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.js28
1 files changed, 14 insertions, 14 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 8a1d188..3b3ab26 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -14,9 +14,6 @@ OC.L10N.register(
"Federated sent" : "Wysłane do federacji",
"Federated received" : "Otrzymane z federacji",
"Talk conversations" : "Rozmowy Talk",
- "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!",
@@ -25,20 +22,13 @@ OC.L10N.register(
"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",
- "Active users" : "Aktywni użytkownicy",
- "Shares" : "Udziały",
- "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: ",
+ "Active users" : "Aktywni użytkownicy",
+ "Shares" : "Udziały",
"PHP" : "PHP",
+ "Version:" : "Wersja:",
"Memory Limit:" : "Limit pamięci:",
"Max Execution Time:" : "Maksymalny czas wykonania:",
"Upload max size:" : "Limit wielkości przesyłanego pliku (upload_max_filesize):",
@@ -48,6 +38,16 @@ OC.L10N.register(
"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: ",
"Did you know?" : "Czy wiesz?",
- "Appending \"?format=json\" at the end of the URL gives you the result in JSON format!" : "Dołączenie \"?format=json\" na końcu URL daje wynik w formacie JSON!"
+ "Appending \"?format=json\" at the end of the URL gives you the result in JSON format!" : "Dołączenie \"?format=json\" na końcu URL daje wynik w formacie JSON!",
+ "Last 24 hours" : "Ostatnie 24 godziny",
+ "Last 1 hour" : "Ostatnia 1 godzina",
+ "Last 5 mins" : "Ostatnie 5 minut",
+ "CPU load" : "Obciążenie procesora",
+ "Memory usage" : "Użycie pamięci",
+ "Storage" : "Magazyn",
+ "Users:" : "Użytkownicy:",
+ "Nextcloud" : "Nextcloud",
+ "Apps installed:" : "Zainstalowane aplikacje: ",
+ "Apps updates available:" : "Dostępne aktualizacje aplikacji: "
},
"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);");