mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
i18n: updated Polish translation (#2727)
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
This commit is contained in:
parent
7880671f35
commit
03f3223d72
12
config/locales/activerecord.pl.yml
Normal file
12
config/locales/activerecord.pl.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pl:
|
||||||
|
activerecord:
|
||||||
|
errors:
|
||||||
|
models:
|
||||||
|
account:
|
||||||
|
attributes:
|
||||||
|
username:
|
||||||
|
invalid: może składać się tylko z liter, cyfr i podkreślników
|
||||||
|
status:
|
||||||
|
attributes:
|
||||||
|
reblog:
|
||||||
|
taken: status już istnieje
|
|
@ -5,6 +5,7 @@ pl:
|
||||||
about_this: O tej instancji
|
about_this: O tej instancji
|
||||||
apps: Aplikacje
|
apps: Aplikacje
|
||||||
business_email: 'Służbowy adres e-mail:'
|
business_email: 'Służbowy adres e-mail:'
|
||||||
|
closed_registrations: Rejestracja na tej instancji jest obecnie zamknięta.
|
||||||
contact: Kontakt
|
contact: Kontakt
|
||||||
description_headline: Czym jest %{domain}?
|
description_headline: Czym jest %{domain}?
|
||||||
domain_count_after: instancji
|
domain_count_after: instancji
|
||||||
|
@ -28,6 +29,7 @@ pl:
|
||||||
terms: Regulamin
|
terms: Regulamin
|
||||||
user_count_after: użytkowników
|
user_count_after: użytkowników
|
||||||
user_count_before: Z serwera korzysta
|
user_count_before: Z serwera korzysta
|
||||||
|
version: Wersja
|
||||||
accounts:
|
accounts:
|
||||||
follow: Śledź
|
follow: Śledź
|
||||||
followers: Śledzących
|
followers: Śledzących
|
||||||
|
@ -38,6 +40,15 @@ pl:
|
||||||
posts: Wpisy
|
posts: Wpisy
|
||||||
remote_follow: Zdalne śledzenie
|
remote_follow: Zdalne śledzenie
|
||||||
unfollow: Przestań śledzić
|
unfollow: Przestań śledzić
|
||||||
|
activitypub:
|
||||||
|
activity:
|
||||||
|
announce:
|
||||||
|
name: "%{account_name} udostępnił(a) aktywność."
|
||||||
|
create:
|
||||||
|
name: "%{account_name} utworzył(a) wpis."
|
||||||
|
outbox:
|
||||||
|
name: "Skrzynka %{account_name}"
|
||||||
|
summary: "Zbiór aktywności użytkownika %{account_name}."
|
||||||
application_mailer:
|
application_mailer:
|
||||||
settings: 'Zmień ustawienia powiadamiania: %{link}'
|
settings: 'Zmień ustawienia powiadamiania: %{link}'
|
||||||
signature: Powiadomienie Mastodona, wysłane przez %{instance}
|
signature: Powiadomienie Mastodona, wysłane przez %{instance}
|
||||||
|
|
Loading…
Reference in a new issue