Skip to content

Commit f4f18f4

Browse files
authored
[ko] Update Cookie translations (#557)
1 parent 5f667ba commit f4f18f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Language/ko/Cookie.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
return [
1616
'invalidExpiresTime' => '"만료" 속성에 대한 "{0}" 유형이 잘못되었습니다. 예상 : 문자열, 정수, DateTimeInterface object.', // 'Invalid "{0}" type for "Expires" attribute. Expected: string, integer, DateTimeInterface object.'
1717
'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.'
1920
'emptyCookieName' => '쿠키 이름은 비워 둘 수 없습니다.', // 'The cookie name cannot be empty.'
2021
'invalidSecurePrefix' => '"__Secure-" 접두사를 사용하려면 "Secure" 속성을 설정해야합니다.', // 'Using the "__Secure-" prefix requires setting the "Secure" attribute.'
2122
'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)