You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uk.yml 51KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022
  1. uk:
  2. direction: ltr
  3. date:
  4. formats:
  5. # Use the strftime parameters for formats.
  6. # When no format has been given, it uses default.
  7. # You can provide other formats here if you like!
  8. default: "%Y-%m-%d"
  9. short: "%b %d"
  10. long: "%B %d, %Y"
  11. day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
  12. abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
  13. # Don't forget the nil at the beginning; there's no such thing as a 0th month
  14. month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
  15. abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
  16. # Used in date_select and datime_select.
  17. order:
  18. - :year
  19. - :month
  20. - :day
  21. time:
  22. formats:
  23. default: "%a, %d %b %Y %H:%M:%S %z"
  24. time: "%H:%M"
  25. short: "%d %b %H:%M"
  26. long: "%B %d, %Y %H:%M"
  27. am: "am"
  28. pm: "pm"
  29. datetime:
  30. distance_in_words:
  31. half_a_minute: "half a minute"
  32. less_than_x_seconds:
  33. one: "less than 1 second"
  34. other: "less than %{count} seconds"
  35. x_seconds:
  36. one: "1 second"
  37. other: "%{count} seconds"
  38. less_than_x_minutes:
  39. one: "less than a minute"
  40. other: "less than %{count} minutes"
  41. x_minutes:
  42. one: "1 minute"
  43. other: "%{count} minutes"
  44. about_x_hours:
  45. one: "about 1 hour"
  46. other: "about %{count} hours"
  47. x_days:
  48. one: "1 day"
  49. other: "%{count} days"
  50. about_x_months:
  51. one: "about 1 month"
  52. other: "about %{count} months"
  53. x_months:
  54. one: "1 month"
  55. other: "%{count} months"
  56. about_x_years:
  57. one: "about 1 year"
  58. other: "about %{count} years"
  59. over_x_years:
  60. one: "over 1 year"
  61. other: "over %{count} years"
  62. almost_x_years:
  63. one: "almost 1 year"
  64. other: "almost %{count} years"
  65. number:
  66. format:
  67. separator: "."
  68. delimiter: ""
  69. precision: 3
  70. human:
  71. format:
  72. precision: 1
  73. delimiter: ""
  74. storage_units:
  75. format: "%n %u"
  76. units:
  77. kb: KB
  78. tb: TB
  79. gb: GB
  80. byte:
  81. one: Byte
  82. other: Bytes
  83. mb: MB
  84. # Used in array.to_sentence.
  85. support:
  86. array:
  87. sentence_connector: "and"
  88. skip_last_comma: false
  89. activerecord:
  90. errors:
  91. template:
  92. header:
  93. one: "1 error prohibited this %{model} from being saved"
  94. other: "%{count} errors prohibited this %{model} from being saved"
  95. messages:
  96. inclusion: "немає в списку"
  97. exclusion: "зарезервовано"
  98. invalid: "невірне"
  99. confirmation: "не збігається з підтвердженням"
  100. accepted: "необхідно прийняти"
  101. empty: "не може бути порожнім"
  102. blank: "не може бути незаповненим"
  103. too_long: "дуже довге"
  104. too_short: "дуже коротке"
  105. wrong_length: "не відповідає довжині"
  106. taken: "вже використовується"
  107. not_a_number: "не є числом"
  108. not_a_date: "є недійсною датою"
  109. greater_than: "must be greater than %{count}"
  110. greater_than_or_equal_to: "must be greater than or equal to %{count}"
  111. equal_to: "must be equal to %{count}"
  112. less_than: "must be less than %{count}"
  113. less_than_or_equal_to: "must be less than or equal to %{count}"
  114. odd: "must be odd"
  115. even: "must be even"
  116. greater_than_start_date: "повинна бути пізніша за дату початку"
  117. not_same_project: "не відносяться до одного проекту"
  118. circular_dependency: "Такий зв'язок приведе до циклічної залежності"
  119. cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
  120. actionview_instancetag_blank_option: Оберіть
  121. general_text_No: 'Ні'
  122. general_text_Yes: 'Так'
  123. general_text_no: 'Ні'
  124. general_text_yes: 'Так'
  125. general_lang_name: 'Ukrainian (Українська)'
  126. general_csv_separator: ','
  127. general_csv_decimal_separator: '.'
  128. general_csv_encoding: UTF-8
  129. general_pdf_encoding: UTF-8
  130. general_first_day_of_week: '1'
  131. notice_account_updated: Обліковий запис успішно оновлений.
  132. notice_account_invalid_creditentials: Неправильне ім'я користувача або пароль
  133. notice_account_password_updated: Пароль успішно оновлений.
  134. notice_account_wrong_password: Невірний пароль
  135. notice_account_register_done: Обліковий запис успішно створений. Для активації Вашого облікового запису зайдіть по посиланню, яке відіслане вам електронною поштою.
  136. notice_account_unknown_email: Невідомий користувач.
  137. notice_can_t_change_password: Для даного облікового запису використовується джерело зовнішньої аутентифікації. Неможливо змінити пароль.
  138. notice_account_lost_email_sent: Вам відправлений лист з інструкціями по вибору нового пароля.
  139. notice_account_activated: Ваш обліковий запис активований. Ви можете увійти.
  140. notice_successful_create: Створення успішно завершене.
  141. notice_successful_update: Оновлення успішно завершене.
  142. notice_successful_delete: Видалення успішно завершене.
  143. notice_successful_connection: Підключення успішно встановлене.
  144. notice_file_not_found: Сторінка, на яку ви намагаєтеся зайти, не існує або видалена.
  145. notice_locking_conflict: Дані оновлено іншим користувачем.
  146. notice_scm_error: Запису та/або виправлення немає в репозиторії.
  147. notice_not_authorized: У вас немає прав для відвідини даної сторінки.
  148. notice_email_sent: "Відправлено листа %{value}"
  149. notice_email_error: "Під час відправки листа відбулася помилка (%{value})"
  150. notice_feeds_access_key_reseted: Ваш ключ доступу RSS було скинуто.
  151. notice_failed_to_save_issues: "Не вдалося зберегти %{count} пункт(ів) з %{total} вибраних: %{ids}."
  152. notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати."
  153. notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором."
  154. mail_subject_lost_password: "Ваш %{value} пароль"
  155. mail_body_lost_password: 'Для зміни пароля, зайдіть за наступним посиланням:'
  156. mail_subject_register: "Активація облікового запису %{value}"
  157. mail_body_register: 'Для активації облікового запису, зайдіть за наступним посиланням:'
  158. mail_body_account_information_external: "Ви можете використовувати ваш %{value} обліковий запис для входу."
  159. mail_body_account_information: Інформація по Вашому обліковому запису
  160. mail_subject_account_activation_request: "Запит на активацію облікового запису %{value}"
  161. mail_body_account_activation_request: "Новий користувач (%{value}) зареєструвався. Його обліковий запис чекає на ваше підтвердження:"
  162. gui_validation_error: 1 помилка
  163. gui_validation_error_plural: "%{count} помилки(ок)"
  164. field_name: Ім'я
  165. field_description: Опис
  166. field_summary: Короткий опис
  167. field_is_required: Необхідно
  168. field_firstname: Ім'я
  169. field_lastname: Прізвище
  170. field_mail: Ел. пошта
  171. field_filename: Файл
  172. field_filesize: Розмір
  173. field_downloads: Завантаження
  174. field_author: Автор
  175. field_created_on: Створено
  176. field_updated_on: Оновлено
  177. field_field_format: Формат
  178. field_is_for_all: Для усіх проектів
  179. field_possible_values: Можливі значення
  180. field_regexp: Регулярний вираз
  181. field_min_length: Мінімальна довжина
  182. field_max_length: Максимальна довжина
  183. field_value: Значення
  184. field_category: Категорія
  185. field_title: Назва
  186. field_project: Проект
  187. field_issue: Питання
  188. field_status: Статус
  189. field_notes: Примітки
  190. field_is_closed: Питання закрито
  191. field_is_default: Типове значення
  192. field_tracker: Координатор
  193. field_subject: Тема
  194. field_due_date: Дата виконання
  195. field_assigned_to: Призначена до
  196. field_priority: Пріоритет
  197. field_fixed_version: Target version
  198. field_user: Користувач
  199. field_role: Роль
  200. field_homepage: Домашня сторінка
  201. field_is_public: Публічний
  202. field_parent: Підпроект
  203. field_is_in_roadmap: Питання, що відображаються в оперативному плані
  204. field_login: Вхід
  205. field_mail_notification: Повідомлення за електронною поштою
  206. field_admin: Адміністратор
  207. field_last_login_on: Останнє підключення
  208. field_language: Мова
  209. field_effective_date: Дата
  210. field_password: Пароль
  211. field_new_password: Новий пароль
  212. field_password_confirmation: Підтвердження
  213. field_version: Версія
  214. field_type: Тип
  215. field_host: Машина
  216. field_port: Порт
  217. field_account: Обліковий запис
  218. field_base_dn: Базове відмітне ім'я
  219. field_attr_login: Атрибут Реєстрація
  220. field_attr_firstname: Атрибут Ім'я
  221. field_attr_lastname: Атрибут Прізвище
  222. field_attr_mail: Атрибут Email
  223. field_onthefly: Створення користувача на льоту
  224. field_start_date: Початок
  225. field_done_ratio: "% зроблено"
  226. field_auth_source: Режим аутентифікації
  227. field_hide_mail: Приховувати мій email
  228. field_comments: Коментар
  229. field_url: URL
  230. field_start_page: Стартова сторінка
  231. field_subproject: Підпроект
  232. field_hours: Годин(и/а)
  233. field_activity: Діяльність
  234. field_spent_on: Дата
  235. field_identifier: Ідентифікатор
  236. field_is_filter: Використовується як фільтр
  237. field_issue_to: Зв'язані задачі
  238. field_delay: Відкласти
  239. field_assignable: Задача може бути призначена цій ролі
  240. field_redirect_existing_links: Перенаправити існуючі посилання
  241. field_estimated_hours: Оцінний час
  242. field_column_names: Колонки
  243. field_time_zone: Часовий пояс
  244. field_searchable: Вживається у пошуку
  245. setting_app_title: Назва додатку
  246. setting_app_subtitle: Підзаголовок додатку
  247. setting_welcome_text: Текст привітання
  248. setting_default_language: Стандартна мова
  249. setting_login_required: Необхідна аутентифікація
  250. setting_self_registration: Можлива само-реєстрація
  251. setting_attachment_max_size: Максимальний размір вкладення
  252. setting_issues_export_limit: Обмеження по задачах, що експортуються
  253. setting_mail_from: email адреса для передачі інформації
  254. setting_bcc_recipients: Отримувачі сліпої копії (bcc)
  255. setting_host_name: Им'я машини
  256. setting_text_formatting: Форматування тексту
  257. setting_wiki_compression: Стиснення історії Wiki
  258. setting_feeds_limit: Обмеження змісту подачі
  259. setting_autofetch_changesets: Автоматично доставати доповнення
  260. setting_sys_api_enabled: Дозволити WS для управління репозиторієм
  261. setting_commit_ref_keywords: Ключові слова для посилання
  262. setting_commit_fix_keywords: Призначення ключових слів
  263. setting_autologin: Автоматичний вхід
  264. setting_date_format: Формат дати
  265. setting_time_format: Формат часу
  266. setting_cross_project_issue_relations: Дозволити міжпроектні відносини між питаннями
  267. setting_issue_list_default_columns: Колонки, що відображаються за умовчанням в списку питань
  268. setting_emails_footer: Підпис до електронної пошти
  269. setting_protocol: Протокол
  270. label_user: Користувач
  271. label_user_plural: Користувачі
  272. label_user_new: Новий користувач
  273. label_project: Проект
  274. label_project_new: Новий проект
  275. label_project_plural: Проекти
  276. label_x_projects:
  277. zero: no projects
  278. one: 1 project
  279. other: "%{count} projects"
  280. label_project_all: Усі проекти
  281. label_project_latest: Останні проекти
  282. label_issue: Питання
  283. label_issue_new: Нові питання
  284. label_issue_plural: Питання
  285. label_issue_view_all: Проглянути всі питання
  286. label_issues_by: "Питання за %{value}"
  287. label_document: Документ
  288. label_document_new: Новий документ
  289. label_document_plural: Документи
  290. label_role: Роль
  291. label_role_plural: Ролі
  292. label_role_new: Нова роль
  293. label_role_and_permissions: Ролі і права доступу
  294. label_member: Учасник
  295. label_member_new: Новий учасник
  296. label_member_plural: Учасники
  297. label_tracker: Координатор
  298. label_tracker_plural: Координатори
  299. label_tracker_new: Новий Координатор
  300. label_workflow: Послідовність дій
  301. label_issue_status: Статус питання
  302. label_issue_status_plural: Статуси питань
  303. label_issue_status_new: Новий статус
  304. label_issue_category: Категорія питання
  305. label_issue_category_plural: Категорії питань
  306. label_issue_category_new: Нова категорія
  307. label_custom_field: Поле клієнта
  308. label_custom_field_plural: Поля клієнта
  309. label_custom_field_new: Нове поле клієнта
  310. label_enumerations: Довідники
  311. label_enumeration_new: Нове значення
  312. label_information: Інформація
  313. label_information_plural: Інформація
  314. label_please_login: Будь ласка, увійдіть
  315. label_register: Зареєструватися
  316. label_password_lost: Забули пароль
  317. label_home: Домашня сторінка
  318. label_my_page: Моя сторінка
  319. label_my_account: Мій обліковий запис
  320. label_my_projects: Мої проекти
  321. label_administration: Адміністрування
  322. label_login: Увійти
  323. label_logout: Вийти
  324. label_help: Допомога
  325. label_reported_issues: Створені питання
  326. label_assigned_to_me_issues: Мої питання
  327. label_last_login: Останнє підключення
  328. label_registered_on: Зареєстрований(а)
  329. label_activity: Активність
  330. label_new: Новий
  331. label_logged_as: Увійшов як
  332. label_environment: Оточення
  333. label_authentication: Аутентифікація
  334. label_auth_source: Режим аутентифікації
  335. label_auth_source_new: Новий режим аутентифікації
  336. label_auth_source_plural: Режими аутентифікації
  337. label_subproject_plural: Підпроекти
  338. label_min_max_length: Мінімальна - максимальна довжина
  339. label_list: Список
  340. label_date: Дата
  341. label_integer: Цілий
  342. label_float: З плаваючою крапкою
  343. label_boolean: Логічний
  344. label_string: Текст
  345. label_text: Довгий текст
  346. label_attribute: Атрибут
  347. label_attribute_plural: атрибути
  348. label_download: "%{count} Завантажено"
  349. label_download_plural: "%{count} Завантажень"
  350. label_no_data: Немає даних для відображення
  351. label_change_status: Змінити статус
  352. label_history: Історія
  353. label_attachment: Файл
  354. label_attachment_new: Новий файл
  355. label_attachment_delete: Видалити файл
  356. label_attachment_plural: Файли
  357. label_report: Звіт
  358. label_report_plural: Звіти
  359. label_news: Новини
  360. label_news_new: Додати новину
  361. label_news_plural: Новини
  362. label_news_latest: Останні новини
  363. label_news_view_all: Подивитися всі новини
  364. label_settings: Налаштування
  365. label_overview: Перегляд
  366. label_version: Версія
  367. label_version_new: Нова версія
  368. label_version_plural: Версії
  369. label_confirmation: Підтвердження
  370. label_export_to: Експортувати в
  371. label_read: Читання...
  372. label_public_projects: Публічні проекти
  373. label_open_issues: відкрите
  374. label_open_issues_plural: відкриті
  375. label_closed_issues: закрите
  376. label_closed_issues_plural: закриті
  377. label_x_open_issues_abbr_on_total:
  378. zero: 0 open / %{total}
  379. one: 1 open / %{total}
  380. other: "%{count} open / %{total}"
  381. label_x_open_issues_abbr:
  382. zero: 0 open
  383. one: 1 open
  384. other: "%{count} open"
  385. label_x_closed_issues_abbr:
  386. zero: 0 closed
  387. one: 1 closed
  388. other: "%{count} closed"
  389. label_total: Всього
  390. label_permissions: Права доступу
  391. label_current_status: Поточний статус
  392. label_new_statuses_allowed: Дозволені нові статуси
  393. label_all: Усі
  394. label_none: Нікому
  395. label_nobody: Ніхто
  396. label_next: Наступний
  397. label_previous: Попередній
  398. label_used_by: Використовується
  399. label_details: Подробиці
  400. label_add_note: Додати зауваження
  401. label_per_page: На сторінку
  402. label_calendar: Календар
  403. label_months_from: місяців(ця) з
  404. label_gantt: Діаграма Ганта
  405. label_internal: Внутрішній
  406. label_last_changes: "останні %{count} змін"
  407. label_change_view_all: Проглянути всі зміни
  408. label_personalize_page: Персоналізувати цю сторінку
  409. label_comment: Коментувати
  410. label_comment_plural: Коментарі
  411. label_x_comments:
  412. zero: no comments
  413. one: 1 comment
  414. other: "%{count} comments"
  415. label_comment_add: Залишити коментар
  416. label_comment_added: Коментар додано
  417. label_comment_delete: Видалити коментарі
  418. label_query: Запит клієнта
  419. label_query_plural: Запити клієнтів
  420. label_query_new: Новий запит
  421. label_filter_add: Додати фільтр
  422. label_filter_plural: Фільтри
  423. label_equals: є
  424. label_not_equals: немає
  425. label_in_less_than: менш ніж
  426. label_in_more_than: більш ніж
  427. label_in: у
  428. label_today: сьогодні
  429. label_this_week: цього тижня
  430. label_less_than_ago: менш ніж днів(я) назад
  431. label_more_than_ago: більш ніж днів(я) назад
  432. label_ago: днів(я) назад
  433. label_contains: містить
  434. label_not_contains: не містить
  435. label_day_plural: днів(я)
  436. label_repository: Репозиторій
  437. label_browse: Проглянути
  438. label_modification: "%{count} зміна"
  439. label_modification_plural: "%{count} змін"
  440. label_revision: Версія
  441. label_revision_plural: Версій
  442. label_added: додано
  443. label_modified: змінене
  444. label_deleted: видалено
  445. label_latest_revision: Остання версія
  446. label_latest_revision_plural: Останні версії
  447. label_view_revisions: Проглянути версії
  448. label_max_size: Максимальний розмір
  449. label_sort_highest: У початок
  450. label_sort_higher: Вгору
  451. label_sort_lower: Вниз
  452. label_sort_lowest: У кінець
  453. label_roadmap: Оперативний план
  454. label_roadmap_due_in: "Строк %{value}"
  455. label_roadmap_overdue: "%{value} запізнення"
  456. label_roadmap_no_issues: Немає питань для даної версії
  457. label_search: Пошук
  458. label_result_plural: Результати
  459. label_all_words: Всі слова
  460. label_wiki: Wiki
  461. label_wiki_edit: Редагування Wiki
  462. label_wiki_edit_plural: Редагування Wiki
  463. label_wiki_page: Сторінка Wiki
  464. label_wiki_page_plural: Сторінки Wiki
  465. label_index_by_title: Індекс за назвою
  466. label_index_by_date: Індекс за датою
  467. label_current_version: Поточна версія
  468. label_preview: Попередній перегляд
  469. label_feed_plural: Подання
  470. label_changes_details: Подробиці по всіх змінах
  471. label_issue_tracking: Координація питань
  472. label_spent_time: Витрачений час
  473. label_f_hour: "%{value} година"
  474. label_f_hour_plural: "%{value} годин(и)"
  475. label_time_tracking: Облік часу
  476. label_change_plural: Зміни
  477. label_statistics: Статистика
  478. label_commits_per_month: Подань на місяць
  479. label_commits_per_author: Подань на користувача
  480. label_view_diff: Проглянути відмінності
  481. label_diff_inline: підключений
  482. label_diff_side_by_side: поряд
  483. label_options: Опції
  484. label_copy_workflow_from: Скопіювати послідовність дій з
  485. label_permissions_report: Звіт про права доступу
  486. label_watched_issues: Проглянуті питання
  487. label_related_issues: Зв'язані питання
  488. label_applied_status: Застосовний статус
  489. label_loading: Завантаження...
  490. label_relation_new: Новий зв'язок
  491. label_relation_delete: Видалити зв'язок
  492. label_relates_to: пов'язане з
  493. label_duplicates: дублює
  494. label_blocks: блокує
  495. label_blocked_by: заблоковане
  496. label_precedes: передує
  497. label_follows: наступний за
  498. label_end_to_start: з кінця до початку
  499. label_end_to_end: з кінця до кінця
  500. label_start_to_start: з початку до початку
  501. label_start_to_end: з початку до кінця
  502. label_stay_logged_in: Залишатися в системі
  503. label_disabled: відключений
  504. label_show_completed_versions: Показати завершені версії
  505. label_me: мене
  506. label_board: Форум
  507. label_board_new: Новий форум
  508. label_board_plural: Форуми
  509. label_topic_plural: Теми
  510. label_message_plural: Повідомлення
  511. label_message_last: Останнє повідомлення
  512. label_message_new: Нове повідомлення
  513. label_reply_plural: Відповіді
  514. label_send_information: Відправити користувачеві інформацію з облікового запису
  515. label_year: Рік
  516. label_month: Місяць
  517. label_week: Неділя
  518. label_date_from: З
  519. label_date_to: Кому
  520. label_language_based: На основі мови користувача
  521. label_sort_by: "Сортувати за %{value}"
  522. label_send_test_email: Послати email для перевірки
  523. label_feeds_access_key_created_on: "Ключ доступу RSS створений %{value} назад "
  524. label_module_plural: Модулі
  525. label_added_time_by: "Доданий %{author} %{age} назад"
  526. label_updated_time: "Оновлений %{value} назад"
  527. label_jump_to_a_project: Перейти до проекту...
  528. label_file_plural: Файли
  529. label_changeset_plural: Набори змін
  530. label_default_columns: Типові колонки
  531. label_no_change_option: (Немає змін)
  532. label_bulk_edit_selected_issues: Редагувати всі вибрані питання
  533. label_theme: Тема
  534. label_default: Типовий
  535. label_search_titles_only: Шукати тільки в назвах
  536. label_user_mail_option_all: "Для всіх подій у всіх моїх проектах"
  537. label_user_mail_option_selected: "Для всіх подій тільки у вибраному проекті..."
  538. label_user_mail_no_self_notified: "Не сповіщати про зміни, які я зробив сам"
  539. label_registration_activation_by_email: активація облікового запису електронною поштою
  540. label_registration_manual_activation: ручна активація облікового запису
  541. label_registration_automatic_activation: автоматична активація облыкового
  542. label_my_time_report: Мій звіт витраченого часу
  543. button_login: Вхід
  544. button_submit: Відправити
  545. button_save: Зберегти
  546. button_check_all: Відзначити все
  547. button_uncheck_all: Очистити
  548. button_delete: Видалити
  549. button_create: Створити
  550. button_test: Перевірити
  551. button_edit: Редагувати
  552. button_add: Додати
  553. button_change: Змінити
  554. button_apply: Застосувати
  555. button_clear: Очистити
  556. button_lock: Заблокувати
  557. button_unlock: Разблокувати
  558. button_download: Завантажити
  559. button_list: Список
  560. button_view: Переглянути
  561. button_move: Перемістити
  562. button_back: Назад
  563. button_cancel: Відмінити
  564. button_activate: Активувати
  565. button_sort: Сортувати
  566. button_log_time: Записати час
  567. button_rollback: Відкотити до даної версії
  568. button_watch: Дивитися
  569. button_unwatch: Не дивитися
  570. button_reply: Відповісти
  571. button_archive: Архівувати
  572. button_unarchive: Розархівувати
  573. button_reset: Перезапустити
  574. button_rename: Перейменувати
  575. button_change_password: Змінити пароль
  576. button_copy: Копіювати
  577. button_annotate: Анотувати
  578. status_active: Активний
  579. status_registered: Зареєстрований
  580. status_locked: Заблокований
  581. text_select_mail_notifications: Виберіть дії, на які відсилатиметься повідомлення на електронну пошту.
  582. text_regexp_info: eg. ^[A-Z0-9]+$
  583. text_min_max_length_info: 0 означає відсутність заборон
  584. text_project_destroy_confirmation: Ви наполягаєте на видаленні цього проекту і всієї інформації, що відноситься до нього?
  585. text_workflow_edit: Виберіть роль і координатор для редагування послідовності дій
  586. text_are_you_sure: Ви впевнені?
  587. text_tip_issue_begin_day: день початку задачі
  588. text_tip_issue_end_day: день завершення задачі
  589. text_tip_issue_begin_end_day: початок задачі і закінчення цього дня
  590. text_caracters_maximum: "%{count} символів(а) максимум."
  591. text_caracters_minimum: "Повинно мати якнайменше %{count} символів(а) у довжину."
  592. text_length_between: "Довжина між %{min} і %{max} символів."
  593. text_tracker_no_workflow: Для цього координатора послідовність дій не визначена
  594. text_unallowed_characters: Заборонені символи
  595. text_comma_separated: Допустимі декілька значень (розділені комою).
  596. text_issues_ref_in_commit_messages: Посилання та зміна питань у повідомленнях до подавань
  597. text_issue_added: "Issue %{id} has been reported by %{author}."
  598. text_issue_updated: "Issue %{id} has been updated by %{author}."
  599. text_wiki_destroy_confirmation: Ви впевнені, що хочете видалити цю wiki і весь зміст?
  600. text_issue_category_destroy_question: "Декілька питань (%{count}) призначено в цю категорію. Що ви хочете зробити?"
  601. text_issue_category_destroy_assignments: Видалити призначення категорії
  602. text_issue_category_reassign_to: Перепризначити задачі до даної категорії
  603. text_user_mail_option: "Для невибраних проектів ви отримуватимете повідомлення тільки про те, що проглядаєте або в чому берете участь (наприклад, питання автором яких ви є або які вам призначені)."
  604. default_role_manager: Менеджер
  605. default_role_developer: Розробник
  606. default_role_reporter: Репортер
  607. # default_tracker_bug: Bug
  608. # звітів default_tracker_bug: Помилка
  609. default_tracker_bug: Помилка
  610. default_tracker_feature: Властивість
  611. default_tracker_support: Підтримка
  612. default_issue_status_new: Новий
  613. default_issue_status_in_progress: In Progress
  614. default_issue_status_resolved: Вирішено
  615. default_issue_status_feedback: Зворотний зв'язок
  616. default_issue_status_closed: Зачинено
  617. default_issue_status_rejected: Відмовлено
  618. default_doc_category_user: Документація користувача
  619. default_doc_category_tech: Технічна документація
  620. default_priority_low: Низький
  621. default_priority_normal: Нормальний
  622. default_priority_high: Високий
  623. default_priority_urgent: Терміновий
  624. default_priority_immediate: Негайний
  625. default_activity_design: Проектування
  626. default_activity_development: Розробка
  627. enumeration_issue_priorities: Пріоритети питань
  628. enumeration_doc_categories: Категорії документів
  629. enumeration_activities: Дії (облік часу)
  630. text_status_changed_by_changeset: "Applied in changeset %{value}."
  631. label_display_per_page: "Per page: %{value}"
  632. label_issue_added: Issue added
  633. label_issue_updated: Issue updated
  634. setting_per_page_options: Objects per page options
  635. notice_default_data_loaded: Default configuration successfully loaded.
  636. error_scm_not_found: "Entry and/or revision doesn't exist in the repository."
  637. label_associated_revisions: Associated revisions
  638. label_document_added: Document added
  639. label_message_posted: Message added
  640. text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
  641. error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
  642. setting_user_format: Users display format
  643. label_age: Age
  644. label_file_added: File added
  645. label_more: More
  646. field_default_value: Default value
  647. label_scm: SCM
  648. label_general: General
  649. button_update: Update
  650. text_select_project_modules: 'Select modules to enable for this project:'
  651. label_change_properties: Change properties
  652. text_load_default_configuration: Load the default configuration
  653. text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
  654. label_news_added: News added
  655. label_repository_plural: Repositories
  656. error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
  657. project_module_boards: Boards
  658. project_module_issue_tracking: Issue tracking
  659. project_module_wiki: Wiki
  660. project_module_files: Files
  661. project_module_documents: Documents
  662. project_module_repository: Repository
  663. project_module_news: News
  664. project_module_time_tracking: Time tracking
  665. text_file_repository_writable: File repository writable
  666. text_default_administrator_account_changed: Default administrator account changed
  667. text_rmagick_available: RMagick available (optional)
  668. button_configure: Configure
  669. label_plugins: Plugins
  670. label_ldap_authentication: LDAP authentication
  671. label_downloads_abbr: D/L
  672. label_this_month: this month
  673. label_last_n_days: "last %{count} days"
  674. label_all_time: all time
  675. label_this_year: this year
  676. label_date_range: Date range
  677. label_last_week: last week
  678. label_yesterday: yesterday
  679. label_last_month: last month
  680. label_add_another_file: Add another file
  681. label_optional_description: Optional description
  682. text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
  683. error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
  684. text_assign_time_entries_to_project: Assign reported hours to the project
  685. text_destroy_time_entries: Delete reported hours
  686. text_reassign_time_entries: 'Reassign reported hours to this issue:'
  687. setting_activity_days_default: Days displayed on project activity
  688. label_chronological_order: In chronological order
  689. field_comments_sorting: Display comments
  690. label_reverse_chronological_order: In reverse chronological order
  691. label_preferences: Preferences
  692. setting_display_subprojects_issues: Display subprojects issues on main projects by default
  693. label_overall_activity: Overall activity
  694. setting_default_projects_public: New projects are public by default
  695. error_scm_annotate: "The entry does not exist or can not be annotated."
  696. label_planning: Planning
  697. text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
  698. label_and_its_subprojects: "%{value} and its subprojects"
  699. mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
  700. mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
  701. text_user_wrote: "%{value} wrote:"
  702. label_duplicated_by: duplicated by
  703. setting_enabled_scm: Enabled SCM
  704. text_enumeration_category_reassign_to: 'Reassign them to this value:'
  705. text_enumeration_destroy_question: "%{count} objects are assigned to this value."
  706. label_incoming_emails: Incoming emails
  707. label_generate_key: Generate a key
  708. setting_mail_handler_api_enabled: Enable WS for incoming emails
  709. setting_mail_handler_api_key: API key
  710. text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
  711. field_parent_title: Parent page
  712. label_issue_watchers: Watchers
  713. button_quote: Quote
  714. setting_sequential_project_identifiers: Generate sequential project identifiers
  715. notice_unable_delete_version: Unable to delete version
  716. label_renamed: renamed
  717. label_copied: copied
  718. setting_plain_text_mail: plain text only (no HTML)
  719. permission_view_files: View files
  720. permission_edit_issues: Edit issues
  721. permission_edit_own_time_entries: Edit own time logs
  722. permission_manage_public_queries: Manage public queries
  723. permission_add_issues: Add issues
  724. permission_log_time: Log spent time
  725. permission_view_changesets: View changesets
  726. permission_view_time_entries: View spent time
  727. permission_manage_versions: Manage versions
  728. permission_manage_wiki: Manage wiki
  729. permission_manage_categories: Manage issue categories
  730. permission_protect_wiki_pages: Protect wiki pages
  731. permission_comment_news: Comment news
  732. permission_delete_messages: Delete messages
  733. permission_select_project_modules: Select project modules
  734. permission_manage_documents: Manage documents
  735. permission_edit_wiki_pages: Edit wiki pages
  736. permission_add_issue_watchers: Add watchers
  737. permission_view_gantt: View gantt chart
  738. permission_move_issues: Move issues
  739. permission_manage_issue_relations: Manage issue relations
  740. permission_delete_wiki_pages: Delete wiki pages
  741. permission_manage_boards: Manage boards
  742. permission_delete_wiki_pages_attachments: Delete attachments
  743. permission_view_wiki_edits: View wiki history
  744. permission_add_messages: Post messages
  745. permission_view_messages: View messages
  746. permission_manage_files: Manage files
  747. permission_edit_issue_notes: Edit notes
  748. permission_manage_news: Manage news
  749. permission_view_calendar: View calendrier
  750. permission_manage_members: Manage members
  751. permission_edit_messages: Edit messages
  752. permission_delete_issues: Delete issues
  753. permission_view_issue_watchers: View watchers list
  754. permission_manage_repository: Manage repository
  755. permission_commit_access: Commit access
  756. permission_browse_repository: Browse repository
  757. permission_view_documents: View documents
  758. permission_edit_project: Edit project
  759. permission_add_issue_notes: Add notes
  760. permission_save_queries: Save queries
  761. permission_view_wiki_pages: View wiki
  762. permission_rename_wiki_pages: Rename wiki pages
  763. permission_edit_time_entries: Edit time logs
  764. permission_edit_own_issue_notes: Edit own notes
  765. setting_gravatar_enabled: Use Gravatar user icons
  766. label_example: Example
  767. text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
  768. permission_edit_own_messages: Edit own messages
  769. permission_delete_own_messages: Delete own messages
  770. label_user_activity: "%{value}'s activity"
  771. label_updated_time_by: "Updated by %{author} %{age} ago"
  772. text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
  773. setting_diff_max_lines_displayed: Max number of diff lines displayed
  774. text_plugin_assets_writable: Plugin assets directory writable
  775. warning_attachments_not_saved: "%{count} file(s) could not be saved."
  776. button_create_and_continue: Create and continue
  777. text_custom_field_possible_values_info: 'One line for each value'
  778. label_display: Display
  779. field_editable: Editable
  780. setting_repository_log_display_limit: Maximum number of revisions displayed on file log
  781. setting_file_max_size_displayed: Max size of text files displayed inline
  782. field_watcher: Watcher
  783. setting_openid: Allow OpenID login and registration
  784. field_identity_url: OpenID URL
  785. label_login_with_open_id_option: or login with OpenID
  786. field_content: Content
  787. label_descending: Descending
  788. label_sort: Sort
  789. label_ascending: Ascending
  790. label_date_from_to: From %{start} to %{end}
  791. label_greater_or_equal: ">="
  792. label_less_or_equal: <=
  793. text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
  794. text_wiki_page_reassign_children: Reassign child pages to this parent page
  795. text_wiki_page_nullify_children: Keep child pages as root pages
  796. text_wiki_page_destroy_children: Delete child pages and all their descendants
  797. setting_password_min_length: Minimum password length
  798. field_group_by: Group results by
  799. mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
  800. label_wiki_content_added: Wiki page added
  801. mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
  802. mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
  803. label_wiki_content_updated: Wiki page updated
  804. mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
  805. permission_add_project: Create project
  806. setting_new_project_user_role_id: Role given to a non-admin user who creates a project
  807. label_view_all_revisions: View all revisions
  808. label_tag: Tag
  809. label_branch: Branch
  810. error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
  811. error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
  812. text_journal_changed: "%{label} changed from %{old} to %{new}"
  813. text_journal_set_to: "%{label} set to %{value}"
  814. text_journal_deleted: "%{label} deleted (%{old})"
  815. label_group_plural: Groups
  816. label_group: Group
  817. label_group_new: New group
  818. label_time_entry_plural: Spent time
  819. text_journal_added: "%{label} %{value} added"
  820. field_active: Active
  821. enumeration_system_activity: System Activity
  822. permission_delete_issue_watchers: Delete watchers
  823. version_status_closed: closed
  824. version_status_locked: locked
  825. version_status_open: open
  826. error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
  827. label_user_anonymous: Anonymous
  828. button_move_and_follow: Move and follow
  829. setting_default_projects_modules: Default enabled modules for new projects
  830. setting_gravatar_default: Default Gravatar image
  831. field_sharing: Sharing
  832. label_version_sharing_hierarchy: With project hierarchy
  833. label_version_sharing_system: With all projects
  834. label_version_sharing_descendants: With subprojects
  835. label_version_sharing_tree: With project tree
  836. label_version_sharing_none: Not shared
  837. error_can_not_archive_project: This project can not be archived
  838. button_duplicate: Duplicate
  839. button_copy_and_follow: Copy and follow
  840. label_copy_source: Source
  841. setting_issue_done_ratio: Calculate the issue done ratio with
  842. setting_issue_done_ratio_issue_status: Use the issue status
  843. error_issue_done_ratios_not_updated: Issue done ratios not updated.
  844. error_workflow_copy_target: Please select target tracker(s) and role(s)
  845. setting_issue_done_ratio_issue_field: Use the issue field
  846. label_copy_same_as_target: Same as target
  847. label_copy_target: Target
  848. notice_issue_done_ratios_updated: Issue done ratios updated.
  849. error_workflow_copy_source: Please select a source tracker or role
  850. label_update_issue_done_ratios: Update issue done ratios
  851. setting_start_of_week: Start calendars on
  852. permission_view_issues: View Issues
  853. label_display_used_statuses_only: Only display statuses that are used by this tracker
  854. label_revision_id: Revision %{value}
  855. label_api_access_key: API access key
  856. label_api_access_key_created_on: API access key created %{value} ago
  857. label_feeds_access_key: RSS access key
  858. notice_api_access_key_reseted: Your API access key was reset.
  859. setting_rest_api_enabled: Enable REST web service
  860. label_missing_api_access_key: Missing an API access key
  861. label_missing_feeds_access_key: Missing a RSS access key
  862. button_show: Show
  863. text_line_separated: Multiple values allowed (one line for each value).
  864. setting_mail_handler_body_delimiters: Truncate emails after one of these lines
  865. permission_add_subprojects: Create subprojects
  866. label_subproject_new: New subproject
  867. text_own_membership_delete_confirmation: |-
  868. You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
  869. Are you sure you want to continue?
  870. label_close_versions: Close completed versions
  871. label_board_sticky: Sticky
  872. label_board_locked: Locked
  873. permission_export_wiki_pages: Export wiki pages
  874. setting_cache_formatted_text: Cache formatted text
  875. permission_manage_project_activities: Manage project activities
  876. error_unable_delete_issue_status: Unable to delete issue status
  877. label_profile: Profile
  878. permission_manage_subtasks: Manage subtasks
  879. field_parent_issue: Parent task
  880. label_subtask_plural: Subtasks
  881. label_project_copy_notifications: Send email notifications during the project copy
  882. error_can_not_delete_custom_field: Unable to delete custom field
  883. error_unable_to_connect: Unable to connect (%{value})
  884. error_can_not_remove_role: This role is in use and can not be deleted.
  885. error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
  886. field_principal: Principal
  887. label_my_page_block: My page block
  888. notice_failed_to_save_members: "Failed to save member(s): %{errors}."
  889. text_zoom_out: Zoom out
  890. text_zoom_in: Zoom in
  891. notice_unable_delete_time_entry: Unable to delete time log entry.
  892. label_overall_spent_time: Overall spent time
  893. field_time_entries: Log time
  894. project_module_gantt: Gantt
  895. project_module_calendar: Calendar
  896. button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
  897. text_are_you_sure_with_children: Delete issue and all child issues?
  898. field_text: Text field
  899. label_user_mail_option_only_owner: Only for things I am the owner of
  900. setting_default_notification_option: Default notification option
  901. label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
  902. label_user_mail_option_only_assigned: Only for things I am assigned to
  903. label_user_mail_option_none: No events
  904. field_member_of_group: Assignee's group
  905. field_assigned_to_role: Assignee's role
  906. notice_not_authorized_archived_project: The project you're trying to access has been archived.
  907. label_principal_search: "Search for user or group:"
  908. label_user_search: "Search for user:"
  909. field_visible: Visible
  910. setting_emails_header: Emails header
  911. setting_commit_logtime_activity_id: Activity for logged time
  912. text_time_logged_by_changeset: Applied in changeset %{value}.
  913. setting_commit_logtime_enabled: Enable time logging
  914. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  915. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  916. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  917. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  918. label_my_queries: My custom queries
  919. text_journal_changed_no_detail: "%{label} updated"
  920. label_news_comment_added: Comment added to a news
  921. button_expand_all: Expand all
  922. button_collapse_all: Collapse all
  923. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  924. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  925. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  926. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  927. label_role_anonymous: Anonymous
  928. label_role_non_member: Non member
  929. label_issue_note_added: Note added
  930. label_issue_status_updated: Status updated
  931. label_issue_priority_updated: Priority updated
  932. label_issues_visibility_own: Issues created by or assigned to the user
  933. field_issues_visibility: Issues visibility
  934. label_issues_visibility_all: All issues
  935. permission_set_own_issues_private: Set own issues public or private
  936. field_is_private: Private
  937. permission_set_issues_private: Set issues public or private
  938. label_issues_visibility_public: All non private issues
  939. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  940. field_commit_logs_encoding: Commit messages encoding
  941. field_scm_path_encoding: Path encoding
  942. text_scm_path_encoding_note: "Default: UTF-8"
  943. field_path_to_repository: Path to repository
  944. field_root_directory: Root directory
  945. field_cvs_module: Module
  946. field_cvsroot: CVSROOT
  947. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  948. text_scm_command: Command
  949. text_scm_command_version: Version
  950. label_git_report_last_commit: Report last commit for files and directories
  951. text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
  952. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
  953. notice_issue_successful_create: Issue %{id} created.
  954. label_between: between
  955. setting_issue_group_assignment: Allow issue assignment to groups
  956. label_diff: diff
  957. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  958. description_query_sort_criteria_direction: Sort direction
  959. description_project_scope: Search scope
  960. description_filter: Filter
  961. description_user_mail_notification: Mail notification settings
  962. description_date_from: Enter start date
  963. description_message_content: Message content
  964. description_available_columns: Available Columns
  965. description_date_range_interval: Choose range by selecting start and end date
  966. description_issue_category_reassign: Choose issue category
  967. description_search: Searchfield
  968. description_notes: Notes
  969. description_date_range_list: Choose range from list
  970. description_choose_project: Projects
  971. description_date_to: Enter end date
  972. description_query_sort_criteria_attribute: Sort attribute
  973. description_wiki_subpages_reassign: Choose new parent page
  974. description_selected_columns: Selected Columns
  975. label_parent_revision: Parent
  976. label_child_revision: Child
  977. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  978. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  979. button_edit_section: Edit this section
  980. setting_repositories_encodings: Attachments and repositories encodings
  981. description_all_columns: All Columns
  982. button_export: Export
  983. label_export_options: "%{export_format} export options"
  984. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  985. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  986. label_x_issues:
  987. zero: 0 Питання
  988. one: 1 Питання
  989. other: "%{count} Питання"
  990. label_repository_new: New repository
  991. field_repository_is_default: Main repository
  992. label_copy_attachments: Copy attachments
  993. label_item_position: "%{position}/%{count}"
  994. label_completed_versions: Completed versions
  995. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  996. field_multiple: Multiple values
  997. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  998. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  999. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  1000. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  1001. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  1002. permission_manage_related_issues: Manage related issues