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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195
  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_pdf_monospaced_fontname: freemono
  135. general_first_day_of_week: '1'
  136. notice_account_updated: Обліковий запис успішно оновлений.
  137. notice_account_invalid_credentials: Неправильне ім'я користувача або пароль
  138. notice_account_password_updated: Пароль успішно оновлений.
  139. notice_account_wrong_password: Невірний пароль
  140. notice_account_register_done: Обліковий запис успішно створений. Для активації Вашого облікового запису зайдіть по посиланню, яке відіслане вам електронною поштою.
  141. notice_account_unknown_email: Невідомий користувач.
  142. notice_can_t_change_password: Для даного облікового запису використовується джерело зовнішньої аутентифікації. Неможливо змінити пароль.
  143. notice_account_lost_email_sent: Вам відправлений лист з інструкціями по вибору нового пароля.
  144. notice_account_activated: Ваш обліковий запис активований. Ви можете увійти.
  145. notice_successful_create: Створення успішно завершене.
  146. notice_successful_update: Оновлення успішно завершене.
  147. notice_successful_delete: Видалення успішно завершене.
  148. notice_successful_connection: Підключення успішно встановлене.
  149. notice_file_not_found: Сторінка, на яку ви намагаєтеся зайти, не існує або видалена.
  150. notice_locking_conflict: Дані оновлено іншим користувачем.
  151. notice_scm_error: Запису та/або виправлення немає в репозиторії.
  152. notice_not_authorized: У вас немає прав для відвідини даної сторінки.
  153. notice_email_sent: "Відправлено листа %{value}"
  154. notice_email_error: "Під час відправки листа відбулася помилка (%{value})"
  155. notice_feeds_access_key_reseted: Ваш ключ доступу Atom було скинуто.
  156. notice_failed_to_save_issues: "Не вдалося зберегти %{count} пункт(ів) з %{total} вибраних: %{ids}."
  157. notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати."
  158. notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором."
  159. mail_subject_lost_password: "Ваш %{value} пароль"
  160. mail_body_lost_password: 'Для зміни пароля, зайдіть за наступним посиланням:'
  161. mail_subject_register: "Активація облікового запису %{value}"
  162. mail_body_register: 'Для активації облікового запису, зайдіть за наступним посиланням:'
  163. mail_body_account_information_external: "Ви можете використовувати ваш %{value} обліковий запис для входу."
  164. mail_body_account_information: Інформація по Вашому обліковому запису
  165. mail_subject_account_activation_request: "Запит на активацію облікового запису %{value}"
  166. mail_body_account_activation_request: "Новий користувач (%{value}) зареєструвався. Його обліковий запис чекає на ваше підтвердження:"
  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_no_data: Немає даних для відображення
  352. label_change_status: Змінити статус
  353. label_history: Історія
  354. label_attachment: Файл
  355. label_attachment_new: Новий файл
  356. label_attachment_delete: Видалити файл
  357. label_attachment_plural: Файли
  358. label_report: Звіт
  359. label_report_plural: Звіти
  360. label_news: Новини
  361. label_news_new: Додати новину
  362. label_news_plural: Новини
  363. label_news_latest: Останні новини
  364. label_news_view_all: Подивитися всі новини
  365. label_settings: Налаштування
  366. label_overview: Перегляд
  367. label_version: Версія
  368. label_version_new: Нова версія
  369. label_version_plural: Версії
  370. label_confirmation: Підтвердження
  371. label_export_to: Експортувати в
  372. label_read: Читання...
  373. label_public_projects: Публічні проекти
  374. label_open_issues: відкрите
  375. label_open_issues_plural: відкриті
  376. label_closed_issues: закрите
  377. label_closed_issues_plural: закриті
  378. label_x_open_issues_abbr:
  379. zero: 0 open
  380. one: 1 open
  381. other: "%{count} open"
  382. label_x_closed_issues_abbr:
  383. zero: 0 closed
  384. one: 1 closed
  385. other: "%{count} closed"
  386. label_total: Всього
  387. label_permissions: Права доступу
  388. label_current_status: Поточний статус
  389. label_new_statuses_allowed: Дозволені нові статуси
  390. label_all: Усі
  391. label_none: Нікому
  392. label_nobody: Ніхто
  393. label_next: Наступний
  394. label_previous: Попередній
  395. label_used_by: Використовується
  396. label_details: Подробиці
  397. label_add_note: Додати зауваження
  398. label_calendar: Календар
  399. label_months_from: місяців(ця) з
  400. label_gantt: Діаграма Ганта
  401. label_internal: Внутрішній
  402. label_last_changes: "останні %{count} змін"
  403. label_change_view_all: Проглянути всі зміни
  404. label_personalize_page: Персоналізувати цю сторінку
  405. label_comment: Коментувати
  406. label_comment_plural: Коментарі
  407. label_x_comments:
  408. zero: no comments
  409. one: 1 comment
  410. other: "%{count} comments"
  411. label_comment_add: Залишити коментар
  412. label_comment_added: Коментар додано
  413. label_comment_delete: Видалити коментарі
  414. label_query: Запит клієнта
  415. label_query_plural: Запити клієнтів
  416. label_query_new: Новий запит
  417. label_filter_add: Додати фільтр
  418. label_filter_plural: Фільтри
  419. label_equals: є
  420. label_not_equals: немає
  421. label_in_less_than: менш ніж
  422. label_in_more_than: більш ніж
  423. label_in: у
  424. label_today: сьогодні
  425. label_this_week: цього тижня
  426. label_less_than_ago: менш ніж днів(я) назад
  427. label_more_than_ago: більш ніж днів(я) назад
  428. label_ago: днів(я) назад
  429. label_contains: містить
  430. label_not_contains: не містить
  431. label_day_plural: днів(я)
  432. label_repository: Репозиторій
  433. label_browse: Проглянути
  434. label_revision: Версія
  435. label_revision_plural: Версій
  436. label_added: додано
  437. label_modified: змінене
  438. label_deleted: видалено
  439. label_latest_revision: Остання версія
  440. label_latest_revision_plural: Останні версії
  441. label_view_revisions: Проглянути версії
  442. label_max_size: Максимальний розмір
  443. label_sort_highest: У початок
  444. label_sort_higher: Вгору
  445. label_sort_lower: Вниз
  446. label_sort_lowest: У кінець
  447. label_roadmap: Оперативний план
  448. label_roadmap_due_in: "Строк %{value}"
  449. label_roadmap_overdue: "%{value} запізнення"
  450. label_roadmap_no_issues: Немає питань для даної версії
  451. label_search: Пошук
  452. label_result_plural: Результати
  453. label_all_words: Всі слова
  454. label_wiki: Wiki
  455. label_wiki_edit: Редагування Wiki
  456. label_wiki_edit_plural: Редагування Wiki
  457. label_wiki_page: Сторінка Wiki
  458. label_wiki_page_plural: Сторінки Wiki
  459. label_index_by_title: Індекс за назвою
  460. label_index_by_date: Індекс за датою
  461. label_current_version: Поточна версія
  462. label_preview: Попередній перегляд
  463. label_feed_plural: Подання
  464. label_changes_details: Подробиці по всіх змінах
  465. label_issue_tracking: Координація питань
  466. label_spent_time: Витрачений час
  467. label_f_hour: "%{value} година"
  468. label_f_hour_plural: "%{value} годин(и)"
  469. label_time_tracking: Облік часу
  470. label_change_plural: Зміни
  471. label_statistics: Статистика
  472. label_commits_per_month: Подань на місяць
  473. label_commits_per_author: Подань на користувача
  474. label_view_diff: Проглянути відмінності
  475. label_diff_inline: підключений
  476. label_diff_side_by_side: поряд
  477. label_options: Опції
  478. label_copy_workflow_from: Скопіювати послідовність дій з
  479. label_permissions_report: Звіт про права доступу
  480. label_watched_issues: Проглянуті питання
  481. label_related_issues: Зв'язані питання
  482. label_applied_status: Застосовний статус
  483. label_loading: Завантаження...
  484. label_relation_new: Новий зв'язок
  485. label_relation_delete: Видалити зв'язок
  486. label_relates_to: пов'язане з
  487. label_duplicates: дублює
  488. label_blocks: блокує
  489. label_blocked_by: заблоковане
  490. label_precedes: передує
  491. label_follows: наступний за
  492. label_stay_logged_in: Залишатися в системі
  493. label_disabled: відключений
  494. label_show_completed_versions: Показати завершені версії
  495. label_me: мене
  496. label_board: Форум
  497. label_board_new: Новий форум
  498. label_board_plural: Форуми
  499. label_topic_plural: Теми
  500. label_message_plural: Повідомлення
  501. label_message_last: Останнє повідомлення
  502. label_message_new: Нове повідомлення
  503. label_reply_plural: Відповіді
  504. label_send_information: Відправити користувачеві інформацію з облікового запису
  505. label_year: Рік
  506. label_month: Місяць
  507. label_week: Неділя
  508. label_date_from: З
  509. label_date_to: Кому
  510. label_language_based: На основі мови користувача
  511. label_sort_by: "Сортувати за %{value}"
  512. label_send_test_email: Послати email для перевірки
  513. label_feeds_access_key_created_on: "Ключ доступу Atom створений %{value} назад "
  514. label_module_plural: Модулі
  515. label_added_time_by: "Доданий %{author} %{age} назад"
  516. label_updated_time: "Оновлений %{value} назад"
  517. label_jump_to_a_project: Перейти до проекту...
  518. label_file_plural: Файли
  519. label_changeset_plural: Набори змін
  520. label_default_columns: Типові колонки
  521. label_no_change_option: (Немає змін)
  522. label_bulk_edit_selected_issues: Редагувати всі вибрані питання
  523. label_theme: Тема
  524. label_default: Типовий
  525. label_search_titles_only: Шукати тільки в назвах
  526. label_user_mail_option_all: "Для всіх подій у всіх моїх проектах"
  527. label_user_mail_option_selected: "Для всіх подій тільки у вибраному проекті..."
  528. label_user_mail_no_self_notified: "Не сповіщати про зміни, які я зробив сам"
  529. label_registration_activation_by_email: активація облікового запису електронною поштою
  530. label_registration_manual_activation: ручна активація облікового запису
  531. label_registration_automatic_activation: автоматична активація облыкового
  532. label_my_time_report: Мій звіт витраченого часу
  533. button_login: Вхід
  534. button_submit: Відправити
  535. button_save: Зберегти
  536. button_check_all: Відзначити все
  537. button_uncheck_all: Очистити
  538. button_delete: Видалити
  539. button_create: Створити
  540. button_test: Перевірити
  541. button_edit: Редагувати
  542. button_add: Додати
  543. button_change: Змінити
  544. button_apply: Застосувати
  545. button_clear: Очистити
  546. button_lock: Заблокувати
  547. button_unlock: Разблокувати
  548. button_download: Завантажити
  549. button_list: Список
  550. button_view: Переглянути
  551. button_move: Перемістити
  552. button_back: Назад
  553. button_cancel: Відмінити
  554. button_activate: Активувати
  555. button_sort: Сортувати
  556. button_log_time: Записати час
  557. button_rollback: Відкотити до даної версії
  558. button_watch: Дивитися
  559. button_unwatch: Не дивитися
  560. button_reply: Відповісти
  561. button_archive: Архівувати
  562. button_unarchive: Розархівувати
  563. button_reset: Перезапустити
  564. button_rename: Перейменувати
  565. button_change_password: Змінити пароль
  566. button_copy: Копіювати
  567. button_annotate: Анотувати
  568. status_active: Активний
  569. status_registered: Зареєстрований
  570. status_locked: Заблокований
  571. text_select_mail_notifications: Виберіть дії, на які відсилатиметься повідомлення на електронну пошту.
  572. text_regexp_info: eg. ^[A-Z0-9]+$
  573. text_min_max_length_info: 0 означає відсутність заборон
  574. text_project_destroy_confirmation: Ви наполягаєте на видаленні цього проекту і всієї інформації, що відноситься до нього?
  575. text_workflow_edit: Виберіть роль і координатор для редагування послідовності дій
  576. text_are_you_sure: Ви впевнені?
  577. text_tip_issue_begin_day: день початку задачі
  578. text_tip_issue_end_day: день завершення задачі
  579. text_tip_issue_begin_end_day: початок задачі і закінчення цього дня
  580. text_caracters_maximum: "%{count} символів(а) максимум."
  581. text_caracters_minimum: "Повинно мати якнайменше %{count} символів(а) у довжину."
  582. text_length_between: "Довжина між %{min} і %{max} символів."
  583. text_tracker_no_workflow: Для цього координатора послідовність дій не визначена
  584. text_unallowed_characters: Заборонені символи
  585. text_comma_separated: Допустимі декілька значень (розділені комою).
  586. text_issues_ref_in_commit_messages: Посилання та зміна питань у повідомленнях до подавань
  587. text_issue_added: "Issue %{id} has been reported by %{author}."
  588. text_issue_updated: "Issue %{id} has been updated by %{author}."
  589. text_wiki_destroy_confirmation: Ви впевнені, що хочете видалити цю wiki і весь зміст?
  590. text_issue_category_destroy_question: "Декілька питань (%{count}) призначено в цю категорію. Що ви хочете зробити?"
  591. text_issue_category_destroy_assignments: Видалити призначення категорії
  592. text_issue_category_reassign_to: Перепризначити задачі до даної категорії
  593. text_user_mail_option: "Для невибраних проектів ви отримуватимете повідомлення тільки про те, що проглядаєте або в чому берете участь (наприклад, питання автором яких ви є або які вам призначені)."
  594. default_role_manager: Менеджер
  595. default_role_developer: Розробник
  596. default_role_reporter: Репортер
  597. # default_tracker_bug: Bug
  598. # звітів default_tracker_bug: Помилка
  599. default_tracker_bug: Помилка
  600. default_tracker_feature: Властивість
  601. default_tracker_support: Підтримка
  602. default_issue_status_new: Новий
  603. default_issue_status_in_progress: In Progress
  604. default_issue_status_resolved: Вирішено
  605. default_issue_status_feedback: Зворотний зв'язок
  606. default_issue_status_closed: Зачинено
  607. default_issue_status_rejected: Відмовлено
  608. default_doc_category_user: Документація користувача
  609. default_doc_category_tech: Технічна документація
  610. default_priority_low: Низький
  611. default_priority_normal: Нормальний
  612. default_priority_high: Високий
  613. default_priority_urgent: Терміновий
  614. default_priority_immediate: Негайний
  615. default_activity_design: Проектування
  616. default_activity_development: Розробка
  617. enumeration_issue_priorities: Пріоритети питань
  618. enumeration_doc_categories: Категорії документів
  619. enumeration_activities: Дії (облік часу)
  620. text_status_changed_by_changeset: "Applied in changeset %{value}."
  621. label_display_per_page: "Per page: %{value}"
  622. label_issue_added: Issue added
  623. label_issue_updated: Issue updated
  624. setting_per_page_options: Objects per page options
  625. notice_default_data_loaded: Default configuration successfully loaded.
  626. error_scm_not_found: "Entry and/or revision doesn't exist in the repository."
  627. label_associated_revisions: Associated revisions
  628. label_document_added: Document added
  629. label_message_posted: Message added
  630. text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
  631. error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
  632. setting_user_format: Users display format
  633. label_age: Age
  634. label_file_added: File added
  635. label_more: More
  636. field_default_value: Default value
  637. label_scm: SCM
  638. label_general: General
  639. button_update: Update
  640. text_select_project_modules: 'Select modules to enable for this project:'
  641. label_change_properties: Change properties
  642. text_load_default_configuration: Load the default configuration
  643. 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."
  644. label_news_added: News added
  645. label_repository_plural: Repositories
  646. error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
  647. project_module_boards: Boards
  648. project_module_issue_tracking: Issue tracking
  649. project_module_wiki: Wiki
  650. project_module_files: Files
  651. project_module_documents: Documents
  652. project_module_repository: Repository
  653. project_module_news: News
  654. project_module_time_tracking: Time tracking
  655. text_file_repository_writable: File repository writable
  656. text_default_administrator_account_changed: Default administrator account changed
  657. text_rmagick_available: RMagick available (optional)
  658. button_configure: Configure
  659. label_plugins: Plugins
  660. label_ldap_authentication: LDAP authentication
  661. label_downloads_abbr: D/L
  662. label_this_month: this month
  663. label_last_n_days: "last %{count} days"
  664. label_all_time: all time
  665. label_this_year: this year
  666. label_date_range: Date range
  667. label_last_week: last week
  668. label_yesterday: yesterday
  669. label_last_month: last month
  670. label_add_another_file: Add another file
  671. label_optional_description: Optional description
  672. text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
  673. error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
  674. text_assign_time_entries_to_project: Assign reported hours to the project
  675. text_destroy_time_entries: Delete reported hours
  676. text_reassign_time_entries: 'Reassign reported hours to this issue:'
  677. setting_activity_days_default: Days displayed on project activity
  678. label_chronological_order: In chronological order
  679. field_comments_sorting: Display comments
  680. label_reverse_chronological_order: In reverse chronological order
  681. label_preferences: Preferences
  682. setting_display_subprojects_issues: Display subprojects issues on main projects by default
  683. label_overall_activity: Overall activity
  684. setting_default_projects_public: New projects are public by default
  685. error_scm_annotate: "The entry does not exist or can not be annotated."
  686. label_planning: Planning
  687. text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
  688. label_and_its_subprojects: "%{value} and its subprojects"
  689. mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
  690. mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
  691. text_user_wrote: "%{value} wrote:"
  692. label_duplicated_by: duplicated by
  693. setting_enabled_scm: Enabled SCM
  694. text_enumeration_category_reassign_to: 'Reassign them to this value:'
  695. text_enumeration_destroy_question: "%{count} objects are assigned to this value."
  696. label_incoming_emails: Incoming emails
  697. label_generate_key: Generate a key
  698. setting_mail_handler_api_enabled: Enable WS for incoming emails
  699. setting_mail_handler_api_key: API key
  700. 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."
  701. field_parent_title: Parent page
  702. label_issue_watchers: Watchers
  703. button_quote: Quote
  704. setting_sequential_project_identifiers: Generate sequential project identifiers
  705. notice_unable_delete_version: Unable to delete version
  706. label_renamed: renamed
  707. label_copied: copied
  708. setting_plain_text_mail: plain text only (no HTML)
  709. permission_view_files: View files
  710. permission_edit_issues: Edit issues
  711. permission_edit_own_time_entries: Edit own time logs
  712. permission_manage_public_queries: Manage public queries
  713. permission_add_issues: Add issues
  714. permission_log_time: Log spent time
  715. permission_view_changesets: View changesets
  716. permission_view_time_entries: View spent time
  717. permission_manage_versions: Manage versions
  718. permission_manage_wiki: Manage wiki
  719. permission_manage_categories: Manage issue categories
  720. permission_protect_wiki_pages: Protect wiki pages
  721. permission_comment_news: Comment news
  722. permission_delete_messages: Delete messages
  723. permission_select_project_modules: Select project modules
  724. permission_edit_wiki_pages: Edit wiki pages
  725. permission_add_issue_watchers: Add watchers
  726. permission_view_gantt: View gantt chart
  727. permission_move_issues: Move issues
  728. permission_manage_issue_relations: Manage issue relations
  729. permission_delete_wiki_pages: Delete wiki pages
  730. permission_manage_boards: Manage boards
  731. permission_delete_wiki_pages_attachments: Delete attachments
  732. permission_view_wiki_edits: View wiki history
  733. permission_add_messages: Post messages
  734. permission_view_messages: View messages
  735. permission_manage_files: Manage files
  736. permission_edit_issue_notes: Edit notes
  737. permission_manage_news: Manage news
  738. permission_view_calendar: View calendrier
  739. permission_manage_members: Manage members
  740. permission_edit_messages: Edit messages
  741. permission_delete_issues: Delete issues
  742. permission_view_issue_watchers: View watchers list
  743. permission_manage_repository: Manage repository
  744. permission_commit_access: Commit access
  745. permission_browse_repository: Browse repository
  746. permission_view_documents: View documents
  747. permission_edit_project: Edit project
  748. permission_add_issue_notes: Add notes
  749. permission_save_queries: Save queries
  750. permission_view_wiki_pages: View wiki
  751. permission_rename_wiki_pages: Rename wiki pages
  752. permission_edit_time_entries: Edit time logs
  753. permission_edit_own_issue_notes: Edit own notes
  754. setting_gravatar_enabled: Use Gravatar user icons
  755. label_example: Example
  756. 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."
  757. permission_edit_own_messages: Edit own messages
  758. permission_delete_own_messages: Delete own messages
  759. label_user_activity: "%{value}'s activity"
  760. label_updated_time_by: "Updated by %{author} %{age} ago"
  761. text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
  762. setting_diff_max_lines_displayed: Max number of diff lines displayed
  763. text_plugin_assets_writable: Plugin assets directory writable
  764. warning_attachments_not_saved: "%{count} file(s) could not be saved."
  765. button_create_and_continue: Create and continue
  766. text_custom_field_possible_values_info: 'One line for each value'
  767. label_display: Display
  768. field_editable: Editable
  769. setting_repository_log_display_limit: Maximum number of revisions displayed on file log
  770. setting_file_max_size_displayed: Max size of text files displayed inline
  771. field_watcher: Watcher
  772. setting_openid: Allow OpenID login and registration
  773. field_identity_url: OpenID URL
  774. label_login_with_open_id_option: or login with OpenID
  775. field_content: Content
  776. label_descending: Descending
  777. label_sort: Sort
  778. label_ascending: Ascending
  779. label_date_from_to: From %{start} to %{end}
  780. label_greater_or_equal: ">="
  781. label_less_or_equal: <=
  782. text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
  783. text_wiki_page_reassign_children: Reassign child pages to this parent page
  784. text_wiki_page_nullify_children: Keep child pages as root pages
  785. text_wiki_page_destroy_children: Delete child pages and all their descendants
  786. setting_password_min_length: Minimum password length
  787. field_group_by: Group results by
  788. mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
  789. label_wiki_content_added: Wiki page added
  790. mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
  791. mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
  792. label_wiki_content_updated: Wiki page updated
  793. mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
  794. permission_add_project: Create project
  795. setting_new_project_user_role_id: Role given to a non-admin user who creates a project
  796. label_view_all_revisions: View all revisions
  797. label_tag: Tag
  798. label_branch: Branch
  799. error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
  800. error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
  801. text_journal_changed: "%{label} changed from %{old} to %{new}"
  802. text_journal_set_to: "%{label} set to %{value}"
  803. text_journal_deleted: "%{label} deleted (%{old})"
  804. label_group_plural: Groups
  805. label_group: Group
  806. label_group_new: New group
  807. label_time_entry_plural: Spent time
  808. text_journal_added: "%{label} %{value} added"
  809. field_active: Active
  810. enumeration_system_activity: System Activity
  811. permission_delete_issue_watchers: Delete watchers
  812. version_status_closed: closed
  813. version_status_locked: locked
  814. version_status_open: open
  815. error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
  816. label_user_anonymous: Anonymous
  817. button_move_and_follow: Move and follow
  818. setting_default_projects_modules: Default enabled modules for new projects
  819. setting_gravatar_default: Default Gravatar image
  820. field_sharing: Sharing
  821. label_version_sharing_hierarchy: With project hierarchy
  822. label_version_sharing_system: With all projects
  823. label_version_sharing_descendants: With subprojects
  824. label_version_sharing_tree: With project tree
  825. label_version_sharing_none: Not shared
  826. error_can_not_archive_project: This project can not be archived
  827. button_duplicate: Duplicate
  828. button_copy_and_follow: Copy and follow
  829. label_copy_source: Source
  830. setting_issue_done_ratio: Calculate the issue done ratio with
  831. setting_issue_done_ratio_issue_status: Use the issue status
  832. error_issue_done_ratios_not_updated: Issue done ratios not updated.
  833. error_workflow_copy_target: Please select target tracker(s) and role(s)
  834. setting_issue_done_ratio_issue_field: Use the issue field
  835. label_copy_same_as_target: Same as target
  836. label_copy_target: Target
  837. notice_issue_done_ratios_updated: Issue done ratios updated.
  838. error_workflow_copy_source: Please select a source tracker or role
  839. label_update_issue_done_ratios: Update issue done ratios
  840. setting_start_of_week: Start calendars on
  841. permission_view_issues: View Issues
  842. label_display_used_statuses_only: Only display statuses that are used by this tracker
  843. label_revision_id: Revision %{value}
  844. label_api_access_key: API access key
  845. label_api_access_key_created_on: API access key created %{value} ago
  846. label_feeds_access_key: Atom access key
  847. notice_api_access_key_reseted: Your API access key was reset.
  848. setting_rest_api_enabled: Enable REST web service
  849. label_missing_api_access_key: Missing an API access key
  850. label_missing_feeds_access_key: Missing a Atom access key
  851. button_show: Show
  852. text_line_separated: Multiple values allowed (one line for each value).
  853. setting_mail_handler_body_delimiters: Truncate emails after one of these lines
  854. permission_add_subprojects: Create subprojects
  855. label_subproject_new: New subproject
  856. text_own_membership_delete_confirmation: |-
  857. You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
  858. Are you sure you want to continue?
  859. label_close_versions: Close completed versions
  860. label_board_sticky: Sticky
  861. label_board_locked: Locked
  862. permission_export_wiki_pages: Export wiki pages
  863. setting_cache_formatted_text: Cache formatted text
  864. permission_manage_project_activities: Manage project activities
  865. error_unable_delete_issue_status: Unable to delete issue status
  866. label_profile: Profile
  867. permission_manage_subtasks: Manage subtasks
  868. field_parent_issue: Parent task
  869. label_subtask_plural: Subtasks
  870. label_project_copy_notifications: Send email notifications during the project copy
  871. error_can_not_delete_custom_field: Unable to delete custom field
  872. error_unable_to_connect: Unable to connect (%{value})
  873. error_can_not_remove_role: This role is in use and can not be deleted.
  874. error_can_not_delete_tracker: This tracker contains issues and cannot be deleted.
  875. field_principal: Principal
  876. label_my_page_block: My page block
  877. notice_failed_to_save_members: "Failed to save member(s): %{errors}."
  878. text_zoom_out: Zoom out
  879. text_zoom_in: Zoom in
  880. notice_unable_delete_time_entry: Unable to delete time log entry.
  881. label_overall_spent_time: Overall spent time
  882. field_time_entries: Log time
  883. project_module_gantt: Gantt
  884. project_module_calendar: Calendar
  885. button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
  886. field_text: Text field
  887. label_user_mail_option_only_owner: Only for things I am the owner of
  888. setting_default_notification_option: Default notification option
  889. label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
  890. label_user_mail_option_only_assigned: Only for things I am assigned to
  891. label_user_mail_option_none: No events
  892. field_member_of_group: Assignee's group
  893. field_assigned_to_role: Assignee's role
  894. notice_not_authorized_archived_project: The project you're trying to access has been archived.
  895. label_principal_search: "Search for user or group:"
  896. label_user_search: "Search for user:"
  897. field_visible: Visible
  898. setting_commit_logtime_activity_id: Activity for logged time
  899. text_time_logged_by_changeset: Applied in changeset %{value}.
  900. setting_commit_logtime_enabled: Enable time logging
  901. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  902. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  903. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  904. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  905. label_my_queries: My custom queries
  906. text_journal_changed_no_detail: "%{label} updated"
  907. label_news_comment_added: Comment added to a news
  908. button_expand_all: Expand all
  909. button_collapse_all: Collapse all
  910. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  911. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  912. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  913. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  914. label_role_anonymous: Anonymous
  915. label_role_non_member: Non member
  916. label_issue_note_added: Note added
  917. label_issue_status_updated: Status updated
  918. label_issue_priority_updated: Priority updated
  919. label_issues_visibility_own: Issues created by or assigned to the user
  920. field_issues_visibility: Issues visibility
  921. label_issues_visibility_all: All issues
  922. permission_set_own_issues_private: Set own issues public or private
  923. field_is_private: Private
  924. permission_set_issues_private: Set issues public or private
  925. label_issues_visibility_public: All non private issues
  926. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  927. field_commit_logs_encoding: Commit messages encoding
  928. field_scm_path_encoding: Path encoding
  929. text_scm_path_encoding_note: "Default: UTF-8"
  930. field_path_to_repository: Path to repository
  931. field_root_directory: Root directory
  932. field_cvs_module: Module
  933. field_cvsroot: CVSROOT
  934. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  935. text_scm_command: Command
  936. text_scm_command_version: Version
  937. label_git_report_last_commit: Report last commit for files and directories
  938. notice_issue_successful_create: Issue %{id} created.
  939. label_between: between
  940. setting_issue_group_assignment: Allow issue assignment to groups
  941. label_diff: diff
  942. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  943. description_query_sort_criteria_direction: Sort direction
  944. description_project_scope: Search scope
  945. description_filter: Filter
  946. description_user_mail_notification: Mail notification settings
  947. description_date_from: Enter start date
  948. description_message_content: Message content
  949. description_available_columns: Available Columns
  950. description_date_range_interval: Choose range by selecting start and end date
  951. description_issue_category_reassign: Choose issue category
  952. description_search: Searchfield
  953. description_notes: Notes
  954. description_date_range_list: Choose range from list
  955. description_choose_project: Projects
  956. description_date_to: Enter end date
  957. description_query_sort_criteria_attribute: Sort attribute
  958. description_wiki_subpages_reassign: Choose new parent page
  959. description_selected_columns: Selected Columns
  960. label_parent_revision: Parent
  961. label_child_revision: Child
  962. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  963. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  964. button_edit_section: Edit this section
  965. setting_repositories_encodings: Attachments and repositories encodings
  966. description_all_columns: All Columns
  967. button_export: Export
  968. label_export_options: "%{export_format} export options"
  969. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  970. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  971. label_x_issues:
  972. zero: 0 Питання
  973. one: 1 Питання
  974. other: "%{count} Питання"
  975. label_repository_new: New repository
  976. field_repository_is_default: Main repository
  977. label_copy_attachments: Copy attachments
  978. label_item_position: "%{position}/%{count}"
  979. label_completed_versions: Completed versions
  980. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  981. field_multiple: Multiple values
  982. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  983. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  984. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  985. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  986. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  987. permission_manage_related_issues: Manage related issues
  988. field_auth_source_ldap_filter: LDAP filter
  989. label_search_for_watchers: Search for watchers to add
  990. notice_account_deleted: "Ваш обліковій запис повністю видалений"
  991. setting_unsubscribe: "Дозволити користувачам видаляти свої облікові записи"
  992. button_delete_my_account: "Видалити мій обліковий запис"
  993. text_account_destroy_confirmation: "Ваш обліковий запис буде повністю видалений без можливості відновлення.\nВи певні, что бажаете продовжити?"
  994. error_session_expired: Your session has expired. Please login again.
  995. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  996. setting_session_lifetime: Session maximum lifetime
  997. setting_session_timeout: Session inactivity timeout
  998. label_session_expiration: Session expiration
  999. permission_close_project: Close / reopen the project
  1000. label_show_closed_projects: View closed projects
  1001. button_close: Close
  1002. button_reopen: Reopen
  1003. project_status_active: active
  1004. project_status_closed: closed
  1005. project_status_archived: archived
  1006. text_project_closed: This project is closed and read-only.
  1007. notice_user_successful_create: User %{id} created.
  1008. field_core_fields: Standard fields
  1009. field_timeout: Timeout (in seconds)
  1010. setting_thumbnails_enabled: Display attachment thumbnails
  1011. setting_thumbnails_size: Thumbnails size (in pixels)
  1012. label_status_transitions: Status transitions
  1013. label_fields_permissions: Fields permissions
  1014. label_readonly: Read-only
  1015. label_required: Required
  1016. text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  1017. field_board_parent: Parent forum
  1018. label_attribute_of_project: Project's %{name}
  1019. label_attribute_of_author: Author's %{name}
  1020. label_attribute_of_assigned_to: Assignee's %{name}
  1021. label_attribute_of_fixed_version: Target version's %{name}
  1022. label_copy_subtasks: Copy subtasks
  1023. label_copied_to: copied to
  1024. label_copied_from: copied from
  1025. label_any_issues_in_project: any issues in project
  1026. label_any_issues_not_in_project: any issues not in project
  1027. field_private_notes: Private notes
  1028. permission_view_private_notes: View private notes
  1029. permission_set_notes_private: Set notes as private
  1030. label_no_issues_in_project: no issues in project
  1031. label_any: Усі
  1032. label_last_n_weeks: last %{count} weeks
  1033. setting_cross_project_subtasks: Allow cross-project subtasks
  1034. label_cross_project_descendants: With subprojects
  1035. label_cross_project_tree: With project tree
  1036. label_cross_project_hierarchy: With project hierarchy
  1037. label_cross_project_system: With all projects
  1038. button_hide: Hide
  1039. setting_non_working_week_days: Non-working days
  1040. label_in_the_next_days: in the next
  1041. label_in_the_past_days: in the past
  1042. label_attribute_of_user: User's %{name}
  1043. text_turning_multiple_off: If you disable multiple values, multiple values will be
  1044. removed in order to preserve only one value per item.
  1045. label_attribute_of_issue: Issue's %{name}
  1046. permission_add_documents: Add documents
  1047. permission_edit_documents: Edit documents
  1048. permission_delete_documents: Delete documents
  1049. label_gantt_progress_line: Progress line
  1050. setting_jsonp_enabled: Enable JSONP support
  1051. field_inherit_members: Inherit members
  1052. field_closed_on: Closed
  1053. field_generate_password: Generate password
  1054. setting_default_projects_tracker_ids: Default trackers for new projects
  1055. label_total_time: Всього
  1056. text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
  1057. text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
  1058. setting_emails_header: Email header
  1059. notice_account_not_activated_yet: You haven't activated your account yet. If you want
  1060. to receive a new activation email, please <a href="%{url}">click this link</a>.
  1061. notice_account_locked: Your account is locked.
  1062. label_hidden: Hidden
  1063. label_visibility_private: to me only
  1064. label_visibility_roles: to these roles only
  1065. label_visibility_public: to any users
  1066. field_must_change_passwd: Must change password at next logon
  1067. notice_new_password_must_be_different: The new password must be different from the
  1068. current password
  1069. setting_mail_handler_excluded_filenames: Exclude attachments by name
  1070. text_convert_available: ImageMagick convert available (optional)
  1071. label_link: Link
  1072. label_only: only
  1073. label_drop_down_list: drop-down list
  1074. label_checkboxes: checkboxes
  1075. label_link_values_to: Link values to URL
  1076. setting_force_default_language_for_anonymous: Force default language for anonymous
  1077. users
  1078. setting_force_default_language_for_loggedin: Force default language for logged-in
  1079. users
  1080. label_custom_field_select_type: Select the type of object to which the custom field
  1081. is to be attached
  1082. label_issue_assigned_to_updated: Assignee updated
  1083. label_check_for_updates: Check for updates
  1084. label_latest_compatible_version: Latest compatible version
  1085. label_unknown_plugin: Unknown plugin
  1086. label_radio_buttons: radio buttons
  1087. label_group_anonymous: Anonymous users
  1088. label_group_non_member: Non member users
  1089. label_add_projects: Add projects
  1090. field_default_status: Default status
  1091. text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1092. field_users_visibility: Users visibility
  1093. label_users_visibility_all: All active users
  1094. label_users_visibility_members_of_visible_projects: Members of visible projects
  1095. label_edit_attachments: Edit attached files
  1096. setting_link_copied_issue: Link issues on copy
  1097. label_link_copied_issue: Link copied issue
  1098. label_ask: Ask
  1099. label_search_attachments_yes: Search attachment filenames and descriptions
  1100. label_search_attachments_no: Do not search attachments
  1101. label_search_attachments_only: Search attachments only
  1102. label_search_open_issues_only: Open issues only
  1103. field_address: Ел. пошта
  1104. setting_max_additional_emails: Maximum number of additional email addresses
  1105. label_email_address_plural: Emails
  1106. label_email_address_add: Add email address
  1107. label_enable_notifications: Enable notifications
  1108. label_disable_notifications: Disable notifications
  1109. setting_search_results_per_page: Search results per page
  1110. label_blank_value: blank
  1111. permission_copy_issues: Copy issues
  1112. error_password_expired: Your password has expired or the administrator requires you
  1113. to change it.
  1114. field_time_entries_visibility: Time logs visibility
  1115. setting_password_max_age: Require password change after
  1116. label_parent_task_attributes: Parent tasks attributes
  1117. label_parent_task_attributes_derived: Calculated from subtasks
  1118. label_parent_task_attributes_independent: Independent of subtasks
  1119. label_time_entries_visibility_all: All time entries
  1120. label_time_entries_visibility_own: Time entries created by the user
  1121. label_member_management: Member management
  1122. label_member_management_all_roles: All roles
  1123. label_member_management_selected_roles_only: Only these roles
  1124. label_password_required: Confirm your password to continue
  1125. label_total_spent_time: Overall spent time
  1126. notice_import_finished: All %{count} items have been imported.
  1127. notice_import_finished_with_errors: ! '%{count} out of %{total} items could not be
  1128. imported.'
  1129. error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
  1130. error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
  1131. settings below
  1132. error_can_not_read_import_file: An error occurred while reading the file to import
  1133. permission_import_issues: Import issues
  1134. label_import_issues: Import issues
  1135. label_select_file_to_import: Select the file to import
  1136. label_fields_separator: Field separator
  1137. label_fields_wrapper: Field wrapper
  1138. label_encoding: Encoding
  1139. label_comma_char: Comma
  1140. label_semi_colon_char: Semicolon
  1141. label_quote_char: Quote
  1142. label_double_quote_char: Double quote
  1143. label_fields_mapping: Fields mapping
  1144. label_file_content_preview: File content preview
  1145. label_create_missing_values: Create missing values
  1146. button_import: Import
  1147. field_total_estimated_hours: Total estimated time
  1148. label_api: API
  1149. label_total_plural: Totals
  1150. label_assigned_issues: Assigned issues
  1151. label_field_format_enumeration: Key/value list
  1152. label_f_hour_short: '%{value} h'
  1153. field_default_version: Default version
  1154. error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
  1155. setting_attachment_extensions_allowed: Allowed extensions
  1156. setting_attachment_extensions_denied: Disallowed extensions
  1157. label_any_open_issues: any open issues
  1158. label_no_open_issues: no open issues
  1159. label_default_values_for_new_users: Default values for new users
  1160. error_ldap_bind_credentials: Invalid LDAP Account/Password
  1161. setting_sys_api_key: API key
  1162. setting_lost_password: Забули пароль
  1163. mail_subject_security_notification: Security notification
  1164. mail_body_security_notification_change: ! '%{field} was changed.'
  1165. mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
  1166. mail_body_security_notification_add: ! '%{field} %{value} was added.'
  1167. mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
  1168. mail_body_security_notification_notify_enabled: Email address %{value} now receives
  1169. notifications.
  1170. mail_body_security_notification_notify_disabled: Email address %{value} no longer
  1171. receives notifications.
  1172. mail_body_settings_updated: ! 'The following settings were changed:'
  1173. field_remote_ip: IP address
  1174. label_wiki_page_new: New wiki page
  1175. label_relations: Relations