Skip to content

Commit 9a46d2b

Browse files
authored
Add Security.insecureCookie translation (#448)
1 parent 30c7e86 commit 9a46d2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Language/ja/Security.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
// Security language settings
1313
return [
1414
'disallowedAction' => '要求されたアクションは許可されていません。', // 'The action you requested is not allowed.'
15-
'invalidSameSite' => 'SameSite設定には、None、Lax、Strict、または空文字列を指定する必要がありますが、"{0}" が指定されました。', // 'The SameSite value must be None, Lax, Strict, or a blank string. Given: "{0}"'
15+
'insecureCookie' => 'セキュアでない接続でセキュアクッキーを送信しようとしました。', // 'Attempted to send a secure cookie over a non-secure connection.'
16+
17+
// @deprecated
18+
'invalidSameSite' => 'SameSite設定には、None、Lax、Strict、または空文字列を指定する必要がありますが、"{0}" が指定されました。', // 'The SameSite value must be None, Lax, Strict, or a blank string. Given: "{0}"'
1619
];

0 commit comments

Comments
 (0)