Skip to content

Commit

Permalink
Merge pull request #1036 from BAN1ce/laravel58
Browse files Browse the repository at this point in the history
[fr] update zh- CN ,HK,TW, password files to 8 characters
  • Loading branch information
caouecs authored Mar 21, 2019
2 parents 454573e + 9fdad26 commit bf2201c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/zh-CN/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|
*/

'password' => '密码至少是六位字符并且应与确认密码匹配',
'password' => '密码至少是八位字符并且应与确认密码匹配',
'reset' => '密码重置成功!',
'sent' => '密码重置邮件已发送!',
'token' => '密码重置令牌无效。',
Expand Down
2 changes: 1 addition & 1 deletion src/zh-HK/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|
*/

'password' => '密碼至少為六位字符且與密碼確認欄位的輸入相符',
'password' => '密碼至少為八位字符且與密碼確認欄位的輸入相符',
'reset' => '密碼重設已完成!',
'sent' => '密碼重設電郵經已寄出!',
'token' => '密碼重設碼不正確。',
Expand Down
2 changes: 1 addition & 1 deletion src/zh-TW/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|
*/

'password' => '密碼至少要有六個字元且與密碼確認欄位一致',
'password' => '密碼至少要有八個字元且與密碼確認欄位一致',
'reset' => '密碼已成功重設!',
'sent' => '密碼重設郵件已發送!',
'token' => '密碼重設隨機碼無效。',
Expand Down

0 comments on commit bf2201c

Please sign in to comment.