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('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>.~~',
]);