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: Language/ko/Cookie.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
return [
16
16
'invalidExpiresTime' => '"만료" 속성에 대한 "{0}" 유형이 잘못되었습니다. 예상 : 문자열, 정수, DateTimeInterface object.', // 'Invalid "{0}" type for "Expires" attribute. Expected: string, integer, DateTimeInterface object.'
17
17
'invalidExpiresValue' => '쿠키 만료 시간이 유효하지 않습니다.', // 'The cookie expiration time is not valid.'
18
-
'invalidCookieName' => '쿠키 이름 "{0}"에 잘못된 문자가 있습니다.', // 'The cookie name "{0}" contains invalid characters.'
18
+
'invalidCookieName' => '쿠키 이름 "{0}"에 잘못된 문자가 포함되어 있습니다.', // 'The cookie name "{0}" contains invalid characters.'
19
+
'invalidCookieValue' => '쿠키 값에 잘못된 문자가 포함되어 있습니다.', // 'The cookie value contains invalid characters.'
19
20
'emptyCookieName' => '쿠키 이름은 비워 둘 수 없습니다.', // 'The cookie name cannot be empty.'
20
21
'invalidSecurePrefix' => '"__Secure-" 접두사를 사용하려면 "Secure" 속성을 설정해야합니다.', // 'Using the "__Secure-" prefix requires setting the "Secure" attribute.'
21
22
'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