Skip to content

Commit 30fd550

Browse files
authored
[ko] Update Cache (#544)
1 parent 70a2970 commit 30fd550

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Language/ko/Cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// Cache language settings
1515
return [
1616
'unableToWrite' => '"{0}"에 캐시를 쓸 수 없습니다.', // 'Cache unable to write to "{0}".'
17+
'invalidHandler' => '캐시 드라이버 "{0}"은 유효한 캐시 핸들러가 아닙니다.', // 'Cache driver "{0}" is not a valid cache handler.'
1718
'invalidHandlers' => '캐시 구성에는 $validHandlers 배열이 있어야 합니다.', // 'Cache config must have an array of $validHandlers.'
1819
'noBackup' => '캐시 구성에는 핸들러와 백업 핸들러 세트가 설정되어야 합니다.', // 'Cache config must have a handler and backupHandler set.'
1920
'handlerNotFound' => '캐시 구성에 잘못된 핸들러 또는 백업 핸들러가 지정되어 있습니다.', // 'Cache config has an invalid handler or backup handler specified.'

0 commit comments

Comments
 (0)