Browse Source

i18n: Update Polish translation (#7131)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
pull/4/head
Marcin Mikołajczak 6 years ago
committed by Yamagishi Kazutoshi
parent
commit
fed0b5ed04
4 changed files with 26 additions and 14 deletions
  1. +0
    -13
      app/javascript/mastodon/locales/defaultMessages.json
  2. +2
    -1
      app/javascript/mastodon/locales/pl.json
  3. +5
    -0
      config/locales/en.yml
  4. +19
    -0
      config/locales/pl.yml

+ 0
- 13
app/javascript/mastodon/locales/defaultMessages.json View File

@ -1815,18 +1815,5 @@
}
],
"path": "app/javascript/mastodon/features/video/index.json"
},
{
"descriptors": [
{
"defaultMessage": "Oops!",
"id": "alert.unexpected.title"
},
{
"defaultMessage": "An unexpected error occurred.",
"id": "alert.unexpected.message"
}
],
"path": "app/javascript/mastodon/middleware/errors.json"
}
]

+ 2
- 1
app/javascript/mastodon/locales/pl.json View File

@ -2,7 +2,7 @@
"account.block": "Blokuj @{name}",
"account.block_domain": "Blokuj wszystko z {domain}",
"account.blocked": "Zablokowany",
"account.direct": "Direct Message @{name}",
"account.direct": "Wyślij wiadomość bezpośrednią do @{name}",
"account.disclaimer_full": "Poniższe informacje mogą nie odwzorowywać bezbłędnie profilu użytkownika.",
"account.domain_blocked": "Ukryto domenę",
"account.edit_profile": "Edytuj profil",
@ -240,6 +240,7 @@
"status.block": "Zablokuj @{name}",
"status.cannot_reblog": "Ten wpis nie może zostać podbity",
"status.delete": "Usuń",
"status.direct": "Direct message @{name}",
"status.embed": "Osadź",
"status.favourite": "Ulubione",
"status.load_more": "Załaduj więcej",

+ 5
- 0
config/locales/en.yml View File

@ -283,6 +283,7 @@ en:
nsfw:
'false': Unhide media attachments
'true': Hide media attachments
reopen: Reopen Report
report: 'Report #%{id}'
report_contents: Contents
reported_account: Reported account
@ -615,6 +616,10 @@ en:
missing_resource: Could not find the required redirect URL for your account
proceed: Proceed to follow
prompt: 'You are going to follow:'
remote_unfollow:
error: Error
title: Title
unfollowed: Unfollowed
sessions:
activity: Last activity
browser: Browser

+ 19
- 0
config/locales/pl.yml View File

@ -63,6 +63,13 @@ pl:
are_you_sure: Jesteś tego pewien?
avatar: Awatar
by_domain: Domena
change_email:
changed_msg: Pomyślnie zmieniono adres e-mail konta!
current_email: Obecny adres e-mail
label: Zmień adres e-mail
new_email: Nowy adres e-mail
submit: Zmień adres e-mail
title: Zmień adres e-mail dla %{username}
confirm: Potwierdź
confirmed: Potwierdzono
demote: Degraduj
@ -131,6 +138,7 @@ pl:
statuses: Wpisy
subscribe: Subskrybuj
title: Konta
unconfirmed_email: Niepotwierdzony adres e-mail
undo_silenced: Cofnij wyciszenie
undo_suspension: Cofnij zawieszenie
unsubscribe: Przestań subskrybować
@ -139,6 +147,7 @@ pl:
action_logs:
actions:
assigned_to_self_report: "%{name} przypisał sobie zgłoszenie %{target}"
change_email_user: "%{name} zmienił adres-email użytkownika %{target}"
confirm_user: "%{name} potwierdził adres e-mail użytkownika %{target}"
create_custom_emoji: "%{name} dodał nowe emoji %{target}"
create_domain_block: "%{name} zablokował domenę %{target}"
@ -258,18 +267,24 @@ pl:
comment:
label: Komentarz do zgłoszenia
none: Brak
created_at: Zgłoszono
delete: Usuń
history: Historia moderacji
id: ID
mark_as_resolved: Oznacz jako rozwiązane
mark_as_unresolved: Oznacz jako nierozwiązane
notes:
create: Utwórz notatkę
create_and_resolve: Rozwiąż i pozostaw notatkę
create_and_unresolve: Cofnij rozwiązanie i pozostaw notatkę
delete: Usuń
label: Notatki
new_label: Dodaj notatkę moderacyjną
placeholder: Opisz wykonane akcje i inne szczegóły dotyczące tego zgłoszenia…
nsfw:
'false': Nie oznaczaj jako NSFW
'true': Oznaczaj jako NSFW
reopen: Otwórz ponownie
report: 'Zgłoszenie #%{id}'
report_contents: Zawartość
reported_account: Zgłoszone konto
@ -608,6 +623,10 @@ pl:
missing_resource: Nie udało się znaleźć adresu przekierowania z Twojej domeny
proceed: Śledź
prompt: 'Zamierzasz śledzić:'
remote_unfollow:
error: Błąd
title: Tytuł
unfollowed: Przestałeś śledzić
sessions:
activity: Ostatnia aktywność
browser: Przeglądarka

Loading…
Cancel
Save