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

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