diff options
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/ko.js | 6 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/ko.json | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/ko.js b/apps/files_trashbin/l10n/ko.js index 83c57f8914a..d93dca056bb 100644 --- a/apps/files_trashbin/l10n/ko.js +++ b/apps/files_trashbin/l10n/ko.js @@ -1,13 +1,17 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "%s을(를_ 영구적으로 삭제할 수 없습니다", + "Couldn't delete %s permanently" : "%s을(를) 영구적으로 삭제할 수 없습니다", "Couldn't restore %s" : "%s을(를) 복원할 수 없습니다", "Deleted files" : "삭제된 파일", "Restore" : "복원", "Delete permanently" : "영구히 삭제", "Error" : "오류", "restored" : "복원됨", + "No deleted files" : "삭제된 파일 없음", + "You will be able to recover deleted files from here" : "삭제된 파일을 여기에서 복구할 수 있습니다", + "No entries found in this folder" : "이 폴더에 항목 없음", + "Select all" : "모두 선택", "Name" : "이름", "Deleted" : "삭제됨", "Delete" : "삭제" diff --git a/apps/files_trashbin/l10n/ko.json b/apps/files_trashbin/l10n/ko.json index d9820ba8ffe..25d1c888550 100644 --- a/apps/files_trashbin/l10n/ko.json +++ b/apps/files_trashbin/l10n/ko.json @@ -1,11 +1,15 @@ { "translations": { - "Couldn't delete %s permanently" : "%s을(를_ 영구적으로 삭제할 수 없습니다", + "Couldn't delete %s permanently" : "%s을(를) 영구적으로 삭제할 수 없습니다", "Couldn't restore %s" : "%s을(를) 복원할 수 없습니다", "Deleted files" : "삭제된 파일", "Restore" : "복원", "Delete permanently" : "영구히 삭제", "Error" : "오류", "restored" : "복원됨", + "No deleted files" : "삭제된 파일 없음", + "You will be able to recover deleted files from here" : "삭제된 파일을 여기에서 복구할 수 있습니다", + "No entries found in this folder" : "이 폴더에 항목 없음", + "Select all" : "모두 선택", "Name" : "이름", "Deleted" : "삭제됨", "Delete" : "삭제" |