Skip to content

Commit 67f24a0

Browse files
authored
[ja] fix: japanese translation (#474)
1 parent e2d5588 commit 67f24a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/ja/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
return [
1414
'invalidExpiresTime' => '"Expires" 属性のタイプ "{0}" が無効です。期待される値は文字列、整数、DateTimeInterface オブジェクトです。', // 'Invalid "{0}" type for "Expires" attribute. Expected: string, integer, DateTimeInterface object.'
1515
'invalidExpiresValue' => 'クッキーの有効期限が無効です。', // 'The cookie expiration time is not valid.'
16-
'invalidCookieName' => 'クッキー名 "{0}" が不正な文字が含まれています', // 'The cookie name "{0}" contains invalid characters.'
16+
'invalidCookieName' => 'クッキー名 "{0}" が不正な文字を含んでいます', // 'The cookie name "{0}" contains invalid characters.'
1717
'emptyCookieName' => 'クッキー名を空にすることはできません。', // 'The cookie name cannot be empty.'
1818
'invalidSecurePrefix' => '接頭辞 "__Secure-" を使用するには "Secure" 属性を設定する必要があります。', // 'Using the "__Secure-" prefix requires setting the "Secure" attribute.'
1919
'invalidHostPrefix' => '接頭辞 "__Host-" を使用するには "Secure" フラグを設定し、"Domain" 属性を持ち、"Path" を "/" に設定する必要があります。', // 'Using the "__Host-" prefix must be set with the "Secure" flag, must not have a "Domain" attribute, and the "Path" is set to "/".'

0 commit comments

Comments
 (0)