To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / config / locales / uk.yml @ 1297:0a574315af3e

History | View | Annotate | Download (53.7 KB)

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

    
12
    day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
13
    abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
14

    
15
    # Don't forget the nil at the beginning; there's no such thing as a 0th month
16
    month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
17
    abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
18
    # Used in date_select and datime_select.
19
    order:
20
      - :year
21
      - :month
22
      - :day
23

    
24
  time:
25
    formats:
26
      default: "%a, %d %b %Y %H:%M:%S %z"
27
      time: "%H:%M"
28
      short: "%d %b %H:%M"
29
      long: "%B %d, %Y %H:%M"
30
    am: "am"
31
    pm: "pm"
32

    
33
  datetime:
34
    distance_in_words:
35
      half_a_minute: "half a minute"
36
      less_than_x_seconds:
37
        one:   "less than 1 second"
38
        other: "less than %{count} seconds"
39
      x_seconds:
40
        one:   "1 second"
41
        other: "%{count} seconds"
42
      less_than_x_minutes:
43
        one:   "less than a minute"
44
        other: "less than %{count} minutes"
45
      x_minutes:
46
        one:   "1 minute"
47
        other: "%{count} minutes"
48
      about_x_hours:
49
        one:   "about 1 hour"
50
        other: "about %{count} hours"
51
      x_hours:
52
        one:   "1 hour"
53
        other: "%{count} hours"
54
      x_days:
55
        one:   "1 day"
56
        other: "%{count} days"
57
      about_x_months:
58
        one:   "about 1 month"
59
        other: "about %{count} months"
60
      x_months:
61
        one:   "1 month"
62
        other: "%{count} months"
63
      about_x_years:
64
        one:   "about 1 year"
65
        other: "about %{count} years"
66
      over_x_years:
67
        one:   "over 1 year"
68
        other: "over %{count} years"
69
      almost_x_years:
70
        one:   "almost 1 year"
71
        other: "almost %{count} years"
72

    
73
  number:
74
    format:
75
      separator: "."
76
      delimiter: ""
77
      precision: 3
78
    human:
79
      format:
80
        precision: 3
81
        delimiter: ""
82
      storage_units:
83
        format: "%n %u"
84
        units:
85
          kb: KB
86
          tb: TB
87
          gb: GB
88
          byte:
89
            one: Byte
90
            other: Bytes
91
          mb: MB
92

    
93
# Used in array.to_sentence.
94
  support:
95
    array:
96
      sentence_connector: "and"
97
      skip_last_comma: false
98

    
99
  activerecord:
100
    errors:
101
      template:
102
        header:
103
          one:    "1 error prohibited this %{model} from being saved"
104
          other:  "%{count} errors prohibited this %{model} from being saved"
105
      messages:
106
        inclusion: "немає в списку"
107
        exclusion: "зарезервовано"
108
        invalid: "невірне"
109
        confirmation: "не збігається з підтвердженням"
110
        accepted: "необхідно прийняти"
111
        empty: "не може бути порожнім"
112
        blank: "не може бути незаповненим"
113
        too_long: "дуже довге"
114
        too_short: "дуже коротке"
115
        wrong_length: "не відповідає довжині"
116
        taken: "вже використовується"
117
        not_a_number: "не є числом"
118
        not_a_date: "є недійсною датою"
119
        greater_than: "must be greater than %{count}"
120
        greater_than_or_equal_to: "must be greater than or equal to %{count}"
121
        equal_to: "must be equal to %{count}"
122
        less_than: "must be less than %{count}"
123
        less_than_or_equal_to: "must be less than or equal to %{count}"
124
        odd: "must be odd"
125
        even: "must be even"
126
        greater_than_start_date: "повинна бути пізніша за дату початку"
127
        not_same_project: "не відносяться до одного проекту"
128
        circular_dependency: "Такий зв'язок приведе до циклічної залежності"
129
        cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
130

    
131
  actionview_instancetag_blank_option: Оберіть
132

    
133
  general_text_No: 'Ні'
134
  general_text_Yes: 'Так'
135
  general_text_no: 'Ні'
136
  general_text_yes: 'Так'
137
  general_lang_name: 'Ukrainian (Українська)'
138
  general_csv_separator: ','
139
  general_csv_decimal_separator: '.'
140
  general_csv_encoding: UTF-8
141
  general_pdf_encoding: UTF-8
142
  general_first_day_of_week: '1'
143

    
144
  notice_account_updated: Обліковий запис успішно оновлений.
145
  notice_account_invalid_creditentials: Неправильне ім'я користувача або пароль
146
  notice_account_password_updated: Пароль успішно оновлений.
147
  notice_account_wrong_password: Невірний пароль
148
  notice_account_register_done: Обліковий запис успішно створений. Для активації Вашого облікового запису зайдіть по посиланню, яке відіслане вам електронною поштою.
149
  notice_account_unknown_email: Невідомий користувач.
150
  notice_can_t_change_password: Для даного облікового запису використовується джерело зовнішньої аутентифікації. Неможливо змінити пароль.
151
  notice_account_lost_email_sent: Вам відправлений лист з інструкціями по вибору нового пароля.
152
  notice_account_activated: Ваш обліковий запис активований. Ви можете увійти.
153
  notice_successful_create: Створення успішно завершене.
154
  notice_successful_update: Оновлення успішно завершене.
155
  notice_successful_delete: Видалення успішно завершене.
156
  notice_successful_connection: Підключення успішно встановлене.
157
  notice_file_not_found: Сторінка, на яку ви намагаєтеся зайти, не існує або видалена.
158
  notice_locking_conflict: Дані оновлено іншим користувачем.
159
  notice_scm_error: Запису та/або виправлення немає в репозиторії.
160
  notice_not_authorized: У вас немає прав для відвідини даної сторінки.
161
  notice_email_sent: "Відправлено листа %{value}"
162
  notice_email_error: "Під час відправки листа відбулася помилка (%{value})"
