-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #511 from Fisiu/pl-trans-user
Add polish translation for User module.
- Loading branch information
Showing
5 changed files
with
175 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'login' => '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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'cancel' => 'Anuluj', | ||
'delete' => 'Usuń', | ||
'create' => 'Utwórz', | ||
'update' => 'Zaktualizuj', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
|
||
return [ | ||
/* Authentication */ | ||
'successfully logged in' => '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.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?php | ||
|
||
return [ | ||
'new-role' => '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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<?php | ||
|
||
return [ | ||
'button' => [ | ||
'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).', | ||
]; |