ko.js 1.0 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "삭제된 파일",
  5. "Restore" : "복원",
  6. "Delete" : "삭제",
  7. "Delete permanently" : "영구히 삭제",
  8. "This operation is forbidden" : "이 작업이 금지됨",
  9. "This directory is unavailable, please check the logs or contact the administrator" : "디렉터리를 사용할 수 없습니다. 로그를 확인하거나 관리자에게 연락하십시오",
  10. "restored" : "복원됨",
  11. "No deleted files" : "삭제된 파일 없음",
  12. "You will be able to recover deleted files from here" : "삭제된 파일을 여기에서 복구할 수 있습니다",
  13. "No entries found in this folder" : "이 폴더에 항목 없음",
  14. "Select all" : "모두 선택",
  15. "Name" : "이름",
  16. "Deleted" : "삭제됨",
  17. "Couldn't delete %s permanently" : "%s을(를) 영구적으로 삭제할 수 없습니다",
  18. "Couldn't restore %s" : "%s을(를) 복원할 수 없습니다",
  19. "Error" : "오류"
  20. },
  21. "nplurals=1; plural=0;");