passwords.php 1.1 KB

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Password Reset Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are the default lines which match reasons
  9. | that are given by the password broker for a password update attempt
  10. | has failed, such as for an invalid token or invalid new password.
  11. |
  12. */
  13. 'password' => '密碼必須至少六個字元且與確認密碼符合。',
  14. 'reset' => '您的密碼已重設!',
  15. 'sent' => '如果您的電子郵件地址已在我們的資料庫裡,您將會在數分鐘內於您的電子郵件地址收到密碼復原連結。如果您沒有收到這封電子郵件的話,請檢查您的垃圾郵件匣。',
  16. 'token' => '這個密碼重設憑證無效。',
  17. 'user' => '如果您的電子郵件地址已在我們的資料庫裡,您將會在數分鐘內於您的電子郵件地址收到密碼復原連結。如果您沒有收到這封電子郵件的話,請檢查您的垃圾郵件匣。',
  18. ];