163
  notice_feeds_access_key_reseted: Ваш ключ доступу RSS було скинуто.
164
  notice_failed_to_save_issues: "Не вдалося зберегти %{count} пункт(ів) з %{total} вибраних: %{ids}."
165
  notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати."
166
  notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором."
167

    
168
  mail_subject_lost_password: "Ваш %{value} пароль"
169
  mail_body_lost_password: 'Для зміни пароля, зайдіть за наступним посиланням:'
170
  mail_subject_register: "Активація облікового запису %{value}"
171
  mail_body_register: 'Для активації облікового запису, зайдіть за наступним посиланням:'
172
  mail_body_account_information_external: "Ви можете використовувати ваш %{value} обліковий запис для входу."
173
  mail_body_account_information: Інформація по Вашому обліковому запису
174
  mail_subject_account_activation_request: "Запит на активацію облікового запису %{value}"
175
  mail_body_account_activation_request: "Новий користувач (%{value}) зареєструвався. Його обліковий запис чекає на ваше підтвердження:"
176

    
177
  gui_validation_error: 1 помилка
178
  gui_validation_error_plural: "%{count} помилки(ок)"
179

    
180
  field_name: Ім'я
181
  field_description: Опис
182
  field_summary: Короткий опис
183
  field_is_required: Необхідно
184
  field_firstname: Ім'я
185
  field_lastname: Прізвище
186
  field_mail: Ел. пошта
187
  field_filename: Файл
188
  field_filesize: Розмір
189
  field_downloads: Завантаження
190
  field_author: Автор
191
  field_created_on: Створено
192
  field_updated_on: Оновлено
193
  field_field_format: Формат
194
  field_is_for_all: Для усіх проектів
195
  field_possible_values: Можливі значення
196
  field_regexp: Регулярний вираз
197
  field_min_length: Мінімальна довжина
198
  field_max_length: Максимальна довжина
199
  field_value: Значення
200
  field_category: Категорія
201
  field_title: Назва
202
  field_project: Проект
203
  field_issue: Питання
204
  field_status: Статус
205
  field_notes: Примітки
206
  field_is_closed: Питання закрито
207
  field_is_default: Типове значення
208
  field_tracker: Координатор
209
  field_subject: Тема
210
  field_due_date: Дата виконання
211
  field_assigned_to: Призначена до
212
  field_priority: Пріоритет
213
  field_fixed_version: Target version
214
  field_user: Користувач
215
  field_role: Роль
216
  field_homepage: Домашня сторінка
217
  field_is_public: Публічний
218
  field_parent: Підпроект
219
  field_is_in_roadmap: Питання, що відображаються в оперативному плані
220
  field_login: Вхід
221
  field_mail_notification: Повідомлення за електронною поштою
222
  field_admin: Адміністратор
223
  field_last_login_on: Останнє підключення
224
  field_language: Мова
225
  field_effective_date: Дата
226
  field_password: Пароль
227
  field_new_password: Новий пароль
228
  field_password_confirmation: Підтвердження
229
  field_version: Версія
230
  field_type: Тип
231
  field_host: Машина
232
  field_port: Порт
233
  field_account: Обліковий запис
234
  field_base_dn: Базове відмітне ім'я
235
  field_attr_login: Атрибут Реєстрація
236
  field_attr_firstname: Атрибут Ім'я
237
  field_attr_lastname: Атрибут Прізвище
238
  field_attr_mail: Атрибут Email
239
  field_onthefly: Створення користувача на льоту
240
  field_start_date: Початок
241
  field_done_ratio: "% зроблено"
242
  field_auth_source: Режим аутентифікації
243
  field_hide_mail: Приховувати мій email
244
  field_comments: Коментар
245
  field_url: URL
246
  field_start_page: Стартова сторінка
247
  field_subproject: Підпроект
248
  field_hours: Годин(и/а)
249
  field_activity: Діяльність
250
  field_spent_on: Дата
251
  field_identifier: Ідентифікатор
252
  field_is_filter: Використовується як фільтр
253
  field_issue_to: Зв'язані задачі
254
  field_delay: Відкласти
255
  field_assignable: Задача може бути призначена цій ролі
256
  field_redirect_existing_links: Перенаправити існуючі посилання
257
  field_estimated_hours: Оцінний час
258
  field_column_names: Колонки
259
  field_time_zone: Часовий пояс
260
  field_searchable: Вживається у пошуку
261

    
262
  setting_app_title: Назва додатку
263
  setting_app_subtitle: Підзаголовок додатку
264
  setting_welcome_text: Текст привітання
265
  setting_default_language: Стандартна мова
266
  setting_login_required: Необхідна аутентифікація
267
  setting_self_registration: Можлива само-реєстрація
268
  setting_attachment_max_size: Максимальний размір вкладення
269
  setting_issues_export_limit: Обмеження по задачах, що експортуються
270
  setting_mail_from: email адреса для передачі інформації
271
  setting_bcc_recipients: Отримувачі сліпої копії (bcc)
272
  setting_host_name: Им'я машини
273
  setting_text_formatting: Форматування тексту
274
  setting_wiki_compression: Стиснення історії Wiki
275
  setting_feeds_limit: Обмеження змісту подачі
276
  setting_autofetch_changesets: Автоматично доставати доповнення
277
  setting_sys_api_enabled: Дозволити WS для управління репозиторієм
278
  setting_commit_ref_keywords: Ключові слова для посилання
279
  setting_commit_fix_keywords: Призначення ключових слів
280
  setting_autologin: Автоматичний вхід
281
  setting_date_format: Формат дати
282
  setting_time_format: Формат часу
283
  setting_cross_project_issue_relations: Дозволити міжпроектні відносини між питаннями
284
  setting_issue_list_default_columns: Колонки, що відображаються за умовчанням в списку питань
285
  setting_emails_footer: Підпис до електронної пошти
