Files
iTop/dictionaries/ui/components/global-search/ru.dictionary.itop.global-search.php

20 lines
724 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:GlobalSearch:HistoryDisabled' => 'История отключена',
'UI:Component:GlobalSearch:Input:Placeholder' => 'Поиск...',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Открыть глобальный поиск',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Поиск ещё не выполнялся',
'UI:Component:GlobalSearch:Recents:Title' => 'Недавние',
'UI:Component:GlobalSearch:Tooltip' => 'Глобальный поиск',
]);