diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-15 02:25:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-15 02:25:45 +0000 |
commit | 54954cc374aed5265b53002b02fc40c9e93e7507 (patch) | |
tree | 09bfe791dff90e44750c926b2af35610a9434060 /apps/files/l10n/ko.js | |
parent | e764ee84c9a987a0c1258520fda873d5e42a5515 (diff) | |
download | nextcloud-server-54954cc374aed5265b53002b02fc40c9e93e7507.tar.gz nextcloud-server-54954cc374aed5265b53002b02fc40c9e93e7507.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index de08246e031..349b3a87bd7 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -176,6 +176,7 @@ OC.L10N.register( "Files settings" : "파일 설정", "Show hidden files" : "숨김 파일 보이기", "Additional settings" : "고급 설정", + "WebDAV" : "WebDAV", "Copy to clipboard" : "클립보드로 복사", "Use this address to access your Files via WebDAV" : "이 주소를 사용하여 WebDAV를 통해 내 파일에 접근하십시오", "Unable to change the favourite state of the file" : "파일의 즐겨찾기 상태를 변경할 수 없음", @@ -217,7 +218,6 @@ OC.L10N.register( "Cannot transfer ownership of a file or folder you don't own" : "내가 소유하지 않은 파일이나 폴더의 소유권을 이전할 수 없음", "%s used" : "%s 사용함", "%1$s of %2$s used" : "%2$s 중 %1$s 사용됨", - "Settings" : "설정", - "WebDAV" : "WebDAV" + "Settings" : "설정" }, "nplurals=1; plural=0;"); |