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' => '@@La classe "{0}" non esiste@@',
|
||||
'Registration ip' => '@@IP di registrazione@@',
|
||||
'Rule class can not be instantiated' => '@@La classe della regola non può essere istanziata@@',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => '@@La classe della regola deve estendere "yii\\rbac\\Rule"@@',
|
||||
'(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 message has been sent to your email address. ' => 'È stato inviato un messaggio al tuo indirizzo email',
|
||||
@ -42,7 +73,6 @@ return [
|
||||
'Blocked at {0, date, MMMM dd, YYYY HH:mm}' => 'Bloccato il {0, date, dd MMMM YYYY HH:mm}',
|
||||
'Change your avatar at Gravatar.com' => 'Modifica la tua immagine di profilo su Gravatar.com',
|
||||
'Children' => 'Figli',
|
||||
'Class "{0}" does not exist' => 'La classe "{0}" non esiste',
|
||||
'Complete password reset on {0}' => 'Completa la procedura di reset della password su {0}',
|
||||
'Confirm' => 'Conferma',
|
||||
'Confirm account on {0}' => 'Conferma l\'account su {0}',
|
||||
@ -117,7 +147,6 @@ return [
|
||||
'Recovery link is invalid or expired. Please try requesting a new one.' => 'Il collegamento di ripristino non è valido o scaduto. Prova a richiederne uno nuovo.',
|
||||
'Recovery message sent' => 'Messaggio di recupero inviato',
|
||||
'Registration IP' => 'IP di registrazione',
|
||||
'Registration ip' => 'IP di registrazione',
|
||||
'Registration on this website is disabled' => 'La registrazione è disabilitata',
|
||||
'Registration time' => 'Orario di registrazione',
|
||||
'Remember me next time' => 'Ricordami al prossimo accesso',
|
||||
@ -125,8 +154,6 @@ return [
|
||||
'Reset your password' => 'Recupera la tua password',
|
||||
'Roles' => 'Ruoli',
|
||||
'Rule' => 'ruolo',
|
||||
'Rule class can not be instantiated' => 'La classe della regola non può essere istanziata',
|
||||
'Rule class must extend "yii\\rbac\\Rule"' => 'La classe della regola deve estendere "yii\\rbac\\Rule"',
|
||||
'Rule name' => 'Nome regola',
|
||||
'Save' => 'Salva',
|
||||
'Sign in' => 'Accedi',
|
||||
|
||||
Reference in New Issue
Block a user