File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 'throttled ' => 'このIPアドレスからのリクエストが多すぎます。 {0}秒後に再試行できます。 ' , // 'Too many requests made from this IP address. You may try again in {0} seconds.'
2222 'notEnoughPrivilege ' => '目的の操作を実行するために必要な権限がありません。 ' , // 'You do not have the necessary permission to perform the desired operation.'
2323 // JWT Exceptions
24- 'invalidJWT ' => '(To be translated) The token is invalid. ' , // 'The token is invalid.'
25- 'expiredJWT ' => '(To be translated) The token has expired. ' , // 'The token has expired.'
26- 'beforeValidJWT ' => '(To be translated) The token is not yet available. ' , // 'The token is not yet available.'
24+ 'invalidJWT ' => 'トークンが無効です。 ' , // 'The token is invalid.'
25+ 'expiredJWT ' => 'トークンの有効期限が切れています。 ' , // 'The token has expired.'
26+ 'beforeValidJWT ' => 'このトークンはまだ使えません。 ' , // 'The token is not yet available.'
2727
2828 'email ' => 'メールアドレス ' , // 'Email Address'
2929 'username ' => 'ユーザー名 ' , // 'Username'
You can’t perform that action at this time.
0 commit comments