ko.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "지정한 연산자가 잘못됨",
  5. "The given regular expression is invalid" : "지정한 정규 표현식이 잘못됨",
  6. "The given file size is invalid" : "지정한 파일 크기가 잘못됨",
  7. "The given tag id is invalid" : "지정한 태그 ID가 잘못됨",
  8. "The given IP range is invalid" : "지정한 IP 범위가 잘못됨",
  9. "The given IP range is not valid for IPv4" : "지정한 IP 범위가 올바른 IPv4가 아님",
  10. "The given IP range is not valid for IPv6" : "지정한 IP 범위가 올바른 IPv6이 아님",
  11. "The given time span is invalid" : "지정한 시간 간격이 올바르지 않음",
  12. "The given start time is invalid" : "지정한 시작 시간이 올바르지 않음",
  13. "The given end time is invalid" : "지정한 끝 시간이 올바르지 않음",
  14. "The given group does not exist" : "지정한 그룹이 존재히지 않음",
  15. "File" : "파일",
  16. "File created" : "파일 생성됨",
  17. "File updated" : "파일 업데이트됨",
  18. "File renamed" : "파일 이름이 변경됨",
  19. "File deleted" : "파일 삭제됨",
  20. "File accessed" : "파일 접근됨",
  21. "File copied" : "파일 복사됨",
  22. "Tag assigned" : "태그 할당됨",
  23. "%s created %s" : "%s님이 %s을(를) 생성함",
  24. "%s modified %s" : "%s님이 %s을(를) 수정함",
  25. "%s deleted %s" : "%s님이 %s을(를) 삭제함",
  26. "%s accessed %s" : "%s님이 %s에 접근함",
  27. "%s renamed %s" : "%s님이 %s의 이름을 변경함",
  28. "%s copied %s" : "%s님이 %s을(를) 복사함",
  29. "%s assigned %s to %s" : "%s님이 %s을(를) %s(으)로 할당함",
  30. "Operation #%s does not exist" : "작업 #%s이(가) 존재하지 않음",
  31. "Entity %s does not exist" : "엔티티 %s이 없습니다.",
  32. "Entity %s is invalid" : "엔티티 %s이 유효하지 않습니다.",
  33. "No events are chosen." : "선택된 이벤트 없음",
  34. "Entity %s has no event %s" : "엔티티 %s은 이벤트 %s을 포함하지 않습니다.",
  35. "Operation %s does not exist" : "작업 %s이(가) 존재하지 않음",
  36. "Operation %s is invalid" : "작업 %s이(가) 잘못됨",
  37. "Check %s does not exist" : "검사 %s이(가) 존재하지 않음",
  38. "Check %s is invalid" : "검사 %s이(가) 잘못됨",
  39. "Check #%s does not exist" : "검사 #%s이(가) 존재하지 않음",
  40. "Check %s is invalid or does not exist" : "검사 %s이(가) 올바르지 않거나 존재하지 않음",
  41. "Flow" : "흐름",
  42. "Nextcloud workflow engine" : "Nextcloud 작업 흐름 엔진",
  43. "Select a filter" : "필터 선택",
  44. "Select a file type" : "파일 타입 선택",
  45. "Folder" : "폴더",
  46. "Images" : "파일",
  47. "Office documents" : "오피스 문서",
  48. "PDF documents" : "PDF 문서",
  49. "Custom mimetype" : "사용자 mimetype",
  50. "Select a request URL" : "요청 URL 선택",
  51. "Files WebDAV" : "파일 WebDAV",
  52. "Custom URL" : "사용자 정의 URL",
  53. "Select a user agent" : "사용자 에이전트 지정",
  54. "Android client" : "Android 클라이언트",
  55. "iOS client" : "iOS 클라이언트",
  56. "Desktop client" : "데스크톱 클라이언트",
  57. "Thunderbird & Outlook addons" : "Thunderbird와 Outlook 확장 기능",
  58. "Select groups" : "그룹 선택",
  59. "Groups" : "그룹",
  60. "At least one event must be selected" : "적어도 하나의 이벤트는 선택해야합니다.",
  61. "Add new flow" : "새 흐름 추가",
  62. "When" : "언제",
  63. "and" : "그리고",
  64. "Add a new filter" : "새 필터 추가",
  65. "Cancel" : "취소",
  66. "Delete" : "삭제",
  67. "The configuration is invalid" : "설정이 잘못됨",
  68. "Active" : "활성화",
  69. "Save" : "저장",
  70. "Available flows" : "사용 가능한 흐름",
  71. "For details on how to write your own flow, check out the development documentation." : "어떻게 내 흐름을 작성하는지 자세히 알아보려면 개발자 문서를 참조하십시오.",
  72. "More flows" : "더 많은 흐름",
  73. "Browse the App Store" : "앱 스토어에서 둘러보기",
  74. "Show less" : "적게 보기",
  75. "Show more" : "더 보기",
  76. "Configured flows" : "설정된 흐름",
  77. "Your flows" : "내 흐름",
  78. "matches" : "일치함",
  79. "does not match" : "일치하지 않음",
  80. "is" : "맞음",
  81. "is not" : "아님",
  82. "File name" : "파일 이름",
  83. "File MIME type" : "파일 MIME 형식",
  84. "File size (upload)" : "파일 크기(업로드)",
  85. "less" : "작음",
  86. "less or equals" : "작거나 같음",
  87. "greater or equals" : "크거나 같음",
  88. "greater" : "큼",
  89. "Request remote address" : "요청의 원격 주소",
  90. "matches IPv4" : "IPv4와 일치함",
  91. "does not match IPv4" : "IPv4와 일치하지 않음",
  92. "matches IPv6" : "IPv6과 일치함",
  93. "does not match IPv6" : "IPv6과 일치하지 않음",
  94. "File system tag" : "파일 시스템 태그",
  95. "is tagged with" : "다음으로 태그됨",
  96. "is not tagged with" : "다음으로 태그되지 않음",
  97. "Request URL" : "요청 URL",
  98. "Request time" : "요청 시간",
  99. "between" : "사이",
  100. "not between" : "사이에 없음",
  101. "Request user agent" : "요청 사용자 에이전트",
  102. "is member of" : "구성원임",
  103. "is not member of" : "구성원이 아님",
  104. "User group membership" : "사용자 그룹 구성원"
  105. },
  106. "nplurals=1; plural=0;");