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 in Polish locale #2818
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.
Looking good, let's wait for @Galkaan to share his thoughts too.
resources/lang/pl/forum.php
Outdated
'to_not_watching_done' => 'Usunięto subskrybcję tego wątku', | ||
'to_watching_done' => 'Zasubskrybowano ten wątek', | ||
'to_not_watching' => 'Nie subskrybuj', | ||
'to_watching' => 'Zasubskrybuj', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/pl/forum.php
Outdated
'to_watching_done' => 'Zasubskrybowano ten wątek', | ||
'to_not_watching' => 'Nie subskrybuj', | ||
'to_watching' => 'Zasubskrybuj', | ||
'to_watching_mail' => 'Zasubskrybuj z powiadomieniami', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -258,8 +258,10 @@ | |||
], | |||
|
|||
'watch' => [ | |||
'to_not_watching_done' => 'Usunięto subskrybcję tego wątku', | |||
'to_watching_done' => 'Zasubskrybowano ten wątek', | |||
'to_not_watching' => 'Nie subskrybuj', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -88,11 +88,27 @@ | |||
'invalid_email' => 'To nie wygląda na adres email.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
'username_available_in' => 'Ta nazwa użytkownika będzie dostępna za :duration.', | ||
'username_available_soon' => 'Ta nazwa użytkownika będzie dostępna niedługo!', | ||
'username_invalid_characters' => 'Ta nazwa użytkownika zawiera nieprawidłowe znaki.', | ||
'username_in_use' => 'Ta nazwa użytkownika jest już w użyciu!', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
'username_too_short' => 'Ta nazwa użytkownika jest zbyt krótka.', | ||
'username_too_long' => 'Ta nazwa użytkownika jest zbyt długa.', | ||
'weak' => 'Hasło jest za słabe.', | ||
'wrong_current_password' => 'Obecne hasło jest niepoprawne.', | ||
'wrong_email_confirmation' => 'Email potwierdzający się nie zgadza.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
'username_too_short' => 'Ta nazwa użytkownika jest zbyt krótka.', | ||
'username_too_long' => 'Ta nazwa użytkownika jest zbyt długa.', | ||
'weak' => 'Hasło jest za słabe.', | ||
'wrong_current_password' => 'Obecne hasło jest niepoprawne.', | ||
'wrong_email_confirmation' => 'Email potwierdzający się nie zgadza.', | ||
'wrong_password_confirmation' => 'Hasło potwierdzające się nie zgadza.', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
'_' => 'Musisz posiadać :link, aby zmienić nazwę użytkownika!', | ||
'link_text' => 'status donatora osu!', | ||
], | ||
'username_is_same' => 'Właśnie posiadasz tę nazwę użytkownika!', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Coul you please avoid memeing in commit messages? Next time it happens I will close your PR on the spot. |
No description provided.