Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lang: [ja] translate updated invalidEmail #1158

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading