f7cloud_client/apps/serverinfo/l10n/pl.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

81 lines
4.2 KiB
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "Informacje o procesorze są niedostępne",
"RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "Pamięć RAM: Całkowita: {memTotalBytes}/Bieżące użycie: {memUsageBytes}",
"RAM info not available" : "Informacje o pamięci RAM są niedostępne",
"SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "Pamięć SWAP: Całkowita: {swapTotalBytes}/Bieżące użycie: {swapUsageBytes}",
"SWAP info not available" : "Informacje o pamięci SWAP są niedostępne",
"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.",
"Unknown" : "Nieznana",
"System" : "System",
"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.",
"Operating System:" : "System operacyjny:",
"CPU:" : "Procesor CPU:",
"Memory:" : "Pamięć:",
"Server time:" : "Czas serwera:",
"Uptime:" : "Czas pracy:",
"Temperature" : "Temperatura",
"Load" : "Obciążenie",
"Memory" : "Pamięć",
"Disk" : "Dysk",
"Mount:" : "Zamontowany:",
"Filesystem:" : "System plików:",
"Size:" : "Rozmiar:",
"Available:" : "Dostępny:",
"Used:" : "Używany:",
"Files:" : "Pliki:",
"Storages:" : "Magazyny:",
"Free Space:" : "Wolne miejsce:",
"Network" : "Sieć",
"Hostname:" : "Nazwa hosta:",
"Gateway:" : "Brama:",
"Status:" : "Status:",
"Speed:" : "Prędkość:",
"Duplex:" : "Dupleks:",
"MAC:" : "MAC:",
"IPv4:" : "IPv4:",
"IPv6:" : "IPv6:",
"Active users" : "Aktywni użytkownicy",
"Last hour" : "Ostatnia godzina",
"%s%% of all users" : "%s%% wszystkich użytkowników",
"Last 24 Hours" : "Ostatnie 24 godziny",
"Last 7 Days" : "Ostatnie 7 dni",
"Last 30 Days" : "Ostatnie 30 dni",
"Shares" : "Udostępnienia",
"Users:" : "Użytkownicy:",
"Groups:" : "Grupy:",
"Links:" : "Linki:",
"Emails:" : "E-maile:",
"Federated sent:" : "Wysłane do federacji:",
"Federated received:" : "Otrzymane z federacji:",
"Talk conversations:" : "Rozmowy Talk:",
"PHP" : "PHP",
"Version:" : "Wersja:",
"Memory limit:" : "Limit pamięci:",
"Max execution time:" : "Maksymalny czas wykonania:",
"seconds" : "sekund",
"Upload max size:" : "Limit wielkości przesyłanego pliku (upload_max_filesize):",
"OPcache Revalidate Frequency:" : "Częstotliwość ponownej weryfikacji OPcache:",
"Extensions:" : "Rozszerzenia:",
"Unable to list extensions" : "Nie można wyświetlić listy rozszerzeń",
"Show phpinfo" : "Pokaż phpinfo",
"Database" : "Baza danych",
"Type:" : "Rodzaj:",
"External monitoring tool" : "Zewnętrzne narzędzie monitorujące",
"Use this end point to connect an external monitoring tool:" : "Użyj tego punktu końcowego, aby podłączyć zewnętrzne narzędzie monitorujące:",
"Copy" : "Kopiuj",
"Output in JSON" : "Dane wyjściowe w JSON",
"Skip apps section (including apps section will send an external request to the app store)" : "Pomiń sekcję aplikacji (włączenie sekcji aplikacji wyśle zewnętrzne żądanie do sklepu z aplikacjami)",
"Skip server update" : "Pomiń aktualizację serwera",
"To use an access token, please generate one then set it using the following command:" : "Aby użyć tokena dostępu, wygeneruj go, a następnie ustaw za pomocą następującego polecenia:",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "Następnie przekaż token z nagłówkiem \"NC-Token\" podczas odpytywania powyższego adresu URL.",
"Unknown Processor" : "Procesor nieznany"
},
"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);");