From 38e21b1456b4f80aa9a2b96f4be664de788699ed Mon Sep 17 00:00:00 2001 From: Eryk Michalak Date: Sun, 9 Jun 2024 00:38:03 +0000 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 93.4% (43 of 46 strings) Translation: Anvil/Anvil Translate-URL: https://translate.codeberg.org/projects/anvil/anvil/pl/ --- src/lib/i18n/locales/pl.json | 86 ++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/src/lib/i18n/locales/pl.json b/src/lib/i18n/locales/pl.json index b66e658..21a5033 100644 --- a/src/lib/i18n/locales/pl.json +++ b/src/lib/i18n/locales/pl.json @@ -2,115 +2,115 @@ "page": { "import_project": { "form": { - "avatar": "", - "components": "", + "avatar": "Awatar", + "components": "Komponenty", "fields": { "avatar": { - "label": "" + "label": "Prześlij obraz" }, "description": { - "label": "", - "placeholder": "" + "label": "Opis", + "placeholder": "Opisz projekt w mniej niż 100 znaków…" }, "issues": { - "label": "" + "label": "Zgłoszenia" }, "name": { - "error": "", - "label": "", - "placeholder": "" + "error": "To pole jest wymagane", + "label": "Nazwa", + "placeholder": "Nazwa projektu…" }, "pr": { "label": "" }, "repository": { - "hint": "", - "label": "", - "placeholder": "" + "hint": "opcjonalnie: zaimportuj repozytorium git", + "label": "Repozytorium", + "placeholder": "Adres URL repozytorium git…" } }, - "submit": "" + "submit": "Stwórz projekt" }, - "heading": "", - "intro": "" + "heading": "Stwórz projekt", + "intro": "Dodaj nowy projekt F2 do Anvil." }, "login": { "form": { "fields": { "account": { - "label": "" + "label": "Nazwa konta" }, "passphrase": { - "label": "", - "placeholder": "" + "label": "Fraza dostępu", + "placeholder": "Hasło" }, "server": { - "label": "" + "label": "Serwer F2" } }, - "reset": "", - "submit": "", + "reset": "Zresetuj frazę dostępu", + "submit": "Zaloguj się", "validation": { - "incorrect": "", - "missing": "" + "incorrect": "Nazwa konta lub hasło jest niepoprawne.", + "missing": "Pole nazwy konta jest wymagane." } }, - "heading": "", + "heading": "Logowanie", "intro": "" }, "profile": { "activities": { - "block_or_report": "", - "like": "" + "block_or_report": "{blockElementOpen}zablokuj{blockElementClose} lub {reportElementOpen}zgłoś{reportElementClose}", + "like": "Polub" }, - "heading": "", + "heading": "Profil dla", "history": { "activities": { "setup": { - "description": "", + "description": "Konto F2 @{username}@{instance} zostało poprawnie ustawione z {created_with}", "summary": "" } }, - "heading": "" + "heading": "Aktywność" }, "projects": { - "add_or_import": "", - "empty": "", - "heading": "" + "add_or_import": "{addElementOpen}Dodaj{addElementClose} lub {importElementOpen}zaimportuj projekt{importElementClose}.", + "empty": "Nie dodano jeszcze żadnego projektu.", + "heading": "Projekty" } }, "projects": { "file_table": { - "updated": "" + "updated": "Zaktualizowano {relativeTime}" }, "form": { "fields": { "more_filters": { - "submit": "" + "submit": "Więcej filtrów" }, "projects": { - "submit": "" + "submit": "Moje projekty" }, "search": { - "placeholder": "", - "submit": "" + "placeholder": "Wyszukaj lub filtruj", + "submit": "Prześlij" }, "starred": { - "submit": "" + "submit": "Dodano do ulubionych" } } }, "nav": { - "next": "", - "previous": "" + "next": "Dalej", + "previous": "Wstecz" }, "table": { "heading": { - "last_updated": "", - "name": "" + "last_updated": "Ostatnio zaktualizowano", + "name": "Nazwa" } } }, - "welcome": "" + "welcome": "Witamy w Anvil!" } }