Fix #20 Enhance the console command to create users so roles can be
assigned
This commit is contained in:
@ -17,16 +17,11 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'Wysłaliśmy wiadomość na Twój adres email, zawierającą link aktywacyjny, w który musisz kliknąć, aby zakończyć rejestrację.',
|
||||
'Cancel' => 'Anuluj',
|
||||
'Close' => 'Zamknij',
|
||||
'Last login' => 'Data ostatniego logowania',
|
||||
'Two factor successfully enabled.' => 'Dwuetapowe uwierzytelnianie poprawnie włączone.',
|
||||
'User not found.' => 'Nie znaleziono użytkownika.',
|
||||
'Verification failed. Please, enter new code.' => 'Weryfikacja nie powiodła się. Prosimy o podanie nowego kodu.',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => 'Nie mogliśmy wysłać ponownie emaila, aby potwierdzić Twój adres. Prosimy o sprawdzenie, czy to poprawny adres i czy nie został już potwierdzony.',
|
||||
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => '',
|
||||
'Role "{0}" not found. Creating it.' => '',
|
||||
'(not set)' => '(nie podano)',
|
||||
'A confirmation message has been sent to your new email address' => 'Potwierdzenie zostało wysłane na Twój nowy adres email',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'Wysłaliśmy wiadomość na Twój adres email, zawierającą link aktywacyjny, w który musisz kliknąć, aby zakończyć rejestrację.',
|
||||
'A new confirmation link has been sent' => 'Nowy link z potwierdzeniem został wysłany',
|
||||
'A password will be generated automatically if not provided' => 'W przypadku braku hasła, zostanie ono wygenerowane automatycznie',
|
||||
'Account' => 'Konto',
|
||||
@ -60,9 +55,11 @@ return [
|
||||
'Block' => 'Zablokuj',
|
||||
'Block status' => 'Status blokady',
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Zablokowany dnia {0, date, dd MMMM YYYY, HH:mm}',
|
||||
'Cancel' => 'Anuluj',
|
||||
'Change your avatar at Gravatar.com' => 'Zmień swój awatar na Gravatar.com',
|
||||
'Children' => 'Dzieci',
|
||||
'Class' => 'Klasa',
|
||||
'Close' => 'Zamknij',
|
||||
'Complete password reset on {0}' => 'Resetowanie hasła w serwisie {0}',
|
||||
'Confirm' => 'Aktywuj',
|
||||
'Confirm account on {0}' => 'Aktywacja konta w serwisie {0}',
|
||||
@ -116,6 +113,7 @@ return [
|
||||
'It will be deleted forever' => 'Usuniętych kont nie można przywrócić',
|
||||
'Items' => 'Elementy',
|
||||
'Joined on {0, date}' => 'Dołączył {0, date}',
|
||||
'Last login' => 'Data ostatniego logowania',
|
||||
'Location' => 'Lokalizacja',
|
||||
'Login' => 'Login',
|
||||
'Logout' => 'Wyloguj',
|
||||
@ -176,6 +174,7 @@ return [
|
||||
'Time zone' => 'Strefa czasowa',
|
||||
'Time zone is not valid' => 'Strefa czasowa jest niepoprawna',
|
||||
'Two Factor Authentication' => 'Uwierzytelnianie dwuetapowe',
|
||||
'Two factor successfully enabled.' => 'Dwuetapowe uwierzytelnianie poprawnie włączone.',
|
||||
'Two-Factor Authentication' => 'Uwierzytelnianie dwuetapowe',
|
||||
'Two-factor auth protects you against stolen credentials' => 'Uwierzytelnianie dwuetapowe chroni Cię przed kradzieżą danych logowania',
|
||||
'Two-factor authentication code' => 'Kod uwierzytelniania dwuetapowego',
|
||||
@ -206,9 +205,12 @@ return [
|
||||
'User has been created' => 'Użytkownik został dodany',
|
||||
'User has been deleted' => 'Użytkownik został usunięty',
|
||||
'User is not found' => 'Nie znaleziono użytkownika',
|
||||
'User not found.' => 'Nie znaleziono użytkownika.',
|
||||
'Username' => 'Nazwa użytkownika',
|
||||
'Users' => 'Użytkownicy',
|
||||
'VKontakte' => 'VKontakte',
|
||||
'Verification failed. Please, enter new code.' => 'Weryfikacja nie powiodła się. Prosimy o podanie nowego kodu.',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => 'Nie mogliśmy wysłać ponownie emaila, aby potwierdzić Twój adres. Prosimy o sprawdzenie, czy to poprawny adres i czy nie został już potwierdzony.',
|
||||
'We have generated a password for you' => 'Wygenerowaliśmy hasło dla Ciebie',
|
||||
'We have received a request to change the email address for your account on {0}' => 'Otrzymaliśmy prośbę o zmianę adresu email konta w serwisie {0}',
|
||||
'We have received a request to reset the password for your account on {0}' => 'Otrzymaliśmy prośbę o reset hasła konta w serwisie {0}',
|
||||
|
||||
Reference in New Issue
Block a user