We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a2970 commit 30fd550Copy full SHA for 30fd550
1 file changed
Language/ko/Cache.php
@@ -14,6 +14,7 @@
14
// Cache language settings
15
return [
16
'unableToWrite' => '"{0}"에 캐시를 쓸 수 없습니다.', // 'Cache unable to write to "{0}".'
17
+ 'invalidHandler' => '캐시 드라이버 "{0}"은 유효한 캐시 핸들러가 아닙니다.', // 'Cache driver "{0}" is not a valid cache handler.'
18
'invalidHandlers' => '캐시 구성에는 $validHandlers 배열이 있어야 합니다.', // 'Cache config must have an array of $validHandlers.'
19
'noBackup' => '캐시 구성에는 핸들러와 백업 핸들러 세트가 설정되어야 합니다.', // 'Cache config must have a handler and backupHandler set.'
20
'handlerNotFound' => '캐시 구성에 잘못된 핸들러 또는 백업 핸들러가 지정되어 있습니다.', // 'Cache config has an invalid handler or backup handler specified.'
0 commit comments