286
  setting_protocol: Протокол
287

    
288
  label_user: Користувач
289
  label_user_plural: Користувачі
290
  label_user_new: Новий користувач
291
  label_project: Проект
292
  label_project_new: Новий проект
293
  label_project_plural: Проекти
294
  label_x_projects:
295
    zero:  no projects
296
    one:   1 project
297
    other: "%{count} projects"
298
  label_project_all: Усі проекти
299
  label_project_latest: Останні проекти
300
  label_issue: Питання
301
  label_issue_new: Нові питання
302
  label_issue_plural: Питання
303
  label_issue_view_all: Проглянути всі питання
304
  label_issues_by: "Питання за %{value}"
305
  label_document: Документ
306
  label_document_new: Новий документ
307
  label_document_plural: Документи
308
  label_role: Роль
309
  label_role_plural: Ролі
310
  label_role_new: Нова роль
311
  label_role_and_permissions: Ролі і права доступу
312
  label_member: Учасник
313
  label_member_new: Новий учасник
314
  label_member_plural: Учасники
315
  label_tracker: Координатор
316
  label_tracker_plural: Координатори
317
  label_tracker_new: Новий Координатор
318
  label_workflow: Послідовність дій
319
  label_issue_status: Статус питання
320
  label_issue_status_plural: Статуси питань
321
  label_issue_status_new: Новий статус
322
  label_issue_category: Категорія питання
323
  label_issue_category_plural: Категорії питань
324
  label_issue_category_new: Нова категорія
325
  label_custom_field: Поле клієнта
326
  label_custom_field_plural: Поля клієнта
327
  label_custom_field_new: Нове поле клієнта
328
  label_enumerations: Довідники
329
  label_enumeration_new: Нове значення
330
  label_information: Інформація
331
  label_information_plural: Інформація
332
  label_please_login: Будь ласка, увійдіть
333
  label_register: Зареєструватися
334
  label_password_lost: Забули пароль
335
  label_home: Домашня сторінка
336
  label_home_heading: Домашня сторінка
337
  label_my_page: Моя сторінка
338
  label_my_account: Мій обліковий запис
339
  label_my_projects: Мої проекти
340
  label_administration: Адміністрування
341
  label_login: Увійти
342
  label_logout: Вийти
343
  label_help: Допомога
344
  label_reported_issues: Створені питання
345
  label_assigned_to_me_issues: Мої питання
346
  label_last_login: Останнє підключення
347
  label_registered_on: Зареєстрований(а)
348
  label_activity: Активність
349
  label_new: Новий
350
  label_logged_as: Увійшов як
351
  label_environment: Оточення
352
  label_authentication: Аутентифікація
353
  label_auth_source: Режим аутентифікації
354
  label_auth_source_new: Новий режим аутентифікації
355
  label_auth_source_plural: Режими аутентифікації
356
  label_subproject_plural: Підпроекти
357
  label_min_max_length: Мінімальна - максимальна довжина
358
  label_list: Список
359
  label_date: Дата
360
  label_integer: Цілий
361
  label_float: З плаваючою крапкою
362
  label_boolean: Логічний
363
  label_string: Текст
364
  label_text: Довгий текст
365
  label_attribute: Атрибут
366
  label_attribute_plural: атрибути
367
  label_download: "%{count} Завантажено"
368
  label_download_plural: "%{count} Завантажень"
369
  label_no_data: Немає даних для відображення
370
  label_change_status: Змінити статус
371
  label_history: Історія
372
  label_attachment: Файл
373
  label_attachment_new: Новий файл
374
  label_attachment_delete: Видалити файл
375
  label_attachment_plural: Файли
376
  label_report: Звіт
377
  label_report_plural: Звіти
378
  label_news: Новини
379
  label_news_new: Додати новину
380
  label_news_plural: Новини
381
  label_news_latest: Останні новини
382
  label_news_view_all: Подивитися всі новини
383
  label_settings: Налаштування
384
  label_overview: Перегляд
385
  label_version: Версія
386
  label_version_new: Нова версія
387
  label_version_plural: Версії
388
  label_confirmation: Підтвердження
389
  label_export_to: Експортувати в
390
  label_read: Читання...
391
  label_public_projects: Публічні проекти
392
  label_open_issues: відкрите
393
  label_open_issues_plural: відкриті
394
  label_closed_issues: закрите
395
  label_closed_issues_plural: закриті
396
  label_x_open_issues_abbr_on_total:
397
    zero:  0 open / %{total}
398
    one:   1 open / %{total}
399
    other: "%{count} open / %{total}"
400
  label_x_open_issues_abbr:
401
    zero:  0 open
402
    one:   1 open
403
    other: "%{count} open"
404
  label_x_closed_issues_abbr:
405
    zero:  0 closed
406
    one:   1 closed
407
    other: "%{count} closed"
408
  label_total: Всього
409
  label_permissions: Права доступу
410
  label_current_status: Поточний статус
411
  label_new_statuses_allowed: Дозволені нові статуси
412
  label_all: Усі
413
  label_none: Нікому
414
  label_nobody: Ніхто
415
  label_next: Наступний
416
  label_previous: Попередній
417
  label_used_by: Використовується
418
  label_details: Подробиці
419
  label_add_note: Додати зауваження
420
  label_per_page: На сторінку
421
  label_calendar: Календар
422
  label_months_from: місяців(ця) з
423
  label_gantt: Діаграма Ганта
424
  label_internal: Внутрішній
425
  label_last_changes: "останні %{count} змін"
426
  label_change_view_all: Проглянути всі зміни
427
  label_personalize_page: Персоналізувати цю сторінку
428
  label_comment: Коментувати
429
  label_comment_plural: Коментарі
430
  label_x_comments:
431
    zero: no comments
432
    one: 1 comment
433
    other: "%{count} comments"
434
  label_comment_add: Залишити коментар
435
  label_comment_added: Коментар додано
436
  label_comment_delete: Видалити коментарі
