diff options
Diffstat (limited to 'lib/l10n/ko.json')
-rw-r--r-- | lib/l10n/ko.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 3bf4ceac1b5..fde529370d4 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -200,7 +200,6 @@ "Your data directory must be an absolute path" : "내 데이터 디렉터리는 절대 경로여야 함", "Check the value of \"datadirectory\" in your configuration" : "설정 중 \"datadirectory\" 값을 확인하십시오", "Your data directory is invalid" : "내 데이터 디렉터리가 잘못됨", - "Please check that the data directory contains a file \".ocdata\" in its root." : "데이터 디렉터리의 최상위 경로에 \".ocdata\" 파일이 있는지 확인하십시오.", "Could not obtain lock type %d on \"%s\"." : "잠금 형식 %d을(를) \"%s\"에 대해 얻을 수 없습니다.", "Storage unauthorized. %s" : "저장소가 인증되지 않았습니다. %s", "Storage incomplete configuration. %s" : "저장소 설정이 완전하지 않습니다. %s", @@ -219,6 +218,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "%s루트 디렉터리에 웹 서버 쓰기 권한%s을 주면 해결됩니다.", "Data directory (%s) is readable by other users" : "데이터 디렉터리(%s)를 다른 사용자가 읽을 수 있음", "Data directory (%s) must be an absolute path" : "데이터 디렉터리(%s)는 반드시 절대 경로여야 함", - "Data directory (%s) is invalid" : "데이터 디렉터리(%s)가 잘못됨" + "Data directory (%s) is invalid" : "데이터 디렉터리(%s)가 잘못됨", + "Please check that the data directory contains a file \".ocdata\" in its root." : "데이터 디렉터리의 최상위 경로에 \".ocdata\" 파일이 있는지 확인하십시오." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |