Update message strings after GDPR merge
This commit is contained in:
@ -17,97 +17,53 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => '',
|
||||
'Are you sure you want to switch to this user for the rest of this Session?' => '',
|
||||
'Authentication rule class {0} can not be instantiated' => '',
|
||||
'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.' => '',
|
||||
'Are you sure you wish the user to change their password at next login?' => '',
|
||||
'Back to privacy settings' => '',
|
||||
'Cancel' => '',
|
||||
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => '',
|
||||
'Class' => '',
|
||||
'Close' => '',
|
||||
'Create new rule' => '',
|
||||
'Created at' => '',
|
||||
'Data processing consent' => '',
|
||||
'Delete my account' => '',
|
||||
'Delete personal data' => '',
|
||||
'Deleted by GDPR request' => '',
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Disable two factor authentication' => '',
|
||||
'Download my data' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Enable two factor authentication' => '',
|
||||
'Export my data' => '',
|
||||
'Force password change at next login' => '',
|
||||
'Here you can download your personal data in a comma separated values format.' => '',
|
||||
'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}' => '',
|
||||
'Impersonate this user' => '',
|
||||
'I agree 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' => '',
|
||||
'Last login' => '',
|
||||
'Never' => '',
|
||||
'New rule' => '',
|
||||
'Invalid two factor authentication code' => '',
|
||||
'Last login IP' => '',
|
||||
'Last login time' => '',
|
||||
'Last password change' => '',
|
||||
'Once you have deleted your data, you will not longer be able to sign in with this account.' => '',
|
||||
'Password age' => '',
|
||||
'Privacy' => '',
|
||||
'Privacy settings' => '',
|
||||
'Required "key" cannot be empty.' => '',
|
||||
'Required "secret" cannot be empty.' => '',
|
||||
'Role "{0}" not found. Creating it.' => '',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => '',
|
||||
'Rule name {0} is already in use' => '',
|
||||
'Rule {0} does not exists' => '',
|
||||
'Rule {0} not found.' => '',
|
||||
'Rules' => '',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
|
||||
'Switch identities is disabled.' => '',
|
||||
'The "recaptcha" component must be configured.' => '',
|
||||
'The verification code is incorrect.' => '',
|
||||
'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.' => '',
|
||||
'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 create new authorization rule.' => '',
|
||||
'Unable to disable two-factor authorization.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Update rule' => '',
|
||||
'Updated at' => '',
|
||||
'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.' => '',
|
||||
'We have sent confirmation links to both old and new email addresses. You must click both links to complete your request.' => '',
|
||||
'You are about to delete all your personal data from this site.' => '',
|
||||
'Your consent is required to register' => '',
|
||||
'Your personal information has been removed' => '',
|
||||
'privacy policy' => '',
|
||||
'{0} cannot be blank.' => '',
|
||||
'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@@',
|
||||
'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' => '',
|
||||
'There was an error in saving user' => '',
|
||||
'This will disable two factor authentication. Are you sure?' => '',
|
||||
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
|
||||
'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.' => '',
|
||||
'User will be required to change password at next login' => '',
|
||||
'You are about to delete all your personal data from this site.' => '',
|
||||
'Your consent is required to register' => '',
|
||||
'Your password has expired, you must change it now' => '',
|
||||
'Your personal information has been removed' => '',
|
||||
'privacy policy' => '',
|
||||
'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@@',
|
||||
'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}' => '@@@@',
|
||||
'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 two-factor code' => '@@Ungültiger Zweifaktor Schlüssel@@',
|
||||
'Last login' => '@@Letzter Login@@',
|
||||
'Registration ip' => '@@Registrierungs-IP@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
@ -122,6 +78,7 @@ return [
|
||||
'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.@@',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '@@@@',
|
||||
'(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.',
|
||||
@ -217,7 +174,6 @@ 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',
|
||||
|
||||
Reference in New Issue
Block a user