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 52KB

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