diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-04-03 12:08:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-04-03 12:08:12 +0000 |
commit | 4e8bbc4e341861ad1ddcf872c8e248fadb711861 (patch) | |
tree | d82d0069c073730733ca8d9b06e4f2bdf8489091 /lib/l10n/ko.js | |
parent | 054df038def136ba1c9e9c26a1e0ce3db0a17307 (diff) | |
download | nextcloud-server-4e8bbc4e341861ad1ddcf872c8e248fadb711861.tar.gz nextcloud-server-4e8bbc4e341861ad1ddcf872c8e248fadb711861.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index df406644144..44f80b7a851 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -3,9 +3,8 @@ OC.L10N.register( { "Cannot write into \"config\" directory!" : "\"config\" 디렉터리에 기록할 수 없습니다!", "This can usually be fixed by giving the webserver write access to the config directory" : "config 디렉터리에 웹 서버 쓰기 권한을 부여해서 해결할 수 있습니다", - "See %s" : "%s 보기", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "config.php 파일을 읽기 전용으로 하시려는 경우, 설정의 \"config_is_read_only\"를 true로 하십시오.", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "config 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s 문서를 참조하십시오", + "See %s" : "%s 보기", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "config.php 파일을 읽기 전용으로 하시려는 경우, 설정의 \"config_is_read_only\"를 true로 하십시오. %s를 참조하십시오.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "앱 %1$s의 파일이 올바르게 교체되지 않았습니다. 서버와 호환되는 버전인지 확인하십시오.", "Sample configuration detected" : "예제 설정 감지됨", @@ -165,8 +164,8 @@ OC.L10N.register( "Token expired. Please reload page." : "토큰이 만료되었습니다. 페이지를 새로 고치십시오.", "No database drivers (sqlite, mysql, or postgresql) installed." : "데이터베이스 드라이버(sqlite, mysql, postgresql)가 설치되지 않았습니다.", "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\" 디렉터리에 기록할 수 없습니다", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See %s" : "apps 디렉터리에 웹 서버의 쓰기 권한을 부여하거나 설정에서 앱 스토어를 비활성화해서 해결할 수 있습니다. %s 문서를 참조하십시오", "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 문서를 참조하십시오.", @@ -225,6 +224,7 @@ OC.L10N.register( "Cannot set expiration date. Expiration date is in the past" : "만료 날짜를 설정할 수 없습니다. 만료 날짜가 과거입니다", "Sharing failed, because the user %s is the original sharer" : "공유할 수 없습니다. 사용자 %s이(가) 원 공유자입니다", "Sharing %s failed, because resharing is not allowed" : "%s을(를) 공유할 수 없습니다. 다시 공유할 수 없습니다", - "Sharing %s failed, because the file could not be found in the file cache" : "%s을(를) 공유할 수 없습니다. 파일 캐시에서 찾을 수 없습니다" + "Sharing %s failed, because the file could not be found in the file cache" : "%s을(를) 공유할 수 없습니다. 파일 캐시에서 찾을 수 없습니다", + "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See %s" : "apps 디렉터리에 웹 서버의 쓰기 권한을 부여하거나 설정에서 앱 스토어를 비활성화해서 해결할 수 있습니다. %s 문서를 참조하십시오" }, "nplurals=1; plural=0;"); |