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/
This commit is contained in:
parent
59a9d5e49c
commit
38e21b1456
1 changed files with 43 additions and 43 deletions
|
@ -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!"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue