New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing keys to Polish locale #3054
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proofreading
resources/lang/pl/users.php
Outdated
@@ -227,6 +228,7 @@ | |||
], | |||
'top_ranks' => [ | |||
'empty' => 'Brak wyników. :(', | |||
'not_ranked' => 'Tylko rankingowe beatmapy dają pp.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/pl/common.php
Outdated
@@ -30,6 +30,8 @@ | |||
|
|||
'buttons' => [ | |||
'cancel' => 'Anuluj', | |||
'click_to_copy' => 'kliknij, aby skopiować', | |||
'click_to_copy_copied' => 'skopiowane do schowka!', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/pl/beatmaps.php
Outdated
@@ -150,6 +152,11 @@ | |||
'title' => 'Status nominacji', | |||
'unresolved_issues' => 'Nadal występują nierozwiązane problemy, do których musisz się odnieść.', | |||
|
|||
'reset_at' => [ | |||
'nomination_reset' => 'Proces nominacji został zresetowany :time_ago przez :user z powodu nowego problemu :discussion (:message).', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/pl/beatmaps.php
Outdated
@@ -150,6 +152,11 @@ | |||
'title' => 'Status nominacji', | |||
'unresolved_issues' => 'Nadal występują nierozwiązane problemy, do których musisz się odnieść.', | |||
|
|||
'reset_at' => [ | |||
'nomination_reset' => 'Proces nominacji został zresetowany :time_ago przez :user z powodu nowego problemu :discussion (:message).', | |||
'disqualify' => 'Zdyskwalifikowane :time_ago przez :user z powodu nowego problemu :discussion (:message).', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/pl/beatmaps.php
Outdated
'nomination_reset' => 'Proces nominacji został zresetowany :time_ago przez :user z powodu nowego problemu :discussion (:message).', | ||
'disqualify' => 'Zdyskwalifikowane :time_ago przez :user z powodu nowego problemu :discussion (:message).', | ||
], | ||
|
||
'reset_confirm' => [ | ||
'nomination_reset' => 'Na pewno? Utworzenie nowego problemu zresetuje liczbę nominacji.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/pl/common.php
Outdated
@@ -30,6 +30,8 @@ | |||
|
|||
'buttons' => [ | |||
'cancel' => 'Anuluj', | |||
'click_to_copy' => 'kliknij, aby skopiować', | |||
'click_to_copy_copied' => 'skopiowane do schowka!', | |||
'delete' => 'Usuń', | |||
'permalink' => 'odnośnik bezpośredni', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/pl/common.php
Outdated
@@ -30,6 +30,8 @@ | |||
|
|||
'buttons' => [ | |||
'cancel' => 'Anuluj', | |||
'click_to_copy' => 'kliknij, aby skopiować', | |||
'click_to_copy_copied' => 'skopiowane do schowka!', | |||
'delete' => 'Usuń', | |||
'permalink' => 'odnośnik bezpośredni', | |||
'permalink_copied' => 'odnośnik skopiowany', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -85,6 +85,7 @@ | |||
'contains_username' => 'Hasło nie może zawierać pseudonimu.', | |||
'email_already_used' => 'Ten adres email jest już w użyciu.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -85,6 +85,7 @@ | |||
'contains_username' => 'Hasło nie może zawierać pseudonimu.', | |||
'email_already_used' => 'Ten adres email jest już w użyciu.', | |||
'invalid_country' => 'Kraj nie występuje w bazie danych.', | |||
'invalid_discord' => 'Nieprawidłowa nazwa użytkownika na Discordzie.', | |||
'invalid_email' => 'To nie wygląda na adres e-mail.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -25,7 +25,8 @@ | |||
'discussion_post_delete' => 'Moderator usunął odpowiedź z dyskusji :discussion.', | |||
'discussion_post_restore' => 'Moderator przywrócił odpowiedź z dyskusji :discussion.', | |||
'discussion_restore' => 'Moderator przywrócił dyskusję :discussion.', | |||
'disqualify_legacy' => 'Zdyskwalifikowane. Powód: :text.', | |||
'disqualify' => 'Zdyskwalifikowane przez :user. Powód: :discussion (:text).', | |||
'disqualify_legacy' => 'Zdyskwalifikowane przez :user. Powód: :text.', | |||
'issue_reopen' => 'Rozwiązany problem :discussion został otworzony ponownie.', | |||
'issue_resolve' => 'Problem :discussion został oznaczony jako rozwiązany.', | |||
'kudosu_allow' => 'Odmowa otrzymania kudosu dla dyskusji :discussion została usunięta.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
No description provided.