From a8665400eeba3e8fdd6a8bff7b0edb68c57cb92d Mon Sep 17 00:00:00 2001 From: Mariusz Fik Date: Sun, 1 Apr 2018 00:48:17 +0200 Subject: [PATCH] Add polish translation for User module. Signed-off-by: Mariusz Fik --- .../Resources/lang/user/pl/auth.php | 23 ++++++ .../Resources/lang/user/pl/button.php | 8 +++ .../Resources/lang/user/pl/messages.php | 29 ++++++++ .../Resources/lang/user/pl/roles.php | 43 +++++++++++ .../Resources/lang/user/pl/users.php | 72 +++++++++++++++++++ 5 files changed, 175 insertions(+) create mode 100644 Modules/Translation/Resources/lang/user/pl/auth.php create mode 100644 Modules/Translation/Resources/lang/user/pl/button.php create mode 100644 Modules/Translation/Resources/lang/user/pl/messages.php create mode 100644 Modules/Translation/Resources/lang/user/pl/roles.php create mode 100644 Modules/Translation/Resources/lang/user/pl/users.php diff --git a/Modules/Translation/Resources/lang/user/pl/auth.php b/Modules/Translation/Resources/lang/user/pl/auth.php new file mode 100644 index 000000000..665ce6f71 --- /dev/null +++ b/Modules/Translation/Resources/lang/user/pl/auth.php @@ -0,0 +1,23 @@ + 'Logowanie', + 'email' => 'Email', + 'remember me' => 'Zapamiętaj mnie', + 'forgot password' => 'Nie pamiętasz hasła?', + 'register' => 'Rejestracja nowego konta', + 'password' => 'Hasło', + 'password confirmation' => 'Potwierdzenie hasła', + 'register me' => 'Rejestracja', + 'I already have a membership' => 'Mam już konto', + 'reset password' => 'Resetowanie hasła', + 'I remembered my password' => 'Pamiętam hasło', + 'to reset password complete this form' => 'Aby zresetować hasło, wypełnij poniższe pole: ', + 'welcome title' => 'Witamy', + 'please confirm email' => 'Potwierdź swój adres e-mail, klikając poniższy link.', + 'additional confirm email message' => 'Być może będziemy musieli przesłać Ci ważne informacje o naszej usłudze i ważne jest, abyśmy mieli prawidłowy adres e-mail.', + 'confirm email button' => 'Potwierdź adres e-mail', + 'end greeting' => 'Zespół', + 'sign in welcome message' => 'Zaloguj się, aby rozpocząć sesję', + 'reset password email was sent' => 'Wysłano e-mail umożliwiający zresetowanie hasła', +]; diff --git a/Modules/Translation/Resources/lang/user/pl/button.php b/Modules/Translation/Resources/lang/user/pl/button.php new file mode 100644 index 000000000..8ec1f3dc0 --- /dev/null +++ b/Modules/Translation/Resources/lang/user/pl/button.php @@ -0,0 +1,8 @@ + 'Anuluj', + 'delete' => 'Usuń', + 'create' => 'Utwórz', + 'update' => 'Zaktualizuj', +]; diff --git a/Modules/Translation/Resources/lang/user/pl/messages.php b/Modules/Translation/Resources/lang/user/pl/messages.php new file mode 100644 index 000000000..221969abf --- /dev/null +++ b/Modules/Translation/Resources/lang/user/pl/messages.php @@ -0,0 +1,29 @@ + 'Pomyślnie zalogowano', + 'account created check email for activation' => 'Konto utworzone. Sprawdź pocztę e-mail w celu aktywacji konta.', + 'account activated you can now login' => 'Konto aktywowane. Możesz się już zalogować.', + 'there was an error with the activation' => 'Konto zostało już aktywowane. Możesz już zalogować się przy użyciu swojego login i hasła.', + 'no user found' => 'Użytkownik o podanym adresie e-mail nie istnieje.', + 'check email to reset password' => 'Sprawdź pocztę e-mail, aby zresetować hasło.', + 'user no longer exists' => 'Użytkownik już nie istnieje.', + 'invalid reset code' => 'Kod resetowania wygasł lub jest nieprawidłowy.', + 'password reset' => 'Hasło zostało zresetowane. Możesz już zalogować się przy użyciu nowego hasła.', + /* Email subjects */ + 'welcome' => 'Witamy.', + 'reset password' => 'Zresetuj hasło do konta.', + /* User management */ + 'user created' => 'Pomyślnie utworzono użytkownika.', + 'user not found' => 'Nie znaleziono użytkownika.', + 'user updated' => 'Pomyślnie zaktualizowano użytkownika.', + 'user deleted' => 'Pomyślnie usunięto użytkownika.', + /* Role management */ + 'role created' => 'Pomyślnie utworzono rolę.', + 'role not found' => 'Nie znaleziono roli.', + 'role updated' => 'Pomyślnie zaktualizowano rolę.', + 'role deleted' => 'Pomyślnie usunięto rolę.', + /* Profile management */ + 'profile updated' => 'Pomyślnie zaktualizowano profil.', +]; diff --git a/Modules/Translation/Resources/lang/user/pl/roles.php b/Modules/Translation/Resources/lang/user/pl/roles.php new file mode 100644 index 000000000..8920b95c5 --- /dev/null +++ b/Modules/Translation/Resources/lang/user/pl/roles.php @@ -0,0 +1,43 @@ + 'Nowa rola', + 'title' => [ + 'roles' => 'Role', + 'edit' => 'Edycja roli', + 'users-with-roles' => 'Użytkownicy w tej roli', + ], + 'breadcrumb' => [ + 'roles' => 'Role', + 'new' => 'Nowa rola', + 'edit' => 'Edycja roli', + ], + 'table' => [ + 'name' => 'Nazwa', + 'slug' => 'Slug', + ], + 'tabs' => [ + 'data' => 'Dane', + 'permissions' => 'Uprawnienia', + ], + 'form' => [ + 'name' => 'Nazwa roli', + 'slug' => 'Slug roli', + ], + 'navigation' => [ + 'back to index' => 'Powrót do zarządzania rolami', + ], + 'select all' => 'Zaznacz wszystkie', + 'deselect all' => 'Odznacz wszystkie', + 'swap' => 'Zamień', + 'allow all' => 'Nadaj wszystkie', + 'deny all' => 'Odbierz wszystkie', + 'inherit all' => 'Dziedzicz wszystkie', + 'allow' => 'Nadaj', + 'deny' => 'Odbierz', + 'inherit' => 'Dziedzicz z roli', + 'list resource' => 'Wyświetlanie', + 'create resource' => 'Tworzenie', + 'edit resource' => 'Edycja', + 'destroy resource' => 'Usuwanie', +]; diff --git a/Modules/Translation/Resources/lang/user/pl/users.php b/Modules/Translation/Resources/lang/user/pl/users.php new file mode 100644 index 000000000..f99165087 --- /dev/null +++ b/Modules/Translation/Resources/lang/user/pl/users.php @@ -0,0 +1,72 @@ + [ + 'new-user' => 'Nowy użytkownik', + ], + 'title' => [ + 'users' => 'Użytkownicy', + 'new-user' => 'Nowy użytkownik', + 'edit-user' => 'Edycja użytkownika', + 'edit-profile' => 'Edycja profilu', + ], + 'breadcrumb' => [ + 'home' => 'Dom', + 'users' => 'Użytkownicy', + 'new' => 'Nowy', + 'edit-user' => 'Edycja użytkownika', + 'edit-profile' => 'Edycja profilu', + ], + 'tabs' => [ + 'data' => 'Dane', + 'roles' => 'Role', + 'permissions' => 'Uprawnienia', + 'new password' => 'Nowe hasło', + 'or send reset password mail' => 'lub wyślij e-mail w celu zresetowania hasła', + ], + 'form' => [ + 'first-name' => 'Imię', + 'last-name' => 'Nazwisko', + 'email' => 'E-mail', + 'status' => 'Status', + 'password' => 'Hasło', + 'password-confirmation' => 'Potwierdzenie hasła', + 'new password' => 'Nowe hasło', + 'new password confirmation' => 'Potwierdzenie nowego hasła', + 'is activated' => 'Aktywne', + ], + 'table' => [ + 'created-at' => 'Uworzony', + 'first-name' => 'Imię', + 'last-name' => 'Nazwisko', + 'email' => 'E-mail', + 'actions' => 'Akcje', + ], + 'navigation' => [ + 'back to index' => 'Powrót do zarządzania użytkownikami', + ], + 'new password setup' => 'Skonfiguruj nowe hasło', + 'or send reset password mail' => 'lub wyślij e-mail w celu zresetowania hasła', + 'send reset password email' => 'Wyślij e-mail', + 'my account' => 'Moje Konto', + 'profile' => 'Profil', + 'api-keys' => 'Klucze API', + 'generate new api key' => 'Generuj nowy klucz API', + 'delete api key confirm' => 'Usunięcie klucza API uniemożliwi jakiejkolwiek aplikacji jego użycie.', + 'your api keys' => 'Twoje klucze API', + 'you have no api keys' => 'Nie masz kluczy API.', + 'generate one' => 'Wygeneruj klucz.', + 'token generated' => 'Pomyślnie wygenerowano klucz API', + 'token deleted' => 'Pomyślnie usunięte klucz API', + 'list user' => 'Wyświetlanie', + 'create user' => 'Tworzenie', + 'edit user' => 'Edycja', + 'destroy user' => 'Usuwanie', + 'edit profile' => 'Edycja', + 'list api key' => 'Wyświetlanie', + 'create api key' => 'Tworzenie', + 'destroy api key' => 'Usuwanie', + 'invalid login or password' => 'Login lub hasło nieprawidłowe.', + 'account not validated' => 'Konto jeszcze nie zostało zatwierdzone. Sprawdź e-mail.', + 'account is blocked' => 'Twoje konto jest zablokowane przez :delay sekund(y).', +];