437
  label_query: Запит клієнта
438
  label_query_plural: Запити клієнтів
439
  label_query_new: Новий запит
440
  label_filter_add: Додати фільтр
441
  label_filter_plural: Фільтри
442
  label_equals: є
443
  label_not_equals: немає
444
  label_in_less_than: менш ніж
445
  label_in_more_than: більш ніж
446
  label_in: у
447
  label_today: сьогодні
448
  label_this_week: цього тижня
449
  label_less_than_ago: менш ніж днів(я) назад
450
  label_more_than_ago: більш ніж днів(я) назад
451
  label_ago: днів(я) назад
452
  label_contains: містить
453
  label_not_contains: не містить
454
  label_day_plural: днів(я)
455
  label_repository: Репозиторій
456
  label_browse: Проглянути
457
  label_modification: "%{count} зміна"
458
  label_modification_plural: "%{count} змін"
459
  label_revision: Версія
460
  label_revision_plural: Версій
461
  label_added: додано
462
  label_modified: змінене
463
  label_deleted: видалено
464
  label_latest_revision: Остання версія
465
  label_latest_revision_plural: Останні версії
466
  label_view_revisions: Проглянути версії
467
  label_max_size: Максимальний розмір
468
  label_sort_highest: У початок
469
  label_sort_higher: Вгору
470
  label_sort_lower: Вниз
471
  label_sort_lowest: У кінець
472
  label_roadmap: Оперативний план
473
  label_roadmap_due_in: "Строк %{value}"
474
  label_roadmap_overdue: "%{value} запізнення"
475
  label_roadmap_no_issues: Немає питань для даної версії
476
  label_search: Пошук
477
  label_result_plural: Результати
478
  label_all_words: Всі слова
479
  label_wiki: Wiki
480
  label_wiki_edit: Редагування Wiki
481
  label_wiki_edit_plural: Редагування Wiki
482
  label_wiki_page: Сторінка Wiki
483
  label_wiki_page_plural: Сторінки Wiki
484
  label_index_by_title: Індекс за назвою
485
  label_index_by_date: Індекс за датою
486
  label_current_version: Поточна версія
487
  label_preview: Попередній перегляд
488
  label_feed_plural: Подання
489
  label_changes_details: Подробиці по всіх змінах
490
  label_issue_tracking: Координація питань
491
  label_spent_time: Витрачений час
492
  label_f_hour: "%{value} година"
493
  label_f_hour_plural: "%{value} годин(и)"
494
  label_time_tracking: Облік часу
495
  label_change_plural: Зміни
496
  label_statistics: Статистика
497
  label_commits_per_month: Подань на місяць
498
  label_commits_per_author: Подань на користувача
499
  label_view_diff: Проглянути відмінності
500
  label_diff_inline: підключений
501
  label_diff_side_by_side: поряд
502
  label_options: Опції
503
  label_copy_workflow_from: Скопіювати послідовність дій з
504
  label_permissions_report: Звіт про права доступу
505
  label_watched_issues: Проглянуті питання
506
  label_related_issues: Зв'язані питання
507
  label_applied_status: Застосовний статус
508
  label_loading: Завантаження...
509
  label_relation_new: Новий зв'язок
510
  label_relation_delete: Видалити зв'язок
511
  label_relates_to: пов'язане з
512
  label_duplicates: дублює
513
  label_blocks: блокує
514
  label_blocked_by: заблоковане
515
  label_precedes: передує
516
  label_follows: наступний за
517
  label_end_to_start: з кінця до початку
518
  label_end_to_end: з кінця до кінця
519
  label_start_to_start: з початку до початку
520
  label_start_to_end: з початку до кінця
521
  label_stay_logged_in: Залишатися в системі
522
  label_disabled: відключений
523
  label_show_completed_versions: Показати завершені версії
524
  label_me: мене
525
  label_board: Форум
526
  label_board_new: Новий форум
527
  label_board_plural: Форуми
528
  label_topic_plural: Теми
529
  label_message_plural: Повідомлення
530
  label_message_last: Останнє повідомлення
531
  label_message_new: Нове повідомлення
532
  label_reply_plural: Відповіді
533
  label_send_information: Відправити користувачеві інформацію з облікового запису
534
  label_year: Рік
535
  label_month: Місяць
536
  label_week: Неділя
537
  label_date_from: З
538
  label_date_to: Кому
539
  label_language_based: На основі мови користувача
540
  label_sort_by: "Сортувати за %{value}"
541
  label_send_test_email: Послати email для перевірки
542
  label_feeds_access_key_created_on: "Ключ доступу RSS створений %{value} назад "
543
  label_module_plural: Модулі
544
  label_added_time_by: "Доданий %{author} %{age} назад"
545
  label_updated_time: "Оновлений %{value} назад"
546
  label_jump_to_a_project: Перейти до проекту...
547
  label_file_plural: Файли
548
  label_changeset_plural: Набори змін
549
  label_default_columns: Типові колонки
550
  label_no_change_option: (Немає змін)
551
  label_bulk_edit_selected_issues: Редагувати всі вибрані питання
552
  label_theme: Тема
553
  label_default: Типовий
554
  label_search_titles_only: Шукати тільки в назвах
555
  label_user_mail_option_all: "Для всіх подій у всіх моїх проектах"
556
  label_user_mail_option_selected: "Для всіх подій тільки у вибраному проекті..."
557
  label_user_mail_no_self_notified: "Не сповіщати про зміни, які я зробив сам"
558
  label_registration_activation_by_email: активація облікового запису електронною поштою
559
  label_registration_manual_activation: ручна активація облікового запису
560
  label_registration_automatic_activation: автоматична активація облыкового
561
  label_my_time_report: Мій звіт витраченого часу
562

    
563
  button_login: Вхід
564
  button_submit: Відправити
565
  button_save: Зберегти
566
  button_check_all: Відзначити все
567
  button_uncheck_all: Очистити
