You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Language/ja/Auth.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
'badToken' => 'アクセストークンが無効です。', // 'The access token is invalid.'
26
26
'oldToken' => 'アクセストークンの有効期限が切れています。', // 'The access token has expired.'
27
27
'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}".'
29
29
'unableSendEmailToUser' => '申し訳ありませんが、メールの送信に問題がありました。 "{0}"にメールを送信できませんでした。', // 'Sorry, there was a problem sending the email. We could not send an email to "{0}".'
30
30
'throttled' => 'このIPアドレスからのリクエストが多すぎます。 {0}秒後に再試行できます。', // 'Too many requests made from this IP address. You may try again in {0} seconds.'
31
31
'notEnoughPrivilege' => '目的の操作を実行するために必要な権限がありません。', // 'You do not have the necessary permission to perform the desired operation.'
0 commit comments