Skip to content

Commit

Permalink
Merge pull request #1158 from kenjis/update-lang-ja
Browse files Browse the repository at this point in the history
lang: [ja] translate updated `invalidEmail`
  • Loading branch information
kenjis authored Aug 12, 2024
2 parents 0ead2a1 + 5a96c34 commit 96de519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/ja/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'badToken' => 'アクセストークンが無効です。', // 'The access token is invalid.'
'oldToken' => 'アクセストークンの有効期限が切れています。', // 'The access token has expired.'
'noUserEntity' => 'パスワード検証のため、Userエンティティを指定する必要があります。', // 'User Entity must be provided for password validation.'
'invalidEmail' => '(To be translated) Unable to verify the email address matches the email "{0}".', // 'Unable to verify the email address matches the email {0}.'
'invalidEmail' => 'メールアドレス "{0}" は確認できません。', // 'Unable to verify the email address matches the email "{0}".'
'unableSendEmailToUser' => '申し訳ありませんが、メールの送信に問題がありました。 "{0}"にメールを送信できませんでした。', // 'Sorry, there was a problem sending the email. We could not send an email to "{0}".'
'throttled' => 'このIPアドレスからのリクエストが多すぎます。 {0}秒後に再試行できます。', // 'Too many requests made from this IP address. You may try again in {0} seconds.'
'notEnoughPrivilege' => '目的の操作を実行するために必要な権限がありません。', // 'You do not have the necessary permission to perform the desired operation.'
Expand Down

0 comments on commit 96de519

Please sign in to comment.