568
  button_delete: Видалити
569
  button_create: Створити
570
  button_test: Перевірити
571
  button_edit: Редагувати
572
  button_add: Додати
573
  button_change: Змінити
574
  button_apply: Застосувати
575
  button_clear: Очистити
576
  button_lock: Заблокувати
577
  button_unlock: Разблокувати
578
  button_download: Завантажити
579
  button_list: Список
580
  button_view: Переглянути
581
  button_move: Перемістити
582
  button_back: Назад
583
  button_cancel: Відмінити
584
  button_activate: Активувати
585
  button_sort: Сортувати
586
  button_log_time: Записати час
587
  button_rollback: Відкотити до даної версії
588
  button_watch: Дивитися
589
  button_unwatch: Не дивитися
590
  button_reply: Відповісти
591
  button_archive: Архівувати
592
  button_unarchive: Розархівувати
593
  button_reset: Перезапустити
594
  button_rename: Перейменувати
595
  button_change_password: Змінити пароль
596
  button_copy: Копіювати
597
  button_annotate: Анотувати
598

    
599
  status_active: Активний
600
  status_registered: Зареєстрований
601
  status_locked: Заблокований
602

    
603
  text_select_mail_notifications: Виберіть дії, на які відсилатиметься повідомлення на електронну пошту.
604
  text_regexp_info: eg. ^[A-Z0-9]+$
605
  text_min_max_length_info: 0 означає відсутність заборон
606
  text_project_destroy_confirmation: Ви наполягаєте на видаленні цього проекту і всієї інформації, що відноситься до нього?
607
  text_workflow_edit: Виберіть роль і координатор для редагування послідовності дій
608
  text_are_you_sure: Ви впевнені?
609
  text_tip_issue_begin_day: день початку задачі
610
  text_tip_issue_end_day: день завершення задачі
611
  text_tip_issue_begin_end_day: початок задачі і закінчення цього дня
612
  text_caracters_maximum: "%{count} символів(а) максимум."
613
  text_caracters_minimum: "Повинно мати якнайменше  %{count} символів(а) у довжину."
614
  text_length_between: "Довжина між %{min} і %{max} символів."
615
  text_tracker_no_workflow: Для цього координатора послідовність дій не визначена
616
  text_unallowed_characters: Заборонені символи
617
  text_comma_separated: Допустимі декілька значень (розділені комою).
618
  text_issues_ref_in_commit_messages: Посилання та зміна питань у повідомленнях до подавань
619
  text_issue_added: "Issue %{id} has been reported by %{author}."
620
  text_issue_updated: "Issue %{id} has been updated by %{author}."
621
  text_wiki_destroy_confirmation: Ви впевнені, що хочете видалити цю wiki і весь зміст?
622
  text_issue_category_destroy_question: "Декілька питань (%{count}) призначено в цю категорію. Що ви хочете зробити?"
623
  text_issue_category_destroy_assignments: Видалити призначення категорії
624
  text_issue_category_reassign_to: Перепризначити задачі до даної категорії
625
  text_user_mail_option: "Для невибраних проектів ви отримуватимете повідомлення тільки про те, що проглядаєте або в чому берете участь (наприклад, питання автором яких ви є або які вам призначені)."
626

    
627
  default_role_manager: Менеджер
628
  default_role_developer: Розробник
629
  default_role_reporter: Репортер
630
  # default_tracker_bug: Bug
631
  # звітів default_tracker_bug: Помилка
632
  default_tracker_bug: Помилка
633
  default_tracker_feature: Властивість
634
  default_tracker_support: Підтримка
635
  default_issue_status_new: Новий
636
  default_issue_status_in_progress: In Progress
637
  default_issue_status_resolved: Вирішено
638
  default_issue_status_feedback: Зворотний зв'язок
639
  default_issue_status_closed: Зачинено
640
  default_issue_status_rejected: Відмовлено
641
  default_doc_category_user: Документація користувача
642
  default_doc_category_tech: Технічна документація
643
  default_priority_low: Низький
644
  default_priority_normal: Нормальний
645
  default_priority_high: Високий
646
  default_priority_urgent: Терміновий
647
  default_priority_immediate: Негайний
648
  default_activity_design: Проектування
649
  default_activity_development: Розробка
650

    
651
  enumeration_issue_priorities: Пріоритети питань
652
  enumeration_doc_categories: Категорії документів
653
  enumeration_activities: Дії (облік часу)
654
  text_status_changed_by_changeset: "Applied in changeset %{value}."
655
  label_display_per_page: "Per page: %{value}"
656
  label_issue_added: Issue added
657
  label_issue_updated: Issue updated
658
  setting_per_page_options: Objects per page options
659
  notice_default_data_loaded: Default configuration successfully loaded.
660
  error_scm_not_found: "Entry and/or revision doesn't exist in the repository."
661
  label_associated_revisions: Associated revisions
662
  label_document_added: Document added
663
  label_message_posted: Message added
664
  text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
665
  error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
666
  setting_user_format: Users display format
667
  label_age: Age
668
  label_file_added: File added
669
  label_more: More
670
  field_default_value: Default value
671
  label_scm: SCM
672
  label_general: General
673
  button_update: Update
674
  text_select_project_modules: 'Select modules to enable for this project:'
675
  label_change_properties: Change properties
676
  text_load_default_configuration: Load the default configuration
677
  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."
678
  label_news_added: News added
679
  label_repository_plural: Repositories
680
  error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
681
  project_module_boards: Boards
682
  project_module_issue_tracking: Issue tracking
683
  project_module_wiki: Wiki
684
  project_module_files: Files
685
  project_module_documents: Documents
686
  project_module_repository: Repository
687
  project_module_news: News
688
  project_module_time_tracking: Time tracking
689
  text_file_repository_writable: File repository writable
690
  text_default_administrator_account_changed: Default administrator account changed
691
  text_rmagick_available: RMagick available (optional)
