Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/pl.js')
-rw-r--r--l10n/pl.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 5867092..c842e2e 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -14,7 +14,13 @@ OC.L10N.register(
"Last 24 hours" : "Ostatnie 24 godziny",
"Last 1 hour" : "Ostatnia 1 godzina",
"Last 5 mins" : "Ostatnie 5 minut",
+ "Copy" : "Kopiuj",
+ "Copied!" : "Skopiowano!",
+ "Not supported!" : "Niewspierane!",
+ "Press ⌘-C to copy." : "Aby skopiować wciśnij ⌘-C.",
+ "Press Ctrl-C to copy." : "Aby skopiować wciśnij Ctrl+C.",
"Monitoring" : "Monitoring",
+ "Monitoring app with useful server information" : "Aplikacja monitorująca z przydatnymi informacjami o serwerze",
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Zapewnia przydatne informacje o serwerze, takie jak obciążenie procesora, użycie pamięci RAM, wykorzystanie dysku, liczba użytkowników itp.",
"CPU load" : "Obciążenie procesora",
"Memory usage" : "Użycie pamięci",
@@ -23,7 +29,12 @@ OC.L10N.register(
"Storage" : "Magazyn",
"Users:" : "Użytkownicy:",
"Files:" : "Pliki:",
+ "Storages:" : "Magazyny: ",
+ "Free Space:" : "Wolne miejsce: ",
+ "Nextcloud" : "Nextcloud",
"Version:" : "Wersja:",
+ "Apps installed:" : "Zainstalowane aplikacje: ",
+ "Apps updates available:" : "Dostępne aktualizacje aplikacji: ",
"PHP" : "PHP",
"Memory Limit:" : "Limit pamięci:",
"Max Execution Time:" : "Maksymalny czas wykonania:",
@@ -32,6 +43,7 @@ OC.L10N.register(
"Type:" : "Rodzaj:",
"Size:" : "Wielkość:",
"External monitoring tool" : "Zewnętrzne narzędzie monitorujące",
+ "You can connect an external monitoring tool by using this end point:" : "Możesz połączyć się z zewnętrznym narzędziem monitorującym używając tej końcówki: ",
"You can connect an external monitoring tool by using this end point: " : "Możesz połączyć zewnętrzne narzędzie monitorujące używając tego adresu:"
},
"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);");