Fix merge with upstream
This commit is contained in:
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -33,7 +33,7 @@ return [
|
||||
'ro',
|
||||
'ru',
|
||||
'th',
|
||||
'tr_TR',
|
||||
'tr-TR',
|
||||
'uk',
|
||||
'vi',
|
||||
'zh-CN',
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -92,13 +92,39 @@ return [
|
||||
'Class "{0}" does not exist' => '@@Klasse "{0}" existiert nicht@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable two factor authentication' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'A message has been sent to your email address. ' => '@@Eine Nachricht wurde an ihre E-Mail Adresse versandt@@',
|
||||
'Awesome, almost there. ' => '@@Fast geschafft. @@',
|
||||
'Class "{0}" does not exist' => '@@Klasse "{0}" existiert nicht@@',
|
||||
'Disable Two-Factor Auth' => '@@Zweifaktor-Authentifizierung deaktivieren@@',
|
||||
'Enable Two-factor auth' => '@@Zweifaktor-Authentifizierung aktivieren@@',
|
||||
'Invalid two-factor code' => '@@Ungültiger Zweifaktor Schlüssel@@',
|
||||
'Registration ip' => '@@Registrierungs-IP@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'This will disable two-factor auth. Are you sure?' => '@@Dies wird die Zweifaktor-Authentifizierung deaktivieren. Sind Sie sicher?@@',
|
||||
'Two Factor Authentication' => '@@Zweifaktor-Authentifizierung@@',
|
||||
'Two factor successfully enabled.' => '@@Zweifaktor-Authentifizierung erfolgreich aktiviert.@@',
|
||||
'Two-Factor Authentication' => '@@Zweifaktor-Authentifizierung@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@Zweifaktor-Authentifizierung schützt Sie vor gestohlenen Zugangsdaten@@',
|
||||
'Two-factor authentication code' => '@@Zweifaktor-Authentifizierungsschlüssel@@',
|
||||
'Two-factor authorization has been disabled.' => '@@Zweifaktor-Authentifizierung wurde deaktiviert.@@',
|
||||
'Two-factor code' => '@@Zweifaktor-Schlüssel@@',
|
||||
'Unable to disable two-factor authorization.' => '@@Unfähig die Zweifaktor-Authentifizierung zu deaktivieren.@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@Wir konnte die Bestätigungs E-Mail nicht erneut versenden@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Wir haben Bestätigungs E-Mails an die neue und alte E-Mail Adresse versandt.@@',
|
||||
'(not set)' => '(nicht gesetzt)',
|
||||
'A confirmation message has been sent to your new email address' => 'Eine Bestätigungsnachricht wurde an Ihre neue E-Mail Adresse versandt',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'Eine Nachricht wurde an Ihre E-Mail-Adresse gesendet. Sie enthält einen Bestätigungslink den Sie klicken müssen um die Registrierung abzuschließen.',
|
||||
'A new confirmation link has been sent' => 'Ein neuer Bestätigungs-Link wurde versendet',
|
||||
'A password will be generated automatically if not provided' => 'Leer lassen, um automatisch ein Passwort zu generieren',
|
||||
'Account' => 'Konto',
|
||||
@ -112,22 +138,34 @@ return [
|
||||
'Are you sure you want to block this user?' => 'Sind Sie sicher, dass Sie diesen Benutzer blockieren wollen?',
|
||||
'Are you sure you want to confirm this user?' => 'Sind Sie sicher, dass Sie diesen Benutzer bestätigen wollen?',
|
||||
'Are you sure you want to delete this user?' => 'Sind Sie sicher, dass Sie diesen Benutzer löschen wollen?',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => 'Sind Sie sicher, dass Sie zu diesem Benutzer zu wechseln möchten für den Rest dieser Session?',
|
||||
'Are you sure you want to unblock this user?' => 'Sind Sie sicher, dass Sie diesen Benutzer wieder freischalten wollen?',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => 'Sind Sie sicher, dass Sie eine Passwortwiederherstellungs-Mail an diesen Benutzer senden möchten?',
|
||||
'Are you sure? Deleted user can not be restored' => 'Sind Sie sicher? Gelöschte Benutzer können nicht wiederhergestellt werden',
|
||||
'Are you sure? There is no going back' => 'Sind Sie sicher? Es gibt kein Zurück',
|
||||
'Assignments' => 'Zuordnungen',
|
||||
'Assignments have been updated' => 'Zuordnungen wurden gespeichert',
|
||||
'Auth item with such name already exists' => 'Eine Berechtigung mit diesem Name existiert bereits',
|
||||
'Authentication rule class {0} can not be instantiated' => 'Von der Authentifizierungsregel Klasse {0} kann keine Instanz erstellt werden',
|
||||
'Authorization item successfully created.' => 'Berechtigung erfolgreich erstellt',
|
||||
'Authorization item successfully removed.' => 'Berechtigung erfolgreich gelöscht',
|
||||
'Authorization item successfully updated.' => 'Berechtigung erfolgreich gespeichert',
|
||||
'Authorization rule has been added.' => 'Berechtigungsregel wurde hinzugefügt.',
|
||||
'Authorization rule has been removed.' => 'Berechtigungsregel wurde entfernt.',
|
||||
'Authorization rule has been updated.' => 'Berechtigungsregel wurde gespeichert.',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => 'Fast geschafft. Nun müssen Sie nur noch den Aktivierungslink besuchen, der an ihre neue E-Mail Adresse gesendet wurde.',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => 'Fast geschafft. Nun müssen Sie nur noch den Aktivierungslink besuchen, der an ihre alte E-Mail Adresse gesendet wurde.',
|
||||
'Bio' => 'Bio',
|
||||
'Block' => 'Blockieren',
|
||||
'Block status' => 'Blockadestatus',
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Blockiert am {0, date, dd. MMMM YYYY, HH:mm}',
|
||||
'Cancel' => 'Abbrechen',
|
||||
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => 'Kann die Rolle "{0}" nicht zuordnen da der AuthManager in der Console Application nicht konfiguriert ist.',
|
||||
'Change your avatar at Gravatar.com' => 'Ändern Sie ihren Avatar auf Gravatar.com',
|
||||
'Children' => 'Unterelemente',
|
||||
'Complete password reset on {0}' => 'Passwort-Wiederherstellung auf {0} fertig stellen',
|
||||
'Class' => 'Klasse',
|
||||
'Close' => 'schließen',
|
||||
'Complete password reset on {0}' => 'Passwort-Wiederherstellung auf {0} fertigstellen',
|
||||
'Confirm' => 'Bestätigen',
|
||||
'Confirm account on {0}' => 'Konto auf {0} bestätigen',
|
||||
'Confirm email change on {0}' => 'E-Mail Änderung auf {0} bestätigen',
|
||||
@ -142,6 +180,8 @@ return [
|
||||
'Create a user account' => 'Konto erstellen',
|
||||
'Create new permission' => 'Neue Berechtigung anlegen',
|
||||
'Create new role' => 'Neue Rolle anlegen',
|
||||
'Create new rule' => 'Neue Regel erstellen',
|
||||
'Created at' => 'Erstellt am',
|
||||
'Credentials will be sent to the user by email' => 'Die Zugangsdaten werden dem Nutzer per E-Mail versendet',
|
||||
'Current password' => 'Aktuelles Passwort',
|
||||
'Current password is not valid' => 'Das aktuelle Passwort ist nicht korrekt',
|
||||
@ -153,9 +193,12 @@ return [
|
||||
'Don\'t have an account? Sign up!' => 'Sie haben noch kein Konto? Registrieren!',
|
||||
'Email' => 'E-Mail',
|
||||
'Email (public)' => 'E-Mail (öffentlich)',
|
||||
'Enable' => 'aktivieren',
|
||||
'Error occurred while changing password' => 'Fehler beim ändern des Passworts',
|
||||
'Error occurred while confirming user' => 'Fehler beim Bestätigen des Benutzers',
|
||||
'Error occurred while deleting user' => 'Fehler beim Löschen des Benutzers',
|
||||
'Error sending registration message to "{email}". Please try again later.' => 'Fehler beim Senden der Registrierungsnachricht an "{email}". Bitte später noch einmal probieren.',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => 'Fehler beim Senden der Willkommensnachricht an "{email}". Bitte später noch einmal probieren.',
|
||||
'Finish' => 'Fertig',
|
||||
'Forgot password?' => 'Passwort vergessen?',
|
||||
'Gravatar email' => 'Gravatar E-Mail',
|
||||
@ -163,6 +206,7 @@ return [
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Wenn Sie sich bereits registriert haben, melden Sie sich an und verbinden Sie dieses Konto auf der Einstellungs-Seite',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Wenn Sie den Link nicht anklicken können, versuchen Sie, diesen in ihre Browser-Leiste einzufügen',
|
||||
'If you did not make this request you can ignore this email' => 'Wenn Sie diese Anfrage nicht gemacht haben, können Sie diese E-Mail ignorieren',
|
||||
'Impersonate this user' => 'Wechsle zu diesem Benutzer',
|
||||
'In order to complete your registration, please click the link below' => 'Um Ihre Registrierung abzuschliessen, klicken Sie bitte auf den Link unten',
|
||||
'In order to complete your request, please click the link below' => 'Um Ihre Anfrage abzuschliessen, klicken Sie bitte auf den Link unten',
|
||||
'In order to finish your registration, we need you to enter following fields' => 'Um Ihre Registrierung abzuschliessen, müssen Sie noch die folgenden Felder ausfüllen',
|
||||
@ -173,16 +217,19 @@ return [
|
||||
'It will be deleted forever' => 'Es wird permanent gelöscht',
|
||||
'Items' => 'Elemente',
|
||||
'Joined on {0, date}' => 'Mitglies seit {0, date}',
|
||||
'Last login' => 'Letzter Login',
|
||||
'Location' => 'Ort',
|
||||
'Login' => 'Anmelden',
|
||||
'Logout' => 'Abmelden',
|
||||
'Manage users' => 'Nutzer verwalten',
|
||||
'Name' => 'Name',
|
||||
'Networks' => 'Netzwerke',
|
||||
'Never' => 'Nie',
|
||||
'New email' => 'Neue E-Mail',
|
||||
'New password' => 'Neues Passwort',
|
||||
'New permission' => 'Neue Berechtigung',
|
||||
'New role' => 'Neue Rolle',
|
||||
'New rule' => 'Neue Regel',
|
||||
'New user' => 'Neuer Benutzer',
|
||||
'Not blocked' => 'Nicht geblockt',
|
||||
'Not found' => 'Nicht gefunden',
|
||||
@ -205,17 +252,30 @@ return [
|
||||
'Registration time' => 'Registrierungszeit',
|
||||
'Remember me next time' => 'Anmeldung für das nächste mal merken',
|
||||
'Request new confirmation message' => 'Neuen Wiederherstellungs-Link anfordern',
|
||||
'Required "key" cannot be empty.' => 'Erforderlicher "key" darf nicht leer sein.',
|
||||
'Required "secret" cannot be empty.' => 'Erforderliches "secret" darf nicht leer sein.',
|
||||
'Reset your password' => 'Passwort wiederherstellen',
|
||||
'Role "{0}" not found. Creating it.' => 'Rolle "{0}" nicht gefunden. Erstelle diese.',
|
||||
'Roles' => 'Rollen',
|
||||
'Rule' => 'Regel',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => 'Regelklasse muss "yii\\rbac\\Rule" erweitern.',
|
||||
'Rule name' => 'Regelname',
|
||||
'Rule name {0} is already in use' => 'Regelname {0} bereits in Benutzung',
|
||||
'Rule {0} does not exists' => 'Regel {0} existiert nicht',
|
||||
'Rule {0} not found.' => 'Regel {0} nicht gefunden.',
|
||||
'Rules' => 'Regeln',
|
||||
'Save' => 'Speichern',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => 'Scanne den Qr-Code mit der Google Authenticator App, dann füge den temporären Schlüssel in das Feld und sende es ab.',
|
||||
'Send password recovery email' => 'Sende Mail zur Passwortwiederherstellung',
|
||||
'Sign in' => 'Anmelden',
|
||||
'Sign up' => 'Registrieren',
|
||||
'Something went wrong' => 'Etwas ist schiefgelaufen',
|
||||
'Switch identities is disabled.' => 'Identitäten wechseln ist deaktiviert.',
|
||||
'Thank you for signing up on {0}' => 'Danke für ihre Registrierung auf {0}',
|
||||
'Thank you, registration is now complete.' => 'Danke, ihre Registrierung ist nun abgeschlossen.',
|
||||
'The "recaptcha" component must be configured.' => 'Die "recaptcha" Komponente muss konfiguriert werden.',
|
||||
'The confirmation link is invalid or expired. Please try requesting a new one.' => 'Ihr Aktivierungslink ist falsch oder abgelaufen. Bitte fordern Sie einen neuen an.',
|
||||
'The verification code is incorrect.' => 'Der Verifizierungsschlüssel ist ungültig.',
|
||||
'There is neither role nor permission with name "{0}"' => 'Es gibt weder eine Rolle noch eine Berechtigung mit dem Namen "{0}"',
|
||||
'This account has already been connected to another user' => 'Dieses Konto wurde bereits von einem anderen Benutzer verbunden',
|
||||
'This email address has already been taken' => 'Die E-Mail Adresse ist bereits vergeben',
|
||||
@ -225,10 +285,13 @@ return [
|
||||
'Unable to confirm user. Please, try again.' => 'Der Benutzer konnte nicht bestätigt werden. Bitte versuchen Sie es erneut.',
|
||||
'Unable to create an account.' => 'Konto konnte nicht erstellt werden',
|
||||
'Unable to create authorization item.' => 'Authorization Item konnte nicht erstellt werden',
|
||||
'Unable to create new authorization rule.' => 'Unfähig eine neue Authentifizierungsregel zu erstellen.',
|
||||
'Unable to delete user. Please, try again later.' => 'Benutzer konnte nicht gelöscht werden.',
|
||||
'Unable to remove authorization item.' => 'Authorization Item konnte nicht gelöscht werden.',
|
||||
'Unable to send confirmation link' => 'Konnte Bestätigungslink nicht versenden',
|
||||
'Unable to send recovery message to the user' => 'Unfähig die Wiederherstellungsnachricht an den Benutzer zu senden.',
|
||||
'Unable to update authorization item.' => 'Konnte Authorization item nicht ändern',
|
||||
'Unable to update authorization rule.' => 'Unfähig die Berechtigungsregel zu speichern.',
|
||||
'Unable to update block status.' => 'Konnte den Block-Status nicht ändern',
|
||||
'Unblock' => 'Freischalten',
|
||||
'Unconfirmed' => 'Unbestätigt',
|
||||
@ -236,18 +299,26 @@ return [
|
||||
'Update assignments' => 'Zuweisung ändern',
|
||||
'Update permission' => 'Berechtigung ändern',
|
||||
'Update role' => 'Rolle ändern',
|
||||
'Update rule' => 'Regel aktualisieren',
|
||||
'Update user account' => 'Konto ändern',
|
||||
'Updated at' => 'Aktualisiert am',
|
||||
'User account could not be created.' => 'Benutzerkonto konnte nicht erstellt werden.',
|
||||
'User block status has been updated.' => 'Der Status des Benutzer wurde gespeichert',
|
||||
'User could not be registered.' => 'Benutzer konnte nicht registriert werden.',
|
||||
'User has been confirmed' => 'Benutzer wurde bestätigt',
|
||||
'User has been created' => 'Benutzer wurde angelegt',
|
||||
'User has been deleted' => 'Benutzer wurde gelöscht',
|
||||
'User is not found' => 'Benutzer wurde nicht gefunden',
|
||||
'User not found.' => 'Benutzer nicht gefunden.',
|
||||
'Username' => 'Benutzername',
|
||||
'Users' => 'Benutzer',
|
||||
'VKontakte' => 'VKontakte',
|
||||
'Verification failed. Please, enter new code.' => 'Verifizierung fehlgeschlagen. Bitte einen neuen Schlüssel eingeben.',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => 'Wir konnten die Mail zur Bestätigung Ihrer Adresse nicht noch einmal senden. Bitte kontrollieren Sie ob die E-Mail-Adresse korrekt ist oder diese bereits bestätigt wurde.',
|
||||
'We have generated a password for you' => 'Ein Passwort wurde für Sie generiert',
|
||||
'We have received a request to change the email address for your account on {0}' => 'Wir haben eine Anfrage, ihre E-Mail Adresse auf {0} zu verändern, bekommen',
|
||||
'We have received a request to reset the password for your account on {0}' => 'Wir haben eine Anfrage, ihr Passwort auf {0} wiederherzustellen, bekommen',
|
||||
'We have sent confirmation links to both old and new email addresses. You must click both links to complete your request.' => 'Wir haben Ihnen Bestätigungslinks an die alte und neue E-Mail-Adresse geschickt. Sie müssen beide Links anklicken um die Anfrage fertigzustellen.',
|
||||
'Website' => 'Webseite',
|
||||
'Welcome to {0}' => 'Willkommen auf {0}',
|
||||
'Yandex' => 'Yandex',
|
||||
@ -267,4 +338,5 @@ return [
|
||||
'Your email address has been changed' => 'Ihre E-Mail Adresse wurde geändert',
|
||||
'Your profile has been updated' => 'Ihr Profil wurde gespeichert',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, dd. MMMM YYYY, HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} darf nicht leer sein.',
|
||||
];
|
||||
|
||||
@ -27,6 +27,28 @@ return [
|
||||
'Your consent is required to register' => 'El consentimiento es necesario para poder registrarse',
|
||||
'Your personal information has been removed' => 'Su información personal ha sido eliminada',
|
||||
'privacy policy' => 'política de privacidad',
|
||||
'Disable two factor authentication' => 'Desactivar la autenticación en dos pasos',
|
||||
'Enable two factor authentication' => 'Activar la autenticación en dos pasos',
|
||||
'Invalid two factor authentication code' => 'Invalidar el código de autenticación en dos pasos',
|
||||
'This will disable two factor authentication. Are you sure?' => 'Esto desactivará la autenticación en dos pasos.¿Está seguro?',
|
||||
'Two Factor Authentication (2FA)' => 'Autenticación en dos pasos (2FA)',
|
||||
'Two factor authentication code' => 'Código de autenticación en dos pasos',
|
||||
'Two factor authentication has been disabled.' => 'La autenticación en dos pasos ha sido desactivada.',
|
||||
'Two factor authentication protects you against stolen credentials' => 'La autenticación en dos pasos le ayuda a protegerse ante el robo de credenciales',
|
||||
'Two factor authentication successfully enabled.' => 'Activado correctamente',
|
||||
'Unable to disable Two factor authentication.' => 'Imposible desactivar la autenticación en dos pasos.',
|
||||
'Disable Two-Factor Auth' => '@@Desabilitar autenticación de dos factores@@',
|
||||
'Enable Two-factor auth' => '@@Habilitar autenticación de dos factores@@',
|
||||
'Invalid two-factor code' => '@@Código de dos factores inválido@@',
|
||||
'This will disable two-factor auth. Are you sure?' => '@@Esto inhabilitará la autenticación de dos factores. Estás seguro?@@',
|
||||
'Two Factor Authentication' => '@@Autenticación de Dos Factores@@',
|
||||
'Two factor successfully enabled.' => '@@Autenticación de dos factores habilitada con éxito.@@',
|
||||
'Two-Factor Authentication' => '@@Autenticación de Dos Factores@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@La autenticación te protege contra el robo de credenciales@@',
|
||||
'Two-factor authentication code' => '@@Código de doble autenticación@@',
|
||||
'Two-factor authorization has been disabled.' => '@@La autenticación de dos factores ha sido inhabilitada.@@',
|
||||
'Two-factor code' => '@@Código de dos factores@@',
|
||||
'Unable to disable two-factor authorization.' => '@@Ha sido imposible inhabilitar al autenticación de dos factores.@@',
|
||||
'(not set)' => '(sin establecer)',
|
||||
'A confirmation message has been sent to your new email address' => 'Se ha enviado un mensaje de confirmación a tu nueva dirección de correo electrónico',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'Un mensaje ha sido enviado a tu dirección de correo electrónico. Contiene un vínculo de confirmación que tienes que seguir para completar el registro.',
|
||||
@ -45,6 +67,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '¿Estas seguro de querer eliminar este usuario?',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => 'Estás seguro que quieres intercambiarte por este usuario para el resto de esta sesión?',
|
||||
'Are you sure you want to unblock this user?' => '¿Estas seguro de querer desbloquear este usuario?',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => 'Estás seguro de querer enviar un email de recuperación de contraseña a este usuario?',
|
||||
'Are you sure? Deleted user can not be restored' => '¿Estas seguro? Los usuarios eliminados no se pueden restaurar',
|
||||
'Are you sure? There is no going back' => '¿Estás seguro? No se podrá volver atrás',
|
||||
'Assignments' => 'Asignaciones',
|
||||
@ -98,18 +121,18 @@ return [
|
||||
'Deleted by GDPR request' => 'Borrado por solicitud GDPR',
|
||||
'Description' => 'Descripción',
|
||||
'Didn\'t receive confirmation message?' => '¿No has recibido el mensaje de confirmación?',
|
||||
'Disable Two-Factor Auth' => 'Desabilitar autenticación de dos factores',
|
||||
'Disconnect' => 'Desconectar',
|
||||
'Don\'t have an account? Sign up!' => '¿No tienes cuenta? ¡Regístrate!',
|
||||
'Download my data' => 'Descargar mis datos',
|
||||
'Email' => 'Correo electrónico',
|
||||
'Email (public)' => 'Correo electrónico (público)',
|
||||
'Enable' => 'Habilitar',
|
||||
'Enable Two-factor auth' => 'Habilitar autenticación de dos factores',
|
||||
'Error occurred while changing password' => 'Se ha producido un error al cambiar la contraseña',
|
||||
'Error occurred while confirming user' => 'Se ha producido un error al confirmar el usuario',
|
||||
'Error occurred while deleting user' => 'Se ha producido un error al eliminar el usuario',
|
||||
'Export my data' => 'Exportar mis datos',
|
||||
'Error sending registration message to "{email}". Please try again later.' => 'Ha ocurrido un error enviando el mensaje de registro a "{email}". Por favor inténtalo de nuevo más tarde.',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => 'Ha ocurrido un error al enviar el mensaje de bienvenida a "{email}". Por favor inténtalo de nuevo más tarde.',
|
||||
'Finish' => 'Finalizar',
|
||||
'Forgot password?' => '¿Olvidaste la contraseña?',
|
||||
'Gravatar email' => 'Correo electrónico Gravatar',
|
||||
@ -118,6 +141,9 @@ return [
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Si ya está registrados, inicie sesión y conecta esta cuenta en la página de configuración',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Si tienes problemas, por favor, pegua la siguiente dirección URL en su navegador web',
|
||||
'If you did not make this request you can ignore this email' => 'PD: Si ha recibido este correo electrónico por error, simplemente elimínelo',
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Si ya estas registrado, inicia sesión y conecta esta cuenta en la página de configuración',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Si tienes problemas, por favor, pega la siguiente dirección URL en tu navegador web',
|
||||
'If you did not make this request you can ignore this email' => 'PD: Si has recibido este correo electrónico por error, simplemente elimínalo',
|
||||
'Impersonate this user' => 'Personificar este usuario',
|
||||
'In order to complete your registration, please click the link below' => 'Para completar el registro, por favor haz clic en el siguiente enlance',
|
||||
'In order to complete your request, please click the link below' => 'Para completar tu petición, haz clic en el siguiente enlace',
|
||||
@ -125,7 +151,6 @@ return [
|
||||
'Information' => 'Información',
|
||||
'Invalid login or password' => 'Usuario o contraseña incorrectos',
|
||||
'Invalid or expired link' => 'Enlace inválido o caducado',
|
||||
'Invalid two-factor code' => 'Código de dos factores inválido',
|
||||
'Invalid value' => 'Valor inválido',
|
||||
'It will be deleted forever' => 'Será eliminado para siempre',
|
||||
'Items' => 'Elementos',
|
||||
@ -179,6 +204,7 @@ return [
|
||||
'Rules' => 'Reglas',
|
||||
'Save' => 'Guardar',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => 'Escanee el QrCode con la aplicación Google Authenticator, luego inserte su código temporal en el campo de texto y envíe.',
|
||||
'Send password recovery email' => 'Enviar email de recuperación de contraseña',
|
||||
'Sign in' => 'Iniciar sesión',
|
||||
'Sign up' => 'Registrarse',
|
||||
'Something went wrong' => 'Algo salió mal',
|
||||
@ -192,24 +218,16 @@ return [
|
||||
'This account has already been connected to another user' => 'Esta cuenta ya está conectada con otro usuario',
|
||||
'This email address has already been taken' => 'Esta cuenta de correo electrónico ya está siendo utilizada',
|
||||
'This username has already been taken' => 'El nombre de usuario ya está siendo utlizado',
|
||||
'This will disable two-factor auth. Are you sure?' => 'Esto inhabilitará la autenticación de dos factores. Estás seguro?',
|
||||
'Time zone' => 'Zona horaria',
|
||||
'Time zone is not valid' => 'La zona horaria no es válida',
|
||||
'Two Factor Authentication' => 'Autenticación de Dos Factores',
|
||||
'Two factor successfully enabled.' => 'Autenticación de dos factores habilitada con éxito.',
|
||||
'Two-Factor Authentication' => 'Autenticación de Dos Factores',
|
||||
'Two-factor auth protects you against stolen credentials' => 'La autenticación te protege contra el robo de credenciales',
|
||||
'Two-factor authentication code' => 'Código de doble autenticación',
|
||||
'Two-factor authorization has been disabled.' => 'La autenticación de dos factores ha sido inhabilitada.',
|
||||
'Two-factor code' => 'Código de dos factores',
|
||||
'Unable to confirm user. Please, try again.' => 'No se ha podido confirmar el usuario. Por favor, inténtalo de nuevo.',
|
||||
'Unable to create an account.' => 'No se ha podido crear la cuenta.',
|
||||
'Unable to create authorization item.' => 'No se puede actualizar el elemento de autorización.',
|
||||
'Unable to create new authorization rule.' => 'Ha sido imposible crear la nueva regla de autenticación.',
|
||||
'Unable to delete user. Please, try again later.' => 'No se ha podido eliminar el usuario. Por favor, inténtalo más tarde.',
|
||||
'Unable to disable two-factor authorization.' => 'Ha sido imposible inhabilitar al autenticación de dos factores.',
|
||||
'Unable to remove authorization item.' => 'No se ha podido eliminar el elemento de autorización.',
|
||||
'Unable to send confirmation link' => 'No se ha podido enviar el enlace de confirmación',
|
||||
'Unable to send recovery message to the user' => 'Ha sido imposible enviar el email de recuperación de contraseña',
|
||||
'Unable to update authorization item.' => 'No se ha podido actualizar el elemento de autorización.',
|
||||
'Unable to update authorization rule.' => 'Ha sido imposible actualizar la regla de autencicación.',
|
||||
'Unable to update block status.' => 'No se ha podido actualizar el estado de bloqueo.',
|
||||
@ -222,7 +240,9 @@ return [
|
||||
'Update rule' => 'Actualiza regla',
|
||||
'Update user account' => 'Actualizar cuenta',
|
||||
'Updated at' => 'Actualizado el',
|
||||
'User account could not be created.' => 'La cuenta de usuario no ha podido ser creada.',
|
||||
'User block status has been updated.' => 'El estado de bloqueo del usuario ha sido actualizado.',
|
||||
'User could not be registered.' => 'El usuario no ha podido ser registrado.',
|
||||
'User has been confirmed' => 'El usuario ha sido confirmado',
|
||||
'User has been created' => 'El usuario ha sido creado',
|
||||
'User has been deleted' => 'El usuario ha sido eliminado',
|
||||
|
||||
218
src/User/resources/i18n/et/usuario.php
Normal file
218
src/User/resources/i18n/et/usuario.php
Normal file
@ -0,0 +1,218 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'(not set)' => '(määramata)',
|
||||
'A confirmation message has been sent to your new email address' => 'Saatsime sinu uuele e-maili aadressile kinnituskirja',
|
||||
'A message has been sent to your email address. ' => 'Saatsime sulle kinnituseks e-kirja. ',
|
||||
'A new confirmation link has been sent' => 'Uus kinnituslink on saadetud',
|
||||
'A password will be generated automatically if not provided' => 'Parool genereeritakse automaatselt, kui ei ole seatud',
|
||||
'Account' => 'Konto',
|
||||
'Account confirmation' => 'Konto kinnitamine',
|
||||
'Account details' => 'Konto andmed',
|
||||
'Account details have been updated' => 'Konto andmed on uuendatud',
|
||||
'Account settings' => 'Konto seaded',
|
||||
'Already registered? Sign in!' => 'Oled registreerunud? Logi sisse!',
|
||||
'An email has been sent with instructions for resetting your password' => 'Saatsime sulle e-kirja juhendiga, kuidas saad oma parooli uuendada',
|
||||
'An error occurred processing your request' => 'Päringu protsessimisel tekkis viga',
|
||||
'Are you sure you want to block this user?' => 'Oled kindel, et tahad selle kasutaja blokeerid?',
|
||||
'Are you sure you want to confirm this user?' => 'Oled kindel, et tahad selle kasutaja kinnitada?',
|
||||
'Are you sure you want to delete this user?' => 'Oled kindel, et tahad selle kasutaja kustutada?',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => 'Oled sa kindel, et soovid ülejäänud sessiooni ajaks lülituda ümber sellele kasutajale?',
|
||||
'Are you sure you want to unblock this user?' => 'Oled kindel, et tahad selle kasutaja blokeerimise tühistada?',
|
||||
'Are you sure? Deleted user can not be restored' => 'Oled sa kindel? Kustutatud kasutajat ei saa enam taastada',
|
||||
'Are you sure? There is no going back' => 'Oled sa kindel? Siit tagasiteed ei ole',
|
||||
'Assignments' => 'Omistamised',
|
||||
'Assignments have been updated' => 'Omistamised uuendati',
|
||||
'Auth item with such name already exists' => 'Sellise nimega õigus on juba olemas',
|
||||
'Authentication rule class {0} can not be instantiated' => '',
|
||||
'Authorization item successfully created.' => '',
|
||||
'Authorization item successfully removed.' => '',
|
||||
'Authorization item successfully updated.' => '',
|
||||
'Authorization rule has been added.' => '',
|
||||
'Authorization rule has been removed.' => '',
|
||||
'Authorization rule has been updated.' => '',
|
||||
'Awesome, almost there. ' => 'Kena, peaaegu valmis.',
|
||||
'Bio' => 'Bio',
|
||||
'Block' => 'Blokeeri',
|
||||
'Block status' => 'Blokeerimise staatus',
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Blokeeritud: {0, date, MMMM dd, YYYY HH:mm}',
|
||||
'Change your avatar at Gravatar.com' => 'Muuda oma avatari Gravatar.com-is',
|
||||
'Children' => 'All-osad',
|
||||
'Class' => 'Klass',
|
||||
'Complete password reset on {0}' => 'Lõpeta {0} parooli uuendamine',
|
||||
'Confirm' => 'Kinnita',
|
||||
'Confirm account on {0}' => 'Kinnita {0} konto',
|
||||
'Confirm email change on {0}' => 'Kinnita {0} konto e-maili muutus',
|
||||
'Confirmation' => 'Kinnitus',
|
||||
'Confirmation status' => 'Kinnituse staatus',
|
||||
'Confirmation time' => 'Kinnitamise aeg',
|
||||
'Confirmed' => 'Kinnitatud',
|
||||
'Confirmed at {0, date, MMMM dd, YYYY HH:mm}' => 'Kinnitatud: {0, date, MMMM dd, YYYY HH:mm}',
|
||||
'Connect' => 'Ühenda',
|
||||
'Continue' => 'Edasi',
|
||||
'Create' => 'Uus',
|
||||
'Create a user account' => 'Loo kasutajakonto',
|
||||
'Create new permission' => 'Loo uus õigus',
|
||||
'Create new role' => 'Loo uus roll',
|
||||
'Create new rule' => 'Loo uus reegel',
|
||||
'Created at' => '',
|
||||
'Credentials will be sent to the user by email' => 'Konto andmed saadetakse kasutajale e-mailiga',
|
||||
'Current password' => 'Praegune parool',
|
||||
'Current password is not valid' => 'Praegune parool ei ole õige',
|
||||
'Delete' => 'Kustuta',
|
||||
'Delete account' => 'Kustuta konto',
|
||||
'Description' => 'Kirjeldus',
|
||||
'Didn\'t receive confirmation message?' => 'Ei ole saanud kinnituskirja?',
|
||||
'Disconnect' => 'Ühenda lahti',
|
||||
'Don\'t have an account? Sign up!' => 'Ei ole veel kontot? Liitu!',
|
||||
'Email' => 'Emaili aadress',
|
||||
'Email (public)' => 'Emaili aadress (avalik)',
|
||||
'Error occurred while changing password' => 'Viga parooli vahetamisel.',
|
||||
'Error occurred while confirming user' => 'Viga kasutaja kinnitamisel',
|
||||
'Error occurred while deleting user' => 'Viga kasutaja kustutamisel',
|
||||
'Finish' => 'Lõpeta',
|
||||
'Forgot password?' => 'Unustasid parooli?',
|
||||
'Gravatar email' => 'Gravatari e-posti aadress',
|
||||
'Hello' => 'Tere',
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Kui oled juba registreerunud, logi sisse ja ühenda see konto oma seadete lehel',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Kui sa ei saa lingil klikkida, proovi see kleepida oma brausri aadressireale',
|
||||
'If you did not make this request you can ignore this email' => 'Kui sa ei ole seda päringut tellinud, siis võid seda kirja ignoreerida',
|
||||
'Impersonate this user' => 'Kehastu selleks kasutajaks',
|
||||
'In order to complete your registration, please click the link below' => 'Kliki alloleval lingil, et registreerimine kinnitada',
|
||||
'In order to complete your request, please click the link below' => 'Kliki alloleval lingil, et oma päring kinnitada',
|
||||
'In order to finish your registration, we need you to enter following fields' => 'Pead täitma järgnevad väljad, et registreerimine lõpule viia',
|
||||
'Information' => 'Informatsioon',
|
||||
'Invalid login or password' => 'Vale kasutajanimi või parool',
|
||||
'Invalid or expired link' => 'Vale või aegunud link',
|
||||
'Invalid value' => 'Ebasobiv väärtus',
|
||||
'It will be deleted forever' => 'See kustutatakse alatiseks',
|
||||
'Items' => 'Õigused',
|
||||
'Joined on {0, date}' => 'Liitunud: {0, date}',
|
||||
'Location' => 'Asukoht',
|
||||
'Login' => 'Sisene',
|
||||
'Logout' => 'Logi välja',
|
||||
'Manage users' => 'Halda kasutajaid',
|
||||
'Name' => 'Nimi',
|
||||
'Networks' => 'Võrgustikud',
|
||||
'New email' => 'Uus e-kiri',
|
||||
'New password' => 'Uus parool',
|
||||
'New permission' => 'Uus õigus',
|
||||
'New role' => 'Uus roll',
|
||||
'New rule' => 'Uus reegel',
|
||||
'New user' => 'Uus kasutaja',
|
||||
'Not blocked' => 'Ei ole blokitud',
|
||||
'Not found' => 'Ei leitud',
|
||||
'Once you delete your account, there is no going back' => 'Kui oma konto kustutad, ei ole enam tagasiteed',
|
||||
'Password' => 'Parool',
|
||||
'Password has been changed' => 'Parool on muudetud',
|
||||
'Permissions' => 'Õigused',
|
||||
'Please be certain' => 'Palun ole kindel',
|
||||
'Please click the link below to complete your password reset' => 'Palun kliki alloleval lingil, et oma parooli uuendada',
|
||||
'Please fix following errors:' => 'Palun paranda järgnevad vead:',
|
||||
'Profile' => 'Profiil',
|
||||
'Profile details' => 'Profiili andmed',
|
||||
'Profile details have been updated' => 'Profiili andmed on uuendatud',
|
||||
'Profile settings' => 'Profiili seaded',
|
||||
'Recover your password' => 'Taasta oma parool',
|
||||
'Recovery link is invalid or expired. Please try requesting a new one.' => 'Taastamislink on vale või aegunud. Palun proovi tellida uus.',
|
||||
'Recovery message sent' => 'Taastamiskiri on saadetud',
|
||||
'Registration IP' => 'Registreerimise IP',
|
||||
'Registration on this website is disabled' => 'Sel lehel ei ole registreerumine lubatud',
|
||||
'Registration time' => 'Registreerimise aeg',
|
||||
'Remember me next time' => 'Jäta mind meelde',
|
||||
'Request new confirmation message' => 'Telli uus kinnituskiri',
|
||||
'Reset your password' => 'Lähtesta parool',
|
||||
'Roles' => 'Rollid',
|
||||
'Rule' => 'Reegel',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => '',
|
||||
'Rule name' => 'Reegli nimi',
|
||||
'Rule name {0} is already in use' => 'Reegel nimega {0} on juba kasutusel',
|
||||
'Rule {0} does not exist' => 'Reeglit nimega {0} ei ole olemas',
|
||||
'Rule {0} not found.' => 'Reeglit {0} ei leitud',
|
||||
'Rules' => 'Reeglid',
|
||||
'Save' => 'Salvesta',
|
||||
'Sign in' => 'Logi sisse',
|
||||
'Sign up' => 'Liitu',
|
||||
'Something went wrong' => 'Midagi läks valesti',
|
||||
'Switch identities is disabled.' => 'Identiteedi vahetamine on keelatud',
|
||||
'Thank you for signing up on {0}' => 'Aitäh, et liitusid lehega {0}',
|
||||
'Thank you, registration is now complete.' => 'Aitäh, oled nüüd registreeritud',
|
||||
'The confirmation link is invalid or expired. Please try requesting a new one.' => 'Kinnituslink on vale või aegunud. Palun proovi tellida uus.',
|
||||
'There is neither role nor permission with name "{0}"' => 'Ei ole rolli ega õigust nimega "{0}"',
|
||||
'This account has already been connected to another user' => 'See konto on juba kinnitatud teise kasutaja poolt',
|
||||
'This email address has already been taken' => 'See e-maili aadress on juba võetud',
|
||||
'This username has already been taken' => 'See kasutajanimi on juba võetud',
|
||||
'Time zone' => 'Ajavöönd',
|
||||
'Time zone is not valid' => 'Ajavöönd ei ole kotrrektne',
|
||||
'Unable to confirm user. Please, try again.' => 'Kasutaja kinnitamine ebaõnnestus. Palun proovi uuesti.',
|
||||
'Unable to create an account.' => 'Konto loomine ebaõnnestus.',
|
||||
'Unable to create authorization item.' => 'Õiguse loomine ebaõnnestus.',
|
||||
'Unable to create new authorization rule.' => 'Reegli loomine ebaõnnestus.',
|
||||
'Unable to delete user. Please, try again later.' => 'kasutaja kustutamine ebaõnnestus. Palun proovi hiljem uuesti.',
|
||||
'Unable to remove authorization item.' => 'Õiguse eemaldamine ebaõnnestus.',
|
||||
'Unable to send confirmation link' => 'Kinnituse lingi saatmine ebaõnnestus.',
|
||||
'Unable to update authorization item.' => 'Õiguse muutmine ebaõnnestus.',
|
||||
'Unable to update authorization rule.' => 'Reegli muutmine ebaõnnestus',
|
||||
'Unable to update block status.' => 'Blokkimise staatuse muutmine ebaõnnestus.',
|
||||
'Unblock' => 'Eemalda blokk',
|
||||
'Unconfirmed' => 'Kinnitamata',
|
||||
'Update' => 'Muuda',
|
||||
'Update assignments' => 'Muuda omistamisi',
|
||||
'Update permission' => 'Muud õigus',
|
||||
'Update role' => 'Muuda rolli',
|
||||
'Update rule' => 'Muuda reeglit',
|
||||
'Update user account' => 'Muuda kasutajakontot',
|
||||
'Updated at' => 'Muudetud:',
|
||||
'User block status has been updated.' => 'Kasutaja blokeering on muudetud.',
|
||||
'User has been confirmed' => 'Kasutaja on kinnitatud',
|
||||
'User has been created' => 'Kasutaja on loodud',
|
||||
'User has been deleted' => 'Kasutaja on kustutatud',
|
||||
'User is not found' => 'Kasutajat ei leitud',
|
||||
'Username' => 'Kasutajanimi',
|
||||
'Users' => 'Kasutajad',
|
||||
'VKontakte' => '',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => 'Me ei suutnud sinu e-posti kinnitamiseks kirja uuseti saata.',
|
||||
'We have generated a password for you' => 'Genereerisime sulle parooli',
|
||||
'We have received a request to change the email address for your account on {0}' => 'Oleme saanud tellimuse sinu {0} konto e-maili muutmiseks',
|
||||
'We have received a request to reset the password for your account on {0}' => 'Oleme saanud palve sinu {0} konto parooli resettimiseks',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => 'Saatsime kinnituslingid nii sinu vanale kui uuele e-maili aadressile.',
|
||||
'Website' => 'Koduleht',
|
||||
'Welcome to {0}' => 'Teretulemast lehele {0}',
|
||||
'Yandex' => '',
|
||||
'You can assign multiple roles or permissions to user by using the form below' => 'Alloleva vormi abil võid kasutajale omistada mitmeid rolle ning õigusi',
|
||||
'You can connect multiple accounts to be able to log in using them' => 'Võid ühendada mitu sotsiaalmeedia kontot, mida saad kasutada kontole sisse logimiseks',
|
||||
'You cannot remove your own account' => 'Sa ei saa kustutada iseenda kontot',
|
||||
'You need to confirm your email address' => 'Sa pead oma e-posti aadressi kinnitama',
|
||||
'Your account details have been updated' => 'Sinu konto andmed on uuendatud',
|
||||
'Your account has been blocked' => 'Sinu konto on blokeeritud',
|
||||
'Your account has been blocked.' => 'Sinu konto on blokeeritud.',
|
||||
'Your account has been completely deleted' => 'Sinu konto on täielukult kustutatud',
|
||||
'Your account has been connected' => 'Sinu konto on ühendatud',
|
||||
'Your account has been created' => 'Sinu konto on loodud',
|
||||
'Your account has been created and a message with further instructions has been sent to your email' => 'Sinu konto on loodud ning edasised instruktsioonid on saadetud sinu e-mailile',
|
||||
'Your account on {0} has been created' => 'Sinu {0} konto on loodud',
|
||||
'Your confirmation token is invalid or expired' => 'Kinnituse kood on vale või aegunud',
|
||||
'Your email address has been changed' => 'Sinu e-mail on muudetud',
|
||||
'Your profile has been updated' => 'Sinu profiil on uuendatud',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '',
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
];
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
*/
|
||||
return [
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => '',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => '',
|
||||
'Back to privacy settings' => '',
|
||||
@ -37,6 +38,12 @@ return [
|
||||
'I aggree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Enable' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Last login' => '',
|
||||
'Never' => '',
|
||||
'Once you have deleted your data, you will not longer be able to sign in with this account.' => '',
|
||||
@ -46,6 +53,7 @@ return [
|
||||
'Required "secret" cannot be empty.' => '',
|
||||
'Role "{0}" not found. Creating it.' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'The "recaptcha" component must be configured.' => '',
|
||||
'The verification code is incorrect.' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
@ -58,6 +66,16 @@ return [
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User not found.' => '',
|
||||
'Verification failed. Please, enter new code.' => '',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => '',
|
||||
@ -71,6 +89,16 @@ return [
|
||||
'Awesome, almost there. ' => '@@Szuper, majdnem kész.@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@A cím megerősítéséhez nem tudtuk újra elküldeni az e-mailt.@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Megerősítő linkeket küldtünk régi és új e-mail címekre.@@',
|
||||
'(not set)' => '(nincs beállítva)',
|
||||
|
||||
@ -73,6 +73,43 @@ return [
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@Non è stato possibile reinviare l\'email per confermare il tuo indirizzo. @@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Abbiamo inviato un link di conferma sia al nuovo che al vecchio indirizzo email. @@',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'È stato inviato un messaggio al tuo indirizzo email. Contiene un collegamento di verifica che devi aprire per completare la registrazione.',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => 'Sicuro di voler inviare un email di recupero password a questo utente?',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => 'Fantastico, ci siamo quasi. Ora devi solo visitare il collegamento di conferma che è stato inviato al tuo nuovo indirizzo email.',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => 'Fantastico, ci siamo quasi. Ora devi solo visitare il collegamento di conferma che è stato inviato al tuo vecchio indirizzo email.',
|
||||
'Cancel' => 'Annulla',
|
||||
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => 'Impossibile assegnare il ruolo "{0}" perché l\'AuthManager non è configurato nella applicazione da console.',
|
||||
'Close' => 'Chiudi',
|
||||
'Disable two factor authentication' => 'Disabilita autenticazione a due fattori',
|
||||
'Enable' => 'Abilita',
|
||||
'Enable two factor authentication' => 'Abilita l\'autenticazione a due fattori',
|
||||
'Error sending registration message to "{email}". Please try again later.' => 'C\'è stato un errore nell\'invio del messaggio di registrazione all\'indirizzo "{email}". Per favore ritenta più tardi.',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => 'C\'è stato un errore nell\'invio del messaggio di benvenuto all\'indirizzo "{email}". Per favore ritenta più tardi.',
|
||||
'Invalid two factor authentication code' => 'Il codice dell\'autenticazione a due fattori non è valido',
|
||||
'Last login' => 'Ultimo accesso',
|
||||
'Never' => 'Mai',
|
||||
'Required "key" cannot be empty.' => 'Il campo "chiave" è richiesto, non può essere vuoto.',
|
||||
'Required "secret" cannot be empty.' => 'Il campo "segreto" è richiesto, non può essere vuoto.',
|
||||
'Role "{0}" not found. Creating it.' => 'Ruolo "{0}" non trovato. È stato creato.',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => 'Scansiona il codice QR con l\'applicazione Google Authenticator, poi inserisci il codice temporaneo nel riquadro ed invia.',
|
||||
'Send password recovery email' => 'Invia email di recupero password',
|
||||
'The "recaptcha" component must be configured.' => 'Occorre configurare il componente "recaptcha".',
|
||||
'The verification code is incorrect.' => 'Il codice di verifica non è corretto.',
|
||||
'This will disable two factor authentication. Are you sure?' => 'Stai per disabilitare l\'autenticazione a due fattori. Sei sicuro?',
|
||||
'Two Factor Authentication (2FA)' => 'Autenticazione a due fattori (2FA)',
|
||||
'Two factor authentication code' => 'Codice di autenticazione a due fattori',
|
||||
'Two factor authentication has been disabled.' => 'Autenticazione a due fattori disabilitata.',
|
||||
'Two factor authentication protects you against stolen credentials' => 'L\'autenticazione a due fattori può proteggerti dal furto di credenziali',
|
||||
'Two factor authentication successfully enabled.' => 'Autenticazione a due fattori abilitata con successo.',
|
||||
'Unable to disable Two factor authentication.' => 'Impossibile disabilitare l\'autenticazione a due fattori.',
|
||||
'Unable to send recovery message to the user' => 'Impossibile inviare il messaggio di recupero password all\'utente',
|
||||
'User account could not be created.' => 'Impossibile creare il nuovo utente.',
|
||||
'User could not be registered.' => 'Impossibile registrare l\'utente.',
|
||||
'User not found.' => 'Utente non trovato.',
|
||||
'Verification failed. Please, enter new code.' => 'Verifica fallita. Per favore inserisci un nuovo codice.',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => 'Non siamo riusciti ad inviare una email di conferma al tuo indirizzo. Per favore verifica che sia corretto e che non sia già stato confermato.',
|
||||
'We have sent confirmation links to both old and new email addresses. You must click both links to complete your request.' => 'Abbiamo inviato un link di conferma sia al vecchio che al nuovo indirizzo email. Devi visitare entrambi i link per completare la richiesta.',
|
||||
'{0} cannot be blank.' => '{0} non può essere vuoto.',
|
||||
'(not set)' => '(non impostato)',
|
||||
'A confirmation message has been sent to your new email address' => 'È stato inviato un messaggio di conferma al tuo nuovo indirizzo email',
|
||||
'A new confirmation link has been sent' => 'È stato inviato un nuovo link di conferma',
|
||||
@ -211,7 +248,7 @@ return [
|
||||
'There is neither role nor permission with name "{0}"' => 'Non esiste un ruolo o permesso di nome "{0}',
|
||||
'This account has already been connected to another user' => 'Questo account è già stato associato ad un altro utente',
|
||||
'This email address has already been taken' => 'Questo indirizzo email è già stato registrato',
|
||||
'This username has already been taken' => 'Questo nome utente è già stato registraot',
|
||||
'This username has already been taken' => 'Questo nome utente è già stato registrato',
|
||||
'Time zone' => 'Fuso orario',
|
||||
'Time zone is not valid' => 'Il fuso orario non è valido',
|
||||
'Unable to confirm user. Please, try again.' => 'Impossibile confermare l\'utente, per favore ritenta.',
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -31,9 +31,17 @@ return [
|
||||
'Once you have deleted your data, you will not longer be able to sign in with this account.' => '',
|
||||
'Privacy' => '',
|
||||
'Privacy settings' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Required "key" cannot be empty.' => '',
|
||||
'Required "secret" cannot be empty.' => '',
|
||||
'Role "{0}" not found. Creating it.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'The "recaptcha" component must be configured.' => '',
|
||||
'The verification code is incorrect.' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
@ -44,6 +52,29 @@ return [
|
||||
'{0} cannot be blank.' => '',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'{0} cannot be blank.' => '',
|
||||
'Disable Two-Factor Auth' => '@@Wyłącz uwierzytelnianie dwuetapowe@@',
|
||||
'Enable Two-factor auth' => '@@Włącz uwierzytelnianie dwuetapowe@@',
|
||||
'Invalid two-factor code' => '@@Nieprawidłowy kod uwierzytelniania dwuetapowego@@',
|
||||
'This will disable two-factor auth. Are you sure?' => '@@To wyłączy uwierzytelnianie dwuetapowe. Czy jesteś pewny?@@',
|
||||
'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@@',
|
||||
'Two-factor authorization has been disabled.' => '@@Dwuetapowa autoryzacja została wyłączona.@@',
|
||||
'Two-factor code' => '@@Kod dwuetapowy@@',
|
||||
'Unable to disable two-factor authorization.' => '@@Nie można wyłączyć dwuetapowej autoryzacji.@@',
|
||||
'(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ę.',
|
||||
@ -109,13 +140,11 @@ return [
|
||||
'Delete account' => 'Usuń konto',
|
||||
'Description' => 'Opis',
|
||||
'Didn\'t receive confirmation message?' => 'Nie otrzymałeś emaila aktywacyjnego?',
|
||||
'Disable Two-Factor Auth' => 'Wyłącz uwierzytelnianie dwuetapowe',
|
||||
'Disconnect' => 'Odłącz',
|
||||
'Don\'t have an account? Sign up!' => 'Nie masz jeszcze konto? Zarejestruj się!',
|
||||
'Email' => 'Email',
|
||||
'Email (public)' => 'Email (publiczny)',
|
||||
'Enable' => 'Włącz',
|
||||
'Enable Two-factor auth' => 'Włącz uwierzytelnianie dwuetapowe',
|
||||
'Error occurred while changing password' => 'Wystąpił błąd podczas zmiany hasła',
|
||||
'Error occurred while confirming user' => 'Wystąpił błąd podczas aktywacji użytkownika',
|
||||
'Error occurred while deleting user' => 'Wystąpił błąd podczas usuwania użytkownika',
|
||||
@ -133,7 +162,6 @@ return [
|
||||
'Information' => 'Informacja',
|
||||
'Invalid login or password' => 'Nieprawidłowy login lub hasło',
|
||||
'Invalid or expired link' => 'Nieprawidłowy lub zdezaktualizowany link',
|
||||
'Invalid two-factor code' => 'Nieprawidłowy kod uwierzytelniania dwuetapowego',
|
||||
'Invalid value' => 'Nieprawidłowa wartość',
|
||||
'It will be deleted forever' => 'Usuniętych kont nie można przywrócić',
|
||||
'Items' => 'Elementy',
|
||||
@ -195,22 +223,13 @@ return [
|
||||
'This account has already been connected to another user' => 'To konto zostało już dołączone do innego użytkownika',
|
||||
'This email address has already been taken' => 'Ten adres email jest już używany',
|
||||
'This username has already been taken' => 'Ta nazwa użytkownika jest już zajęta',
|
||||
'This will disable two-factor auth. Are you sure?' => 'To wyłączy uwierzytelnianie dwuetapowe. Czy jesteś pewny?',
|
||||
'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',
|
||||
'Two-factor authorization has been disabled.' => 'Dwuetapowa autoryzacja została wyłączona.',
|
||||
'Two-factor code' => 'Kod dwuetapowy',
|
||||
'Unable to confirm user. Please, try again.' => 'Nie można aktywować użytkownika. Proszę spróbować ponownie.',
|
||||
'Unable to create an account.' => 'Nie można utworzyć konta.',
|
||||
'Unable to create authorization item.' => 'Nie można utworzyć celu autoryzacji.',
|
||||
'Unable to create new authorization rule.' => 'Nie można utworzyć zasady autoryzacji.',
|
||||
'Unable to delete user. Please, try again later.' => 'Nie można usunąć użytkownika. Proszę spróbować ponownie później.',
|
||||
'Unable to disable two-factor authorization.' => 'Nie można wyłączyć dwuetapowej autoryzacji.',
|
||||
'Unable to remove authorization item.' => 'Nie można usunąć celu autoryzacji.',
|
||||
'Unable to send confirmation link' => 'Nie można wysłać linka aktywacyjnego',
|
||||
'Unable to update authorization item.' => 'Nie można zaktualizować celu autoryzacji.',
|
||||
|
||||
@ -267,4 +267,251 @@ return [
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
'Disable two factor authentication' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'A message has been sent to your email address. ' => '@@Uma mensagem foi enviada para o seu endereço de e-mail.@@',
|
||||
'Awesome, almost there. ' => '@@Incrível, quase lá.@@',
|
||||
'Class "{0}" does not exist' => '@@A classe "{0}" não existe@@',
|
||||
'Disable Two-Factor Auth' => '@@Desabilitar autenticação em dois fatores@@',
|
||||
'Enable Two-factor auth' => '@@Habilitar autenticação em dois fatores@@',
|
||||
'Invalid two-factor code' => '@@Código de dois fatores inválido@@',
|
||||
'Registration ip' => '@@Registro ip@@',
|
||||
'Rule class can not be instantiated' => '@@A classe de regras não pode ser instanciada@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@A classe de regras deve estender de "yii\\rbac\\Rule"@@',
|
||||
'This will disable two-factor auth. Are you sure?' => '@@Isso desativará a autenticação de dois fatores. Você tem certeza?@@',
|
||||
'Two Factor Authentication' => '@@Autenticação de dois fatores@@',
|
||||
'Two factor successfully enabled.' => '@@Dois fatores habilitados com sucesso.@@',
|
||||
'Two-Factor Authentication' => '@@Autenticação de dois fatores@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@Autenticação de dois fatores protege você contra credenciais roubadas@@',
|
||||
'Two-factor authentication code' => '@@Código de autenticação de dois fatores@@',
|
||||
'Two-factor authorization has been disabled.' => '@@A autorização de dois fatores foi desabilitada.@@',
|
||||
'Two-factor code' => '@@Código de dois fatores@@',
|
||||
'Unable to disable two-factor authorization.' => '@@Não é possível desabilitar a autorização de dois fatores.@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@Não poderíamos re-enviar o correio para confirmar o seu endereço.@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Enviamos links de confirmação para endereços de e-mail antigo e novo.@@',
|
||||
'(not set)' => '(não informado)',
|
||||
'A confirmation message has been sent to your new email address' => 'Uma mensagem de confirmação foi enviada para seu novo endereço de e-mail',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'Uma mensagem foi enviada para o seu endereço de e-mail. Ele contém um link de confirmação que você deve clicar para completar o registro.',
|
||||
'A new confirmation link has been sent' => 'Um novo link de confirmação foi enviado',
|
||||
'A password will be generated automatically if not provided' => 'Uma senha será gerada automaticamente se não for fornecida',
|
||||
'Account' => 'Conta',
|
||||
'Account confirmation' => 'Confirmação da conta',
|
||||
'Account details' => 'Detalhes da conta',
|
||||
'Account details have been updated' => 'Os detalhes da conta foram atualizados',
|
||||
'Account settings' => 'Configurações da conta',
|
||||
'Already registered? Sign in!' => 'Já registrado? Acesse!',
|
||||
'An email has been sent with instructions for resetting your password' => 'Um e-mail foi enviado com instruções para redefinir sua senha',
|
||||
'An error occurred processing your request' => 'Ocorreu um erro ao processar seu pedido',
|
||||
'Are you sure you want to block this user?' => 'Tem certeza de que deseja bloquear esse usuário?',
|
||||
'Are you sure you want to confirm this user?' => 'Tem certeza de que deseja confirmar esse usuário?',
|
||||
'Are you sure you want to delete this user?' => 'Tem certeza de que deseja excluir esse usuário?',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => 'Tem certeza de que deseja mudar para este usuário para o resto desta Sessão?',
|
||||
'Are you sure you want to unblock this user?' => 'Tem certeza de que deseja desbloquear esse usuário?',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => 'Tem certeza de que deseja enviar um email de recuperação de senha para este usuário?',
|
||||
'Are you sure? Deleted user can not be restored' => 'Você tem certeza? O usuário excluído não pode ser restaurado',
|
||||
'Are you sure? There is no going back' => 'Você tem certeza? Não há retorno',
|
||||
'Assignments' => 'Atribuições',
|
||||
'Assignments have been updated' => 'Atribuições atualizadas',
|
||||
'Auth item with such name already exists' => 'O item com esse nome já existe',
|
||||
'Authentication rule class {0} can not be instantiated' => 'A classe de regras de autenticação {0} não pode ser instanciada',
|
||||
'Authorization item successfully created.' => 'Item de autorização criado com sucesso.',
|
||||
'Authorization item successfully removed.' => 'Item de autorização removido com sucesso.',
|
||||
'Authorization item successfully updated.' => 'Item de autorização atualizado com sucesso.',
|
||||
'Authorization rule has been added.' => 'A regra de autorização foi adicionada.',
|
||||
'Authorization rule has been removed.' => 'A regra de autorização foi removida.',
|
||||
'Authorization rule has been updated.' => 'A regra de autorização foi atualizada.',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => 'Incrível, quase lá. Agora você precisa clicar no link de confirmação enviado ao seu novo endereço de e-mail.',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => 'Incrível, quase lá. Agora você precisa clicar no link de confirmação enviado ao seu novo endereço de e-mail.',
|
||||
'Bio' => 'Bio',
|
||||
'Block' => 'Bloquear',
|
||||
'Block status' => 'Bloquear situação',
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Bloqueado em {0, date, MMMM dd, YYYY HH:mm}',
|
||||
'Cancel' => 'Cancelar',
|
||||
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => 'Não é possível atribuir a função "{0}" como o AuthManager não está configurado no seu aplicativo de console.',
|
||||
'Change your avatar at Gravatar.com' => 'Mude seu avatar para Gravatar.com',
|
||||
'Children' => 'Crianças',
|
||||
'Class' => 'Classe',
|
||||
'Close' => 'Fechar',
|
||||
'Complete password reset on {0}' => 'Reinicialização completa da senha em {0}',
|
||||
'Confirm' => 'Confirmar',
|
||||
'Confirm account on {0}' => 'Confirme a conta em {0}',
|
||||
'Confirm email change on {0}' => 'Confirme alteração do e-mail em',
|
||||
'Confirmation' => 'Confirmação',
|
||||
'Confirmation status' => 'Status de confirmação',
|
||||
'Confirmation time' => 'Hora de confirmação',
|
||||
'Confirmed' => 'Confirmado',
|
||||
'Confirmed at {0, date, MMMM dd, YYYY HH:mm}' => 'Confirmado em {0, date, MMMM dd, YYYY HH:mm}',
|
||||
'Connect' => 'Conectado',
|
||||
'Continue' => 'Continuar',
|
||||
'Create' => 'Criar',
|
||||
'Create a user account' => 'Criar uma conta de usuário',
|
||||
'Create new permission' => 'Criar nova permissão',
|
||||
'Create new role' => 'Criar nova função',
|
||||
'Create new rule' => 'Criar nova regra',
|
||||
'Created at' => 'Criado em',
|
||||
'Credentials will be sent to the user by email' => 'As credenciais serão enviadas ao usuário por e-mail',
|
||||
'Current password' => 'Senha atual',
|
||||
'Current password is not valid' => 'Senha atual inválida',
|
||||
'Delete' => 'Excluir',
|
||||
'Delete account' => 'Excluir conta',
|
||||
'Description' => 'Descrição',
|
||||
'Didn\'t receive confirmation message?' => 'Não recebeu mensagem de confirmação?',
|
||||
'Disconnect' => 'Desconectar',
|
||||
'Don\'t have an account? Sign up!' => 'Não tem uma conta? Inscrever-se!',
|
||||
'Email' => 'Email',
|
||||
'Email (public)' => 'Email (publico)',
|
||||
'Enable' => 'Habilitado',
|
||||
'Error occurred while changing password' => 'Ocorreu um erro ao mudar a senha',
|
||||
'Error occurred while confirming user' => 'Ocorreu um erro ao confirmar o usuário',
|
||||
'Error occurred while deleting user' => 'Ocorreu um erro ao excluir o usuário',
|
||||
'Error sending registration message to "{email}". Please try again later.' => 'Erro ao enviar a mensagem de registro para "{email}". Por favor, tente novamente mais tarde.',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => 'Erro ao enviar a mensagem de boas-vindas para "{email}". Por favor, tente novamente mais tarde.',
|
||||
'Finish' => 'Terminar',
|
||||
'Forgot password?' => 'Esqueceu a senha?',
|
||||
'Gravatar email' => 'E-mail do Gravatar',
|
||||
'Hello' => 'Olá',
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Se você já se registrou, faça login e conecte esta conta na página de configurações',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Se você não pode clicar no link, tente colar o texto em seu navegador',
|
||||
'If you did not make this request you can ignore this email' => 'Se você não fez essa solicitação, ignore este e-mail',
|
||||
'Impersonate this user' => 'Representar este usuário',
|
||||
'In order to complete your registration, please click the link below' => 'Para completar seu registro, clique no link abaixo',
|
||||
'In order to complete your request, please click the link below' => 'Para completar seu pedido, clique no link abaixo',
|
||||
'In order to finish your registration, we need you to enter following fields' => 'Para terminar seu registro, precisamos que você insira os seguintes campos',
|
||||
'Information' => 'Informação',
|
||||
'Invalid login or password' => 'Login ou senha inválidos',
|
||||
'Invalid or expired link' => 'Link inválido ou expirado',
|
||||
'Invalid value' => 'Valor inválido',
|
||||
'It will be deleted forever' => 'Ele será excluído para sempre',
|
||||
'Items' => 'Itens',
|
||||
'Joined on {0, date}' => 'Juntou-se em {0, date}',
|
||||
'Last login' => 'Último login',
|
||||
'Location' => 'Localização',
|
||||
'Login' => 'Entrar',
|
||||
'Logout' => 'Sair',
|
||||
'Manage users' => 'Gerenciar usuários',
|
||||
'Name' => 'Nome',
|
||||
'Networks' => 'Rede',
|
||||
'Never' => 'Nunca',
|
||||
'New email' => 'Novo Email',
|
||||
'New password' => 'Nova Senha',
|
||||
'New permission' => 'Nova permissão',
|
||||
'New role' => 'Nova função',
|
||||
'New rule' => 'Nova regra',
|
||||
'New user' => 'Novo usuário',
|
||||
'Not blocked' => 'Não bloqueado',
|
||||
'Not found' => 'Não encontrado',
|
||||
'Once you delete your account, there is no going back' => 'Depois de excluir sua conta, não há retorno',
|
||||
'Password' => 'Senha',
|
||||
'Password has been changed' => 'Senha alterada',
|
||||
'Permissions' => 'Permissões',
|
||||
'Please be certain' => 'Tenha certeza',
|
||||
'Please click the link below to complete your password reset' => 'Clique no link abaixo para completar a reposição da senha',
|
||||
'Please fix following errors:' => 'Corrija os seguintes erros:',
|
||||
'Profile' => 'Perfil',
|
||||
'Profile details' => 'Detalhes de perfil',
|
||||
'Profile details have been updated' => 'Os detalhes do perfil foram atualizados',
|
||||
'Profile settings' => 'Configuração de Perfil',
|
||||
'Recover your password' => 'Recupere sua senha',
|
||||
'Recovery link is invalid or expired. Please try requesting a new one.' => 'O link de recuperação é inválido ou expirou. Por favor, tente solicitar um novo.',
|
||||
'Recovery message sent' => 'Mensagem de recuperação enviada',
|
||||
'Registration IP' => 'IP de registro',
|
||||
'Registration on this website is disabled' => 'O registro neste site está desativado',
|
||||
'Registration time' => 'Tempo de registro',
|
||||
'Remember me next time' => 'Lembre-me da próxima vez',
|
||||
'Request new confirmation message' => 'Solicitar nova mensagem de confirmação',
|
||||
'Required "key" cannot be empty.' => 'A "chave" necessária não pode estar vazia.',
|
||||
'Required "secret" cannot be empty.' => 'O "segredo" necessário não pode estar vazio.',
|
||||
'Reset your password' => 'Redefinir sua senha',
|
||||
'Role "{0}" not found. Creating it.' => 'O função "{0}" não foi encontrado. Crie-a.',
|
||||
'Roles' => 'Função',
|
||||
'Rule' => 'Regra',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => 'A classe de regras deve estender de "yii\\rbac\\Rule".',
|
||||
'Rule name' => 'Nome da regra',
|
||||
'Rule name {0} is already in use' => 'O nome da regra {0} já está em uso',
|
||||
'Rule {0} does not exists' => 'A regra {0} não existe',
|
||||
'Rule {0} not found.' => 'Regra {0} não encontrada.',
|
||||
'Rules' => 'Regras',
|
||||
'Save' => 'Gravar',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => 'Digitalize o QrCode com o Google Authenticator App, então insira seu código temporário na caixa e envie.',
|
||||
'Send password recovery email' => 'Enviar email de recuperação de senha',
|
||||
'Sign in' => 'Criar conta',
|
||||
'Sign up' => 'Acessar',
|
||||
'Something went wrong' => 'Algo deu errado',
|
||||
'Switch identities is disabled.' => 'Alterar identidades está desabilitada.',
|
||||
'Thank you for signing up on {0}' => 'Obrigado por se inscrever no {0}',
|
||||
'Thank you, registration is now complete.' => 'Obrigado, o registro está completo.',
|
||||
'The "recaptcha" component must be configured.' => 'O componente "recaptcha" deve ser configurado.',
|
||||
'The confirmation link is invalid or expired. Please try requesting a new one.' => 'O link de confirmação é inválido ou expirou. Por favor, tente solicitar um novo.',
|
||||
'The verification code is incorrect.' => 'O código de verificação está incorreto.',
|
||||
'There is neither role nor permission with name "{0}"' => 'Não há papel nem permissão com o nome "{0}"',
|
||||
'This account has already been connected to another user' => 'Esta conta já foi conectada a outro usuário',
|
||||
'This email address has already been taken' => 'Este endereço de e-mail já foi feito',
|
||||
'This username has already been taken' => 'Este nome de usuário já foi feito',
|
||||
'Time zone' => 'Fuso horário',
|
||||
'Time zone is not valid' => 'O fuso horário não é válido',
|
||||
'Unable to confirm user. Please, try again.' => 'Não é possível confirmar o usuário. Por favor, tente novamente.',
|
||||
'Unable to create an account.' => 'Não é possível criar uma conta.',
|
||||
'Unable to create authorization item.' => 'Não foi possível criar o item de autorização.',
|
||||
'Unable to create new authorization rule.' => 'Não é possível criar uma nova regra de autorização.',
|
||||
'Unable to delete user. Please, try again later.' => 'Não é possível excluir o usuário. Por favor, tente novamente mais tarde.',
|
||||
'Unable to remove authorization item.' => 'Não é possível remover o item de autorização.',
|
||||
'Unable to send confirmation link' => 'Não é possível enviar o link de confirmação',
|
||||
'Unable to send recovery message to the user' => 'Não é possível enviar uma mensagem de recuperação para o usuário',
|
||||
'Unable to update authorization item.' => 'Não foi possível atualizar o item de autorização.',
|
||||
'Unable to update authorization rule.' => 'Não é possível atualizar a regra de autorização',
|
||||
'Unable to update block status.' => 'Não é possível atualizar o status do bloco',
|
||||
'Unblock' => 'Desbloquear',
|
||||
'Unconfirmed' => 'Não confirmado',
|
||||
'Update' => 'Altera',
|
||||
'Update assignments' => 'Atualizar atribuições',
|
||||
'Update permission' => 'Permissão de atualização',
|
||||
'Update role' => 'Atualizar função',
|
||||
'Update rule' => 'Atualizar regra',
|
||||
'Update user account' => 'Atualizar conta de usuário',
|
||||
'Updated at' => 'Atualizado em',
|
||||
'User account could not be created.' => 'A conta de usuário não pôde ser criada',
|
||||
'User block status has been updated.' => 'O status do bloco do usuário foi atualizado',
|
||||
'User could not be registered.' => 'O usuário não pôde ser registrado.',
|
||||
'User has been confirmed' => 'O usuário foi confirmado',
|
||||
'User has been created' => 'O usuário foi criado',
|
||||
'User has been deleted' => 'O usuário foi excluído',
|
||||
'User is not found' => 'O usuário não foi encontrado',
|
||||
'User not found.' => 'O usuário não encontrado',
|
||||
'Username' => 'Nome de usuário',
|
||||
'Users' => 'Usuários',
|
||||
'VKontakte' => 'VKontakte',
|
||||
'Verification failed. Please, enter new code.' => 'Falha na verificação. Por favor, insira um novo código',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => 'Não foi possível re-enviar o email para confirmar o seu endereço. Por favor, verifique se o e-mail correto ou se já foi confirmado',
|
||||
'We have generated a password for you' => 'Nós geramos uma senha para você',
|
||||
'We have received a request to change the email address for your account on {0}' => 'Recebemos um pedido para alterar o endereço de e-mail da sua conta em {0}',
|
||||
'We have received a request to reset the password for your account on {0}' => 'Recebemos um pedido para redefinir a senha da sua conta em {0}',
|
||||
'We have sent confirmation links to both old and new email addresses. You must click both links to complete your request.' => 'Enviamos links de confirmação para endereços de e-mail antigo e novo. Você deve clicar em ambos os links para completar sua solicitação.',
|
||||
'Website' => 'Website',
|
||||
'Welcome to {0}' => 'Bem-vindo ao {0}',
|
||||
'Yandex' => 'Yandex',
|
||||
'You can assign multiple roles or permissions to user by using the form below' => 'Você pode atribuir várias funções ou permissões ao usuário usando o formulário abaixo',
|
||||
'You can connect multiple accounts to be able to log in using them' => 'Você pode conectar várias contas para poder fazer login usando elas',
|
||||
'You cannot remove your own account' => 'Você não pode remover sua própria conta',
|
||||
'You need to confirm your email address' => 'Você precisa confirmar seu endereço de e-mail',
|
||||
'Your account details have been updated' => 'Os detalhes da sua conta foram atualizados',
|
||||
'Your account has been blocked' => 'Sua conta foi bloqueada',
|
||||
'Your account has been blocked.' => 'Sua conta foi bloqueada.',
|
||||
'Your account has been completely deleted' => 'Sua conta foi completamente removida',
|
||||
'Your account has been connected' => 'Sua conta foi conectada',
|
||||
'Your account has been created' => 'Sua conta foi criada',
|
||||
'Your account has been created and a message with further instructions has been sent to your email' => 'Sua conta foi criada e uma mensagem com instruções adicionais foi enviada para o seu email',
|
||||
'Your account on {0} has been created' => 'Sua conta em {0} foi criada',
|
||||
'Your confirmation token is invalid or expired' => 'Seu token de confirmação é inválido ou expirou',
|
||||
'Your email address has been changed' => 'Seu endereço de e-mail foi alterado',
|
||||
'Your profile has been updated' => 'Seu perfil foi atualizado',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, MMMM dd, YYYY HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} não pode estar em branco',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
*/
|
||||
return [
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => '',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => '',
|
||||
'Back to privacy settings' => '',
|
||||
@ -37,6 +38,12 @@ return [
|
||||
'I aggree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Enable' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Last login' => '',
|
||||
'Never' => '',
|
||||
'Once you have deleted your data, you will not longer be able to sign in with this account.' => '',
|
||||
@ -46,6 +53,7 @@ return [
|
||||
'Required "secret" cannot be empty.' => '',
|
||||
'Role "{0}" not found. Creating it.' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'The "recaptcha" component must be configured.' => '',
|
||||
'The verification code is incorrect.' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
@ -58,6 +66,16 @@ return [
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User not found.' => '',
|
||||
'Verification failed. Please, enter new code.' => '',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => '',
|
||||
@ -71,6 +89,16 @@ return [
|
||||
'Awesome, almost there. ' => '@@Minunat, aproape acolo.@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@Nu am putut retrimite mesajul pentru a vă confirma adresa.@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Am trimis linkuri de confirmare adresa de e-mail vechi și cel noi.@@',
|
||||
'(not set)' => '(nu este setat)',
|
||||
|
||||
@ -72,15 +72,41 @@ return [
|
||||
'Class "{0}" does not exist' => '@@Класс "{0}" не найден@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable two factor authentication' => 'Выключить двухфакторную авторизацию',
|
||||
'Enable two factor authentication' => 'Включить двухфакторную авторизацию',
|
||||
'Invalid two factor authentication code' => 'Неверный код двухфакторной авторизации',
|
||||
'This will disable two factor authentication. Are you sure?' => 'Двухфакторная авторизация будет отключена. Вы уверены?',
|
||||
'Two Factor Authentication (2FA)' => 'Двухфакторная авторизация (2FA)',
|
||||
'Two factor authentication code' => 'Код двухфакторной авторизации',
|
||||
'Two factor authentication has been disabled.' => 'Двухфакторная авторизация отключена.',
|
||||
'Two factor authentication protects you against stolen credentials' => 'Двухфакторная авторизация защитит вас от кражи параметров доступа',
|
||||
'Two factor authentication successfully enabled.' => 'Двухфакторная авторизация успешно включена.',
|
||||
'Unable to disable Two factor authentication.' => 'Не удалось отключить двухфакторную авторизацию.',
|
||||
'A message has been sent to your email address. ' => '@@Сообщение было отправлено на вашу электронную почту@@',
|
||||
'Awesome, almost there. ' => '@@Замечательно, почти готово!@@',
|
||||
'Class "{0}" does not exist' => '@@Класс "{0}" не найден@@',
|
||||
'Disable Two-Factor Auth' => '@@Отключить двухфакторную авторизацию@@',
|
||||
'Enable Two-factor auth' => '@@Включить двухфакторную авторизацию@@',
|
||||
'Invalid two-factor code' => '@@Неверный код двухфакторной авторизации@@',
|
||||
'Registration ip' => '@@IP при регистрации@@',
|
||||
'Rule class can not be instantiated' => '@@Класс правила не может быть создан@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@Класс правила должен наследоваться от "yii\\rbac\\Rule"@@',
|
||||
'This will disable two-factor auth. Are you sure?' => '@@Вы уверены, что хотите отключить двухфакторную авторизацию?@@',
|
||||
'Two Factor Authentication' => '@@Двухфакторная авторизация@@',
|
||||
'Two factor successfully enabled.' => '@@Включена двухфакторная авторизация.@@',
|
||||
'Two-Factor Authentication' => '@@Двухфакторная авторизация@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@Двухфакторная авторизация предотвращает кражу ваших данных для входа.@@',
|
||||
'Two-factor authentication code' => '@@Код двухфакторной авторизации@@',
|
||||
'Two-factor authorization has been disabled.' => '@@Двухфакторная авторизация отключена.@@',
|
||||
'Two-factor code' => '@@Код двухфакторной авторизации@@',
|
||||
'Unable to disable two-factor authorization.' => '@@Не удалось отключить двухфакторную авторизацию.@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@Мы не можем повторно отправить письмо для подтверждения вашего адреса электронной почты.@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Мы отправили письма на ваш старый и новый почтовые ящики. Вы должны перейти по обеим, чтобы завершить процесс смены адреса.@@',
|
||||
'(not set)' => '(не задано)',
|
||||
'A confirmation message has been sent to your new email address' => 'На указаный email было отправлено письмо с дальнейшими инструкциями',
|
||||
'A confirmation message has been sent to your new email address' => 'На указанный адрес было отправлено письмо с дальнейшими инструкциями',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'На вашу электронную почту было отправлено сообщение со ссылкой подтверждения регистрации.',
|
||||
'A new confirmation link has been sent' => 'Ссылка для подтверждения была отправлена вам на почту',
|
||||
'A password will be generated automatically if not provided' => 'Если Вы не укажите пароль, он будет сгенерирован автоматически',
|
||||
'A password will be generated automatically if not provided' => 'Если Вы не укажете пароль, он будет сгенерирован автоматически',
|
||||
'Account' => 'Аккаунт',
|
||||
'Account confirmation' => 'Подтверждение аккаунта',
|
||||
'Account details' => 'Детали аккаунта',
|
||||
@ -94,7 +120,8 @@ return [
|
||||
'Are you sure you want to delete this user?' => 'Вы действительно хотите удалить этого пользователя?',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => 'Вы уверены, что хотите переключиться на этого пользователя до окончании текущей сессии?',
|
||||
'Are you sure you want to unblock this user?' => 'Вы действительно хотите разблокировать этого пользователя?',
|
||||
'Are you sure? Deleted user can not be restored' => 'Вы уверены? Удаленный аккаунт не может быть восстановлен',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => 'Вы уверены, что хотите отправить письмо с восстановлением пароля на почту этому пользователю?',
|
||||
'Are you sure? Deleted user can not be restored' => 'Вы уверены? Удалённый аккаунт невозможно будет восстановить',
|
||||
'Are you sure? There is no going back' => 'Вы уверены? Это действие невозможно отменить',
|
||||
'Assignments' => 'Назначения',
|
||||
'Assignments have been updated' => 'Назначения были обновлены',
|
||||
@ -106,13 +133,18 @@ return [
|
||||
'Authorization rule has been added.' => 'Правило авторизации добавлено.',
|
||||
'Authorization rule has been removed.' => 'Правило авторизации удалено.',
|
||||
'Authorization rule has been updated.' => 'Правило авторизации было обновлено.',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => 'Замечательно, почти готово. Вам осталось перейти по ссылке подтверждения, отправленной на новый адрес вашей электронной почты.',
|
||||
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => 'Замечательно, почти готово. Вам осталось перейти по ссылке подтверждения, отправленной на старый адрес вашей электронной почты.',
|
||||
'Bio' => 'О себе',
|
||||
'Block' => 'Блокировка',
|
||||
'Block status' => 'Статус блокировки',
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Заблокирован {0, date, MMMM dd, YYYY HH:mm}',
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Заблокирован {0, date, d MMMM YYYY в HH:mm}',
|
||||
'Cancel' => 'Отменить',
|
||||
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => 'В вашем консольном приложении не настроен AuthManager, поэтому не удалось назначить роль "{0}".',
|
||||
'Change your avatar at Gravatar.com' => 'Изменить аватар на сайте Gravatar.com',
|
||||
'Children' => 'Дочерние элементы',
|
||||
'Class' => 'Класс',
|
||||
'Close' => 'Закрыть',
|
||||
'Complete password reset on {0}' => 'Смена пароля на сайте {0}',
|
||||
'Confirm' => 'Подтвердить',
|
||||
'Confirm account on {0}' => 'Активация аккаунта на сайте {0}',
|
||||
@ -121,7 +153,7 @@ return [
|
||||
'Confirmation status' => 'Статус активации',
|
||||
'Confirmation time' => 'Время активации',
|
||||
'Confirmed' => 'Активирован',
|
||||
'Confirmed at {0, date, MMMM dd, YYYY HH:mm}' => 'Активирован {0, date, MMMM dd, YYYY HH:mm}',
|
||||
'Confirmed at {0, date, MMMM dd, YYYY HH:mm}' => 'Активирован {0, date, d MMMM YYYY в HH:mm}',
|
||||
'Connect' => 'Подключить',
|
||||
'Continue' => 'Продолжить',
|
||||
'Create' => 'Создать',
|
||||
@ -132,7 +164,7 @@ return [
|
||||
'Created at' => 'Дата создания',
|
||||
'Credentials will be sent to the user by email' => 'Данные для входа будут отправлены пользователю на почту',
|
||||
'Current password' => 'Текущий пароль',
|
||||
'Current password is not valid' => 'Текущий пароль введен неправильно',
|
||||
'Current password is not valid' => 'Текущий пароль введён неправильно',
|
||||
'Delete' => 'Удалить',
|
||||
'Delete account' => 'Удалить аккаунт',
|
||||
'Description' => 'Описание',
|
||||
@ -141,20 +173,23 @@ return [
|
||||
'Don\'t have an account? Sign up!' => 'Нет аккаунта? Зарегистрируйтесь!',
|
||||
'Email' => 'Email',
|
||||
'Email (public)' => 'Публичный email',
|
||||
'Enable' => 'Включить',
|
||||
'Error occurred while changing password' => 'Произошла ошибка при смене пароля',
|
||||
'Error occurred while confirming user' => 'Произошла ошибка при активации пользователя',
|
||||
'Error occurred while deleting user' => 'Произошла ошибка при удалении пользователя',
|
||||
'Error sending registration message to "{email}". Please try again later.' => 'Ошибка при отправке письма о регистрации на "{email}". Пожалуйста, попробуйте позже.',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => 'Ошибка при отправке приветственного письма на "{email}". Пожалуйста, попробуйте позже.',
|
||||
'Finish' => 'Завершить',
|
||||
'Forgot password?' => 'Забыли пароль?',
|
||||
'Gravatar email' => 'Email для Gravatar',
|
||||
'Hello' => 'Здравствуйте',
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Если вы уже зарегистрированы, войдите и подключите аккаунт в настройках',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Если вы не можете нажать на ссылку, скопируйте ее и вставьте в адресную строку вашего браузера',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Если вы не можете нажать на ссылку, скопируйте её и вставьте в адресную строку вашего браузера',
|
||||
'If you did not make this request you can ignore this email' => 'Если вы получили это сообщение по ошибке, просто проигнорируйте или удалите его',
|
||||
'Impersonate this user' => 'Переключиться на данного пользователя',
|
||||
'In order to complete your registration, please click the link below' => 'Чтобы активировать ваш аккаунт, пожалуйста, нажмите на ссылку ниже',
|
||||
'In order to complete your registration, please click the link below' => 'Чтобы активировать свой аккаунт, пожалуйста, нажмите на ссылку ниже',
|
||||
'In order to complete your request, please click the link below' => 'Чтобы завершить запрос, нажмите на ссылку ниже',
|
||||
'In order to finish your registration, we need you to enter following fields' => 'Чтобы закончить регистрацию, вы должны заполнить следующие поля',
|
||||
'In order to finish your registration, we need you to enter following fields' => 'Чтобы закончить регистрацию, заполните следующие поля',
|
||||
'Information' => 'Информация',
|
||||
'Invalid login or password' => 'Неправильный логин или пароль',
|
||||
'Invalid or expired link' => 'Ссылка неправильна или устарела',
|
||||
@ -162,12 +197,14 @@ return [
|
||||
'It will be deleted forever' => 'Он будет удалён навсегда',
|
||||
'Items' => 'Элементы',
|
||||
'Joined on {0, date}' => 'Зарегистрирован {0, date}',
|
||||
'Last login' => 'Последний вход',
|
||||
'Location' => 'Местоположение',
|
||||
'Login' => 'Логин',
|
||||
'Logout' => 'Выйти',
|
||||
'Manage users' => 'Управление пользователями',
|
||||
'Name' => 'Имя',
|
||||
'Networks' => 'Соцсети',
|
||||
'Never' => 'Никогда',
|
||||
'New email' => 'Новый адрес электронной почты',
|
||||
'New password' => 'Новый пароль',
|
||||
'New permission' => 'Новое разрешение',
|
||||
@ -181,21 +218,24 @@ return [
|
||||
'Password has been changed' => 'Пароль был изменён',
|
||||
'Permissions' => 'Разрешения',
|
||||
'Please be certain' => 'Пожалуйста, будьте осторожны',
|
||||
'Please click the link below to complete your password reset' => 'Пожалуйста, нажмита на ссылку ниже, чтобы завершить процедуру сброса пароля',
|
||||
'Please click the link below to complete your password reset' => 'Пожалуйста, нажмите на ссылку ниже, чтобы завершить процедуру сброса пароля',
|
||||
'Please fix following errors:' => 'Исправьте следующие ошибки:',
|
||||
'Profile' => 'Профиль',
|
||||
'Profile details' => 'Профиль',
|
||||
'Profile details have been updated' => 'Профиль пользователя был обновлен',
|
||||
'Profile details have been updated' => 'Профиль пользователя был обновлён',
|
||||
'Profile settings' => 'Настройки профиля',
|
||||
'Recover your password' => 'Восстановить пароль',
|
||||
'Recovery link is invalid or expired. Please try requesting a new one.' => 'Ссылка для смены пароля неправильна или устарела. Пожалуйста, попробуйте запросить новую ссылку.',
|
||||
'Recovery link is invalid or expired. Please try requesting a new one.' => 'Ссылка для смены пароля неправильна или устарела. Вы можете запросить новую.',
|
||||
'Recovery message sent' => 'Письмо для сброса пароля было отправлено',
|
||||
'Registration IP' => 'IP при регистрации',
|
||||
'Registration on this website is disabled' => 'Регистрация на сайте отключена',
|
||||
'Registration time' => 'Время регистрации',
|
||||
'Remember me next time' => 'Запопомнить меня',
|
||||
'Remember me next time' => 'Запомнить меня',
|
||||
'Request new confirmation message' => 'Запросить новое подтверждающее письмо',
|
||||
'Required "key" cannot be empty.' => 'Поле "key" не может быть пустым.',
|
||||
'Required "secret" cannot be empty.' => 'Поле "secret" не может быть пустым.',
|
||||
'Reset your password' => 'Сбросить пароль',
|
||||
'Role "{0}" not found. Creating it.' => 'Роль "{0}" не найдена. Создаём её.',
|
||||
'Roles' => 'Роли',
|
||||
'Rule' => 'Правило',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => 'Класс с правилами должен наследовать "yii\\rbac\\Rule".',
|
||||
@ -205,26 +245,31 @@ return [
|
||||
'Rule {0} not found.' => 'Правило {0} не найдено.',
|
||||
'Rules' => 'Правила',
|
||||
'Save' => 'Сохранить',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => 'Просканируйте QR-код приложением Google Authenticator App, затем вставьте временный код в поле и отправьте.',
|
||||
'Send password recovery email' => 'Отправить письмо с восстановлением пароля',
|
||||
'Sign in' => 'Войти',
|
||||
'Sign up' => 'Зарегистрироваться',
|
||||
'Something went wrong' => 'Что-то пошло не так',
|
||||
'Switch identities is disabled.' => 'Переключение на другой аккаунт отключено.',
|
||||
'Thank you for signing up on {0}' => 'Спасибо за регистрацию на сайте {0}',
|
||||
'Thank you, registration is now complete.' => 'Поздравляем, регистрация успешно завершена!',
|
||||
'The "recaptcha" component must be configured.' => 'Необходимо настроить компонент "recaptcha"',
|
||||
'The confirmation link is invalid or expired. Please try requesting a new one.' => 'Ссылка для активации аккаунта неправильна или устарела. Вы можете запросить новую.',
|
||||
'There is neither role nor permission with name "{0}"' => 'Нет ни роли ни разрешения с именем "{0}"',
|
||||
'This account has already been connected to another user' => 'Этот аккаунт уже был привязан к другой учетной записи',
|
||||
'The verification code is incorrect.' => 'Неправильный код подтверждения.',
|
||||
'There is neither role nor permission with name "{0}"' => 'Нет ни роли, ни разрешения с именем "{0}"',
|
||||
'This account has already been connected to another user' => 'Этот аккаунт уже привязан к другой учетной записи',
|
||||
'This email address has already been taken' => 'Email уже используется',
|
||||
'This username has already been taken' => 'Это имя пользователя уже используется',
|
||||
'Time zone' => 'Часовой пояс',
|
||||
'Time zone is not valid' => 'Некорректный часовой пояс',
|
||||
'Unable to confirm user. Please, try again.' => 'Не удалось активировать пользователя. Пожалуйста, попробуйте еще раз.',
|
||||
'Unable to confirm user. Please, try again.' => 'Не удалось активировать пользователя. Пожалуйста, попробуйте ещё раз.',
|
||||
'Unable to create an account.' => 'Не удалось создать аккаунт.',
|
||||
'Unable to create authorization item.' => 'Не удалось создать элемент авторизации',
|
||||
'Unable to create new authorization rule.' => 'Не удалось создать правило авторизации.',
|
||||
'Unable to delete user. Please, try again later.' => 'Не удалось удалить пользователя. Пожалуйста, попробуйте позже.',
|
||||
'Unable to remove authorization item.' => 'Не удалось удалить элемент авторизации.',
|
||||
'Unable to send confirmation link' => 'Не удалось отправить ссылку для активации аккаунта.',
|
||||
'Unable to send recovery message to the user' => 'Не удалось отправить пользователю письмо восстановления',
|
||||
'Unable to update authorization item.' => 'Не удалось изменить элемент авторизации.',
|
||||
'Unable to update authorization rule.' => 'Не удалось изменить правило авторизации.',
|
||||
'Unable to update block status.' => 'Не удалось изменить статус блокировки.',
|
||||
@ -237,17 +282,23 @@ return [
|
||||
'Update rule' => 'Изменить правило',
|
||||
'Update user account' => 'Обновить аккаунт пользователя',
|
||||
'Updated at' => 'Дата редактирования',
|
||||
'User block status has been updated.' => 'Статус блокировки пользователя обновлен.',
|
||||
'User account could not be created.' => 'Не удалось создать аккаунт для пользователя.',
|
||||
'User block status has been updated.' => 'Статус блокировки пользователя обновлён.',
|
||||
'User could not be registered.' => 'Не удалось зарегистрировать пользователя.',
|
||||
'User has been confirmed' => 'Пользователь был активирован',
|
||||
'User has been created' => 'Пользователь был создан',
|
||||
'User has been deleted' => 'Пользователь был удален',
|
||||
'User has been deleted' => 'Пользователь был удалён',
|
||||
'User is not found' => 'Пользователь не найден',
|
||||
'User not found.' => 'Пользователь не найден.',
|
||||
'Username' => 'Имя пользователя',
|
||||
'Users' => 'Пользователи',
|
||||
'VKontakte' => 'ВКонтакте',
|
||||
'Verification failed. Please, enter new code.' => 'Проверка не удалась. Пожауйста, введите новый код',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => 'Не удалось повторно отправить письмо для подтверждения вашего адреса электронной почты. Пожалуйста, проверьте, что ввели корректный адрес или что он ещё не был подтверждён.',
|
||||
'We have generated a password for you' => 'Мы сгенерировали новый пароль для вас',
|
||||
'We have received a request to change the email address for your account on {0}' => 'Мы получили запрос на смену адреса электронной почты для вашего аккаунта на {0}',
|
||||
'We have received a request to reset the password for your account on {0}' => 'Мы получили запрос на сброс пароля для вашего аккаунта на {0}',
|
||||
'We have sent confirmation links to both old and new email addresses. You must click both links to complete your request.' => 'Мы отправили письма на ваш старый и новый адреса. Вы должны перейти по обеим ссылкам, чтобы завершить процесс смены адреса.',
|
||||
'Website' => 'Веб-сайт',
|
||||
'Welcome to {0}' => 'Добро пожаловать на {0}',
|
||||
'Yandex' => 'Яндекс',
|
||||
@ -255,16 +306,17 @@ return [
|
||||
'You can connect multiple accounts to be able to log in using them' => 'Вы можете подключить несколько аккаунтов, чтобы использовать их для входа',
|
||||
'You cannot remove your own account' => 'Вы не можете удалить свой аккаунт',
|
||||
'You need to confirm your email address' => 'Вам нужно подтвердить ваш адрес электронной почты',
|
||||
'Your account details have been updated' => 'Настройки аккаунта были изменен',
|
||||
'Your account details have been updated' => 'Настройки аккаунта были изменены',
|
||||
'Your account has been blocked' => 'Ваш аккаунт заблокирован',
|
||||
'Your account has been blocked.' => 'Ваш аккаунт заблокирован.',
|
||||
'Your account has been completely deleted' => 'Ваш аккаунт был полностью удалён',
|
||||
'Your account has been connected' => 'Аккаунт был успешно подключен',
|
||||
'Your account has been connected' => 'Аккаунт был успешно подключён',
|
||||
'Your account has been created' => 'Ваш аккаунт был создан',
|
||||
'Your account has been created and a message with further instructions has been sent to your email' => 'Ваш аккаунт был создан и сообщение с дальнейшими инструкциями отправлено на ваш email',
|
||||
'Your account has been created and a message with further instructions has been sent to your email' => 'Ваш аккаунт успешно создан, сообщение с дальнейшими инструкциями отправлено на ваш адрес электронной почты',
|
||||
'Your account on {0} has been created' => 'Ваш аккаунт на сайте "{0}" был успешно создан',
|
||||
'Your confirmation token is invalid or expired' => 'Ваша ссылка устарела или является ошибочной',
|
||||
'Your email address has been changed' => 'Ваш email был успешно изменен',
|
||||
'Your email address has been changed' => 'Ваш email был успешно изменён',
|
||||
'Your profile has been updated' => 'Настройки профиля были успешно сохранены',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, MMMM dd, YYYY HH:mm}',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, d MMMM YYYY в HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} не может быть пустым.',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,22 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
<<<<<<< HEAD:src/User/resources/i18n/tr_TR/usuario.php
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
>>>>>>> upstream/master:src/User/resources/i18n/tr-TR/usuario.php
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -116,8 +121,11 @@ return [
|
||||
'Information' => '',
|
||||
'Invalid login or password' => '',
|
||||
'Invalid or expired link' => '',
|
||||
<<<<<<< HEAD:src/User/resources/i18n/tr_TR/usuario.php
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
>>>>>>> upstream/master:src/User/resources/i18n/tr-TR/usuario.php
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +182,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -187,25 +196,27 @@ return [
|
||||
'This account has already been connected to another user' => '',
|
||||
'This email address has already been taken' => '',
|
||||
'This username has already been taken' => '',
|
||||
<<<<<<< HEAD:src/User/resources/i18n/tr_TR/usuario.php
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
>>>>>>> upstream/master:src/User/resources/i18n/tr-TR/usuario.php
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +229,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -260,11 +273,23 @@ return [
|
||||
'A message has been sent to your email address. ' => '@@@@',
|
||||
'Awesome, almost there. ' => '@@@@',
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
<<<<<<< HEAD:src/User/resources/i18n/tr_TR/usuario.php
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
>>>>>>> upstream/master:src/User/resources/i18n/tr-TR/usuario.php
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -35,6 +35,7 @@ return [
|
||||
'Are you sure you want to delete this user?' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Are you sure you want to unblock this user?' => '',
|
||||
'Are you sure you wish to send a password recovery email to this user?' => '',
|
||||
'Are you sure? Deleted user can not be restored' => '',
|
||||
'Are you sure? There is no going back' => '',
|
||||
'Assignments' => '',
|
||||
@ -88,18 +89,20 @@ return [
|
||||
'Deleted by GDPR request' => '',
|
||||
'Description' => '',
|
||||
'Didn\'t receive confirmation message?' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Disconnect' => '',
|
||||
'Don\'t have an account? Sign up!' => '',
|
||||
'Download my data' => '',
|
||||
'Email' => '',
|
||||
'Email (public)' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Error occurred while changing password' => '',
|
||||
'Error occurred while confirming user' => '',
|
||||
'Error occurred while deleting user' => '',
|
||||
'Export my data' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Finish' => '',
|
||||
'Forgot password?' => '',
|
||||
'Gravatar email' => '',
|
||||
@ -118,6 +121,7 @@ return [
|
||||
'Invalid or expired link' => '',
|
||||
'Invalid password' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Invalid value' => '',
|
||||
'It will be deleted forever' => '',
|
||||
'Items' => '',
|
||||
@ -174,6 +178,7 @@ return [
|
||||
'Rules' => '',
|
||||
'Save' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Send password recovery email' => '',
|
||||
'Sign in' => '',
|
||||
'Sign up' => '',
|
||||
'Something went wrong' => '',
|
||||
@ -189,23 +194,23 @@ return [
|
||||
'This username has already been taken' => '',
|
||||
'This will disable two-factor auth. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'Time zone' => '',
|
||||
'Time zone is not valid' => '',
|
||||
'Two Factor Authentication' => '',
|
||||
'Two factor successfully enabled.' => '',
|
||||
'Two-Factor Authentication' => '',
|
||||
'Two-factor auth protects you against stolen credentials' => '',
|
||||
'Two-factor authentication code' => '',
|
||||
'Two-factor authorization has been disabled.' => '',
|
||||
'Two-factor code' => '',
|
||||
'Two Factor Authentication (2FA)' => '',
|
||||
'Two factor authentication code' => '',
|
||||
'Two factor authentication has been disabled.' => '',
|
||||
'Two factor authentication protects you against stolen credentials' => '',
|
||||
'Two factor authentication successfully enabled.' => '',
|
||||
'Unable to confirm user. Please, try again.' => '',
|
||||
'Unable to create an account.' => '',
|
||||
'Unable to create authorization item.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to delete user. Please, try again later.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to disable Two factor authentication.' => '',
|
||||
'Unable to remove authorization item.' => '',
|
||||
'Unable to send confirmation link' => '',
|
||||
'Unable to send recovery message to the user' => '',
|
||||
'Unable to update authorization item.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Unable to update block status.' => '',
|
||||
@ -218,7 +223,9 @@ return [
|
||||
'Update rule' => '',
|
||||
'Update user account' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User block status has been updated.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User has been confirmed' => '',
|
||||
'User has been created' => '',
|
||||
'User has been deleted' => '',
|
||||
@ -262,9 +269,19 @@ return [
|
||||
'Class "{0}" does not exist' => '@@@@',
|
||||
'I aggree processing of my personal data and the use of cookies
|
||||
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'Disable Two-Factor Auth' => '@@@@',
|
||||
'Enable Two-factor auth' => '@@@@',
|
||||
'Registration ip' => '@@@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'Two Factor Authentication' => '@@@@',
|
||||
'Two factor successfully enabled.' => '@@@@',
|
||||
'Two-Factor Authentication' => '@@@@',
|
||||
'Two-factor auth protects you against stolen credentials' => '@@@@',
|
||||
'Two-factor authentication code' => '@@@@',
|
||||
'Two-factor authorization has been disabled.' => '@@@@',
|
||||
'Two-factor code' => '@@@@',
|
||||
'Unable to disable two-factor authorization.' => '@@@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@@@',
|
||||
];
|
||||
|
||||
@ -32,7 +32,7 @@ use yii\helpers\Html;
|
||||
]
|
||||
); ?>
|
||||
|
||||
<?= $this->render('_user', ['form' => $form, 'user' => $user]) ?>
|
||||
<?= $this->render('/admin/_user', ['form' => $form, 'user' => $user]) ?>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-3 col-lg-9">
|
||||
|
||||
@ -96,7 +96,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
]
|
||||
); ?>
|
||||
|
||||
<?= $this->render('_user', ['form' => $form, 'user' => $user]) ?>
|
||||
<?= $this->render('/admin/_user', ['form' => $form, 'user' => $user]) ?>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-3 col-lg-9">
|
||||
|
||||
@ -52,7 +52,7 @@ $module = Yii::$app->getModule('user');
|
||||
'attribute' => 'created_at',
|
||||
'value' => function ($model) {
|
||||
if (extension_loaded('intl')) {
|
||||
return Yii::t('usuario', '{0, date, MMMM dd, YYYY HH:mm}', [$model->created_at]);
|
||||
return Yii::t('usuario', '{0, date, MMM dd, YYYY HH:mm}', [$model->created_at]);
|
||||
}
|
||||
|
||||
return date('Y-m-d G:i:s', $model->created_at);
|
||||
@ -64,12 +64,21 @@ $module = Yii::$app->getModule('user');
|
||||
if (!$model->last_login_at || $model->last_login_at == 0) {
|
||||
return Yii::t('usuario', 'Never');
|
||||
} elseif (extension_loaded('intl')) {
|
||||
return Yii::t('usuario', '{0, date, MMMM dd, YYYY HH:mm}', [$model->last_login_at]);
|
||||
return Yii::t('usuario', '{0, date, MMM dd, YYYY HH:mm}', [$model->last_login_at]);
|
||||
} else {
|
||||
return date('Y-m-d G:i:s', $model->last_login_at);
|
||||
}
|
||||
},
|
||||
],
|
||||
[
|
||||
'attribute' => 'last_login_ip',
|
||||
'value' => function ($model) {
|
||||
return $model->last_login_ip == null
|
||||
? '<span class="not-set">' . Yii::t('usuario', '(not set)') . '</span>'
|
||||
: $model->last_login_ip;
|
||||
},
|
||||
'format' => 'html',
|
||||
],
|
||||
[
|
||||
'header' => Yii::t('usuario', 'Confirmation'),
|
||||
'value' => function ($model) {
|
||||
@ -92,6 +101,7 @@ $module = Yii::$app->getModule('user');
|
||||
'format' => 'raw',
|
||||
'visible' => Yii::$app->getModule('user')->enableEmailConfirmation,
|
||||
],
|
||||
'password_age',
|
||||
[
|
||||
'header' => Yii::t('usuario', 'Block status'),
|
||||
'value' => function ($model) {
|
||||
@ -121,7 +131,7 @@ $module = Yii::$app->getModule('user');
|
||||
],
|
||||
[
|
||||
'class' => 'yii\grid\ActionColumn',
|
||||
'template' => '{switch} {update} {delete}',
|
||||
'template' => '{switch} {reset} {force-password-change} {update} {delete}',
|
||||
'buttons' => [
|
||||
'switch' => function ($url, $model) use ($module) {
|
||||
if ($model->id != Yii::$app->user->id && $module->enableSwitchIdentities) {
|
||||
@ -140,7 +150,42 @@ $module = Yii::$app->getModule('user');
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
},
|
||||
'reset' => function ($url, $model) use ($module) {
|
||||
if(!$module->allowPasswordRecovery && $module->allowAdminPasswordRecovery) {
|
||||
return Html::a(
|
||||
'<span class="glyphicon glyphicon-flash"></span>',
|
||||
['/user/admin/password-reset', 'id' => $model->id],
|
||||
[
|
||||
'title' => Yii::t('usuario', 'Send password recovery email'),
|
||||
'data-confirm' => Yii::t(
|
||||
'usuario',
|
||||
'Are you sure you wish to send a password recovery email to this user?'
|
||||
),
|
||||
'data-method' => 'POST',
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
return null;
|
||||
},
|
||||
'force-password-change' => function ($url, $model) use ($module) {
|
||||
if (is_null($module->maxPasswordAge)) {
|
||||
return null;
|
||||
}
|
||||
return Html::a(
|
||||
'<span class="glyphicon glyphicon-time"></span>',
|
||||
['/user/admin/force-password-change', 'id' => $model->id],
|
||||
[
|
||||
'title' => Yii::t('usuario', 'Force password change at next login'),
|
||||
'data-confirm' => Yii::t(
|
||||
'usuario',
|
||||
'Are you sure you wish the user to change their password at next login?'
|
||||
),
|
||||
'data-method' => 'POST',
|
||||
]
|
||||
);
|
||||
},
|
||||
]
|
||||
],
|
||||
],
|
||||
|
||||
@ -23,7 +23,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<?php $this->beginContent('@Da/User/resources/views/shared/admin_layout.php') ?>
|
||||
|
||||
<?= $this->render(
|
||||
'_form',
|
||||
'/permission/_form',
|
||||
[
|
||||
'model' => $model,
|
||||
'unassignedItems' => $unassignedItems,
|
||||
|
||||
@ -23,7 +23,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<?php $this->beginContent('@Da/User/resources/views/shared/admin_layout.php') ?>
|
||||
|
||||
<?= $this->render(
|
||||
'_form',
|
||||
'/permission/_form',
|
||||
[
|
||||
'model' => $model,
|
||||
'unassignedItems' => $unassignedItems,
|
||||
|
||||
@ -37,7 +37,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
]
|
||||
); ?>
|
||||
|
||||
<?= $form->field($model, 'email') ?>
|
||||
<?= $form->field($model, 'email')->textInput(['autofocus' => true]) ?>
|
||||
|
||||
<?= $form->field($model, 'username') ?>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<?php $this->beginContent('@Da/User/resources/views/shared/admin_layout.php') ?>
|
||||
|
||||
<?= $this->render(
|
||||
'_form',
|
||||
'/role/_form',
|
||||
[
|
||||
'model' => $model,
|
||||
'unassignedItems' => $unassignedItems,
|
||||
|
||||
@ -22,7 +22,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<?php $this->beginContent('@Da/User/resources/views/shared/admin_layout.php') ?>
|
||||
|
||||
<?= $this->render(
|
||||
'_form',
|
||||
'/role/_form',
|
||||
[
|
||||
'model' => $model,
|
||||
'unassignedItems' => $unassignedItems,
|
||||
|
||||
@ -22,7 +22,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<?php $this->beginContent('@Da/User/resources/views/shared/admin_layout.php') ?>
|
||||
|
||||
<?= $this->render(
|
||||
'_form',
|
||||
'/rule/_form',
|
||||
[
|
||||
'model' => $model,
|
||||
]
|
||||
|
||||
@ -23,7 +23,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<?php $this->beginContent('@Da/User/resources/views/shared/admin_layout.php') ?>
|
||||
|
||||
<?= $this->render(
|
||||
'_form',
|
||||
'/rule/_form',
|
||||
[
|
||||
'model' => $model,
|
||||
]
|
||||
|
||||
@ -31,7 +31,7 @@ $module = Yii::$app->getModule('user');
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<?= $this->render('_menu') ?>
|
||||
<?= $this->render('/settings/_menu') ?>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="panel panel-default">
|
||||
@ -81,7 +81,7 @@ $module = Yii::$app->getModule('user');
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
||||
aria-hidden="true">×</span></button>
|
||||
<h4 class="modal-title" id="myModalLabel">
|
||||
<?= Yii::t('usuario', 'Two Factor Authentication') ?></h4>
|
||||
<?= Yii::t('usuario', 'Two Factor Authentication (2FA)') ?></h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
...
|
||||
@ -96,25 +96,25 @@ $module = Yii::$app->getModule('user');
|
||||
</div>
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title"><?= Yii::t('usuario', 'Two-Factor Authentication') ?></h3>
|
||||
<h3 class="panel-title"><?= Yii::t('usuario', 'Two Factor Authentication (2FA)') ?></h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
<?= Yii::t('usuario', 'Two-factor auth protects you against stolen credentials') ?>.
|
||||
<?= Yii::t('usuario', 'Two factor authentication protects you against stolen credentials') ?>.
|
||||
</p>
|
||||
<div class="text-right">
|
||||
<?= Html::a(
|
||||
Yii::t('usuario', 'Disable Two-Factor Auth'),
|
||||
Yii::t('usuario', 'Disable two factor authentication'),
|
||||
['two-factor-disable', 'id' => $model->getUser()->id],
|
||||
[
|
||||
'id' => 'disable_tf_btn',
|
||||
'class' => 'btn btn-warning ' . ($model->getUser()->auth_tf_enabled ? '' : 'hide'),
|
||||
'data-method' => 'post',
|
||||
'data-confirm' => Yii::t('usuario', 'This will disable two-factor auth. Are you sure?'),
|
||||
'data-confirm' => Yii::t('usuario', 'This will disable two factor authentication. Are you sure?'),
|
||||
]
|
||||
) ?>
|
||||
<?= Html::a(
|
||||
Yii::t('usuario', 'Enable Two-factor auth'),
|
||||
Yii::t('usuario', 'Enable two factor authentication'),
|
||||
'#tfmodal',
|
||||
[
|
||||
'id' => 'enable_tf_btn',
|
||||
|
||||
@ -28,7 +28,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<?= $this->render('_menu') ?>
|
||||
<?= $this->render('/networks/_menu') ?>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="panel panel-default">
|
||||
|
||||
@ -32,7 +32,7 @@ $timezoneHelper = $model->make(TimezoneHelper::class);
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<?= $this->render('_menu') ?>
|
||||
<?= $this->render('/profile/_menu') ?>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="panel panel-default">
|
||||
@ -71,7 +71,8 @@ $timezoneHelper = $model->make(TimezoneHelper::class);
|
||||
->hint(
|
||||
Html::a(
|
||||
Yii::t('usuario', 'Change your avatar at Gravatar.com'),
|
||||
'http://gravatar.com'
|
||||
'http://gravatar.com',
|
||||
['target' => '_blank']
|
||||
)
|
||||
) ?>
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-offset-3 col-md-6 text-center">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="tfcode" placeholder="<?= Yii::t('usuario', 'Two-factor code') ?>"/>
|
||||
<input type="text" class="form-control" id="tfcode" placeholder="<?= Yii::t('usuario', 'Two factor authentication code') ?>"/>
|
||||
<span class="input-group-btn">
|
||||
<button type="button" class="btn btn-primary btn-submit-code">
|
||||
<?= Yii::t('usuario', 'Enable') ?>
|
||||
|
||||
@ -32,7 +32,7 @@ use yii\helpers\Html;
|
||||
<h3 class="panel-title"><?= Html::encode($this->title) ?></h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<?= $this->render('_menu') ?>
|
||||
<?= $this->render('/shared/_menu') ?>
|
||||
<?= $content ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -20,7 +20,7 @@ $this->title = $title;
|
||||
?>
|
||||
|
||||
<?= $this->render(
|
||||
'_alert',
|
||||
'/shared/_alert',
|
||||
[
|
||||
'module' => $module,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user