Automated dictionaries synchronization with english reference

This commit is contained in:
Timothee
2024-06-11 16:38:40 +02:00
parent ae83a11a8c
commit 09a5d7a35f
728 changed files with 75718 additions and 104679 deletions

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
/**
*
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default~~',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ChooseAPlaceholder' => 'User placeholder image~~',
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one~~',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
/**
*
*/
Dict::Add('DA DA', 'Danish', 'Dansk', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default~~',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ChooseAPlaceholder' => 'User placeholder image~~',
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one~~',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Preferences:Title' => 'Einstellungen',
'UI:Preferences:UserInterface:Title' => 'Benutzerinterface',
'UI:Preferences:General:Title' => 'Generell',
'UI:Preferences:General:Theme' => 'Theme',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)',
/**
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', [
'UI:Favorites:General:ShowSummaryCards' => 'Eine Vorschau auf Links anzeigen',
'UI:Favorites:General:ShowSummaryCards+' => 'Wenn Sie mit der Maus über einen Link zu einem Objekt fahren, wird eine Übersicht angezeigt, sofern eine solche für diese Objektklasse existiert.',
'UI:Preferences:Lists:Title' => 'Listen',
'UI:Preferences:RichText:Title' => 'Rich Text Editor',
'UI:Preferences:RichText:ToolbarState' => 'Default Status der Toolbar',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Ausgeklappt',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Eingeklappt',
'UI:Preferences:ActivityPanel:Title' => 'Aktives Panel',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formular standardmäßig geöffnet',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Ob ein Formular, wenn ein Objekt angezeigt wird, standardmäßig geöffnet ist. Wenn dieser Haken nicht gesetzt ist, können Sie das Formular mit einem Klick auf den Compose-Button trotzdem jederzeit öffnen.',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Keyboard-Shortcuts dieser Applikation',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Geben Sie einen Keyboard-Shortcut ein',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Nehmen Sie einen Keyboard-Shortcut auf',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Zurücksetzen',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Auf den Standard-Keyboard-Shortcut zurücksetzen',
'UI:Preferences:Tabs:Title' => 'Tabs',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertikal',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
'UI:Preferences:Tabs:Scrollable:Classic' => 'klassisch',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'scrollbar',
'UI:Preferences:ActivityPanel:Title' => 'Aktives Panel',
'UI:Preferences:ChooseAPlaceholder' => 'Platzhalterbild für Profilbild',
'UI:Preferences:ChooseAPlaceholder+' => 'Nutzen Sie ein Platzhalterbild, das angezeigt wird, wenn der Kontakt, der mit dem User verlinkt ist, kein Profilbild gesetzt hat.',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Theme',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)',
'UI:Preferences:General:Title' => 'Generell',
'UI:Preferences:Lists:Title' => 'Listen',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Zurücksetzen',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Auf den Standard-Keyboard-Shortcut zurücksetzen',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Nehmen Sie einen Keyboard-Shortcut auf',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Geben Sie einen Keyboard-Shortcut ein',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Keyboard-Shortcuts dieser Applikation',
'UI:Preferences:RichText:Title' => 'Rich Text Editor',
'UI:Preferences:RichText:ToolbarState' => 'Default Status der Toolbar',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Eingeklappt',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Ausgeklappt',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertikal',
'UI:Preferences:Tabs:Scrollable:Classic' => 'klassisch',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'scrollbar',
'UI:Preferences:Tabs:Title' => 'Tabs',
'UI:Preferences:Title' => 'Einstellungen',
'UI:Preferences:UserInterface:Title' => 'Benutzerinterface',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'UI:Preferences:Title' => 'Preferencias',
'UI:Preferences:UserInterface:Title' => 'Interfaz de Usuario',
'UI:Preferences:General:Title' => 'General',
'UI:Preferences:General:Theme' => 'Tema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (predeterminado)',
/**
*
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Listas',
'UI:Preferences:RichText:Title' => 'Editor de texto enriquecido',
'UI:Preferences:RichText:ToolbarState' => 'Estado predeterminado de la barra de herramientas',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expandido',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Contraído',
'UI:Preferences:ActivityPanel:Title' => 'Panel de Actividad',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formulario de entrada abierto de forma predeterminada',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Si el formulario de entrada se abrirá cuando se muestre un objeto. Si no está marcado, aún podrá abrirlo haciendo click en el botón de redacción',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Métodos abreviados de teclado de la aplicación',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Escriba un atajo de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Grabar un atajo de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Restablecer',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Volver al método abreviado de teclado predeterminado',
'UI:Preferences:Tabs:Title' => 'Pestañas',
'UI:Preferences:Tabs:Layout:Label' => 'Formato',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigación',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Clásico',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Desplazable',
'UI:Preferences:ActivityPanel:Title' => 'Panel de Actividad',
'UI:Preferences:ChooseAPlaceholder' => 'Imagen de marcador de posición de usuario',
'UI:Preferences:ChooseAPlaceholder+' => 'Elija una imagen de marcador de posición que se mostrará si el contacto vinculado a su usuario no tiene uno',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Tema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (predeterminado)',
'UI:Preferences:General:Title' => 'General',
'UI:Preferences:Lists:Title' => 'Listas',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Restablecer',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Volver al método abreviado de teclado predeterminado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Grabar un atajo de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Escriba un atajo de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Métodos abreviados de teclado de la aplicación',
'UI:Preferences:RichText:Title' => 'Editor de texto enriquecido',
'UI:Preferences:RichText:ToolbarState' => 'Estado predeterminado de la barra de herramientas',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Contraído',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expandido',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
'UI:Preferences:Tabs:Layout:Label' => 'Formato',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Clásico',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigación',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Desplazable',
'UI:Preferences:Tabs:Title' => 'Pestañas',
'UI:Preferences:Title' => 'Preferencias',
'UI:Preferences:UserInterface:Title' => 'Interfaz de Usuario',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Preferences:Title' => 'Beállítások',
'UI:Preferences:UserInterface:Title' => 'Felhasználói felület',
'UI:Preferences:General:Title' => 'Általános beállítások',
'UI:Preferences:General:Theme' => 'Téma',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (alapértelmezett)',
/**
*
*/
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Listák',
'UI:Preferences:RichText:Title' => 'Rich text szerkesztő',
'UI:Preferences:RichText:ToolbarState' => 'Eszköztár alapállapota',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Kinyitott',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Összecsukott',
'UI:Preferences:ActivityPanel:Title' => 'Tevékenység panel',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Alapból ide érkezzen',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Megnyíljon-e a beviteli űrlap egy objektum megjelenítésekor. Ha nincs bejelölve, akkor továbbra is meg tudja nyitni az űrlapot az összeállítás gombra kattintva.',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Billentyűparancsok',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Írjon be egy billentyűparancsot',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Rögzítsen egy billentyűparancsot',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Visszaállítás',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Visszaállítja az alap billentyűket',
'UI:Preferences:Tabs:Title' => 'Táblák',
'UI:Preferences:Tabs:Layout:Label' => 'Elrendezés',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Vízszintesen',
'UI:Preferences:Tabs:Layout:Vertical' => 'Függölegesen',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigáció',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klasszikus',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Görgethető',
'UI:Preferences:ActivityPanel:Title' => 'Tevékenység panel',
'UI:Preferences:ChooseAPlaceholder' => 'Felhasználói helyettesítő kép',
'UI:Preferences:ChooseAPlaceholder+' => 'Válasszon ki egy helyettesítő képet, amely akkor jelenik meg, ha a kapcsolattartói beállításaiban még nem adott meg fényképet.',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Téma',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (alapértelmezett)',
'UI:Preferences:General:Title' => 'Általános beállítások',
'UI:Preferences:Lists:Title' => 'Listák',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Visszaállítás',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Visszaállítja az alap billentyűket',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Rögzítsen egy billentyűparancsot',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Írjon be egy billentyűparancsot',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Billentyűparancsok',
'UI:Preferences:RichText:Title' => 'Rich text szerkesztő',
'UI:Preferences:RichText:ToolbarState' => 'Eszköztár alapállapota',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Összecsukott',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Kinyitott',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Vízszintesen',
'UI:Preferences:Tabs:Layout:Label' => 'Elrendezés',
'UI:Preferences:Tabs:Layout:Vertical' => 'Függölegesen',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klasszikus',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigáció',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Görgethető',
'UI:Preferences:Tabs:Title' => 'Táblák',
'UI:Preferences:Title' => 'Beállítások',
'UI:Preferences:UserInterface:Title' => 'Felhasználói felület',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Preferences:Title' => 'Preferenze',
'UI:Preferences:UserInterface:Title' => 'Interfaccia utente',
'UI:Preferences:General:Title' => 'Generale',
'UI:Preferences:General:Theme' => 'Tema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (predefinito)',
/**
*
*/
Dict::Add('IT IT', 'Italian', 'Italiano', [
'UI:Favorites:General:ShowSummaryCards' => 'Mostra le schede di riepilogo',
'UI:Favorites:General:ShowSummaryCards+' => 'Quando si passa il mouse su un collegamento che punta a un oggetto, visualizza un breve riepilogo dell\'oggetto, se disponibile per quella classe',
'UI:Preferences:Lists:Title' => 'Liste',
'UI:Preferences:RichText:Title' => 'Editor di testo ricco',
'UI:Preferences:RichText:ToolbarState' => 'Stato predefinito della barra degli strumenti',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Espansa',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Compressa',
'UI:Preferences:ActivityPanel:Title' => 'Pannello attività',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Modulo di immissione aperto per impostazione predefinita',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Se il modulo di immissione sarà aperto durante la visualizzazione di un oggetto. Se non selezionato, sarà comunque possibile aprirlo facendo clic sul pulsante di composizione',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Scorciatoie da tastiera dell\'applicazione',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Digitare una scorciatoia da tastiera',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Registra una scorciatoia da tastiera',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reimposta',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Torna alle scorciatoie da tastiera predefinite',
'UI:Preferences:Tabs:Title' => 'Schede',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Orizzontale',
'UI:Preferences:Tabs:Layout:Vertical' => 'Verticale',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigazione',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classica',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scorrevole',
'UI:Preferences:ActivityPanel:Title' => 'Pannello attività',
'UI:Preferences:ChooseAPlaceholder' => 'Seleziona un\'immagine placeholder utente',
'UI:Preferences:ChooseAPlaceholder+' => 'Scegli un\'immagine placeholder che verrà visualizzata se il contatto associato al tuo utente non ne ha una',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Tema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (predefinito)',
'UI:Preferences:General:Title' => 'Generale',
'UI:Preferences:Lists:Title' => 'Liste',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reimposta',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Torna alle scorciatoie da tastiera predefinite',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Registra una scorciatoia da tastiera',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Digitare una scorciatoia da tastiera',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Scorciatoie da tastiera dell\'applicazione',
'UI:Preferences:RichText:Title' => 'Editor di testo ricco',
'UI:Preferences:RichText:ToolbarState' => 'Stato predefinito della barra degli strumenti',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Compressa',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Espansa',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Orizzontale',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Vertical' => 'Verticale',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classica',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigazione',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scorrevole',
'UI:Preferences:Tabs:Title' => 'Schede',
'UI:Preferences:Title' => 'Preferenze',
'UI:Preferences:UserInterface:Title' => 'Interfaccia utente',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
/**
*
*/
Dict::Add('JA JP', 'Japanese', '日本語', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default~~',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ChooseAPlaceholder' => 'User placeholder image~~',
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one~~',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Preferences:Title' => 'Voorkeuren',
'UI:Preferences:UserInterface:Title' => 'Gebruikersinterface',
'UI:Preferences:General:Title' => 'Algemeen',
'UI:Preferences:General:Theme' => 'Thema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (standaard)',
/**
*
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Lijsten',
'UI:Preferences:RichText:Title' => 'Rich text editor',
'UI:Preferences:RichText:ToolbarState' => 'Standaard status werkbalk',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Uitgeklapt',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Ingeklapt',
'UI:Preferences:ActivityPanel:Title' => 'Activiteitenpaneel',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Invoerformulier standaard opengeklapt',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Of het invulformulier standaard opengeklapt is terwijl een object getoond wordt. Als dit uitgevinkt is, kan je het nog altijd openen door op de "Log toevoegen"-knop te klikken.',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Sneltoetsen',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Typ een sneltoets',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Neem een sneltoets op',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Terugzetten naar de standaard sneltoetsen',
'UI:Preferences:Tabs:Title' => 'Tabs',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontaal',
'UI:Preferences:Tabs:Layout:Vertical' => 'Verticaal',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigatie',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klassiek',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollbaar',
'UI:Preferences:ActivityPanel:Title' => 'Activiteitenpaneel',
'UI:Preferences:ChooseAPlaceholder' => 'Gebruikersafbeelding placeholder',
'UI:Preferences:ChooseAPlaceholder+' => 'Kies een standaard afbeelding die getoond wordt als het contact gelinkt aan jouw gebruiker geen eigen afbeelding heeft.',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Thema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (standaard)',
'UI:Preferences:General:Title' => 'Algemeen',
'UI:Preferences:Lists:Title' => 'Lijsten',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Terugzetten naar de standaard sneltoetsen',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Neem een sneltoets op',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Typ een sneltoets',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Sneltoetsen',
'UI:Preferences:RichText:Title' => 'Rich text editor',
'UI:Preferences:RichText:ToolbarState' => 'Standaard status werkbalk',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Ingeklapt',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Uitgeklapt',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontaal',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Vertical' => 'Verticaal',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klassiek',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigatie',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollbaar',
'UI:Preferences:Tabs:Title' => 'Tabs',
'UI:Preferences:Title' => 'Voorkeuren',
'UI:Preferences:UserInterface:Title' => 'Gebruikersinterface',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('PL PL', 'Polish', 'Polski', array(
'UI:Preferences:Title' => 'Preferencje',
'UI:Preferences:UserInterface:Title' => 'Interfejs użytkownika',
'UI:Preferences:General:Title' => 'Ogólne',
'UI:Preferences:General:Theme' => 'Motyw',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (domyślny)',
/**
*
*/
Dict::Add('PL PL', 'Polish', 'Polski', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Listy',
'UI:Preferences:RichText:Title' => 'Bogaty edytor tekstu',
'UI:Preferences:RichText:ToolbarState' => 'Domyślny stan paska narzędzi',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Rozwinięty',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Zwinięty',
'UI:Preferences:ActivityPanel:Title' => 'Panel aktywności',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formularz zgłoszeniowy otwierany domyślnie',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Czy formularz wpisu zostanie otwarty podczas wyświetlania obiektu. Jeśli odznaczone, nadal będziesz mógł go otworzyć, klikając przycisk tworzenia',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Skróty klawiaturowe aplikacji',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Wpisz skrót klawiaturowy',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Nagraj skrót klawiaturowy',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Przywróć domyślny skrót klawiaturowy',
'UI:Preferences:Tabs:Title' => 'Zakładki',
'UI:Preferences:Tabs:Layout:Label' => 'Układ',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Poziomy',
'UI:Preferences:Tabs:Layout:Vertical' => 'Pionowy',
'UI:Preferences:Tabs:Scrollable:Label' => 'Nawigacja',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klasyczna',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Przewijana',
'UI:Preferences:ActivityPanel:Title' => 'Panel aktywności',
'UI:Preferences:ChooseAPlaceholder' => 'Obraz zastępczy użytkownika',
'UI:Preferences:ChooseAPlaceholder+' => 'Wybierz obraz zastępczy, który będzie wyświetlany, jeśli kontakt powiązany z Twoim użytkownikiem go nie ma',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Motyw',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (domyślny)',
'UI:Preferences:General:Title' => 'Ogólne',
'UI:Preferences:Lists:Title' => 'Listy',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Przywróć domyślny skrót klawiaturowy',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Nagraj skrót klawiaturowy',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Wpisz skrót klawiaturowy',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Skróty klawiaturowe aplikacji',
'UI:Preferences:RichText:Title' => 'Bogaty edytor tekstu',
'UI:Preferences:RichText:ToolbarState' => 'Domyślny stan paska narzędzi',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Zwinięty',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Rozwinięty',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Poziomy',
'UI:Preferences:Tabs:Layout:Label' => 'Układ',
'UI:Preferences:Tabs:Layout:Vertical' => 'Pionowy',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klasyczna',
'UI:Preferences:Tabs:Scrollable:Label' => 'Nawigacja',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Przewijana',
'UI:Preferences:Tabs:Title' => 'Zakładki',
'UI:Preferences:Title' => 'Preferencje',
'UI:Preferences:UserInterface:Title' => 'Interfejs użytkownika',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:Preferences:Title' => 'Preferências',
'UI:Preferences:UserInterface:Title' => 'Interface de usuário',
'UI:Preferences:General:Title' => 'Geral',
'UI:Preferences:General:Theme' => 'Tema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (padrão)',
/**
*
*/
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Listas',
'UI:Preferences:RichText:Title' => 'Editor de Rich Text',
'UI:Preferences:RichText:ToolbarState' => 'Estado padrão da barra de ferramentas',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expandida',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Recolhida',
'UI:Preferences:ActivityPanel:Title' => 'Painel de atividades',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formulário de adicionar nova entrada aberto por padrão',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Se o formulário de adicionar nova entrada será aberto automaticamente ao abrir o Painel de Atividades. Se desmarcado, você ainda poderá abri-lo clicando no botão de "adicionar"',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Atalhos de teclado de aplicativo',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Pressione um atalho de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Grave um atalho de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Redefinir',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Voltar ao atalho padrão do teclado',
'UI:Preferences:Tabs:Title' => 'Guias',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navegação',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Clássica',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Rolável',
'UI:Preferences:ActivityPanel:Title' => 'Painel de atividades',
'UI:Preferences:ChooseAPlaceholder' => 'Avatar padrão do usuário',
'UI:Preferences:ChooseAPlaceholder+' => 'Escolha uma imagem padrão que será exibida caso o contato associado ao usuário não possuir nenhuma',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Tema',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (padrão)',
'UI:Preferences:General:Title' => 'Geral',
'UI:Preferences:Lists:Title' => 'Listas',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Redefinir',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Voltar ao atalho padrão do teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Grave um atalho de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Pressione um atalho de teclado',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Atalhos de teclado de aplicativo',
'UI:Preferences:RichText:Title' => 'Editor de Rich Text',
'UI:Preferences:RichText:ToolbarState' => 'Estado padrão da barra de ferramentas',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Recolhida',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expandida',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Clássica',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navegação',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Rolável',
'UI:Preferences:Tabs:Title' => 'Guias',
'UI:Preferences:Title' => 'Preferências',
'UI:Preferences:UserInterface:Title' => 'Interface de usuário',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:Preferences:Title' => 'Предпочтения',
'UI:Preferences:UserInterface:Title' => 'Пользовательский интерфейс',
'UI:Preferences:General:Title' => 'Основные',
'UI:Preferences:General:Theme' => 'Тема',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (по умолчанию)',
/**
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Списки',
'UI:Preferences:RichText:Title' => 'Текстовый редактор',
'UI:Preferences:RichText:ToolbarState' => 'Панель инструментов по умолчанию',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Развёрнута',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Свёрнута',
'UI:Preferences:ActivityPanel:Title' => 'Панель активности',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Форма записи журнала открыта по умолчанию',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Состояние формы добавления записи журнала при отображении объекта. Если флажок снят, форму можно будет открыть с помощью соответствующей кнопки.',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Сочетания клавиш',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Введите сочетание клавиш',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Записать сочетание клавиш',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:Tabs:Title' => 'Вкладки',
'UI:Preferences:Tabs:Layout:Label' => 'Расположение',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Горизонтальное',
'UI:Preferences:Tabs:Layout:Vertical' => 'Вертикальное',
'UI:Preferences:Tabs:Scrollable:Label' => 'Навигация',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Классическая',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Прокручиваемая',
'UI:Preferences:ActivityPanel:Title' => 'Панель активности',
'UI:Preferences:ChooseAPlaceholder' => 'Аватар пользователя',
'UI:Preferences:ChooseAPlaceholder+' => 'Выберите аватар, который будет отображаться, если у связанного с вашей учетной записью контакта нет фотографии',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Тема',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (по умолчанию)',
'UI:Preferences:General:Title' => 'Основные',
'UI:Preferences:Lists:Title' => 'Списки',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Записать сочетание клавиш',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Введите сочетание клавиш',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Сочетания клавиш',
'UI:Preferences:RichText:Title' => 'Текстовый редактор',
'UI:Preferences:RichText:ToolbarState' => 'Панель инструментов по умолчанию',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Свёрнута',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Развёрнута',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Горизонтальное',
'UI:Preferences:Tabs:Layout:Label' => 'Расположение',
'UI:Preferences:Tabs:Layout:Vertical' => 'Вертикальное',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Классическая',
'UI:Preferences:Tabs:Scrollable:Label' => 'Навигация',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Прокручиваемая',
'UI:Preferences:Tabs:Title' => 'Вкладки',
'UI:Preferences:Title' => 'Предпочтения',
'UI:Preferences:UserInterface:Title' => 'Пользовательский интерфейс',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
/**
*
*/
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default~~',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:ActivityPanel:Title' => 'Activity panel~~',
'UI:Preferences:ChooseAPlaceholder' => 'User placeholder image~~',
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one~~',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => 'Theme~~',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
'UI:Preferences:General:Title' => 'General~~',
'UI:Preferences:Lists:Title' => 'Lists~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut~~',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts~~',
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state~~',
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed~~',
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded~~',
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal~~',
'UI:Preferences:Tabs:Layout:Label' => 'Layout~~',
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical~~',
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic~~',
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation~~',
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable~~',
'UI:Preferences:Tabs:Title' => 'Tabs~~',
'UI:Preferences:Title' => 'Preferences~~',
'UI:Preferences:UserInterface:Title' => 'User interface~~',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);

View File

@@ -1,51 +1,48 @@
<?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
*
*/
// Navigation menu
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Preferences:Title' => '首选项',
'UI:Preferences:UserInterface:Title' => '用户界面',
'UI:Preferences:General:Title' => '概况',
'UI:Preferences:General:Theme' => '主题',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (默认)',
/**
*
*/
Dict::Add('ZH CN', 'Chinese', '简体中文', [
'UI:Favorites:General:ShowSummaryCards' => '显示汇总卡片',
'UI:Favorites:General:ShowSummaryCards+' => '当鼠标移动到对象链接时, 显示此对象的简要汇总信息, 如果该类型支持',
'UI:Preferences:Lists:Title' => '列表',
'UI:Preferences:RichText:Title' => '富文本编辑器',
'UI:Preferences:RichText:ToolbarState' => '工具栏默认状态',
'UI:Preferences:RichText:ToolbarState:Expanded' => '展开',
'UI:Preferences:RichText:ToolbarState:Collapsed' => '折叠',
'UI:Preferences:ActivityPanel:Title' => '活动面板',
'UI:Preferences:ActivityPanel:EntryFormOpened' => '默认打开录入表单',
'UI:Preferences:ActivityPanel:EntryFormOpened+' => '在显示对象时是否打开录入表单. 如果不选择, 仍可以点击新建按钮打开录入表单',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => '键盘快捷键',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => '请输入键盘快捷键',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => '录制键盘快捷键',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => '重置',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => '还原到默认的键盘快捷键',
'UI:Preferences:Tabs:Title' => '标签栏',
'UI:Preferences:Tabs:Layout:Label' => '布局',
'UI:Preferences:Tabs:Layout:Horizontal' => '水平',
'UI:Preferences:Tabs:Layout:Vertical' => '垂直',
'UI:Preferences:Tabs:Scrollable:Label' => '导航',
'UI:Preferences:Tabs:Scrollable:Classic' => '经典',
'UI:Preferences:Tabs:Scrollable:Scrollable' => '可滚动',
'UI:Preferences:ActivityPanel:Title' => '活动面板',
'UI:Preferences:ChooseAPlaceholder' => '用户的默认头像',
'UI:Preferences:ChooseAPlaceholder+' => '选择一个占位图片, 将在用户联系人没有设定头像图片时显示',
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
));
'UI:Preferences:General:Theme' => '主题',
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (默认)',
'UI:Preferences:General:Title' => '概况',
'UI:Preferences:Lists:Title' => '列表',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => '重置',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => '还原到默认的键盘快捷键',
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => '录制键盘快捷键',
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => '请输入键盘快捷键',
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => '键盘快捷键',
'UI:Preferences:RichText:Title' => '富文本编辑器',
'UI:Preferences:RichText:ToolbarState' => '工具栏默认状态',
'UI:Preferences:RichText:ToolbarState:Collapsed' => '折叠',
'UI:Preferences:RichText:ToolbarState:Expanded' => '展开',
'UI:Preferences:Tabs:Layout:Horizontal' => '水平',
'UI:Preferences:Tabs:Layout:Label' => '布局',
'UI:Preferences:Tabs:Layout:Vertical' => '垂直',
'UI:Preferences:Tabs:Scrollable:Classic' => '经典',
'UI:Preferences:Tabs:Scrollable:Label' => '导航',
'UI:Preferences:Tabs:Scrollable:Scrollable' => '可滚动',
'UI:Preferences:Tabs:Title' => '标签栏',
'UI:Preferences:Title' => '首选项',
'UI:Preferences:UserInterface:Title' => '用户界面',
'UI:Preferences:General:Toasts' => 'Toast notifications position~~',
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
'UI:Preferences:General:Toasts:Top' => 'Top~~',
'UI:Preferences:Notifications' => 'Notifications~~',
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
]);