diff options
author | Marcin Mikołajczak <me@m4sk.in> | 2018-10-06 13:42:36 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-10-06 20:42:36 +0900 |
commit | 2fb692ea45227f3b101101ca81583047660c1ef3 (patch) | |
tree | de53c5eb68501208fb559ac51e55fd3cf368566f /app/javascript | |
parent | 84f82ee2fee7260a4b45fd9556dd7f866fc8bd0e (diff) |
i18n: Update Polish translation (#8901)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 26 | ||||
-rw-r--r-- | app/javascript/mastodon/locales/pl.json | 5 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index c5714fa89..436d9a581 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -309,6 +309,10 @@ { "descriptors": [ { + "defaultMessage": "Read more", + "id": "status.read_more" + }, + { "defaultMessage": "Show more", "id": "status.show_more" }, @@ -398,6 +402,14 @@ "id": "confirmations.block.confirm" }, { + "defaultMessage": "Reply", + "id": "confirmations.reply.confirm" + }, + { + "defaultMessage": "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?", + "id": "confirmations.reply.message" + }, + { "defaultMessage": "Are you sure you want to block {name}?", "id": "confirmations.block.message" } @@ -1768,6 +1780,14 @@ "id": "status.detailed_status" }, { + "defaultMessage": "Reply", + "id": "confirmations.reply.confirm" + }, + { + "defaultMessage": "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?", + "id": "confirmations.reply.message" + }, + { "defaultMessage": "Are you sure you want to block {name}?", "id": "confirmations.block.message" } @@ -2118,10 +2138,14 @@ "id": "status.sensitive_warning" }, { + "defaultMessage": "Media hidden", + "id": "status.media_hidden" + }, + { "defaultMessage": "Click to view", "id": "status.sensitive_toggle" } ], "path": "app/javascript/mastodon/features/video/index.json" } -] +] \ No newline at end of file diff --git a/app/javascript/mastodon/locales/pl.json b/app/javascript/mastodon/locales/pl.json index 276a24651..dc3f3c976 100644 --- a/app/javascript/mastodon/locales/pl.json +++ b/app/javascript/mastodon/locales/pl.json @@ -15,7 +15,7 @@ "account.follows.empty": "Ten użytkownik nie śledzi jeszcze nikogo.", "account.follows_you": "Śledzi Cię", "account.hide_reblogs": "Ukryj podbicia od @{name}", - "account.link_verified_on": "Ownership of this link was checked on {date}", + "account.link_verified_on": "Własność tego odnośnika została potwierdzona {date}", "account.media": "Zawartość multimedialna", "account.mention": "Wspomnij o @{name}", "account.moved_to": "{name} przeniósł(-osła) się do:", @@ -91,6 +91,8 @@ "confirmations.mute.message": "Czy na pewno chcesz wyciszyć {name}?", "confirmations.redraft.confirm": "Usuń i przeredaguj", "confirmations.redraft.message": "Czy na pewno chcesz usunąć i przeredagować ten wpis? Polubienia i podbicia zostaną utracone, a odpowiedzi do oryginalnego wpisu zostaną osierocone.", + "confirmations.reply.confirm": "Odpowiedz", + "confirmations.reply.message": "W ten sposób utracisz wpis który obecnie tworzysz. Czy na pewno chcesz to zrobić?", "confirmations.unfollow.confirm": "Przestań śledzić", "confirmations.unfollow.message": "Czy na pewno zamierzasz przestać śledzić {name}?", "embed.instructions": "Osadź ten wpis na swojej stronie wklejając poniższy kod.", @@ -294,6 +296,7 @@ "status.open": "Rozszerz ten wpis", "status.pin": "Przypnij do profilu", "status.pinned": "Przypięty wpis", + "status.read_more": "Czytaj dalej", "status.reblog": "Podbij", "status.reblog_private": "Podbij dla odbiorców oryginalnego wpisu", "status.reblogged_by": "{name} podbił(a)", |