mirror of
https://github.com/hrfee/jfa-go.git
synced 2025-01-03 15:00:12 +00:00
Translated using Weblate (Polish)
Currently translated at 42.8% (48 of 112 strings) Translation: jfa-go/Setup Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/pl/
This commit is contained in:
parent
4f5fe6723b
commit
aeb85486c4
@ -1,72 +1,72 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": ""
|
"name": "Polski (PL)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"pageTitle": "",
|
"pageTitle": "Ustawienia - jfa-go",
|
||||||
"next": "",
|
"next": "Dalej",
|
||||||
"back": "",
|
"back": "Cofnij",
|
||||||
"optional": "",
|
"optional": "Opcjonalne",
|
||||||
"serverType": "",
|
"serverType": "Typ Serwera",
|
||||||
"disabled": "",
|
"disabled": "Wyłączone",
|
||||||
"enabled": "",
|
"enabled": "Włączone",
|
||||||
"port": "",
|
"port": "Port",
|
||||||
"message": "",
|
"message": "Wiadomość",
|
||||||
"serverAddress": "",
|
"serverAddress": "Adres Serwera",
|
||||||
"emailSubject": "",
|
"emailSubject": "Tytuł wiadomości email",
|
||||||
"URL": "",
|
"URL": "URL",
|
||||||
"apiKey": "",
|
"apiKey": "API Key",
|
||||||
"errorInvalidUserPass": "",
|
"errorInvalidUserPass": "Niepoprawna nazwa użytkownika/hasło.",
|
||||||
"errorNotAdmin": "",
|
"errorNotAdmin": "Użytkownik nie jest upoważniony do zarządzania serwerem.",
|
||||||
"errorUserDisabled": "",
|
"errorUserDisabled": "Użytkownik może być wyłączony.",
|
||||||
"error404": "",
|
"error404": "404, nie znaleziono URL.",
|
||||||
"errorConnectionRefused": ""
|
"errorConnectionRefused": "Brak dostępu."
|
||||||
},
|
},
|
||||||
"startPage": {
|
"startPage": {
|
||||||
"welcome": "",
|
"welcome": "Witaj!",
|
||||||
"pressStart": "",
|
"pressStart": "Musisz wykonać kilka czynności aby skonfigurować jfa-go. Wciśnij start aby kontynuować.",
|
||||||
"httpsNotice": "",
|
"httpsNotice": "Upewnij się , że masz dostęp do strony przy użyciu HTTPS lub sieci LAN.",
|
||||||
"start": ""
|
"start": "Start"
|
||||||
},
|
},
|
||||||
"endPage": {
|
"endPage": {
|
||||||
"finished": "",
|
"finished": "Ukończono!",
|
||||||
"restartMessage": "",
|
"restartMessage": "Możesz skonfigurować boty Discord/Telegram/Matrix, dostosować wiadomości i nie tylko w Ustawieniach. Kliknij poniżej, aby ponownie uruchomić, a następnie odśwież stronę.",
|
||||||
"refreshPage": ""
|
"refreshPage": "Odśwież"
|
||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"title": "",
|
"title": "Język",
|
||||||
"description": "",
|
"description": "Tłumaczenia społeczności są dostępne dla większości jfa-go. Poniżej możesz wybrać języki domyślne, ale użytkownicy mogą je zmienić, jeśli chcą. Jeśli chcesz pomóc w tłumaczeniu, zarejestruj się do {n}, aby zacząć współtworzyć!",
|
||||||
"defaultAdminLang": "",
|
"defaultAdminLang": "Domyślny język administratora",
|
||||||
"defaultFormLang": "",
|
"defaultFormLang": "Domyślny język tworzenia konta",
|
||||||
"defaultEmailLang": ""
|
"defaultEmailLang": "Domyślny język email"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"title": "",
|
"title": "Ogólne",
|
||||||
"listenAddress": "",
|
"listenAddress": "",
|
||||||
"urlBase": "",
|
"urlBase": "",
|
||||||
"urlBaseNotice": "",
|
"urlBaseNotice": "Wymagane tylko jeśli używasz reverse proxy na subdomenie np. jellyf.in/accounts.",
|
||||||
"lightTheme": "",
|
"lightTheme": "Jasny",
|
||||||
"darkTheme": "",
|
"darkTheme": "Ciemny",
|
||||||
"useHTTPS": "",
|
"useHTTPS": "Użyj HTTPS",
|
||||||
"httpsPort": "",
|
"httpsPort": "Port HTTPS",
|
||||||
"useHTTPSNotice": "",
|
"useHTTPSNotice": "Zalecane tylko jeśli nie używasz reverse proxy.",
|
||||||
"pathToCertificate": "",
|
"pathToCertificate": "Ścieżka do certyfikatu",
|
||||||
"pathToKeyFile": ""
|
"pathToKeyFile": "Ścieżka do .key"
|
||||||
},
|
},
|
||||||
"updates": {
|
"updates": {
|
||||||
"title": "",
|
"title": "Aktualizacje",
|
||||||
"description": "",
|
"description": "",
|
||||||
"updateChannel": "",
|
"updateChannel": "",
|
||||||
"stable": "",
|
"stable": "Stabilny",
|
||||||
"unstable": ""
|
"unstable": "Niestabilne"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"title": "",
|
"title": "Zaloguj",
|
||||||
"description": "",
|
"description": "",
|
||||||
"authorizeWithJellyfin": "",
|
"authorizeWithJellyfin": "",
|
||||||
"authorizeManual": "",
|
"authorizeManual": "",
|
||||||
"adminOnly": "",
|
"adminOnly": "Tylko administratorzy (zalecane)",
|
||||||
"allowAll": "",
|
"allowAll": "Zezwój wszystkim użytkownikom na logowanie do Jellyfin",
|
||||||
"allowAllDescription": "",
|
"allowAllDescription": "",
|
||||||
"emailNotice": ""
|
"emailNotice": ""
|
||||||
},
|
},
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"embyNotice": "",
|
"embyNotice": "",
|
||||||
"internal": "",
|
"internal": "",
|
||||||
"external": "",
|
"external": "",
|
||||||
"replaceJellyfin": "",
|
"replaceJellyfin": "Nazwa serwera",
|
||||||
"replaceJellyfinNotice": "",
|
"replaceJellyfinNotice": "",
|
||||||
"addressExternalNotice": "",
|
"addressExternalNotice": "",
|
||||||
"testConnection": ""
|
"testConnection": ""
|
||||||
@ -91,7 +91,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"title": "",
|
"title": "E-mail",
|
||||||
"description": "",
|
"description": "",
|
||||||
"method": "",
|
"method": "",
|
||||||
"useEmailAsUsername": "",
|
"useEmailAsUsername": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user