close #22 update messages
This commit is contained in:
@ -1,15 +1,46 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the 2amigos/yii2-usuario project.
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* (c) 2amigOS! <http://2amigos.us/>
|
||||
* 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.
|
||||
*
|
||||
* For the full copyright and license information, please view
|
||||
* the LICENSE file that was distributed with this source code.
|
||||
* 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 [
|
||||
'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.' => '',
|
||||
'Class' => '',
|
||||
'Create new rule' => '',
|
||||
'Created at' => '',
|
||||
'Impersonate this user' => '',
|
||||
'New rule' => '',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => '',
|
||||
'Rule name {0} is already in use' => '',
|
||||
'Rule {0} does not exists' => '',
|
||||
'Rule {0} not found.' => '',
|
||||
'Rules' => '',
|
||||
'Switch identities is disabled.' => '',
|
||||
'Unable to create new authorization rule.' => '',
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Update rule' => '',
|
||||
'Updated at' => '',
|
||||
'Class "{0}" does not exist' => '@@Klasse "{0}" existiert nicht@@',
|
||||
'Registration ip' => '@@Registrierungs-IP@@',
|
||||
'Rule class can not be instantiated' => '@@@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',
|
||||
'(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. ' => 'Eine Nachricht wurde an ihre E-Mail Adresse versandt',
|
||||
@ -42,7 +73,6 @@ return [
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Blockiert am {0, date, dd. MMMM YYYY, HH:mm}',
|
||||
'Change your avatar at Gravatar.com' => 'Ändern Sie ihren Avatar auf Gravatar.com',
|
||||
'Children' => 'Unterelemente',
|
||||
'Class "{0}" does not exist' => 'Klasse "{0}" existiert nicht',
|
||||
'Complete password reset on {0}' => 'Passwort-Wiederherstellung auf {0} fertig stellen',
|
||||
'Confirm' => 'Bestätigen',
|
||||
'Confirm account on {0}' => 'Konto auf {0} bestätigen',
|
||||
@ -117,7 +147,6 @@ return [
|
||||
'Recovery link is invalid or expired. Please try requesting a new one.' => 'Wiederherstellungs-Link ist falsch oder abgelaufen. Bitte fordern Sie einen neuen an',
|
||||
'Recovery message sent' => 'Wiederherstellungs-Nachricht wurde gesendet',
|
||||
'Registration IP' => 'Registrierungs-IP',
|
||||
'Registration ip' => 'Registrierungs-IP',
|
||||
'Registration on this website is disabled' => 'Die Registrierung auf dieser Webseite ist deaktiviert',
|
||||
'Registration time' => 'Registrierungszeit',
|
||||
'Remember me next time' => 'Anmeldung für das nächste mal merken',
|
||||
@ -125,8 +154,6 @@ return [
|
||||
'Reset your password' => 'Passwort wiederherstellen',
|
||||
'Roles' => 'Rollen',
|
||||
'Rule' => 'Regel',
|
||||
'Rule class can not be instantiated' => '',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '',
|
||||
'Rule name' => 'Regelname',
|
||||
'Save' => 'Speichern',
|
||||
'Sign in' => 'Anmelden',
|
||||
|
||||
Reference in New Issue
Block a user