uk.i18n.json 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  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": "imported board __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": "%s імпортовано до %s з %s",
  55. "activity-imported-board": "%s імпортовано з %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": "unjoined %s",
  62. "activity-subtask-added": "Додано підзадачу до %s",
  63. "activity-checked-item": "checked %s in checklist %s of %s",
  64. "activity-unchecked-item": "unchecked %s in checklist %s of %s",
  65. "activity-checklist-added": "Додано контрольний список до %s",
  66. "activity-checklist-removed": "removed a checklist from %s",
  67. "activity-checklist-completed": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  68. "activity-checklist-uncompleted": "uncompleted the checklist %s of %s",
  69. "activity-checklist-item-added": "added checklist item to '%s' in %s",
  70. "activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
  71. "add": "Додати",
  72. "activity-checked-item-card": "checked %s in checklist %s",
  73. "activity-unchecked-item-card": "unchecked %s in checklist %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": "uncompleted the checklist %s",
  76. "activity-editComment": "edited comment %s",
  77. "activity-deleteComment": "deleted comment %s",
  78. "add-attachment": "Add Attachment",
  79. "add-board": "Додати дошку",
  80. "add-card": "Додати картку",
  81. "add-swimlane": "Add Swimlane",
  82. "add-subtask": "Add Subtask",
  83. "add-checklist": "Add Checklist",
  84. "add-checklist-item": "Додати елемент в список",
  85. "add-cover": "Додати обкладинку",
  86. "add-label": "Додати мітку",
  87. "add-list": "Додати список",
  88. "add-members": "Додати користувача",
  89. "added": "Доданно",
  90. "addMemberPopup-title": "Користувачі",
  91. "admin": "Адмін",
  92. "admin-desc": "Може переглядати і редагувати картки, відаляти учасників та змінювати налаштування для дошки.",
  93. "admin-announcement": "Announcement",
  94. "admin-announcement-active": "Active System-Wide Announcement",
  95. "admin-announcement-title": "Announcement from Administrator",
  96. "all-boards": "Всі дошки",
  97. "and-n-other-card": "та __count__ інших карток",
  98. "and-n-other-card_plural": "та __count__ інших карток",
  99. "apply": "Прийняти",
  100. "app-is-offline": "Завантаження, будь ласка, зачекайте. Оновлення сторінки призведе до втрати даних. Якщо завантаження не працює, перевірте, чи не зупинився сервер.",
  101. "archive": "Move to Archive",
  102. "archive-all": "Move All to Archive",
  103. "archive-board": "Move Board to Archive",
  104. "archive-card": "Move Card to Archive",
  105. "archive-list": "Move List to Archive",
  106. "archive-swimlane": "Move Swimlane to Archive",
  107. "archive-selection": "Move selection to Archive",
  108. "archiveBoardPopup-title": "Move Board to Archive?",
  109. "archived-items": "Архів",
  110. "archived-boards": "Дошки в архіві",
  111. "restore-board": "Відновити дошку",
  112. "no-archived-boards": "Немає дошок в архіві",
  113. "archives": "Архів",
  114. "template": "Template",
  115. "templates": "Templates",
  116. "assign-member": "Assign member",
  117. "attached": "доданно",
  118. "attachment": "Додаток",
  119. "attachment-delete-pop": "Видалення Додатку безповоротне. Тут нема відміні (undo).",
  120. "attachmentDeletePopup-title": "Видалити Додаток?",
  121. "attachments": "Додатки",
  122. "auto-watch": "Automatically watch boards when they are created",
  123. "avatar-too-big": "The avatar is too large (70KB max)",
  124. "back": "Назад",
  125. "board-change-color": "Змінити колір",
  126. "board-nb-stars": "%s stars",
  127. "board-not-found": "Дошка не знайдена",
  128. "board-private-info": "This board will be <strong>private</strong>.",
  129. "board-public-info": "This board will be <strong>public</strong>.",
  130. "boardChangeColorPopup-title": "Change Board Background",
  131. "boardChangeTitlePopup-title": "Перейменувати дошку",
  132. "boardChangeVisibilityPopup-title": "Change Visibility",
  133. "boardChangeWatchPopup-title": "Change Watch",
  134. "boardMenuPopup-title": "Board Settings",
  135. "boards": "Дошки",
  136. "board-view": "Board View",
  137. "board-view-cal": "Календар",
  138. "board-view-swimlanes": "Swimlanes",
  139. "board-view-lists": "Lists",
  140. "bucket-example": "Like “Bucket List” for example",
  141. "cancel": "Відміна",
  142. "card-archived": "This card is moved to Archive.",
  143. "board-archived": "This board is moved to Archive.",
  144. "card-comments-title": "This card has %s comment.",
  145. "card-delete-notice": "Цю дію неможливо буде скасувати. Всі зміни, які ви вносили в картку будуть втрачені.",
  146. "card-delete-pop": "Усі дії буде видалено з каналу активності, і ви не зможете повторно відкрити картку. Цю дію не можна скасувати.",
  147. "card-delete-suggest-archive": "Ви можете перемістити картку до архіву, щоб прибрати її з дошки, зберігаючи всю історію дій учасників.",
  148. "card-due": "Due",
  149. "card-due-on": "Due on",
  150. "card-spent": "Витрачено часу",
  151. "card-edit-attachments": "Edit attachments",
  152. "card-edit-custom-fields": "Edit custom fields",
  153. "card-edit-labels": "Редагувати мітки",
  154. "card-edit-members": "Редагувати учасників",
  155. "card-labels-title": "Change the labels for the card.",
  156. "card-members-title": "Add or remove members of the board from the card.",
  157. "card-start": "Start",
  158. "card-start-on": "Starts on",
  159. "cardAttachmentsPopup-title": "Attach From",
  160. "cardCustomField-datePopup-title": "Change date",
  161. "cardCustomFieldsPopup-title": "Edit custom fields",
  162. "cardDeletePopup-title": "Видалити картку?",
  163. "cardDetailsActionsPopup-title": "Card Actions",
  164. "cardLabelsPopup-title": "Labels",
  165. "cardMembersPopup-title": "Користувачі",
  166. "cardMorePopup-title": "More",
  167. "cardTemplatePopup-title": "Create template",
  168. "cards": "Картки",
  169. "cards-count": "Картки",
  170. "casSignIn": "Sign In with CAS",
  171. "cardType-card": "Картка",
  172. "cardType-linkedCard": "Linked Card",
  173. "cardType-linkedBoard": "Linked Board",
  174. "change": "Змінити",
  175. "change-avatar": "Змінити аватар",
  176. "change-password": "Змінити пароль",
  177. "change-permissions": "Change permissions",
  178. "change-settings": "Змінити налаштування",
  179. "changeAvatarPopup-title": "Змінити аватар",
  180. "changeLanguagePopup-title": "Змінити мову",
  181. "changePasswordPopup-title": "Змінити пароль",
  182. "changePermissionsPopup-title": "Change Permissions",
  183. "changeSettingsPopup-title": "Змінити налаштування",
  184. "subtasks": "Підзадачі",
  185. "checklists": "Checklists",
  186. "click-to-star": "Click to star this board.",
  187. "click-to-unstar": "Click to unstar this board.",
  188. "clipboard": "Clipboard or drag & drop",
  189. "close": "Закрити",
  190. "close-board": "Close Board",
  191. "close-board-pop": "You will be able to restore the board by clicking the “Archive” button from the home header.",
  192. "color-black": "чорний",
  193. "color-blue": "синій",
  194. "color-crimson": "crimson",
  195. "color-darkgreen": "darkgreen",
  196. "color-gold": "gold",
  197. "color-gray": "gray",
  198. "color-green": "зелений",
  199. "color-indigo": "indigo",
  200. "color-lime": "лайм",
  201. "color-magenta": "magenta",
  202. "color-mistyrose": "mistyrose",
  203. "color-navy": "navy",
  204. "color-orange": "помаранчевий",
  205. "color-paleturquoise": "paleturquoise",
  206. "color-peachpuff": "peachpuff",
  207. "color-pink": "рожевий",
  208. "color-plum": "plum",
  209. "color-purple": "фіолетовий",
  210. "color-red": "червоний",
  211. "color-saddlebrown": "saddlebrown",
  212. "color-silver": "silver",
  213. "color-sky": "sky",
  214. "color-slateblue": "slateblue",
  215. "color-white": "white",
  216. "color-yellow": "жовтий",
  217. "unset-color": "Unset",
  218. "comment": "Коментар",
  219. "comment-placeholder": "Написати коментар",
  220. "comment-only": "Comment only",
  221. "comment-only-desc": "Can comment on cards only.",
  222. "no-comments": "Немає коментарів",
  223. "no-comments-desc": "Can not see comments and activities.",
  224. "computer": "Computer",
  225. "confirm-subtask-delete-dialog": "Are you sure you want to delete subtask?",
  226. "confirm-checklist-delete-dialog": "Are you sure you want to delete checklist?",
  227. "copy-card-link-to-clipboard": "Скопіювати посилання на картку в буфер обміну",
  228. "linkCardPopup-title": "Link Card",
  229. "searchElementPopup-title": "Search",
  230. "copyCardPopup-title": "Copy Card",
  231. "copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards",
  232. "copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
  233. "copyChecklistToManyCardsPopup-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\"} ]",
  234. "create": "Create",
  235. "createBoardPopup-title": "Create Board",
  236. "chooseBoardSourcePopup-title": "Import board",
  237. "createLabelPopup-title": "Create Label",
  238. "createCustomField": "Create Field",
  239. "createCustomFieldPopup-title": "Create Field",
  240. "current": "current",
  241. "custom-field-delete-pop": "There is no undo. This will remove this custom field from all cards and destroy its history.",
  242. "custom-field-checkbox": "Checkbox",
  243. "custom-field-date": "Date",
  244. "custom-field-dropdown": "Dropdown List",
  245. "custom-field-dropdown-none": "(none)",
  246. "custom-field-dropdown-options": "List Options",
  247. "custom-field-dropdown-options-placeholder": "Press enter to add more options",
  248. "custom-field-dropdown-unknown": "(unknown)",
  249. "custom-field-number": "Number",
  250. "custom-field-text": "Text",
  251. "custom-fields": "Custom Fields",
  252. "date": "Date",
  253. "decline": "Decline",
  254. "default-avatar": "Default avatar",
  255. "delete": "Delete",
  256. "deleteCustomFieldPopup-title": "Delete Custom Field?",
  257. "deleteLabelPopup-title": "Delete Label?",
  258. "description": "Description",
  259. "disambiguateMultiLabelPopup-title": "Disambiguate Label Action",
  260. "disambiguateMultiMemberPopup-title": "Disambiguate Member Action",
  261. "discard": "Discard",
  262. "done": "Done",
  263. "download": "Download",
  264. "edit": "Edit",
  265. "edit-avatar": "Змінити аватар",
  266. "edit-profile": "Edit Profile",
  267. "edit-wip-limit": "Edit WIP Limit",
  268. "soft-wip-limit": "Soft WIP Limit",
  269. "editCardStartDatePopup-title": "Change start date",
  270. "editCardDueDatePopup-title": "Change due date",
  271. "editCustomFieldPopup-title": "Edit Field",
  272. "editCardSpentTimePopup-title": "Change spent time",
  273. "editLabelPopup-title": "Change Label",
  274. "editNotificationPopup-title": "Edit Notification",
  275. "editProfilePopup-title": "Edit Profile",
  276. "email": "Email",
  277. "email-enrollAccount-subject": "An account created for you on __siteName__",
  278. "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.",
  279. "email-fail": "Sending email failed",
  280. "email-fail-text": "Error trying to send email",
  281. "email-invalid": "Invalid email",
  282. "email-invite": "Invite via Email",
  283. "email-invite-subject": "__inviter__ sent you an invitation",
  284. "email-invite-text": "Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.",
  285. "email-resetPassword-subject": "Reset your password on __siteName__",
  286. "email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.",
  287. "email-sent": "Email sent",
  288. "email-verifyEmail-subject": "Verify your email address on __siteName__",
  289. "email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.",
  290. "enable-wip-limit": "Enable WIP Limit",
  291. "error-board-doesNotExist": "This board does not exist",
  292. "error-board-notAdmin": "You need to be admin of this board to do that",
  293. "error-board-notAMember": "You need to be a member of this board to do that",
  294. "error-json-malformed": "Your text is not valid JSON",
  295. "error-json-schema": "Your JSON data does not include the proper information in the correct format",
  296. "error-list-doesNotExist": "This list does not exist",
  297. "error-user-doesNotExist": "This user does not exist",
  298. "error-user-notAllowSelf": "You can not invite yourself",
  299. "error-user-notCreated": "This user is not created",
  300. "error-username-taken": "This username is already taken",
  301. "error-email-taken": "Email has already been taken",
  302. "export-board": "Export board",
  303. "sort": "Sort",
  304. "sort-desc": "Click to Sort List",
  305. "list-sort-by": "Sort the List By:",
  306. "list-label-modifiedAt": "Last Access Time",
  307. "list-label-title": "Name of the List",
  308. "list-label-sort": "Your Manual Order",
  309. "list-label-short-modifiedAt": "(L)",
  310. "list-label-short-title": "(N)",
  311. "list-label-short-sort": "(M)",
  312. "filter": "Filter",
  313. "filter-cards": "Filter Cards or Lists",
  314. "list-filter-label": "Filter List by Title",
  315. "filter-clear": "Clear filter",
  316. "filter-no-label": "No label",
  317. "filter-no-member": "No member",
  318. "filter-no-custom-fields": "No Custom Fields",
  319. "filter-show-archive": "Show archived lists",
  320. "filter-hide-empty": "Hide empty lists",
  321. "filter-on": "Filter is on",
  322. "filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
  323. "filter-to-selection": "Filter to selection",
  324. "advanced-filter-label": "Advanced Filter",
  325. "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",
  326. "fullname": "Full Name",
  327. "header-logo-title": "Go back to your boards page.",
  328. "hide-system-messages": "Hide system messages",
  329. "headerBarCreateBoardPopup-title": "Create Board",
  330. "home": "Home",
  331. "import": "Import",
  332. "link": "Link",
  333. "import-board": "import board",
  334. "import-board-c": "Import board",
  335. "import-board-title-trello": "Import board from Trello",
  336. "import-board-title-wekan": "Import board from previous export",
  337. "import-sandstorm-backup-warning": "Не видаляйте імпортовані дані з раніше збереженої дошки або Trello, поки не переконаєтеся, що імпорт завершився успішно - вдається закрити і знову відкрити дошку, і не з'являється помилка «Дошка не знайдена», що означає втрату даних.",
  338. "import-sandstorm-warning": "Imported board will delete all existing data on board and replace it with imported board.",
  339. "from-trello": "From Trello",
  340. "from-wekan": "From previous export",
  341. "import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
  342. "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
  343. "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
  344. "import-json-placeholder": "Paste your valid JSON data here",
  345. "import-map-members": "Map members",
  346. "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
  347. "import-show-user-mapping": "Review members mapping",
  348. "import-user-select": "Pick your existing user you want to use as this member",
  349. "importMapMembersAddPopup-title": "Select member",
  350. "info": "Version",
  351. "initials": "Initials",
  352. "invalid-date": "Invalid date",
  353. "invalid-time": "Invalid time",
  354. "invalid-user": "Invalid user",
  355. "joined": "joined",
  356. "just-invited": "You are just invited to this board",
  357. "keyboard-shortcuts": "Keyboard shortcuts",
  358. "label-create": "Create Label",
  359. "label-default": "%s label (default)",
  360. "label-delete-pop": "There is no undo. This will remove this label from all cards and destroy its history.",
  361. "labels": "Labels",
  362. "language": "Language",
  363. "last-admin-desc": "You can’t change roles because there must be at least one admin.",
  364. "leave-board": "Leave Board",
  365. "leave-board-pop": "Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.",
  366. "leaveBoardPopup-title": "Leave Board ?",
  367. "link-card": "Link to this card",
  368. "list-archive-cards": "Move all cards in this list to Archive",
  369. "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”.",
  370. "list-move-cards": "Move all cards in this list",
  371. "list-select-cards": "Select all cards in this list",
  372. "set-color-list": "Set Color",
  373. "listActionPopup-title": "List Actions",
  374. "swimlaneActionPopup-title": "Swimlane Actions",
  375. "swimlaneAddPopup-title": "Add a Swimlane below",
  376. "listImportCardPopup-title": "Import a Trello card",
  377. "listMorePopup-title": "More",
  378. "link-list": "Link to this list",
  379. "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
  380. "list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
  381. "lists": "Lists",
  382. "swimlanes": "Swimlanes",
  383. "log-out": "Log Out",
  384. "log-in": "Log In",
  385. "loginPopup-title": "Log In",
  386. "memberMenuPopup-title": "Member Settings",
  387. "members": "Користувачі",
  388. "menu": "Menu",
  389. "move-selection": "Move selection",
  390. "moveCardPopup-title": "Move Card",
  391. "moveCardToBottom-title": "Move to Bottom",
  392. "moveCardToTop-title": "Move to Top",
  393. "moveSelectionPopup-title": "Move selection",
  394. "multi-selection": "Multi-Selection",
  395. "multi-selection-on": "Multi-Selection is on",
  396. "muted": "Muted",
  397. "muted-info": "You will never be notified of any changes in this board",
  398. "my-boards": "My Boards",
  399. "name": "Name",
  400. "no-archived-cards": "No cards in Archive.",
  401. "no-archived-lists": "No lists in Archive.",
  402. "no-archived-swimlanes": "No swimlanes in Archive.",
  403. "no-results": "No results",
  404. "normal": "Normal",
  405. "normal-desc": "Can view and edit cards. Can't change settings.",
  406. "not-accepted-yet": "Invitation not accepted yet",
  407. "notify-participate": "Receive updates to any cards you participate as creater or member",
  408. "notify-watch": "Receive updates to any boards, lists, or cards you’re watching",
  409. "optional": "optional",
  410. "or": "or",
  411. "page-maybe-private": "This page may be private. You may be able to view it by <a href='%s'>logging in</a>.",
  412. "page-not-found": "Page not found.",
  413. "password": "Password",
  414. "paste-or-dragdrop": "to paste, or drag & drop image file to it (image only)",
  415. "participating": "Participating",
  416. "preview": "Preview",
  417. "previewAttachedImagePopup-title": "Preview",
  418. "previewClipboardImagePopup-title": "Preview",
  419. "private": "Private",
  420. "private-desc": "This board is private. Only people added to the board can view and edit it.",
  421. "profile": "Profile",
  422. "public": "Public",
  423. "public-desc": "Цю дошку можуть переглядати усі, у кого є посилання. Також ця дошка може бути проіндексована пошуковими системами. Вносити зміни можуть тільки учасники.",
  424. "quick-access-description": "Star a board to add a shortcut in this bar.",
  425. "remove-cover": "Remove Cover",
  426. "remove-from-board": "Remove from Board",
  427. "remove-label": "Remove Label",
  428. "listDeletePopup-title": "Delete List ?",
  429. "remove-member": "Remove Member",
  430. "remove-member-from-card": "Remove from Card",
  431. "remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
  432. "removeMemberPopup-title": "Remove Member?",
  433. "rename": "Rename",
  434. "rename-board": "Перейменувати дошку",
  435. "restore": "Restore",
  436. "save": "Save",
  437. "search": "Search",
  438. "rules": "Rules",
  439. "search-cards": "Search from card/list titles and descriptions on this board",
  440. "search-example": "Text to search for?",
  441. "select-color": "Select Color",
  442. "set-wip-limit-value": "Set a limit for the maximum number of tasks in this list",
  443. "setWipLimitPopup-title": "Set WIP Limit",
  444. "shortcut-assign-self": "Assign yourself to current card",
  445. "shortcut-autocomplete-emoji": "Autocomplete emoji",
  446. "shortcut-autocomplete-members": "Autocomplete members",
  447. "shortcut-clear-filters": "Clear all filters",
  448. "shortcut-close-dialog": "Close Dialog",
  449. "shortcut-filter-my-cards": "Filter my cards",
  450. "shortcut-show-shortcuts": "Bring up this shortcuts list",
  451. "shortcut-toggle-filterbar": "Toggle Filter Sidebar",
  452. "shortcut-toggle-sidebar": "Toggle Board Sidebar",
  453. "show-cards-minimum-count": "Show cards count if list contains more than",
  454. "sidebar-open": "Open Sidebar",
  455. "sidebar-close": "Close Sidebar",
  456. "signupPopup-title": "Create an Account",
  457. "star-board-title": "Click to star this board. It will show up at top of your boards list.",
  458. "starred-boards": "Starred Boards",
  459. "starred-boards-description": "Starred boards show up at the top of your boards list.",
  460. "subscribe": "Subscribe",
  461. "team": "Team",
  462. "this-board": "this board",
  463. "this-card": "this card",
  464. "spent-time-hours": "Spent time (hours)",
  465. "overtime-hours": "Overtime (hours)",
  466. "overtime": "Overtime",
  467. "has-overtime-cards": "Has overtime cards",
  468. "has-spenttime-cards": "Has spent time cards",
  469. "time": "Time",
  470. "title": "Title",
  471. "tracking": "Tracking",
  472. "tracking-info": "Ви будете повідомлені про будь-які зміни в тих картках, в яких ви є творцем або учасником.",
  473. "type": "Type",
  474. "unassign-member": "Unassign member",
  475. "unsaved-description": "You have an unsaved description.",
  476. "unwatch": "Unwatch",
  477. "upload": "Upload",
  478. "upload-avatar": "Upload an avatar",
  479. "uploaded-avatar": "Uploaded an avatar",
  480. "username": "Username",
  481. "view-it": "View it",
  482. "warn-list-archived": "warning: this card is in an list at Archive",
  483. "watch": "Watch",
  484. "watching": "Watching",
  485. "watching-info": "You will be notified of any change in this board",
  486. "welcome-board": "Welcome Board",
  487. "welcome-swimlane": "Milestone 1",
  488. "welcome-list1": "Basics",
  489. "welcome-list2": "Advanced",
  490. "card-templates-swimlane": "Card Templates",
  491. "list-templates-swimlane": "List Templates",
  492. "board-templates-swimlane": "Board Templates",
  493. "what-to-do": "What do you want to do?",
  494. "wipLimitErrorPopup-title": "Invalid WIP Limit",
  495. "wipLimitErrorPopup-dialog-pt1": "Кількість завдань у цьому списку перевищує встановлений вами ліміт",
  496. "wipLimitErrorPopup-dialog-pt2": "Будь ласка, перенесіть деякі завдання з цього списку або збільште ліміт на кількість завдань",
  497. "admin-panel": "Admin Panel",
  498. "settings": "Settings",
  499. "people": "People",
  500. "registration": "Registration",
  501. "disable-self-registration": "Disable Self-Registration",
  502. "invite": "Invite",
  503. "invite-people": "Invite People",
  504. "to-boards": "To board(s)",
  505. "email-addresses": "Email Addresses",
  506. "smtp-host-description": "The address of the SMTP server that handles your emails.",
  507. "smtp-port-description": "The port your SMTP server uses for outgoing emails.",
  508. "smtp-tls-description": "Enable TLS support for SMTP server",
  509. "smtp-host": "SMTP Host",
  510. "smtp-port": "SMTP Port",
  511. "smtp-username": "Username",
  512. "smtp-password": "Password",
  513. "smtp-tls": "TLS support",
  514. "send-from": "From",
  515. "send-smtp-test": "Send a test email to yourself",
  516. "invitation-code": "Invitation Code",
  517. "email-invite-register-subject": "__inviter__ sent you an invitation",
  518. "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.",
  519. "email-smtp-test-subject": "SMTP Test Email",
  520. "email-smtp-test-text": "You have successfully sent an email",
  521. "error-invitation-code-not-exist": "Invitation code doesn't exist",
  522. "error-notAuthorized": "You are not authorized to view this page.",
  523. "webhook-title": "Webhook Name",
  524. "webhook-token": "Token (Optional for Authentication)",
  525. "outgoing-webhooks": "Outgoing Webhooks",
  526. "bidirectional-webhooks": "Two-Way Webhooks",
  527. "outgoingWebhooksPopup-title": "Outgoing Webhooks",
  528. "boardCardTitlePopup-title": "Card Title Filter",
  529. "disable-webhook": "Disable This Webhook",
  530. "global-webhook": "Global Webhooks",
  531. "new-outgoing-webhook": "New Outgoing Webhook",
  532. "no-name": "(Unknown)",
  533. "Node_version": "Node version",
  534. "Meteor_version": "Meteor version",
  535. "MongoDB_version": "MongoDB version",
  536. "MongoDB_storage_engine": "MongoDB storage engine",
  537. "MongoDB_Oplog_enabled": "MongoDB Oplog enabled",
  538. "OS_Arch": "OS Arch",
  539. "OS_Cpus": "OS CPU Count",
  540. "OS_Freemem": "OS Free Memory",
  541. "OS_Loadavg": "OS Load Average",
  542. "OS_Platform": "OS Platform",
  543. "OS_Release": "OS Release",
  544. "OS_Totalmem": "OS Total Memory",
  545. "OS_Type": "OS Type",
  546. "OS_Uptime": "OS Uptime",
  547. "days": "days",
  548. "hours": "hours",
  549. "minutes": "minutes",
  550. "seconds": "seconds",
  551. "show-field-on-card": "Show this field on card",
  552. "automatically-field-on-card": "Auto create field to all cards",
  553. "showLabel-field-on-card": "Show field label on minicard",
  554. "yes": "Yes",
  555. "no": "No",
  556. "accounts": "Accounts",
  557. "accounts-allowEmailChange": "Allow Email Change",
  558. "accounts-allowUserNameChange": "Allow Username Change",
  559. "createdAt": "Created at",
  560. "verified": "Verified",
  561. "active": "Active",
  562. "card-received": "Received",
  563. "card-received-on": "Received on",
  564. "card-end": "End",
  565. "card-end-on": "Ends on",
  566. "editCardReceivedDatePopup-title": "Change received date",
  567. "editCardEndDatePopup-title": "Change end date",
  568. "setCardColorPopup-title": "Set color",
  569. "setCardActionsColorPopup-title": "Choose a color",
  570. "setSwimlaneColorPopup-title": "Choose a color",
  571. "setListColorPopup-title": "Choose a color",
  572. "assigned-by": "Assigned By",
  573. "requested-by": "Requested By",
  574. "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
  575. "delete-board-confirm-popup": "All lists, cards, labels, and activities will be deleted and you won't be able to recover the board contents. There is no undo.",
  576. "boardDeletePopup-title": "Delete Board?",
  577. "delete-board": "Delete Board",
  578. "default-subtasks-board": "Subtasks for __board__ board",
  579. "default": "Default",
  580. "queue": "Queue",
  581. "subtask-settings": "Subtasks Settings",
  582. "boardSubtaskSettingsPopup-title": "Board Subtasks Settings",
  583. "show-subtasks-field": "Cards can have subtasks",
  584. "deposit-subtasks-board": "Deposit subtasks to this board:",
  585. "deposit-subtasks-list": "Landing list for subtasks deposited here:",
  586. "show-parent-in-minicard": "Show parent in minicard:",
  587. "prefix-with-full-path": "Prefix with full path",
  588. "prefix-with-parent": "Prefix with parent",
  589. "subtext-with-full-path": "Subtext with full path",
  590. "subtext-with-parent": "Subtext with parent",
  591. "change-card-parent": "Change card's parent",
  592. "parent-card": "Parent card",
  593. "source-board": "Source board",
  594. "no-parent": "Don't show parent",
  595. "activity-added-label": "added label '%s' to %s",
  596. "activity-removed-label": "removed label '%s' from %s",
  597. "activity-delete-attach": "deleted an attachment from %s",
  598. "activity-added-label-card": "added label '%s'",
  599. "activity-removed-label-card": "removed label '%s'",
  600. "activity-delete-attach-card": "deleted an attachment",
  601. "activity-set-customfield": "set custom field '%s' to '%s' in %s",
  602. "activity-unset-customfield": "unset custom field '%s' in %s",
  603. "r-rule": "Правило",
  604. "r-add-trigger": "Add trigger",
  605. "r-add-action": "Add action",
  606. "r-board-rules": "Дошка правил",
  607. "r-add-rule": "Add rule",
  608. "r-view-rule": "Переглянути правило",
  609. "r-delete-rule": "Видалити правило",
  610. "r-new-rule-name": "Заголовок нового правила\n",
  611. "r-no-rules": "No rules",
  612. "r-when-a-card": "When a card",
  613. "r-is": "is",
  614. "r-is-moved": "is moved",
  615. "r-added-to": "added to",
  616. "r-removed-from": "Видалити з",
  617. "r-the-board": "Дошка",
  618. "r-list": "list",
  619. "set-filter": "Set Filter",
  620. "r-moved-to": "переміщено до",
  621. "r-moved-from": "переміщено з",
  622. "r-archived": "переміщено до Архіву",
  623. "r-unarchived": "Відновлено з Архіву",
  624. "r-a-card": "a card",
  625. "r-when-a-label-is": "When a label is",
  626. "r-when-the-label": "When the label",
  627. "r-list-name": "list name",
  628. "r-when-a-member": "When a member is",
  629. "r-when-the-member": "When the member",
  630. "r-name": "name",
  631. "r-when-a-attach": "When an attachment",
  632. "r-when-a-checklist": "When a checklist is",
  633. "r-when-the-checklist": "When the checklist",
  634. "r-completed": "Completed",
  635. "r-made-incomplete": "Made incomplete",
  636. "r-when-a-item": "When a checklist item is",
  637. "r-when-the-item": "When the checklist item",
  638. "r-checked": "Checked",
  639. "r-unchecked": "Unchecked",
  640. "r-move-card-to": "Move card to",
  641. "r-top-of": "Top of",
  642. "r-bottom-of": "Bottom of",
  643. "r-its-list": "its list",
  644. "r-archive": "Move to Archive",
  645. "r-unarchive": "Restore from Archive",
  646. "r-card": "Картка",
  647. "r-add": "Додати",
  648. "r-remove": "Видалити\n",
  649. "r-label": "label",
  650. "r-member": "Користувач",
  651. "r-remove-all": "Видалити усіх учасників картки",
  652. "r-set-color": "Set color to",
  653. "r-checklist": "checklist",
  654. "r-check-all": "Check all",
  655. "r-uncheck-all": "Uncheck all",
  656. "r-items-check": "items of checklist",
  657. "r-check": "Check",
  658. "r-uncheck": "Uncheck",
  659. "r-item": "item",
  660. "r-of-checklist": "of checklist",
  661. "r-send-email": "Send an email",
  662. "r-to": "to",
  663. "r-subject": "Об'єкт",
  664. "r-rule-details": "Rule details",
  665. "r-d-move-to-top-gen": "Move card to top of its list",
  666. "r-d-move-to-top-spec": "Move card to top of list",
  667. "r-d-move-to-bottom-gen": "Move card to bottom of its list",
  668. "r-d-move-to-bottom-spec": "Move card to bottom of list",
  669. "r-d-send-email": "Відправити email",
  670. "r-d-send-email-to": "to",
  671. "r-d-send-email-subject": "Об'єкт",
  672. "r-d-send-email-message": "повідомлення",
  673. "r-d-archive": "Move card to Archive",
  674. "r-d-unarchive": "Restore card from Archive",
  675. "r-d-add-label": "Add label",
  676. "r-d-remove-label": "Remove label",
  677. "r-create-card": "Create new card",
  678. "r-in-list": "in list",
  679. "r-in-swimlane": "in swimlane",
  680. "r-d-add-member": "Додати користувача",
  681. "r-d-remove-member": "Видалити користувача",
  682. "r-d-remove-all-member": "Remove all member",
  683. "r-d-check-all": "Check all items of a list",
  684. "r-d-uncheck-all": "Uncheck all items of a list",
  685. "r-d-check-one": "Check item",
  686. "r-d-uncheck-one": "Uncheck item",
  687. "r-d-check-of-list": "of checklist",
  688. "r-d-add-checklist": "Add checklist",
  689. "r-d-remove-checklist": "Remove checklist",
  690. "r-by": "by",
  691. "r-add-checklist": "Add checklist",
  692. "r-with-items": "with items",
  693. "r-items-list": "item1,item2,item3",
  694. "r-add-swimlane": "Add swimlane",
  695. "r-swimlane-name": "swimlane name",
  696. "r-board-note": "Note: leave a field empty to match every possible value.",
  697. "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
  698. "r-when-a-card-is-moved": "When a card is moved to another list",
  699. "r-set": "Set",
  700. "r-update": "Update",
  701. "r-datefield": "date field",
  702. "r-df-start-at": "start",
  703. "r-df-due-at": "due",
  704. "r-df-end-at": "end",
  705. "r-df-received-at": "received",
  706. "r-to-current-datetime": "to current date/time",
  707. "r-remove-value-from": "Remove value from",
  708. "ldap": "LDAP",
  709. "oauth2": "OAuth2",
  710. "cas": "CAS",
  711. "authentication-method": "Authentication method",
  712. "authentication-type": "Authentication type",
  713. "custom-product-name": "Custom Product Name",
  714. "layout": "Layout",
  715. "hide-logo": "Hide Logo",
  716. "add-custom-html-after-body-start": "Add Custom HTML after <body> start",
  717. "add-custom-html-before-body-end": "Add Custom HTML before </body> end",
  718. "error-undefined": "Something went wrong",
  719. "error-ldap-login": "An error occurred while trying to login",
  720. "display-authentication-method": "Display Authentication Method",
  721. "default-authentication-method": "Default Authentication Method",
  722. "duplicate-board": "Duplicate Board",
  723. "people-number": "The number of people is:",
  724. "swimlaneDeletePopup-title": "Delete Swimlane ?",
  725. "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
  726. "restore-all": "Відновити все",
  727. "delete-all": "Видалити все",
  728. "loading": "Завантаження, зачекайте будь-ласка.",
  729. "previous_as": "last time was",
  730. "act-a-dueAt": "modified due time to \nWhen: __timeValue__\nWhere: __card__\n previous due was __timeOldValue__",
  731. "act-a-endAt": "modified ending time to __timeValue__ from (__timeOldValue__)",
  732. "act-a-startAt": "modified starting time to __timeValue__ from (__timeOldValue__)",
  733. "act-a-receivedAt": "modified received time to __timeValue__ from (__timeOldValue__)",
  734. "a-dueAt": "modified due time to be",
  735. "a-endAt": "modified ending time to be",
  736. "a-startAt": "modified starting time to be",
  737. "a-receivedAt": "modified received time to be",
  738. "almostdue": "current due time %s is approaching",
  739. "pastdue": "current due time %s is past",
  740. "duenow": "current due time %s is today",
  741. "act-newDue": "__list__/__card__ має 1-ше нагадування визначеного терміну [__board__]",
  742. "act-withDue": "__list__/__card__ due reminders [__board__]",
  743. "act-almostdue": "was reminding the current due (__timeValue__) of __card__ is approaching",
  744. "act-pastdue": "was reminding the current due (__timeValue__) of __card__ is past",
  745. "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now",
  746. "act-atUserComment": "Ви були згадані у [__board__] __list__/__card__",
  747. "delete-user-confirm-popup": "Ви дійсно бажаєте видалити даний обліковий запис? Цю дію не можна відмінити.",
  748. "accounts-allowUserDelete": "Дозволити користувачам видаляти їх власні облікові записи",
  749. "hide-minicard-label-text": "Hide minicard label text",
  750. "show-desktop-drag-handles": "Show desktop drag handles",
  751. "assignee": "Assignee",
  752. "cardAssigneesPopup-title": "Assignee"
  753. }