Skip to content

Commit 96de519

Browse files
authored
Merge pull request #1158 from kenjis/update-lang-ja
lang: [ja] translate updated `invalidEmail`
2 parents 0ead2a1 + 5a96c34 commit 96de519

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
@@ -25,7 +25,7 @@
2525
'badToken' => 'アクセストークンが無効です。', // 'The access token is invalid.'
2626
'oldToken' => 'アクセストークンの有効期限が切れています。', // 'The access token has expired.'
2727
'noUserEntity' => 'パスワード検証のため、Userエンティティを指定する必要があります。', // 'User Entity must be provided for password validation.'
28-
'invalidEmail' => '(To be translated) Unable to verify the email address matches the email "{0}".', // 'Unable to verify the email address matches the email {0}.'
28+
'invalidEmail' => 'メールアドレス "{0}" は確認できません。', // 'Unable to verify the email address matches the email "{0}".'
2929
'unableSendEmailToUser' => '申し訳ありませんが、メールの送信に問題がありました。 "{0}"にメールを送信できませんでした。', // 'Sorry, there was a problem sending the email. We could not send an email to "{0}".'
3030
'throttled' => 'このIPアドレスからのリクエストが多すぎます。 {0}秒後に再試行できます。', // 'Too many requests made from this IP address. You may try again in {0} seconds.'
3131
'notEnoughPrivilege' => '目的の操作を実行するために必要な権限がありません。', // 'You do not have the necessary permission to perform the desired operation.'

0 commit comments

Comments
 (0)