Files
iTop/dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php

21 lines
876 B
PHP
Executable File

<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', [
'UI:Component:QuickCreate:HistoryDisabled' => 'История отключена',
'UI:Component:QuickCreate:Input:Placeholder' => 'Выбрать тип объекта...',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Открыть быстрое создание объекта',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Вы ещё не создавали объекты',
'UI:Component:QuickCreate:MostPopular:Title' => 'Популярные',
'UI:Component:QuickCreate:Recents:Title' => 'Недавние',
'UI:Component:QuickCreate:Tooltip' => 'Быстрое создание объекта любого типа',
]);