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 @ 1298:4f746d8966dd

History | View | Annotate | Download (54 KB)

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