diff options
Diffstat (limited to 'lib/l10n/ko.json')
-rw-r--r-- | lib/l10n/ko.json | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 0501a7fa654..87f8ee97d7e 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -194,22 +194,6 @@ "%s enter the database name." : "%s 데이터베이스 이름을 입력하십시오.", "%s you may not use dots in the database name" : "%s 데이터베이스 이름에는 마침표를 사용할 수 없습니다", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "%s 인스턴스가 32비트 PHP 환경에서 실행 중이고 php.ini에 open_basedir이 설정되어 있습니다. 4GB 이상의 파일 처리에 문제가 생길 수 있으므로 추천하지 않습니다.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini의 open_basedir 설정을 삭제하거나 64비트 PHP로 전환하십시오.", - "Cannot write into \"config\" directory" : "\"config\" 디렉터리에 기록할 수 없습니다", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "config 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s 문서를 참조하십시오", - "Cannot write into \"apps\" directory" : "\"apps\" 디렉터리에 기록할 수 없습니다", - "Cannot create \"data\" directory" : "\"data\" 디렉터리를 만들 수 없음", - "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "루트 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s 문서를 참조하십시오", - "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "루트 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s 문서를 참조하십시오.", - "Setting locale to %s failed" : "로캘을 %s(으)로 설정할 수 없음", - "Please install one of these locales on your system and restart your webserver." : "다음 중 하나 이상의 로캘을 시스템에 설치하고 웹 서버를 다시 시작하십시오.", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload 값이 \"%s\"(으)로 설정되어 있으나 \"0\"으로 설정해야 함", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "이 문제를 해결하려면 php.ini에서 <code>mbstring.func_overload</code> 값을 <code>0</code>으로 설정하십시오", - "PostgreSQL >= 9 required" : "PostgreSQL 버전 9 이상이 필요합니다", - "Please upgrade your database version" : "데이터베이스 버전을 업그레이드 하십시오", - "Your data directory is readable by other users" : "내 데이터 디렉터리를 다른 사용자가 읽을 수 있음", - "Your data directory must be an absolute path" : "내 데이터 디렉터리는 절대 경로여야 함", - "Check the value of \"datadirectory\" in your configuration" : "설정 중 \"datadirectory\" 값을 확인하십시오", - "Your data directory is invalid" : "내 데이터 디렉터리가 잘못됨" + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini의 open_basedir 설정을 삭제하거나 64비트 PHP로 전환하십시오." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |