aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/l10n/pl.js')
-rw-r--r--apps/updatenotification/l10n/pl.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/pl.js b/apps/updatenotification/l10n/pl.js
index 5e6bb930bfb..84ec70b4c63 100644
--- a/apps/updatenotification/l10n/pl.js
+++ b/apps/updatenotification/l10n/pl.js
@@ -3,14 +3,23 @@ OC.L10N.register(
{
"Channel updated" : "Zaktualizowano kanał",
"Web updater is disabled" : "Aktualizator sieciowy jest wyłączony",
+ "App updated" : "Aplikacja została zaktualizowana",
+ "See what's new" : "Zobacz co nowego",
+ "{app} updated to version {version}" : "{app} zaktualizowana do wersji {version}",
"Update notifications" : "Powiadomienia o aktualizacji",
"The update server could not be reached since %d days to check for new updates." : "Serwer aktualizacji nie był dostępny od %d dni w celu sprawdzenia dostępności nowych aktualizacji.",
"Please check the Nextcloud and server log files for errors." : "Sprawdź pliki dziennika Nextcloud i serwera pod kątem błędów.",
"Update to {serverAndVersion} is available." : "Dostępna jest aktualizacja dla {serverAndVersion}.",
"Update for {app} to version %s is available." : "Dostępna jest aktualizacja dla {app} do wersji %s.",
"Update notification" : "Powiadomienie o aktualizacji",
+ "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Wyświetla powiadomienia o aktualizacjach Nextcloud, aplikacji oraz zapewnia SSO dla modułu aktualizacji.",
+ "Give feedback" : "Przekaż opinię",
+ "Get started" : "Rozpocznij",
+ "No changelog available" : "Brak dostępnego dziennika zmian",
+ "What's new in {app} {version}" : "Co nowego w {app} {version}",
"A new version is available: <strong>{newVersionString}</strong>" : "Dostępna jest nowa wersja: <strong>{newVersionString}</strong>",
"Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Należy pamiętać, że po wydaniu nowego wydania aktualizacja pojawia się dopiero po pierwszym wydaniu pomocniczym lub później. Wdrażamy nowe wersje rozłożone w czasie i czasami pomijamy wersję, gdy zostaną znalezione problemy. Dowiedz się więcej o aktualizacjach i kanałach wydań pod adresem: {link}",
+ "Checked on {lastCheckedDate} - Open changelog" : "Sprawdzone dnia {lastCheckedDate} - Otwórz dziennik zmian",
"Checking apps for compatible versions" : "Sprawdzanie aplikacji pod kątem kompatybilnych wersji",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Upewnij się, że opcja <samp>appstoreenabled</samp> w Twoim config.php nie jest ustawiona na false.",
"Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "Nie można połączyć się ze sklepem z aplikacjami lub zgłasza brak aktualizacji. Wyszukaj aktualizacje ręcznie lub upewnij się, że serwer ma dostęp do Internetu i może łączyć się ze sklepem z aplikacjami.",
@@ -27,8 +36,10 @@ OC.L10N.register(
"Apps missing compatible version" : "W aplikacjach brakuje zgodnej wersji",
"View in store" : "Zobacz w sklepie",
"Apps with compatible version" : "Aplikacje z kompatybilną wersją",
+ "Please note that the web updater is not recommended with more than 100 accounts! Please use the command line updater instead!" : "Należy pamiętać, że aktualizator przez przeglądarkę nie jest zalecany przy więcej niż 100 kontach! Zamiast tego użyj aktualizacji z poziomu wiersza poleceń!",
"Open updater" : "Otwórz aktualizator",
"Download now" : "Pobierz teraz",
+ "Web updater is disabled. Please use the command line updater or the appropriate update mechanism for your installation method (e.g. Docker pull) to update." : "Aktualizator przez przeglądarkę jest wyłączony. Użyj aktualizatora z linii poleceń lub odpowiedniego mechanizmu aktualizacji dla swojej metody instalacji (np. docker pull), aby przeprowadzić aktualizację.",
"What's new?" : "Co nowego?",
"View changelog" : "Zobacz listę zmian",
"The update check is not yet finished. Please refresh the page." : "Sprawdzanie aktualizacji nie zostało jeszcze zakończone. Odśwież stronę.",
@@ -43,6 +54,8 @@ OC.L10N.register(
"Only notifications for app updates are available." : "Dostępne są tylko powiadomienia o aktualizacjach aplikacji.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Wybrany kanał aktualizacji dla dedykowanych powiadomień dla serwera jest nieaktualny.",
"The selected update channel does not support updates of the server." : "Wybrany kanał aktualizacji nie obsługuje danego serwera.",
+ "Changelog for app {app}" : "Dziennik zmian aplikacji {app}",
+ "What's new in {app} version {version}" : "Co nowego w aplikacji {app} wersja {version}",
"{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Uzyskaj więcej informacji na temat aktualizacji."
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");