692
  button_configure: Configure
693
  label_plugins: Plugins
694
  label_ldap_authentication: LDAP authentication
695
  label_downloads_abbr: D/L
696
  label_this_month: this month
697
  label_last_n_days: "last %{count} days"
698
  label_all_time: all time
699
  label_this_year: this year
700
  label_date_range: Date range
701
  label_last_week: last week
702
  label_yesterday: yesterday
703
  label_last_month: last month
704
  label_add_another_file: Add another file
705
  label_optional_description: Optional description
706
  text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
707
  error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
708
  text_assign_time_entries_to_project: Assign reported hours to the project
709
  text_destroy_time_entries: Delete reported hours
710
  text_reassign_time_entries: 'Reassign reported hours to this issue:'
711
  setting_activity_days_default: Days displayed on project activity
712
  label_chronological_order: In chronological order
713
  field_comments_sorting: Display comments
714
  label_reverse_chronological_order: In reverse chronological order
715
  label_preferences: Preferences
716
  setting_display_subprojects_issues: Display subprojects issues on main projects by default
717
  label_overall_activity: Overall activity
718
  setting_default_projects_public: New projects are public by default
719
  error_scm_annotate: "The entry does not exist or can not be annotated."
720
  label_planning: Planning
721
  text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
722
  label_and_its_subprojects: "%{value} and its subprojects"
723
  mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
724
  mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
725
  text_user_wrote: "%{value} wrote:"
726
  label_duplicated_by: duplicated by
727
  setting_enabled_scm: Enabled SCM
728
  text_enumeration_category_reassign_to: 'Reassign them to this value:'
729
  text_enumeration_destroy_question: "%{count} objects are assigned to this value."
730
  label_incoming_emails: Incoming emails
731
  label_generate_key: Generate a key
732
  setting_mail_handler_api_enabled: Enable WS for incoming emails
733
  setting_mail_handler_api_key: API key
734
  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."
735
  field_parent_title: Parent page
736
  label_issue_watchers: Watchers
737
  button_quote: Quote
738
  setting_sequential_project_identifiers: Generate sequential project identifiers
739
  notice_unable_delete_version: Unable to delete version
740
  label_renamed: renamed
741
  label_copied: copied
742
  setting_plain_text_mail: plain text only (no HTML)
743
  permission_view_files: View files
744
  permission_edit_issues: Edit issues
745
  permission_edit_own_time_entries: Edit own time logs
746
  permission_manage_public_queries: Manage public queries
747
  permission_add_issues: Add issues
748
  permission_log_time: Log spent time
749
  permission_view_changesets: View changesets
750
  permission_view_time_entries: View spent time
751
  permission_manage_versions: Manage versions
752
  permission_manage_wiki: Manage wiki
753
  permission_manage_categories: Manage issue categories
754
  permission_protect_wiki_pages: Protect wiki pages
755
  permission_comment_news: Comment news
756
  permission_delete_messages: Delete messages
757
  permission_select_project_modules: Select project modules
758
  permission_manage_documents: Manage documents
759
  permission_edit_wiki_pages: Edit wiki pages
760
  permission_add_issue_watchers: Add watchers
761
  permission_view_gantt: View gantt chart
762
  permission_move_issues: Move issues
763
  permission_manage_issue_relations: Manage issue relations
764
  permission_delete_wiki_pages: Delete wiki pages
765
  permission_manage_boards: Manage boards
766
  permission_delete_wiki_pages_attachments: Delete attachments
767
  permission_view_wiki_edits: View wiki history
768
  permission_add_messages: Post messages
769
  permission_view_messages: View messages
770
  permission_manage_files: Manage files
771
  permission_edit_issue_notes: Edit notes
772
  permission_manage_news: Manage news
773
  permission_view_calendar: View calendrier
774
  permission_manage_members: Manage members
775
  permission_edit_messages: Edit messages
776
  permission_delete_issues: Delete issues
777
  permission_view_issue_watchers: View watchers list
778
  permission_manage_repository: Manage repository
779
  permission_commit_access: Commit access
780
  permission_browse_repository: Browse repository
781
  permission_view_documents: View documents
782
  permission_edit_project: Edit project
783
  permission_add_issue_notes: Add notes
784
  permission_save_queries: Save queries
785
  permission_view_wiki_pages: View wiki
786
  permission_rename_wiki_pages: Rename wiki pages
787
  permission_edit_time_entries: Edit time logs
788
  permission_edit_own_issue_notes: Edit own notes
789
  setting_gravatar_enabled: Use Gravatar user icons
790
  label_example: Example
791
  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."
792
  permission_edit_own_messages: Edit own messages
793
  permission_delete_own_messages: Delete own messages
794
  label_user_activity: "%{value}'s activity"
795
  label_updated_time_by: "Updated by %{author} %{age} ago"
796
  text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
797
  setting_diff_max_lines_displayed: Max number of diff lines displayed
798
  text_plugin_assets_writable: Plugin assets directory writable
799
  warning_attachments_not_saved: "%{count} file(s) could not be saved."
800
  button_create_and_continue: Create and continue
801
  text_custom_field_possible_values_info: 'One line for each value'
802
  label_display: Display
803
  field_editable: Editable
804
  setting_repository_log_display_limit: Maximum number of revisions displayed on file log
805
  setting_file_max_size_displayed: Max size of text files displayed inline
806
  field_watcher: Watcher
807
  setting_openid: Allow OpenID login and registration
808
  field_identity_url: OpenID URL
809
  label_login_with_open_id_option: or login with OpenID
810
  field_content: Content
811
  label_descending: Descending
812
  label_sort: Sort
813
  label_ascending: Ascending
814
  label_date_from_to: From %{start} to %{end}
815
  label_greater_or_equal: ">="
816
  label_less_or_equal: <=
817
  text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
818
  text_wiki_page_reassign_children: Reassign child pages to this parent page
