mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-23 16:53:45 +02:00
Add Simplified Chinese translation for the panel (#1263)
* Add Simplified Chinese translation for the panel * Update passwords.php * The pterodactyl theme incomplete translation.Part 1. * Deleteing pterodactyl theme translation.
This commit is contained in:
committed by
Dane Everitt
parent
962416445e
commit
a8373ec726
19
resources/lang/cn/passwords.php
Normal file
19
resources/lang/cn/passwords.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
'password' => '密码至少六位数,并且两次输入的密码一致.',
|
||||
'reset' => '您的密码已重设!',
|
||||
'sent' => '我们已发送密码重设电子邮件!',
|
||||
'token' => '此密码重设连接的令牌已过期.',
|
||||
'user' => '无法找到此Email的用户.',
|
||||
];
|
||||
Reference in New Issue
Block a user