mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Automated dictionaries synchronization with english reference
This commit is contained in:
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'History is disabled~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open global search~~',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'History is disabled~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open global search~~',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Durchsuche die gesamte Datenbank',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Suche...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Letzte',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Sie haben bisher noch keine Suchanfragen gestellt',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'Suchhistorie ist deaktiviert',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Suche...',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Öffne die globale Suche',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Sie haben bisher noch keine Suchanfragen gestellt',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Letzte',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Durchsuche die gesamte Datenbank',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Buscar en toda la aplicación',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Búsqueda...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recientes',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Aún no ha realizado ninguna búsqueda',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'El historial está deshabilitado',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Búsqueda...',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Abrir búsqueda global',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Aún no ha realizado ninguna búsqueda',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recientes',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Buscar en toda la aplicación',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Keresés a teljes alkalmazásban',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Keresés...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Legutóbbiak',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Még nem futtatott semmilyen keresést',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'Az előzmények le lettek tiltva',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Keresés...',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Globális keresés megnyitása',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Még nem futtatott semmilyen keresést',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Legutóbbiak',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Keresés a teljes alkalmazásban',
|
||||
]);
|
||||
|
||||
@@ -1,28 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Cerca in tutta l\'applicazione',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Cerca...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recenti',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Non hai ancora eseguito alcuna ricerca',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'La cronologia è disabilitata',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Cerca...',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Apri la ricerca globale',
|
||||
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Non hai ancora eseguito alcuna ricerca',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recenti',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Cerca in tutta l\'applicazione',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'History is disabled~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open global search~~',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Doorzoek de volledige applicatie',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Zoek…',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recente',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Je hebt nog geen enkele zoekopdracht gemaakt',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'Zoekgeschiedenis staat uit',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Zoek…',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open globale zoekopdracht',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Je hebt nog geen enkele zoekopdracht gemaakt',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recente',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Doorzoek de volledige applicatie',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Szukaj w całej aplikacji',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Szukaj...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Ostatnie',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Nie przeprowadziłeś jeszcze żadnego wyszukiwania',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'Historia jest wyłączona',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Szukaj...',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Otwórz wyszukiwanie globalne',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Nie przeprowadziłeś jeszcze żadnego wyszukiwania',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Ostatnie',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Szukaj w całej aplikacji',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Pesquisar em todo o '.ITOP_APPLICATION_SHORT,
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Pesquisar...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recentes',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Você ainda não realizou nenhuma pesquisa',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'O histórico está desativado',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Pesquisar...',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Abrir pesquisa universal',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Você ainda não realizou nenhuma pesquisa',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recentes',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Pesquisar em todo o '.ITOP_APPLICATION_SHORT,
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Глобальный поиск',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Поиск...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Недавние',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Поиск ещё не выполнялся',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
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' => 'Глобальный поиск',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'History is disabled~~',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open global search~~',
|
||||
));
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
|
||||
]);
|
||||
|
||||
@@ -1,27 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
// Global search
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => '全局搜索',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => '搜索...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => '最近',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => '您尚未运行任何搜索',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'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' => '全局搜索',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user