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