misc_pterodactyl-panel/resources/lang/zh/passwords.php

19 lines
797 B
PHP

<?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' => '我们无法找到使用此电子邮件地址的用户。',
];