diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:29 +0000 |
commit | 0f4e3f36220da7ed5d4e6712b7177bd5040b16cc (patch) | |
tree | 69d04e209fb3c572bcf2a3c98b3fcad9e24acea5 /apps/files/l10n/ko.js | |
parent | cf035c8cad039b89c2a58353e21c4a762e1dd256 (diff) | |
download | nextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.tar.gz nextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 875fd753c8c..7b11d2cbe2e 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -272,8 +272,8 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "파일/폴더를 그 안이나 그 안의 폴더로 이동할 수 없습니다.", "(copy)" : "(복사)", "(copy %n)" : "(%n 복사)", + "Move cancelled" : "이동이 취소됨", "A file or folder with that name already exists in this folder" : "같은 이름을 사용하는 파일 또는 폴더가 이미 이 폴더에 있습니다.", - "The files is locked" : "이 파일은 잠겼습니다.", "The file does not exist anymore" : "파일이 더이상 존재하지 않습니다.", "Choose destination" : "목적지 선택", "Copy to {target}" : "{target}에 복사", @@ -344,6 +344,7 @@ OC.L10N.register( "Search for an account" : "계정 검색", "Choose" : "선택", "No files or folders have been deleted yet" : "아직 삭제된 파일이나 폴더가 없습니다.", - "Add" : "추가" + "Add" : "추가", + "The files is locked" : "이 파일은 잠겼습니다." }, "nplurals=1; plural=0;"); |