parent
68218d97c8
commit
51b7a22ea7
|
@ -14,6 +14,7 @@
|
||||||
"account.mute": "Wycisz @{name}",
|
"account.mute": "Wycisz @{name}",
|
||||||
"account.mute_notifications": "Wycisz powiadomienia o @{name}",
|
"account.mute_notifications": "Wycisz powiadomienia o @{name}",
|
||||||
"account.posts": "Wpisy",
|
"account.posts": "Wpisy",
|
||||||
|
"account.posts_with_replies" : "Wpisy z odpowiedziami",
|
||||||
"account.report": "Zgłoś @{name}",
|
"account.report": "Zgłoś @{name}",
|
||||||
"account.requested": "Oczekująca prośba, kliknij aby anulować",
|
"account.requested": "Oczekująca prośba, kliknij aby anulować",
|
||||||
"account.share": "Udostępnij profil @{name}",
|
"account.share": "Udostępnij profil @{name}",
|
||||||
|
@ -207,6 +208,9 @@
|
||||||
"relative_time.minutes": "{number} min.",
|
"relative_time.minutes": "{number} min.",
|
||||||
"relative_time.seconds": "{number} s.",
|
"relative_time.seconds": "{number} s.",
|
||||||
"reply_indicator.cancel": "Anuluj",
|
"reply_indicator.cancel": "Anuluj",
|
||||||
|
"report.forward": "Przekaż na {target}",
|
||||||
|
"report.forward_hint": "To konto znajduje się na innej instancji. Czy chcesz wysłać anonimową kopię zgłoszenia również na nią?",
|
||||||
|
"report.hint": "Zgłoszenie zostanie wysłane moderatorom Twojej instancji. Poniżej możesz też umieścić wyjaśnienie, dlaczego zgłaszasz to konto:",
|
||||||
"report.placeholder": "Dodatkowe komentarze",
|
"report.placeholder": "Dodatkowe komentarze",
|
||||||
"report.submit": "Wyślij",
|
"report.submit": "Wyślij",
|
||||||
"report.target": "Zgłaszanie {target}",
|
"report.target": "Zgłaszanie {target}",
|
||||||
|
|
|
@ -774,4 +774,5 @@ pl:
|
||||||
users:
|
users:
|
||||||
invalid_email: Adres e-mail jest niepoprawny
|
invalid_email: Adres e-mail jest niepoprawny
|
||||||
invalid_otp_token: Kod uwierzytelniający jest niepoprawny
|
invalid_otp_token: Kod uwierzytelniający jest niepoprawny
|
||||||
|
seamless_external_login: Zalogowano z użyciem zewnętrznej usługi, więc ustawienia hasła i adresu e-mail nie są dostępne.
|
||||||
signed_in_as: 'Zalogowany jako:'
|
signed_in_as: 'Zalogowany jako:'
|
||||||
|
|
Loading…
Reference in New Issue