Skip to content

Commit eacc4b5

Browse files
committed
lang: translate errorPasswordTooLongBytes for ja
1 parent ea9688d commit eacc4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Language/ja/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'errorPasswordPwned' => 'パスワード {0} はデータ漏洩により公開されており、{2} の漏洩したパスワード中で {1, number} 回見られます。', // 'The password {0} has been exposed due to a data breach and has been seen {1, number} times in {2} of compromised passwords.',
6262
'suggestPasswordPwned' => '{0} は絶対にパスワードとして使ってはいけません。もしどこかで使っていたら、すぐに変更してください。', // '{0} should never be used as a password. If you are using it anywhere change it immediately.',
6363
'errorPasswordEmpty' => 'パスワードが必要です。', // 'A Password is required.',
64-
'errorPasswordTooLongBytes' => '(To be translated) Password cannot exceed {param} bytes in length.',
64+
'errorPasswordTooLongBytes' => '{param} バイトを超えるパスワードは設定できません。', // 'Password cannot exceed {param} bytes in length.',
6565
'passwordChangeSuccess' => 'パスワードの変更に成功しました', // 'Password changed successfully',
6666
'userDoesNotExist' => 'パスワードは変更されていません。ユーザーは存在しません', // 'Password was not changed. User does not exist',
6767
'resetTokenExpired' => '申し訳ありません。リセットトークンの有効期限が切れました。', // 'Sorry. Your reset token has expired.',

0 commit comments

Comments
 (0)