819
  text_wiki_page_nullify_children: Keep child pages as root pages
820
  text_wiki_page_destroy_children: Delete child pages and all their descendants
821
  setting_password_min_length: Minimum password length
822
  field_group_by: Group results by
823
  mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
824
  label_wiki_content_added: Wiki page added
825
  mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
826
  mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
827
  label_wiki_content_updated: Wiki page updated
828
  mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
829
  permission_add_project: Create project
830
  setting_new_project_user_role_id: Role given to a non-admin user who creates a project
831
  label_view_all_revisions: View all revisions
832
  label_tag: Tag
833
  label_branch: Branch
834
  error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
835
  error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
836
  text_journal_changed: "%{label} changed from %{old} to %{new}"
837
  text_journal_set_to: "%{label} set to %{value}"
838
  text_journal_deleted: "%{label} deleted (%{old})"
839
  label_group_plural: Groups
840
  label_group: Group
841
  label_group_new: New group
842
  label_time_entry_plural: Spent time
843
  text_journal_added: "%{label} %{value} added"
844
  field_active: Active
845
  enumeration_system_activity: System Activity
846
  permission_delete_issue_watchers: Delete watchers
847
  version_status_closed: closed
848
  version_status_locked: locked
849
  version_status_open: open
850
  error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
851
  label_user_anonymous: Anonymous
852
  button_move_and_follow: Move and follow
853
  setting_default_projects_modules: Default enabled modules for new projects
854
  setting_gravatar_default: Default Gravatar image
855
  field_sharing: Sharing
856
  label_version_sharing_hierarchy: With project hierarchy
857
  label_version_sharing_system: With all projects
858
  label_version_sharing_descendants: With subprojects
859
  label_version_sharing_tree: With project tree
860
  label_version_sharing_none: Not shared
861
  error_can_not_archive_project: This project can not be archived
862
  button_duplicate: Duplicate
863
  button_copy_and_follow: Copy and follow
864
  label_copy_source: Source
865
  setting_issue_done_ratio: Calculate the issue done ratio with
866
  setting_issue_done_ratio_issue_status: Use the issue status
867
  error_issue_done_ratios_not_updated: Issue done ratios not updated.
868
  error_workflow_copy_target: Please select target tracker(s) and role(s)
869
  setting_issue_done_ratio_issue_field: Use the issue field
870
  label_copy_same_as_target: Same as target
871
  label_copy_target: Target
872
  notice_issue_done_ratios_updated: Issue done ratios updated.
873
  error_workflow_copy_source: Please select a source tracker or role
874
  label_update_issue_done_ratios: Update issue done ratios
875
  setting_start_of_week: Start calendars on
876
  permission_view_issues: View Issues
877
  label_display_used_statuses_only: Only display statuses that are used by this tracker
878
  label_revision_id: Revision %{value}
879
  label_api_access_key: API access key
880
  label_api_access_key_created_on: API access key created %{value} ago
881
  label_feeds_access_key: RSS access key
882
  notice_api_access_key_reseted: Your API access key was reset.
883
  setting_rest_api_enabled: Enable REST web service
884
  label_missing_api_access_key: Missing an API access key
885
  label_missing_feeds_access_key: Missing a RSS access key
886
  button_show: Show
887
  text_line_separated: Multiple values allowed (one line for each value).
888
  setting_mail_handler_body_delimiters: Truncate emails after one of these lines
889
  permission_add_subprojects: Create subprojects
890
  label_subproject_new: New subproject
891
  text_own_membership_delete_confirmation: |-
892
    You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
893
    Are you sure you want to continue?
894
  label_close_versions: Close completed versions
895
  label_board_sticky: Sticky
896
  label_board_locked: Locked
897
  permission_export_wiki_pages: Export wiki pages
898
  setting_cache_formatted_text: Cache formatted text
899
  permission_manage_project_activities: Manage project activities
900
  error_unable_delete_issue_status: Unable to delete issue status
901
  label_profile: Profile
902
  permission_manage_subtasks: Manage subtasks
903
  field_parent_issue: Parent task
904
  label_subtask_plural: Subtasks
905
  label_project_copy_notifications: Send email notifications during the project copy
906
  error_can_not_delete_custom_field: Unable to delete custom field
907
  error_unable_to_connect: Unable to connect (%{value})
908
  error_can_not_remove_role: This role is in use and can not be deleted.
909
  error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
910
  field_principal: Principal
911
  label_my_page_block: My page block
912
  notice_failed_to_save_members: "Failed to save member(s): %{errors}."
913
  text_zoom_out: Zoom out
914
  text_zoom_in: Zoom in
915
  notice_unable_delete_time_entry: Unable to delete time log entry.
916
  label_overall_spent_time: Overall spent time
917
  field_time_entries: Log time
918
  project_module_gantt: Gantt
919
  project_module_calendar: Calendar
920
  button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
921
  field_text: Text field
922
  label_user_mail_option_only_owner: Only for things I am the owner of
923
  setting_default_notification_option: Default notification option
924
  label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
925
  label_user_mail_option_only_assigned: Only for things I am assigned to
926
  label_user_mail_option_none: No events
927
  field_member_of_group: Assignee's group
928
  field_assigned_to_role: Assignee's role
929
  notice_not_authorized_archived_project: The project you're trying to access has been archived.
930
  label_principal_search: "Search for user or group:"
931
  label_user_search: "Search for user:"
932
  field_visible: Visible
933
  setting_emails_header: Emails header
934
  setting_commit_logtime_activity_id: Activity for logged time
935
  text_time_logged_by_changeset: Applied in changeset %{value}.
936
  setting_commit_logtime_enabled: Enable time logging
937
  notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
938
  setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
939
  field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
940
  text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
941
  label_my_queries: My custom queries
942
  text_journal_changed_no_detail: "%{label} updated"
943
  label_news_comment_added: Comment added to a news
944
  button_expand_all: Expand all
945
  button_collapse_all: Collapse all
