Update views_auth_login.php

This commit is contained in:
Sarah Tsumayoi 2018-03-28 16:27:02 +09:00 committed by GitHub
parent a2c2e994db
commit 54d11649cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,25 @@
<?php
return array (
/**
* 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 [
'<strong>Join</strong> the network' => '<strong>Csatlakozás</strong> a hálózathoz',
'<strong>Please</strong> sign in' => '<strong>Kérem</strong> lépjen be',
'<strong>Sign</strong> up' => '<strong>Feliratkozás</strong>',
'Create a new one.' => 'Új létrehozása',
'Don\'t have an account? Join the network by entering your e-mail address.' => 'Nincs még fiókod? Csatlakozz a hálózathoz az email cimed megadásával.',
'Forgot your password?' => 'Elfelejtetted a jelszavad?',
'If you\'re already a member, please login with your username/email and password.' => 'Amennyiben már tag vagy, lépj be a felhasználói neveddel / email cimedd el és a jelszavaddal.',
@ -15,4 +31,4 @@ return array (
'email' => '',
'password' => 'jelszó',
'username or email' => 'felhasználó vagy email',
);
];