Mercurial > hg > soundsoftware-site
comparison .svn/pristine/88/88e72030d60a2d1adacfab26804dec36ce0a2ae9.svn-base @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1516:b450a9d58aed | 1517:dffacf8a6908 |
---|---|
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 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues" | |
131 | |
132 actionview_instancetag_blank_option: Оберіть | |
133 | |
134 general_text_No: 'Ні' | |
135 general_text_Yes: 'Так' | |
136 general_text_no: 'Ні' | |
137 general_text_yes: 'Так' | |
138 general_lang_name: 'Ukrainian (Українська)' | |
139 general_csv_separator: ',' | |
140 general_csv_decimal_separator: '.' | |
141 general_csv_encoding: UTF-8 | |
142 general_pdf_encoding: UTF-8 | |
143 general_first_day_of_week: '1' | |
144 | |
145 notice_account_updated: Обліковий запис успішно оновлений. | |
146 notice_account_invalid_creditentials: Неправильне ім'я користувача або пароль | |
147 notice_account_password_updated: Пароль успішно оновлений. | |
148 notice_account_wrong_password: Невірний пароль | |
149 notice_account_register_done: Обліковий запис успішно створений. Для активації Вашого облікового запису зайдіть по посиланню, яке відіслане вам електронною поштою. | |
150 notice_account_unknown_email: Невідомий користувач. | |
151 notice_can_t_change_password: Для даного облікового запису використовується джерело зовнішньої аутентифікації. Неможливо змінити пароль. | |
152 notice_account_lost_email_sent: Вам відправлений лист з інструкціями по вибору нового пароля. | |
153 notice_account_activated: Ваш обліковий запис активований. Ви можете увійти. | |
154 notice_successful_create: Створення успішно завершене. | |
155 notice_successful_update: Оновлення успішно завершене. | |
156 notice_successful_delete: Видалення успішно завершене. | |
157 notice_successful_connection: Підключення успішно встановлене. | |
158 notice_file_not_found: Сторінка, на яку ви намагаєтеся зайти, не існує або видалена. | |
159 notice_locking_conflict: Дані оновлено іншим користувачем. | |
160 notice_scm_error: Запису та/або виправлення немає в репозиторії. | |
161 notice_not_authorized: У вас немає прав для відвідини даної сторінки. | |
162 notice_email_sent: "Відправлено листа %{value}" | |
163 notice_email_error: "Під час відправки листа відбулася помилка (%{value})" | |
164 notice_feeds_access_key_reseted: Ваш ключ доступу Atom було скинуто. | |
165 notice_failed_to_save_issues: "Не вдалося зберегти %{count} пункт(ів) з %{total} вибраних: %{ids}." | |
166 notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати." | |
167 notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором." | |
168 | |
169 mail_subject_lost_password: "Ваш %{value} пароль" | |
170 mail_body_lost_password: 'Для зміни пароля, зайдіть за наступним посиланням:' | |
171 mail_subject_register: "Активація облікового запису %{value}" | |
172 mail_body_register: 'Для активації облікового запису, зайдіть за наступним посиланням:' | |
173 mail_body_account_information_external: "Ви можете використовувати ваш %{value} обліковий запис для входу." | |
174 mail_body_account_information: Інформація по Вашому обліковому запису | |
175 mail_subject_account_activation_request: "Запит на активацію облікового запису %{value}" | |
176 mail_body_account_activation_request: "Новий користувач (%{value}) зареєструвався. Його обліковий запис чекає на ваше підтвердження:" | |
177 | |
178 | |
179 field_name: Ім'я | |
180 field_description: Опис | |
181 field_summary: Короткий опис | |
182 field_is_required: Необхідно | |
183 field_firstname: Ім'я | |
184 field_lastname: Прізвище | |
185 field_mail: Ел. пошта | |
186 field_filename: Файл | |
187 field_filesize: Розмір | |
188 field_downloads: Завантаження | |
189 field_author: Автор | |
190 field_created_on: Створено | |
191 field_updated_on: Оновлено | |
192 field_field_format: Формат | |
193 field_is_for_all: Для усіх проектів | |
194 field_possible_values: Можливі значення | |
195 field_regexp: Регулярний вираз | |
196 field_min_length: Мінімальна довжина | |
197 field_max_length: Максимальна довжина | |
198 field_value: Значення | |
199 field_category: Категорія | |
200 field_title: Назва | |
201 field_project: Проект | |
202 field_issue: Питання | |
203 field_status: Статус | |
204 field_notes: Примітки | |
205 field_is_closed: Питання закрито | |
206 field_is_default: Типове значення | |
207 field_tracker: Координатор | |
208 field_subject: Тема | |
209 field_due_date: Дата виконання | |
210 field_assigned_to: Призначена до | |
211 field_priority: Пріоритет | |
212 field_fixed_version: Target version | |
213 field_user: Користувач | |
214 field_role: Роль | |
215 field_homepage: Домашня сторінка | |
216 field_is_public: Публічний | |
217 field_parent: Підпроект | |
218 field_is_in_roadmap: Питання, що відображаються в оперативному плані | |
219 field_login: Вхід | |
220 field_mail_notification: Повідомлення за електронною поштою | |
221 field_admin: Адміністратор | |
222 field_last_login_on: Останнє підключення | |
223 field_language: Мова | |
224 field_effective_date: Дата | |
225 field_password: Пароль | |
226 field_new_password: Новий пароль | |
227 field_password_confirmation: Підтвердження | |
228 field_version: Версія | |
229 field_type: Тип | |
230 field_host: Машина | |
231 field_port: Порт | |
232 field_account: Обліковий запис | |
233 field_base_dn: Базове відмітне ім'я | |
234 field_attr_login: Атрибут Реєстрація | |
235 field_attr_firstname: Атрибут Ім'я | |
236 field_attr_lastname: Атрибут Прізвище | |
237 field_attr_mail: Атрибут Email | |
238 field_onthefly: Створення користувача на льоту | |
239 field_start_date: Початок | |
240 field_done_ratio: "% зроблено" | |
241 field_auth_source: Режим аутентифікації | |
242 field_hide_mail: Приховувати мій email | |
243 field_comments: Коментар | |
244 field_url: URL | |
245 field_start_page: Стартова сторінка | |
246 field_subproject: Підпроект | |
247 field_hours: Годин(и/а) | |
248 field_activity: Діяльність | |
249 field_spent_on: Дата | |
250 field_identifier: Ідентифікатор | |
251 field_is_filter: Використовується як фільтр | |
252 field_issue_to: Зв'язані задачі | |
253 field_delay: Відкласти | |
254 field_assignable: Задача може бути призначена цій ролі | |
255 field_redirect_existing_links: Перенаправити існуючі посилання | |
256 field_estimated_hours: Оцінний час | |
257 field_column_names: Колонки | |
258 field_time_zone: Часовий пояс | |
259 field_searchable: Вживається у пошуку | |
260 | |
261 setting_app_title: Назва додатку | |
262 setting_app_subtitle: Підзаголовок додатку | |
263 setting_welcome_text: Текст привітання | |
264 setting_default_language: Стандартна мова | |
265 setting_login_required: Необхідна аутентифікація | |
266 setting_self_registration: Можлива само-реєстрація | |
267 setting_attachment_max_size: Максимальний размір вкладення | |
268 setting_issues_export_limit: Обмеження по задачах, що експортуються | |
269 setting_mail_from: email адреса для передачі інформації | |
270 setting_bcc_recipients: Отримувачі сліпої копії (bcc) | |
271 setting_host_name: Им'я машини | |
272 setting_text_formatting: Форматування тексту | |
273 setting_wiki_compression: Стиснення історії Wiki | |
274 setting_feeds_limit: Обмеження змісту подачі | |
275 setting_autofetch_changesets: Автоматично доставати доповнення | |
276 setting_sys_api_enabled: Дозволити WS для управління репозиторієм | |
277 setting_commit_ref_keywords: Ключові слова для посилання | |
278 setting_commit_fix_keywords: Призначення ключових слів | |
279 setting_autologin: Автоматичний вхід | |
280 setting_date_format: Формат дати | |
281 setting_time_format: Формат часу | |
282 setting_cross_project_issue_relations: Дозволити міжпроектні відносини між питаннями | |
283 setting_issue_list_default_columns: Колонки, що відображаються за умовчанням в списку питань | |
284 setting_emails_footer: Підпис до електронної пошти | |
285 setting_protocol: Протокол | |
286 | |
287 label_user: Користувач | |
288 label_user_plural: Користувачі | |
289 label_user_new: Новий користувач | |
290 label_project: Проект | |
291 label_project_new: Новий проект | |
292 label_project_plural: Проекти | |
293 label_x_projects: | |
294 zero: no projects | |
295 one: 1 project | |
296 other: "%{count} projects" | |
297 label_project_all: Усі проекти | |
298 label_project_latest: Останні проекти | |
299 label_issue: Питання | |
300 label_issue_new: Нові питання | |
301 label_issue_plural: Питання | |
302 label_issue_view_all: Проглянути всі питання | |
303 label_issues_by: "Питання за %{value}" | |
304 label_document: Документ | |
305 label_document_new: Новий документ | |
306 label_document_plural: Документи | |
307 label_role: Роль | |
308 label_role_plural: Ролі | |
309 label_role_new: Нова роль | |
310 label_role_and_permissions: Ролі і права доступу | |
311 label_member: Учасник | |
312 label_member_new: Новий учасник | |
313 label_member_plural: Учасники | |
314 label_tracker: Координатор | |
315 label_tracker_plural: Координатори | |
316 label_tracker_new: Новий Координатор | |
317 label_workflow: Послідовність дій | |
318 label_issue_status: Статус питання | |
319 label_issue_status_plural: Статуси питань | |
320 label_issue_status_new: Новий статус | |
321 label_issue_category: Категорія питання | |
322 label_issue_category_plural: Категорії питань | |
323 label_issue_category_new: Нова категорія | |
324 label_custom_field: Поле клієнта | |
325 label_custom_field_plural: Поля клієнта | |
326 label_custom_field_new: Нове поле клієнта | |
327 label_enumerations: Довідники | |
328 label_enumeration_new: Нове значення | |
329 label_information: Інформація | |
330 label_information_plural: Інформація | |
331 label_please_login: Будь ласка, увійдіть | |
332 label_register: Зареєструватися | |
333 label_password_lost: Забули пароль | |
334 label_home: Домашня сторінка | |
335 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 zero: 0 open / %{total} | |
394 one: 1 open / %{total} | |
395 other: "%{count} open / %{total}" | |
396 label_x_open_issues_abbr: | |
397 zero: 0 open | |
398 one: 1 open | |
399 other: "%{count} open" | |
400 label_x_closed_issues_abbr: | |
401 zero: 0 closed | |
402 one: 1 closed | |
403 other: "%{count} closed" | |
404 label_total: Всього | |
405 label_permissions: Права доступу | |
406 label_current_status: Поточний статус | |
407 label_new_statuses_allowed: Дозволені нові статуси | |
408 label_all: Усі | |
409 label_none: Нікому | |
410 label_nobody: Ніхто | |
411 label_next: Наступний | |
412 label_previous: Попередній | |
413 label_used_by: Використовується | |
414 label_details: Подробиці | |
415 label_add_note: Додати зауваження | |
416 label_per_page: На сторінку | |
417 label_calendar: Календар | |
418 label_months_from: місяців(ця) з | |
419 label_gantt: Діаграма Ганта | |
420 label_internal: Внутрішній | |
421 label_last_changes: "останні %{count} змін" | |
422 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 other: "%{count} comments" | |
430 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 label_less_than_ago: менш ніж днів(я) назад | |
446 label_more_than_ago: більш ніж днів(я) назад | |
447 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 label_modified: змінене | |
457 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 label_roadmap_due_in: "Строк %{value}" | |
468 label_roadmap_overdue: "%{value} запізнення" | |
469 label_roadmap_no_issues: Немає питань для даної версії | |
470 label_search: Пошук | |
471 label_result_plural: Результати | |
472 label_all_words: Всі слова | |
473 label_wiki: Wiki | |
474 label_wiki_edit: Редагування Wiki | |
475 label_wiki_edit_plural: Редагування Wiki | |
476 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 label_changes_details: Подробиці по всіх змінах | |
484 label_issue_tracking: Координація питань | |
485 label_spent_time: Витрачений час | |
486 label_f_hour: "%{value} година" | |
487 label_f_hour_plural: "%{value} годин(и)" | |
488 label_time_tracking: Облік часу | |
489 label_change_plural: Зміни | |
490 label_statistics: Статистика | |
491 label_commits_per_month: Подань на місяць | |
492 label_commits_per_author: Подань на користувача | |
493 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 label_blocked_by: заблоковане | |
509 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 label_sort_by: "Сортувати за %{value}" | |
535 label_send_test_email: Послати email для перевірки | |
536 label_feeds_access_key_created_on: "Ключ доступу Atom створений %{value} назад " | |
537 label_module_plural: Модулі | |
538 label_added_time_by: "Доданий %{author} %{age} назад" | |
539 label_updated_time: "Оновлений %{value} назад" | |
540 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 | |
557 button_login: Вхід | |
558 button_submit: Відправити | |
559 button_save: Зберегти | |
560 button_check_all: Відзначити все | |
561 button_uncheck_all: Очистити | |
562 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 button_change_password: Змінити пароль | |
590 button_copy: Копіювати | |
591 button_annotate: Анотувати | |
592 | |
593 status_active: Активний | |
594 status_registered: Зареєстрований | |
595 status_locked: Заблокований | |
596 | |
597 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 text_tip_issue_begin_day: день початку задачі | |
604 text_tip_issue_end_day: день завершення задачі | |
605 text_tip_issue_begin_end_day: початок задачі і закінчення цього дня | |
606 text_caracters_maximum: "%{count} символів(а) максимум." | |
607 text_caracters_minimum: "Повинно мати якнайменше %{count} символів(а) у довжину." | |
608 text_length_between: "Довжина між %{min} і %{max} символів." | |
609 text_tracker_no_workflow: Для цього координатора послідовність дій не визначена | |
610 text_unallowed_characters: Заборонені символи | |
611 text_comma_separated: Допустимі декілька значень (розділені комою). | |
612 text_issues_ref_in_commit_messages: Посилання та зміна питань у повідомленнях до подавань | |
613 text_issue_added: "Issue %{id} has been reported by %{author}." | |
614 text_issue_updated: "Issue %{id} has been updated by %{author}." | |
615 text_wiki_destroy_confirmation: Ви впевнені, що хочете видалити цю wiki і весь зміст? | |
616 text_issue_category_destroy_question: "Декілька питань (%{count}) призначено в цю категорію. Що ви хочете зробити?" | |
617 text_issue_category_destroy_assignments: Видалити призначення категорії | |
618 text_issue_category_reassign_to: Перепризначити задачі до даної категорії | |
619 text_user_mail_option: "Для невибраних проектів ви отримуватимете повідомлення тільки про те, що проглядаєте або в чому берете участь (наприклад, питання автором яких ви є або які вам призначені)." | |
620 | |
621 default_role_manager: Менеджер | |
622 default_role_developer: Розробник | |
623 default_role_reporter: Репортер | |
624 # default_tracker_bug: Bug | |
625 # звітів default_tracker_bug: Помилка | |
626 default_tracker_bug: Помилка | |
627 default_tracker_feature: Властивість | |
628 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 default_doc_category_tech: Технічна документація | |
637 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 | |
645 enumeration_issue_priorities: Пріоритети питань | |
646 enumeration_doc_categories: Категорії документів | |
647 enumeration_activities: Дії (облік часу) | |
648 text_status_changed_by_changeset: "Applied in changeset %{value}." | |
649 label_display_per_page: "Per page: %{value}" | |
650 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 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" | |
660 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 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" | |
675 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 label_last_n_days: "last %{count} days" | |
692 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 text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?" | |
701 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 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 label_duplicated_by: duplicated by | |
721 setting_enabled_scm: Enabled SCM | |
722 text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
723 text_enumeration_destroy_question: "%{count} objects are assigned to this value." | |
724 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 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 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 label_user_activity: "%{value}'s activity" | |
788 label_updated_time_by: "Updated by %{author} %{age} ago" | |
789 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 warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
793 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 label_date_from_to: From %{start} to %{end} | |
808 label_greater_or_equal: ">=" | |
809 label_less_or_equal: <= | |
810 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? | |
811 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 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
817 label_wiki_content_added: Wiki page added | |
818 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 label_wiki_content_updated: Wiki page updated | |
821 mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}. | |
822 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 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 label_group_plural: Groups | |
833 label_group: Group | |
834 label_group_new: New group | |
835 label_time_entry_plural: Spent time | |
836 text_journal_added: "%{label} %{value} added" | |
837 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 label_revision_id: Revision %{value} | |
872 label_api_access_key: API access key | |
873 label_api_access_key_created_on: API access key created %{value} ago | |
874 label_feeds_access_key: Atom 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 Atom 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 error_unable_to_connect: Unable to connect (%{value}) | |
901 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 notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
906 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 field_time_entries: Log time | |
911 project_module_gantt: Gantt | |
912 project_module_calendar: Calendar | |
913 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
914 field_text: Text field | |
915 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 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 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 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 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 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 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 field_generate_password: Generate password | |
1082 setting_default_projects_tracker_ids: Default trackers for new projects | |
1083 label_total_time: Всього | |
1084 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. | |
1085 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. | |
1086 setting_emails_header: Email header | |
1087 notice_account_not_activated_yet: You haven't activated your account yet. If you want | |
1088 to receive a new activation email, please <a href="%{url}">click this link</a>. | |
1089 notice_account_locked: Your account is locked. | |
1090 label_hidden: Hidden | |
1091 label_visibility_private: to me only | |
1092 label_visibility_roles: to these roles only | |
1093 label_visibility_public: to any users | |
1094 field_must_change_passwd: Must change password at next logon | |
1095 notice_new_password_must_be_different: The new password must be different from the | |
1096 current password | |
1097 setting_mail_handler_excluded_filenames: Exclude attachments by name | |
1098 text_convert_available: ImageMagick convert available (optional) | |
1099 label_link: Link | |
1100 label_only: only | |
1101 label_drop_down_list: drop-down list | |
1102 label_checkboxes: checkboxes | |
1103 label_link_values_to: Link values to URL | |
1104 setting_force_default_language_for_anonymous: Force default language for anonymous | |
1105 users | |
1106 setting_force_default_language_for_loggedin: Force default language for logged-in | |
1107 users | |
1108 label_custom_field_select_type: Select the type of object to which the custom field | |
1109 is to be attached | |
1110 label_check_for_updates: Check for updates | |
1111 label_latest_compatible_version: Latest compatible version | |
1112 label_unknown_plugin: Unknown plugin | |
1113 label_radio_buttons: radio buttons |