ko.i18n.json 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  1. {
  2. "accept": "확인",
  3. "act-activity-notify": "활동 알림",
  4. "act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  5. "act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  6. "act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  7. "act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  8. "act-addedLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  9. "act-removeLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  10. "act-removedLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  11. "act-addChecklist": "added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  12. "act-addChecklistItem": "added checklist item __checklistItem__ to checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  13. "act-removeChecklist": "removed checklist __checklist__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  14. "act-removeChecklistItem": "removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  15. "act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  16. "act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  17. "act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  18. "act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  19. "act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
  20. "act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
  21. "act-deleteComment": "deleted comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
  22. "act-createBoard": "보드 __board__ 생성됨",
  23. "act-createSwimlane": "created swimlane __swimlane__ to board __board__",
  24. "act-createCard": "created card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
  25. "act-createCustomField": "created custom field __customField__ at board __board__",
  26. "act-deleteCustomField": "deleted custom field __customField__ at board __board__",
  27. "act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  28. "act-createList": "added list __list__ to board __board__",
  29. "act-addBoardMember": "added member __member__ to board __board__",
  30. "act-archivedBoard": "Board __board__ moved to Archive",
  31. "act-archivedCard": "Card __card__ at list __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
  32. "act-archivedList": "List __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
  33. "act-archivedSwimlane": "Swimlane __swimlane__ at board __board__ moved to Archive",
  34. "act-importBoard": "보드 __board__ 불러옴",
  35. "act-importCard": "imported card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
  36. "act-importList": "imported list __list__ to swimlane __swimlane__ at board __board__",
  37. "act-joinMember": "added member __member__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  38. "act-moveCard": "moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
  39. "act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__",
  40. "act-removeBoardMember": "removed member __member__ from board __board__",
  41. "act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
  42. "act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  43. "act-withBoardTitle": "__board__",
  44. "act-withCardTitle": "[__board__] __card__",
  45. "actions": "동작",
  46. "activities": "활동 내역",
  47. "activity": "활동 상태",
  48. "activity-added": "%s를 %s에 추가함",
  49. "activity-archived": "%s가 저장소로 이동되었습니다.",
  50. "activity-attached": "%s를 %s에 첨부함",
  51. "activity-created": "%s 생성됨",
  52. "activity-customfield-created": "생성된 사용자 정의 필드 %s",
  53. "activity-excluded": "%s를 %s에서 제외함",
  54. "activity-imported": "imported %s into %s from %s",
  55. "activity-imported-board": "imported %s from %s",
  56. "activity-joined": "%s에 참여",
  57. "activity-moved": "%s를 %s에서 %s로 옮김",
  58. "activity-on": "%s에",
  59. "activity-removed": "%s를 %s에서 삭제함",
  60. "activity-sent": "%s를 %s로 보냄",
  61. "activity-unjoined": "%s에서 멤버 해제",
  62. "activity-subtask-added": "%s에 하위 작업을 추가함",
  63. "activity-checked-item": "%s의 체크리스트 %s에서 %s를 체크함",
  64. "activity-unchecked-item": "%s의 체크리스트 %s에서 %s를 체크 해제함",
  65. "activity-checklist-added": "%s에 체크리스트를 추가함",
  66. "activity-checklist-removed": "%s에서 체크리스트를 삭제함",
  67. "activity-checklist-completed": "%s의 %s 체크리스트를 작성함",
  68. "activity-checklist-uncompleted": "완료되지 않은 확인목록 %s 중 %s",
  69. "activity-checklist-item-added": "added checklist item to '%s' in %s",
  70. "activity-checklist-item-removed": "%s내의 '%s' 에서 제거된 확인목록 항목",
  71. "add": "추가",
  72. "activity-checked-item-card": "체크리스트 %s에서 %s가 체크됨",
  73. "activity-unchecked-item-card": "체크리스트 %s에서 %s가 체크 해제됨",
  74. "activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  75. "activity-checklist-uncompleted-card": "완료되지 않은 확인목록 %s",
  76. "activity-editComment": "수정된 댓글",
  77. "activity-deleteComment": "삭제된 댓글",
  78. "activity-receivedDate": "수신 날짜를 %s의 %s로 수정함",
  79. "activity-startDate": "시작 날짜가 %s의 %s로 수정됨",
  80. "activity-dueDate": "마감 날짜가 %s의 %s로 수정됨",
  81. "activity-endDate": "종료 날짜가 %s의 %s로 수정됨",
  82. "add-attachment": "첨부파일 추가",
  83. "add-board": "보드 추가",
  84. "add-template": "템플릿 추가",
  85. "add-card": "카드 추가",
  86. "add-card-to-top-of-list": "리스트 맨앞에 카드를 추가함",
  87. "add-card-to-bottom-of-list": "리스트 맨뒤에 카드를 추가함",
  88. "setListWidthPopup-title": "목록 너비 설정",
  89. "set-list-width": "목록 너비 설정",
  90. "set-list-width-value": "목록 너비 (픽셀)",
  91. "list-width-error-message": "목록 너비는 양수여야 합니다",
  92. "setSwimlaneHeightPopup-title": "Swimlane 높이 설정",
  93. "set-swimlane-height": "Swimlane 높이 설정",
  94. "set-swimlane-height-value": "Swimlane 높이 (픽셀)",
  95. "swimlane-height-error-message": "Swimlane 높이는 양수여야 합니다",
  96. "add-swimlane": "Swimlane 추가",
  97. "add-subtask": "하위 작업을 추가",
  98. "add-checklist": "체크리스트 추가",
  99. "add-checklist-item": "체크리스트에 항목 추가",
  100. "close-add-checklist-item": "Close add an item to checklist form",
  101. "close-edit-checklist-item": "Close edit an item to checklist form",
  102. "convertChecklistItemToCardPopup-title": "카드에 연결",
  103. "add-cover": "미니카드에 표지 이미지 추가",
  104. "add-label": "라벨 추가",
  105. "add-list": "리스트 추가",
  106. "add-after-list": "목록 뒤에 추가",
  107. "add-members": "멤버 추가",
  108. "added": "추가됨",
  109. "addMemberPopup-title": "멤버",
  110. "memberPopup-title": "멤버 설정",
  111. "admin": "관리자",
  112. "admin-desc": "카드를 보거나 수정하고, 멤버를 삭제하고, 보드에 대한 설정을 수정할 수 있습니다.",
  113. "admin-announcement": "공지사항",
  114. "admin-announcement-active": "시스템에 공지사항을 표시합니다",
  115. "admin-announcement-title": "관리자 공지사항 메시지",
  116. "all-boards": "전체 보드",
  117. "and-n-other-card": "__count__ 개의 다른 카드",
  118. "and-n-other-card_plural": "__count__ 개의 다른 카드들",
  119. "apply": "적용",
  120. "app-is-offline": "잠시만 기다려주세요. 페이지 새로고침은 데이터 손실을 일으킬 수 있습니다. 로딩이 완료되지 않으면, 서버가 중지되지 않았는지 확인해주세요.",
  121. "app-try-reconnect": "재접속 시도 중 입니다",
  122. "archive": "보관으로 이동",
  123. "archive-all": "모두 저장소로 이동",
  124. "archive-board": "게시판을 저장소로 이동",
  125. "archive-card": "카드를 저장소로 이동",
  126. "archive-list": "목록을 저장소로 이동",
  127. "archive-swimlane": "swimlane 을 저장소로 이동",
  128. "archive-selection": "선택 항목을 저장소로 이동",
  129. "archiveBoardPopup-title": "게시판을 저장소로 이동할까요?",
  130. "archived-items": "보관",
  131. "archived-boards": "보관 중인 보드",
  132. "restore-board": "보드 복구",
  133. "no-archived-boards": "보관 중인 보드 없음.",
  134. "archives": "보관",
  135. "template": "템플릿",
  136. "templates": "템플릿",
  137. "template-container": "템플릿 컨테이너",
  138. "add-template-container": "템플릿 컨테이너 추가",
  139. "assign-member": "멤버 지정",
  140. "attached": "첨부됨",
  141. "attachment": "첨부 파일",
  142. "attachment-delete-pop": "영구 첨부파일을 삭제합니다. 되돌릴 수 없습니다.",
  143. "attachmentDeletePopup-title": "첨부 파일을 삭제합니까?",
  144. "attachments": "첨부 파일",
  145. "auto-watch": "생성한 보드를 자동으로 감시합니다.",
  146. "avatar-too-big": "아바타가 너무 큽니다 (__size__ max)",
  147. "back": "뒤로",
  148. "board-change-color": "보드 색 변경",
  149. "board-change-background-image": "배경 이미지 변경",
  150. "board-background-image-url": "배경 이미지 URL",
  151. "add-background-image": "배경 이미지 추가",
  152. "remove-background-image": "배경 이미지 제거",
  153. "show-at-all-boards-page" : "모든 게시판 페이지에서 보이기",
  154. "board-info-on-my-boards" : "모든 게시판 설정",
  155. "boardInfoOnMyBoardsPopup-title" : "모든 게시판 설정",
  156. "boardInfoOnMyBoards-title": "모든 게시판 설정",
  157. "show-card-counter-per-list": "목록 당 표시할 카드 수",
  158. "show-board_members-avatar": "게시판 회원 아바타 표시",
  159. "board-nb-stars": "%s개의 별",
  160. "board-not-found": "보드를 찾을 수 없습니다",
  161. "board-private-info": "이 보드는 <strong>비공개</strong>입니다.",
  162. "board-public-info": "이 보드는 <strong>공개</strong>로 설정됩니다",
  163. "board-drag-drop-reorder-or-click-open": "보드 아이콘 순서를 변경하려면 끌어서 놓으십시오. 보드를 열려면 보드 아이콘을 클릭하세요.",
  164. "boardChangeColorPopup-title": "보드 배경 변경",
  165. "boardChangeBackgroundImagePopup-title": "배경 이미지 변경",
  166. "allBoardsChangeColorPopup-title": "보드 색 변경",
  167. "allBoardsChangeBackgroundImagePopup-title": "배경 이미지 변경",
  168. "boardChangeTitlePopup-title": "보드 이름 바꾸기",
  169. "boardChangeVisibilityPopup-title": "표시 여부 변경",
  170. "boardChangeWatchPopup-title": "감시상태 변경",
  171. "boardMenuPopup-title": "보드 메뉴",
  172. "allBoardsMenuPopup-title": "설정",
  173. "boardChangeViewPopup-title": "보드 화면",
  174. "boards": "보드",
  175. "board-view": "보드 화면",
  176. "board-view-cal": "달력",
  177. "board-view-swimlanes": "Swimlanes",
  178. "board-view-collapse": "접기",
  179. "board-view-gantt": "간트",
  180. "board-view-lists": "목록들",
  181. "bucket-example": "예: “프로젝트 이름“ 입력",
  182. "cancel": "취소",
  183. "card-archived": "이 카드는 보관함으로 이동 되었습니다.",
  184. "board-archived": "이 보드는 보관함으로 이동 되었습니다.",
  185. "card-comments-title": "이 카드에 %s 코멘트가 있습니다.",
  186. "card-delete-notice": "영구 삭제입니다. 이 카드와 관련된 모든 작업들을 잃게됩니다.",
  187. "card-delete-pop": "모든 작업이 활동 내역에서 제거되며 카드를 다시 열 수 없습니다. 복구가 안되니 주의하시기 바랍니다.",
  188. "card-delete-suggest-archive": "카드를 저장소로 이동하여 보드에서 제거하고 활동을 계속할 수 있습니다.",
  189. "card-archive-pop": "카드를 저장소에 보관한 후 이 리스트에서 카드가 보이지 않을 것입니다.",
  190. "card-archive-suggest-cancel": "나중에 저장소에서 카드를 다시 불러올 수 있습니다.",
  191. "card-due": "마감기한",
  192. "card-due-on": "종료일",
  193. "card-spent": "Spent Time",
  194. "card-edit-attachments": "첨부 파일 수정",
  195. "card-edit-custom-fields": "사용자정의 항목 수정",
  196. "card-edit-labels": "라벨 수정",
  197. "card-edit-members": "멤버 수정",
  198. "card-labels-title": "카드의 라벨 변경.",
  199. "card-members-title": "카드에서 보드의 멤버를 추가하거나 삭제합니다.",
  200. "card-start": "시작일",
  201. "card-start-on": "시작일",
  202. "cardAttachmentsPopup-title": "첨부 파일",
  203. "cardCustomField-datePopup-title": "날짜 변경",
  204. "cardCustomFieldsPopup-title": "사용자정의 항목 수정",
  205. "cardStartVotingPopup-title": "투표 시작",
  206. "positiveVoteMembersPopup-title": "지지자",
  207. "negativeVoteMembersPopup-title": "반대자",
  208. "card-edit-voting": "투표 수정",
  209. "editVoteEndDatePopup-title": "투표 종료 날짜 변경",
  210. "allowNonBoardMembers": "로그인 한 모든 사용자 허용",
  211. "vote-question": "투표 질문",
  212. "vote-public": "누가 무엇에 투표했는지 표시",
  213. "vote-for-it": "for it",
  214. "vote-against": "against",
  215. "deleteVotePopup-title": "투표를 삭제합니까?",
  216. "vote-delete-pop": "이 투표와 관련된 모든 정보를 영구적으로 잃게 됩니다.",
  217. "cardStartPlanningPokerPopup-title": "Start a Planning Poker",
  218. "card-edit-planning-poker": "Edit Planning Poker",
  219. "editPokerEndDatePopup-title": "Change Planning Poker vote end date",
  220. "poker-question": "Planning Poker",
  221. "poker-one": "1",
  222. "poker-two": "2",
  223. "poker-three": "3",
  224. "poker-five": "5",
  225. "poker-eight": "8",
  226. "poker-thirteen": "13",
  227. "poker-twenty": "20",
  228. "poker-forty": "40",
  229. "poker-oneHundred": "100",
  230. "poker-unsure": "?",
  231. "poker-finish": "완료",
  232. "poker-result-votes": "투표",
  233. "poker-result-who": "누구",
  234. "poker-replay": "다시하기",
  235. "set-estimation": "Set Estimation",
  236. "deletePokerPopup-title": "Delete planning poker?",
  237. "poker-delete-pop": "이 포커와 관련된 모든 정보를 영구적으로 잃게 됩니다.",
  238. "cardDeletePopup-title": "카드를 삭제합니까?",
  239. "cardArchivePopup-title": "카드를 보관합니까?",
  240. "cardDetailsActionsPopup-title": "카드 액션",
  241. "cardLabelsPopup-title": "라벨",
  242. "cardMembersPopup-title": "멤버",
  243. "cardMorePopup-title": "더보기",
  244. "cardTemplatePopup-title": "템플릿 생성",
  245. "cards": "카드",
  246. "cards-count": "카드",
  247. "cards-count-one": "카드",
  248. "casSignIn": "CAS로 로그인",
  249. "cardType-card": "카드",
  250. "cardType-linkedCard": "연결된 카드",
  251. "cardType-linkedBoard": "연결된 보드",
  252. "change": "변경",
  253. "change-avatar": "아바타 변경",
  254. "change-password": "암호 변경",
  255. "change-permissions": "권한 변경",
  256. "change-settings": "설정 변경",
  257. "changeAvatarPopup-title": "아바타 변경",
  258. "changeLanguagePopup-title": "언어 변경",
  259. "changePasswordPopup-title": "암호 변경",
  260. "changePermissionsPopup-title": "권한 변경",
  261. "changeSettingsPopup-title": "설정 변경",
  262. "subtasks": "하위태스크",
  263. "checklists": "체크리스트",
  264. "click-to-star": "보드에 별 추가.",
  265. "click-to-unstar": "보드에 별 삭제.",
  266. "clipboard": "클립보드 또는 드래그 앤 드롭",
  267. "close": "닫기",
  268. "close-board": "보드 닫기",
  269. "close-board-pop": "홈 헤더에서 \"Archive\" 버튼을 클릭하여 보드를 복원할 수 있습니다.",
  270. "close-card": "종료된 카드",
  271. "color-black": "블랙",
  272. "color-blue": "블루",
  273. "color-crimson": "진홍색",
  274. "color-darkgreen": "암녹색",
  275. "color-gold": "금색",
  276. "color-gray": "회색",
  277. "color-green": "그린",
  278. "color-indigo": "인디고",
  279. "color-lime": "라임",
  280. "color-magenta": "자홍색",
  281. "color-mistyrose": "미스티로즈",
  282. "color-navy": "남색",
  283. "color-orange": "오렌지",
  284. "color-paleturquoise": "청록색",
  285. "color-peachpuff": "피치퍼프",
  286. "color-pink": "핑크",
  287. "color-plum": "진자주색",
  288. "color-purple": "퍼플",
  289. "color-red": "레드",
  290. "color-saddlebrown": "새들브라운",
  291. "color-silver": "은",
  292. "color-sky": "스카이",
  293. "color-slateblue": "슬레이트블루",
  294. "color-white": "흰색",
  295. "color-yellow": "옐로우",
  296. "unset-color": "Unset",
  297. "comment": "댓글",
  298. "comment-placeholder": "댓글 입력",
  299. "comment-only": "댓글만 입력 가능",
  300. "comment-only-desc": "카드에 댓글만 달수 있습니다.",
  301. "comment-delete": "댓글을 삭제하시겠습니까?",
  302. "deleteCommentPopup-title": "댓글을 삭제하시겠습니까?",
  303. "no-comments": "댓글 없음",
  304. "no-comments-desc": "댓글과 활동내역을 볼 수 없습니다.",
  305. "worker": "노동자",
  306. "worker-desc": "Can only move cards, assign itself to card and comment.",
  307. "computer": "내 컴퓨터",
  308. "confirm-subtask-delete-popup": "Are you sure you want to delete subtask?",
  309. "confirm-checklist-delete-popup": "체크리스트를 삭제하시겠습니까?",
  310. "subtaskDeletePopup-title": "하위태스크를 삭제합니까?",
  311. "checklistDeletePopup-title": "체크리스트를 삭제합니까?",
  312. "copy-card-link-to-clipboard": "클립보드에 카드의 링크가 복사되었습니다.",
  313. "copy-text-to-clipboard": "텍스트를 클립보드에 복사합니다",
  314. "linkCardPopup-title": "카드 연결",
  315. "searchElementPopup-title": "검색",
  316. "copyCardPopup-title": "카드 복사",
  317. "copyManyCardsPopup-title": "여러 카드에 템플릿 복사",
  318. "copyManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
  319. "copyManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
  320. "create": "생성",
  321. "createBoardPopup-title": "보드 생성",
  322. "chooseBoardSourcePopup-title": "보드 가져오기",
  323. "createLabelPopup-title": "라벨 생성",
  324. "createCustomField": "필드 생성",
  325. "createCustomFieldPopup-title": "필드 생성",
  326. "current": "경향",
  327. "custom-field-delete-pop": "There is no undo. This will remove this custom field from all cards and destroy its history.",
  328. "custom-field-checkbox": "체크 박스",
  329. "custom-field-currency": "통화",
  330. "custom-field-currency-option": "통화 코드",
  331. "custom-field-date": "날짜",
  332. "custom-field-dropdown": "드롭다운 목록",
  333. "custom-field-dropdown-none": "(없음)",
  334. "custom-field-dropdown-options": "목록 선택항목",
  335. "custom-field-dropdown-options-placeholder": "더 많은 선택항목을 추가하려면 엔터를 누르세요",
  336. "custom-field-dropdown-unknown": "(알수없음)",
  337. "custom-field-number": "숫자",
  338. "custom-field-text": "텍스트",
  339. "custom-fields": "사용자정의 항목",
  340. "date": "날짜",
  341. "decline": "쇠퇴",
  342. "default-avatar": "기본 아바타",
  343. "delete": "삭제",
  344. "deleteCustomFieldPopup-title": "사용자정의 항목을 삭제합니까?",
  345. "deleteLabelPopup-title": "라벨을 삭제합니까?",
  346. "description": "설명",
  347. "disambiguateMultiLabelPopup-title": "라벨 액션의 모호성 제거",
  348. "disambiguateMultiMemberPopup-title": "멤버 액션의 모호성 제거",
  349. "discard": "포기",
  350. "done": "완료",
  351. "download": "다운로드",
  352. "edit": "수정",
  353. "edit-avatar": "아바타 변경",
  354. "edit-profile": "프로필 변경",
  355. "edit-wip-limit": "WIP 제한 변경",
  356. "soft-wip-limit": "원만한 WIP 제한",
  357. "editCardStartDatePopup-title": "시작일 변경",
  358. "editCardDueDatePopup-title": "종료일 변경",
  359. "editCustomFieldPopup-title": "필드 수정",
  360. "addReactionPopup-title": "반응 추가",
  361. "editCardSpentTimePopup-title": "Change spent time",
  362. "editLabelPopup-title": "라벨 변경",
  363. "editNotificationPopup-title": "알림 수정",
  364. "editProfilePopup-title": "프로필 변경",
  365. "email": "이메일",
  366. "email-enrollAccount-subject": "__siteName__에 계정 생성이 완료되었습니다.",
  367. "email-enrollAccount-text": "안녕하세요. __user__님,\n\n시작하려면 아래링크를 클릭해 주세요.\n\n__url__\n\n감사합니다.",
  368. "email-fail": "이메일 전송 실패",
  369. "email-fail-text": "Error trying to send email",
  370. "email-invalid": "잘못된 이메일 주소",
  371. "email-invite": "이메일로 초대",
  372. "email-invite-subject": "\"__inviter__ 님이 당신에게 초대장을 보냈습니다.",
  373. "email-invite-text": "__user__님,\n\n__inviter__님이 협업을 위해 \"__board__\"보드에 가입하도록 초대하셨습니다.\n\n아래 링크를 클릭해주십시오.\n\n__url__\n\n감사합니다.",
  374. "email-resetPassword-subject": "패스워드 초기화: __siteName__",
  375. "email-resetPassword-text": "안녕하세요 __user__님,\n\n비밀번호를 재설정하려면 아래 링크를 클릭하십시오.\n\n__url__\n\n감사합니다.",
  376. "email-sent": "이메일 전송",
  377. "email-verifyEmail-subject": "이메일 인증: __siteName__",
  378. "email-verifyEmail-text": "안녕하세요. __user__님,\n\n당신의 계정과 이메일을 활성하려면 아래 링크를 클릭하십시오.\n\n__url__\n\n감사합니다.",
  379. "enable-wip-limit": "WIP 제한 활성화",
  380. "error-board-doesNotExist": "보드가 없습니다.",
  381. "error-board-notAdmin": "이 작업은 보드의 관리자만 실행할 수 있습니다.",
  382. "error-board-notAMember": "이 작업은 보드의 멤버만 실행할 수 있습니다.",
  383. "error-json-malformed": "텍스트가 JSON 형식에 유효하지 않습니다.",
  384. "error-json-schema": "JSON 데이터에 정보가 올바른 형식으로 포함되어 있지 않습니다.",
  385. "error-csv-schema": "CSV(쉼표로 구분된 값)/TSV(탭으로 구분된 값)에 올바른 형식의 적절한 정보가 포함되어 있지 않습니다.",
  386. "error-list-doesNotExist": "목록이 없습니다.",
  387. "error-user-doesNotExist": "멤버의 정보가 없습니다.",
  388. "error-user-notAllowSelf": "자기 자신을 초대할 수 없습니다.",
  389. "error-user-notCreated": "유저가 생성되지 않았습니다.",
  390. "error-username-taken": "중복된 아이디 입니다.",
  391. "error-orgname-taken": "중복된 조직 이름입니다.",
  392. "error-teamname-taken": "중복된 팀 이름입니다.",
  393. "error-email-taken": "Email has already been taken",
  394. "export-board": "보드 내보내기",
  395. "export-board-json": "보드를 JSON 형태로 내보내기",
  396. "export-board-csv": "보드를 CSV 형태로 내보내기",
  397. "export-board-tsv": "보드를 TSV 형태로 내보내기",
  398. "export-board-excel": "보드를 엑셀로 내보내기",
  399. "user-can-not-export-excel": "엑셀로 내보낼 수 없습니다.",
  400. "export-board-html": "보드를 HTML 형태로 내보내기",
  401. "export-card": "카드 내보내기",
  402. "export-card-pdf": "카드를 PDF 형태로 내보내기",
  403. "user-can-not-export-card-to-pdf": "카드를 PDF 형태로 내보낼 수 없습니다.",
  404. "exportBoardPopup-title": "보드 내보내기",
  405. "exportCardPopup-title": "카드 내보내기",
  406. "sort": "분류",
  407. "sorted": "정렬됨",
  408. "remove-sort": "정렬 제거",
  409. "sort-desc": "목록 정렬을 하려면 클릭",
  410. "list-sort-by": "다음으로 목록 정렬:",
  411. "list-label-modifiedAt": "최근 접근 시간",
  412. "list-label-title": "리스트 이름",
  413. "list-label-sort": "수동 순서",
  414. "list-label-short-modifiedAt": "(L)",
  415. "list-label-short-title": "(N)",
  416. "list-label-short-sort": "(M)",
  417. "filter": "필터",
  418. "filter-cards": "카드 또는 목록 필터",
  419. "filter-dates-label": "날짜로 필터링",
  420. "filter-no-due-date": "마감일 없음",
  421. "filter-overdue": "기한초과",
  422. "filter-due-today": "오늘까지",
  423. "filter-due-this-week": "이번 주까지",
  424. "filter-due-next-week": "다음 주 마감",
  425. "filter-due-tomorrow": "내일까지",
  426. "list-filter-label": "제목으로 목록 필터",
  427. "filter-clear": "필터 초기화",
  428. "filter-labels-label": "라벨로 필터",
  429. "filter-no-label": "라벨 없음",
  430. "filter-member-label": "구성원으로 필터",
  431. "filter-no-member": "멤버 없음",
  432. "filter-assignee-label": "확인자로 필터",
  433. "filter-no-assignee": "확인자 없음",
  434. "filter-custom-fields-label": "사용자정의 항목으로 필터",
  435. "filter-no-custom-fields": "사용자정의 항목 없음",
  436. "filter-show-archive": "Show archived lists",
  437. "filter-hide-empty": "빈 목록 숨기기",
  438. "filter-on": "필터 사용",
  439. "filter-on-desc": "보드에서 카드를 필터링합니다. 여기를 클릭하여 필터를 수정합니다.",
  440. "filter-to-selection": "선택 항목으로 필터링",
  441. "other-filters-label": "그 밖의 필터",
  442. "advanced-filter-label": "고급 필터",
  443. "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\\\/) to be skipped, you can use \\\\. For example: Field1 == I\\\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
  444. "fullname": "실명",
  445. "header-logo-title": "보드 페이지로 돌아가기.",
  446. "hide-system-messages": "시스템 메시지 숨기기",
  447. "headerBarCreateBoardPopup-title": "보드 생성",
  448. "home": "홈",
  449. "import": "가져오기",
  450. "impersonate-user": "사용자 사칭",
  451. "link": "링크",
  452. "import-board": "보드 가져오기",
  453. "import-board-c": "보드 가져오기",
  454. "import-board-title-trello": "Trello에서 보드 가져오기",
  455. "import-board-title-wekan": "이전 불러오기에서 보드 불러오기",
  456. "import-board-title-csv": "CSV/TSV 파일을 보드로 가져오기",
  457. "from-trello": "From Trello",
  458. "from-wekan": "이전 불러오기에서",
  459. "from-csv": "CSV/TSV 에서",
  460. "import-board-instruction-trello": "Trello 게시판에서 'Menu' -> 'More' -> 'Print and Export', 'Export JSON' 선택하여 텍스트 결과값 복사",
  461. "import-board-instruction-csv": "쉼표로 구분된 값(CSV)/탭으로 구분된 값(TSV) 븥여넣기.",
  462. "import-board-instruction-wekan": "보드에서 '메뉴', '보드 내보내기' 를 실행하고, 다운로드한 파일의 텍스트를 복사합니다.",
  463. "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
  464. "import-json-placeholder": "유효한 JSON 데이터를 여기에 붙여 넣으십시오.",
  465. "import-csv-placeholder": "유효한 CSV/TSV 정보를 붙여 넣으십시오.",
  466. "import-map-members": "보드 멤버들",
  467. "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
  468. "import-members-map-note": "Note: Unmapped members will be assigned to the current user.",
  469. "import-show-user-mapping": "멤버 매핑 미리보기",
  470. "import-user-select": "이 멤버로 사용할 기존 사용자를 선택하십시오.",
  471. "importMapMembersAddPopup-title": "멤버 선택",
  472. "info": "Version",
  473. "initials": "이니셜",
  474. "invalid-date": "적절하지 않은 날짜",
  475. "invalid-time": "적절하지 않은 시각",
  476. "invalid-user": "적절하지 않은 사용자",
  477. "joined": "참가함",
  478. "just-invited": "보드에 방금 초대되었습니다.",
  479. "keyboard-shortcuts": "키보드 단축키",
  480. "label-create": "라벨 생성",
  481. "label-default": "%s 라벨 (기본)",
  482. "label-delete-pop": "되돌릴 수 없습니다. 모든 카드에서 라벨을 제거하고, 이력을 제거합니다.",
  483. "labels": "라벨",
  484. "language": "언어",
  485. "last-admin-desc": "적어도 하나의 관리자가 필요하기에 이 역할을 변경할 수 없습니다.",
  486. "leave-board": "보드 멤버에서 나가기",
  487. "leave-board-pop": "Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.",
  488. "leaveBoardPopup-title": "Leave Board ?",
  489. "link-card": "카드에대한 링크",
  490. "list-archive-cards": "리스트의 모든 카드를 저장소로 이동",
  491. "list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.",
  492. "list-move-cards": "목록에 있는 모든 카드를 이동",
  493. "list-select-cards": "목록에 있는 모든 카드를 선택",
  494. "set-color-list": "색 설정",
  495. "listActionPopup-title": "동작 목록",
  496. "settingsUserPopup-title": "사용자 설정",
  497. "settingsTeamPopup-title": "팀 설정",
  498. "settingsOrgPopup-title": "조직 설정",
  499. "swimlaneActionPopup-title": "Swimlane Actions",
  500. "swimlaneAddPopup-title": "Add a Swimlane below",
  501. "listImportCardPopup-title": "Trello 카드 가져 오기",
  502. "listImportCardsTsvPopup-title": "엑셀 CSV/TSV 불러오기",
  503. "listMorePopup-title": "더보기",
  504. "link-list": "이 리스트에 링크",
  505. "list-delete-pop": "모든 작업이 활동내역에서 제거되며 리스트를 복구 할 수 없습니다. 실행 취소는 불가능 합니다.",
  506. "list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
  507. "lists": "목록들",
  508. "swimlanes": "Swimlanes",
  509. "log-out": "로그아웃",
  510. "log-in": "로그인",
  511. "loginPopup-title": "로그인",
  512. "memberMenuPopup-title": "멤버 설정",
  513. "members": "멤버",
  514. "menu": "메뉴",
  515. "move-selection": "선택 항목 이동",
  516. "moveCardPopup-title": "카드 이동",
  517. "moveCardToBottom-title": "최하단으로 이동",
  518. "moveCardToTop-title": "최상단으로 이동",
  519. "moveSelectionPopup-title": "선택 항목 이동",
  520. "multi-selection": "다중 선택",
  521. "multi-selection-label": "선택에 대한 라벨 설정",
  522. "multi-selection-member": "선택에 대한 구성원 설정",
  523. "multi-selection-on": "다중 선택 사용",
  524. "muted": "알림 해제",
  525. "muted-info": "보드의 변경된 사항들의 알림을 받지 않습니다.",
  526. "my-boards": "내 보드",
  527. "name": "이름",
  528. "no-archived-cards": "보관 중인 카드 없음.",
  529. "no-archived-lists": "보관중인 목록 없음.",
  530. "no-archived-swimlanes": "No swimlanes in Archive.",
  531. "no-results": "결과 값 없음",
  532. "normal": "표준",
  533. "normal-desc": "카드를 보거나 수정할 수 있습니다. 설정값은 변경할 수 없습니다.",
  534. "not-accepted-yet": "초대장이 수락되지 않았습니다.",
  535. "notify-participate": "Receive updates to any cards you participate as creator or member",
  536. "notify-watch": "감시중인 보드, 목록 또는 카드에 대한 변경사항 알림 받음",
  537. "optional": "옵션",
  538. "or": "또는",
  539. "page-maybe-private": "이 페이지를 비공개일 수 있습니다. 이것을 보고 싶으면 <a href='%s'>로그인</a>을 하십시오.",
  540. "page-not-found": "페이지를 찾지 못 했습니다",
  541. "password": "암호",
  542. "paste-or-dragdrop": "이미지 파일을 붙여 넣거나 드래그 앤 드롭 (이미지 전용)",
  543. "participating": "참여",
  544. "preview": "미리보기",
  545. "previewAttachedImagePopup-title": "미리보기",
  546. "previewClipboardImagePopup-title": "미리보기",
  547. "private": "비공개",
  548. "private-desc": "비공개된 보드입니다. 오직 보드에 추가된 사람들만 보고 수정할 수 있습니다",
  549. "profile": "프로파일",
  550. "public": "공개",
  551. "public-desc": "공개된 보드입니다. 링크를 가진 모든 사람과 구글과 같은 검색 엔진에서 찾아서 볼수 있습니다. 보드에 추가된 사람들만 수정이 가능합니다.",
  552. "quick-access-description": "여기에 바로 가기를 추가하려면 보드에 별 표시를 체크하세요.",
  553. "remove-cover": "미니카드에서 표지 이미지 추가",
  554. "remove-from-board": "보드에서 제거",
  555. "remove-label": "라벨 제거",
  556. "listDeletePopup-title": "리스트를 삭제합니까?",
  557. "remove-member": "멤버 제거",
  558. "remove-member-from-card": "카드에서 제거",
  559. "remove-member-pop": "__boardTitle__에서 __name__(__username__) 을 제거합니까? 이 보드의 모든 카드에서 제거됩니다. 해당 내용을 __name__(__username__) 은(는) 알림으로 받게됩니다.",
  560. "removeMemberPopup-title": "멤버를 제거합니까?",
  561. "rename": "새이름",
  562. "rename-board": "보드 이름 바꾸기",
  563. "restore": "복구",
  564. "rescue-card-description": "Show rescue dialogue before closing for unsaved card descriptions",
  565. "rescue-card-description-dialogue": "Overwrite current card description with your changes?",
  566. "save": "저장",
  567. "search": "검색",
  568. "rules": "규칙",
  569. "search-cards": "Search from card/list titles, descriptions and custom fields on this board",
  570. "search-example": "검색할 텍스트를 입력하고 Enter 를 누르세요.",
  571. "select-color": "색 선택",
  572. "select-board": "보드 선택",
  573. "set-wip-limit-value": "Set a limit for the maximum number of tasks in this list",
  574. "setWipLimitPopup-title": "Set WIP Limit",
  575. "shortcut-assign-self": "현재 카드에 자신을 지정하세요.",
  576. "shortcut-autocomplete-emoji": "이모티콘 자동완성",
  577. "shortcut-autocomplete-members": "멤버 자동완성",
  578. "shortcut-clear-filters": "모든 필터 초기화",
  579. "shortcut-close-dialog": "대화 상자 닫기",
  580. "shortcut-filter-my-cards": "내 카드 필터링",
  581. "shortcut-show-shortcuts": "바로가기 목록을 가져오십시오.",
  582. "shortcut-toggle-filterbar": "토글 필터 사이드바",
  583. "shortcut-toggle-searchbar": "검색 사이드바 전환",
  584. "shortcut-toggle-sidebar": "보드 사이드바 토글",
  585. "show-cards-minimum-count": "목록에 카드 수량 표시(입력된 수량 넘을 경우 표시)",
  586. "sidebar-open": "사이드바 열기",
  587. "sidebar-close": "사이드바 닫기",
  588. "signupPopup-title": "계정 생성",
  589. "star-board-title": "보드에 별 표시를 클릭합니다. 보드 목록에서 최상위로 둘 수 있습니다.",
  590. "starred-boards": "별표된 보드",
  591. "starred-boards-description": "별 표시된 보드들은 보드 목록의 최상단에서 보입니다.",
  592. "subscribe": "구독",
  593. "team": "팀",
  594. "this-board": "보드",
  595. "this-card": "카드",
  596. "spent-time-hours": "Spent time (hours)",
  597. "overtime-hours": "Overtime (hours)",
  598. "overtime": "Overtime",
  599. "has-overtime-cards": "Has overtime cards",
  600. "has-spenttime-cards": "Has spent time cards",
  601. "time": "시간",
  602. "title": "제목",
  603. "toggle-labels": "카드에 대해 1-9 라벨로 전환합니다. 복수-선택은 1-9 라벨을 추가합니다",
  604. "remove-labels-multiselect": "복수-선택은 1-9 라벨을 제거합니다",
  605. "tracking": "추적",
  606. "tracking-info": "보드 생성자 또는 멤버로 참여하는 모든 카드에 대한 변경사항 알림 받음",
  607. "type": "타입",
  608. "unassign-member": "멤버 할당 해제",
  609. "unsaved-description": "저장되지 않은 설명이 있습니다.",
  610. "unwatch": "감시 해제",
  611. "upload": "업로드",
  612. "upload-avatar": "아바타 업로드",
  613. "uploaded-avatar": "업로드한 아바타",
  614. "custom-top-left-corner-logo-image-url": "상단 왼쪽 구석 로고 이미지 URL 사용자정의",
  615. "custom-top-left-corner-logo-link-url": "상단 왼쪽 구석 로고 링크 URL 사용자정의",
  616. "custom-top-left-corner-logo-height": "상단 왼쪽 구석 로고 높이 사용자정의. 기본: 27",
  617. "custom-login-logo-image-url": "로그인 로고 이미지 URL 사용자정의",
  618. "custom-login-logo-link-url": "로그인 로고 링크 URL 사용자정의",
  619. "custom-help-link-url": "도움말 링크 URL 사용자정의",
  620. "text-below-custom-login-logo": "사용자정의 로그인 로고 아래 텍스트",
  621. "automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
  622. "username": "아이디",
  623. "import-usernames": "사용자명 불러오기",
  624. "view-it": "보기",
  625. "warn-list-archived": "경고: 이 카드는 아카이브의 하나의 목록에 들어있음",
  626. "watch": "감시",
  627. "watching": "감시 중",
  628. "watching-info": "\"이 보드의 변경사항을 알림으로 받습니다.",
  629. "welcome-board": "보드예제",
  630. "welcome-swimlane": "마일스톤 1",
  631. "welcome-list1": "신규",
  632. "welcome-list2": "진행",
  633. "card-templates-swimlane": "카드 템플릿",
  634. "list-templates-swimlane": "목록 템플릿",
  635. "board-templates-swimlane": "보드 템플릿",
  636. "what-to-do": "무엇을 하고 싶으신가요?",
  637. "wipLimitErrorPopup-title": "Invalid WIP Limit",
  638. "wipLimitErrorPopup-dialog-pt1": "The number of tasks in this list is higher than the WIP limit you've defined.",
  639. "wipLimitErrorPopup-dialog-pt2": "Please move some tasks out of this list, or set a higher WIP limit.",
  640. "admin-panel": "관리자 패널",
  641. "settings": "설정",
  642. "people": "사람",
  643. "registration": "회원가입",
  644. "disable-self-registration": "일반 유저의 회원 가입 막기",
  645. "disable-forgot-password": "Disable Forgot Password",
  646. "invite": "초대",
  647. "invite-people": "사람 초대",
  648. "to-boards": "보드로 부터",
  649. "email-addresses": "이메일 주소",
  650. "smtp-host-description": "이메일을 처리하는 SMTP 서버의 주소입니다.",
  651. "smtp-port-description": "SMTP 서버가 보내는 전자 메일에 사용하는 포트입니다.",
  652. "smtp-tls-description": "SMTP 서버에 TLS 지원 사용",
  653. "smtp-host": "SMTP 호스트",
  654. "smtp-port": "SMTP 포트",
  655. "smtp-username": "아이디",
  656. "smtp-password": "암호",
  657. "smtp-tls": "TLS 지원",
  658. "send-from": "보낸 사람",
  659. "send-smtp-test": "Send a test email to yourself",
  660. "invitation-code": "초대 코드",
  661. "email-invite-register-subject": "\"__inviter__ 님이 당신에게 초대장을 보냈습니다.",
  662. "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
  663. "email-smtp-test-subject": "SMTP 테스트 이메일",
  664. "email-smtp-test-text": "테스트 메일을 성공적으로 발송하였습니다.",
  665. "error-invitation-code-not-exist": "초대 코드가 존재하지 않습니다.",
  666. "error-notAuthorized": "이 페이지를 볼 수있는 권한이 없습니다.",
  667. "webhook-title": "Webhook Name",
  668. "webhook-token": "Token (Optional for Authentication)",
  669. "outgoing-webhooks": "Outgoing Webhooks",
  670. "bidirectional-webhooks": "Two-Way Webhooks",
  671. "outgoingWebhooksPopup-title": "Outgoing Webhooks",
  672. "boardCardTitlePopup-title": "Card Title Filter",
  673. "disable-webhook": "Disable This Webhook",
  674. "global-webhook": "Global Webhooks",
  675. "new-outgoing-webhook": "New Outgoing Webhook",
  676. "no-name": "(Unknown)",
  677. "Node_version": "Node version",
  678. "Meteor_version": "Meteor 버전",
  679. "MongoDB_version": "MongoDB 버전",
  680. "MongoDB_storage_engine": "MongoDB storage engine",
  681. "MongoDB_Oplog_enabled": "MongoDB Oplog 허용됨",
  682. "OS_Arch": "OS Arch",
  683. "OS_Cpus": "OS CPU Count",
  684. "OS_Freemem": "OS Free Memory",
  685. "OS_Loadavg": "OS Load Average",
  686. "OS_Platform": "OS Platform",
  687. "OS_Release": "OS Release",
  688. "OS_Totalmem": "OS Total Memory",
  689. "OS_Type": "OS Type",
  690. "OS_Uptime": "OS Uptime",
  691. "days": "days",
  692. "hours": "hours",
  693. "minutes": "minutes",
  694. "seconds": "seconds",
  695. "show-field-on-card": "Show this field on card",
  696. "automatically-field-on-card": "Add field to new cards",
  697. "always-field-on-card": "Add field to all cards",
  698. "showLabel-field-on-card": "Show field label on minicard",
  699. "showSum-field-on-list": "Show sum of fields at top of list",
  700. "yes": "Yes",
  701. "no": "No",
  702. "accounts": "Accounts",
  703. "accounts-allowEmailChange": "Allow Email Change",
  704. "accounts-allowUserNameChange": "유저 이름 변경 허용",
  705. "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only",
  706. "tableVisibilityMode" : "Boards visibility",
  707. "createdAt": "Created at",
  708. "modifiedAt": "에 변경됨",
  709. "verified": "Verified",
  710. "active": "Active",
  711. "card-received": "수신됨",
  712. "card-received-on": "에 받음",
  713. "card-end": "종료일",
  714. "card-end-on": "에 끝남",
  715. "editCardReceivedDatePopup-title": "Change received date",
  716. "editCardEndDatePopup-title": "Change end date",
  717. "setCardColorPopup-title": "색 설정",
  718. "setCardActionsColorPopup-title": "색상 선택",
  719. "setSwimlaneColorPopup-title": "색상 선택",
  720. "setListColorPopup-title": "색상 선택",
  721. "assigned-by": "Assigned By",
  722. "requested-by": "Requested By",
  723. "card-sorting-by-number": "카드를 숫자로 정렬",
  724. "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
  725. "delete-board-confirm-popup": "모든 목록, 카드, 레이블 및 활동이 삭제되고 보드 내용을 복구할 수 없습니다. 실행 취소는 불가능합니다.",
  726. "boardDeletePopup-title": "보드 삭제?",
  727. "delete-board": "보드 삭제",
  728. "default-subtasks-board": "Subtasks for __board__ board",
  729. "default": "기본",
  730. "defaultdefault": "기본",
  731. "queue": "큐",
  732. "subtask-settings": "Subtasks Settings",
  733. "card-settings": "카드 설정",
  734. "minicard-settings": "Minicard Settings",
  735. "boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
  736. "boardCardSettingsPopup-title": "카드 설정",
  737. "boardMinicardSettingsPopup-title": "Minicard Settings",
  738. "deposit-subtasks-board": "Deposit subtasks to this board:",
  739. "deposit-subtasks-list": "Landing list for subtasks deposited here:",
  740. "show-parent-in-minicard": "Show parent in minicard:",
  741. "description-on-minicard": "Description on minicard",
  742. "cover-attachment-on-minicard": "미니카드 표지 이미지",
  743. "badge-attachment-on-minicard": "미니카드의 첨부파일 수",
  744. "card-sorting-by-number-on-minicard": "미니카드 번호 순으로 카드 정렬",
  745. "prefix-with-full-path": "Prefix with full path",
  746. "prefix-with-parent": "Prefix with parent",
  747. "subtext-with-full-path": "Subtext with full path",
  748. "subtext-with-parent": "Subtext with parent",
  749. "change-card-parent": "Change card's parent",
  750. "parent-card": "부모 카드",
  751. "source-board": "원본 보드",
  752. "no-parent": "부모 보이지 않기",
  753. "activity-added-label": "added label '%s' to %s",
  754. "activity-removed-label": "removed label '%s' from %s",
  755. "activity-delete-attach": "deleted an attachment from %s",
  756. "activity-added-label-card": "라벨 '%s' 추가",
  757. "activity-removed-label-card": "라벨 '%s' 제거",
  758. "activity-delete-attach-card": "첨부 파일 제거",
  759. "activity-set-customfield": "set custom field '%s' to '%s' in %s",
  760. "activity-unset-customfield": "unset custom field '%s' in %s",
  761. "r-rule": "규칙",
  762. "r-add-trigger": "트리거 추가",
  763. "r-add-action": "동작 추가",
  764. "r-board-rules": "보드 규칙",
  765. "r-add-rule": "규칙 추가",
  766. "r-view-rule": "규칙 보기",
  767. "r-delete-rule": "규칙 삭제",
  768. "r-new-rule-name": "새로운 규칙 제목",
  769. "r-no-rules": "규칙 없음",
  770. "r-trigger": "트리거",
  771. "r-action": "동작",
  772. "r-when-a-card": "카드가",
  773. "r-is": "is",
  774. "r-is-moved": "이동됨",
  775. "r-added-to": "Added to",
  776. "r-removed-from": "Removed from",
  777. "r-the-board": "the board",
  778. "r-list": "목록",
  779. "set-filter": "필터 설정",
  780. "r-moved-to": "Moved to",
  781. "r-moved-from": "Moved from",
  782. "r-archived": "저장소로 이동",
  783. "r-unarchived": "저장소에서 복원",
  784. "r-a-card": "카드",
  785. "r-when-a-label-is": "When a label is",
  786. "r-when-the-label": "라벨이",
  787. "r-list-name": "목록 이름",
  788. "r-when-a-member": "구성원이",
  789. "r-when-the-member": "구성원이",
  790. "r-name": "이름",
  791. "r-when-a-attach": "첨부파일이",
  792. "r-when-a-checklist": "확인목록이",
  793. "r-when-the-checklist": "확인목록이",
  794. "r-completed": "완료",
  795. "r-made-incomplete": "Made incomplete",
  796. "r-when-a-item": "When a checklist item is",
  797. "r-when-the-item": "When the checklist item",
  798. "r-checked": "선택",
  799. "r-unchecked": "Unchecked",
  800. "r-move-card-to": "Move card to",
  801. "r-top-of": "Top of",
  802. "r-bottom-of": "Bottom of",
  803. "r-its-list": "its list",
  804. "r-archive": "보관으로 이동",
  805. "r-unarchive": "저장소에서 복원",
  806. "r-card": "카드",
  807. "r-add": "추가",
  808. "r-remove": "제거",
  809. "r-label": "라벨",
  810. "r-member": "멤버",
  811. "r-remove-all": "Remove all members from the card",
  812. "r-set-color": "Set color to",
  813. "r-checklist": "확인목록",
  814. "r-check-all": "전체 선택",
  815. "r-uncheck-all": "전체 선택 해제",
  816. "r-items-check": "items of checklist",
  817. "r-check": "선택",
  818. "r-uncheck": "선택되지 않은 항목",
  819. "r-item": "항목",
  820. "r-of-checklist": "of checklist",
  821. "r-send-email": "이메일 전송",
  822. "r-to": "to",
  823. "r-of": "of",
  824. "r-subject": "subject",
  825. "r-rule-details": "Rule details",
  826. "r-d-move-to-top-gen": "Move card to top of its list",
  827. "r-d-move-to-top-spec": "카드를 목록의 맨 위로 이동",
  828. "r-d-move-to-bottom-gen": "Move card to bottom of its list",
  829. "r-d-move-to-bottom-spec": "카드를 목록의 맨 아래로 이동",
  830. "r-d-send-email": "이메일 전송",
  831. "r-d-send-email-to": "to",
  832. "r-d-send-email-subject": "subject",
  833. "r-d-send-email-message": "메시지",
  834. "r-d-archive": "Move card to Archive",
  835. "r-d-unarchive": "Restore card from Archive",
  836. "r-d-add-label": "라벨 추가",
  837. "r-d-remove-label": "라벨 삭제",
  838. "r-create-card": "새 카드 생성",
  839. "r-in-list": "목록에",
  840. "r-in-swimlane": "in swimlane",
  841. "r-d-add-member": "멤버 추가",
  842. "r-d-remove-member": "멤버 제거",
  843. "r-d-remove-all-member": "모든 멤버 제거",
  844. "r-d-check-all": "Check all items of a list",
  845. "r-d-uncheck-all": "Uncheck all items of a list",
  846. "r-d-check-one": "항목 선택",
  847. "r-d-uncheck-one": "Uncheck item",
  848. "r-d-check-of-list": "of checklist",
  849. "r-d-add-checklist": "체크리스트 추가",
  850. "r-d-remove-checklist": "체크리스트 삭제",
  851. "r-by": "by",
  852. "r-add-checklist": "체크리스트 추가",
  853. "r-with-items": "with items",
  854. "r-items-list": "item1,item2,item3",
  855. "r-add-swimlane": "Add swimlane",
  856. "r-swimlane-name": "swimlane name",
  857. "r-board-note": "참고: 가능한 모든 값과 일치하도록 항목을 비워 두세요.",
  858. "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
  859. "r-when-a-card-is-moved": "When a card is moved to another list",
  860. "r-set": "Set",
  861. "r-update": "업데이트",
  862. "r-datefield": "date field",
  863. "r-df-start-at": "시작",
  864. "r-df-due-at": "due",
  865. "r-df-end-at": "종료",
  866. "r-df-received-at": "received",
  867. "r-to-current-datetime": "to current date/time",
  868. "r-remove-value-from": "Remove value from",
  869. "r-link-card": "Link card to",
  870. "ldap": "LDAP",
  871. "oauth2": "OAuth2",
  872. "cas": "CAS",
  873. "authentication-method": "인증 방법",
  874. "authentication-type": "인증 유형",
  875. "custom-product-name": "Custom Product Name",
  876. "layout": "레이아웃",
  877. "hide-logo": "Hide Logo",
  878. "hide-card-counter-list": "Hide card counter list on All Boards",
  879. "hide-board-member-list": "Hide board member list on All Boards",
  880. "add-custom-html-after-body-start": "Add Custom HTML after <body> start",
  881. "add-custom-html-before-body-end": "Add Custom HTML before </body> end",
  882. "error-undefined": "잘못된 행동입니다.",
  883. "error-ldap-login": "로그인 중 에러 발생",
  884. "display-authentication-method": "Display Authentication Method",
  885. "oidc-button-text": "Customize the OIDC button text",
  886. "default-authentication-method": "Default Authentication Method",
  887. "duplicate-board": "보드 복사",
  888. "org-number": "조직의 수:",
  889. "team-number": "팀의 수:",
  890. "people-number": "인원 수:",
  891. "swimlaneDeletePopup-title": "Delete Swimlane ?",
  892. "swimlane-delete-pop": "활동 피드에서 모든 작업이 제거되고 Swinlane 을 복구할 수 없습니다. 실행 취소가 불가능합니다.",
  893. "restore-all": "모든항목 복구",
  894. "delete-all": "모두 삭제",
  895. "loading": "로딩중, 기다려주십시오.",
  896. "previous_as": "last time was",
  897. "act-a-dueAt": "modified due time to \nWhen: __timeValue__\nWhere: __card__\n previous due was __timeOldValue__",
  898. "act-a-endAt": "modified ending time to __timeValue__ from (__timeOldValue__)",
  899. "act-a-startAt": "modified starting time to __timeValue__ from (__timeOldValue__)",
  900. "act-a-receivedAt": "modified received time to __timeValue__ from (__timeOldValue__)",
  901. "a-dueAt": "modified due time to be",
  902. "a-endAt": "modified ending time to be",
  903. "a-startAt": "modified starting time to be",
  904. "a-receivedAt": "modified received time to be",
  905. "almostdue": "current due time %s is approaching",
  906. "pastdue": "current due time %s is past",
  907. "duenow": "current due time %s is today",
  908. "act-newDue": "__list__/__card__ has 1st due reminder [__board__]",
  909. "act-withDue": "__list__/__card__ due reminders [__board__]",
  910. "act-almostdue": "was reminding the current due (__timeValue__) of __card__ is approaching",
  911. "act-pastdue": "was reminding the current due (__timeValue__) of __card__ is past",
  912. "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now",
  913. "act-atUserComment": "You were mentioned in [__board__] __list__/__card__",
  914. "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.",
  915. "delete-team-confirm-popup": "Are you sure you want to delete this team? There is no undo.",
  916. "delete-org-confirm-popup": "이 조직을 정말 지우시겠습니까? 실행 취소가 불가능합니다.",
  917. "accounts-allowUserDelete": "Allow users to self delete their account",
  918. "hide-minicard-label-text": "Hide minicard label text",
  919. "show-desktop-drag-handles": "Show desktop drag handles",
  920. "assignee": "Assignee",
  921. "cardAssigneesPopup-title": "Assignee",
  922. "addmore-detail": "자세한 설명 추가",
  923. "show-on-card": "Show on Card",
  924. "show-on-minicard": "Show on Minicard",
  925. "new": "New",
  926. "editOrgPopup-title": "조직 수정",
  927. "newOrgPopup-title": "새 조직",
  928. "editTeamPopup-title": "팀 수정",
  929. "newTeamPopup-title": "새 팀",
  930. "editUserPopup-title": "Edit User",
  931. "newUserPopup-title": "New User",
  932. "notifications": "알림",
  933. "help": "Help",
  934. "view-all": "View All",
  935. "filter-by-unread": "Filter by Unread",
  936. "mark-all-as-read": "Mark all as read",
  937. "remove-all-read": "Remove all read",
  938. "allow-rename": "Allow Rename",
  939. "allowRenamePopup-title": "Allow Rename",
  940. "start-day-of-week": "Set day of the week start",
  941. "monday": "월요일",
  942. "tuesday": "화요일",
  943. "wednesday": "수요일",
  944. "thursday": "목요일",
  945. "friday": "금요일",
  946. "saturday": "토요일",
  947. "sunday": "일요일",
  948. "status": "Status",
  949. "swimlane": "Swimlane",
  950. "owner": "Owner",
  951. "last-modified-at": "Last modified at",
  952. "last-activity": "마지막 활동",
  953. "voting": "투표",
  954. "archived": "보관된",
  955. "delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has",
  956. "delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list",
  957. "hide-checked-items": "선택된 항목 숨기기",
  958. "task": "과제",
  959. "create-task": "과제 생성",
  960. "ok": "확인",
  961. "organizations": "Organizations",
  962. "teams": "Teams",
  963. "displayName": "Display Name",
  964. "shortName": "Short Name",
  965. "website": "Website",
  966. "person": "Person",
  967. "my-cards": "My Cards",
  968. "card": "카드",
  969. "list": "목록",
  970. "board": "Board",
  971. "context-separator": "/",
  972. "myCardsViewChange-title": "My Cards View",
  973. "myCardsViewChangePopup-title": "My Cards View",
  974. "myCardsViewChange-choice-boards": "보드",
  975. "myCardsViewChange-choice-table": "Table",
  976. "myCardsSortChange-title": "My Cards Sort",
  977. "myCardsSortChangePopup-title": "My Cards Sort",
  978. "myCardsSortChange-choice-board": "By Board",
  979. "myCardsSortChange-choice-dueat": "By Due Date",
  980. "dueCards-title": "Due Cards",
  981. "dueCardsViewChange-title": "Due Cards View",
  982. "dueCardsViewChangePopup-title": "Due Cards View",
  983. "dueCardsViewChange-choice-me": "Me",
  984. "dueCardsViewChange-choice-all": "All Users",
  985. "dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission.",
  986. "broken-cards": "Broken Cards",
  987. "board-title-not-found": "보드 %s 을 찾을 수 없습니다.",
  988. "swimlane-title-not-found": "Swimlane %s 을 찾을 수 없습니다.",
  989. "list-title-not-found": "List '%s' not found.",
  990. "label-not-found": "Label '%s' not found.",
  991. "label-color-not-found": "Label color %s not found.",
  992. "user-username-not-found": "Username '%s' not found.",
  993. "comment-not-found": "Card with comment containing text '%s' not found.",
  994. "org-name-not-found": "Organization '%s' not found.",
  995. "team-name-not-found": "Team '%s' not found.",
  996. "globalSearch-title": "모든 보드 검색",
  997. "no-cards-found": "검색된 카드 없음",
  998. "one-card-found": "하나의 카드 찾음",
  999. "n-cards-found": "%s 개의 카드 찾음",
  1000. "n-n-of-n-cards-found": "__start__-__end__ of __total__ 카드 찾음",
  1001. "operator-board": "보드",
  1002. "operator-board-abbrev": "b",
  1003. "operator-swimlane": "swimlane",
  1004. "operator-swimlane-abbrev": "s",
  1005. "operator-list": "목록",
  1006. "operator-list-abbrev": "l",
  1007. "operator-label": "라벨",
  1008. "operator-label-abbrev": "#",
  1009. "operator-user": "사용자",
  1010. "operator-user-abbrev": "@",
  1011. "operator-member": "멤버",
  1012. "operator-member-abbrev": "m",
  1013. "operator-assignee": "assignee",
  1014. "operator-assignee-abbrev": "a",
  1015. "operator-creator": "생성자",
  1016. "operator-status": "상태",
  1017. "operator-due": "due",
  1018. "operator-created": "생성됨",
  1019. "operator-modified": "수정됨",
  1020. "operator-sort": "정렬",
  1021. "operator-comment": "댓글",
  1022. "operator-has": "has",
  1023. "operator-limit": "제한",
  1024. "operator-debug": "디버그",
  1025. "operator-org": "org",
  1026. "operator-team": "팀",
  1027. "predicate-archived": "저장됨",
  1028. "predicate-open": "열기",
  1029. "predicate-ended": "종료됨",
  1030. "predicate-all": "모든",
  1031. "predicate-overdue": "기한초과",
  1032. "predicate-week": "주",
  1033. "predicate-month": "월",
  1034. "predicate-quarter": "분기",
  1035. "predicate-year": "년",
  1036. "predicate-due": "due",
  1037. "predicate-modified": "수정됨",
  1038. "predicate-created": "생성됨",
  1039. "predicate-attachment": "첨부파일",
  1040. "predicate-description": "상세",
  1041. "predicate-checklist": "확인목록",
  1042. "predicate-start": "시작",
  1043. "predicate-end": "종료",
  1044. "predicate-assignee": "assignee",
  1045. "predicate-member": "멤버",
  1046. "predicate-public": "공개",
  1047. "predicate-private": "비공개",
  1048. "predicate-selector": "선택자",
  1049. "predicate-projection": "예상",
  1050. "operator-unknown-error": "%s is not an operator",
  1051. "operator-number-expected": "operator __operator__ expected a number, got '__value__'",
  1052. "operator-sort-invalid": "sort of '%s' is invalid",
  1053. "operator-status-invalid": "%s 는 유효한 상태가 아닙니다.",
  1054. "operator-has-invalid": "%s is not a valid existence check",
  1055. "operator-limit-invalid": "%s is not a valid limit. Limit should be a positive integer.",
  1056. "operator-debug-invalid": "%s is not a valid debug predicate",
  1057. "next-page": "다음 페이지",
  1058. "previous-page": "이전 페이지",
  1059. "heading-notes": "Notes",
  1060. "globalSearch-instructions-heading": "지침 검색",
  1061. "globalSearch-instructions-description": "Searches can include operators to refine the search. Operators are specified by writing the operator name and value separated by a colon. For example, an operator specification of `list:Blocked` would limit the search to cards that are contained in a list named *Blocked*. If the value contains spaces or special characters it must be enclosed in quotation marks (e.g. `__operator_list__:\"To Review\"`).",
  1062. "globalSearch-instructions-operators": "Available operators:",
  1063. "globalSearch-instructions-operator-board": "`__operator_board__:<title>` - cards in boards matching the specified *<title>*",
  1064. "globalSearch-instructions-operator-list": "`__operator_list__:<title>` - cards in lists matching the specified *<title>*",
  1065. "globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:<title>` - cards in swimlanes matching the specified *<title>*",
  1066. "globalSearch-instructions-operator-comment": "`__operator_comment__:<text>` - cards with a comment containing *<text>*.",
  1067. "globalSearch-instructions-operator-label": "`__operator_label__:<color>` `__operator_label__:<name>` - cards that have a label matching *<color>* or *<name>",
  1068. "globalSearch-instructions-operator-hash": "`__operator_label_abbrev__<name|color>` - shorthand for `__operator_label__:<color>` or `__operator_label__:<name>`",
  1069. "globalSearch-instructions-operator-user": "`__operator_user__:<username>` - cards where *<username>* is a *member* or *assignee*",
  1070. "globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:<username>`",
  1071. "globalSearch-instructions-operator-member": "`__operator_member__:<username>` - cards where *<username>* is a *member*",
  1072. "globalSearch-instructions-operator-assignee": "`__operator_assignee__:<username>` - cards where *<username>* is an *assignee*",
  1073. "globalSearch-instructions-operator-creator": "`__operator_creator__:<username>` - cards where *<username>* is the card's creator",
  1074. "globalSearch-instructions-operator-org": "`__operator_org__:<display name|short name>` - cards belonging to a board assigned to organization *<name>*",
  1075. "globalSearch-instructions-operator-team": "`__operator_team__:<display name|short name>` - cards belonging to a board assigned to team *<name>*",
  1076. "globalSearch-instructions-operator-due": "`__operator_due__:<n>` - cards which are due up to *<n>* days from now. `__operator_due__:__predicate_overdue__ lists all cards past their due date.",
  1077. "globalSearch-instructions-operator-created": "`__operator_created__:<n>` - cards which were created *<n>* days ago or less",
  1078. "globalSearch-instructions-operator-modified": "`__operator_modified__:<n>` - cards which were modified *<n>* days ago or less",
  1079. "globalSearch-instructions-operator-status": "`__operator_status__:<status>` - where *<status>* is one of the following:",
  1080. "globalSearch-instructions-status-archived": "`__predicate_archived__` - archived cards",
  1081. "globalSearch-instructions-status-all": "`__predicate_all__` - all archived and unarchived cards",
  1082. "globalSearch-instructions-status-ended": "`__predicate_ended__` - cards with an end date",
  1083. "globalSearch-instructions-status-public": "`__predicate_public__` - cards only in public boards",
  1084. "globalSearch-instructions-status-private": "`__predicate_private__` - cards only in private boards",
  1085. "globalSearch-instructions-operator-has": "`__operator_has__:<field>` - where *<field>* is one of `__predicate_attachment__`, `__predicate_checklist__`, `__predicate_description__`, `__predicate_start__`, `__predicate_due__`, `__predicate_end__`, `__predicate_assignee__` or `__predicate_member__`. Placing a `-` in front of *<field>* searches for the absence of a value in that field (e.g. `has:-due` searches for cards without a due date).",
  1086. "globalSearch-instructions-operator-sort": "`__operator_sort__:<sort-name>` - where *<sort-name>* is one of `__predicate_due__`, `__predicate_created__` or `__predicate_modified__`. For a descending sort, place a `-` in front of the sort name.",
  1087. "globalSearch-instructions-operator-limit": "`__operator_limit__:<n>` - where *<n>* is a positive integer expressing the number of cards to be displayed per page.",
  1088. "globalSearch-instructions-notes-1": "Multiple operators may be specified.",
  1089. "globalSearch-instructions-notes-2": "Similar operators are *OR*ed together. Cards that match any of the conditions will be returned.\n`__operator_list__:Available __operator_list__:Blocked` would return cards contained in any list named *Blocked* or *Available*.",
  1090. "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together. Only cards that match all of the differing operators are returned. `__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
  1091. "globalSearch-instructions-notes-3-2": "Days can be specified as a positive or negative integer or using `__predicate_week__`, `__predicate_month__`, `__predicate_quarter__` or `__predicate_year__` for the current period.",
  1092. "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
  1093. "globalSearch-instructions-notes-5": "By default archived cards are not searched.",
  1094. "link-to-search": "이 검색에 링크",
  1095. "excel-font": "Arial",
  1096. "number": "숫자",
  1097. "label-colors": "라벨 색상",
  1098. "label-names": "라벨 이름",
  1099. "archived-at": "archived at",
  1100. "sort-cards": "카드 정렬",
  1101. "sort-is-on": "정렬 사용 중",
  1102. "cardsSortPopup-title": "카드 정렬",
  1103. "due-date": "마감 일자",
  1104. "server-error": "서버 에러",
  1105. "server-error-troubleshooting": "서버 실행 중 에러 발생 시 제출해주세요.\nsnap 설치의 경우 `sudo snap logs wekan.wekan` 을 실행하세요.\nDocker 설치의 경우 `sudo docker logs wekan-app` 을 실행하세요.",
  1106. "title-alphabetically": "제목 (알파벳순)",
  1107. "created-at-newest-first": "생성 (새로운 것이 먼저)",
  1108. "created-at-oldest-first": "생성 (오래된 것이 먼저)",
  1109. "links-heading": "링크",
  1110. "hide-system-messages-of-all-users": "모든 사용자의 시스템 메시지 숨기기",
  1111. "now-system-messages-of-all-users-are-hidden": "이제 모든 사용자의 시스템 메시지가 숨겨졌습니다",
  1112. "move-swimlane": "Move Swimlane",
  1113. "moveSwimlanePopup-title": "Move Swimlane",
  1114. "custom-field-stringtemplate": "문자열 템플릿",
  1115. "custom-field-stringtemplate-format": "형식 (자리표시자로 %{value} 사용)",
  1116. "custom-field-stringtemplate-separator": "구분자 (공백은 &#32; 또는&nbsp; 사용 )",
  1117. "custom-field-stringtemplate-item-placeholder": "항목을 더 추가하려면 Enter 키를 누르십시오.",
  1118. "creator": "생성자",
  1119. "filesReportTitle": "필터 보고서",
  1120. "reports": "보고서",
  1121. "rulesReportTitle": "규칙 보고서",
  1122. "boardsReportTitle": "보드 보고서",
  1123. "cardsReportTitle": "카드 보고서",
  1124. "copy-swimlane": "Copy Swimlane",
  1125. "copySwimlanePopup-title": "Copy Swimlane",
  1126. "display-card-creator": "카드 생성자 표시",
  1127. "wait-spinner": "Wait Spinner",
  1128. "Bounce": "Bounce Wait Spinner",
  1129. "Cube": "Cube Wait Spinner",
  1130. "Cube-Grid": "Cube-Grid Wait Spinner",
  1131. "Dot": "Dot Wait Spinner",
  1132. "Double-Bounce": "Double Bounce Wait Spinner",
  1133. "Rotateplane": "Rotateplane Wait Spinner",
  1134. "Scaleout": "Scaleout Wait Spinner",
  1135. "Wave": "Wave Wait Spinner",
  1136. "maximize-card": "카드 최대화",
  1137. "minimize-card": "카드 최소화",
  1138. "delete-org-warning-message": "이 조직에 속한 사용자가 한 명 이상 있으므로 조직을 삭제할 수 없습니다.",
  1139. "delete-team-warning-message": "이 팀에 속한 사용자가 한 명 이상 있으므로 팀을 삭제할 수 없습니다.",
  1140. "subject": "주제",
  1141. "details": "상세",
  1142. "carbon-copy": "참조 (Cc:)",
  1143. "ticket": "티켓",
  1144. "tickets": "티켓",
  1145. "ticket-number": "티켓 번호",
  1146. "open": "열기",
  1147. "pending": "대기 중",
  1148. "closed": "닫기",
  1149. "resolved": "해결됨",
  1150. "cancelled": "취소됨",
  1151. "history": "이력",
  1152. "request": "요청",
  1153. "requests": "요청",
  1154. "help-request": "도움 요청",
  1155. "editCardSortOrderPopup-title": "정렬 변경",
  1156. "cardDetailsPopup-title": "카드 상세",
  1157. "add-teams": "팀 추가",
  1158. "add-teams-label": "추가된 팀은 다음과 같습니다:",
  1159. "remove-team-from-table": "보드에서 이 팀을 제거하시겠습니까?",
  1160. "confirm-btn": "확인",
  1161. "remove-btn": "제거",
  1162. "filter-card-title-label": "카드 제목으로 필터",
  1163. "invite-people-success": "등록을 위한 초대가 전송되었습니다",
  1164. "invite-people-error": "등록 중 오류 발생",
  1165. "can-invite-if-same-mailDomainName": "이메일 도메인 이름",
  1166. "to-create-teams-contact-admin": "팀을 생성하려면 관리자에게 문의하세요.",
  1167. "Node_heap_total_heap_size": "노드 힙: 총 힙 크기",
  1168. "Node_heap_total_heap_size_executable": "노드 힙: 총 힙 크기 실행파일",
  1169. "Node_heap_total_physical_size": "노드 힙: 총 실제 크기",
  1170. "Node_heap_total_available_size": "노드 힙: 총 사용가능 크기",
  1171. "Node_heap_used_heap_size": "노드 힙: 사용된 힙 크기",
  1172. "Node_heap_heap_size_limit": "노드 힙: 힙 크기 제한",
  1173. "Node_heap_malloced_memory": "노드 힙: 할당된 메모리",
  1174. "Node_heap_peak_malloced_memory": "노드 힙: 최대 할당된 메모리",
  1175. "Node_heap_does_zap_garbage": "노드 힙: 가비지 비우기 실행",
  1176. "Node_heap_number_of_native_contexts": "노드 힙: 내장 컨텍스트 수",
  1177. "Node_heap_number_of_detached_contexts": "노드 힙: 분리된 컨텍스트 수",
  1178. "Node_memory_usage_rss": "노드 메모리 사용: 거주 셋 크기",
  1179. "Node_memory_usage_heap_total": "노드 메모리 사용: 할당된 힙의 총 크기",
  1180. "Node_memory_usage_heap_used": "노드 메모리 사용: 실제 사용된 메모리",
  1181. "Node_memory_usage_external": "노드 메모리 사용: 외부",
  1182. "add-organizations": "조직 추가",
  1183. "add-organizations-label": "Added organizations are displayed below:",
  1184. "remove-organization-from-board": "이 조직을 정말 지우시겠습니까?",
  1185. "to-create-organizations-contact-admin": "조직을 생성하려면 관리자에게 문의하세요.",
  1186. "custom-legal-notice-link-url": "사용자정의 법적 고지 페이지 URL",
  1187. "acceptance_of_our_legalNotice": "By continuing, you accept our",
  1188. "legalNotice": "법적 고지",
  1189. "copied": "복사됨",
  1190. "checklistActionsPopup-title": "확인목록 동작",
  1191. "moveChecklist": "체크리스트 이동",
  1192. "moveChecklistPopup-title": "체크리스트 이동",
  1193. "newlineBecomesNewChecklistItem": "줄바꿈이 새 확인목록 항목이 됨",
  1194. "copyChecklist": "체크리스트 복사",
  1195. "copyChecklistPopup-title": "체크리스트 복사",
  1196. "card-show-lists": "Card Show Lists",
  1197. "subtaskActionsPopup-title": "Subtask Actions",
  1198. "attachmentActionsPopup-title": "Attachment Actions",
  1199. "attachment-move-storage-fs": "첨부파일을 파일시스템으로 이동",
  1200. "attachment-move-storage-gridfs": "첨부파일을 GridFS로 이동",
  1201. "attachment-move-storage-s3": "Move attachment to S3",
  1202. "attachment-move": "첨부파일 이동",
  1203. "move-all-attachments-to-fs": "모든 첨부파일을 파일시스템으로 이동",
  1204. "move-all-attachments-to-gridfs": "모든 첨부파일을 GridFS으로 이동",
  1205. "move-all-attachments-to-s3": "Move all attachments to S3",
  1206. "move-all-attachments-of-board-to-fs": "보드의 모든 첨부파일을 파일시스템으로 이동",
  1207. "move-all-attachments-of-board-to-gridfs": "보드의 모든 첨부파일을 GridFS로 이동",
  1208. "move-all-attachments-of-board-to-s3": "Move all attachments of board to S3",
  1209. "path": "경로",
  1210. "version-name": "버전 이름",
  1211. "size": "크기",
  1212. "storage": "저장소",
  1213. "action": "동작",
  1214. "board-title": "보드 제목",
  1215. "attachmentRenamePopup-title": "새이름",
  1216. "uploading": "업로드 중",
  1217. "remaining_time": "남은 시간",
  1218. "speed": "속도",
  1219. "progress": "진행",
  1220. "password-again": "비밀번호 (다시 입력)",
  1221. "if-you-already-have-an-account": "이미 계정이 있다면",
  1222. "register": "등록하기",
  1223. "forgot-password": "비밀번호 분실",
  1224. "minicardDetailsActionsPopup-title": "카드 상세",
  1225. "Mongo_sessions_count": "Mongo sessions count",
  1226. "change-visibility": "표시 여부 변경",
  1227. "max-upload-filesize": "최대 업로드 파일 바이트 단위 크기:",
  1228. "allowed-upload-filetypes": "허용된 업로드 파일유형:",
  1229. "max-avatar-filesize": "최대 아바타 바이트 단위 파일크기:",
  1230. "allowed-avatar-filetypes": "허용된 아바타 파일유형:",
  1231. "invalid-file": "파일명이 잘못됐다면, 업로드 또는 이름 바꾸기가 취소됩니다.",
  1232. "preview-pdf-not-supported": "장치가 PDF 미리보기를 지원하지 않습니다. 대신 내려받기를 시도하세요.",
  1233. "drag-board": "드래그 보드",
  1234. "translation-number": "사용자정의 번역 문자열의 갯수는:",
  1235. "delete-translation-confirm-popup": "이 사용자정의 번역 문자열을 삭제하시겠습니까? 되돌릴 수 없습니다.",
  1236. "newTranslationPopup-title": "새 사용자정의 번역 문자열",
  1237. "editTranslationPopup-title": "사용자정의 번역 문자열 수정",
  1238. "settingsTranslationPopup-title": "이 사용자정의 번역 문자열을 삭제합니까?",
  1239. "translation": "번역",
  1240. "text": "텍스트",
  1241. "translation-text": "번역 문구",
  1242. "show-at-minicard": "미니카드에 보이기",
  1243. "show-checklist-at-minicard": "미니카드에 확인목록 보이기",
  1244. "show-subtasks-field": "하위할일 항목 보이기"
  1245. }