946
  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947
  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
948
  label_bulk_edit_selected_time_entries: Bulk edit selected time entries
949
  text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
950
  label_role_anonymous: Anonymous
951
  label_role_non_member: Non member
952
  label_issue_note_added: Note added
953
  label_issue_status_updated: Status updated
954
  label_issue_priority_updated: Priority updated
955
  label_issues_visibility_own: Issues created by or assigned to the user
956
  field_issues_visibility: Issues visibility
957
  label_issues_visibility_all: All issues
958
  permission_set_own_issues_private: Set own issues public or private
959
  field_is_private: Private
960
  permission_set_issues_private: Set issues public or private
961
  label_issues_visibility_public: All non private issues
962
  text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
963
  field_commit_logs_encoding: Commit messages encoding
964
  field_scm_path_encoding: Path encoding
965
  text_scm_path_encoding_note: "Default: UTF-8"
966
  field_path_to_repository: Path to repository
967
  field_root_directory: Root directory
968
  field_cvs_module: Module
969
  field_cvsroot: CVSROOT
970
  text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
971
  text_scm_command: Command
972
  text_scm_command_version: Version
973
  label_git_report_last_commit: Report last commit for files and directories
974
  text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
975
  text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
976
  notice_issue_successful_create: Issue %{id} created.
977
  label_between: between
978
  setting_issue_group_assignment: Allow issue assignment to groups
979
  label_diff: diff
980
  text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
981
  description_query_sort_criteria_direction: Sort direction
982
  description_project_scope: Search scope
983
  description_filter: Filter
984
  description_user_mail_notification: Mail notification settings
985
  description_date_from: Enter start date
986
  description_message_content: Message content
987
  description_available_columns: Available Columns
988
  description_date_range_interval: Choose range by selecting start and end date
989
  description_issue_category_reassign: Choose issue category
990
  description_search: Searchfield
991
  description_notes: Notes
992
  description_date_range_list: Choose range from list
993
  description_choose_project: Projects
994
  description_date_to: Enter end date
995
  description_query_sort_criteria_attribute: Sort attribute
996
  description_wiki_subpages_reassign: Choose new parent page
997
  description_selected_columns: Selected Columns
998
  label_parent_revision: Parent
999
  label_child_revision: Child
1000
  error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1001
  setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1002
  button_edit_section: Edit this section
1003
  setting_repositories_encodings: Attachments and repositories encodings
1004
  description_all_columns: All Columns
1005
  button_export: Export
1006
  label_export_options: "%{export_format} export options"
1007
  error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1008
  notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1009
  label_x_issues:
1010
    zero:  0 Питання
1011
    one:   1 Питання
1012
    other: "%{count} Питання"
1013
  label_repository_new: New repository
1014
  field_repository_is_default: Main repository
1015
  label_copy_attachments: Copy attachments
1016
  label_item_position: "%{position}/%{count}"
1017
  label_completed_versions: Completed versions
1018
  text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1019
  field_multiple: Multiple values
1020
  setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1021
  text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1022
  text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1023
  notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1024
  text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1025
  permission_manage_related_issues: Manage related issues
1026
  field_auth_source_ldap_filter: LDAP filter
1027
  label_search_for_watchers: Search for watchers to add
1028
  notice_account_deleted: "Ваш обліковій запис повністю видалений" 
1029
  setting_unsubscribe: "Дозволити користувачам видаляти свої облікові записи" 
1030
  button_delete_my_account: "Видалити мій обліковий запис" 
1031
  text_account_destroy_confirmation: "Ваш обліковий запис буде повністю видалений без можливості відновлення.\nВи певні, что бажаете продовжити?" 
1032
  error_session_expired: Your session has expired. Please login again.
1033
  text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1034
  setting_session_lifetime: Session maximum lifetime
1035
  setting_session_timeout: Session inactivity timeout
1036
  label_session_expiration: Session expiration
1037
  permission_close_project: Close / reopen the project
1038
  label_show_closed_projects: View closed projects
1039
  button_close: Close
1040
  button_reopen: Reopen
1041
  project_status_active: active
1042
  project_status_closed: closed
1043
  project_status_archived: archived
1044
  text_project_closed: This project is closed and read-only.
1045
  notice_user_successful_create: User %{id} created.
1046
  field_core_fields: Standard fields
1047
  field_timeout: Timeout (in seconds)
1048
  setting_thumbnails_enabled: Display attachment thumbnails
1049
  setting_thumbnails_size: Thumbnails size (in pixels)
1050
  label_status_transitions: Status transitions
1051
  label_fields_permissions: Fields permissions
1052
  label_readonly: Read-only
1053
  label_required: Required
1054
  text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1055
  field_board_parent: Parent forum
1056
  label_attribute_of_project: Project's %{name}
1057
  label_attribute_of_author: Author's %{name}
1058
  label_attribute_of_assigned_to: Assignee's %{name}
1059
  label_attribute_of_fixed_version: Target version's %{name}
1060
  label_copy_subtasks: Copy subtasks
1061
  label_copied_to: copied to
1062
  label_copied_from: copied from
1063
  label_any_issues_in_project: any issues in project
1064
  label_any_issues_not_in_project: any issues not in project
1065
  field_private_notes: Private notes
1066
  permission_view_private_notes: View private notes
1067
  permission_set_notes_private: Set notes as private
1068
  label_no_issues_in_project: no issues in project
1069
  label_any: Усі
1070
  label_last_n_weeks: last %{count} weeks
1071
  setting_cross_project_subtasks: Allow cross-project subtasks
1072
  label_cross_project_descendants: With subprojects
1073
  label_cross_project_tree: With project tree
1074
  label_cross_project_hierarchy: With project hierarchy
1075
  label_cross_project_system: With all projects
1076
  button_hide: Hide
1077
  setting_non_working_week_days: Non-working days
1078
  label_in_the_next_days: in the next
1079
  label_in_the_past_days: in the past