##// END OF EJS Templates
Removed 1.1 specific translations that were unsafely merged in 1.0 (#7162)....
Jean-Philippe Lang -
r4443:f9bd713e3e75
parent child
Show More
@@ -1,925 +1,922
1 bg:
1 bg:
2 direction: ltr
2 direction: ltr
3 date:
3 date:
4 formats:
4 formats:
5 # Use the strftime parameters for formats.
5 # Use the strftime parameters for formats.
6 # When no format has been given, it uses default.
6 # When no format has been given, it uses default.
7 # You can provide other formats here if you like!
7 # You can provide other formats here if you like!
8 default: "%Y-%m-%d"
8 default: "%Y-%m-%d"
9 short: "%b %d"
9 short: "%b %d"
10 long: "%B %d, %Y"
10 long: "%B %d, %Y"
11
11
12 day_names: [Неделя, Понеделник, Вторник, Сряда, Четвъртък, Петък, Събота]
12 day_names: [Неделя, Понеделник, Вторник, Сряда, Четвъртък, Петък, Събота]
13 abbr_day_names: [Нед, Пон, Вто, Сря, Чет, Пет, Съб]
13 abbr_day_names: [Нед, Пон, Вто, Сря, Чет, Пет, Съб]
14
14
15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
16 month_names: [~, Януари, Февруари, Март, Април, Май, Юни, Юли, Август, Септември, Октомври, Ноември, Декември]
16 month_names: [~, Януари, Февруари, Март, Април, Май, Юни, Юли, Август, Септември, Октомври, Ноември, Декември]
17 abbr_month_names: [~, Яну, Фев, Мар, Апр, Май, Юни, Юли, Авг, Сеп, Окт, Ное, Дек]
17 abbr_month_names: [~, Яну, Фев, Мар, Апр, Май, Юни, Юли, Авг, Сеп, Окт, Ное, Дек]
18 # Used in date_select and datime_select.
18 # Used in date_select and datime_select.
19 order: [ :year, :month, :day ]
19 order: [ :year, :month, :day ]
20
20
21 time:
21 time:
22 formats:
22 formats:
23 default: "%a, %d %b %Y %H:%M:%S %z"
23 default: "%a, %d %b %Y %H:%M:%S %z"
24 time: "%H:%M"
24 time: "%H:%M"
25 short: "%d %b %H:%M"
25 short: "%d %b %H:%M"
26 long: "%B %d, %Y %H:%M"
26 long: "%B %d, %Y %H:%M"
27 am: "am"
27 am: "am"
28 pm: "pm"
28 pm: "pm"
29
29
30 datetime:
30 datetime:
31 distance_in_words:
31 distance_in_words:
32 half_a_minute: "half a minute"
32 half_a_minute: "half a minute"
33 less_than_x_seconds:
33 less_than_x_seconds:
34 one: "по-малко от 1 секунда"
34 one: "по-малко от 1 секунда"
35 other: "по-малко от {{count}} секунди"
35 other: "по-малко от {{count}} секунди"
36 x_seconds:
36 x_seconds:
37 one: "1 секунда"
37 one: "1 секунда"
38 other: "{{count}} секунди"
38 other: "{{count}} секунди"
39 less_than_x_minutes:
39 less_than_x_minutes:
40 one: "по-малко от 1 минута"
40 one: "по-малко от 1 минута"
41 other: "по-малко от {{count}} минути"
41 other: "по-малко от {{count}} минути"
42 x_minutes:
42 x_minutes:
43 one: "1 минута"
43 one: "1 минута"
44 other: "{{count}} минути"
44 other: "{{count}} минути"
45 about_x_hours:
45 about_x_hours:
46 one: "около 1 час"
46 one: "около 1 час"
47 other: "около {{count}} часа"
47 other: "около {{count}} часа"
48 x_days:
48 x_days:
49 one: "1 ден"
49 one: "1 ден"
50 other: "{{count}} дена"
50 other: "{{count}} дена"
51 about_x_months:
51 about_x_months:
52 one: "около 1 месец"
52 one: "около 1 месец"
53 other: "около {{count}} месеца"
53 other: "около {{count}} месеца"
54 x_months:
54 x_months:
55 one: "1 месец"
55 one: "1 месец"
56 other: "{{count}} месеца"
56 other: "{{count}} месеца"
57 about_x_years:
57 about_x_years:
58 one: "около 1 година"
58 one: "около 1 година"
59 other: "около {{count}} години"
59 other: "около {{count}} години"
60 over_x_years:
60 over_x_years:
61 one: "над 1 година"
61 one: "над 1 година"
62 other: "над {{count}} години"
62 other: "над {{count}} години"
63 almost_x_years:
63 almost_x_years:
64 one: "почти 1 година"
64 one: "почти 1 година"
65 other: "почти {{count}} години"
65 other: "почти {{count}} години"
66
66
67 number:
67 number:
68 format:
68 format:
69 separator: "."
69 separator: "."
70 delimiter: ""
70 delimiter: ""
71 precision: 3
71 precision: 3
72 human:
72 human:
73 format:
73 format:
74 precision: 1
74 precision: 1
75 delimiter: ""
75 delimiter: ""
76 storage_units:
76 storage_units:
77 format: "%n %u"
77 format: "%n %u"
78 units:
78 units:
79 byte:
79 byte:
80 one: Byte
80 one: Byte
81 other: Bytes
81 other: Bytes
82 kb: "KB"
82 kb: "KB"
83 mb: "MB"
83 mb: "MB"
84 gb: "GB"
84 gb: "GB"
85 tb: "TB"
85 tb: "TB"
86
86
87 # Used in array.to_sentence.
87 # Used in array.to_sentence.
88 support:
88 support:
89 array:
89 array:
90 sentence_connector: "и"
90 sentence_connector: "и"
91 skip_last_comma: false
91 skip_last_comma: false
92
92
93 activerecord:
93 activerecord:
94 errors:
94 errors:
95 messages:
95 messages:
96 inclusion: "не съществува в списъка"
96 inclusion: "не съществува в списъка"
97 exclusion: запазено"
97 exclusion: запазено"
98 invalid: невалидно"
98 invalid: невалидно"
99 confirmation: "липсва одобрение"
99 confirmation: "липсва одобрение"
100 accepted: "трябва да се приеме"
100 accepted: "трябва да се приеме"
101 empty: "не може да е празно"
101 empty: "не може да е празно"
102 blank: "не може да е празно"
102 blank: "не може да е празно"
103 too_long: прекалено дълго"
103 too_long: прекалено дълго"
104 too_short: прекалено късо"
104 too_short: прекалено късо"
105 wrong_length: с грешна дължина"
105 wrong_length: с грешна дължина"
106 taken: "вече съществува"
106 taken: "вече съществува"
107 not_a_number: "не е число"
107 not_a_number: "не е число"
108 not_a_date: невалидна дата"
108 not_a_date: невалидна дата"
109 greater_than: "трябва да бъде по-голям[a/о] от {{count}}"
109 greater_than: "трябва да бъде по-голям[a/о] от {{count}}"
110 greater_than_or_equal_to: "трябва да бъде по-голям[a/о] от или равен[a/o] на {{count}}"
110 greater_than_or_equal_to: "трябва да бъде по-голям[a/о] от или равен[a/o] на {{count}}"
111 equal_to: "трябва да бъде равен[a/o] на {{count}}"
111 equal_to: "трябва да бъде равен[a/o] на {{count}}"
112 less_than: "трябва да бъде по-малък[a/o] от {{count}}"
112 less_than: "трябва да бъде по-малък[a/o] от {{count}}"
113 less_than_or_equal_to: "трябва да бъде по-малък[a/o] от или равен[a/o] на {{count}}"
113 less_than_or_equal_to: "трябва да бъде по-малък[a/o] от или равен[a/o] на {{count}}"
114 odd: "трябва да бъде нечетен[a/o]"
114 odd: "трябва да бъде нечетен[a/o]"
115 even: "трябва да бъде четен[a/o]"
115 even: "трябва да бъде четен[a/o]"
116 greater_than_start_date: "трябва да е след началната дата"
116 greater_than_start_date: "трябва да е след началната дата"
117 not_same_project: "не е от същия проект"
117 not_same_project: "не е от същия проект"
118 circular_dependency: "Тази релация ще доведе до безкрайна зависимост"
118 circular_dependency: "Тази релация ще доведе до безкрайна зависимост"
119
119
120 actionview_instancetag_blank_option: Изберете
120 actionview_instancetag_blank_option: Изберете
121
121
122 general_text_No: 'Не'
122 general_text_No: 'Не'
123 general_text_Yes: 'Да'
123 general_text_Yes: 'Да'
124 general_text_no: 'не'
124 general_text_no: 'не'
125 general_text_yes: 'да'
125 general_text_yes: 'да'
126 general_lang_name: 'Bulgarian'
126 general_lang_name: 'Bulgarian'
127 general_csv_separator: ','
127 general_csv_separator: ','
128 general_csv_decimal_separator: '.'
128 general_csv_decimal_separator: '.'
129 general_csv_encoding: UTF-8
129 general_csv_encoding: UTF-8
130 general_pdf_encoding: UTF-8
130 general_pdf_encoding: UTF-8
131 general_first_day_of_week: '1'
131 general_first_day_of_week: '1'
132
132
133 notice_account_updated: Профилът е обновен успешно.
133 notice_account_updated: Профилът е обновен успешно.
134 notice_account_invalid_creditentials: Невалиден потребител или парола.
134 notice_account_invalid_creditentials: Невалиден потребител или парола.
135 notice_account_password_updated: Паролата е успешно променена.
135 notice_account_password_updated: Паролата е успешно променена.
136 notice_account_wrong_password: Грешна парола
136 notice_account_wrong_password: Грешна парола
137 notice_account_register_done: Профилът е създаден успешно.
137 notice_account_register_done: Профилът е създаден успешно.
138 notice_account_unknown_email: Непознат e-mail.
138 notice_account_unknown_email: Непознат e-mail.
139 notice_can_t_change_password: Този профил е с външен метод за оторизация. Невъзможна смяна на паролата.
139 notice_can_t_change_password: Този профил е с външен метод за оторизация. Невъзможна смяна на паролата.
140 notice_account_lost_email_sent: Изпратен ви е e-mail с инструкции за избор на нова парола.
140 notice_account_lost_email_sent: Изпратен ви е e-mail с инструкции за избор на нова парола.
141 notice_account_activated: Профилът ви е активиран. Вече може да влезете в системата.
141 notice_account_activated: Профилът ви е активиран. Вече може да влезете в системата.
142 notice_successful_create: Успешно създаване.
142 notice_successful_create: Успешно създаване.
143 notice_successful_update: Успешно обновяване.
143 notice_successful_update: Успешно обновяване.
144 notice_successful_delete: Успешно изтриване.
144 notice_successful_delete: Успешно изтриване.
145 notice_successful_connection: Успешно свързване.
145 notice_successful_connection: Успешно свързване.
146 notice_file_not_found: Несъществуваща или преместена страница.
146 notice_file_not_found: Несъществуваща или преместена страница.
147 notice_locking_conflict: Друг потребител променя тези данни в момента.
147 notice_locking_conflict: Друг потребител променя тези данни в момента.
148 notice_not_authorized: Нямате право на достъп до тази страница.
148 notice_not_authorized: Нямате право на достъп до тази страница.
149 notice_email_sent: "Изпратен e-mail на {{value}}"
149 notice_email_sent: "Изпратен e-mail на {{value}}"
150 notice_email_error: "Грешка при изпращане на e-mail ({{value}})"
150 notice_email_error: "Грешка при изпращане на e-mail ({{value}})"
151 notice_feeds_access_key_reseted: Вашия ключ за RSS достъп беше променен.
151 notice_feeds_access_key_reseted: Вашия ключ за RSS достъп беше променен.
152
152
153 error_scm_not_found: Несъществуващ обект в хранилището.
153 error_scm_not_found: Несъществуващ обект в хранилището.
154 error_scm_command_failed: "Грешка при опит за комуникация с хранилище: {{value}}"
154 error_scm_command_failed: "Грешка при опит за комуникация с хранилище: {{value}}"
155
155
156 mail_subject_lost_password: "Вашата парола ({{value}})"
156 mail_subject_lost_password: "Вашата парола ({{value}})"
157 mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:'
157 mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:'
158 mail_subject_register: "Активация на профил ({{value}})"
158 mail_subject_register: "Активация на профил ({{value}})"
159 mail_body_register: 'За да активирате профила си използвайте следния линк:'
159 mail_body_register: 'За да активирате профила си използвайте следния линк:'
160
160
161 gui_validation_error: 1 грешка
161 gui_validation_error: 1 грешка
162 gui_validation_error_plural: "{{count}} грешки"
162 gui_validation_error_plural: "{{count}} грешки"
163
163
164 field_name: Име
164 field_name: Име
165 field_description: Описание
165 field_description: Описание
166 field_summary: Групиран изглед
166 field_summary: Групиран изглед
167 field_is_required: Задължително
167 field_is_required: Задължително
168 field_firstname: Име
168 field_firstname: Име
169 field_lastname: Фамилия
169 field_lastname: Фамилия
170 field_mail: Email
170 field_mail: Email
171 field_filename: Файл
171 field_filename: Файл
172 field_filesize: Големина
172 field_filesize: Големина
173 field_downloads: Изтеглени файлове
173 field_downloads: Изтеглени файлове
174 field_author: Автор
174 field_author: Автор
175 field_created_on: От дата
175 field_created_on: От дата
176 field_updated_on: Обновена
176 field_updated_on: Обновена
177 field_field_format: Тип
177 field_field_format: Тип
178 field_is_for_all: За всички проекти
178 field_is_for_all: За всички проекти
179 field_possible_values: Възможни стойности
179 field_possible_values: Възможни стойности
180 field_regexp: Регулярен израз
180 field_regexp: Регулярен израз
181 field_min_length: Мин. дължина
181 field_min_length: Мин. дължина
182 field_max_length: Макс. дължина
182 field_max_length: Макс. дължина
183 field_value: Стойност
183 field_value: Стойност
184 field_category: Категория
184 field_category: Категория
185 field_title: Заглавие
185 field_title: Заглавие
186 field_project: Проект
186 field_project: Проект
187 field_issue: Задача
187 field_issue: Задача
188 field_status: Състояние
188 field_status: Състояние
189 field_notes: Бележка
189 field_notes: Бележка
190 field_is_closed: Затворена задача
190 field_is_closed: Затворена задача
191 field_is_default: Състояние по подразбиране
191 field_is_default: Състояние по подразбиране
192 field_tracker: Тракер
192 field_tracker: Тракер
193 field_subject: Относно
193 field_subject: Относно
194 field_due_date: Крайна дата
194 field_due_date: Крайна дата
195 field_assigned_to: Възложена на
195 field_assigned_to: Възложена на
196 field_priority: Приоритет
196 field_priority: Приоритет
197 field_fixed_version: Планувана версия
197 field_fixed_version: Планувана версия
198 field_user: Потребител
198 field_user: Потребител
199 field_role: Роля
199 field_role: Роля
200 field_homepage: Начална страница
200 field_homepage: Начална страница
201 field_is_public: Публичен
201 field_is_public: Публичен
202 field_parent: Подпроект на
202 field_parent: Подпроект на
203 field_is_in_roadmap: Да се вижда ли в Пътна карта
203 field_is_in_roadmap: Да се вижда ли в Пътна карта
204 field_login: Потребител
204 field_login: Потребител
205 field_mail_notification: Известия по пощата
205 field_mail_notification: Известия по пощата
206 field_admin: Администратор
206 field_admin: Администратор
207 field_last_login_on: Последно свързване
207 field_last_login_on: Последно свързване
208 field_language: Език
208 field_language: Език
209 field_effective_date: Дата
209 field_effective_date: Дата
210 field_password: Парола
210 field_password: Парола
211 field_new_password: Нова парола
211 field_new_password: Нова парола
212 field_password_confirmation: Потвърждение
212 field_password_confirmation: Потвърждение
213 field_version: Версия
213 field_version: Версия
214 field_type: Тип
214 field_type: Тип
215 field_host: Хост
215 field_host: Хост
216 field_port: Порт
216 field_port: Порт
217 field_account: Профил
217 field_account: Профил
218 field_base_dn: Base DN
218 field_base_dn: Base DN
219 field_attr_login: Атрибут Login
219 field_attr_login: Атрибут Login
220 field_attr_firstname: Атрибут Първо име (Firstname)
220 field_attr_firstname: Атрибут Първо име (Firstname)
221 field_attr_lastname: Атрибут Фамилия (Lastname)
221 field_attr_lastname: Атрибут Фамилия (Lastname)
222 field_attr_mail: Атрибут Email
222 field_attr_mail: Атрибут Email
223 field_onthefly: Динамично създаване на потребител
223 field_onthefly: Динамично създаване на потребител
224 field_start_date: Начална дата
224 field_start_date: Начална дата
225 field_done_ratio: % Прогрес
225 field_done_ratio: % Прогрес
226 field_auth_source: Начин на оторизация
226 field_auth_source: Начин на оторизация
227 field_hide_mail: Скрий e-mail адреса ми
227 field_hide_mail: Скрий e-mail адреса ми
228 field_comments: Коментар
228 field_comments: Коментар
229 field_url: Адрес
229 field_url: Адрес
230 field_start_page: Начална страница
230 field_start_page: Начална страница
231 field_subproject: Подпроект
231 field_subproject: Подпроект
232 field_hours: Часове
232 field_hours: Часове
233 field_activity: Дейност
233 field_activity: Дейност
234 field_spent_on: Дата
234 field_spent_on: Дата
235 field_identifier: Идентификатор
235 field_identifier: Идентификатор
236 field_is_filter: Използва се за филтър
236 field_is_filter: Използва се за филтър
237 field_issue_to: Свързана задача
237 field_issue_to: Свързана задача
238 field_delay: Отместване
238 field_delay: Отместване
239 field_assignable: Възможно е възлагане на задачи за тази роля
239 field_assignable: Възможно е възлагане на задачи за тази роля
240 field_redirect_existing_links: Пренасочване на съществуващи линкове
240 field_redirect_existing_links: Пренасочване на съществуващи линкове
241 field_estimated_hours: Изчислено време
241 field_estimated_hours: Изчислено време
242 field_default_value: Стойност по подразбиране
242 field_default_value: Стойност по подразбиране
243
243
244 setting_app_title: Заглавие
244 setting_app_title: Заглавие
245 setting_app_subtitle: Описание
245 setting_app_subtitle: Описание
246 setting_welcome_text: Допълнителен текст
246 setting_welcome_text: Допълнителен текст
247 setting_default_language: Език по подразбиране
247 setting_default_language: Език по подразбиране
248 setting_login_required: Изискване за вход в системата
248 setting_login_required: Изискване за вход в системата
249 setting_self_registration: Регистрация от потребители
249 setting_self_registration: Регистрация от потребители
250 setting_attachment_max_size: Максимална големина на прикачен файл
250 setting_attachment_max_size: Максимална големина на прикачен файл
251 setting_issues_export_limit: Максимален брой задачи за експорт
251 setting_issues_export_limit: Максимален брой задачи за експорт
252 setting_mail_from: E-mail адрес за емисии
252 setting_mail_from: E-mail адрес за емисии
253 setting_host_name: Хост
253 setting_host_name: Хост
254 setting_text_formatting: Форматиране на текста
254 setting_text_formatting: Форматиране на текста
255 setting_wiki_compression: Wiki компресиране на историята
255 setting_wiki_compression: Wiki компресиране на историята
256 setting_feeds_limit: Максимален брой за емисии
256 setting_feeds_limit: Максимален брой за емисии
257 setting_autofetch_changesets: Автоматично обработване на ревизиите
257 setting_autofetch_changesets: Автоматично обработване на ревизиите
258 setting_sys_api_enabled: Разрешаване на WS за управление
258 setting_sys_api_enabled: Разрешаване на WS за управление
259 setting_commit_ref_keywords: Отбелязващи ключови думи
259 setting_commit_ref_keywords: Отбелязващи ключови думи
260 setting_commit_fix_keywords: Приключващи ключови думи
260 setting_commit_fix_keywords: Приключващи ключови думи
261 setting_autologin: Автоматичен вход
261 setting_autologin: Автоматичен вход
262 setting_date_format: Формат на датата
262 setting_date_format: Формат на датата
263 setting_cross_project_issue_relations: Релации на задачи между проекти
263 setting_cross_project_issue_relations: Релации на задачи между проекти
264
264
265 label_user: Потребител
265 label_user: Потребител
266 label_user_plural: Потребители
266 label_user_plural: Потребители
267 label_user_new: Нов потребител
267 label_user_new: Нов потребител
268 label_project: Проект
268 label_project: Проект
269 label_project_new: Нов проект
269 label_project_new: Нов проект
270 label_project_plural: Проекти
270 label_project_plural: Проекти
271 label_x_projects:
271 label_x_projects:
272 zero: 0 проекти
272 zero: 0 проекти
273 one: 1 проект
273 one: 1 проект
274 other: "{{count}} проекта"
274 other: "{{count}} проекта"
275 label_project_all: Всички проекти
275 label_project_all: Всички проекти
276 label_project_latest: Последни проекти
276 label_project_latest: Последни проекти
277 label_issue: Задача
277 label_issue: Задача
278 label_issue_new: Нова задача
278 label_issue_new: Нова задача
279 label_issue_plural: Задачи
279 label_issue_plural: Задачи
280 label_issue_view_all: Всички задачи
280 label_issue_view_all: Всички задачи
281 label_document: Документ
281 label_document: Документ
282 label_document_new: Нов документ
282 label_document_new: Нов документ
283 label_document_plural: Документи
283 label_document_plural: Документи
284 label_role: Роля
284 label_role: Роля
285 label_role_plural: Роли
285 label_role_plural: Роли
286 label_role_new: Нова роля
286 label_role_new: Нова роля
287 label_role_and_permissions: Роли и права
287 label_role_and_permissions: Роли и права
288 label_member: Член
288 label_member: Член
289 label_member_new: Нов член
289 label_member_new: Нов член
290 label_member_plural: Членове
290 label_member_plural: Членове
291 label_tracker: Тракер
291 label_tracker: Тракер
292 label_tracker_plural: Тракери
292 label_tracker_plural: Тракери
293 label_tracker_new: Нов тракер
293 label_tracker_new: Нов тракер
294 label_workflow: Работен процес
294 label_workflow: Работен процес
295 label_issue_status: Състояние на задача
295 label_issue_status: Състояние на задача
296 label_issue_status_plural: Състояния на задачи
296 label_issue_status_plural: Състояния на задачи
297 label_issue_status_new: Ново състояние
297 label_issue_status_new: Ново състояние
298 label_issue_category: Категория задача
298 label_issue_category: Категория задача
299 label_issue_category_plural: Категории задачи
299 label_issue_category_plural: Категории задачи
300 label_issue_category_new: Нова категория
300 label_issue_category_new: Нова категория
301 label_custom_field: Потребителско поле
301 label_custom_field: Потребителско поле
302 label_custom_field_plural: Потребителски полета
302 label_custom_field_plural: Потребителски полета
303 label_custom_field_new: Ново потребителско поле
303 label_custom_field_new: Ново потребителско поле
304 label_enumerations: Списъци
304 label_enumerations: Списъци
305 label_enumeration_new: Нова стойност
305 label_enumeration_new: Нова стойност
306 label_information: Информация
306 label_information: Информация
307 label_information_plural: Информация
307 label_information_plural: Информация
308 label_please_login: Вход
308 label_please_login: Вход
309 label_register: Регистрация
309 label_register: Регистрация
310 label_password_lost: Забравена парола
310 label_password_lost: Забравена парола
311 label_home: Начало
311 label_home: Начало
312 label_my_page: Лична страница
312 label_my_page: Лична страница
313 label_my_account: Профил
313 label_my_account: Профил
314 label_my_projects: Проекти, в които участвам
314 label_my_projects: Проекти, в които участвам
315 label_administration: Администрация
315 label_administration: Администрация
316 label_login: Вход
316 label_login: Вход
317 label_logout: Изход
317 label_logout: Изход
318 label_help: Помощ
318 label_help: Помощ
319 label_reported_issues: Публикувани задачи
319 label_reported_issues: Публикувани задачи
320 label_assigned_to_me_issues: Възложени на мен
320 label_assigned_to_me_issues: Възложени на мен
321 label_last_login: Последно свързване
321 label_last_login: Последно свързване
322 label_registered_on: Регистрация
322 label_registered_on: Регистрация
323 label_activity: Дейност
323 label_activity: Дейност
324 label_new: Нов
324 label_new: Нов
325 label_logged_as: Здравейте,
325 label_logged_as: Здравейте,
326 label_environment: Среда
326 label_environment: Среда
327 label_authentication: Оторизация
327 label_authentication: Оторизация
328 label_auth_source: Начин на оторозация
328 label_auth_source: Начин на оторозация
329 label_auth_source_new: Нов начин на оторизация
329 label_auth_source_new: Нов начин на оторизация
330 label_auth_source_plural: Начини на оторизация
330 label_auth_source_plural: Начини на оторизация
331 label_subproject_plural: Подпроекти
331 label_subproject_plural: Подпроекти
332 label_min_max_length: Минимална - максимална дължина
332 label_min_max_length: Минимална - максимална дължина
333 label_list: Списък
333 label_list: Списък
334 label_date: Дата
334 label_date: Дата
335 label_integer: Целочислен
335 label_integer: Целочислен
336 label_boolean: Чекбокс
336 label_boolean: Чекбокс
337 label_string: Текст
337 label_string: Текст
338 label_text: Дълъг текст
338 label_text: Дълъг текст
339 label_attribute: Атрибут
339 label_attribute: Атрибут
340 label_attribute_plural: Атрибути
340 label_attribute_plural: Атрибути
341 label_download: "{{count}} изтегляне"
341 label_download: "{{count}} изтегляне"
342 label_download_plural: "{{count}} изтегляния"
342 label_download_plural: "{{count}} изтегляния"
343 label_no_data: Няма изходни данни
343 label_no_data: Няма изходни данни
344 label_change_status: Промяна на състоянието
344 label_change_status: Промяна на състоянието
345 label_history: История
345 label_history: История
346 label_attachment: Файл
346 label_attachment: Файл
347 label_attachment_new: Нов файл
347 label_attachment_new: Нов файл
348 label_attachment_delete: Изтриване
348 label_attachment_delete: Изтриване
349 label_attachment_plural: Файлове
349 label_attachment_plural: Файлове
350 label_report: Справка
350 label_report: Справка
351 label_report_plural: Справки
351 label_report_plural: Справки
352 label_news: Новини
352 label_news: Новини
353 label_news_new: Добави
353 label_news_new: Добави
354 label_news_plural: Новини
354 label_news_plural: Новини
355 label_news_latest: Последни новини
355 label_news_latest: Последни новини
356 label_news_view_all: Виж всички
356 label_news_view_all: Виж всички
357 label_settings: Настройки
357 label_settings: Настройки
358 label_overview: Общ изглед
358 label_overview: Общ изглед
359 label_version: Версия
359 label_version: Версия
360 label_version_new: Нова версия
360 label_version_new: Нова версия
361 label_version_plural: Версии
361 label_version_plural: Версии
362 label_confirmation: Одобрение
362 label_confirmation: Одобрение
363 label_export_to: Експорт към
363 label_export_to: Експорт към
364 label_read: Read...
364 label_read: Read...
365 label_public_projects: Публични проекти
365 label_public_projects: Публични проекти
366 label_open_issues: отворена
366 label_open_issues: отворена
367 label_open_issues_plural: отворени
367 label_open_issues_plural: отворени
368 label_closed_issues: затворена
368 label_closed_issues: затворена
369 label_closed_issues_plural: затворени
369 label_closed_issues_plural: затворени
370 label_x_open_issues_abbr_on_total:
370 label_x_open_issues_abbr_on_total:
371 zero: 0 отворени / {{total}}
371 zero: 0 отворени / {{total}}
372 one: 1 отворена / {{total}}
372 one: 1 отворена / {{total}}
373 other: "{{count}} отворени / {{total}}"
373 other: "{{count}} отворени / {{total}}"
374 label_x_open_issues_abbr:
374 label_x_open_issues_abbr:
375 zero: 0 отворени
375 zero: 0 отворени
376 one: 1 отворена
376 one: 1 отворена
377 other: "{{count}} отворени"
377 other: "{{count}} отворени"
378 label_x_closed_issues_abbr:
378 label_x_closed_issues_abbr:
379 zero: 0 затворени
379 zero: 0 затворени
380 one: 1 затворена
380 one: 1 затворена
381 other: "{{count}} затворени"
381 other: "{{count}} затворени"
382 label_total: Общо
382 label_total: Общо
383 label_permissions: Права
383 label_permissions: Права
384 label_current_status: Текущо състояние
384 label_current_status: Текущо състояние
385 label_new_statuses_allowed: Позволени състояния
385 label_new_statuses_allowed: Позволени състояния
386 label_all: всички
386 label_all: всички
387 label_none: никакви
387 label_none: никакви
388 label_next: Следващ
388 label_next: Следващ
389 label_previous: Предишен
389 label_previous: Предишен
390 label_used_by: Използва се от
390 label_used_by: Използва се от
391 label_details: Детайли
391 label_details: Детайли
392 label_add_note: Добавяне на бележка
392 label_add_note: Добавяне на бележка
393 label_per_page: На страница
393 label_per_page: На страница
394 label_calendar: Календар
394 label_calendar: Календар
395 label_months_from: месеца от
395 label_months_from: месеца от
396 label_gantt: Мрежов график
396 label_gantt: Мрежов график
397 label_internal: Вътрешен
397 label_internal: Вътрешен
398 label_last_changes: "последни {{count}} промени"
398 label_last_changes: "последни {{count}} промени"
399 label_change_view_all: Виж всички промени
399 label_change_view_all: Виж всички промени
400 label_personalize_page: Персонализиране
400 label_personalize_page: Персонализиране
401 label_comment: Коментар
401 label_comment: Коментар
402 label_comment_plural: Коментари
402 label_comment_plural: Коментари
403 label_x_comments:
403 label_x_comments:
404 zero: 0 коментари
404 zero: 0 коментари
405 one: 1 коментар
405 one: 1 коментар
406 other: "{{count}} коментари"
406 other: "{{count}} коментари"
407 label_comment_add: Добавяне на коментар
407 label_comment_add: Добавяне на коментар
408 label_comment_added: Добавен коментар
408 label_comment_added: Добавен коментар
409 label_comment_delete: Изтриване на коментари
409 label_comment_delete: Изтриване на коментари
410 label_query: Потребителска справка
410 label_query: Потребителска справка
411 label_query_plural: Потребителски справки
411 label_query_plural: Потребителски справки
412 label_query_new: Нова заявка
412 label_query_new: Нова заявка
413 label_filter_add: Добави филтър
413 label_filter_add: Добави филтър
414 label_filter_plural: Филтри
414 label_filter_plural: Филтри
415 label_equals: е
415 label_equals: е
416 label_not_equals: не е
416 label_not_equals: не е
417 label_in_less_than: след по-малко от
417 label_in_less_than: след по-малко от
418 label_in_more_than: след повече от
418 label_in_more_than: след повече от
419 label_in: в следващите
419 label_in: в следващите
420 label_today: днес
420 label_today: днес
421 label_this_week: тази седмица
421 label_this_week: тази седмица
422 label_less_than_ago: преди по-малко от
422 label_less_than_ago: преди по-малко от
423 label_more_than_ago: преди повече от
423 label_more_than_ago: преди повече от
424 label_ago: преди
424 label_ago: преди
425 label_contains: съдържа
425 label_contains: съдържа
426 label_not_contains: не съдържа
426 label_not_contains: не съдържа
427 label_day_plural: дни
427 label_day_plural: дни
428 label_repository: Хранилище
428 label_repository: Хранилище
429 label_browse: Разглеждане
429 label_browse: Разглеждане
430 label_modification: "{{count}} промяна"
430 label_modification: "{{count}} промяна"
431 label_modification_plural: "{{count}} промени"
431 label_modification_plural: "{{count}} промени"
432 label_revision: Ревизия
432 label_revision: Ревизия
433 label_revision_plural: Ревизии
433 label_revision_plural: Ревизии
434 label_added: добавено
434 label_added: добавено
435 label_modified: променено
435 label_modified: променено
436 label_deleted: изтрито
436 label_deleted: изтрито
437 label_latest_revision: Последна ревизия
437 label_latest_revision: Последна ревизия
438 label_latest_revision_plural: Последни ревизии
438 label_latest_revision_plural: Последни ревизии
439 label_view_revisions: Виж ревизиите
439 label_view_revisions: Виж ревизиите
440 label_max_size: Максимална големина
440 label_max_size: Максимална големина
441 label_sort_highest: Премести най-горе
441 label_sort_highest: Премести най-горе
442 label_sort_higher: Премести по-горе
442 label_sort_higher: Премести по-горе
443 label_sort_lower: Премести по-долу
443 label_sort_lower: Премести по-долу
444 label_sort_lowest: Премести най-долу
444 label_sort_lowest: Премести най-долу
445 label_roadmap: Пътна карта
445 label_roadmap: Пътна карта
446 label_roadmap_due_in: "Излиза след {{value}}"
446 label_roadmap_due_in: "Излиза след {{value}}"
447 label_roadmap_overdue: "{{value}} закъснение"
447 label_roadmap_overdue: "{{value}} закъснение"
448 label_roadmap_no_issues: Няма задачи за тази версия
448 label_roadmap_no_issues: Няма задачи за тази версия
449 label_search: Търсене
449 label_search: Търсене
450 label_result_plural: Pезултати
450 label_result_plural: Pезултати
451 label_all_words: Всички думи
451 label_all_words: Всички думи
452 label_wiki: Wiki
452 label_wiki: Wiki
453 label_wiki_edit: Wiki редакция
453 label_wiki_edit: Wiki редакция
454 label_wiki_edit_plural: Wiki редакции
454 label_wiki_edit_plural: Wiki редакции
455 label_wiki_page: Wiki страница
455 label_wiki_page: Wiki страница
456 label_wiki_page_plural: Wiki страници
456 label_wiki_page_plural: Wiki страници
457 label_index_by_title: Индекс
457 label_index_by_title: Индекс
458 label_index_by_date: Индекс по дата
458 label_index_by_date: Индекс по дата
459 label_current_version: Текуща версия
459 label_current_version: Текуща версия
460 label_preview: Преглед
460 label_preview: Преглед
461 label_feed_plural: Емисии
461 label_feed_plural: Емисии
462 label_changes_details: Подробни промени
462 label_changes_details: Подробни промени
463 label_issue_tracking: Тракинг
463 label_issue_tracking: Тракинг
464 label_spent_time: Отделено време
464 label_spent_time: Отделено време
465 label_f_hour: "{{value}} час"
465 label_f_hour: "{{value}} час"
466 label_f_hour_plural: "{{value}} часа"
466 label_f_hour_plural: "{{value}} часа"
467 label_time_tracking: Отделяне на време
467 label_time_tracking: Отделяне на време
468 label_change_plural: Промени
468 label_change_plural: Промени
469 label_statistics: Статистики
469 label_statistics: Статистики
470 label_commits_per_month: Ревизии по месеци
470 label_commits_per_month: Ревизии по месеци
471 label_commits_per_author: Ревизии по автор
471 label_commits_per_author: Ревизии по автор
472 label_view_diff: Виж разликите
472 label_view_diff: Виж разликите
473 label_diff_inline: хоризонтално
473 label_diff_inline: хоризонтално
474 label_diff_side_by_side: вертикално
474 label_diff_side_by_side: вертикално
475 label_options: Опции
475 label_options: Опции
476 label_copy_workflow_from: Копирай работния процес от
476 label_copy_workflow_from: Копирай работния процес от
477 label_permissions_report: Справка за права
477 label_permissions_report: Справка за права
478 label_watched_issues: Наблюдавани задачи
478 label_watched_issues: Наблюдавани задачи
479 label_related_issues: Свързани задачи
479 label_related_issues: Свързани задачи
480 label_applied_status: Установено състояние
480 label_applied_status: Установено състояние
481 label_loading: Зареждане...
481 label_loading: Зареждане...
482 label_relation_new: Нова релация
482 label_relation_new: Нова релация
483 label_relation_delete: Изтриване на релация
483 label_relation_delete: Изтриване на релация
484 label_relates_to: свързана със
484 label_relates_to: свързана със
485 label_duplicates: дублира
485 label_duplicates: дублира
486 label_blocks: блокира
486 label_blocks: блокира
487 label_blocked_by: блокирана от
487 label_blocked_by: блокирана от
488 label_precedes: предшества
488 label_precedes: предшества
489 label_follows: изпълнява се след
489 label_follows: изпълнява се след
490 label_end_to_start: край към начало
490 label_end_to_start: край към начало
491 label_end_to_end: край към край
491 label_end_to_end: край към край
492 label_start_to_start: начало към начало
492 label_start_to_start: начало към начало
493 label_start_to_end: начало към край
493 label_start_to_end: начало към край
494 label_stay_logged_in: Запомни ме
494 label_stay_logged_in: Запомни ме
495 label_disabled: забранено
495 label_disabled: забранено
496 label_show_completed_versions: Показване на реализирани версии
496 label_show_completed_versions: Показване на реализирани версии
497 label_me: аз
497 label_me: аз
498 label_board: Форум
498 label_board: Форум
499 label_board_new: Нов форум
499 label_board_new: Нов форум
500 label_board_plural: Форуми
500 label_board_plural: Форуми
501 label_topic_plural: Теми
501 label_topic_plural: Теми
502 label_message_plural: Съобщения
502 label_message_plural: Съобщения
503 label_message_last: Последно съобщение
503 label_message_last: Последно съобщение
504 label_message_new: Нова тема
504 label_message_new: Нова тема
505 label_reply_plural: Отговори
505 label_reply_plural: Отговори
506 label_send_information: Изпращане на информацията до потребителя
506 label_send_information: Изпращане на информацията до потребителя
507 label_year: Година
507 label_year: Година
508 label_month: Месец
508 label_month: Месец
509 label_week: Седмица
509 label_week: Седмица
510 label_date_from: От
510 label_date_from: От
511 label_date_to: До
511 label_date_to: До
512 label_language_based: В зависимост от езика
512 label_language_based: В зависимост от езика
513 label_sort_by: "Сортиране по {{value}}"
513 label_sort_by: "Сортиране по {{value}}"
514 label_send_test_email: Изпращане на тестов e-mail
514 label_send_test_email: Изпращане на тестов e-mail
515 label_feeds_access_key_created_on: "{{value}} от създаването на RSS ключа"
515 label_feeds_access_key_created_on: "{{value}} от създаването на RSS ключа"
516 label_module_plural: Модули
516 label_module_plural: Модули
517 label_added_time_by: "Публикувана от {{author}} преди {{age}}"
517 label_added_time_by: "Публикувана от {{author}} преди {{age}}"
518 label_updated_time: "Обновена преди {{value}}"
518 label_updated_time: "Обновена преди {{value}}"
519 label_jump_to_a_project: Проект...
519 label_jump_to_a_project: Проект...
520
520
521 button_login: Вход
521 button_login: Вход
522 button_submit: Прикачване
522 button_submit: Прикачване
523 button_save: Запис
523 button_save: Запис
524 button_check_all: Избор на всички
524 button_check_all: Избор на всички
525 button_uncheck_all: Изчистване на всички
525 button_uncheck_all: Изчистване на всички
526 button_delete: Изтриване
526 button_delete: Изтриване
527 button_create: Създаване
527 button_create: Създаване
528 button_test: Тест
528 button_test: Тест
529 button_edit: Редакция
529 button_edit: Редакция
530 button_add: Добавяне
530 button_add: Добавяне
531 button_change: Промяна
531 button_change: Промяна
532 button_apply: Приложи
532 button_apply: Приложи
533 button_clear: Изчисти
533 button_clear: Изчисти
534 button_lock: Заключване
534 button_lock: Заключване
535 button_unlock: Отключване
535 button_unlock: Отключване
536 button_download: Изтегляне
536 button_download: Изтегляне
537 button_list: Списък
537 button_list: Списък
538 button_view: Преглед
538 button_view: Преглед
539 button_move: Преместване
539 button_move: Преместване
540 button_back: Назад
540 button_back: Назад
541 button_cancel: Отказ
541 button_cancel: Отказ
542 button_activate: Активация
542 button_activate: Активация
543 button_sort: Сортиране
543 button_sort: Сортиране
544 button_log_time: Отделяне на време
544 button_log_time: Отделяне на време
545 button_rollback: Върни се към тази ревизия
545 button_rollback: Върни се към тази ревизия
546 button_watch: Наблюдаване
546 button_watch: Наблюдаване
547 button_unwatch: Край на наблюдението
547 button_unwatch: Край на наблюдението
548 button_reply: Отговор
548 button_reply: Отговор
549 button_archive: Архивиране
549 button_archive: Архивиране
550 button_unarchive: Разархивиране
550 button_unarchive: Разархивиране
551 button_reset: Генериране наново
551 button_reset: Генериране наново
552 button_rename: Преименуване
552 button_rename: Преименуване
553
553
554 status_active: активен
554 status_active: активен
555 status_registered: регистриран
555 status_registered: регистриран
556 status_locked: заключен
556 status_locked: заключен
557
557
558 text_select_mail_notifications: Изберете събития за изпращане на e-mail.
558 text_select_mail_notifications: Изберете събития за изпращане на e-mail.
559 text_regexp_info: пр. ^[A-Z0-9]+$
559 text_regexp_info: пр. ^[A-Z0-9]+$
560 text_min_max_length_info: 0 - без ограничения
560 text_min_max_length_info: 0 - без ограничения
561 text_project_destroy_confirmation: Сигурни ли сте, че искате да изтриете проекта и данните в него?
561 text_project_destroy_confirmation: Сигурни ли сте, че искате да изтриете проекта и данните в него?
562 text_workflow_edit: Изберете роля и тракер за да редактирате работния процес
562 text_workflow_edit: Изберете роля и тракер за да редактирате работния процес
563 text_are_you_sure: Сигурни ли сте?
563 text_are_you_sure: Сигурни ли сте?
564 text_tip_task_begin_day: задача започваща този ден
564 text_tip_task_begin_day: задача започваща този ден
565 text_tip_task_end_day: задача завършваща този ден
565 text_tip_task_end_day: задача завършваща този ден
566 text_tip_task_begin_end_day: задача започваща и завършваща този ден
566 text_tip_task_begin_end_day: задача започваща и завършваща този ден
567 text_project_identifier_info: 'Позволени са малки букви (a-z), цифри и тирета.<br />Невъзможна промяна след запис.'
567 text_project_identifier_info: 'Позволени са малки букви (a-z), цифри и тирета.<br />Невъзможна промяна след запис.'
568 text_caracters_maximum: "До {{count}} символа."
568 text_caracters_maximum: "До {{count}} символа."
569 text_length_between: "От {{min}} до {{max}} символа."
569 text_length_between: "От {{min}} до {{max}} символа."
570 text_tracker_no_workflow: Няма дефиниран работен процес за този тракер
570 text_tracker_no_workflow: Няма дефиниран работен процес за този тракер
571 text_unallowed_characters: Непозволени символи
571 text_unallowed_characters: Непозволени символи
572 text_comma_separated: Позволено е изброяване (с разделител запетая).
572 text_comma_separated: Позволено е изброяване (с разделител запетая).
573 text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии
573 text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии
574 text_issue_added: "Публикувана е нова задача с номер {{id}} (от {{author}})."
574 text_issue_added: "Публикувана е нова задача с номер {{id}} (от {{author}})."
575 text_issue_updated: "Задача {{id}} е обновена (от {{author}})."
575 text_issue_updated: "Задача {{id}} е обновена (от {{author}})."
576 text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание?
576 text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание?
577 text_issue_category_destroy_question: "Има задачи ({{count}}) обвързани с тази категория. Какво ще изберете?"
577 text_issue_category_destroy_question: "Има задачи ({{count}}) обвързани с тази категория. Какво ще изберете?"
578 text_issue_category_destroy_assignments: Премахване на връзките с категорията
578 text_issue_category_destroy_assignments: Премахване на връзките с категорията
579 text_issue_category_reassign_to: Преобвързване с категория
579 text_issue_category_reassign_to: Преобвързване с категория
580
580
581 default_role_manager: Мениджър
581 default_role_manager: Мениджър
582 default_role_developer: Разработчик
582 default_role_developer: Разработчик
583 default_role_reporter: Публикуващ
583 default_role_reporter: Публикуващ
584 default_tracker_bug: Грешка
584 default_tracker_bug: Грешка
585 default_tracker_feature: Функционалност
585 default_tracker_feature: Функционалност
586 default_tracker_support: Поддръжка
586 default_tracker_support: Поддръжка
587 default_issue_status_new: Нова
587 default_issue_status_new: Нова
588 default_issue_status_in_progress: Изпълнение
588 default_issue_status_in_progress: Изпълнение
589 default_issue_status_resolved: Приключена
589 default_issue_status_resolved: Приключена
590 default_issue_status_feedback: Обратна връзка
590 default_issue_status_feedback: Обратна връзка
591 default_issue_status_closed: Затворена
591 default_issue_status_closed: Затворена
592 default_issue_status_rejected: Отхвърлена
592 default_issue_status_rejected: Отхвърлена
593 default_doc_category_user: Документация за потребителя
593 default_doc_category_user: Документация за потребителя
594 default_doc_category_tech: Техническа документация
594 default_doc_category_tech: Техническа документация
595 default_priority_low: Нисък
595 default_priority_low: Нисък
596 default_priority_normal: Нормален
596 default_priority_normal: Нормален
597 default_priority_high: Висок
597 default_priority_high: Висок
598 default_priority_urgent: Спешен
598 default_priority_urgent: Спешен
599 default_priority_immediate: Веднага
599 default_priority_immediate: Веднага
600 default_activity_design: Дизайн
600 default_activity_design: Дизайн
601 default_activity_development: Разработка
601 default_activity_development: Разработка
602
602
603 enumeration_issue_priorities: Приоритети на задачи
603 enumeration_issue_priorities: Приоритети на задачи
604 enumeration_doc_categories: Категории документи
604 enumeration_doc_categories: Категории документи
605 enumeration_activities: Дейности (time tracking)
605 enumeration_activities: Дейности (time tracking)
606 label_file_plural: Файлове
606 label_file_plural: Файлове
607 label_changeset_plural: Ревизии
607 label_changeset_plural: Ревизии
608 field_column_names: Колони
608 field_column_names: Колони
609 label_default_columns: По подразбиране
609 label_default_columns: По подразбиране
610 setting_issue_list_default_columns: Показвани колони по подразбиране
610 setting_issue_list_default_columns: Показвани колони по подразбиране
611 setting_repositories_encodings: Кодови таблици
611 setting_repositories_encodings: Кодови таблици
612 notice_no_issue_selected: "Няма избрани задачи."
612 notice_no_issue_selected: "Няма избрани задачи."
613 label_bulk_edit_selected_issues: Редактиране на задачи
613 label_bulk_edit_selected_issues: Редактиране на задачи
614 label_no_change_option: (Без промяна)
614 label_no_change_option: (Без промяна)
615 notice_failed_to_save_issues: "Неуспешен запис на {{count}} задачи от {{total}} избрани: {{ids}}."
615 notice_failed_to_save_issues: "Неуспешен запис на {{count}} задачи от {{total}} избрани: {{ids}}."
616 label_theme: Тема
616 label_theme: Тема
617 label_default: По подразбиране
617 label_default: По подразбиране
618 label_search_titles_only: Само в заглавията
618 label_search_titles_only: Само в заглавията
619 label_nobody: никой
619 label_nobody: никой
620 button_change_password: Промяна на парола
620 button_change_password: Промяна на парола
621 text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)."
621 text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)."
622 label_user_mail_option_selected: "За всички събития само в избраните проекти..."
622 label_user_mail_option_selected: "За всички събития само в избраните проекти..."
623 label_user_mail_option_all: "За всяко събитие в проектите, в които участвам"
623 label_user_mail_option_all: "За всяко събитие в проектите, в които участвам"
624 label_user_mail_option_none: "Само за наблюдавани или в които участвам (автор или назначени на мен)"
624 label_user_mail_option_none: "Само за наблюдавани или в които участвам (автор или назначени на мен)"
625 setting_emails_footer: Подтекст за e-mail
625 setting_emails_footer: Подтекст за e-mail
626 label_float: Дробно
626 label_float: Дробно
627 button_copy: Копиране
627 button_copy: Копиране
628 mail_body_account_information_external: "Можете да използвате вашия {{value}} профил за вход."
628 mail_body_account_information_external: "Можете да използвате вашия {{value}} профил за вход."
629 mail_body_account_information: Информацията за профила ви
629 mail_body_account_information: Информацията за профила ви
630 setting_protocol: Протокол
630 setting_protocol: Протокол
631 label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени"
631 label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени"
632 setting_time_format: Формат на часа
632 setting_time_format: Формат на часа
633 label_registration_activation_by_email: активиране на профила по email
633 label_registration_activation_by_email: активиране на профила по email
634 mail_subject_account_activation_request: "Заявка за активиране на профил в {{value}}"
634 mail_subject_account_activation_request: "Заявка за активиране на профил в {{value}}"
635 mail_body_account_activation_request: "Има новорегистриран потребител ({{value}}), очакващ вашето одобрение:"
635 mail_body_account_activation_request: "Има новорегистриран потребител ({{value}}), очакващ вашето одобрение:"
636 label_registration_automatic_activation: автоматично активиране
636 label_registration_automatic_activation: автоматично активиране
637 label_registration_manual_activation: ръчно активиране
637 label_registration_manual_activation: ръчно активиране
638 notice_account_pending: "Профилът Ви е създаден и очаква одобрение от администратор."
638 notice_account_pending: "Профилът Ви е създаден и очаква одобрение от администратор."
639 field_time_zone: Часова зона
639 field_time_zone: Часова зона
640 text_caracters_minimum: "Минимум {{count}} символа."
640 text_caracters_minimum: "Минимум {{count}} символа."
641 setting_bcc_recipients: Получатели на скрито копие (bcc)
641 setting_bcc_recipients: Получатели на скрито копие (bcc)
642 button_annotate: Анотация
642 button_annotate: Анотация
643 label_issues_by: "Задачи по {{value}}"
643 label_issues_by: "Задачи по {{value}}"
644 field_searchable: С възможност за търсене
644 field_searchable: С възможност за търсене
645 label_display_per_page: "На страница по: {{value}}"
645 label_display_per_page: "На страница по: {{value}}"
646 setting_per_page_options: Опции за страниране
646 setting_per_page_options: Опции за страниране
647 label_age: Възраст
647 label_age: Възраст
648 notice_default_data_loaded: Примерната информацията е успешно заредена.
648 notice_default_data_loaded: Примерната информацията е успешно заредена.
649 text_load_default_configuration: Зареждане на примерна информация
649 text_load_default_configuration: Зареждане на примерна информация
650 text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, състояния на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате."
650 text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, състояния на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате."
651 error_can_t_load_default_data: "Грешка при зареждане на примерната информация: {{value}}"
651 error_can_t_load_default_data: "Грешка при зареждане на примерната информация: {{value}}"
652 button_update: Обновяване
652 button_update: Обновяване
653 label_change_properties: Промяна на настройки
653 label_change_properties: Промяна на настройки
654 label_general: Основни
654 label_general: Основни
655 label_repository_plural: Хранилища
655 label_repository_plural: Хранилища
656 label_associated_revisions: Асоциирани ревизии
656 label_associated_revisions: Асоциирани ревизии
657 setting_user_format: Потребителски формат
657 setting_user_format: Потребителски формат
658 text_status_changed_by_changeset: "Приложено с ревизия {{value}}."
658 text_status_changed_by_changeset: "Приложено с ревизия {{value}}."
659 label_more: Още
659 label_more: Още
660 text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?'
660 text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?'
661 label_scm: SCM (Система за контрол на кода)
661 label_scm: SCM (Система за контрол на кода)
662 text_select_project_modules: 'Изберете активните модули за този проект:'
662 text_select_project_modules: 'Изберете активните модули за този проект:'
663 label_issue_added: Добавена задача
663 label_issue_added: Добавена задача
664 label_issue_updated: Обновена задача
664 label_issue_updated: Обновена задача
665 label_document_added: Добавен документ
665 label_document_added: Добавен документ
666 label_message_posted: Добавено съобщение
666 label_message_posted: Добавено съобщение
667 label_file_added: Добавен файл
667 label_file_added: Добавен файл
668 label_news_added: Добавена новина
668 label_news_added: Добавена новина
669 project_module_boards: Форуми
669 project_module_boards: Форуми
670 project_module_issue_tracking: Тракинг
670 project_module_issue_tracking: Тракинг
671 project_module_wiki: Wiki
671 project_module_wiki: Wiki
672 project_module_files: Файлове
672 project_module_files: Файлове
673 project_module_documents: Документи
673 project_module_documents: Документи
674 project_module_repository: Хранилище
674 project_module_repository: Хранилище
675 project_module_news: Новини
675 project_module_news: Новини
676 project_module_time_tracking: Отделяне на време
676 project_module_time_tracking: Отделяне на време
677 text_file_repository_writable: Възможност за писане в хранилището с файлове
677 text_file_repository_writable: Възможност за писане в хранилището с файлове
678 text_default_administrator_account_changed: Сменен фабричния администраторски профил
678 text_default_administrator_account_changed: Сменен фабричния администраторски профил
679 text_rmagick_available: Наличен RMagick (по избор)
679 text_rmagick_available: Наличен RMagick (по избор)
680 button_configure: Конфигуриране
680 button_configure: Конфигуриране
681 label_plugins: Плъгини
681 label_plugins: Плъгини
682 label_ldap_authentication: LDAP оторизация
682 label_ldap_authentication: LDAP оторизация
683 label_downloads_abbr: D/L
683 label_downloads_abbr: D/L
684 label_this_month: текущия месец
684 label_this_month: текущия месец
685 label_last_n_days: "последните {{count}} дни"
685 label_last_n_days: "последните {{count}} дни"
686 label_all_time: всички
686 label_all_time: всички
687 label_this_year: текущата година
687 label_this_year: текущата година
688 label_date_range: Период
688 label_date_range: Период
689 label_last_week: последната седмица
689 label_last_week: последната седмица
690 label_yesterday: вчера
690 label_yesterday: вчера
691 label_last_month: последния месец
691 label_last_month: последния месец
692 label_add_another_file: Добавяне на друг файл
692 label_add_another_file: Добавяне на друг файл
693 label_optional_description: Незадължително описание
693 label_optional_description: Незадължително описание
694 text_destroy_time_entries_question: "{{hours}} часа са отделени на задачите, които искате да изтриете. Какво избирате?"
694 text_destroy_time_entries_question: "{{hours}} часа са отделени на задачите, които искате да изтриете. Какво избирате?"
695 error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект'
695 error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект'
696 text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект
696 text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект
697 text_destroy_time_entries: Изтриване на отделеното време
697 text_destroy_time_entries: Изтриване на отделеното време
698 text_reassign_time_entries: 'Прехвърляне на отделеното време към задача:'
698 text_reassign_time_entries: 'Прехвърляне на отделеното време към задача:'
699 setting_activity_days_default: Брой дни показвани на таб Дейност
699 setting_activity_days_default: Брой дни показвани на таб Дейност
700 label_chronological_order: Хронологичен ред
700 label_chronological_order: Хронологичен ред
701 field_comments_sorting: Сортиране на коментарите
701 field_comments_sorting: Сортиране на коментарите
702 label_reverse_chronological_order: Обратен хронологичен ред
702 label_reverse_chronological_order: Обратен хронологичен ред
703 label_preferences: Предпочитания
703 label_preferences: Предпочитания
704 setting_display_subprojects_issues: Показване на подпроектите в проектите по подразбиране
704 setting_display_subprojects_issues: Показване на подпроектите в проектите по подразбиране
705 label_overall_activity: Цялостна дейност
705 label_overall_activity: Цялостна дейност
706 setting_default_projects_public: Новите проекти са публични по подразбиране
706 setting_default_projects_public: Новите проекти са публични по подразбиране
707 error_scm_annotate: "Обектът не съществува или не може да бъде анотиран."
707 error_scm_annotate: "Обектът не съществува или не може да бъде анотиран."
708 label_planning: Планиране
708 label_planning: Планиране
709 text_subprojects_destroy_warning: "Неговите подпроекти: {{value}} също ще бъдат изтрити."
709 text_subprojects_destroy_warning: "Неговите подпроекти: {{value}} също ще бъдат изтрити."
710 label_and_its_subprojects: "{{value}} и неговите подпроекти"
710 label_and_its_subprojects: "{{value}} и неговите подпроекти"
711 mail_body_reminder: "{{count}} задачи, назначени на вас са с краен срок в следващите {{days}} дни:"
711 mail_body_reminder: "{{count}} задачи, назначени на вас са с краен срок в следващите {{days}} дни:"
712 mail_subject_reminder: "{{count}} задачи с краен срок с следващите {{days}} дни"
712 mail_subject_reminder: "{{count}} задачи с краен срок с следващите {{days}} дни"
713 text_user_wrote: "{{value}} написа:"
713 text_user_wrote: "{{value}} написа:"
714 label_duplicated_by: дублирана от
714 label_duplicated_by: дублирана от
715 setting_enabled_scm: Разрешена SCM
715 setting_enabled_scm: Разрешена SCM
716 text_enumeration_category_reassign_to: 'Пресвържете ги към тази стойност:'
716 text_enumeration_category_reassign_to: 'Пресвържете ги към тази стойност:'
717 text_enumeration_destroy_question: "{{count}} обекта са свързани с тази стойност."
717 text_enumeration_destroy_question: "{{count}} обекта са свързани с тази стойност."
718 label_incoming_emails: Входящи e-mail-и
718 label_incoming_emails: Входящи e-mail-и
719 label_generate_key: Генериране на ключ
719 label_generate_key: Генериране на ключ
720 setting_mail_handler_api_enabled: Разрешаване на WS за входящи e-mail-и
720 setting_mail_handler_api_enabled: Разрешаване на WS за входящи e-mail-и
721 setting_mail_handler_api_key: API ключ
721 setting_mail_handler_api_key: API ключ
722 text_email_delivery_not_configured: "Изпращането на e-mail-и не е конфигурирано и известията не са разрешени.\nКонфигурирайте вашия SMTP сървър в config/email.yml и рестартирайте Redmine, за да ги разрешите."
722 text_email_delivery_not_configured: "Изпращането на e-mail-и не е конфигурирано и известията не са разрешени.\nКонфигурирайте вашия SMTP сървър в config/email.yml и рестартирайте Redmine, за да ги разрешите."
723 field_parent_title: Родителска страница
723 field_parent_title: Родителска страница
724 label_issue_watchers: Наблюдатели
724 label_issue_watchers: Наблюдатели
725 setting_commit_logs_encoding: Кодова таблица на съобщенията при поверяване
725 setting_commit_logs_encoding: Кодова таблица на съобщенията при поверяване
726 button_quote: Цитат
726 button_quote: Цитат
727 setting_sequential_project_identifiers: Генериране на последователни проектни идентификатори
727 setting_sequential_project_identifiers: Генериране на последователни проектни идентификатори
728 notice_unable_delete_version: Невъзможност за изтриване на версия
728 notice_unable_delete_version: Невъзможност за изтриване на версия
729 label_renamed: преименуван
729 label_renamed: преименуван
730 label_copied: копиран
730 label_copied: копиран
731 setting_plain_text_mail: само чист текст (без HTML)
731 setting_plain_text_mail: само чист текст (без HTML)
732 permission_view_files: Разглеждане на файлове
732 permission_view_files: Разглеждане на файлове
733 permission_edit_issues: Редактиране на задачи
733 permission_edit_issues: Редактиране на задачи
734 permission_edit_own_time_entries: Редактиране на собствените time logs
734 permission_edit_own_time_entries: Редактиране на собствените time logs
735 permission_manage_public_queries: Управление на публичните заявки
735 permission_manage_public_queries: Управление на публичните заявки
736 permission_add_issues: Добавяне на задачи
736 permission_add_issues: Добавяне на задачи
737 permission_log_time: Log spent time
737 permission_log_time: Log spent time
738 permission_view_changesets: Разглеждане на changesets
738 permission_view_changesets: Разглеждане на changesets
739 permission_view_time_entries: Разглеждане на изразходваното време
739 permission_view_time_entries: Разглеждане на изразходваното време
740 permission_manage_versions: Управление на версиите
740 permission_manage_versions: Управление на версиите
741 permission_manage_wiki: Управление на wiki
741 permission_manage_wiki: Управление на wiki
742 permission_manage_categories: Управление на категориите задачи
742 permission_manage_categories: Управление на категориите задачи
743 permission_protect_wiki_pages: Заключване на wiki страници
743 permission_protect_wiki_pages: Заключване на wiki страници
744 permission_comment_news: Коментиране на новини
744 permission_comment_news: Коментиране на новини
745 permission_delete_messages: Изтриване на съобщения
745 permission_delete_messages: Изтриване на съобщения
746 permission_select_project_modules: Избор на проектни модули
746 permission_select_project_modules: Избор на проектни модули
747 permission_manage_documents: Управление на документи
747 permission_manage_documents: Управление на документи
748 permission_edit_wiki_pages: Редактиране на wiki страници
748 permission_edit_wiki_pages: Редактиране на wiki страници
749 permission_add_issue_watchers: Добавяне на наблюдатели
749 permission_add_issue_watchers: Добавяне на наблюдатели
750 permission_view_gantt: Разглеждане на мрежов график
750 permission_view_gantt: Разглеждане на мрежов график
751 permission_move_issues: Преместване на задачи
751 permission_move_issues: Преместване на задачи
752 permission_manage_issue_relations: Управление на връзките между задачите
752 permission_manage_issue_relations: Управление на връзките между задачите
753 permission_delete_wiki_pages: Изтриване на wiki страници
753 permission_delete_wiki_pages: Изтриване на wiki страници
754 permission_manage_boards: Управление на boards
754 permission_manage_boards: Управление на boards
755 permission_delete_wiki_pages_attachments: Изтриване на прикачени файлове
755 permission_delete_wiki_pages_attachments: Изтриване на прикачени файлове
756 permission_view_wiki_edits: Разглеждане на wiki история
756 permission_view_wiki_edits: Разглеждане на wiki история
757 permission_add_messages: Публикуване на съобщения
757 permission_add_messages: Публикуване на съобщения
758 permission_view_messages: Разглеждане на съобщения
758 permission_view_messages: Разглеждане на съобщения
759 permission_manage_files: Управление на файлове
759 permission_manage_files: Управление на файлове
760 permission_edit_issue_notes: Редактиране на бележки
760 permission_edit_issue_notes: Редактиране на бележки
761 permission_manage_news: Управление на новини
761 permission_manage_news: Управление на новини
762 permission_view_calendar: Разглеждане на календари
762 permission_view_calendar: Разглеждане на календари
763 permission_manage_members: Управление на членовете (на екип)
763 permission_manage_members: Управление на членовете (на екип)
764 permission_edit_messages: Редактиране на съобщения
764 permission_edit_messages: Редактиране на съобщения
765 permission_delete_issues: Изтриване на задачи
765 permission_delete_issues: Изтриване на задачи
766 permission_view_issue_watchers: Разглеждане на списък с наблюдатели
766 permission_view_issue_watchers: Разглеждане на списък с наблюдатели
767 permission_manage_repository: Управление на хранилища
767 permission_manage_repository: Управление на хранилища
768 permission_commit_access: Поверяване
768 permission_commit_access: Поверяване
769 permission_browse_repository: Разглеждане на хранилища
769 permission_browse_repository: Разглеждане на хранилища
770 permission_view_documents: Разглеждане на документи
770 permission_view_documents: Разглеждане на документи
771 permission_edit_project: Редактиране на проект
771 permission_edit_project: Редактиране на проект
772 permission_add_issue_notes: Добаване на бележки
772 permission_add_issue_notes: Добаване на бележки
773 permission_save_queries: Запис на запитвания (queries)
773 permission_save_queries: Запис на запитвания (queries)
774 permission_view_wiki_pages: Разглеждане на wiki
774 permission_view_wiki_pages: Разглеждане на wiki
775 permission_rename_wiki_pages: Преименуване на wiki страници
775 permission_rename_wiki_pages: Преименуване на wiki страници
776 permission_edit_time_entries: Редактиране на time logs
776 permission_edit_time_entries: Редактиране на time logs
777 permission_edit_own_issue_notes: Редактиране на собствени бележки
777 permission_edit_own_issue_notes: Редактиране на собствени бележки
778 setting_gravatar_enabled: Използване на портребителски икони от Gravatar
778 setting_gravatar_enabled: Използване на портребителски икони от Gravatar
779 label_example: Пример
779 label_example: Пример
780 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."
780 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."
781 permission_edit_own_messages: Редактиране на собствени съобщения
781 permission_edit_own_messages: Редактиране на собствени съобщения
782 permission_delete_own_messages: Изтриване на собствени съобщения
782 permission_delete_own_messages: Изтриване на собствени съобщения
783 label_user_activity: "Активност на {{value}}"
783 label_user_activity: "Активност на {{value}}"
784 label_updated_time_by: "Обновена от {{author}} преди {{age}}"
784 label_updated_time_by: "Обновена от {{author}} преди {{age}}"
785 text_diff_truncated: '... Този diff не е пълен, понеже е надхвърля максималния размер, който може да бъде показан.'
785 text_diff_truncated: '... Този diff не е пълен, понеже е надхвърля максималния размер, който може да бъде показан.'
786 setting_diff_max_lines_displayed: Максимален брой показани diff редове
786 setting_diff_max_lines_displayed: Максимален брой показани diff редове
787 text_plugin_assets_writable: Папката на приставките е разрешена за запис
787 text_plugin_assets_writable: Папката на приставките е разрешена за запис
788 warning_attachments_not_saved: "{{count}} файла не бяха записани."
788 warning_attachments_not_saved: "{{count}} файла не бяха записани."
789 button_create_and_continue: Създаване и продължаване
789 button_create_and_continue: Създаване и продължаване
790 text_custom_field_possible_values_info: 'Една стойност на ред'
790 text_custom_field_possible_values_info: 'Една стойност на ред'
791 label_display: Display
791 label_display: Display
792 field_editable: Editable
792 field_editable: Editable
793 setting_repository_log_display_limit: Максимален брой на показванете ревизии в лог файла
793 setting_repository_log_display_limit: Максимален брой на показванете ревизии в лог файла
794 setting_file_max_size_displayed: Максимален размер на текстовите файлове, показвани inline
794 setting_file_max_size_displayed: Максимален размер на текстовите файлове, показвани inline
795 field_watcher: Наблюдател
795 field_watcher: Наблюдател
796 setting_openid: Рарешаване на OpenID вход и регистрация
796 setting_openid: Рарешаване на OpenID вход и регистрация
797 field_identity_url: OpenID URL
797 field_identity_url: OpenID URL
798 label_login_with_open_id_option: или вход чрез OpenID
798 label_login_with_open_id_option: или вход чрез OpenID
799 field_content: Съдържание
799 field_content: Съдържание
800 label_descending: Намаляващ
800 label_descending: Намаляващ
801 label_sort: Сортиране
801 label_sort: Сортиране
802 label_ascending: Нарастващ
802 label_ascending: Нарастващ
803 label_date_from_to: От {{start}} до {{end}}
803 label_date_from_to: От {{start}} до {{end}}
804 label_greater_or_equal: ">="
804 label_greater_or_equal: ">="
805 label_less_or_equal: <=
805 label_less_or_equal: <=
806 text_wiki_page_destroy_question: Тази страница има {{descendants}} страници деца и descendant(s). Какво желаете да правите?
806 text_wiki_page_destroy_question: Тази страница има {{descendants}} страници деца и descendant(s). Какво желаете да правите?
807 text_wiki_page_reassign_children: Преназначаване на страниците деца на тази родителска страница
807 text_wiki_page_reassign_children: Преназначаване на страниците деца на тази родителска страница
808 text_wiki_page_nullify_children: Запазване на тези страници като коренни страници
808 text_wiki_page_nullify_children: Запазване на тези страници като коренни страници
809 text_wiki_page_destroy_children: Изтриване на страниците деца и всички техни descendants
809 text_wiki_page_destroy_children: Изтриване на страниците деца и всички техни descendants
810 setting_password_min_length: Минимална дължина на парола
810 setting_password_min_length: Минимална дължина на парола
811 field_group_by: Групиране на резултатите по
811 field_group_by: Групиране на резултатите по
812 mail_subject_wiki_content_updated: "Wiki страницата '{{page}}' не беше обновена"
812 mail_subject_wiki_content_updated: "Wiki страницата '{{page}}' не беше обновена"
813 label_wiki_content_added: Wiki страница беше добавена
813 label_wiki_content_added: Wiki страница беше добавена
814 mail_subject_wiki_content_added: "Wiki страницата '{{page}}' беше добавена"
814 mail_subject_wiki_content_added: "Wiki страницата '{{page}}' беше добавена"
815 mail_body_wiki_content_added: Wiki страницата '{{page}}' беше добавена от {{author}}.
815 mail_body_wiki_content_added: Wiki страницата '{{page}}' беше добавена от {{author}}.
816 label_wiki_content_updated: Wiki страница беше обновена
816 label_wiki_content_updated: Wiki страница беше обновена
817 mail_body_wiki_content_updated: Wiki страницата '{{page}}' беше обновена от {{author}}.
817 mail_body_wiki_content_updated: Wiki страницата '{{page}}' беше обновена от {{author}}.
818 permission_add_project: Създаване на проект
818 permission_add_project: Създаване на проект
819 setting_new_project_user_role_id: Роля, давана на потребител, създаващ проекти, който не е администратор
819 setting_new_project_user_role_id: Роля, давана на потребител, създаващ проекти, който не е администратор
820 label_view_all_revisions: Разглеждане на всички ревизии
820 label_view_all_revisions: Разглеждане на всички ревизии
821 label_tag: Версия
821 label_tag: Версия
822 label_branch: работен вариант
822 label_branch: работен вариант
823 error_no_tracker_in_project: Няма асоциирани тракери с този проект. Проверете настройките на проекта.
823 error_no_tracker_in_project: Няма асоциирани тракери с този проект. Проверете настройките на проекта.
824 error_no_default_issue_status: Няма установено подразбиращо се състояние за задачите. Моля проверете вашата конфигурация (Вижте "Администрация -> Състояния на задачи").
824 error_no_default_issue_status: Няма установено подразбиращо се състояние за задачите. Моля проверете вашата конфигурация (Вижте "Администрация -> Състояния на задачи").
825 text_journal_changed: "{{label}} променен от {{old}} на {{new}}"
825 text_journal_changed: "{{label}} променен от {{old}} на {{new}}"
826 text_journal_set_to: "{{label}} установен на {{value}}"
826 text_journal_set_to: "{{label}} установен на {{value}}"
827 text_journal_deleted: "{{label}} изтрит ({{old}})"
827 text_journal_deleted: "{{label}} изтрит ({{old}})"
828 label_group_plural: Групи
828 label_group_plural: Групи
829 label_group: Група
829 label_group: Група
830 label_group_new: Нова група
830 label_group_new: Нова група
831 label_time_entry_plural: Използвано време
831 label_time_entry_plural: Използвано време
832 text_journal_added: "Добавено {{label}} {{value}}"
832 text_journal_added: "Добавено {{label}} {{value}}"
833 field_active: Активен
833 field_active: Активен
834 enumeration_system_activity: Системна активност
834 enumeration_system_activity: Системна активност
835 permission_delete_issue_watchers: Изтриване на наблюдатели
835 permission_delete_issue_watchers: Изтриване на наблюдатели
836 version_status_closed: затворена
836 version_status_closed: затворена
837 version_status_locked: заключена
837 version_status_locked: заключена
838 version_status_open: отворена
838 version_status_open: отворена
839 error_can_not_reopen_issue_on_closed_version: Задача, асоциирана със затворена версия не може да бъде отворена отново
839 error_can_not_reopen_issue_on_closed_version: Задача, асоциирана със затворена версия не може да бъде отворена отново
840 label_user_anonymous: Анонимен
840 label_user_anonymous: Анонимен
841 button_move_and_follow: Преместване и продължаване
841 button_move_and_follow: Преместване и продължаване
842 setting_default_projects_modules: Активирани модули по подразбиране за нов проект
842 setting_default_projects_modules: Активирани модули по подразбиране за нов проект
843 setting_gravatar_default: Подразбиращо се изображение от Gravatar
843 setting_gravatar_default: Подразбиращо се изображение от Gravatar
844 field_sharing: Sharing
844 field_sharing: Sharing
845 label_version_sharing_hierarchy: С проектна йерархия
845 label_version_sharing_hierarchy: С проектна йерархия
846 label_version_sharing_system: С всички проекти
846 label_version_sharing_system: С всички проекти
847 label_version_sharing_descendants: С подпроекти
847 label_version_sharing_descendants: С подпроекти
848 label_version_sharing_tree: С дърво на проектите
848 label_version_sharing_tree: С дърво на проектите
849 label_version_sharing_none: Не споделен
849 label_version_sharing_none: Не споделен
850 error_can_not_archive_project: Този проект не може да бъде архивиран
850 error_can_not_archive_project: Този проект не може да бъде архивиран
851 button_duplicate: Дублиране
851 button_duplicate: Дублиране
852 button_copy_and_follow: Копиране и продължаване
852 button_copy_and_follow: Копиране и продължаване
853 label_copy_source: Източник
853 label_copy_source: Източник
854 setting_issue_done_ratio: Изчисление на процента на готови задачи с
854 setting_issue_done_ratio: Изчисление на процента на готови задачи с
855 setting_issue_done_ratio_issue_status: Използване на състоянието на задачите
855 setting_issue_done_ratio_issue_status: Използване на състоянието на задачите
856 error_issue_done_ratios_not_updated: Процентът на завършените задачи не е обновен.
856 error_issue_done_ratios_not_updated: Процентът на завършените задачи не е обновен.
857 error_workflow_copy_target: Моля изберете тракер(и) и роля (роли).
857 error_workflow_copy_target: Моля изберете тракер(и) и роля (роли).
858 setting_issue_done_ratio_issue_field: Използване на поле 'задача'
858 setting_issue_done_ratio_issue_field: Използване на поле 'задача'
859 label_copy_same_as_target: Също като целта
859 label_copy_same_as_target: Също като целта
860 label_copy_target: Цел
860 label_copy_target: Цел
861 notice_issue_done_ratios_updated: Обновен процент на завършените задачи.
861 notice_issue_done_ratios_updated: Обновен процент на завършените задачи.
862 error_workflow_copy_source: Моля изберете source тракер или роля
862 error_workflow_copy_source: Моля изберете source тракер или роля
863 label_update_issue_done_ratios: Обновяване на процента на завършените задачи
863 label_update_issue_done_ratios: Обновяване на процента на завършените задачи
864 setting_start_of_week: Първи ден на седмицата
864 setting_start_of_week: Първи ден на седмицата
865 permission_view_issues: Разглеждане на задачите
865 permission_view_issues: Разглеждане на задачите
866 label_display_used_statuses_only: Показване само на състоянията, използвани от този тракер
866 label_display_used_statuses_only: Показване само на състоянията, използвани от този тракер
867 label_revision_id: Ревизия {{value}}
867 label_revision_id: Ревизия {{value}}
868 label_api_access_key: API ключ за достъп
868 label_api_access_key: API ключ за достъп
869 label_api_access_key_created_on: API ключ за достъп е създаден преди {{value}}
869 label_api_access_key_created_on: API ключ за достъп е създаден преди {{value}}
870 label_feeds_access_key: RSS access ключ
870 label_feeds_access_key: RSS access ключ
871 notice_api_access_key_reseted: Вашият API ключ за достъп беше изчистен.
871 notice_api_access_key_reseted: Вашият API ключ за достъп беше изчистен.
872 setting_rest_api_enabled: Разрешаване на REST web сървис
872 setting_rest_api_enabled: Разрешаване на REST web сървис
873 label_missing_api_access_key: Липсващ API ключ
873 label_missing_api_access_key: Липсващ API ключ
874 label_missing_feeds_access_key: Липсващ RSS ключ за достъп
874 label_missing_feeds_access_key: Липсващ RSS ключ за достъп
875 button_show: Показване
875 button_show: Показване
876 text_line_separated: Позволени са много стойности (по едно на ред).
876 text_line_separated: Позволени са много стойности (по едно на ред).
877 setting_mail_handler_body_delimiters: Отрязване на e-mail-ите след един от тези редове
877 setting_mail_handler_body_delimiters: Отрязване на e-mail-ите след един от тези редове
878 permission_add_subprojects: Създаване на подпроекти
878 permission_add_subprojects: Създаване на подпроекти
879 label_subproject_new: Нов подпроект
879 label_subproject_new: Нов подпроект
880 text_own_membership_delete_confirmation: |-
880 text_own_membership_delete_confirmation: |-
881 Вие сте на път да премахнете някои или всички ваши разрешения и е възможно след това на да не можете да редатирате този проект.
881 Вие сте на път да премахнете някои или всички ваши разрешения и е възможно след това на да не можете да редатирате този проект.
882 Сигурен ли сте, че искате да продължите?
882 Сигурен ли сте, че искате да продължите?
883 label_close_versions: Затваряне на завършените версии
883 label_close_versions: Затваряне на завършените версии
884 label_board_sticky: Sticky
884 label_board_sticky: Sticky
885 label_board_locked: Заключена
885 label_board_locked: Заключена
886 permission_export_wiki_pages: Експорт на wiki страници
886 permission_export_wiki_pages: Експорт на wiki страници
887 setting_cache_formatted_text: Cache formatted text
887 setting_cache_formatted_text: Cache formatted text
888 permission_manage_project_activities: Управление на дейностите на проекта
888 permission_manage_project_activities: Управление на дейностите на проекта
889 error_unable_delete_issue_status: Невъзможност за изтриване на състояние на задача
889 error_unable_delete_issue_status: Невъзможност за изтриване на състояние на задача
890 label_profile: Профил
890 label_profile: Профил
891 permission_manage_subtasks: Управление на подзадачите
891 permission_manage_subtasks: Управление на подзадачите
892 field_parent_issue: Родителска задача
892 field_parent_issue: Родителска задача
893 label_subtask_plural: Подзадачи
893 label_subtask_plural: Подзадачи
894 label_project_copy_notifications: Изпращане на Send e-mail известия по време на копирането на проекта
894 label_project_copy_notifications: Изпращане на Send e-mail известия по време на копирането на проекта
895 error_can_not_delete_custom_field: Невъзможност за изтриване на потребителско поле
895 error_can_not_delete_custom_field: Невъзможност за изтриване на потребителско поле
896 error_unable_to_connect: Невъзможност за свързване с ({{value}})
896 error_unable_to_connect: Невъзможност за свързване с ({{value}})
897 error_can_not_remove_role: Тази роля се използва и не може да бъде изтрита.
897 error_can_not_remove_role: Тази роля се използва и не може да бъде изтрита.
898 error_can_not_delete_tracker: Този тракер съдържа задачи и не може да бъде изтрит.
898 error_can_not_delete_tracker: Този тракер съдържа задачи и не може да бъде изтрит.
899 field_principal: Principal
899 field_principal: Principal
900 label_my_page_block: Блокове в личната страница
900 label_my_page_block: Блокове в личната страница
901 notice_failed_to_save_members: "Невъзможност за запис на член(ове): {{errors}}."
901 notice_failed_to_save_members: "Невъзможност за запис на член(ове): {{errors}}."
902 text_zoom_out: Намаляване
902 text_zoom_out: Намаляване
903 text_zoom_in: Увеличаване
903 text_zoom_in: Увеличаване
904 notice_unable_delete_time_entry: Невъзможност за изтриване на запис на time log.
904 notice_unable_delete_time_entry: Невъзможност за изтриване на запис на time log.
905 label_overall_spent_time: Общо употребено време
905 label_overall_spent_time: Общо употребено време
906 field_time_entries: Log time
906 field_time_entries: Log time
907 notice_not_authorized_archived_project: Проектът, който се опитвате да видите е архивиран.
907 notice_not_authorized_archived_project: Проектът, който се опитвате да видите е архивиран.
908 text_tip_issue_end_day: задача, завършваща този ден
908 text_tip_issue_end_day: задача, завършваща този ден
909 field_text: Текстово поле
909 field_text: Текстово поле
910 label_user_mail_option_only_owner: Само за неща, на които аз съм собственик
911 field_member_of_group: Член на група
910 field_member_of_group: Член на група
912 project_module_gantt: Мрежов график
911 project_module_gantt: Мрежов график
913 text_are_you_sure_with_children: Изтриване на задачата и нейните подзадачи?
912 text_are_you_sure_with_children: Изтриване на задачата и нейните подзадачи?
914 text_tip_issue_begin_end_day: задача, започваща и завършваща този ден
913 text_tip_issue_begin_end_day: задача, започваща и завършваща този ден
915 setting_default_notification_option: Подразбиращ се начин за известяване
914 setting_default_notification_option: Подразбиращ се начин за известяване
916 project_module_calendar: Календар
915 project_module_calendar: Календар
917 label_user_mail_option_only_my_events: Само за неща, в които съм включен/а
918 text_tip_issue_begin_day: задача, започваща този ден
916 text_tip_issue_begin_day: задача, започваща този ден
919 label_user_mail_option_only_assigned: Само за неща, назначени на мен
920 button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: {{page_title}}"
917 button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: {{page_title}}"
921 field_assigned_to_role: Assignee's role
918 field_assigned_to_role: Assignee's role
922 label_principal_search: "Търсене на потребител или група:"
919 label_principal_search: "Търсене на потребител или група:"
923 label_user_search: "Търсене на потребител:"
920 label_user_search: "Търсене на потребител:"
924 field_visible: Видим
921 field_visible: Видим
925 setting_emails_header: Emails header
922 setting_emails_header: Emails header
@@ -1,946 +1,945
1 # German translations for Ruby on Rails
1 # German translations for Ruby on Rails
2 # by Clemens Kofler (clemens@railway.at)
2 # by Clemens Kofler (clemens@railway.at)
3
3
4 de:
4 de:
5 direction: ltr
5 direction: ltr
6 date:
6 date:
7 formats:
7 formats:
8 # Use the strftime parameters for formats.
8 # Use the strftime parameters for formats.
9 # When no format has been given, it uses default.
9 # When no format has been given, it uses default.
10 # You can provide other formats here if you like!
10 # You can provide other formats here if you like!
11 default: "%d.%m.%Y"
11 default: "%d.%m.%Y"
12 short: "%e. %b"
12 short: "%e. %b"
13 long: "%e. %B %Y"
13 long: "%e. %B %Y"
14
14
15 day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
15 day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
16 abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
16 abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
17
17
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
19 month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
20 abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
20 abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
21 # Used in date_select and datime_select.
21 # Used in date_select and datime_select.
22 order: [:day, :month, :year]
22 order: [:day, :month, :year]
23
23
24 time:
24 time:
25 formats:
25 formats:
26 default: "%d.%m.%Y %H:%M"
26 default: "%d.%m.%Y %H:%M"
27 time: "%H:%M"
27 time: "%H:%M"
28 short: "%e. %b %H:%M"
28 short: "%e. %b %H:%M"
29 long: "%A, %e. %B %Y, %H:%M Uhr"
29 long: "%A, %e. %B %Y, %H:%M Uhr"
30 am: "vormittags"
30 am: "vormittags"
31 pm: "nachmittags"
31 pm: "nachmittags"
32
32
33 datetime:
33 datetime:
34 distance_in_words:
34 distance_in_words:
35 half_a_minute: 'eine halbe Minute'
35 half_a_minute: 'eine halbe Minute'
36 less_than_x_seconds:
36 less_than_x_seconds:
37 one: 'weniger als 1 Sekunde'
37 one: 'weniger als 1 Sekunde'
38 other: 'weniger als {{count}} Sekunden'
38 other: 'weniger als {{count}} Sekunden'
39 x_seconds:
39 x_seconds:
40 one: '1 Sekunde'
40 one: '1 Sekunde'
41 other: '{{count}} Sekunden'
41 other: '{{count}} Sekunden'
42 less_than_x_minutes:
42 less_than_x_minutes:
43 one: 'weniger als 1 Minute'
43 one: 'weniger als 1 Minute'
44 other: 'weniger als {{count}} Minuten'
44 other: 'weniger als {{count}} Minuten'
45 x_minutes:
45 x_minutes:
46 one: '1 Minute'
46 one: '1 Minute'
47 other: '{{count}} Minuten'
47 other: '{{count}} Minuten'
48 about_x_hours:
48 about_x_hours:
49 one: 'etwa 1 Stunde'
49 one: 'etwa 1 Stunde'
50 other: 'etwa {{count}} Stunden'
50 other: 'etwa {{count}} Stunden'
51 x_days:
51 x_days:
52 one: '1 Tag'
52 one: '1 Tag'
53 other: '{{count}} Tagen'
53 other: '{{count}} Tagen'
54 about_x_months:
54 about_x_months:
55 one: 'etwa 1 Monat'
55 one: 'etwa 1 Monat'
56 other: 'etwa {{count}} Monaten'
56 other: 'etwa {{count}} Monaten'
57 x_months:
57 x_months:
58 one: '1 Monat'
58 one: '1 Monat'
59 other: '{{count}} Monaten'
59 other: '{{count}} Monaten'
60 about_x_years:
60 about_x_years:
61 one: 'etwa 1 Jahr'
61 one: 'etwa 1 Jahr'
62 other: 'etwa {{count}} Jahren'
62 other: 'etwa {{count}} Jahren'
63 over_x_years:
63 over_x_years:
64 one: 'mehr als 1 Jahr'
64 one: 'mehr als 1 Jahr'
65 other: 'mehr als {{count}} Jahren'
65 other: 'mehr als {{count}} Jahren'
66 almost_x_years:
66 almost_x_years:
67 one: "fast 1 Jahr"
67 one: "fast 1 Jahr"
68 other: "fast {{count}} Jahren"
68 other: "fast {{count}} Jahren"
69
69
70 number:
70 number:
71 # Default format for numbers
71 # Default format for numbers
72 format:
72 format:
73 separator: ','
73 separator: ','
74 delimiter: '.'
74 delimiter: '.'
75 precision: 2
75 precision: 2
76 currency:
76 currency:
77 format:
77 format:
78 unit: '€'
78 unit: '€'
79 format: '%n %u'
79 format: '%n %u'
80 separator:
80 separator:
81 delimiter:
81 delimiter:
82 precision:
82 precision:
83 percentage:
83 percentage:
84 format:
84 format:
85 delimiter: ""
85 delimiter: ""
86 precision:
86 precision:
87 format:
87 format:
88 delimiter: ""
88 delimiter: ""
89 human:
89 human:
90 format:
90 format:
91 delimiter: ""
91 delimiter: ""
92 precision: 1
92 precision: 1
93 storage_units:
93 storage_units:
94 format: "%n %u"
94 format: "%n %u"
95 units:
95 units:
96 byte:
96 byte:
97 one: "Byte"
97 one: "Byte"
98 other: "Bytes"
98 other: "Bytes"
99 kb: "KB"
99 kb: "KB"
100 mb: "MB"
100 mb: "MB"
101 gb: "GB"
101 gb: "GB"
102 tb: "TB"
102 tb: "TB"
103
103
104
104
105 # Used in array.to_sentence.
105 # Used in array.to_sentence.
106 support:
106 support:
107 array:
107 array:
108 sentence_connector: "und"
108 sentence_connector: "und"
109 skip_last_comma: true
109 skip_last_comma: true
110
110
111 activerecord:
111 activerecord:
112 errors:
112 errors:
113 template:
113 template:
114 header: "Dieses {{model}}-Objekt konnte nicht gespeichert werden: {{count}} Fehler."
114 header: "Dieses {{model}}-Objekt konnte nicht gespeichert werden: {{count}} Fehler."
115 body: "Bitte überprüfen Sie die folgenden Felder:"
115 body: "Bitte überprüfen Sie die folgenden Felder:"
116
116
117 messages:
117 messages:
118 inclusion: "ist kein gültiger Wert"
118 inclusion: "ist kein gültiger Wert"
119 exclusion: "ist nicht verfügbar"
119 exclusion: "ist nicht verfügbar"
120 invalid: "ist nicht gültig"
120 invalid: "ist nicht gültig"
121 confirmation: "stimmt nicht mit der Bestätigung überein"
121 confirmation: "stimmt nicht mit der Bestätigung überein"
122 accepted: "muss akzeptiert werden"
122 accepted: "muss akzeptiert werden"
123 empty: "muss ausgefüllt werden"
123 empty: "muss ausgefüllt werden"
124 blank: "muss ausgefüllt werden"
124 blank: "muss ausgefüllt werden"
125 too_long: "ist zu lang (nicht mehr als {{count}} Zeichen)"
125 too_long: "ist zu lang (nicht mehr als {{count}} Zeichen)"
126 too_short: "ist zu kurz (nicht weniger als {{count}} Zeichen)"
126 too_short: "ist zu kurz (nicht weniger als {{count}} Zeichen)"
127 wrong_length: "hat die falsche Länge (muss genau {{count}} Zeichen haben)"
127 wrong_length: "hat die falsche Länge (muss genau {{count}} Zeichen haben)"
128 taken: "ist bereits vergeben"
128 taken: "ist bereits vergeben"
129 not_a_number: "ist keine Zahl"
129 not_a_number: "ist keine Zahl"
130 not_a_date: "is kein gültiges Datum"
130 not_a_date: "is kein gültiges Datum"
131 greater_than: "muss größer als {{count}} sein"
131 greater_than: "muss größer als {{count}} sein"
132 greater_than_or_equal_to: "muss größer oder gleich {{count}} sein"
132 greater_than_or_equal_to: "muss größer oder gleich {{count}} sein"
133 equal_to: "muss genau {{count}} sein"
133 equal_to: "muss genau {{count}} sein"
134 less_than: "muss kleiner als {{count}} sein"
134 less_than: "muss kleiner als {{count}} sein"
135 less_than_or_equal_to: "muss kleiner oder gleich {{count}} sein"
135 less_than_or_equal_to: "muss kleiner oder gleich {{count}} sein"
136 odd: "muss ungerade sein"
136 odd: "muss ungerade sein"
137 even: "muss gerade sein"
137 even: "muss gerade sein"
138 greater_than_start_date: "muss größer als Anfangsdatum sein"
138 greater_than_start_date: "muss größer als Anfangsdatum sein"
139 not_same_project: "gehört nicht zum selben Projekt"
139 not_same_project: "gehört nicht zum selben Projekt"
140 circular_dependency: "Diese Beziehung würde eine zyklische Abhängigkeit erzeugen"
140 circular_dependency: "Diese Beziehung würde eine zyklische Abhängigkeit erzeugen"
141 cant_link_an_issue_with_a_descendant: "Ein Ticket kann nicht mit einer ihrer Unteraufgaben verlinkt werden"
141 cant_link_an_issue_with_a_descendant: "Ein Ticket kann nicht mit einer ihrer Unteraufgaben verlinkt werden"
142
142
143 actionview_instancetag_blank_option: Bitte auswählen
143 actionview_instancetag_blank_option: Bitte auswählen
144
144
145 general_text_No: 'Nein'
145 general_text_No: 'Nein'
146 general_text_Yes: 'Ja'
146 general_text_Yes: 'Ja'
147 general_text_no: 'nein'
147 general_text_no: 'nein'
148 general_text_yes: 'ja'
148 general_text_yes: 'ja'
149 general_lang_name: 'Deutsch'
149 general_lang_name: 'Deutsch'
150 general_csv_separator: ';'
150 general_csv_separator: ';'
151 general_csv_decimal_separator: ','
151 general_csv_decimal_separator: ','
152 general_csv_encoding: ISO-8859-1
152 general_csv_encoding: ISO-8859-1
153 general_pdf_encoding: ISO-8859-1
153 general_pdf_encoding: ISO-8859-1
154 general_first_day_of_week: '1'
154 general_first_day_of_week: '1'
155
155
156 notice_account_updated: Konto wurde erfolgreich aktualisiert.
156 notice_account_updated: Konto wurde erfolgreich aktualisiert.
157 notice_account_invalid_creditentials: Benutzer oder Kennwort ist ungültig.
157 notice_account_invalid_creditentials: Benutzer oder Kennwort ist ungültig.
158 notice_account_password_updated: Kennwort wurde erfolgreich aktualisiert.
158 notice_account_password_updated: Kennwort wurde erfolgreich aktualisiert.
159 notice_account_wrong_password: Falsches Kennwort.
159 notice_account_wrong_password: Falsches Kennwort.
160 notice_account_register_done: Konto wurde erfolgreich angelegt.
160 notice_account_register_done: Konto wurde erfolgreich angelegt.
161 notice_account_unknown_email: Unbekannter Benutzer.
161 notice_account_unknown_email: Unbekannter Benutzer.
162 notice_can_t_change_password: Dieses Konto verwendet eine externe Authentifizierungs-Quelle. Unmöglich, das Kennwort zu ändern.
162 notice_can_t_change_password: Dieses Konto verwendet eine externe Authentifizierungs-Quelle. Unmöglich, das Kennwort zu ändern.
163 notice_account_lost_email_sent: Eine E-Mail mit Anweisungen, ein neues Kennwort zu wählen, wurde Ihnen geschickt.
163 notice_account_lost_email_sent: Eine E-Mail mit Anweisungen, ein neues Kennwort zu wählen, wurde Ihnen geschickt.
164 notice_account_activated: Ihr Konto ist aktiviert. Sie können sich jetzt anmelden.
164 notice_account_activated: Ihr Konto ist aktiviert. Sie können sich jetzt anmelden.
165 notice_successful_create: Erfolgreich angelegt
165 notice_successful_create: Erfolgreich angelegt
166 notice_successful_update: Erfolgreich aktualisiert.
166 notice_successful_update: Erfolgreich aktualisiert.
167 notice_successful_delete: Erfolgreich gelöscht.
167 notice_successful_delete: Erfolgreich gelöscht.
168 notice_successful_connection: Verbindung erfolgreich.
168 notice_successful_connection: Verbindung erfolgreich.
169 notice_file_not_found: Anhang existiert nicht oder ist gelöscht worden.
169 notice_file_not_found: Anhang existiert nicht oder ist gelöscht worden.
170 notice_locking_conflict: Datum wurde von einem anderen Benutzer geändert.
170 notice_locking_conflict: Datum wurde von einem anderen Benutzer geändert.
171 notice_not_authorized: Sie sind nicht berechtigt, auf diese Seite zuzugreifen.
171 notice_not_authorized: Sie sind nicht berechtigt, auf diese Seite zuzugreifen.
172 notice_email_sent: "Eine E-Mail wurde an {{value}} gesendet."
172 notice_email_sent: "Eine E-Mail wurde an {{value}} gesendet."
173 notice_email_error: "Beim Senden einer E-Mail ist ein Fehler aufgetreten ({{value}})."
173 notice_email_error: "Beim Senden einer E-Mail ist ein Fehler aufgetreten ({{value}})."
174 notice_feeds_access_key_reseted: Ihr Atom-Zugriffsschlüssel wurde zurückgesetzt.
174 notice_feeds_access_key_reseted: Ihr Atom-Zugriffsschlüssel wurde zurückgesetzt.
175 notice_api_access_key_reseted: Ihr API-Zugriffsschlüssel wurde zurückgesetzt.
175 notice_api_access_key_reseted: Ihr API-Zugriffsschlüssel wurde zurückgesetzt.
176 notice_failed_to_save_issues: "{{count}} von {{total}} ausgewählten Tickets konnte(n) nicht gespeichert werden: {{ids}}."
176 notice_failed_to_save_issues: "{{count}} von {{total}} ausgewählten Tickets konnte(n) nicht gespeichert werden: {{ids}}."
177 notice_failed_to_save_members: "Benutzer konnte nicht gespeichert werden: {{errors}}."
177 notice_failed_to_save_members: "Benutzer konnte nicht gespeichert werden: {{errors}}."
178 notice_no_issue_selected: "Kein Ticket ausgewählt! Bitte wählen Sie die Tickets, die Sie bearbeiten möchten."
178 notice_no_issue_selected: "Kein Ticket ausgewählt! Bitte wählen Sie die Tickets, die Sie bearbeiten möchten."
179 notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators."
179 notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators."
180 notice_default_data_loaded: Die Standard-Konfiguration wurde erfolgreich geladen.
180 notice_default_data_loaded: Die Standard-Konfiguration wurde erfolgreich geladen.
181 notice_unable_delete_version: Die Version konnte nicht gelöscht werden.
181 notice_unable_delete_version: Die Version konnte nicht gelöscht werden.
182 notice_unable_delete_time_entry: Der Zeiterfassungseintrag konnte nicht gelöscht werden.
182 notice_unable_delete_time_entry: Der Zeiterfassungseintrag konnte nicht gelöscht werden.
183 notice_issue_done_ratios_updated: Der Ticket-Fortschritt wurde aktualisiert.
183 notice_issue_done_ratios_updated: Der Ticket-Fortschritt wurde aktualisiert.
184
184
185 error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: {{value}}"
185 error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: {{value}}"
186 error_scm_not_found: Eintrag und/oder Revision existiert nicht im Projektarchiv.
186 error_scm_not_found: Eintrag und/oder Revision existiert nicht im Projektarchiv.
187 error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: {{value}}"
187 error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: {{value}}"
188 error_scm_annotate: "Der Eintrag existiert nicht oder kann nicht annotiert werden."
188 error_scm_annotate: "Der Eintrag existiert nicht oder kann nicht annotiert werden."
189 error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.'
189 error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.'
190 error_no_tracker_in_project: Diesem Projekt ist kein Tracker zugeordnet. Bitte überprüfen Sie die Projekteinstellungen.
190 error_no_tracker_in_project: Diesem Projekt ist kein Tracker zugeordnet. Bitte überprüfen Sie die Projekteinstellungen.
191 error_no_default_issue_status: Es ist kein Status als Standard definiert. Bitte überprüfen Sie Ihre Konfiguration (unter "Administration -> Ticket-Status").
191 error_no_default_issue_status: Es ist kein Status als Standard definiert. Bitte überprüfen Sie Ihre Konfiguration (unter "Administration -> Ticket-Status").
192 error_can_not_delete_custom_field: Kann das benutzerdefinierte Feld nicht löschen.
192 error_can_not_delete_custom_field: Kann das benutzerdefinierte Feld nicht löschen.
193 error_can_not_delete_tracker: Dieser Tracker enthält Tickets und kann nicht gelöscht werden.
193 error_can_not_delete_tracker: Dieser Tracker enthält Tickets und kann nicht gelöscht werden.
194 error_can_not_remove_role: Diese Rolle wird verwendet und kann nicht gelöscht werden.
194 error_can_not_remove_role: Diese Rolle wird verwendet und kann nicht gelöscht werden.
195 error_can_not_reopen_issue_on_closed_version: Das Ticket ist einer abgeschlossenen Version zugeordnet und kann daher nicht wieder geöffnet werden.
195 error_can_not_reopen_issue_on_closed_version: Das Ticket ist einer abgeschlossenen Version zugeordnet und kann daher nicht wieder geöffnet werden.
196 error_can_not_archive_project: Dieses Projekt kann nicht archiviert werden.
196 error_can_not_archive_project: Dieses Projekt kann nicht archiviert werden.
197 error_issue_done_ratios_not_updated: Der Ticket-Fortschritt wurde nicht aktualisiert.
197 error_issue_done_ratios_not_updated: Der Ticket-Fortschritt wurde nicht aktualisiert.
198 error_workflow_copy_source: Bitte wählen Sie einen Quell-Tracker und eine Quell-Rolle.
198 error_workflow_copy_source: Bitte wählen Sie einen Quell-Tracker und eine Quell-Rolle.
199 error_workflow_copy_target: Bitte wählen Sie die Ziel-Tracker und -Rollen.
199 error_workflow_copy_target: Bitte wählen Sie die Ziel-Tracker und -Rollen.
200 error_unable_delete_issue_status: "Der Ticket-Status konnte nicht gelöscht werden."
200 error_unable_delete_issue_status: "Der Ticket-Status konnte nicht gelöscht werden."
201 error_unable_to_connect: Fehler beim Verbinden ({{value}})
201 error_unable_to_connect: Fehler beim Verbinden ({{value}})
202 warning_attachments_not_saved: "{{count}} Datei(en) konnten nicht gespeichert werden."
202 warning_attachments_not_saved: "{{count}} Datei(en) konnten nicht gespeichert werden."
203
203
204 mail_subject_lost_password: "Ihr {{value}} Kennwort"
204 mail_subject_lost_password: "Ihr {{value}} Kennwort"
205 mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:'
205 mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:'
206 mail_subject_register: "{{value}} Kontoaktivierung"
206 mail_subject_register: "{{value}} Kontoaktivierung"
207 mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:'
207 mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:'
208 mail_body_account_information_external: "Sie können sich mit Ihrem Konto {{value}} an anmelden."
208 mail_body_account_information_external: "Sie können sich mit Ihrem Konto {{value}} an anmelden."
209 mail_body_account_information: Ihre Konto-Informationen
209 mail_body_account_information: Ihre Konto-Informationen
210 mail_subject_account_activation_request: "Antrag auf {{value}} Kontoaktivierung"
210 mail_subject_account_activation_request: "Antrag auf {{value}} Kontoaktivierung"
211 mail_body_account_activation_request: "Ein neuer Benutzer ({{value}}) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:"
211 mail_body_account_activation_request: "Ein neuer Benutzer ({{value}}) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:"
212 mail_subject_reminder: "{{count}} Tickets müssen in den nächsten {{days}} Tagen abgegeben werden"
212 mail_subject_reminder: "{{count}} Tickets müssen in den nächsten {{days}} Tagen abgegeben werden"
213 mail_body_reminder: "{{count}} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten {{days}} Tagen abgegeben werden:"
213 mail_body_reminder: "{{count}} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten {{days}} Tagen abgegeben werden:"
214 mail_subject_wiki_content_added: "Wiki-Seite '{{page}}' hinzugefügt"
214 mail_subject_wiki_content_added: "Wiki-Seite '{{page}}' hinzugefügt"
215 mail_body_wiki_content_added: "Die Wiki-Seite '{{page}}' wurde von {{author}} hinzugefügt."
215 mail_body_wiki_content_added: "Die Wiki-Seite '{{page}}' wurde von {{author}} hinzugefügt."
216 mail_subject_wiki_content_updated: "Wiki-Seite '{{page}}' erfolgreich aktualisiert"
216 mail_subject_wiki_content_updated: "Wiki-Seite '{{page}}' erfolgreich aktualisiert"
217 mail_body_wiki_content_updated: "Die Wiki-Seite '{{page}}' wurde von {{author}} aktualisiert."
217 mail_body_wiki_content_updated: "Die Wiki-Seite '{{page}}' wurde von {{author}} aktualisiert."
218
218
219 gui_validation_error: 1 Fehler
219 gui_validation_error: 1 Fehler
220 gui_validation_error_plural: "{{count}} Fehler"
220 gui_validation_error_plural: "{{count}} Fehler"
221
221
222 field_name: Name
222 field_name: Name
223 field_description: Beschreibung
223 field_description: Beschreibung
224 field_summary: Zusammenfassung
224 field_summary: Zusammenfassung
225 field_is_required: Erforderlich
225 field_is_required: Erforderlich
226 field_firstname: Vorname
226 field_firstname: Vorname
227 field_lastname: Nachname
227 field_lastname: Nachname
228 field_mail: E-Mail
228 field_mail: E-Mail
229 field_filename: Datei
229 field_filename: Datei
230 field_filesize: Größe
230 field_filesize: Größe
231 field_downloads: Downloads
231 field_downloads: Downloads
232 field_author: Autor
232 field_author: Autor
233 field_created_on: Angelegt
233 field_created_on: Angelegt
234 field_updated_on: Aktualisiert
234 field_updated_on: Aktualisiert
235 field_field_format: Format
235 field_field_format: Format
236 field_is_for_all: Für alle Projekte
236 field_is_for_all: Für alle Projekte
237 field_possible_values: Mögliche Werte
237 field_possible_values: Mögliche Werte
238 field_regexp: Regulärer Ausdruck
238 field_regexp: Regulärer Ausdruck
239 field_min_length: Minimale Länge
239 field_min_length: Minimale Länge
240 field_max_length: Maximale Länge
240 field_max_length: Maximale Länge
241 field_value: Wert
241 field_value: Wert
242 field_category: Kategorie
242 field_category: Kategorie
243 field_title: Titel
243 field_title: Titel
244 field_project: Projekt
244 field_project: Projekt
245 field_issue: Ticket
245 field_issue: Ticket
246 field_status: Status
246 field_status: Status
247 field_notes: Kommentare
247 field_notes: Kommentare
248 field_is_closed: Ticket geschlossen
248 field_is_closed: Ticket geschlossen
249 field_is_default: Standardeinstellung
249 field_is_default: Standardeinstellung
250 field_tracker: Tracker
250 field_tracker: Tracker
251 field_subject: Thema
251 field_subject: Thema
252 field_due_date: Abgabedatum
252 field_due_date: Abgabedatum
253 field_assigned_to: Zugewiesen an
253 field_assigned_to: Zugewiesen an
254 field_priority: Priorität
254 field_priority: Priorität
255 field_fixed_version: Zielversion
255 field_fixed_version: Zielversion
256 field_user: Benutzer
256 field_user: Benutzer
257 field_principal: Auftraggeber
257 field_principal: Auftraggeber
258 field_role: Rolle
258 field_role: Rolle
259 field_homepage: Projekt-Homepage
259 field_homepage: Projekt-Homepage
260 field_is_public: Öffentlich
260 field_is_public: Öffentlich
261 field_parent: Unterprojekt von
261 field_parent: Unterprojekt von
262 field_is_in_roadmap: In der Roadmap anzeigen
262 field_is_in_roadmap: In der Roadmap anzeigen
263 field_login: Mitgliedsname
263 field_login: Mitgliedsname
264 field_mail_notification: Mailbenachrichtigung
264 field_mail_notification: Mailbenachrichtigung
265 field_admin: Administrator
265 field_admin: Administrator
266 field_last_login_on: Letzte Anmeldung
266 field_last_login_on: Letzte Anmeldung
267 field_language: Sprache
267 field_language: Sprache
268 field_effective_date: Datum
268 field_effective_date: Datum
269 field_password: Kennwort
269 field_password: Kennwort
270 field_new_password: Neues Kennwort
270 field_new_password: Neues Kennwort
271 field_password_confirmation: Bestätigung
271 field_password_confirmation: Bestätigung
272 field_version: Version
272 field_version: Version
273 field_type: Typ
273 field_type: Typ
274 field_host: Host
274 field_host: Host
275 field_port: Port
275 field_port: Port
276 field_account: Konto
276 field_account: Konto
277 field_base_dn: Base DN
277 field_base_dn: Base DN
278 field_attr_login: Mitgliedsname-Attribut
278 field_attr_login: Mitgliedsname-Attribut
279 field_attr_firstname: Vorname-Attribut
279 field_attr_firstname: Vorname-Attribut
280 field_attr_lastname: Name-Attribut
280 field_attr_lastname: Name-Attribut
281 field_attr_mail: E-Mail-Attribut
281 field_attr_mail: E-Mail-Attribut
282 field_onthefly: On-the-fly-Benutzererstellung
282 field_onthefly: On-the-fly-Benutzererstellung
283 field_start_date: Beginn
283 field_start_date: Beginn
284 field_done_ratio: % erledigt
284 field_done_ratio: % erledigt
285 field_auth_source: Authentifizierungs-Modus
285 field_auth_source: Authentifizierungs-Modus
286 field_hide_mail: E-Mail-Adresse nicht anzeigen
286 field_hide_mail: E-Mail-Adresse nicht anzeigen
287 field_comments: Kommentar
287 field_comments: Kommentar
288 field_url: URL
288 field_url: URL
289 field_start_page: Hauptseite
289 field_start_page: Hauptseite
290 field_subproject: Unterprojekt von
290 field_subproject: Unterprojekt von
291 field_hours: Stunden
291 field_hours: Stunden
292 field_activity: Aktivität
292 field_activity: Aktivität
293 field_spent_on: Datum
293 field_spent_on: Datum
294 field_identifier: Kennung
294 field_identifier: Kennung
295 field_is_filter: Als Filter benutzen
295 field_is_filter: Als Filter benutzen
296 field_issue_to: Zugehöriges Ticket
296 field_issue_to: Zugehöriges Ticket
297 field_delay: Pufferzeit
297 field_delay: Pufferzeit
298 field_assignable: Tickets können dieser Rolle zugewiesen werden
298 field_assignable: Tickets können dieser Rolle zugewiesen werden
299 field_redirect_existing_links: Existierende Links umleiten
299 field_redirect_existing_links: Existierende Links umleiten
300 field_estimated_hours: Geschätzter Aufwand
300 field_estimated_hours: Geschätzter Aufwand
301 field_column_names: Spalten
301 field_column_names: Spalten
302 field_time_entries: Logzeit
302 field_time_entries: Logzeit
303 field_time_zone: Zeitzone
303 field_time_zone: Zeitzone
304 field_searchable: Durchsuchbar
304 field_searchable: Durchsuchbar
305 field_default_value: Standardwert
305 field_default_value: Standardwert
306 field_comments_sorting: Kommentare anzeigen
306 field_comments_sorting: Kommentare anzeigen
307 field_parent_title: Übergeordnete Seite
307 field_parent_title: Übergeordnete Seite
308 field_editable: Bearbeitbar
308 field_editable: Bearbeitbar
309 field_watcher: Beobachter
309 field_watcher: Beobachter
310 field_identity_url: OpenID-URL
310 field_identity_url: OpenID-URL
311 field_content: Inhalt
311 field_content: Inhalt
312 field_group_by: Gruppiere Ergebnisse nach
312 field_group_by: Gruppiere Ergebnisse nach
313 field_sharing: Gemeinsame Verwendung
313 field_sharing: Gemeinsame Verwendung
314 field_parent_issue: Übergeordnete Aufgabe
314 field_parent_issue: Übergeordnete Aufgabe
315
315
316 setting_app_title: Applikations-Titel
316 setting_app_title: Applikations-Titel
317 setting_app_subtitle: Applikations-Untertitel
317 setting_app_subtitle: Applikations-Untertitel
318 setting_welcome_text: Willkommenstext
318 setting_welcome_text: Willkommenstext
319 setting_default_language: Default-Sprache
319 setting_default_language: Default-Sprache
320 setting_login_required: Authentifizierung erforderlich
320 setting_login_required: Authentifizierung erforderlich
321 setting_self_registration: Anmeldung ermöglicht
321 setting_self_registration: Anmeldung ermöglicht
322 setting_attachment_max_size: Max. Dateigröße
322 setting_attachment_max_size: Max. Dateigröße
323 setting_issues_export_limit: Max. Anzahl Tickets bei CSV/PDF-Export
323 setting_issues_export_limit: Max. Anzahl Tickets bei CSV/PDF-Export
324 setting_mail_from: E-Mail-Absender
324 setting_mail_from: E-Mail-Absender
325 setting_bcc_recipients: E-Mails als Blindkopie (BCC) senden
325 setting_bcc_recipients: E-Mails als Blindkopie (BCC) senden
326 setting_plain_text_mail: Nur reinen Text (kein HTML) senden
326 setting_plain_text_mail: Nur reinen Text (kein HTML) senden
327 setting_host_name: Hostname
327 setting_host_name: Hostname
328 setting_text_formatting: Textformatierung
328 setting_text_formatting: Textformatierung
329 setting_wiki_compression: Wiki-Historie komprimieren
329 setting_wiki_compression: Wiki-Historie komprimieren
330 setting_feeds_limit: Max. Anzahl Einträge pro Atom-Feed
330 setting_feeds_limit: Max. Anzahl Einträge pro Atom-Feed
331 setting_default_projects_public: Neue Projekte sind standardmäßig öffentlich
331 setting_default_projects_public: Neue Projekte sind standardmäßig öffentlich
332 setting_autofetch_changesets: Changesets automatisch abrufen
332 setting_autofetch_changesets: Changesets automatisch abrufen
333 setting_sys_api_enabled: Webservice zur Verwaltung der Projektarchive benutzen
333 setting_sys_api_enabled: Webservice zur Verwaltung der Projektarchive benutzen
334 setting_commit_ref_keywords: Schlüsselwörter (Beziehungen)
334 setting_commit_ref_keywords: Schlüsselwörter (Beziehungen)
335 setting_commit_fix_keywords: Schlüsselwörter (Status)
335 setting_commit_fix_keywords: Schlüsselwörter (Status)
336 setting_autologin: Automatische Anmeldung
336 setting_autologin: Automatische Anmeldung
337 setting_date_format: Datumsformat
337 setting_date_format: Datumsformat
338 setting_time_format: Zeitformat
338 setting_time_format: Zeitformat
339 setting_cross_project_issue_relations: Ticket-Beziehungen zwischen Projekten erlauben
339 setting_cross_project_issue_relations: Ticket-Beziehungen zwischen Projekten erlauben
340 setting_issue_list_default_columns: Default-Spalten in der Ticket-Auflistung
340 setting_issue_list_default_columns: Default-Spalten in der Ticket-Auflistung
341 setting_repositories_encodings: Kodierungen der Projektarchive
341 setting_repositories_encodings: Kodierungen der Projektarchive
342 setting_commit_logs_encoding: Kodierung der Commit-Log-Meldungen
342 setting_commit_logs_encoding: Kodierung der Commit-Log-Meldungen
343 setting_emails_footer: E-Mail-Fußzeile
343 setting_emails_footer: E-Mail-Fußzeile
344 setting_protocol: Protokoll
344 setting_protocol: Protokoll
345 setting_per_page_options: Objekte pro Seite
345 setting_per_page_options: Objekte pro Seite
346 setting_user_format: Benutzer-Anzeigeformat
346 setting_user_format: Benutzer-Anzeigeformat
347 setting_activity_days_default: Anzahl Tage pro Seite der Projekt-Aktivität
347 setting_activity_days_default: Anzahl Tage pro Seite der Projekt-Aktivität
348 setting_display_subprojects_issues: Tickets von Unterprojekten im Hauptprojekt anzeigen
348 setting_display_subprojects_issues: Tickets von Unterprojekten im Hauptprojekt anzeigen
349 setting_enabled_scm: Aktivierte Versionskontrollsysteme
349 setting_enabled_scm: Aktivierte Versionskontrollsysteme
350 setting_mail_handler_body_delimiters: "Schneide E-Mails nach einer dieser Zeilen ab"
350 setting_mail_handler_body_delimiters: "Schneide E-Mails nach einer dieser Zeilen ab"
351 setting_mail_handler_api_enabled: Abruf eingehender E-Mails aktivieren
351 setting_mail_handler_api_enabled: Abruf eingehender E-Mails aktivieren
352 setting_mail_handler_api_key: API-Schlüssel
352 setting_mail_handler_api_key: API-Schlüssel
353 setting_sequential_project_identifiers: Fortlaufende Projektkennungen generieren
353 setting_sequential_project_identifiers: Fortlaufende Projektkennungen generieren
354 setting_gravatar_enabled: Gravatar-Benutzerbilder benutzen
354 setting_gravatar_enabled: Gravatar-Benutzerbilder benutzen
355 setting_gravatar_default: Standard-Gravatar-Bild
355 setting_gravatar_default: Standard-Gravatar-Bild
356 setting_diff_max_lines_displayed: Maximale Anzahl anzuzeigender Diff-Zeilen
356 setting_diff_max_lines_displayed: Maximale Anzahl anzuzeigender Diff-Zeilen
357 setting_file_max_size_displayed: Maximale Größe inline angezeigter Textdateien
357 setting_file_max_size_displayed: Maximale Größe inline angezeigter Textdateien
358 setting_repository_log_display_limit: Maximale Anzahl anzuzeigender Revisionen in der Historie einer Datei
358 setting_repository_log_display_limit: Maximale Anzahl anzuzeigender Revisionen in der Historie einer Datei
359 setting_openid: Erlaube OpenID-Anmeldung und -Registrierung
359 setting_openid: Erlaube OpenID-Anmeldung und -Registrierung
360 setting_password_min_length: Mindestlänge des Kennworts
360 setting_password_min_length: Mindestlänge des Kennworts
361 setting_new_project_user_role_id: Rolle, die einem Nicht-Administrator zugeordnet wird, der ein Projekt erstellt
361 setting_new_project_user_role_id: Rolle, die einem Nicht-Administrator zugeordnet wird, der ein Projekt erstellt
362 setting_default_projects_modules: Standardmäßig aktivierte Module für neue Projekte
362 setting_default_projects_modules: Standardmäßig aktivierte Module für neue Projekte
363 setting_issue_done_ratio: Berechne den Ticket-Fortschritt mittels
363 setting_issue_done_ratio: Berechne den Ticket-Fortschritt mittels
364 setting_issue_done_ratio_issue_field: Ticket-Feld %-erledigt
364 setting_issue_done_ratio_issue_field: Ticket-Feld %-erledigt
365 setting_issue_done_ratio_issue_status: Ticket-Status
365 setting_issue_done_ratio_issue_status: Ticket-Status
366 setting_start_of_week: Wochenanfang
366 setting_start_of_week: Wochenanfang
367 setting_rest_api_enabled: REST-Schnittstelle aktivieren
367 setting_rest_api_enabled: REST-Schnittstelle aktivieren
368 setting_cache_formatted_text: Formatierten Text im Cache speichern
368 setting_cache_formatted_text: Formatierten Text im Cache speichern
369
369
370 permission_add_project: Projekt erstellen
370 permission_add_project: Projekt erstellen
371 permission_add_subprojects: Unterprojekte erstellen
371 permission_add_subprojects: Unterprojekte erstellen
372 permission_edit_project: Projekt bearbeiten
372 permission_edit_project: Projekt bearbeiten
373 permission_select_project_modules: Projektmodule auswählen
373 permission_select_project_modules: Projektmodule auswählen
374 permission_manage_members: Mitglieder verwalten
374 permission_manage_members: Mitglieder verwalten
375 permission_manage_project_activities: Aktivitäten (Zeiterfassung) verwalten
375 permission_manage_project_activities: Aktivitäten (Zeiterfassung) verwalten
376 permission_manage_versions: Versionen verwalten
376 permission_manage_versions: Versionen verwalten
377 permission_manage_categories: Ticket-Kategorien verwalten
377 permission_manage_categories: Ticket-Kategorien verwalten
378 permission_view_issues: Tickets anzeigen
378 permission_view_issues: Tickets anzeigen
379 permission_add_issues: Tickets hinzufügen
379 permission_add_issues: Tickets hinzufügen
380 permission_edit_issues: Tickets bearbeiten
380 permission_edit_issues: Tickets bearbeiten
381 permission_manage_issue_relations: Ticket-Beziehungen verwalten
381 permission_manage_issue_relations: Ticket-Beziehungen verwalten
382 permission_add_issue_notes: Kommentare hinzufügen
382 permission_add_issue_notes: Kommentare hinzufügen
383 permission_edit_issue_notes: Kommentare bearbeiten
383 permission_edit_issue_notes: Kommentare bearbeiten
384 permission_edit_own_issue_notes: Eigene Kommentare bearbeiten
384 permission_edit_own_issue_notes: Eigene Kommentare bearbeiten
385 permission_move_issues: Tickets verschieben
385 permission_move_issues: Tickets verschieben
386 permission_delete_issues: Tickets löschen
386 permission_delete_issues: Tickets löschen
387 permission_manage_public_queries: Öffentliche Filter verwalten
387 permission_manage_public_queries: Öffentliche Filter verwalten
388 permission_save_queries: Filter speichern
388 permission_save_queries: Filter speichern
389 permission_view_gantt: Gantt-Diagramm ansehen
389 permission_view_gantt: Gantt-Diagramm ansehen
390 permission_view_calendar: Kalender ansehen
390 permission_view_calendar: Kalender ansehen
391 permission_view_issue_watchers: Liste der Beobachter ansehen
391 permission_view_issue_watchers: Liste der Beobachter ansehen
392 permission_add_issue_watchers: Beobachter hinzufügen
392 permission_add_issue_watchers: Beobachter hinzufügen
393 permission_delete_issue_watchers: Beobachter löschen
393 permission_delete_issue_watchers: Beobachter löschen
394 permission_log_time: Aufwände buchen
394 permission_log_time: Aufwände buchen
395 permission_view_time_entries: Gebuchte Aufwände ansehen
395 permission_view_time_entries: Gebuchte Aufwände ansehen
396 permission_edit_time_entries: Gebuchte Aufwände bearbeiten
396 permission_edit_time_entries: Gebuchte Aufwände bearbeiten
397 permission_edit_own_time_entries: Selbst gebuchte Aufwände bearbeiten
397 permission_edit_own_time_entries: Selbst gebuchte Aufwände bearbeiten
398 permission_manage_news: News verwalten
398 permission_manage_news: News verwalten
399 permission_comment_news: News kommentieren
399 permission_comment_news: News kommentieren
400 permission_manage_documents: Dokumente verwalten
400 permission_manage_documents: Dokumente verwalten
401 permission_view_documents: Dokumente ansehen
401 permission_view_documents: Dokumente ansehen
402 permission_manage_files: Dateien verwalten
402 permission_manage_files: Dateien verwalten
403 permission_view_files: Dateien ansehen
403 permission_view_files: Dateien ansehen
404 permission_manage_wiki: Wiki verwalten
404 permission_manage_wiki: Wiki verwalten
405 permission_rename_wiki_pages: Wiki-Seiten umbenennen
405 permission_rename_wiki_pages: Wiki-Seiten umbenennen
406 permission_delete_wiki_pages: Wiki-Seiten löschen
406 permission_delete_wiki_pages: Wiki-Seiten löschen
407 permission_view_wiki_pages: Wiki ansehen
407 permission_view_wiki_pages: Wiki ansehen
408 permission_view_wiki_edits: Wiki-Versionsgeschichte ansehen
408 permission_view_wiki_edits: Wiki-Versionsgeschichte ansehen
409 permission_edit_wiki_pages: Wiki-Seiten bearbeiten
409 permission_edit_wiki_pages: Wiki-Seiten bearbeiten
410 permission_delete_wiki_pages_attachments: Anhänge löschen
410 permission_delete_wiki_pages_attachments: Anhänge löschen
411 permission_protect_wiki_pages: Wiki-Seiten schützen
411 permission_protect_wiki_pages: Wiki-Seiten schützen
412 permission_manage_repository: Projektarchiv verwalten
412 permission_manage_repository: Projektarchiv verwalten
413 permission_browse_repository: Projektarchiv ansehen
413 permission_browse_repository: Projektarchiv ansehen
414 permission_view_changesets: Changesets ansehen
414 permission_view_changesets: Changesets ansehen
415 permission_commit_access: Commit-Zugriff (über WebDAV)
415 permission_commit_access: Commit-Zugriff (über WebDAV)
416 permission_manage_boards: Foren verwalten
416 permission_manage_boards: Foren verwalten
417 permission_view_messages: Forenbeiträge ansehen
417 permission_view_messages: Forenbeiträge ansehen
418 permission_add_messages: Forenbeiträge hinzufügen
418 permission_add_messages: Forenbeiträge hinzufügen
419 permission_edit_messages: Forenbeiträge bearbeiten
419 permission_edit_messages: Forenbeiträge bearbeiten
420 permission_edit_own_messages: Eigene Forenbeiträge bearbeiten
420 permission_edit_own_messages: Eigene Forenbeiträge bearbeiten
421 permission_delete_messages: Forenbeiträge löschen
421 permission_delete_messages: Forenbeiträge löschen
422 permission_delete_own_messages: Eigene Forenbeiträge löschen
422 permission_delete_own_messages: Eigene Forenbeiträge löschen
423 permission_export_wiki_pages: Wiki-Seiten exportieren
423 permission_export_wiki_pages: Wiki-Seiten exportieren
424 permission_manage_subtasks: Unteraufgaben verwalten
424 permission_manage_subtasks: Unteraufgaben verwalten
425
425
426 project_module_issue_tracking: Ticket-Verfolgung
426 project_module_issue_tracking: Ticket-Verfolgung
427 project_module_time_tracking: Zeiterfassung
427 project_module_time_tracking: Zeiterfassung
428 project_module_news: News
428 project_module_news: News
429 project_module_documents: Dokumente
429 project_module_documents: Dokumente
430 project_module_files: Dateien
430 project_module_files: Dateien
431 project_module_wiki: Wiki
431 project_module_wiki: Wiki
432 project_module_repository: Projektarchiv
432 project_module_repository: Projektarchiv
433 project_module_boards: Foren
433 project_module_boards: Foren
434 project_module_calendar: Kalender
434 project_module_calendar: Kalender
435 project_module_gantt: Gantt
435 project_module_gantt: Gantt
436
436
437 label_user: Benutzer
437 label_user: Benutzer
438 label_user_plural: Benutzer
438 label_user_plural: Benutzer
439 label_user_new: Neuer Benutzer
439 label_user_new: Neuer Benutzer
440 label_user_anonymous: Anonym
440 label_user_anonymous: Anonym
441 label_project: Projekt
441 label_project: Projekt
442 label_project_new: Neues Projekt
442 label_project_new: Neues Projekt
443 label_project_plural: Projekte
443 label_project_plural: Projekte
444 label_x_projects:
444 label_x_projects:
445 zero: keine Projekte
445 zero: keine Projekte
446 one: 1 Projekt
446 one: 1 Projekt
447 other: "{{count}} Projekte"
447 other: "{{count}} Projekte"
448 label_project_all: Alle Projekte
448 label_project_all: Alle Projekte
449 label_project_latest: Neueste Projekte
449 label_project_latest: Neueste Projekte
450 label_issue: Ticket
450 label_issue: Ticket
451 label_issue_new: Neues Ticket
451 label_issue_new: Neues Ticket
452 label_issue_plural: Tickets
452 label_issue_plural: Tickets
453 label_issue_view_all: Alle Tickets anzeigen
453 label_issue_view_all: Alle Tickets anzeigen
454 label_issues_by: "Tickets von {{value}}"
454 label_issues_by: "Tickets von {{value}}"
455 label_issue_added: Ticket hinzugefügt
455 label_issue_added: Ticket hinzugefügt
456 label_issue_updated: Ticket aktualisiert
456 label_issue_updated: Ticket aktualisiert
457 label_document: Dokument
457 label_document: Dokument
458 label_document_new: Neues Dokument
458 label_document_new: Neues Dokument
459 label_document_plural: Dokumente
459 label_document_plural: Dokumente
460 label_document_added: Dokument hinzugefügt
460 label_document_added: Dokument hinzugefügt
461 label_role: Rolle
461 label_role: Rolle
462 label_role_plural: Rollen
462 label_role_plural: Rollen
463 label_role_new: Neue Rolle
463 label_role_new: Neue Rolle
464 label_role_and_permissions: Rollen und Rechte
464 label_role_and_permissions: Rollen und Rechte
465 label_member: Mitglied
465 label_member: Mitglied
466 label_member_new: Neues Mitglied
466 label_member_new: Neues Mitglied
467 label_member_plural: Mitglieder
467 label_member_plural: Mitglieder
468 label_tracker: Tracker
468 label_tracker: Tracker
469 label_tracker_plural: Tracker
469 label_tracker_plural: Tracker
470 label_tracker_new: Neuer Tracker
470 label_tracker_new: Neuer Tracker
471 label_workflow: Workflow
471 label_workflow: Workflow
472 label_issue_status: Ticket-Status
472 label_issue_status: Ticket-Status
473 label_issue_status_plural: Ticket-Status
473 label_issue_status_plural: Ticket-Status
474 label_issue_status_new: Neuer Status
474 label_issue_status_new: Neuer Status
475 label_issue_category: Ticket-Kategorie
475 label_issue_category: Ticket-Kategorie
476 label_issue_category_plural: Ticket-Kategorien
476 label_issue_category_plural: Ticket-Kategorien
477 label_issue_category_new: Neue Kategorie
477 label_issue_category_new: Neue Kategorie
478 label_custom_field: Benutzerdefiniertes Feld
478 label_custom_field: Benutzerdefiniertes Feld
479 label_custom_field_plural: Benutzerdefinierte Felder
479 label_custom_field_plural: Benutzerdefinierte Felder
480 label_custom_field_new: Neues Feld
480 label_custom_field_new: Neues Feld
481 label_enumerations: Aufzählungen
481 label_enumerations: Aufzählungen
482 label_enumeration_new: Neuer Wert
482 label_enumeration_new: Neuer Wert
483 label_information: Information
483 label_information: Information
484 label_information_plural: Informationen
484 label_information_plural: Informationen
485 label_please_login: Anmelden
485 label_please_login: Anmelden
486 label_register: Registrieren
486 label_register: Registrieren
487 label_login_with_open_id_option: oder mit OpenID anmelden
487 label_login_with_open_id_option: oder mit OpenID anmelden
488 label_password_lost: Kennwort vergessen
488 label_password_lost: Kennwort vergessen
489 label_home: Hauptseite
489 label_home: Hauptseite
490 label_my_page: Meine Seite
490 label_my_page: Meine Seite
491 label_my_account: Mein Konto
491 label_my_account: Mein Konto
492 label_my_projects: Meine Projekte
492 label_my_projects: Meine Projekte
493 label_my_page_block: Bereich "Meine Seite"
493 label_my_page_block: Bereich "Meine Seite"
494 label_administration: Administration
494 label_administration: Administration
495 label_login: Anmelden
495 label_login: Anmelden
496 label_logout: Abmelden
496 label_logout: Abmelden
497 label_help: Hilfe
497 label_help: Hilfe
498 label_reported_issues: Gemeldete Tickets
498 label_reported_issues: Gemeldete Tickets
499 label_assigned_to_me_issues: Mir zugewiesen
499 label_assigned_to_me_issues: Mir zugewiesen
500 label_last_login: Letzte Anmeldung
500 label_last_login: Letzte Anmeldung
501 label_registered_on: Angemeldet am
501 label_registered_on: Angemeldet am
502 label_activity: Aktivität
502 label_activity: Aktivität
503 label_overall_activity: Aktivität aller Projekte anzeigen
503 label_overall_activity: Aktivität aller Projekte anzeigen
504 label_user_activity: "Aktivität von {{value}}"
504 label_user_activity: "Aktivität von {{value}}"
505 label_new: Neu
505 label_new: Neu
506 label_logged_as: Angemeldet als
506 label_logged_as: Angemeldet als
507 label_environment: Umgebung
507 label_environment: Umgebung
508 label_authentication: Authentifizierung
508 label_authentication: Authentifizierung
509 label_auth_source: Authentifizierungs-Modus
509 label_auth_source: Authentifizierungs-Modus
510 label_auth_source_new: Neuer Authentifizierungs-Modus
510 label_auth_source_new: Neuer Authentifizierungs-Modus
511 label_auth_source_plural: Authentifizierungs-Arten
511 label_auth_source_plural: Authentifizierungs-Arten
512 label_subproject_plural: Unterprojekte
512 label_subproject_plural: Unterprojekte
513 label_subproject_new: Neues Unterprojekt
513 label_subproject_new: Neues Unterprojekt
514 label_and_its_subprojects: "{{value}} und dessen Unterprojekte"
514 label_and_its_subprojects: "{{value}} und dessen Unterprojekte"
515 label_min_max_length: Länge (Min. - Max.)
515 label_min_max_length: Länge (Min. - Max.)
516 label_list: Liste
516 label_list: Liste
517 label_date: Datum
517 label_date: Datum
518 label_integer: Zahl
518 label_integer: Zahl
519 label_float: Fließkommazahl
519 label_float: Fließkommazahl
520 label_boolean: Boolean
520 label_boolean: Boolean
521 label_string: Text
521 label_string: Text
522 label_text: Langer Text
522 label_text: Langer Text
523 label_attribute: Attribut
523 label_attribute: Attribut
524 label_attribute_plural: Attribute
524 label_attribute_plural: Attribute
525 label_download: "{{count}} Download"
525 label_download: "{{count}} Download"
526 label_download_plural: "{{count}} Downloads"
526 label_download_plural: "{{count}} Downloads"
527 label_no_data: Nichts anzuzeigen
527 label_no_data: Nichts anzuzeigen
528 label_change_status: Statuswechsel
528 label_change_status: Statuswechsel
529 label_history: Historie
529 label_history: Historie
530 label_attachment: Datei
530 label_attachment: Datei
531 label_attachment_new: Neue Datei
531 label_attachment_new: Neue Datei
532 label_attachment_delete: Anhang löschen
532 label_attachment_delete: Anhang löschen
533 label_attachment_plural: Dateien
533 label_attachment_plural: Dateien
534 label_file_added: Datei hinzugefügt
534 label_file_added: Datei hinzugefügt
535 label_report: Bericht
535 label_report: Bericht
536 label_report_plural: Berichte
536 label_report_plural: Berichte
537 label_news: News
537 label_news: News
538 label_news_new: News hinzufügen
538 label_news_new: News hinzufügen
539 label_news_plural: News
539 label_news_plural: News
540 label_news_latest: Letzte News
540 label_news_latest: Letzte News
541 label_news_view_all: Alle News anzeigen
541 label_news_view_all: Alle News anzeigen
542 label_news_added: News hinzugefügt
542 label_news_added: News hinzugefügt
543 label_settings: Konfiguration
543 label_settings: Konfiguration
544 label_overview: Übersicht
544 label_overview: Übersicht
545 label_version: Version
545 label_version: Version
546 label_version_new: Neue Version
546 label_version_new: Neue Version
547 label_version_plural: Versionen
547 label_version_plural: Versionen
548 label_close_versions: Vollständige Versionen schließen
548 label_close_versions: Vollständige Versionen schließen
549 label_confirmation: Bestätigung
549 label_confirmation: Bestätigung
550 label_export_to: "Auch abrufbar als:"
550 label_export_to: "Auch abrufbar als:"
551 label_read: Lesen...
551 label_read: Lesen...
552 label_public_projects: Öffentliche Projekte
552 label_public_projects: Öffentliche Projekte
553 label_open_issues: offen
553 label_open_issues: offen
554 label_open_issues_plural: offen
554 label_open_issues_plural: offen
555 label_closed_issues: geschlossen
555 label_closed_issues: geschlossen
556 label_closed_issues_plural: geschlossen
556 label_closed_issues_plural: geschlossen
557 label_x_open_issues_abbr_on_total:
557 label_x_open_issues_abbr_on_total:
558 zero: 0 offen / {{total}}
558 zero: 0 offen / {{total}}
559 one: 1 offen / {{total}}
559 one: 1 offen / {{total}}
560 other: "{{count}} offen / {{total}}"
560 other: "{{count}} offen / {{total}}"
561 label_x_open_issues_abbr:
561 label_x_open_issues_abbr:
562 zero: 0 offen
562 zero: 0 offen
563 one: 1 offen
563 one: 1 offen
564 other: "{{count}} offen"
564 other: "{{count}} offen"
565 label_x_closed_issues_abbr:
565 label_x_closed_issues_abbr:
566 zero: 0 geschlossen
566 zero: 0 geschlossen
567 one: 1 geschlossen
567 one: 1 geschlossen
568 other: "{{count}} geschlossen"
568 other: "{{count}} geschlossen"
569 label_total: Gesamtzahl
569 label_total: Gesamtzahl
570 label_permissions: Berechtigungen
570 label_permissions: Berechtigungen
571 label_current_status: Gegenwärtiger Status
571 label_current_status: Gegenwärtiger Status
572 label_new_statuses_allowed: Neue Berechtigungen
572 label_new_statuses_allowed: Neue Berechtigungen
573 label_all: alle
573 label_all: alle
574 label_none: kein
574 label_none: kein
575 label_nobody: Niemand
575 label_nobody: Niemand
576 label_next: Weiter
576 label_next: Weiter
577 label_previous: Zurück
577 label_previous: Zurück
578 label_used_by: Benutzt von
578 label_used_by: Benutzt von
579 label_details: Details
579 label_details: Details
580 label_add_note: Kommentar hinzufügen
580 label_add_note: Kommentar hinzufügen
581 label_per_page: Pro Seite
581 label_per_page: Pro Seite
582 label_calendar: Kalender
582 label_calendar: Kalender
583 label_months_from: Monate ab
583 label_months_from: Monate ab
584 label_gantt: Gantt-Diagramm
584 label_gantt: Gantt-Diagramm
585 label_internal: Intern
585 label_internal: Intern
586 label_last_changes: "{{count}} letzte Änderungen"
586 label_last_changes: "{{count}} letzte Änderungen"
587 label_change_view_all: Alle Änderungen anzeigen
587 label_change_view_all: Alle Änderungen anzeigen
588 label_personalize_page: Diese Seite anpassen
588 label_personalize_page: Diese Seite anpassen
589 label_comment: Kommentar
589 label_comment: Kommentar
590 label_comment_plural: Kommentare
590 label_comment_plural: Kommentare
591 label_x_comments:
591 label_x_comments:
592 zero: keine Kommentare
592 zero: keine Kommentare
593 one: 1 Kommentar
593 one: 1 Kommentar
594 other: "{{count}} Kommentare"
594 other: "{{count}} Kommentare"
595 label_comment_add: Kommentar hinzufügen
595 label_comment_add: Kommentar hinzufügen
596 label_comment_added: Kommentar hinzugefügt
596 label_comment_added: Kommentar hinzugefügt
597 label_comment_delete: Kommentar löschen
597 label_comment_delete: Kommentar löschen
598 label_query: Benutzerdefinierte Abfrage
598 label_query: Benutzerdefinierte Abfrage
599 label_query_plural: Benutzerdefinierte Berichte
599 label_query_plural: Benutzerdefinierte Berichte
600 label_query_new: Neuer Bericht
600 label_query_new: Neuer Bericht
601 label_filter_add: Filter hinzufügen
601 label_filter_add: Filter hinzufügen
602 label_filter_plural: Filter
602 label_filter_plural: Filter
603 label_equals: ist
603 label_equals: ist
604 label_not_equals: ist nicht
604 label_not_equals: ist nicht
605 label_in_less_than: in weniger als
605 label_in_less_than: in weniger als
606 label_in_more_than: in mehr als
606 label_in_more_than: in mehr als
607 label_greater_or_equal: ">="
607 label_greater_or_equal: ">="
608 label_less_or_equal: "<="
608 label_less_or_equal: "<="
609 label_in: an
609 label_in: an
610 label_today: heute
610 label_today: heute
611 label_all_time: gesamter Zeitraum
611 label_all_time: gesamter Zeitraum
612 label_yesterday: gestern
612 label_yesterday: gestern
613 label_this_week: aktuelle Woche
613 label_this_week: aktuelle Woche
614 label_last_week: vorige Woche
614 label_last_week: vorige Woche
615 label_last_n_days: "die letzten {{count}} Tage"
615 label_last_n_days: "die letzten {{count}} Tage"
616 label_this_month: aktueller Monat
616 label_this_month: aktueller Monat
617 label_last_month: voriger Monat
617 label_last_month: voriger Monat
618 label_this_year: aktuelles Jahr
618 label_this_year: aktuelles Jahr
619 label_date_range: Zeitraum
619 label_date_range: Zeitraum
620 label_less_than_ago: vor weniger als
620 label_less_than_ago: vor weniger als
621 label_more_than_ago: vor mehr als
621 label_more_than_ago: vor mehr als
622 label_ago: vor
622 label_ago: vor
623 label_contains: enthält
623 label_contains: enthält
624 label_not_contains: enthält nicht
624 label_not_contains: enthält nicht
625 label_day_plural: Tage
625 label_day_plural: Tage
626 label_repository: Projektarchiv
626 label_repository: Projektarchiv
627 label_repository_plural: Projektarchive
627 label_repository_plural: Projektarchive
628 label_browse: Codebrowser
628 label_browse: Codebrowser
629 label_modification: "{{count}} Änderung"
629 label_modification: "{{count}} Änderung"
630 label_modification_plural: "{{count}} Änderungen"
630 label_modification_plural: "{{count}} Änderungen"
631 label_branch: Zweig
631 label_branch: Zweig
632 label_tag: Markierung
632 label_tag: Markierung
633 label_revision: Revision
633 label_revision: Revision
634 label_revision_plural: Revisionen
634 label_revision_plural: Revisionen
635 label_revision_id: Revision {{value}}
635 label_revision_id: Revision {{value}}
636 label_associated_revisions: Zugehörige Revisionen
636 label_associated_revisions: Zugehörige Revisionen
637 label_added: hinzugefügt
637 label_added: hinzugefügt
638 label_modified: geändert
638 label_modified: geändert
639 label_copied: kopiert
639 label_copied: kopiert
640 label_renamed: umbenannt
640 label_renamed: umbenannt
641 label_deleted: gelöscht
641 label_deleted: gelöscht
642 label_latest_revision: Aktuellste Revision
642 label_latest_revision: Aktuellste Revision
643 label_latest_revision_plural: Aktuellste Revisionen
643 label_latest_revision_plural: Aktuellste Revisionen
644 label_view_revisions: Revisionen anzeigen
644 label_view_revisions: Revisionen anzeigen
645 label_view_all_revisions: Alle Revisionen anzeigen
645 label_view_all_revisions: Alle Revisionen anzeigen
646 label_max_size: Maximale Größe
646 label_max_size: Maximale Größe
647 label_sort_highest: An den Anfang
647 label_sort_highest: An den Anfang
648 label_sort_higher: Eins höher
648 label_sort_higher: Eins höher
649 label_sort_lower: Eins tiefer
649 label_sort_lower: Eins tiefer
650 label_sort_lowest: Ans Ende
650 label_sort_lowest: Ans Ende
651 label_roadmap: Roadmap
651 label_roadmap: Roadmap
652 label_roadmap_due_in: "Fällig in {{value}}"
652 label_roadmap_due_in: "Fällig in {{value}}"
653 label_roadmap_overdue: "{{value}} verspätet"
653 label_roadmap_overdue: "{{value}} verspätet"
654 label_roadmap_no_issues: Keine Tickets für diese Version
654 label_roadmap_no_issues: Keine Tickets für diese Version
655 label_search: Suche
655 label_search: Suche
656 label_result_plural: Resultate
656 label_result_plural: Resultate
657 label_all_words: Alle Wörter
657 label_all_words: Alle Wörter
658 label_wiki: Wiki
658 label_wiki: Wiki
659 label_wiki_edit: Wiki-Bearbeitung
659 label_wiki_edit: Wiki-Bearbeitung
660 label_wiki_edit_plural: Wiki-Bearbeitungen
660 label_wiki_edit_plural: Wiki-Bearbeitungen
661 label_wiki_page: Wiki-Seite
661 label_wiki_page: Wiki-Seite
662 label_wiki_page_plural: Wiki-Seiten
662 label_wiki_page_plural: Wiki-Seiten
663 label_index_by_title: Seiten nach Titel sortiert
663 label_index_by_title: Seiten nach Titel sortiert
664 label_index_by_date: Seiten nach Datum sortiert
664 label_index_by_date: Seiten nach Datum sortiert
665 label_current_version: Gegenwärtige Version
665 label_current_version: Gegenwärtige Version
666 label_preview: Vorschau
666 label_preview: Vorschau
667 label_feed_plural: Feeds
667 label_feed_plural: Feeds
668 label_changes_details: Details aller Änderungen
668 label_changes_details: Details aller Änderungen
669 label_issue_tracking: Tickets
669 label_issue_tracking: Tickets
670 label_spent_time: Aufgewendete Zeit
670 label_spent_time: Aufgewendete Zeit
671 label_overall_spent_time: Aufgewendete Zeit aller Projekte anzeigen
671 label_overall_spent_time: Aufgewendete Zeit aller Projekte anzeigen
672 label_f_hour: "{{value}} Stunde"
672 label_f_hour: "{{value}} Stunde"
673 label_f_hour_plural: "{{value}} Stunden"
673 label_f_hour_plural: "{{value}} Stunden"
674 label_time_tracking: Zeiterfassung
674 label_time_tracking: Zeiterfassung
675 label_change_plural: Änderungen
675 label_change_plural: Änderungen
676 label_statistics: Statistiken
676 label_statistics: Statistiken
677 label_commits_per_month: Übertragungen pro Monat
677 label_commits_per_month: Übertragungen pro Monat
678 label_commits_per_author: Übertragungen pro Autor
678 label_commits_per_author: Übertragungen pro Autor
679 label_view_diff: Unterschiede anzeigen
679 label_view_diff: Unterschiede anzeigen
680 label_diff_inline: einspaltig
680 label_diff_inline: einspaltig
681 label_diff_side_by_side: nebeneinander
681 label_diff_side_by_side: nebeneinander
682 label_options: Optionen
682 label_options: Optionen
683 label_copy_workflow_from: Workflow kopieren von
683 label_copy_workflow_from: Workflow kopieren von
684 label_permissions_report: Berechtigungsübersicht
684 label_permissions_report: Berechtigungsübersicht
685 label_watched_issues: Beobachtete Tickets
685 label_watched_issues: Beobachtete Tickets
686 label_related_issues: Zugehörige Tickets
686 label_related_issues: Zugehörige Tickets
687 label_applied_status: Zugewiesener Status
687 label_applied_status: Zugewiesener Status
688 label_loading: Lade...
688 label_loading: Lade...
689 label_relation_new: Neue Beziehung
689 label_relation_new: Neue Beziehung
690 label_relation_delete: Beziehung löschen
690 label_relation_delete: Beziehung löschen
691 label_relates_to: Beziehung mit
691 label_relates_to: Beziehung mit
692 label_duplicates: Duplikat von
692 label_duplicates: Duplikat von
693 label_duplicated_by: Dupliziert durch
693 label_duplicated_by: Dupliziert durch
694 label_blocks: Blockiert
694 label_blocks: Blockiert
695 label_blocked_by: Blockiert durch
695 label_blocked_by: Blockiert durch
696 label_precedes: Vorgänger von
696 label_precedes: Vorgänger von
697 label_follows: folgt
697 label_follows: folgt
698 label_end_to_start: Ende - Anfang
698 label_end_to_start: Ende - Anfang
699 label_end_to_end: Ende - Ende
699 label_end_to_end: Ende - Ende
700 label_start_to_start: Anfang - Anfang
700 label_start_to_start: Anfang - Anfang
701 label_start_to_end: Anfang - Ende
701 label_start_to_end: Anfang - Ende
702 label_stay_logged_in: Angemeldet bleiben
702 label_stay_logged_in: Angemeldet bleiben
703 label_disabled: gesperrt
703 label_disabled: gesperrt
704 label_show_completed_versions: Abgeschlossene Versionen anzeigen
704 label_show_completed_versions: Abgeschlossene Versionen anzeigen
705 label_me: ich
705 label_me: ich
706 label_board: Forum
706 label_board: Forum
707 label_board_new: Neues Forum
707 label_board_new: Neues Forum
708 label_board_plural: Foren
708 label_board_plural: Foren
709 label_board_locked: Gesperrt
709 label_board_locked: Gesperrt
710 label_board_sticky: Wichtig (immer oben)
710 label_board_sticky: Wichtig (immer oben)
711 label_topic_plural: Themen
711 label_topic_plural: Themen
712 label_message_plural: Forenbeiträge
712 label_message_plural: Forenbeiträge
713 label_message_last: Letzter Forenbeitrag
713 label_message_last: Letzter Forenbeitrag
714 label_message_new: Neues Thema
714 label_message_new: Neues Thema
715 label_message_posted: Forenbeitrag hinzugefügt
715 label_message_posted: Forenbeitrag hinzugefügt
716 label_reply_plural: Antworten
716 label_reply_plural: Antworten
717 label_send_information: Sende Kontoinformationen zum Benutzer
717 label_send_information: Sende Kontoinformationen zum Benutzer
718 label_year: Jahr
718 label_year: Jahr
719 label_month: Monat
719 label_month: Monat
720 label_week: Woche
720 label_week: Woche
721 label_date_from: Von
721 label_date_from: Von
722 label_date_to: Bis
722 label_date_to: Bis
723 label_language_based: Sprachabhängig
723 label_language_based: Sprachabhängig
724 label_sort_by: "Sortiert nach {{value}}"
724 label_sort_by: "Sortiert nach {{value}}"
725 label_send_test_email: Test-E-Mail senden
725 label_send_test_email: Test-E-Mail senden
726 label_feeds_access_key: RSS-Zugriffsschlüssel
726 label_feeds_access_key: RSS-Zugriffsschlüssel
727 label_missing_feeds_access_key: Der RSS-Zugriffsschlüssel fehlt.
727 label_missing_feeds_access_key: Der RSS-Zugriffsschlüssel fehlt.
728 label_feeds_access_key_created_on: "Atom-Zugriffsschlüssel vor {{value}} erstellt"
728 label_feeds_access_key_created_on: "Atom-Zugriffsschlüssel vor {{value}} erstellt"
729 label_module_plural: Module
729 label_module_plural: Module
730 label_added_time_by: "Von {{author}} vor {{age}} hinzugefügt"
730 label_added_time_by: "Von {{author}} vor {{age}} hinzugefügt"
731 label_updated_time_by: "Von {{author}} vor {{age}} aktualisiert"
731 label_updated_time_by: "Von {{author}} vor {{age}} aktualisiert"
732 label_updated_time: "Vor {{value}} aktualisiert"
732 label_updated_time: "Vor {{value}} aktualisiert"
733 label_jump_to_a_project: Zu einem Projekt springen...
733 label_jump_to_a_project: Zu einem Projekt springen...
734 label_file_plural: Dateien
734 label_file_plural: Dateien
735 label_changeset_plural: Changesets
735 label_changeset_plural: Changesets
736 label_default_columns: Standard-Spalten
736 label_default_columns: Standard-Spalten
737 label_no_change_option: (Keine Änderung)
737 label_no_change_option: (Keine Änderung)
738 label_bulk_edit_selected_issues: Alle ausgewählten Tickets bearbeiten
738 label_bulk_edit_selected_issues: Alle ausgewählten Tickets bearbeiten
739 label_theme: Stil
739 label_theme: Stil
740 label_default: Standard
740 label_default: Standard
741 label_search_titles_only: Nur Titel durchsuchen
741 label_search_titles_only: Nur Titel durchsuchen
742 label_user_mail_option_all: "Für alle Ereignisse in all meinen Projekten"
742 label_user_mail_option_all: "Für alle Ereignisse in all meinen Projekten"
743 label_user_mail_option_selected: "Für alle Ereignisse in den ausgewählten Projekten..."
743 label_user_mail_option_selected: "Für alle Ereignisse in den ausgewählten Projekten..."
744 label_user_mail_option_none: "Nur für Dinge, die ich beobachte oder an denen ich beteiligt bin"
744 label_user_mail_option_none: "Nur für Dinge, die ich beobachte oder an denen ich beteiligt bin"
745 label_user_mail_no_self_notified: "Ich möchte nicht über Änderungen benachrichtigt werden, die ich selbst durchführe."
745 label_user_mail_no_self_notified: "Ich möchte nicht über Änderungen benachrichtigt werden, die ich selbst durchführe."
746 label_registration_activation_by_email: Kontoaktivierung durch E-Mail
746 label_registration_activation_by_email: Kontoaktivierung durch E-Mail
747 label_registration_manual_activation: Manuelle Kontoaktivierung
747 label_registration_manual_activation: Manuelle Kontoaktivierung
748 label_registration_automatic_activation: Automatische Kontoaktivierung
748 label_registration_automatic_activation: Automatische Kontoaktivierung
749 label_display_per_page: "Pro Seite: {{value}}"
749 label_display_per_page: "Pro Seite: {{value}}"
750 label_age: Geändert vor
750 label_age: Geändert vor
751 label_change_properties: Eigenschaften ändern
751 label_change_properties: Eigenschaften ändern
752 label_general: Allgemein
752 label_general: Allgemein
753 label_more: Mehr
753 label_more: Mehr
754 label_scm: Versionskontrollsystem
754 label_scm: Versionskontrollsystem
755 label_plugins: Plugins
755 label_plugins: Plugins
756 label_ldap_authentication: LDAP-Authentifizierung
756 label_ldap_authentication: LDAP-Authentifizierung
757 label_downloads_abbr: D/L
757 label_downloads_abbr: D/L
758 label_optional_description: Beschreibung (optional)
758 label_optional_description: Beschreibung (optional)
759 label_add_another_file: Eine weitere Datei hinzufügen
759 label_add_another_file: Eine weitere Datei hinzufügen
760 label_preferences: Präferenzen
760 label_preferences: Präferenzen
761 label_chronological_order: in zeitlicher Reihenfolge
761 label_chronological_order: in zeitlicher Reihenfolge
762 label_reverse_chronological_order: in umgekehrter zeitlicher Reihenfolge
762 label_reverse_chronological_order: in umgekehrter zeitlicher Reihenfolge
763 label_planning: Terminplanung
763 label_planning: Terminplanung
764 label_incoming_emails: Eingehende E-Mails
764 label_incoming_emails: Eingehende E-Mails
765 label_generate_key: Generieren
765 label_generate_key: Generieren
766 label_issue_watchers: Beobachter
766 label_issue_watchers: Beobachter
767 label_example: Beispiel
767 label_example: Beispiel
768 label_display: Anzeige
768 label_display: Anzeige
769 label_sort: Sortierung
769 label_sort: Sortierung
770 label_ascending: Aufsteigend
770 label_ascending: Aufsteigend
771 label_descending: Absteigend
771 label_descending: Absteigend
772 label_date_from_to: von {{start}} bis {{end}}
772 label_date_from_to: von {{start}} bis {{end}}
773 label_wiki_content_added: Die Wiki-Seite wurde erfolgreich hinzugefügt.
773 label_wiki_content_added: Die Wiki-Seite wurde erfolgreich hinzugefügt.
774 label_wiki_content_updated: Die Wiki-Seite wurde erfolgreich aktualisiert.
774 label_wiki_content_updated: Die Wiki-Seite wurde erfolgreich aktualisiert.
775 label_group: Gruppe
775 label_group: Gruppe
776 label_group_plural: Gruppen
776 label_group_plural: Gruppen
777 label_group_new: Neue Gruppe
777 label_group_new: Neue Gruppe
778 label_time_entry_plural: Benötigte Zeit
778 label_time_entry_plural: Benötigte Zeit
779 label_version_sharing_none: Nicht gemeinsam verwenden
779 label_version_sharing_none: Nicht gemeinsam verwenden
780 label_version_sharing_descendants: Mit Unterprojekten
780 label_version_sharing_descendants: Mit Unterprojekten
781 label_version_sharing_hierarchy: Mit Projekthierarchie
781 label_version_sharing_hierarchy: Mit Projekthierarchie
782 label_version_sharing_tree: Mit Projektbaum
782 label_version_sharing_tree: Mit Projektbaum
783 label_version_sharing_system: Mit allen Projekten
783 label_version_sharing_system: Mit allen Projekten
784 label_update_issue_done_ratios: Ticket-Fortschritt aktualisieren
784 label_update_issue_done_ratios: Ticket-Fortschritt aktualisieren
785 label_copy_source: Quelle
785 label_copy_source: Quelle
786 label_copy_target: Ziel
786 label_copy_target: Ziel
787 label_copy_same_as_target: So wie das Ziel
787 label_copy_same_as_target: So wie das Ziel
788 label_display_used_statuses_only: Zeige nur Status an, die von diesem Tracker verwendet werden
788 label_display_used_statuses_only: Zeige nur Status an, die von diesem Tracker verwendet werden
789 label_api_access_key: API-Zugriffsschlüssel
789 label_api_access_key: API-Zugriffsschlüssel
790 label_missing_api_access_key: Der API-Zugriffsschlüssel fehlt.
790 label_missing_api_access_key: Der API-Zugriffsschlüssel fehlt.
791 label_api_access_key_created_on: Der API-Zugriffsschlüssel wurde vor {{value}} erstellt
791 label_api_access_key_created_on: Der API-Zugriffsschlüssel wurde vor {{value}} erstellt
792 label_profile: Profil
792 label_profile: Profil
793 label_subtask_plural: Unteraufgaben
793 label_subtask_plural: Unteraufgaben
794 label_project_copy_notifications: Sende Mailbenachrichtigungen beim Kopieren des Projekts.
794 label_project_copy_notifications: Sende Mailbenachrichtigungen beim Kopieren des Projekts.
795 label_principal_search: "Nach Benutzer oder Gruppe suchen:"
795 label_principal_search: "Nach Benutzer oder Gruppe suchen:"
796 label_user_search: "Nach Benutzer suchen:"
796 label_user_search: "Nach Benutzer suchen:"
797
797
798 button_login: Anmelden
798 button_login: Anmelden
799 button_submit: OK
799 button_submit: OK
800 button_save: Speichern
800 button_save: Speichern
801 button_check_all: Alles auswählen
801 button_check_all: Alles auswählen
802 button_uncheck_all: Alles abwählen
802 button_uncheck_all: Alles abwählen
803 button_delete: Löschen
803 button_delete: Löschen
804 button_create: Anlegen
804 button_create: Anlegen
805 button_create_and_continue: Anlegen und weiter
805 button_create_and_continue: Anlegen und weiter
806 button_test: Testen
806 button_test: Testen
807 button_edit: Bearbeiten
807 button_edit: Bearbeiten
808 button_add: Hinzufügen
808 button_add: Hinzufügen
809 button_change: Wechseln
809 button_change: Wechseln
810 button_apply: Anwenden
810 button_apply: Anwenden
811 button_clear: Zurücksetzen
811 button_clear: Zurücksetzen
812 button_lock: Sperren
812 button_lock: Sperren
813 button_unlock: Entsperren
813 button_unlock: Entsperren
814 button_download: Download
814 button_download: Download
815 button_list: Liste
815 button_list: Liste
816 button_view: Anzeigen
816 button_view: Anzeigen
817 button_move: Verschieben
817 button_move: Verschieben
818 button_move_and_follow: Verschieben und Ticket anzeigen
818 button_move_and_follow: Verschieben und Ticket anzeigen
819 button_back: Zurück
819 button_back: Zurück
820 button_cancel: Abbrechen
820 button_cancel: Abbrechen
821 button_activate: Aktivieren
821 button_activate: Aktivieren
822 button_sort: Sortieren
822 button_sort: Sortieren
823 button_log_time: Aufwand buchen
823 button_log_time: Aufwand buchen
824 button_rollback: Auf diese Version zurücksetzen
824 button_rollback: Auf diese Version zurücksetzen
825 button_watch: Beobachten
825 button_watch: Beobachten
826 button_unwatch: Nicht beobachten
826 button_unwatch: Nicht beobachten
827 button_reply: Antworten
827 button_reply: Antworten
828 button_archive: Archivieren
828 button_archive: Archivieren
829 button_unarchive: Entarchivieren
829 button_unarchive: Entarchivieren
830 button_reset: Zurücksetzen
830 button_reset: Zurücksetzen
831 button_rename: Umbenennen
831 button_rename: Umbenennen
832 button_change_password: Kennwort ändern
832 button_change_password: Kennwort ändern
833 button_copy: Kopieren
833 button_copy: Kopieren
834 button_copy_and_follow: Kopieren und Ticket anzeigen
834 button_copy_and_follow: Kopieren und Ticket anzeigen
835 button_annotate: Annotieren
835 button_annotate: Annotieren
836 button_update: Bearbeiten
836 button_update: Bearbeiten
837 button_configure: Konfigurieren
837 button_configure: Konfigurieren
838 button_quote: Zitieren
838 button_quote: Zitieren
839 button_duplicate: Duplizieren
839 button_duplicate: Duplizieren
840 button_show: Anzeigen
840 button_show: Anzeigen
841
841
842 status_active: aktiv
842 status_active: aktiv
843 status_registered: angemeldet
843 status_registered: angemeldet
844 status_locked: gesperrt
844 status_locked: gesperrt
845
845
846 version_status_open: offen
846 version_status_open: offen
847 version_status_locked: gesperrt
847 version_status_locked: gesperrt
848 version_status_closed: abgeschlossen
848 version_status_closed: abgeschlossen
849
849
850 field_active: Aktiv
850 field_active: Aktiv
851
851
852 text_select_mail_notifications: Bitte wählen Sie die Aktionen aus, für die eine Mailbenachrichtigung gesendet werden soll.
852 text_select_mail_notifications: Bitte wählen Sie die Aktionen aus, für die eine Mailbenachrichtigung gesendet werden soll.
853 text_regexp_info: z. B. ^[A-Z0-9]+$
853 text_regexp_info: z. B. ^[A-Z0-9]+$
854 text_min_max_length_info: 0 heißt keine Beschränkung
854 text_min_max_length_info: 0 heißt keine Beschränkung
855 text_project_destroy_confirmation: Sind Sie sicher, dass sie das Projekt löschen wollen?
855 text_project_destroy_confirmation: Sind Sie sicher, dass sie das Projekt löschen wollen?
856 text_subprojects_destroy_warning: "Dessen Unterprojekte ({{value}}) werden ebenfalls gelöscht."
856 text_subprojects_destroy_warning: "Dessen Unterprojekte ({{value}}) werden ebenfalls gelöscht."
857 text_workflow_edit: Workflow zum Bearbeiten auswählen
857 text_workflow_edit: Workflow zum Bearbeiten auswählen
858 text_are_you_sure: Sind Sie sicher?
858 text_are_you_sure: Sind Sie sicher?
859 text_journal_changed: "{{label}} wurde von {{old}} zu {{new}} geändert"
859 text_journal_changed: "{{label}} wurde von {{old}} zu {{new}} geändert"
860 text_journal_set_to: "{{label}} wurde auf {{value}} gesetzt"
860 text_journal_set_to: "{{label}} wurde auf {{value}} gesetzt"
861 text_journal_deleted: "{{label}} {{old}} wurde gelöscht"
861 text_journal_deleted: "{{label}} {{old}} wurde gelöscht"
862 text_journal_added: "{{label}} {{value}} wurde hinzugefügt"
862 text_journal_added: "{{label}} {{value}} wurde hinzugefügt"
863 text_tip_issue_begin_day: Aufgabe, die an diesem Tag beginnt
863 text_tip_issue_begin_day: Aufgabe, die an diesem Tag beginnt
864 text_tip_issue_end_day: Aufgabe, die an diesem Tag endet
864 text_tip_issue_end_day: Aufgabe, die an diesem Tag endet
865 text_tip_issue_begin_end_day: Aufgabe, die an diesem Tag beginnt und endet
865 text_tip_issue_begin_end_day: Aufgabe, die an diesem Tag beginnt und endet
866 text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern und Bindestriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.'
866 text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern und Bindestriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.'
867 text_caracters_maximum: "Max. {{count}} Zeichen."
867 text_caracters_maximum: "Max. {{count}} Zeichen."
868 text_caracters_minimum: "Muss mindestens {{count}} Zeichen lang sein."
868 text_caracters_minimum: "Muss mindestens {{count}} Zeichen lang sein."
869 text_length_between: "Länge zwischen {{min}} und {{max}} Zeichen."
869 text_length_between: "Länge zwischen {{min}} und {{max}} Zeichen."
870 text_tracker_no_workflow: Kein Workflow für diesen Tracker definiert.
870 text_tracker_no_workflow: Kein Workflow für diesen Tracker definiert.
871 text_unallowed_characters: Nicht erlaubte Zeichen
871 text_unallowed_characters: Nicht erlaubte Zeichen
872 text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt).
872 text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt).
873 text_line_separated: Mehrere Werte sind erlaubt (eine Zeile pro Wert).
873 text_line_separated: Mehrere Werte sind erlaubt (eine Zeile pro Wert).
874 text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log-Meldungen
874 text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log-Meldungen
875 text_issue_added: "Ticket {{id}} wurde erstellt von {{author}}."
875 text_issue_added: "Ticket {{id}} wurde erstellt von {{author}}."
876 text_issue_updated: "Ticket {{id}} wurde aktualisiert von {{author}}."
876 text_issue_updated: "Ticket {{id}} wurde aktualisiert von {{author}}."
877 text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten?
877 text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten?
878 text_issue_category_destroy_question: "Einige Tickets ({{count}}) sind dieser Kategorie zugeodnet. Was möchten Sie tun?"
878 text_issue_category_destroy_question: "Einige Tickets ({{count}}) sind dieser Kategorie zugeodnet. Was möchten Sie tun?"
879 text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen
879 text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen
880 text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen
880 text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen
881 text_user_mail_option: "Für nicht ausgewählte Projekte werden Sie nur Benachrichtigungen für Dinge erhalten, die Sie beobachten oder an denen Sie beteiligt sind (z. B. Tickets, deren Autor Sie sind oder die Ihnen zugewiesen sind)."
881 text_user_mail_option: "Für nicht ausgewählte Projekte werden Sie nur Benachrichtigungen für Dinge erhalten, die Sie beobachten oder an denen Sie beteiligt sind (z. B. Tickets, deren Autor Sie sind oder die Ihnen zugewiesen sind)."
882 text_no_configuration_data: "Rollen, Tracker, Ticket-Status und Workflows wurden noch nicht konfiguriert.\nEs ist sehr zu empfehlen, die Standard-Konfiguration zu laden. Sobald sie geladen ist, können Sie sie abändern."
882 text_no_configuration_data: "Rollen, Tracker, Ticket-Status und Workflows wurden noch nicht konfiguriert.\nEs ist sehr zu empfehlen, die Standard-Konfiguration zu laden. Sobald sie geladen ist, können Sie sie abändern."
883 text_load_default_configuration: Standard-Konfiguration laden
883 text_load_default_configuration: Standard-Konfiguration laden
884 text_status_changed_by_changeset: "Status geändert durch Changeset {{value}}."
884 text_status_changed_by_changeset: "Status geändert durch Changeset {{value}}."
885 text_issues_destroy_confirmation: 'Sind Sie sicher, dass Sie die ausgewählten Tickets löschen möchten?'
885 text_issues_destroy_confirmation: 'Sind Sie sicher, dass Sie die ausgewählten Tickets löschen möchten?'
886 text_select_project_modules: 'Bitte wählen Sie die Module aus, die in diesem Projekt aktiviert sein sollen:'
886 text_select_project_modules: 'Bitte wählen Sie die Module aus, die in diesem Projekt aktiviert sein sollen:'
887 text_default_administrator_account_changed: Administrator-Kennwort geändert
887 text_default_administrator_account_changed: Administrator-Kennwort geändert
888 text_file_repository_writable: Verzeichnis für Dateien beschreibbar
888 text_file_repository_writable: Verzeichnis für Dateien beschreibbar
889 text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar
889 text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar
890 text_rmagick_available: RMagick verfügbar (optional)
890 text_rmagick_available: RMagick verfügbar (optional)
891 text_destroy_time_entries_question: Es wurden bereits {{hours}} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
891 text_destroy_time_entries_question: Es wurden bereits {{hours}} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
892 text_destroy_time_entries: Gebuchte Aufwände löschen
892 text_destroy_time_entries: Gebuchte Aufwände löschen
893 text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen
893 text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen
894 text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:'
894 text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:'
895 text_user_wrote: "{{value}} schrieb:"
895 text_user_wrote: "{{value}} schrieb:"
896 text_enumeration_destroy_question: "{{count}} Objekt(e) sind diesem Wert zugeordnet."
896 text_enumeration_destroy_question: "{{count}} Objekt(e) sind diesem Wert zugeordnet."
897 text_enumeration_category_reassign_to: 'Die Objekte stattdessen diesem Wert zuordnen:'
897 text_enumeration_category_reassign_to: 'Die Objekte stattdessen diesem Wert zuordnen:'
898 text_email_delivery_not_configured: "Der SMTP-Server ist nicht konfiguriert und Mailbenachrichtigungen sind ausgeschaltet.\nNehmen Sie die Einstellungen für Ihren SMTP-Server in config/email.yml vor und starten Sie die Applikation neu."
898 text_email_delivery_not_configured: "Der SMTP-Server ist nicht konfiguriert und Mailbenachrichtigungen sind ausgeschaltet.\nNehmen Sie die Einstellungen für Ihren SMTP-Server in config/email.yml vor und starten Sie die Applikation neu."
899 text_repository_usernames_mapping: "Bitte legen Sie die Zuordnung der Redmine-Benutzer zu den Benutzernamen der Commit-Log-Meldungen des Projektarchivs fest.\nBenutzer mit identischen Redmine- und Projektarchiv-Benutzernamen oder -E-Mail-Adressen werden automatisch zugeordnet."
899 text_repository_usernames_mapping: "Bitte legen Sie die Zuordnung der Redmine-Benutzer zu den Benutzernamen der Commit-Log-Meldungen des Projektarchivs fest.\nBenutzer mit identischen Redmine- und Projektarchiv-Benutzernamen oder -E-Mail-Adressen werden automatisch zugeordnet."
900 text_diff_truncated: '... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.'
900 text_diff_truncated: '... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.'
901 text_custom_field_possible_values_info: 'Eine Zeile pro Wert'
901 text_custom_field_possible_values_info: 'Eine Zeile pro Wert'
902 text_wiki_page_destroy_question: "Diese Seite hat {{descendants}} Unterseite(n). Was möchten Sie tun?"
902 text_wiki_page_destroy_question: "Diese Seite hat {{descendants}} Unterseite(n). Was möchten Sie tun?"
903 text_wiki_page_nullify_children: Verschiebe die Unterseiten auf die oberste Ebene
903 text_wiki_page_nullify_children: Verschiebe die Unterseiten auf die oberste Ebene
904 text_wiki_page_destroy_children: Lösche alle Unterseiten
904 text_wiki_page_destroy_children: Lösche alle Unterseiten
905 text_wiki_page_reassign_children: Ordne die Unterseiten dieser Seite zu
905 text_wiki_page_reassign_children: Ordne die Unterseiten dieser Seite zu
906 text_own_membership_delete_confirmation: "Sie sind dabei, einige oder alle Ihre Berechtigungen zu entfernen. Es ist möglich, dass Sie danach das Projekt nicht mehr ansehen oder bearbeiten dürfen.\nSind Sie sicher, dass Sie dies tun möchten?"
906 text_own_membership_delete_confirmation: "Sie sind dabei, einige oder alle Ihre Berechtigungen zu entfernen. Es ist möglich, dass Sie danach das Projekt nicht mehr ansehen oder bearbeiten dürfen.\nSind Sie sicher, dass Sie dies tun möchten?"
907 text_zoom_in: Zoom in
907 text_zoom_in: Zoom in
908 text_zoom_out: Zoom out
908 text_zoom_out: Zoom out
909
909
910 default_role_manager: Manager
910 default_role_manager: Manager
911 default_role_developer: Entwickler
911 default_role_developer: Entwickler
912 default_role_reporter: Reporter
912 default_role_reporter: Reporter
913 default_tracker_bug: Fehler
913 default_tracker_bug: Fehler
914 default_tracker_feature: Feature
914 default_tracker_feature: Feature
915 default_tracker_support: Unterstützung
915 default_tracker_support: Unterstützung
916 default_issue_status_new: Neu
916 default_issue_status_new: Neu
917 default_issue_status_in_progress: In Bearbeitung
917 default_issue_status_in_progress: In Bearbeitung
918 default_issue_status_resolved: Gelöst
918 default_issue_status_resolved: Gelöst
919 default_issue_status_feedback: Feedback
919 default_issue_status_feedback: Feedback
920 default_issue_status_closed: Erledigt
920 default_issue_status_closed: Erledigt
921 default_issue_status_rejected: Abgewiesen
921 default_issue_status_rejected: Abgewiesen
922 default_doc_category_user: Benutzerdokumentation
922 default_doc_category_user: Benutzerdokumentation
923 default_doc_category_tech: Technische Dokumentation
923 default_doc_category_tech: Technische Dokumentation
924 default_priority_low: Niedrig
924 default_priority_low: Niedrig
925 default_priority_normal: Normal
925 default_priority_normal: Normal
926 default_priority_high: Hoch
926 default_priority_high: Hoch
927 default_priority_urgent: Dringend
927 default_priority_urgent: Dringend
928 default_priority_immediate: Sofort
928 default_priority_immediate: Sofort
929 default_activity_design: Design
929 default_activity_design: Design
930 default_activity_development: Entwicklung
930 default_activity_development: Entwicklung
931
931
932 enumeration_issue_priorities: Ticket-Prioritäten
932 enumeration_issue_priorities: Ticket-Prioritäten
933 enumeration_doc_categories: Dokumentenkategorien
933 enumeration_doc_categories: Dokumentenkategorien
934 enumeration_activities: Aktivitäten (Zeiterfassung)
934 enumeration_activities: Aktivitäten (Zeiterfassung)
935 enumeration_system_activity: System-Aktivität
935 enumeration_system_activity: System-Aktivität
936
936
937 field_member_of_group: Member of Group
937 field_member_of_group: Member of Group
938 field_assigned_to_role: Member of Role
938 field_assigned_to_role: Member of Role
939 text_are_you_sure_with_children: Delete issue and all child issues?
939 text_are_you_sure_with_children: Delete issue and all child issues?
940 field_text: Text field
940 field_text: Text field
941 setting_default_notification_option: Default notification option
941 setting_default_notification_option: Default notification option
942 notice_not_authorized_archived_project: The project you're trying to access has been archived.
942 notice_not_authorized_archived_project: The project you're trying to access has been archived.
943 label_user_mail_option_none: "Only for things I watch or I'm involved in"
944 field_member_of_group: Assignee's group
943 field_member_of_group: Assignee's group
945 field_assigned_to_role: Assignee's role
944 field_assigned_to_role: Assignee's role
946 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
945 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
@@ -1,969 +1,966
1 # Spanish translations for Rails
1 # Spanish translations for Rails
2 # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com)
2 # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com)
3 # Redmine spanish translation:
3 # Redmine spanish translation:
4 # by J. Cayetano Delgado (Cayetano _dot_ Delgado _at_ ioko _dot_ com)
4 # by J. Cayetano Delgado (Cayetano _dot_ Delgado _at_ ioko _dot_ com)
5
5
6 es:
6 es:
7 number:
7 number:
8 # Used in number_with_delimiter()
8 # Used in number_with_delimiter()
9 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
9 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
10 format:
10 format:
11 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
11 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
12 separator: ","
12 separator: ","
13 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
13 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
14 delimiter: "."
14 delimiter: "."
15 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
15 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
16 precision: 3
16 precision: 3
17
17
18 # Used in number_to_currency()
18 # Used in number_to_currency()
19 currency:
19 currency:
20 format:
20 format:
21 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
21 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
22 format: "%n %u"
22 format: "%n %u"
23 unit: "€"
23 unit: "€"
24 # These three are to override number.format and are optional
24 # These three are to override number.format and are optional
25 separator: ","
25 separator: ","
26 delimiter: "."
26 delimiter: "."
27 precision: 2
27 precision: 2
28
28
29 # Used in number_to_percentage()
29 # Used in number_to_percentage()
30 percentage:
30 percentage:
31 format:
31 format:
32 # These three are to override number.format and are optional
32 # These three are to override number.format and are optional
33 # separator:
33 # separator:
34 delimiter: ""
34 delimiter: ""
35 # precision:
35 # precision:
36
36
37 # Used in number_to_precision()
37 # Used in number_to_precision()
38 precision:
38 precision:
39 format:
39 format:
40 # These three are to override number.format and are optional
40 # These three are to override number.format and are optional
41 # separator:
41 # separator:
42 delimiter: ""
42 delimiter: ""
43 # precision:
43 # precision:
44
44
45 # Used in number_to_human_size()
45 # Used in number_to_human_size()
46 human:
46 human:
47 format:
47 format:
48 # These three are to override number.format and are optional
48 # These three are to override number.format and are optional
49 # separator:
49 # separator:
50 delimiter: ""
50 delimiter: ""
51 precision: 1
51 precision: 1
52 storage_units:
52 storage_units:
53 format: "%n %u"
53 format: "%n %u"
54 units:
54 units:
55 byte:
55 byte:
56 one: "Byte"
56 one: "Byte"
57 other: "Bytes"
57 other: "Bytes"
58 kb: "KB"
58 kb: "KB"
59 mb: "MB"
59 mb: "MB"
60 gb: "GB"
60 gb: "GB"
61 tb: "TB"
61 tb: "TB"
62
62
63 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
63 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
64 datetime:
64 datetime:
65 distance_in_words:
65 distance_in_words:
66 half_a_minute: "medio minuto"
66 half_a_minute: "medio minuto"
67 less_than_x_seconds:
67 less_than_x_seconds:
68 one: "menos de 1 segundo"
68 one: "menos de 1 segundo"
69 other: "menos de {{count}} segundos"
69 other: "menos de {{count}} segundos"
70 x_seconds:
70 x_seconds:
71 one: "1 segundo"
71 one: "1 segundo"
72 other: "{{count}} segundos"
72 other: "{{count}} segundos"
73 less_than_x_minutes:
73 less_than_x_minutes:
74 one: "menos de 1 minuto"
74 one: "menos de 1 minuto"
75 other: "menos de {{count}} minutos"
75 other: "menos de {{count}} minutos"
76 x_minutes:
76 x_minutes:
77 one: "1 minuto"
77 one: "1 minuto"
78 other: "{{count}} minutos"
78 other: "{{count}} minutos"
79 about_x_hours:
79 about_x_hours:
80 one: "alrededor de 1 hora"
80 one: "alrededor de 1 hora"
81 other: "alrededor de {{count}} horas"
81 other: "alrededor de {{count}} horas"
82 x_days:
82 x_days:
83 one: "1 día"
83 one: "1 día"
84 other: "{{count}} días"
84 other: "{{count}} días"
85 about_x_months:
85 about_x_months:
86 one: "alrededor de 1 mes"
86 one: "alrededor de 1 mes"
87 other: "alrededor de {{count}} meses"
87 other: "alrededor de {{count}} meses"
88 x_months:
88 x_months:
89 one: "1 mes"
89 one: "1 mes"
90 other: "{{count}} meses"
90 other: "{{count}} meses"
91 about_x_years:
91 about_x_years:
92 one: "alrededor de 1 año"
92 one: "alrededor de 1 año"
93 other: "alrededor de {{count}} años"
93 other: "alrededor de {{count}} años"
94 over_x_years:
94 over_x_years:
95 one: "más de 1 año"
95 one: "más de 1 año"
96 other: "más de {{count}} años"
96 other: "más de {{count}} años"
97 almost_x_years:
97 almost_x_years:
98 one: "casi 1 año"
98 one: "casi 1 año"
99 other: "casi {{count}} años"
99 other: "casi {{count}} años"
100
100
101 activerecord:
101 activerecord:
102 errors:
102 errors:
103 template:
103 template:
104 header:
104 header:
105 one: "no se pudo guardar este {{model}} porque se encontró 1 error"
105 one: "no se pudo guardar este {{model}} porque se encontró 1 error"
106 other: "no se pudo guardar este {{model}} porque se encontraron {{count}} errores"
106 other: "no se pudo guardar este {{model}} porque se encontraron {{count}} errores"
107 # The variable :count is also available
107 # The variable :count is also available
108 body: "Se encontraron problemas con los siguientes campos:"
108 body: "Se encontraron problemas con los siguientes campos:"
109
109
110 # The values :model, :attribute and :value are always available for interpolation
110 # The values :model, :attribute and :value are always available for interpolation
111 # The value :count is available when applicable. Can be used for pluralization.
111 # The value :count is available when applicable. Can be used for pluralization.
112 messages:
112 messages:
113 inclusion: "no está incluido en la lista"
113 inclusion: "no está incluido en la lista"
114 exclusion: "está reservado"
114 exclusion: "está reservado"
115 invalid: "no es válido"
115 invalid: "no es válido"
116 confirmation: "no coincide con la confirmación"
116 confirmation: "no coincide con la confirmación"
117 accepted: "debe ser aceptado"
117 accepted: "debe ser aceptado"
118 empty: "no puede estar vacío"
118 empty: "no puede estar vacío"
119 blank: "no puede estar en blanco"
119 blank: "no puede estar en blanco"
120 too_long: "es demasiado largo ({{count}} caracteres máximo)"
120 too_long: "es demasiado largo ({{count}} caracteres máximo)"
121 too_short: "es demasiado corto ({{count}} caracteres mínimo)"
121 too_short: "es demasiado corto ({{count}} caracteres mínimo)"
122 wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)"
122 wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)"
123 taken: "ya está en uso"
123 taken: "ya está en uso"
124 not_a_number: "no es un número"
124 not_a_number: "no es un número"
125 greater_than: "debe ser mayor que {{count}}"
125 greater_than: "debe ser mayor que {{count}}"
126 greater_than_or_equal_to: "debe ser mayor que o igual a {{count}}"
126 greater_than_or_equal_to: "debe ser mayor que o igual a {{count}}"
127 equal_to: "debe ser igual a {{count}}"
127 equal_to: "debe ser igual a {{count}}"
128 less_than: "debe ser menor que {{count}}"
128 less_than: "debe ser menor que {{count}}"
129 less_than_or_equal_to: "debe ser menor que o igual a {{count}}"
129 less_than_or_equal_to: "debe ser menor que o igual a {{count}}"
130 odd: "debe ser impar"
130 odd: "debe ser impar"
131 even: "debe ser par"
131 even: "debe ser par"
132 greater_than_start_date: "debe ser posterior a la fecha de comienzo"
132 greater_than_start_date: "debe ser posterior a la fecha de comienzo"
133 not_same_project: "no pertenece al mismo proyecto"
133 not_same_project: "no pertenece al mismo proyecto"
134 circular_dependency: "Esta relación podría crear una dependencia circular"
134 circular_dependency: "Esta relación podría crear una dependencia circular"
135 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
135 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
136
136
137 # Append your own errors here or at the model/attributes scope.
137 # Append your own errors here or at the model/attributes scope.
138
138
139 models:
139 models:
140 # Overrides default messages
140 # Overrides default messages
141
141
142 attributes:
142 attributes:
143 # Overrides model and default messages.
143 # Overrides model and default messages.
144
144
145 direction: ltr
145 direction: ltr
146 date:
146 date:
147 formats:
147 formats:
148 # Use the strftime parameters for formats.
148 # Use the strftime parameters for formats.
149 # When no format has been given, it uses default.
149 # When no format has been given, it uses default.
150 # You can provide other formats here if you like!
150 # You can provide other formats here if you like!
151 default: "%Y-%m-%d"
151 default: "%Y-%m-%d"
152 short: "%d de %b"
152 short: "%d de %b"
153 long: "%d de %B de %Y"
153 long: "%d de %B de %Y"
154
154
155 day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
155 day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
156 abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
156 abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
157
157
158 # Don't forget the nil at the beginning; there's no such thing as a 0th month
158 # Don't forget the nil at the beginning; there's no such thing as a 0th month
159 month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre]
159 month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre]
160 abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic]
160 abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic]
161 # Used in date_select and datime_select.
161 # Used in date_select and datime_select.
162 order: [ :year, :month, :day ]
162 order: [ :year, :month, :day ]
163
163
164 time:
164 time:
165 formats:
165 formats:
166 default: "%A, %d de %B de %Y %H:%M:%S %z"
166 default: "%A, %d de %B de %Y %H:%M:%S %z"
167 time: "%H:%M"
167 time: "%H:%M"
168 short: "%d de %b %H:%M"
168 short: "%d de %b %H:%M"
169 long: "%d de %B de %Y %H:%M"
169 long: "%d de %B de %Y %H:%M"
170 am: "am"
170 am: "am"
171 pm: "pm"
171 pm: "pm"
172
172
173 # Used in array.to_sentence.
173 # Used in array.to_sentence.
174 support:
174 support:
175 array:
175 array:
176 sentence_connector: "y"
176 sentence_connector: "y"
177
177
178 actionview_instancetag_blank_option: Por favor seleccione
178 actionview_instancetag_blank_option: Por favor seleccione
179
179
180 button_activate: Activar
180 button_activate: Activar
181 button_add: Añadir
181 button_add: Añadir
182 button_annotate: Anotar
182 button_annotate: Anotar
183 button_apply: Aceptar
183 button_apply: Aceptar
184 button_archive: Archivar
184 button_archive: Archivar
185 button_back: Atrás
185 button_back: Atrás
186 button_cancel: Cancelar
186 button_cancel: Cancelar
187 button_change: Cambiar
187 button_change: Cambiar
188 button_change_password: Cambiar contraseña
188 button_change_password: Cambiar contraseña
189 button_check_all: Seleccionar todo
189 button_check_all: Seleccionar todo
190 button_clear: Anular
190 button_clear: Anular
191 button_configure: Configurar
191 button_configure: Configurar
192 button_copy: Copiar
192 button_copy: Copiar
193 button_create: Crear
193 button_create: Crear
194 button_delete: Borrar
194 button_delete: Borrar
195 button_download: Descargar
195 button_download: Descargar
196 button_edit: Modificar
196 button_edit: Modificar
197 button_list: Listar
197 button_list: Listar
198 button_lock: Bloquear
198 button_lock: Bloquear
199 button_log_time: Tiempo dedicado
199 button_log_time: Tiempo dedicado
200 button_login: Conexión
200 button_login: Conexión
201 button_move: Mover
201 button_move: Mover
202 button_quote: Citar
202 button_quote: Citar
203 button_rename: Renombrar
203 button_rename: Renombrar
204 button_reply: Responder
204 button_reply: Responder
205 button_reset: Reestablecer
205 button_reset: Reestablecer
206 button_rollback: Volver a esta versión
206 button_rollback: Volver a esta versión
207 button_save: Guardar
207 button_save: Guardar
208 button_sort: Ordenar
208 button_sort: Ordenar
209 button_submit: Aceptar
209 button_submit: Aceptar
210 button_test: Probar
210 button_test: Probar
211 button_unarchive: Desarchivar
211 button_unarchive: Desarchivar
212 button_uncheck_all: No seleccionar nada
212 button_uncheck_all: No seleccionar nada
213 button_unlock: Desbloquear
213 button_unlock: Desbloquear
214 button_unwatch: No monitorizar
214 button_unwatch: No monitorizar
215 button_update: Actualizar
215 button_update: Actualizar
216 button_view: Ver
216 button_view: Ver
217 button_watch: Monitorizar
217 button_watch: Monitorizar
218 default_activity_design: Diseño
218 default_activity_design: Diseño
219 default_activity_development: Desarrollo
219 default_activity_development: Desarrollo
220 default_doc_category_tech: Documentación técnica
220 default_doc_category_tech: Documentación técnica
221 default_doc_category_user: Documentación de usuario
221 default_doc_category_user: Documentación de usuario
222 default_issue_status_in_progress: En curso
222 default_issue_status_in_progress: En curso
223 default_issue_status_closed: Cerrada
223 default_issue_status_closed: Cerrada
224 default_issue_status_feedback: Comentarios
224 default_issue_status_feedback: Comentarios
225 default_issue_status_new: Nueva
225 default_issue_status_new: Nueva
226 default_issue_status_rejected: Rechazada
226 default_issue_status_rejected: Rechazada
227 default_issue_status_resolved: Resuelta
227 default_issue_status_resolved: Resuelta
228 default_priority_high: Alta
228 default_priority_high: Alta
229 default_priority_immediate: Inmediata
229 default_priority_immediate: Inmediata
230 default_priority_low: Baja
230 default_priority_low: Baja
231 default_priority_normal: Normal
231 default_priority_normal: Normal
232 default_priority_urgent: Urgente
232 default_priority_urgent: Urgente
233 default_role_developer: Desarrollador
233 default_role_developer: Desarrollador
234 default_role_manager: Jefe de proyecto
234 default_role_manager: Jefe de proyecto
235 default_role_reporter: Informador
235 default_role_reporter: Informador
236 default_tracker_bug: Errores
236 default_tracker_bug: Errores
237 default_tracker_feature: Tareas
237 default_tracker_feature: Tareas
238 default_tracker_support: Soporte
238 default_tracker_support: Soporte
239 enumeration_activities: Actividades (tiempo dedicado)
239 enumeration_activities: Actividades (tiempo dedicado)
240 enumeration_doc_categories: Categorías del documento
240 enumeration_doc_categories: Categorías del documento
241 enumeration_issue_priorities: Prioridad de las peticiones
241 enumeration_issue_priorities: Prioridad de las peticiones
242 error_can_t_load_default_data: "No se ha podido cargar la configuración por defecto: {{value}}"
242 error_can_t_load_default_data: "No se ha podido cargar la configuración por defecto: {{value}}"
243 error_issue_not_found_in_project: 'La petición no se encuentra o no está asociada a este proyecto'
243 error_issue_not_found_in_project: 'La petición no se encuentra o no está asociada a este proyecto'
244 error_scm_annotate: "No existe la entrada o no ha podido ser anotada"
244 error_scm_annotate: "No existe la entrada o no ha podido ser anotada"
245 error_scm_command_failed: "Se produjo un error al acceder al repositorio: {{value}}"
245 error_scm_command_failed: "Se produjo un error al acceder al repositorio: {{value}}"
246 error_scm_not_found: "La entrada y/o la revisión no existe en el repositorio."
246 error_scm_not_found: "La entrada y/o la revisión no existe en el repositorio."
247 field_account: Cuenta
247 field_account: Cuenta
248 field_activity: Actividad
248 field_activity: Actividad
249 field_admin: Administrador
249 field_admin: Administrador
250 field_assignable: Se pueden asignar peticiones a este perfil
250 field_assignable: Se pueden asignar peticiones a este perfil
251 field_assigned_to: Asignado a
251 field_assigned_to: Asignado a
252 field_attr_firstname: Cualidad del nombre
252 field_attr_firstname: Cualidad del nombre
253 field_attr_lastname: Cualidad del apellido
253 field_attr_lastname: Cualidad del apellido
254 field_attr_login: Cualidad del identificador
254 field_attr_login: Cualidad del identificador
255 field_attr_mail: Cualidad del Email
255 field_attr_mail: Cualidad del Email
256 field_auth_source: Modo de identificación
256 field_auth_source: Modo de identificación
257 field_author: Autor
257 field_author: Autor
258 field_base_dn: DN base
258 field_base_dn: DN base
259 field_category: Categoría
259 field_category: Categoría
260 field_column_names: Columnas
260 field_column_names: Columnas
261 field_comments: Comentario
261 field_comments: Comentario
262 field_comments_sorting: Mostrar comentarios
262 field_comments_sorting: Mostrar comentarios
263 field_created_on: Creado
263 field_created_on: Creado
264 field_default_value: Estado por defecto
264 field_default_value: Estado por defecto
265 field_delay: Retraso
265 field_delay: Retraso
266 field_description: Descripción
266 field_description: Descripción
267 field_done_ratio: % Realizado
267 field_done_ratio: % Realizado
268 field_downloads: Descargas
268 field_downloads: Descargas
269 field_due_date: Fecha fin
269 field_due_date: Fecha fin
270 field_effective_date: Fecha
270 field_effective_date: Fecha
271 field_estimated_hours: Tiempo estimado
271 field_estimated_hours: Tiempo estimado
272 field_field_format: Formato
272 field_field_format: Formato
273 field_filename: Fichero
273 field_filename: Fichero
274 field_filesize: Tamaño
274 field_filesize: Tamaño
275 field_firstname: Nombre
275 field_firstname: Nombre
276 field_fixed_version: Versión prevista
276 field_fixed_version: Versión prevista
277 field_hide_mail: Ocultar mi dirección de correo
277 field_hide_mail: Ocultar mi dirección de correo
278 field_homepage: Sitio web
278 field_homepage: Sitio web
279 field_host: Anfitrión
279 field_host: Anfitrión
280 field_hours: Horas
280 field_hours: Horas
281 field_identifier: Identificador
281 field_identifier: Identificador
282 field_is_closed: Petición resuelta
282 field_is_closed: Petición resuelta
283 field_is_default: Estado por defecto
283 field_is_default: Estado por defecto
284 field_is_filter: Usado como filtro
284 field_is_filter: Usado como filtro
285 field_is_for_all: Para todos los proyectos
285 field_is_for_all: Para todos los proyectos
286 field_is_in_roadmap: Consultar las peticiones en la planificación
286 field_is_in_roadmap: Consultar las peticiones en la planificación
287 field_is_public: Público
287 field_is_public: Público
288 field_is_required: Obligatorio
288 field_is_required: Obligatorio
289 field_issue: Petición
289 field_issue: Petición
290 field_issue_to: Petición relacionada
290 field_issue_to: Petición relacionada
291 field_language: Idioma
291 field_language: Idioma
292 field_last_login_on: Última conexión
292 field_last_login_on: Última conexión
293 field_lastname: Apellido
293 field_lastname: Apellido
294 field_login: Identificador
294 field_login: Identificador
295 field_mail: Correo electrónico
295 field_mail: Correo electrónico
296 field_mail_notification: Notificaciones por correo
296 field_mail_notification: Notificaciones por correo
297 field_max_length: Longitud máxima
297 field_max_length: Longitud máxima
298 field_min_length: Longitud mínima
298 field_min_length: Longitud mínima
299 field_name: Nombre
299 field_name: Nombre
300 field_new_password: Nueva contraseña
300 field_new_password: Nueva contraseña
301 field_notes: Notas
301 field_notes: Notas
302 field_onthefly: Creación del usuario "al vuelo"
302 field_onthefly: Creación del usuario "al vuelo"
303 field_parent: Proyecto padre
303 field_parent: Proyecto padre
304 field_parent_title: Página padre
304 field_parent_title: Página padre
305 field_password: Contraseña
305 field_password: Contraseña
306 field_password_confirmation: Confirmación
306 field_password_confirmation: Confirmación
307 field_port: Puerto
307 field_port: Puerto
308 field_possible_values: Valores posibles
308 field_possible_values: Valores posibles
309 field_priority: Prioridad
309 field_priority: Prioridad
310 field_project: Proyecto
310 field_project: Proyecto
311 field_redirect_existing_links: Redireccionar enlaces existentes
311 field_redirect_existing_links: Redireccionar enlaces existentes
312 field_regexp: Expresión regular
312 field_regexp: Expresión regular
313 field_role: Perfil
313 field_role: Perfil
314 field_searchable: Incluir en las búsquedas
314 field_searchable: Incluir en las búsquedas
315 field_spent_on: Fecha
315 field_spent_on: Fecha
316 field_start_date: Fecha de inicio
316 field_start_date: Fecha de inicio
317 field_start_page: Página principal
317 field_start_page: Página principal
318 field_status: Estado
318 field_status: Estado
319 field_subject: Tema
319 field_subject: Tema
320 field_subproject: Proyecto secundario
320 field_subproject: Proyecto secundario
321 field_summary: Resumen
321 field_summary: Resumen
322 field_time_zone: Zona horaria
322 field_time_zone: Zona horaria
323 field_title: Título
323 field_title: Título
324 field_tracker: Tipo
324 field_tracker: Tipo
325 field_type: Tipo
325 field_type: Tipo
326 field_updated_on: Actualizado
326 field_updated_on: Actualizado
327 field_url: URL
327 field_url: URL
328 field_user: Usuario
328 field_user: Usuario
329 field_value: Valor
329 field_value: Valor
330 field_version: Versión
330 field_version: Versión
331 general_csv_decimal_separator: ','
331 general_csv_decimal_separator: ','
332 general_csv_encoding: ISO-8859-15
332 general_csv_encoding: ISO-8859-15
333 general_csv_separator: ';'
333 general_csv_separator: ';'
334 general_first_day_of_week: '1'
334 general_first_day_of_week: '1'
335 general_lang_name: 'Español'
335 general_lang_name: 'Español'
336 general_pdf_encoding: ISO-8859-15
336 general_pdf_encoding: ISO-8859-15
337 general_text_No: 'No'
337 general_text_No: 'No'
338 general_text_Yes: 'Sí'
338 general_text_Yes: 'Sí'
339 general_text_no: 'no'
339 general_text_no: 'no'
340 general_text_yes: 'sí'
340 general_text_yes: 'sí'
341 gui_validation_error: 1 error
341 gui_validation_error: 1 error
342 gui_validation_error_plural: "{{count}} errores"
342 gui_validation_error_plural: "{{count}} errores"
343 label_activity: Actividad
343 label_activity: Actividad
344 label_add_another_file: Añadir otro fichero
344 label_add_another_file: Añadir otro fichero
345 label_add_note: Añadir una nota
345 label_add_note: Añadir una nota
346 label_added: añadido
346 label_added: añadido
347 label_added_time_by: "Añadido por {{author}} hace {{age}}"
347 label_added_time_by: "Añadido por {{author}} hace {{age}}"
348 label_administration: Administración
348 label_administration: Administración
349 label_age: Edad
349 label_age: Edad
350 label_ago: hace
350 label_ago: hace
351 label_all: todos
351 label_all: todos
352 label_all_time: todo el tiempo
352 label_all_time: todo el tiempo
353 label_all_words: Todas las palabras
353 label_all_words: Todas las palabras
354 label_and_its_subprojects: "{{value}} y proyectos secundarios"
354 label_and_its_subprojects: "{{value}} y proyectos secundarios"
355 label_applied_status: Aplicar estado
355 label_applied_status: Aplicar estado
356 label_assigned_to_me_issues: Peticiones que me están asignadas
356 label_assigned_to_me_issues: Peticiones que me están asignadas
357 label_associated_revisions: Revisiones asociadas
357 label_associated_revisions: Revisiones asociadas
358 label_attachment: Fichero
358 label_attachment: Fichero
359 label_attachment_delete: Borrar el fichero
359 label_attachment_delete: Borrar el fichero
360 label_attachment_new: Nuevo fichero
360 label_attachment_new: Nuevo fichero
361 label_attachment_plural: Ficheros
361 label_attachment_plural: Ficheros
362 label_attribute: Cualidad
362 label_attribute: Cualidad
363 label_attribute_plural: Cualidades
363 label_attribute_plural: Cualidades
364 label_auth_source: Modo de autenticación
364 label_auth_source: Modo de autenticación
365 label_auth_source_new: Nuevo modo de autenticación
365 label_auth_source_new: Nuevo modo de autenticación
366 label_auth_source_plural: Modos de autenticación
366 label_auth_source_plural: Modos de autenticación
367 label_authentication: Autenticación
367 label_authentication: Autenticación
368 label_blocked_by: bloqueado por
368 label_blocked_by: bloqueado por
369 label_blocks: bloquea a
369 label_blocks: bloquea a
370 label_board: Foro
370 label_board: Foro
371 label_board_new: Nuevo foro
371 label_board_new: Nuevo foro
372 label_board_plural: Foros
372 label_board_plural: Foros
373 label_boolean: Booleano
373 label_boolean: Booleano
374 label_browse: Hojear
374 label_browse: Hojear
375 label_bulk_edit_selected_issues: Editar las peticiones seleccionadas
375 label_bulk_edit_selected_issues: Editar las peticiones seleccionadas
376 label_calendar: Calendario
376 label_calendar: Calendario
377 label_change_plural: Cambios
377 label_change_plural: Cambios
378 label_change_properties: Cambiar propiedades
378 label_change_properties: Cambiar propiedades
379 label_change_status: Cambiar el estado
379 label_change_status: Cambiar el estado
380 label_change_view_all: Ver todos los cambios
380 label_change_view_all: Ver todos los cambios
381 label_changes_details: Detalles de todos los cambios
381 label_changes_details: Detalles de todos los cambios
382 label_changeset_plural: Cambios
382 label_changeset_plural: Cambios
383 label_chronological_order: En orden cronológico
383 label_chronological_order: En orden cronológico
384 label_closed_issues: cerrada
384 label_closed_issues: cerrada
385 label_closed_issues_plural: cerradas
385 label_closed_issues_plural: cerradas
386 label_x_open_issues_abbr_on_total:
386 label_x_open_issues_abbr_on_total:
387 zero: 0 abiertas / {{total}}
387 zero: 0 abiertas / {{total}}
388 one: 1 abierta / {{total}}
388 one: 1 abierta / {{total}}
389 other: "{{count}} abiertas / {{total}}"
389 other: "{{count}} abiertas / {{total}}"
390 label_x_open_issues_abbr:
390 label_x_open_issues_abbr:
391 zero: 0 abiertas
391 zero: 0 abiertas
392 one: 1 abierta
392 one: 1 abierta
393 other: "{{count}} abiertas"
393 other: "{{count}} abiertas"
394 label_x_closed_issues_abbr:
394 label_x_closed_issues_abbr:
395 zero: 0 cerradas
395 zero: 0 cerradas
396 one: 1 cerrada
396 one: 1 cerrada
397 other: "{{count}} cerradas"
397 other: "{{count}} cerradas"
398 label_comment: Comentario
398 label_comment: Comentario
399 label_comment_add: Añadir un comentario
399 label_comment_add: Añadir un comentario
400 label_comment_added: Comentario añadido
400 label_comment_added: Comentario añadido
401 label_comment_delete: Borrar comentarios
401 label_comment_delete: Borrar comentarios
402 label_comment_plural: Comentarios
402 label_comment_plural: Comentarios
403 label_x_comments:
403 label_x_comments:
404 zero: sin comentarios
404 zero: sin comentarios
405 one: 1 comentario
405 one: 1 comentario
406 other: "{{count}} comentarios"
406 other: "{{count}} comentarios"
407 label_commits_per_author: Commits por autor
407 label_commits_per_author: Commits por autor
408 label_commits_per_month: Commits por mes
408 label_commits_per_month: Commits por mes
409 label_confirmation: Confirmación
409 label_confirmation: Confirmación
410 label_contains: contiene
410 label_contains: contiene
411 label_copied: copiado
411 label_copied: copiado
412 label_copy_workflow_from: Copiar flujo de trabajo desde
412 label_copy_workflow_from: Copiar flujo de trabajo desde
413 label_current_status: Estado actual
413 label_current_status: Estado actual
414 label_current_version: Versión actual
414 label_current_version: Versión actual
415 label_custom_field: Campo personalizado
415 label_custom_field: Campo personalizado
416 label_custom_field_new: Nuevo campo personalizado
416 label_custom_field_new: Nuevo campo personalizado
417 label_custom_field_plural: Campos personalizados
417 label_custom_field_plural: Campos personalizados
418 label_date: Fecha
418 label_date: Fecha
419 label_date_from: Desde
419 label_date_from: Desde
420 label_date_range: Rango de fechas
420 label_date_range: Rango de fechas
421 label_date_to: Hasta
421 label_date_to: Hasta
422 label_day_plural: días
422 label_day_plural: días
423 label_default: Por defecto
423 label_default: Por defecto
424 label_default_columns: Columnas por defecto
424 label_default_columns: Columnas por defecto
425 label_deleted: suprimido
425 label_deleted: suprimido
426 label_details: Detalles
426 label_details: Detalles
427 label_diff_inline: en línea
427 label_diff_inline: en línea
428 label_diff_side_by_side: cara a cara
428 label_diff_side_by_side: cara a cara
429 label_disabled: deshabilitado
429 label_disabled: deshabilitado
430 label_display_per_page: "Por página: {{value}}"
430 label_display_per_page: "Por página: {{value}}"
431 label_document: Documento
431 label_document: Documento
432 label_document_added: Documento añadido
432 label_document_added: Documento añadido
433 label_document_new: Nuevo documento
433 label_document_new: Nuevo documento
434 label_document_plural: Documentos
434 label_document_plural: Documentos
435 label_download: "{{count}} Descarga"
435 label_download: "{{count}} Descarga"
436 label_download_plural: "{{count}} Descargas"
436 label_download_plural: "{{count}} Descargas"
437 label_downloads_abbr: D/L
437 label_downloads_abbr: D/L
438 label_duplicated_by: duplicada por
438 label_duplicated_by: duplicada por
439 label_duplicates: duplicada de
439 label_duplicates: duplicada de
440 label_end_to_end: fin a fin
440 label_end_to_end: fin a fin
441 label_end_to_start: fin a principio
441 label_end_to_start: fin a principio
442 label_enumeration_new: Nuevo valor
442 label_enumeration_new: Nuevo valor
443 label_enumerations: Listas de valores
443 label_enumerations: Listas de valores
444 label_environment: Entorno
444 label_environment: Entorno
445 label_equals: igual
445 label_equals: igual
446 label_example: Ejemplo
446 label_example: Ejemplo
447 label_export_to: 'Exportar a:'
447 label_export_to: 'Exportar a:'
448 label_f_hour: "{{value}} hora"
448 label_f_hour: "{{value}} hora"
449 label_f_hour_plural: "{{value}} horas"
449 label_f_hour_plural: "{{value}} horas"
450 label_feed_plural: Feeds
450 label_feed_plural: Feeds
451 label_feeds_access_key_created_on: "Clave de acceso por RSS creada hace {{value}}"
451 label_feeds_access_key_created_on: "Clave de acceso por RSS creada hace {{value}}"
452 label_file_added: Fichero añadido
452 label_file_added: Fichero añadido
453 label_file_plural: Archivos
453 label_file_plural: Archivos
454 label_filter_add: Añadir el filtro
454 label_filter_add: Añadir el filtro
455 label_filter_plural: Filtros
455 label_filter_plural: Filtros
456 label_float: Flotante
456 label_float: Flotante
457 label_follows: posterior a
457 label_follows: posterior a
458 label_gantt: Gantt
458 label_gantt: Gantt
459 label_general: General
459 label_general: General
460 label_generate_key: Generar clave
460 label_generate_key: Generar clave
461 label_help: Ayuda
461 label_help: Ayuda
462 label_history: Histórico
462 label_history: Histórico
463 label_home: Inicio
463 label_home: Inicio
464 label_in: en
464 label_in: en
465 label_in_less_than: en menos que
465 label_in_less_than: en menos que
466 label_in_more_than: en más que
466 label_in_more_than: en más que
467 label_incoming_emails: Correos entrantes
467 label_incoming_emails: Correos entrantes
468 label_index_by_date: Índice por fecha
468 label_index_by_date: Índice por fecha
469 label_index_by_title: Índice por título
469 label_index_by_title: Índice por título
470 label_information: Información
470 label_information: Información
471 label_information_plural: Información
471 label_information_plural: Información
472 label_integer: Número
472 label_integer: Número
473 label_internal: Interno
473 label_internal: Interno
474 label_issue: Petición
474 label_issue: Petición
475 label_issue_added: Petición añadida
475 label_issue_added: Petición añadida
476 label_issue_category: Categoría de las peticiones
476 label_issue_category: Categoría de las peticiones
477 label_issue_category_new: Nueva categoría
477 label_issue_category_new: Nueva categoría
478 label_issue_category_plural: Categorías de las peticiones
478 label_issue_category_plural: Categorías de las peticiones
479 label_issue_new: Nueva petición
479 label_issue_new: Nueva petición
480 label_issue_plural: Peticiones
480 label_issue_plural: Peticiones
481 label_issue_status: Estado de la petición
481 label_issue_status: Estado de la petición
482 label_issue_status_new: Nuevo estado
482 label_issue_status_new: Nuevo estado
483 label_issue_status_plural: Estados de las peticiones
483 label_issue_status_plural: Estados de las peticiones
484 label_issue_tracking: Peticiones
484 label_issue_tracking: Peticiones
485 label_issue_updated: Petición actualizada
485 label_issue_updated: Petición actualizada
486 label_issue_view_all: Ver todas las peticiones
486 label_issue_view_all: Ver todas las peticiones
487 label_issue_watchers: Seguidores
487 label_issue_watchers: Seguidores
488 label_issues_by: "Peticiones por {{value}}"
488 label_issues_by: "Peticiones por {{value}}"
489 label_jump_to_a_project: Ir al proyecto...
489 label_jump_to_a_project: Ir al proyecto...
490 label_language_based: Basado en el idioma
490 label_language_based: Basado en el idioma
491 label_last_changes: "últimos {{count}} cambios"
491 label_last_changes: "últimos {{count}} cambios"
492 label_last_login: Última conexión
492 label_last_login: Última conexión
493 label_last_month: último mes
493 label_last_month: último mes
494 label_last_n_days: "últimos {{count}} días"
494 label_last_n_days: "últimos {{count}} días"
495 label_last_week: última semana
495 label_last_week: última semana
496 label_latest_revision: Última revisión
496 label_latest_revision: Última revisión
497 label_latest_revision_plural: Últimas revisiones
497 label_latest_revision_plural: Últimas revisiones
498 label_ldap_authentication: Autenticación LDAP
498 label_ldap_authentication: Autenticación LDAP
499 label_less_than_ago: hace menos de
499 label_less_than_ago: hace menos de
500 label_list: Lista
500 label_list: Lista
501 label_loading: Cargando...
501 label_loading: Cargando...
502 label_logged_as: Conectado como
502 label_logged_as: Conectado como
503 label_login: Conexión
503 label_login: Conexión
504 label_logout: Desconexión
504 label_logout: Desconexión
505 label_max_size: Tamaño máximo
505 label_max_size: Tamaño máximo
506 label_me: yo mismo
506 label_me: yo mismo
507 label_member: Miembro
507 label_member: Miembro
508 label_member_new: Nuevo miembro
508 label_member_new: Nuevo miembro
509 label_member_plural: Miembros
509 label_member_plural: Miembros
510 label_message_last: Último mensaje
510 label_message_last: Último mensaje
511 label_message_new: Nuevo mensaje
511 label_message_new: Nuevo mensaje
512 label_message_plural: Mensajes
512 label_message_plural: Mensajes
513 label_message_posted: Mensaje añadido
513 label_message_posted: Mensaje añadido
514 label_min_max_length: Longitud mín - máx
514 label_min_max_length: Longitud mín - máx
515 label_modification: "{{count}} modificación"
515 label_modification: "{{count}} modificación"
516 label_modification_plural: "{{count}} modificaciones"
516 label_modification_plural: "{{count}} modificaciones"
517 label_modified: modificado
517 label_modified: modificado
518 label_module_plural: Módulos
518 label_module_plural: Módulos
519 label_month: Mes
519 label_month: Mes
520 label_months_from: meses de
520 label_months_from: meses de
521 label_more: Más
521 label_more: Más
522 label_more_than_ago: hace más de
522 label_more_than_ago: hace más de
523 label_my_account: Mi cuenta
523 label_my_account: Mi cuenta
524 label_my_page: Mi página
524 label_my_page: Mi página
525 label_my_projects: Mis proyectos
525 label_my_projects: Mis proyectos
526 label_new: Nuevo
526 label_new: Nuevo
527 label_new_statuses_allowed: Nuevos estados autorizados
527 label_new_statuses_allowed: Nuevos estados autorizados
528 label_news: Noticia
528 label_news: Noticia
529 label_news_added: Noticia añadida
529 label_news_added: Noticia añadida
530 label_news_latest: Últimas noticias
530 label_news_latest: Últimas noticias
531 label_news_new: Nueva noticia
531 label_news_new: Nueva noticia
532 label_news_plural: Noticias
532 label_news_plural: Noticias
533 label_news_view_all: Ver todas las noticias
533 label_news_view_all: Ver todas las noticias
534 label_next: Siguiente
534 label_next: Siguiente
535 label_no_change_option: (Sin cambios)
535 label_no_change_option: (Sin cambios)
536 label_no_data: Ningún dato disponible
536 label_no_data: Ningún dato disponible
537 label_nobody: nadie
537 label_nobody: nadie
538 label_none: ninguno
538 label_none: ninguno
539 label_not_contains: no contiene
539 label_not_contains: no contiene
540 label_not_equals: no igual
540 label_not_equals: no igual
541 label_open_issues: abierta
541 label_open_issues: abierta
542 label_open_issues_plural: abiertas
542 label_open_issues_plural: abiertas
543 label_optional_description: Descripción opcional
543 label_optional_description: Descripción opcional
544 label_options: Opciones
544 label_options: Opciones
545 label_overall_activity: Actividad global
545 label_overall_activity: Actividad global
546 label_overview: Vistazo
546 label_overview: Vistazo
547 label_password_lost: ¿Olvidaste la contraseña?
547 label_password_lost: ¿Olvidaste la contraseña?
548 label_per_page: Por página
548 label_per_page: Por página
549 label_permissions: Permisos
549 label_permissions: Permisos
550 label_permissions_report: Informe de permisos
550 label_permissions_report: Informe de permisos
551 label_personalize_page: Personalizar esta página
551 label_personalize_page: Personalizar esta página
552 label_planning: Planificación
552 label_planning: Planificación
553 label_please_login: Conexión
553 label_please_login: Conexión
554 label_plugins: Extensiones
554 label_plugins: Extensiones
555 label_precedes: anterior a
555 label_precedes: anterior a
556 label_preferences: Preferencias
556 label_preferences: Preferencias
557 label_preview: Previsualizar
557 label_preview: Previsualizar
558 label_previous: Anterior
558 label_previous: Anterior
559 label_project: Proyecto
559 label_project: Proyecto
560 label_project_all: Todos los proyectos
560 label_project_all: Todos los proyectos
561 label_project_latest: Últimos proyectos
561 label_project_latest: Últimos proyectos
562 label_project_new: Nuevo proyecto
562 label_project_new: Nuevo proyecto
563 label_project_plural: Proyectos
563 label_project_plural: Proyectos
564 label_x_projects:
564 label_x_projects:
565 zero: sin proyectos
565 zero: sin proyectos
566 one: 1 proyecto
566 one: 1 proyecto
567 other: "{{count}} proyectos"
567 other: "{{count}} proyectos"
568 label_public_projects: Proyectos públicos
568 label_public_projects: Proyectos públicos
569 label_query: Consulta personalizada
569 label_query: Consulta personalizada
570 label_query_new: Nueva consulta
570 label_query_new: Nueva consulta
571 label_query_plural: Consultas personalizadas
571 label_query_plural: Consultas personalizadas
572 label_read: Leer...
572 label_read: Leer...
573 label_register: Registrar
573 label_register: Registrar
574 label_registered_on: Inscrito el
574 label_registered_on: Inscrito el
575 label_registration_activation_by_email: activación de cuenta por correo
575 label_registration_activation_by_email: activación de cuenta por correo
576 label_registration_automatic_activation: activación automática de cuenta
576 label_registration_automatic_activation: activación automática de cuenta
577 label_registration_manual_activation: activación manual de cuenta
577 label_registration_manual_activation: activación manual de cuenta
578 label_related_issues: Peticiones relacionadas
578 label_related_issues: Peticiones relacionadas
579 label_relates_to: relacionada con
579 label_relates_to: relacionada con
580 label_relation_delete: Eliminar relación
580 label_relation_delete: Eliminar relación
581 label_relation_new: Nueva relación
581 label_relation_new: Nueva relación
582 label_renamed: renombrado
582 label_renamed: renombrado
583 label_reply_plural: Respuestas
583 label_reply_plural: Respuestas
584 label_report: Informe
584 label_report: Informe
585 label_report_plural: Informes
585 label_report_plural: Informes
586 label_reported_issues: Peticiones registradas por mí
586 label_reported_issues: Peticiones registradas por mí
587 label_repository: Repositorio
587 label_repository: Repositorio
588 label_repository_plural: Repositorios
588 label_repository_plural: Repositorios
589 label_result_plural: Resultados
589 label_result_plural: Resultados
590 label_reverse_chronological_order: En orden cronológico inverso
590 label_reverse_chronological_order: En orden cronológico inverso
591 label_revision: Revisión
591 label_revision: Revisión
592 label_revision_plural: Revisiones
592 label_revision_plural: Revisiones
593 label_roadmap: Planificación
593 label_roadmap: Planificación
594 label_roadmap_due_in: "Finaliza en {{value}}"
594 label_roadmap_due_in: "Finaliza en {{value}}"
595 label_roadmap_no_issues: No hay peticiones para esta versión
595 label_roadmap_no_issues: No hay peticiones para esta versión
596 label_roadmap_overdue: "{{value}} tarde"
596 label_roadmap_overdue: "{{value}} tarde"
597 label_role: Perfil
597 label_role: Perfil
598 label_role_and_permissions: Perfiles y permisos
598 label_role_and_permissions: Perfiles y permisos
599 label_role_new: Nuevo perfil
599 label_role_new: Nuevo perfil
600 label_role_plural: Perfiles
600 label_role_plural: Perfiles
601 label_scm: SCM
601 label_scm: SCM
602 label_search: Búsqueda
602 label_search: Búsqueda
603 label_search_titles_only: Buscar sólo en títulos
603 label_search_titles_only: Buscar sólo en títulos
604 label_send_information: Enviar información de la cuenta al usuario
604 label_send_information: Enviar información de la cuenta al usuario
605 label_send_test_email: Enviar un correo de prueba
605 label_send_test_email: Enviar un correo de prueba
606 label_settings: Configuración
606 label_settings: Configuración
607 label_show_completed_versions: Muestra las versiones terminadas
607 label_show_completed_versions: Muestra las versiones terminadas
608 label_sort_by: "Ordenar por {{value}}"
608 label_sort_by: "Ordenar por {{value}}"
609 label_sort_higher: Subir
609 label_sort_higher: Subir
610 label_sort_highest: Primero
610 label_sort_highest: Primero
611 label_sort_lower: Bajar
611 label_sort_lower: Bajar
612 label_sort_lowest: Último
612 label_sort_lowest: Último
613 label_spent_time: Tiempo dedicado
613 label_spent_time: Tiempo dedicado
614 label_start_to_end: principio a fin
614 label_start_to_end: principio a fin
615 label_start_to_start: principio a principio
615 label_start_to_start: principio a principio
616 label_statistics: Estadísticas
616 label_statistics: Estadísticas
617 label_stay_logged_in: Recordar conexión
617 label_stay_logged_in: Recordar conexión
618 label_string: Texto
618 label_string: Texto
619 label_subproject_plural: Proyectos secundarios
619 label_subproject_plural: Proyectos secundarios
620 label_text: Texto largo
620 label_text: Texto largo
621 label_theme: Tema
621 label_theme: Tema
622 label_this_month: este mes
622 label_this_month: este mes
623 label_this_week: esta semana
623 label_this_week: esta semana
624 label_this_year: este año
624 label_this_year: este año
625 label_time_tracking: Control de tiempo
625 label_time_tracking: Control de tiempo
626 label_today: hoy
626 label_today: hoy
627 label_topic_plural: Temas
627 label_topic_plural: Temas
628 label_total: Total
628 label_total: Total
629 label_tracker: Tipo
629 label_tracker: Tipo
630 label_tracker_new: Nuevo tipo
630 label_tracker_new: Nuevo tipo
631 label_tracker_plural: Tipos de peticiones
631 label_tracker_plural: Tipos de peticiones
632 label_updated_time: "Actualizado hace {{value}}"
632 label_updated_time: "Actualizado hace {{value}}"
633 label_updated_time_by: "Actualizado por {{author}} hace {{age}}"
633 label_updated_time_by: "Actualizado por {{author}} hace {{age}}"
634 label_used_by: Utilizado por
634 label_used_by: Utilizado por
635 label_user: Usuario
635 label_user: Usuario
636 label_user_activity: "Actividad de {{value}}"
636 label_user_activity: "Actividad de {{value}}"
637 label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí"
637 label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí"
638 label_user_mail_option_all: "Para cualquier evento en todos mis proyectos"
638 label_user_mail_option_all: "Para cualquier evento en todos mis proyectos"
639 label_user_mail_option_selected: "Para cualquier evento de los proyectos seleccionados..."
639 label_user_mail_option_selected: "Para cualquier evento de los proyectos seleccionados..."
640 label_user_mail_option_none: "Sólo para elementos monitorizados o relacionados conmigo"
640 label_user_new: Nuevo usuario
641 label_user_new: Nuevo usuario
641 label_user_plural: Usuarios
642 label_user_plural: Usuarios
642 label_version: Versión
643 label_version: Versión
643 label_version_new: Nueva versión
644 label_version_new: Nueva versión
644 label_version_plural: Versiones
645 label_version_plural: Versiones
645 label_view_diff: Ver diferencias
646 label_view_diff: Ver diferencias
646 label_view_revisions: Ver las revisiones
647 label_view_revisions: Ver las revisiones
647 label_watched_issues: Peticiones monitorizadas
648 label_watched_issues: Peticiones monitorizadas
648 label_week: Semana
649 label_week: Semana
649 label_wiki: Wiki
650 label_wiki: Wiki
650 label_wiki_edit: Modificación Wiki
651 label_wiki_edit: Modificación Wiki
651 label_wiki_edit_plural: Modificaciones Wiki
652 label_wiki_edit_plural: Modificaciones Wiki
652 label_wiki_page: Página Wiki
653 label_wiki_page: Página Wiki
653 label_wiki_page_plural: Páginas Wiki
654 label_wiki_page_plural: Páginas Wiki
654 label_workflow: Flujo de trabajo
655 label_workflow: Flujo de trabajo
655 label_year: Año
656 label_year: Año
656 label_yesterday: ayer
657 label_yesterday: ayer
657 mail_body_account_activation_request: "Se ha inscrito un nuevo usuario ({{value}}). La cuenta está pendiende de aprobación:"
658 mail_body_account_activation_request: "Se ha inscrito un nuevo usuario ({{value}}). La cuenta está pendiende de aprobación:"
658 mail_body_account_information: Información sobre su cuenta
659 mail_body_account_information: Información sobre su cuenta
659 mail_body_account_information_external: "Puede usar su cuenta {{value}} para conectarse."
660 mail_body_account_information_external: "Puede usar su cuenta {{value}} para conectarse."
660 mail_body_lost_password: 'Para cambiar su contraseña, haga clic en el siguiente enlace:'
661 mail_body_lost_password: 'Para cambiar su contraseña, haga clic en el siguiente enlace:'
661 mail_body_register: 'Para activar su cuenta, haga clic en el siguiente enlace:'
662 mail_body_register: 'Para activar su cuenta, haga clic en el siguiente enlace:'
662 mail_body_reminder: "{{count}} peticion(es) asignadas a finalizan en los próximos {{days}} días:"
663 mail_body_reminder: "{{count}} peticion(es) asignadas a finalizan en los próximos {{days}} días:"
663 mail_subject_account_activation_request: "Petición de activación de cuenta {{value}}"
664 mail_subject_account_activation_request: "Petición de activación de cuenta {{value}}"
664 mail_subject_lost_password: "Tu contraseña del {{value}}"
665 mail_subject_lost_password: "Tu contraseña del {{value}}"
665 mail_subject_register: "Activación de la cuenta del {{value}}"
666 mail_subject_register: "Activación de la cuenta del {{value}}"
666 mail_subject_reminder: "{{count}} peticion(es) finalizan en los próximos {{days}} días"
667 mail_subject_reminder: "{{count}} peticion(es) finalizan en los próximos {{days}} días"
667 notice_account_activated: Su cuenta ha sido activada. Ya puede conectarse.
668 notice_account_activated: Su cuenta ha sido activada. Ya puede conectarse.
668 notice_account_invalid_creditentials: Usuario o contraseña inválido.
669 notice_account_invalid_creditentials: Usuario o contraseña inválido.
669 notice_account_lost_email_sent: Se le ha enviado un correo con instrucciones para elegir una nueva contraseña.
670 notice_account_lost_email_sent: Se le ha enviado un correo con instrucciones para elegir una nueva contraseña.
670 notice_account_password_updated: Contraseña modificada correctamente.
671 notice_account_password_updated: Contraseña modificada correctamente.
671 notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte del administrador."
672 notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte del administrador."
672 notice_account_register_done: Cuenta creada correctamente. Para activarla, haga clic sobre el enlace que le ha sido enviado por correo.
673 notice_account_register_done: Cuenta creada correctamente. Para activarla, haga clic sobre el enlace que le ha sido enviado por correo.
673 notice_account_unknown_email: Usuario desconocido.
674 notice_account_unknown_email: Usuario desconocido.
674 notice_account_updated: Cuenta actualizada correctamente.
675 notice_account_updated: Cuenta actualizada correctamente.
675 notice_account_wrong_password: Contraseña incorrecta.
676 notice_account_wrong_password: Contraseña incorrecta.
676 notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña.
677 notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña.
677 notice_default_data_loaded: Configuración por defecto cargada correctamente.
678 notice_default_data_loaded: Configuración por defecto cargada correctamente.
678 notice_email_error: "Ha ocurrido un error mientras enviando el correo ({{value}})"
679 notice_email_error: "Ha ocurrido un error mientras enviando el correo ({{value}})"
679 notice_email_sent: "Se ha enviado un correo a {{value}}"
680 notice_email_sent: "Se ha enviado un correo a {{value}}"
680 notice_failed_to_save_issues: "Imposible grabar %s peticion(es) en {{count}} seleccionado: {{ids}}."
681 notice_failed_to_save_issues: "Imposible grabar %s peticion(es) en {{count}} seleccionado: {{ids}}."
681 notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada.
682 notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada.
682 notice_file_not_found: La página a la que intenta acceder no existe.
683 notice_file_not_found: La página a la que intenta acceder no existe.
683 notice_locking_conflict: Los datos han sido modificados por otro usuario.
684 notice_locking_conflict: Los datos han sido modificados por otro usuario.
684 notice_no_issue_selected: "Ninguna petición seleccionada. Por favor, compruebe la petición que quiere modificar"
685 notice_no_issue_selected: "Ninguna petición seleccionada. Por favor, compruebe la petición que quiere modificar"
685 notice_not_authorized: No tiene autorización para acceder a esta página.
686 notice_not_authorized: No tiene autorización para acceder a esta página.
686 notice_successful_connection: Conexión correcta.
687 notice_successful_connection: Conexión correcta.
687 notice_successful_create: Creación correcta.
688 notice_successful_create: Creación correcta.
688 notice_successful_delete: Borrado correcto.
689 notice_successful_delete: Borrado correcto.
689 notice_successful_update: Modificación correcta.
690 notice_successful_update: Modificación correcta.
690 notice_unable_delete_version: No se puede borrar la versión
691 notice_unable_delete_version: No se puede borrar la versión
691 permission_add_issue_notes: Añadir notas
692 permission_add_issue_notes: Añadir notas
692 permission_add_issue_watchers: Añadir seguidores
693 permission_add_issue_watchers: Añadir seguidores
693 permission_add_issues: Añadir peticiones
694 permission_add_issues: Añadir peticiones
694 permission_add_messages: Enviar mensajes
695 permission_add_messages: Enviar mensajes
695 permission_browse_repository: Hojear repositiorio
696 permission_browse_repository: Hojear repositiorio
696 permission_comment_news: Comentar noticias
697 permission_comment_news: Comentar noticias
697 permission_commit_access: Acceso de escritura
698 permission_commit_access: Acceso de escritura
698 permission_delete_issues: Borrar peticiones
699 permission_delete_issues: Borrar peticiones
699 permission_delete_messages: Borrar mensajes
700 permission_delete_messages: Borrar mensajes
700 permission_delete_own_messages: Borrar mensajes propios
701 permission_delete_own_messages: Borrar mensajes propios
701 permission_delete_wiki_pages: Borrar páginas wiki
702 permission_delete_wiki_pages: Borrar páginas wiki
702 permission_delete_wiki_pages_attachments: Borrar ficheros
703 permission_delete_wiki_pages_attachments: Borrar ficheros
703 permission_edit_issue_notes: Modificar notas
704 permission_edit_issue_notes: Modificar notas
704 permission_edit_issues: Modificar peticiones
705 permission_edit_issues: Modificar peticiones
705 permission_edit_messages: Modificar mensajes
706 permission_edit_messages: Modificar mensajes
706 permission_edit_own_issue_notes: Modificar notas propias
707 permission_edit_own_issue_notes: Modificar notas propias
707 permission_edit_own_messages: Editar mensajes propios
708 permission_edit_own_messages: Editar mensajes propios
708 permission_edit_own_time_entries: Modificar tiempos dedicados propios
709 permission_edit_own_time_entries: Modificar tiempos dedicados propios
709 permission_edit_project: Modificar proyecto
710 permission_edit_project: Modificar proyecto
710 permission_edit_time_entries: Modificar tiempos dedicados
711 permission_edit_time_entries: Modificar tiempos dedicados
711 permission_edit_wiki_pages: Modificar páginas wiki
712 permission_edit_wiki_pages: Modificar páginas wiki
712 permission_log_time: Anotar tiempo dedicado
713 permission_log_time: Anotar tiempo dedicado
713 permission_manage_boards: Administrar foros
714 permission_manage_boards: Administrar foros
714 permission_manage_categories: Administrar categorías de peticiones
715 permission_manage_categories: Administrar categorías de peticiones
715 permission_manage_documents: Administrar documentos
716 permission_manage_documents: Administrar documentos
716 permission_manage_files: Administrar ficheros
717 permission_manage_files: Administrar ficheros
717 permission_manage_issue_relations: Administrar relación con otras peticiones
718 permission_manage_issue_relations: Administrar relación con otras peticiones
718 permission_manage_members: Administrar miembros
719 permission_manage_members: Administrar miembros
719 permission_manage_news: Administrar noticias
720 permission_manage_news: Administrar noticias
720 permission_manage_public_queries: Administrar consultas públicas
721 permission_manage_public_queries: Administrar consultas públicas
721 permission_manage_repository: Administrar repositorio
722 permission_manage_repository: Administrar repositorio
722 permission_manage_versions: Administrar versiones
723 permission_manage_versions: Administrar versiones
723 permission_manage_wiki: Administrar wiki
724 permission_manage_wiki: Administrar wiki
724 permission_move_issues: Mover peticiones
725 permission_move_issues: Mover peticiones
725 permission_protect_wiki_pages: Proteger páginas wiki
726 permission_protect_wiki_pages: Proteger páginas wiki
726 permission_rename_wiki_pages: Renombrar páginas wiki
727 permission_rename_wiki_pages: Renombrar páginas wiki
727 permission_save_queries: Grabar consultas
728 permission_save_queries: Grabar consultas
728 permission_select_project_modules: Seleccionar módulos del proyecto
729 permission_select_project_modules: Seleccionar módulos del proyecto
729 permission_view_calendar: Ver calendario
730 permission_view_calendar: Ver calendario
730 permission_view_changesets: Ver cambios
731 permission_view_changesets: Ver cambios
731 permission_view_documents: Ver documentos
732 permission_view_documents: Ver documentos
732 permission_view_files: Ver ficheros
733 permission_view_files: Ver ficheros
733 permission_view_gantt: Ver diagrama de Gantt
734 permission_view_gantt: Ver diagrama de Gantt
734 permission_view_issue_watchers: Ver lista de seguidores
735 permission_view_issue_watchers: Ver lista de seguidores
735 permission_view_messages: Ver mensajes
736 permission_view_messages: Ver mensajes
736 permission_view_time_entries: Ver tiempo dedicado
737 permission_view_time_entries: Ver tiempo dedicado
737 permission_view_wiki_edits: Ver histórico del wiki
738 permission_view_wiki_edits: Ver histórico del wiki
738 permission_view_wiki_pages: Ver wiki
739 permission_view_wiki_pages: Ver wiki
739 project_module_boards: Foros
740 project_module_boards: Foros
740 project_module_documents: Documentos
741 project_module_documents: Documentos
741 project_module_files: Ficheros
742 project_module_files: Ficheros
742 project_module_issue_tracking: Peticiones
743 project_module_issue_tracking: Peticiones
743 project_module_news: Noticias
744 project_module_news: Noticias
744 project_module_repository: Repositorio
745 project_module_repository: Repositorio
745 project_module_time_tracking: Control de tiempo
746 project_module_time_tracking: Control de tiempo
746 project_module_wiki: Wiki
747 project_module_wiki: Wiki
747 setting_activity_days_default: Días a mostrar en la actividad de proyecto
748 setting_activity_days_default: Días a mostrar en la actividad de proyecto
748 setting_app_subtitle: Subtítulo de la aplicación
749 setting_app_subtitle: Subtítulo de la aplicación
749 setting_app_title: Título de la aplicación
750 setting_app_title: Título de la aplicación
750 setting_attachment_max_size: Tamaño máximo del fichero
751 setting_attachment_max_size: Tamaño máximo del fichero
751 setting_autofetch_changesets: Autorellenar los commits del repositorio
752 setting_autofetch_changesets: Autorellenar los commits del repositorio
752 setting_autologin: Conexión automática
753 setting_autologin: Conexión automática
753 setting_bcc_recipients: Ocultar las copias de carbón (bcc)
754 setting_bcc_recipients: Ocultar las copias de carbón (bcc)
754 setting_commit_fix_keywords: Palabras clave para la corrección
755 setting_commit_fix_keywords: Palabras clave para la corrección
755 setting_commit_logs_encoding: Codificación de los mensajes de commit
756 setting_commit_logs_encoding: Codificación de los mensajes de commit
756 setting_commit_ref_keywords: Palabras clave para la referencia
757 setting_commit_ref_keywords: Palabras clave para la referencia
757 setting_cross_project_issue_relations: Permitir relacionar peticiones de distintos proyectos
758 setting_cross_project_issue_relations: Permitir relacionar peticiones de distintos proyectos
758 setting_date_format: Formato de fecha
759 setting_date_format: Formato de fecha
759 setting_default_language: Idioma por defecto
760 setting_default_language: Idioma por defecto
760 setting_default_projects_public: Los proyectos nuevos son públicos por defecto
761 setting_default_projects_public: Los proyectos nuevos son públicos por defecto
761 setting_diff_max_lines_displayed: Número máximo de diferencias mostradas
762 setting_diff_max_lines_displayed: Número máximo de diferencias mostradas
762 setting_display_subprojects_issues: Mostrar por defecto peticiones de proy. secundarios en el principal
763 setting_display_subprojects_issues: Mostrar por defecto peticiones de proy. secundarios en el principal
763 setting_emails_footer: Pie de mensajes
764 setting_emails_footer: Pie de mensajes
764 setting_enabled_scm: Activar SCM
765 setting_enabled_scm: Activar SCM
765 setting_feeds_limit: Límite de contenido para sindicación
766 setting_feeds_limit: Límite de contenido para sindicación
766 setting_gravatar_enabled: Usar iconos de usuario (Gravatar)
767 setting_gravatar_enabled: Usar iconos de usuario (Gravatar)
767 setting_host_name: Nombre y ruta del servidor
768 setting_host_name: Nombre y ruta del servidor
768 setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones
769 setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones
769 setting_issues_export_limit: Límite de exportación de peticiones
770 setting_issues_export_limit: Límite de exportación de peticiones
770 setting_login_required: Se requiere identificación
771 setting_login_required: Se requiere identificación
771 setting_mail_from: Correo desde el que enviar mensajes
772 setting_mail_from: Correo desde el que enviar mensajes
772 setting_mail_handler_api_enabled: Activar SW para mensajes entrantes
773 setting_mail_handler_api_enabled: Activar SW para mensajes entrantes
773 setting_mail_handler_api_key: Clave de la API
774 setting_mail_handler_api_key: Clave de la API
774 setting_per_page_options: Objetos por página
775 setting_per_page_options: Objetos por página
775 setting_plain_text_mail: sólo texto plano (no HTML)
776 setting_plain_text_mail: sólo texto plano (no HTML)
776 setting_protocol: Protocolo
777 setting_protocol: Protocolo
777 setting_repositories_encodings: Codificaciones del repositorio
778 setting_repositories_encodings: Codificaciones del repositorio
778 setting_self_registration: Registro permitido
779 setting_self_registration: Registro permitido
779 setting_sequential_project_identifiers: Generar identificadores de proyecto
780 setting_sequential_project_identifiers: Generar identificadores de proyecto
780 setting_sys_api_enabled: Habilitar SW para la gestión del repositorio
781 setting_sys_api_enabled: Habilitar SW para la gestión del repositorio
781 setting_text_formatting: Formato de texto
782 setting_text_formatting: Formato de texto
782 setting_time_format: Formato de hora
783 setting_time_format: Formato de hora
783 setting_user_format: Formato de nombre de usuario
784 setting_user_format: Formato de nombre de usuario
784 setting_welcome_text: Texto de bienvenida
785 setting_welcome_text: Texto de bienvenida
785 setting_wiki_compression: Compresión del historial del Wiki
786 setting_wiki_compression: Compresión del historial del Wiki
786 status_active: activo
787 status_active: activo
787 status_locked: bloqueado
788 status_locked: bloqueado
788 status_registered: registrado
789 status_registered: registrado
789 text_are_you_sure: ¿Está seguro?
790 text_are_you_sure: ¿Está seguro?
790 text_assign_time_entries_to_project: Asignar las horas al proyecto
791 text_assign_time_entries_to_project: Asignar las horas al proyecto
791 text_caracters_maximum: "{{count}} caracteres como máximo."
792 text_caracters_maximum: "{{count}} caracteres como máximo."
792 text_caracters_minimum: "{{count}} caracteres como mínimo."
793 text_caracters_minimum: "{{count}} caracteres como mínimo."
793 text_comma_separated: Múltiples valores permitidos (separados por coma).
794 text_comma_separated: Múltiples valores permitidos (separados por coma).
794 text_default_administrator_account_changed: Cuenta de administrador por defecto modificada
795 text_default_administrator_account_changed: Cuenta de administrador por defecto modificada
795 text_destroy_time_entries: Borrar las horas
796 text_destroy_time_entries: Borrar las horas
796 text_destroy_time_entries_question: Existen {{hours}} horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer?
797 text_destroy_time_entries_question: Existen {{hours}} horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer?
797 text_diff_truncated: '... Diferencia truncada por exceder el máximo tamaño visualizable.'
798 text_diff_truncated: '... Diferencia truncada por exceder el máximo tamaño visualizable.'
798 text_email_delivery_not_configured: "Las notificaciones están desactivadas porque el servidor de correo no está configurado.\nConfigure el servidor de SMTP en config/email.yml y reinicie la aplicación para activar los cambios."
799 text_email_delivery_not_configured: "Las notificaciones están desactivadas porque el servidor de correo no está configurado.\nConfigure el servidor de SMTP en config/email.yml y reinicie la aplicación para activar los cambios."
799 text_enumeration_category_reassign_to: 'Reasignar al siguiente valor:'
800 text_enumeration_category_reassign_to: 'Reasignar al siguiente valor:'
800 text_enumeration_destroy_question: "{{count}} objetos con este valor asignado."
801 text_enumeration_destroy_question: "{{count}} objetos con este valor asignado."
801 text_file_repository_writable: Se puede escribir en el repositorio
802 text_file_repository_writable: Se puede escribir en el repositorio
802 text_issue_added: "Petición {{id}} añadida por {{author}}."
803 text_issue_added: "Petición {{id}} añadida por {{author}}."
803 text_issue_category_destroy_assignments: Dejar las peticiones sin categoría
804 text_issue_category_destroy_assignments: Dejar las peticiones sin categoría
804 text_issue_category_destroy_question: "Algunas peticiones ({{count}}) están asignadas a esta categoría. ¿Qué desea hacer?"
805 text_issue_category_destroy_question: "Algunas peticiones ({{count}}) están asignadas a esta categoría. ¿Qué desea hacer?"
805 text_issue_category_reassign_to: Reasignar las peticiones a la categoría
806 text_issue_category_reassign_to: Reasignar las peticiones a la categoría
806 text_issue_updated: "La petición {{id}} ha sido actualizada por {{author}}."
807 text_issue_updated: "La petición {{id}} ha sido actualizada por {{author}}."
807 text_issues_destroy_confirmation: '¿Seguro que quiere borrar las peticiones seleccionadas?'
808 text_issues_destroy_confirmation: '¿Seguro que quiere borrar las peticiones seleccionadas?'
808 text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes
809 text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes
809 text_length_between: "Longitud entre {{min}} y {{max}} caracteres."
810 text_length_between: "Longitud entre {{min}} y {{max}} caracteres."
810 text_load_default_configuration: Cargar la configuración por defecto
811 text_load_default_configuration: Cargar la configuración por defecto
811 text_min_max_length_info: 0 para ninguna restricción
812 text_min_max_length_info: 0 para ninguna restricción
812 text_no_configuration_data: "Todavía no se han configurado perfiles, ni tipos, estados y flujo de trabajo asociado a peticiones. Se recomiendo encarecidamente cargar la configuración por defecto. Una vez cargada, podrá modificarla."
813 text_no_configuration_data: "Todavía no se han configurado perfiles, ni tipos, estados y flujo de trabajo asociado a peticiones. Se recomiendo encarecidamente cargar la configuración por defecto. Una vez cargada, podrá modificarla."
813 text_project_destroy_confirmation: ¿Estás seguro de querer eliminar el proyecto?
814 text_project_destroy_confirmation: ¿Estás seguro de querer eliminar el proyecto?
814 text_project_identifier_info: 'Letras minúsculas (a-z), números y signos de puntuación permitidos.<br />Una vez guardado, el identificador no puede modificarse.'
815 text_project_identifier_info: 'Letras minúsculas (a-z), números y signos de puntuación permitidos.<br />Una vez guardado, el identificador no puede modificarse.'
815 text_reassign_time_entries: 'Reasignar las horas a esta petición:'
816 text_reassign_time_entries: 'Reasignar las horas a esta petición:'
816 text_regexp_info: ej. ^[A-Z0-9]+$
817 text_regexp_info: ej. ^[A-Z0-9]+$
817 text_repository_usernames_mapping: "Establezca la correspondencia entre los usuarios de Redmine y los presentes en el log del repositorio.\nLos usuarios con el mismo nombre o correo en Redmine y en el repositorio serán asociados automáticamente."
818 text_repository_usernames_mapping: "Establezca la correspondencia entre los usuarios de Redmine y los presentes en el log del repositorio.\nLos usuarios con el mismo nombre o correo en Redmine y en el repositorio serán asociados automáticamente."
818 text_rmagick_available: RMagick disponible (opcional)
819 text_rmagick_available: RMagick disponible (opcional)
819 text_select_mail_notifications: Seleccionar los eventos a notificar
820 text_select_mail_notifications: Seleccionar los eventos a notificar
820 text_select_project_modules: 'Seleccione los módulos a activar para este proyecto:'
821 text_select_project_modules: 'Seleccione los módulos a activar para este proyecto:'
821 text_status_changed_by_changeset: "Aplicado en los cambios {{value}}"
822 text_status_changed_by_changeset: "Aplicado en los cambios {{value}}"
822 text_subprojects_destroy_warning: "Los proyectos secundarios: {{value}} también se eliminarán"
823 text_subprojects_destroy_warning: "Los proyectos secundarios: {{value}} también se eliminarán"
823 text_tip_issue_begin_day: tarea que comienza este día
824 text_tip_issue_begin_day: tarea que comienza este día
824 text_tip_issue_begin_end_day: tarea que comienza y termina este día
825 text_tip_issue_begin_end_day: tarea que comienza y termina este día
825 text_tip_issue_end_day: tarea que termina este día
826 text_tip_issue_end_day: tarea que termina este día
826 text_tracker_no_workflow: No hay ningún flujo de trabajo definido para este tipo de petición
827 text_tracker_no_workflow: No hay ningún flujo de trabajo definido para este tipo de petición
827 text_unallowed_characters: Caracteres no permitidos
828 text_unallowed_characters: Caracteres no permitidos
828 text_user_mail_option: "De los proyectos no seleccionados, sólo recibirá notificaciones sobre elementos monitorizados o elementos en los que esté involucrado (por ejemplo, peticiones de las que usted sea autor o asignadas a usted)."
829 text_user_mail_option: "De los proyectos no seleccionados, sólo recibirá notificaciones sobre elementos monitorizados o elementos en los que esté involucrado (por ejemplo, peticiones de las que usted sea autor o asignadas a usted)."
829 text_user_wrote: "{{value}} escribió:"
830 text_user_wrote: "{{value}} escribió:"
830 text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido?
831 text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido?
831 text_workflow_edit: Seleccionar un flujo de trabajo para actualizar
832 text_workflow_edit: Seleccionar un flujo de trabajo para actualizar
832 text_plugin_assets_writable: Se puede escribir en el directorio público de las extensiones
833 text_plugin_assets_writable: Se puede escribir en el directorio público de las extensiones
833 warning_attachments_not_saved: "No se han podido grabar {{count}} ficheros."
834 warning_attachments_not_saved: "No se han podido grabar {{count}} ficheros."
834 button_create_and_continue: Crear y continuar
835 button_create_and_continue: Crear y continuar
835 text_custom_field_possible_values_info: 'Un valor en cada línea'
836 text_custom_field_possible_values_info: 'Un valor en cada línea'
836 label_display: Mostrar
837 label_display: Mostrar
837 field_editable: Modificable
838 field_editable: Modificable
838 setting_repository_log_display_limit: Número máximo de revisiones mostradas en el fichero de trazas
839 setting_repository_log_display_limit: Número máximo de revisiones mostradas en el fichero de trazas
839 setting_file_max_size_displayed: Tamaño máximo de los ficheros de texto mostrados
840 setting_file_max_size_displayed: Tamaño máximo de los ficheros de texto mostrados
840 field_watcher: Seguidor
841 field_watcher: Seguidor
841 setting_openid: Permitir identificación y registro por OpenID
842 setting_openid: Permitir identificación y registro por OpenID
842 field_identity_url: URL de OpenID
843 field_identity_url: URL de OpenID
843 label_login_with_open_id_option: o identifíquese con OpenID
844 label_login_with_open_id_option: o identifíquese con OpenID
844 field_content: Contenido
845 field_content: Contenido
845 label_descending: Descendente
846 label_descending: Descendente
846 label_sort: Ordenar
847 label_sort: Ordenar
847 label_ascending: Ascendente
848 label_ascending: Ascendente
848 label_date_from_to: Desde {{start}} hasta {{end}}
849 label_date_from_to: Desde {{start}} hasta {{end}}
849 label_greater_or_equal: ">="
850 label_greater_or_equal: ">="
850 label_less_or_equal: <=
851 label_less_or_equal: <=
851 text_wiki_page_destroy_question: Esta página tiene {{descendants}} página(s) hija(s) y descendiente(s). ¿Qué desea hacer?
852 text_wiki_page_destroy_question: Esta página tiene {{descendants}} página(s) hija(s) y descendiente(s). ¿Qué desea hacer?
852 text_wiki_page_reassign_children: Reasignar páginas hijas a esta página
853 text_wiki_page_reassign_children: Reasignar páginas hijas a esta página
853 text_wiki_page_nullify_children: Dejar páginas hijas como páginas raíz
854 text_wiki_page_nullify_children: Dejar páginas hijas como páginas raíz
854 text_wiki_page_destroy_children: Eliminar páginas hijas y todos sus descendientes
855 text_wiki_page_destroy_children: Eliminar páginas hijas y todos sus descendientes
855 setting_password_min_length: Longitud mínima de la contraseña
856 setting_password_min_length: Longitud mínima de la contraseña
856 field_group_by: Agrupar resultados por
857 field_group_by: Agrupar resultados por
857 mail_subject_wiki_content_updated: "La página wiki '{{page}}' ha sido actualizada"
858 mail_subject_wiki_content_updated: "La página wiki '{{page}}' ha sido actualizada"
858 label_wiki_content_added: Página wiki añadida
859 label_wiki_content_added: Página wiki añadida
859 mail_subject_wiki_content_added: "Se ha añadido la página wiki '{{page}}'."
860 mail_subject_wiki_content_added: "Se ha añadido la página wiki '{{page}}'."
860 mail_body_wiki_content_added: "{{author}} ha añadido la página wiki '{{page}}'."
861 mail_body_wiki_content_added: "{{author}} ha añadido la página wiki '{{page}}'."
861 label_wiki_content_updated: Página wiki actualizada
862 label_wiki_content_updated: Página wiki actualizada
862 mail_body_wiki_content_updated: La página wiki '{{page}}' ha sido actualizada por {{author}}.
863 mail_body_wiki_content_updated: La página wiki '{{page}}' ha sido actualizada por {{author}}.
863 permission_add_project: Crear proyecto
864 permission_add_project: Crear proyecto
864 setting_new_project_user_role_id: Permiso asignado a un usuario no-administrador para crear proyectos
865 setting_new_project_user_role_id: Permiso asignado a un usuario no-administrador para crear proyectos
865 label_view_all_revisions: Ver todas las revisiones
866 label_view_all_revisions: Ver todas las revisiones
866 label_tag: Etiqueta
867 label_tag: Etiqueta
867 label_branch: Rama
868 label_branch: Rama
868 error_no_tracker_in_project: Este proyecto no tiene asociados tipos de peticiones. Por favor, revise la configuración.
869 error_no_tracker_in_project: Este proyecto no tiene asociados tipos de peticiones. Por favor, revise la configuración.
869 error_no_default_issue_status: No se ha definido un estado de petición por defecto. Por favor, revise la configuración (en "Administración" -> "Estados de las peticiones").
870 error_no_default_issue_status: No se ha definido un estado de petición por defecto. Por favor, revise la configuración (en "Administración" -> "Estados de las peticiones").
870 text_journal_changed: "{{label}} cambiado {{old}} por {{new}}"
871 text_journal_changed: "{{label}} cambiado {{old}} por {{new}}"
871 text_journal_set_to: "{{label}} establecido a {{value}}"
872 text_journal_set_to: "{{label}} establecido a {{value}}"
872 text_journal_deleted: "{{label}} eliminado ({{old}})"
873 text_journal_deleted: "{{label}} eliminado ({{old}})"
873 label_group_plural: Grupos
874 label_group_plural: Grupos
874 label_group: Grupo
875 label_group: Grupo
875 label_group_new: Nuevo grupo
876 label_group_new: Nuevo grupo
876 label_time_entry_plural: Tiempo dedicado
877 label_time_entry_plural: Tiempo dedicado
877 text_journal_added: "Añadido {{label}} {{value}}"
878 text_journal_added: "Añadido {{label}} {{value}}"
878 field_active: Activo
879 field_active: Activo
879 enumeration_system_activity: Actividad del sistema
880 enumeration_system_activity: Actividad del sistema
880 permission_delete_issue_watchers: Borrar seguidores
881 permission_delete_issue_watchers: Borrar seguidores
881 version_status_closed: cerrado
882 version_status_closed: cerrado
882 version_status_locked: bloqueado
883 version_status_locked: bloqueado
883 version_status_open: abierto
884 version_status_open: abierto
884 error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada
885 error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada
885
886
886 label_user_anonymous: Anónimo
887 label_user_anonymous: Anónimo
887 button_move_and_follow: Mover y seguir
888 button_move_and_follow: Mover y seguir
888 setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos
889 setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos
889 setting_gravatar_default: Imagen Gravatar por defecto
890 setting_gravatar_default: Imagen Gravatar por defecto
890 field_sharing: Compartir
891 field_sharing: Compartir
891 button_copy_and_follow: Copiar y seguir
892 button_copy_and_follow: Copiar y seguir
892 label_version_sharing_hierarchy: Con la jerarquía del proyecto
893 label_version_sharing_hierarchy: Con la jerarquía del proyecto
893 label_version_sharing_tree: Con el árbol del proyecto
894 label_version_sharing_tree: Con el árbol del proyecto
894 label_version_sharing_descendants: Con proyectos hijo
895 label_version_sharing_descendants: Con proyectos hijo
895 label_version_sharing_system: Con todos los proyectos
896 label_version_sharing_system: Con todos los proyectos
896 label_version_sharing_none: No compartir
897 label_version_sharing_none: No compartir
897 button_duplicate: Duplicar
898 button_duplicate: Duplicar
898 error_can_not_archive_project: Este proyecto no puede ser archivado
899 error_can_not_archive_project: Este proyecto no puede ser archivado
899 label_copy_source: Fuente
900 label_copy_source: Fuente
900 setting_issue_done_ratio: Calcular el ratio de tareas realizadas con
901 setting_issue_done_ratio: Calcular el ratio de tareas realizadas con
901 setting_issue_done_ratio_issue_status: Usar el estado de tareas
902 setting_issue_done_ratio_issue_status: Usar el estado de tareas
902 error_issue_done_ratios_not_updated: Ratios de tareas realizadas no actualizado.
903 error_issue_done_ratios_not_updated: Ratios de tareas realizadas no actualizado.
903 error_workflow_copy_target: Por favor, elija categoría(s) y perfil(es) destino
904 error_workflow_copy_target: Por favor, elija categoría(s) y perfil(es) destino
904 setting_issue_done_ratio_issue_field: Utilizar el campo de petición
905 setting_issue_done_ratio_issue_field: Utilizar el campo de petición
905 label_copy_same_as_target: El mismo que el destino
906 label_copy_same_as_target: El mismo que el destino
906 label_copy_target: Destino
907 label_copy_target: Destino
907 notice_issue_done_ratios_updated: Ratios de tareas realizadas actualizados.
908 notice_issue_done_ratios_updated: Ratios de tareas realizadas actualizados.
908 error_workflow_copy_source: Por favor, elija una categoría o rol de origen
909 error_workflow_copy_source: Por favor, elija una categoría o rol de origen
909 label_update_issue_done_ratios: Actualizar ratios de tareas realizadas
910 label_update_issue_done_ratios: Actualizar ratios de tareas realizadas
910 setting_start_of_week: Comenzar las semanas en
911 setting_start_of_week: Comenzar las semanas en
911 permission_view_issues: Ver peticiones
912 permission_view_issues: Ver peticiones
912 label_display_used_statuses_only: Sólo mostrar los estados usados por este tipo de petición
913 label_display_used_statuses_only: Sólo mostrar los estados usados por este tipo de petición
913 label_revision_id: Revisión {{value}}
914 label_revision_id: Revisión {{value}}
914 label_api_access_key: Clave de acceso de la API
915 label_api_access_key: Clave de acceso de la API
915 label_api_access_key_created_on: Clave de acceso de la API creada hace {{value}}
916 label_api_access_key_created_on: Clave de acceso de la API creada hace {{value}}
916 label_feeds_access_key: Clave de acceso RSS
917 label_feeds_access_key: Clave de acceso RSS
917 notice_api_access_key_reseted: Clave de acceso a la API regenerada.
918 notice_api_access_key_reseted: Clave de acceso a la API regenerada.
918 setting_rest_api_enabled: Activar servicio web REST
919 setting_rest_api_enabled: Activar servicio web REST
919 label_missing_api_access_key: Clave de acceso a la API ausente
920 label_missing_api_access_key: Clave de acceso a la API ausente
920 label_missing_feeds_access_key: Clave de accesso RSS ausente
921 label_missing_feeds_access_key: Clave de accesso RSS ausente
921 button_show: Mostrar
922 button_show: Mostrar
922 text_line_separated: Múltiples valores permitidos (un valor en cada línea).
923 text_line_separated: Múltiples valores permitidos (un valor en cada línea).
923 setting_mail_handler_body_delimiters: Truncar correos tras una de estas líneas
924 setting_mail_handler_body_delimiters: Truncar correos tras una de estas líneas
924 permission_add_subprojects: Crear subproyectos
925 permission_add_subprojects: Crear subproyectos
925 label_subproject_new: Nuevo subproyecto
926 label_subproject_new: Nuevo subproyecto
926 text_own_membership_delete_confirmation: |-
927 text_own_membership_delete_confirmation: |-
927 Está a punto de eliminar algún o todos sus permisos y podría perder la posibilidad de modificar este proyecto tras hacerlo.
928 Está a punto de eliminar algún o todos sus permisos y podría perder la posibilidad de modificar este proyecto tras hacerlo.
928 ¿Está seguro de querer continuar?
929 ¿Está seguro de querer continuar?
929 label_close_versions: Cerrar versiones completadas
930 label_close_versions: Cerrar versiones completadas
930 label_board_sticky: Pegajoso
931 label_board_sticky: Pegajoso
931 label_board_locked: Bloqueado
932 label_board_locked: Bloqueado
932 permission_export_wiki_pages: Exportar páginas wiki
933 permission_export_wiki_pages: Exportar páginas wiki
933 setting_cache_formatted_text: Cachear texto formateado
934 setting_cache_formatted_text: Cachear texto formateado
934 permission_manage_project_activities: Gestionar actividades del proyecto
935 permission_manage_project_activities: Gestionar actividades del proyecto
935 error_unable_delete_issue_status: Fue imposible eliminar el estado de la petición
936 error_unable_delete_issue_status: Fue imposible eliminar el estado de la petición
936 label_profile: Perfil
937 label_profile: Perfil
937 permission_manage_subtasks: Gestionar subtareas
938 permission_manage_subtasks: Gestionar subtareas
938 field_parent_issue: Tarea padre
939 field_parent_issue: Tarea padre
939 label_subtask_plural: Subtareas
940 label_subtask_plural: Subtareas
940 label_project_copy_notifications: Enviar notificaciones por correo electrónico durante la copia del proyecto
941 label_project_copy_notifications: Enviar notificaciones por correo electrónico durante la copia del proyecto
941 error_can_not_delete_custom_field: Fue imposible eliminar el campo personalizado
942 error_can_not_delete_custom_field: Fue imposible eliminar el campo personalizado
942 error_unable_to_connect: Fue imposible conectar con ({{value}})
943 error_unable_to_connect: Fue imposible conectar con ({{value}})
943 error_can_not_remove_role: Este rol está en uso y no puede ser eliminado.
944 error_can_not_remove_role: Este rol está en uso y no puede ser eliminado.
944 error_can_not_delete_tracker: Este tipo contiene peticiones y no puede ser eliminado.
945 error_can_not_delete_tracker: Este tipo contiene peticiones y no puede ser eliminado.
945 field_principal: Principal
946 field_principal: Principal
946 label_my_page_block: Bloque Mi página
947 label_my_page_block: Bloque Mi página
947 notice_failed_to_save_members: "Fallo al guardar miembro(s): {{errors}}."
948 notice_failed_to_save_members: "Fallo al guardar miembro(s): {{errors}}."
948 text_zoom_out: Alejar
949 text_zoom_out: Alejar
949 text_zoom_in: Acercar
950 text_zoom_in: Acercar
950 notice_unable_delete_time_entry: Fue imposible eliminar la entrada de tiempo dedicado.
951 notice_unable_delete_time_entry: Fue imposible eliminar la entrada de tiempo dedicado.
951 label_overall_spent_time: Tiempo total dedicado
952 label_overall_spent_time: Tiempo total dedicado
952 field_time_entries: Log time
953 field_time_entries: Log time
953 project_module_gantt: Gantt
954 project_module_gantt: Gantt
954 project_module_calendar: Calendario
955 project_module_calendar: Calendario
955 button_edit_associated_wikipage: "Editar paginas Wiki asociadas: {{page_title}}"
956 button_edit_associated_wikipage: "Editar paginas Wiki asociadas: {{page_title}}"
956 text_are_you_sure_with_children: ¿Borrar peticiones y todas sus peticiones hijas?
957 text_are_you_sure_with_children: ¿Borrar peticiones y todas sus peticiones hijas?
957 field_text: Campo de texto
958 field_text: Campo de texto
958 label_user_mail_option_only_owner: Solo para objetos que soy propietario
959 setting_default_notification_option: Opcion de notificacion por defecto
959 setting_default_notification_option: Opcion de notificacion por defecto
960 label_user_mail_option_only_my_events: Solo para objetos que soy seguidor o estoy involucrado
961 label_user_mail_option_only_assigned: Solo para objetos que estoy asignado
962 label_user_mail_option_none: Sin eventos
963 field_member_of_group: Asignado al grupo
960 field_member_of_group: Asignado al grupo
964 field_assigned_to_role: Asignado al perfil
961 field_assigned_to_role: Asignado al perfil
965 notice_not_authorized_archived_project: El proyecto al que intenta acceder ha sido archivado.
962 notice_not_authorized_archived_project: El proyecto al que intenta acceder ha sido archivado.
966 label_principal_search: "Buscar por usuario o grupo:"
963 label_principal_search: "Buscar por usuario o grupo:"
967 label_user_search: "Buscar por usuario:"
964 label_user_search: "Buscar por usuario:"
968 field_visible: Visible
965 field_visible: Visible
969 setting_emails_header: Encabezado de Correos
966 setting_emails_header: Encabezado de Correos
@@ -1,947 +1,943
1 # French translations for Ruby on Rails
1 # French translations for Ruby on Rails
2 # by Christian Lescuyer (christian@flyingcoders.com)
2 # by Christian Lescuyer (christian@flyingcoders.com)
3 # contributor: Sebastien Grosjean - ZenCocoon.com
3 # contributor: Sebastien Grosjean - ZenCocoon.com
4 # contributor: Thibaut Cuvelier - Developpez.com
4 # contributor: Thibaut Cuvelier - Developpez.com
5
5
6 fr:
6 fr:
7 direction: ltr
7 direction: ltr
8 date:
8 date:
9 formats:
9 formats:
10 default: "%d/%m/%Y"
10 default: "%d/%m/%Y"
11 short: "%e %b"
11 short: "%e %b"
12 long: "%e %B %Y"
12 long: "%e %B %Y"
13 long_ordinal: "%e %B %Y"
13 long_ordinal: "%e %B %Y"
14 only_day: "%e"
14 only_day: "%e"
15
15
16 day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi]
16 day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi]
17 abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam]
17 abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam]
18 month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre]
18 month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre]
19 abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.]
19 abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.]
20 order: [ :day, :month, :year ]
20 order: [ :day, :month, :year ]
21
21
22 time:
22 time:
23 formats:
23 formats:
24 default: "%d/%m/%Y %H:%M"
24 default: "%d/%m/%Y %H:%M"
25 time: "%H:%M"
25 time: "%H:%M"
26 short: "%d %b %H:%M"
26 short: "%d %b %H:%M"
27 long: "%A %d %B %Y %H:%M:%S %Z"
27 long: "%A %d %B %Y %H:%M:%S %Z"
28 long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
28 long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
29 only_second: "%S"
29 only_second: "%S"
30 am: 'am'
30 am: 'am'
31 pm: 'pm'
31 pm: 'pm'
32
32
33 datetime:
33 datetime:
34 distance_in_words:
34 distance_in_words:
35 half_a_minute: "30 secondes"
35 half_a_minute: "30 secondes"
36 less_than_x_seconds:
36 less_than_x_seconds:
37 zero: "moins d'une seconde"
37 zero: "moins d'une seconde"
38 one: "moins d'une seconde"
38 one: "moins d'une seconde"
39 other: "moins de {{count}} secondes"
39 other: "moins de {{count}} secondes"
40 x_seconds:
40 x_seconds:
41 one: "1 seconde"
41 one: "1 seconde"
42 other: "{{count}} secondes"
42 other: "{{count}} secondes"
43 less_than_x_minutes:
43 less_than_x_minutes:
44 zero: "moins d'une minute"
44 zero: "moins d'une minute"
45 one: "moins d'une minute"
45 one: "moins d'une minute"
46 other: "moins de {{count}} minutes"
46 other: "moins de {{count}} minutes"
47 x_minutes:
47 x_minutes:
48 one: "1 minute"
48 one: "1 minute"
49 other: "{{count}} minutes"
49 other: "{{count}} minutes"
50 about_x_hours:
50 about_x_hours:
51 one: "environ une heure"
51 one: "environ une heure"
52 other: "environ {{count}} heures"
52 other: "environ {{count}} heures"
53 x_days:
53 x_days:
54 one: "un jour"
54 one: "un jour"
55 other: "{{count}} jours"
55 other: "{{count}} jours"
56 about_x_months:
56 about_x_months:
57 one: "environ un mois"
57 one: "environ un mois"
58 other: "environ {{count}} mois"
58 other: "environ {{count}} mois"
59 x_months:
59 x_months:
60 one: "un mois"
60 one: "un mois"
61 other: "{{count}} mois"
61 other: "{{count}} mois"
62 about_x_years:
62 about_x_years:
63 one: "environ un an"
63 one: "environ un an"
64 other: "environ {{count}} ans"
64 other: "environ {{count}} ans"
65 over_x_years:
65 over_x_years:
66 one: "plus d'un an"
66 one: "plus d'un an"
67 other: "plus de {{count}} ans"
67 other: "plus de {{count}} ans"
68 almost_x_years:
68 almost_x_years:
69 one: "presqu'un an"
69 one: "presqu'un an"
70 other: "presque {{count}} ans"
70 other: "presque {{count}} ans"
71 prompts:
71 prompts:
72 year: "Année"
72 year: "Année"
73 month: "Mois"
73 month: "Mois"
74 day: "Jour"
74 day: "Jour"
75 hour: "Heure"
75 hour: "Heure"
76 minute: "Minute"
76 minute: "Minute"
77 second: "Seconde"
77 second: "Seconde"
78
78
79 number:
79 number:
80 format:
80 format:
81 precision: 3
81 precision: 3
82 separator: ','
82 separator: ','
83 delimiter: ' '
83 delimiter: ' '
84 currency:
84 currency:
85 format:
85 format:
86 unit: '€'
86 unit: '€'
87 precision: 2
87 precision: 2
88 format: '%n %u'
88 format: '%n %u'
89 human:
89 human:
90 format:
90 format:
91 precision: 2
91 precision: 2
92 storage_units:
92 storage_units:
93 format: "%n %u"
93 format: "%n %u"
94 units:
94 units:
95 byte:
95 byte:
96 one: "octet"
96 one: "octet"
97 other: "octet"
97 other: "octet"
98 kb: "ko"
98 kb: "ko"
99 mb: "Mo"
99 mb: "Mo"
100 gb: "Go"
100 gb: "Go"
101 tb: "To"
101 tb: "To"
102
102
103 support:
103 support:
104 array:
104 array:
105 sentence_connector: 'et'
105 sentence_connector: 'et'
106 skip_last_comma: true
106 skip_last_comma: true
107 word_connector: ", "
107 word_connector: ", "
108 two_words_connector: " et "
108 two_words_connector: " et "
109 last_word_connector: " et "
109 last_word_connector: " et "
110
110
111 activerecord:
111 activerecord:
112 errors:
112 errors:
113 template:
113 template:
114 header:
114 header:
115 one: "Impossible d'enregistrer {{model}} : une erreur"
115 one: "Impossible d'enregistrer {{model}} : une erreur"
116 other: "Impossible d'enregistrer {{model}} : {{count}} erreurs."
116 other: "Impossible d'enregistrer {{model}} : {{count}} erreurs."
117 body: "Veuillez vérifier les champs suivants :"
117 body: "Veuillez vérifier les champs suivants :"
118 messages:
118 messages:
119 inclusion: "n'est pas inclus(e) dans la liste"
119 inclusion: "n'est pas inclus(e) dans la liste"
120 exclusion: "n'est pas disponible"
120 exclusion: "n'est pas disponible"
121 invalid: "n'est pas valide"
121 invalid: "n'est pas valide"
122 confirmation: "ne concorde pas avec la confirmation"
122 confirmation: "ne concorde pas avec la confirmation"
123 accepted: "doit être accepté(e)"
123 accepted: "doit être accepté(e)"
124 empty: "doit être renseigné(e)"
124 empty: "doit être renseigné(e)"
125 blank: "doit être renseigné(e)"
125 blank: "doit être renseigné(e)"
126 too_long: "est trop long (pas plus de {{count}} caractères)"
126 too_long: "est trop long (pas plus de {{count}} caractères)"
127 too_short: "est trop court (au moins {{count}} caractères)"
127 too_short: "est trop court (au moins {{count}} caractères)"
128 wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)"
128 wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)"
129 taken: "est déjà utilisé"
129 taken: "est déjà utilisé"
130 not_a_number: "n'est pas un nombre"
130 not_a_number: "n'est pas un nombre"
131 greater_than: "doit être supérieur à {{count}}"
131 greater_than: "doit être supérieur à {{count}}"
132 greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}"
132 greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}"
133 equal_to: "doit être égal à {{count}}"
133 equal_to: "doit être égal à {{count}}"
134 less_than: "doit être inférieur à {{count}}"
134 less_than: "doit être inférieur à {{count}}"
135 less_than_or_equal_to: "doit être inférieur ou égal à {{count}}"
135 less_than_or_equal_to: "doit être inférieur ou égal à {{count}}"
136 odd: "doit être impair"
136 odd: "doit être impair"
137 even: "doit être pair"
137 even: "doit être pair"
138 greater_than_start_date: "doit être postérieure à la date de début"
138 greater_than_start_date: "doit être postérieure à la date de début"
139 not_same_project: "n'appartient pas au même projet"
139 not_same_project: "n'appartient pas au même projet"
140 circular_dependency: "Cette relation créerait une dépendance circulaire"
140 circular_dependency: "Cette relation créerait une dépendance circulaire"
141 cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches"
141 cant_link_an_issue_with_a_descendant: "Une demande ne peut pas être liée à l'une de ses sous-tâches"
142
142
143 actionview_instancetag_blank_option: Choisir
143 actionview_instancetag_blank_option: Choisir
144
144
145 general_text_No: 'Non'
145 general_text_No: 'Non'
146 general_text_Yes: 'Oui'
146 general_text_Yes: 'Oui'
147 general_text_no: 'non'
147 general_text_no: 'non'
148 general_text_yes: 'oui'
148 general_text_yes: 'oui'
149 general_lang_name: 'Français'
149 general_lang_name: 'Français'
150 general_csv_separator: ';'
150 general_csv_separator: ';'
151 general_csv_decimal_separator: ','
151 general_csv_decimal_separator: ','
152 general_csv_encoding: ISO-8859-1
152 general_csv_encoding: ISO-8859-1
153 general_pdf_encoding: ISO-8859-1
153 general_pdf_encoding: ISO-8859-1
154 general_first_day_of_week: '1'
154 general_first_day_of_week: '1'
155
155
156 notice_account_updated: Le compte a été mis à jour avec succès.
156 notice_account_updated: Le compte a été mis à jour avec succès.
157 notice_account_invalid_creditentials: Identifiant ou mot de passe invalide.
157 notice_account_invalid_creditentials: Identifiant ou mot de passe invalide.
158 notice_account_password_updated: Mot de passe mis à jour avec succès.
158 notice_account_password_updated: Mot de passe mis à jour avec succès.
159 notice_account_wrong_password: Mot de passe incorrect
159 notice_account_wrong_password: Mot de passe incorrect
160 notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé.
160 notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé.
161 notice_account_unknown_email: Aucun compte ne correspond à cette adresse.
161 notice_account_unknown_email: Aucun compte ne correspond à cette adresse.
162 notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe.
162 notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe.
163 notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé.
163 notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé.
164 notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter.
164 notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter.
165 notice_successful_create: Création effectuée avec succès.
165 notice_successful_create: Création effectuée avec succès.
166 notice_successful_update: Mise à jour effectuée avec succès.
166 notice_successful_update: Mise à jour effectuée avec succès.
167 notice_successful_delete: Suppression effectuée avec succès.
167 notice_successful_delete: Suppression effectuée avec succès.
168 notice_successful_connection: Connection réussie.
168 notice_successful_connection: Connection réussie.
169 notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée."
169 notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée."
170 notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible.
170 notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible.
171 notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page."
171 notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page."
172 notice_email_sent: "Un email a été envoyé à {{value}}"
172 notice_email_sent: "Un email a été envoyé à {{value}}"
173 notice_email_error: "Erreur lors de l'envoi de l'email ({{value}})"
173 notice_email_error: "Erreur lors de l'envoi de l'email ({{value}})"
174 notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée."
174 notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée."
175 notice_failed_to_save_issues: "{{count}} demande(s) sur les {{total}} sélectionnées n'ont pas pu être mise(s) à jour : {{ids}}."
175 notice_failed_to_save_issues: "{{count}} demande(s) sur les {{total}} sélectionnées n'ont pas pu être mise(s) à jour : {{ids}}."
176 notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour."
176 notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour."
177 notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur."
177 notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur."
178 notice_default_data_loaded: Paramétrage par défaut chargé avec succès.
178 notice_default_data_loaded: Paramétrage par défaut chargé avec succès.
179 notice_unable_delete_version: Impossible de supprimer cette version.
179 notice_unable_delete_version: Impossible de supprimer cette version.
180 notice_issue_done_ratios_updated: L'avancement des demandes a été mis à jour.
180 notice_issue_done_ratios_updated: L'avancement des demandes a été mis à jour.
181 notice_api_access_key_reseted: Votre clé d'accès API a été réinitialisée.
181 notice_api_access_key_reseted: Votre clé d'accès API a été réinitialisée.
182
182
183 error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage : {{value}}"
183 error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage : {{value}}"
184 error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt."
184 error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt."
185 error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt : {{value}}"
185 error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt : {{value}}"
186 error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée."
186 error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée."
187 error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet"
187 error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet"
188 error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte'
188 error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte'
189 error_can_not_archive_project: "Ce projet ne peut pas être archivé"
189 error_can_not_archive_project: "Ce projet ne peut pas être archivé"
190 error_workflow_copy_source: 'Veuillez sélectionner un tracker et/ou un rôle source'
190 error_workflow_copy_source: 'Veuillez sélectionner un tracker et/ou un rôle source'
191 error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles'
191 error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles'
192 error_issue_done_ratios_not_updated: L'avancement des demandes n'a pas pu être mis à jour.
192 error_issue_done_ratios_not_updated: L'avancement des demandes n'a pas pu être mis à jour.
193
193
194 warning_attachments_not_saved: "{{count}} fichier(s) n'ont pas pu être sauvegardés."
194 warning_attachments_not_saved: "{{count}} fichier(s) n'ont pas pu être sauvegardés."
195
195
196 mail_subject_lost_password: "Votre mot de passe {{value}}"
196 mail_subject_lost_password: "Votre mot de passe {{value}}"
197 mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant :'
197 mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant :'
198 mail_subject_register: "Activation de votre compte {{value}}"
198 mail_subject_register: "Activation de votre compte {{value}}"
199 mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant :'
199 mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant :'
200 mail_body_account_information_external: "Vous pouvez utiliser votre compte {{value}} pour vous connecter."
200 mail_body_account_information_external: "Vous pouvez utiliser votre compte {{value}} pour vous connecter."
201 mail_body_account_information: Paramètres de connexion de votre compte
201 mail_body_account_information: Paramètres de connexion de votre compte
202 mail_subject_account_activation_request: "Demande d'activation d'un compte {{value}}"
202 mail_subject_account_activation_request: "Demande d'activation d'un compte {{value}}"
203 mail_body_account_activation_request: "Un nouvel utilisateur ({{value}}) s'est inscrit. Son compte nécessite votre approbation :"
203 mail_body_account_activation_request: "Un nouvel utilisateur ({{value}}) s'est inscrit. Son compte nécessite votre approbation :"
204 mail_subject_reminder: "{{count}} demande(s) arrivent à échéance ({{days}})"
204 mail_subject_reminder: "{{count}} demande(s) arrivent à échéance ({{days}})"
205 mail_body_reminder: "{{count}} demande(s) qui vous sont assignées arrivent à échéance dans les {{days}} prochains jours :"
205 mail_body_reminder: "{{count}} demande(s) qui vous sont assignées arrivent à échéance dans les {{days}} prochains jours :"
206 mail_subject_wiki_content_added: "Page wiki '{{page}}' ajoutée"
206 mail_subject_wiki_content_added: "Page wiki '{{page}}' ajoutée"
207 mail_body_wiki_content_added: "La page wiki '{{page}}' a été ajoutée par {{author}}."
207 mail_body_wiki_content_added: "La page wiki '{{page}}' a été ajoutée par {{author}}."
208 mail_subject_wiki_content_updated: "Page wiki '{{page}}' mise à jour"
208 mail_subject_wiki_content_updated: "Page wiki '{{page}}' mise à jour"
209 mail_body_wiki_content_updated: "La page wiki '{{page}}' a été mise à jour par {{author}}."
209 mail_body_wiki_content_updated: "La page wiki '{{page}}' a été mise à jour par {{author}}."
210
210
211 gui_validation_error: 1 erreur
211 gui_validation_error: 1 erreur
212 gui_validation_error_plural: "{{count}} erreurs"
212 gui_validation_error_plural: "{{count}} erreurs"
213
213
214 field_name: Nom
214 field_name: Nom
215 field_description: Description
215 field_description: Description
216 field_summary: Résumé
216 field_summary: Résumé
217 field_is_required: Obligatoire
217 field_is_required: Obligatoire
218 field_firstname: Prénom
218 field_firstname: Prénom
219 field_lastname: Nom
219 field_lastname: Nom
220 field_mail: "Email "
220 field_mail: "Email "
221 field_filename: Fichier
221 field_filename: Fichier
222 field_filesize: Taille
222 field_filesize: Taille
223 field_downloads: Téléchargements
223 field_downloads: Téléchargements
224 field_author: Auteur
224 field_author: Auteur
225 field_created_on: "Créé "
225 field_created_on: "Créé "
226 field_updated_on: "Mis-à-jour "
226 field_updated_on: "Mis-à-jour "
227 field_field_format: Format
227 field_field_format: Format
228 field_is_for_all: Pour tous les projets
228 field_is_for_all: Pour tous les projets
229 field_possible_values: Valeurs possibles
229 field_possible_values: Valeurs possibles
230 field_regexp: Expression régulière
230 field_regexp: Expression régulière
231 field_min_length: Longueur minimum
231 field_min_length: Longueur minimum
232 field_max_length: Longueur maximum
232 field_max_length: Longueur maximum
233 field_value: Valeur
233 field_value: Valeur
234 field_category: Catégorie
234 field_category: Catégorie
235 field_title: Titre
235 field_title: Titre
236 field_project: Projet
236 field_project: Projet
237 field_issue: Demande
237 field_issue: Demande
238 field_status: Statut
238 field_status: Statut
239 field_notes: Notes
239 field_notes: Notes
240 field_is_closed: Demande fermée
240 field_is_closed: Demande fermée
241 field_is_default: Valeur par défaut
241 field_is_default: Valeur par défaut
242 field_tracker: Tracker
242 field_tracker: Tracker
243 field_subject: Sujet
243 field_subject: Sujet
244 field_due_date: Echéance
244 field_due_date: Echéance
245 field_assigned_to: Assigné à
245 field_assigned_to: Assigné à
246 field_priority: Priorité
246 field_priority: Priorité
247 field_fixed_version: Version cible
247 field_fixed_version: Version cible
248 field_user: Utilisateur
248 field_user: Utilisateur
249 field_role: Rôle
249 field_role: Rôle
250 field_homepage: "Site web "
250 field_homepage: "Site web "
251 field_is_public: Public
251 field_is_public: Public
252 field_parent: Sous-projet de
252 field_parent: Sous-projet de
253 field_is_in_roadmap: Demandes affichées dans la roadmap
253 field_is_in_roadmap: Demandes affichées dans la roadmap
254 field_login: "Identifiant "
254 field_login: "Identifiant "
255 field_mail_notification: Notifications par mail
255 field_mail_notification: Notifications par mail
256 field_admin: Administrateur
256 field_admin: Administrateur
257 field_last_login_on: "Dernière connexion "
257 field_last_login_on: "Dernière connexion "
258 field_language: Langue
258 field_language: Langue
259 field_effective_date: Date
259 field_effective_date: Date
260 field_password: Mot de passe
260 field_password: Mot de passe
261 field_new_password: Nouveau mot de passe
261 field_new_password: Nouveau mot de passe
262 field_password_confirmation: Confirmation
262 field_password_confirmation: Confirmation
263 field_version: Version
263 field_version: Version
264 field_type: Type
264 field_type: Type
265 field_host: Hôte
265 field_host: Hôte
266 field_port: Port
266 field_port: Port
267 field_account: Compte
267 field_account: Compte
268 field_base_dn: Base DN
268 field_base_dn: Base DN
269 field_attr_login: Attribut Identifiant
269 field_attr_login: Attribut Identifiant
270 field_attr_firstname: Attribut Prénom
270 field_attr_firstname: Attribut Prénom
271 field_attr_lastname: Attribut Nom
271 field_attr_lastname: Attribut Nom
272 field_attr_mail: Attribut Email
272 field_attr_mail: Attribut Email
273 field_onthefly: Création des utilisateurs à la volée
273 field_onthefly: Création des utilisateurs à la volée
274 field_start_date: Début
274 field_start_date: Début
275 field_done_ratio: % réalisé
275 field_done_ratio: % réalisé
276 field_auth_source: Mode d'authentification
276 field_auth_source: Mode d'authentification
277 field_hide_mail: Cacher mon adresse mail
277 field_hide_mail: Cacher mon adresse mail
278 field_comments: Commentaire
278 field_comments: Commentaire
279 field_url: URL
279 field_url: URL
280 field_start_page: Page de démarrage
280 field_start_page: Page de démarrage
281 field_subproject: Sous-projet
281 field_subproject: Sous-projet
282 field_hours: Heures
282 field_hours: Heures
283 field_activity: Activité
283 field_activity: Activité
284 field_spent_on: Date
284 field_spent_on: Date
285 field_identifier: Identifiant
285 field_identifier: Identifiant
286 field_is_filter: Utilisé comme filtre
286 field_is_filter: Utilisé comme filtre
287 field_issue_to: Demande liée
287 field_issue_to: Demande liée
288 field_delay: Retard
288 field_delay: Retard
289 field_assignable: Demandes assignables à ce rôle
289 field_assignable: Demandes assignables à ce rôle
290 field_redirect_existing_links: Rediriger les liens existants
290 field_redirect_existing_links: Rediriger les liens existants
291 field_estimated_hours: Temps estimé
291 field_estimated_hours: Temps estimé
292 field_column_names: Colonnes
292 field_column_names: Colonnes
293 field_time_zone: Fuseau horaire
293 field_time_zone: Fuseau horaire
294 field_searchable: Utilisé pour les recherches
294 field_searchable: Utilisé pour les recherches
295 field_default_value: Valeur par défaut
295 field_default_value: Valeur par défaut
296 field_comments_sorting: Afficher les commentaires
296 field_comments_sorting: Afficher les commentaires
297 field_parent_title: Page parent
297 field_parent_title: Page parent
298 field_editable: Modifiable
298 field_editable: Modifiable
299 field_watcher: Observateur
299 field_watcher: Observateur
300 field_identity_url: URL OpenID
300 field_identity_url: URL OpenID
301 field_content: Contenu
301 field_content: Contenu
302 field_group_by: Grouper par
302 field_group_by: Grouper par
303 field_sharing: Partage
303 field_sharing: Partage
304 field_active: Actif
304 field_active: Actif
305 field_parent_issue: Tâche parente
305 field_parent_issue: Tâche parente
306
306
307 setting_app_title: Titre de l'application
307 setting_app_title: Titre de l'application
308 setting_app_subtitle: Sous-titre de l'application
308 setting_app_subtitle: Sous-titre de l'application
309 setting_welcome_text: Texte d'accueil
309 setting_welcome_text: Texte d'accueil
310 setting_default_language: Langue par défaut
310 setting_default_language: Langue par défaut
311 setting_login_required: Authentification obligatoire
311 setting_login_required: Authentification obligatoire
312 setting_self_registration: Inscription des nouveaux utilisateurs
312 setting_self_registration: Inscription des nouveaux utilisateurs
313 setting_attachment_max_size: Taille max des fichiers
313 setting_attachment_max_size: Taille max des fichiers
314 setting_issues_export_limit: Limite export demandes
314 setting_issues_export_limit: Limite export demandes
315 setting_mail_from: Adresse d'émission
315 setting_mail_from: Adresse d'émission
316 setting_bcc_recipients: Destinataires en copie cachée (cci)
316 setting_bcc_recipients: Destinataires en copie cachée (cci)
317 setting_plain_text_mail: Mail texte brut (non HTML)
317 setting_plain_text_mail: Mail texte brut (non HTML)
318 setting_host_name: Nom d'hôte et chemin
318 setting_host_name: Nom d'hôte et chemin
319 setting_text_formatting: Formatage du texte
319 setting_text_formatting: Formatage du texte
320 setting_wiki_compression: Compression historique wiki
320 setting_wiki_compression: Compression historique wiki
321 setting_feeds_limit: Limite du contenu des flux RSS
321 setting_feeds_limit: Limite du contenu des flux RSS
322 setting_default_projects_public: Définir les nouveaux projects comme publics par défaut
322 setting_default_projects_public: Définir les nouveaux projects comme publics par défaut
323 setting_autofetch_changesets: Récupération auto. des commits
323 setting_autofetch_changesets: Récupération auto. des commits
324 setting_sys_api_enabled: Activer les WS pour la gestion des dépôts
324 setting_sys_api_enabled: Activer les WS pour la gestion des dépôts
325 setting_commit_ref_keywords: Mot-clés de référencement
325 setting_commit_ref_keywords: Mot-clés de référencement
326 setting_commit_fix_keywords: Mot-clés de résolution
326 setting_commit_fix_keywords: Mot-clés de résolution
327 setting_autologin: Autologin
327 setting_autologin: Autologin
328 setting_date_format: Format de date
328 setting_date_format: Format de date
329 setting_time_format: Format d'heure
329 setting_time_format: Format d'heure
330 setting_cross_project_issue_relations: Autoriser les relations entre demandes de différents projets
330 setting_cross_project_issue_relations: Autoriser les relations entre demandes de différents projets
331 setting_issue_list_default_columns: Colonnes affichées par défaut sur la liste des demandes
331 setting_issue_list_default_columns: Colonnes affichées par défaut sur la liste des demandes
332 setting_repositories_encodings: Encodages des dépôts
332 setting_repositories_encodings: Encodages des dépôts
333 setting_commit_logs_encoding: Encodage des messages de commit
333 setting_commit_logs_encoding: Encodage des messages de commit
334 setting_emails_footer: Pied-de-page des emails
334 setting_emails_footer: Pied-de-page des emails
335 setting_protocol: Protocole
335 setting_protocol: Protocole
336 setting_per_page_options: Options d'objets affichés par page
336 setting_per_page_options: Options d'objets affichés par page
337 setting_user_format: Format d'affichage des utilisateurs
337 setting_user_format: Format d'affichage des utilisateurs
338 setting_activity_days_default: Nombre de jours affichés sur l'activité des projets
338 setting_activity_days_default: Nombre de jours affichés sur l'activité des projets
339 setting_display_subprojects_issues: Afficher par défaut les demandes des sous-projets sur les projets principaux
339 setting_display_subprojects_issues: Afficher par défaut les demandes des sous-projets sur les projets principaux
340 setting_enabled_scm: SCM activés
340 setting_enabled_scm: SCM activés
341 setting_mail_handler_body_delimiters: "Tronquer les emails après l'une de ces lignes"
341 setting_mail_handler_body_delimiters: "Tronquer les emails après l'une de ces lignes"
342 setting_mail_handler_api_enabled: "Activer le WS pour la réception d'emails"
342 setting_mail_handler_api_enabled: "Activer le WS pour la réception d'emails"
343 setting_mail_handler_api_key: Clé de protection de l'API
343 setting_mail_handler_api_key: Clé de protection de l'API
344 setting_sequential_project_identifiers: Générer des identifiants de projet séquentiels
344 setting_sequential_project_identifiers: Générer des identifiants de projet séquentiels
345 setting_gravatar_enabled: Afficher les Gravatar des utilisateurs
345 setting_gravatar_enabled: Afficher les Gravatar des utilisateurs
346 setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées
346 setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées
347 setting_file_max_size_displayed: Taille maximum des fichiers texte affichés en ligne
347 setting_file_max_size_displayed: Taille maximum des fichiers texte affichés en ligne
348 setting_repository_log_display_limit: "Nombre maximum de revisions affichées sur l'historique d'un fichier"
348 setting_repository_log_display_limit: "Nombre maximum de revisions affichées sur l'historique d'un fichier"
349 setting_openid: "Autoriser l'authentification et l'enregistrement OpenID"
349 setting_openid: "Autoriser l'authentification et l'enregistrement OpenID"
350 setting_password_min_length: Longueur minimum des mots de passe
350 setting_password_min_length: Longueur minimum des mots de passe
351 setting_new_project_user_role_id: Rôle donné à un utilisateur non-administrateur qui crée un projet
351 setting_new_project_user_role_id: Rôle donné à un utilisateur non-administrateur qui crée un projet
352 setting_default_projects_modules: Modules activés par défaut pour les nouveaux projets
352 setting_default_projects_modules: Modules activés par défaut pour les nouveaux projets
353 setting_issue_done_ratio: Calcul de l'avancement des demandes
353 setting_issue_done_ratio: Calcul de l'avancement des demandes
354 setting_issue_done_ratio_issue_status: Utiliser le statut
354 setting_issue_done_ratio_issue_status: Utiliser le statut
355 setting_issue_done_ratio_issue_field: 'Utiliser le champ % effectué'
355 setting_issue_done_ratio_issue_field: 'Utiliser le champ % effectué'
356 setting_rest_api_enabled: Activer l'API REST
356 setting_rest_api_enabled: Activer l'API REST
357 setting_gravatar_default: Image Gravatar par défaut
357 setting_gravatar_default: Image Gravatar par défaut
358 setting_start_of_week: Jour de début des calendriers
358 setting_start_of_week: Jour de début des calendriers
359 setting_cache_formatted_text: Mettre en cache le texte formaté
359 setting_cache_formatted_text: Mettre en cache le texte formaté
360
360
361 permission_add_project: Créer un projet
361 permission_add_project: Créer un projet
362 permission_add_subprojects: Créer des sous-projets
362 permission_add_subprojects: Créer des sous-projets
363 permission_edit_project: Modifier le projet
363 permission_edit_project: Modifier le projet
364 permission_select_project_modules: Choisir les modules
364 permission_select_project_modules: Choisir les modules
365 permission_manage_members: Gérer les members
365 permission_manage_members: Gérer les members
366 permission_manage_versions: Gérer les versions
366 permission_manage_versions: Gérer les versions
367 permission_manage_categories: Gérer les catégories de demandes
367 permission_manage_categories: Gérer les catégories de demandes
368 permission_view_issues: Voir les demandes
368 permission_view_issues: Voir les demandes
369 permission_add_issues: Créer des demandes
369 permission_add_issues: Créer des demandes
370 permission_edit_issues: Modifier les demandes
370 permission_edit_issues: Modifier les demandes
371 permission_manage_issue_relations: Gérer les relations
371 permission_manage_issue_relations: Gérer les relations
372 permission_add_issue_notes: Ajouter des notes
372 permission_add_issue_notes: Ajouter des notes
373 permission_edit_issue_notes: Modifier les notes
373 permission_edit_issue_notes: Modifier les notes
374 permission_edit_own_issue_notes: Modifier ses propres notes
374 permission_edit_own_issue_notes: Modifier ses propres notes
375 permission_move_issues: Déplacer les demandes
375 permission_move_issues: Déplacer les demandes
376 permission_delete_issues: Supprimer les demandes
376 permission_delete_issues: Supprimer les demandes
377 permission_manage_public_queries: Gérer les requêtes publiques
377 permission_manage_public_queries: Gérer les requêtes publiques
378 permission_save_queries: Sauvegarder les requêtes
378 permission_save_queries: Sauvegarder les requêtes
379 permission_view_gantt: Voir le gantt
379 permission_view_gantt: Voir le gantt
380 permission_view_calendar: Voir le calendrier
380 permission_view_calendar: Voir le calendrier
381 permission_view_issue_watchers: Voir la liste des observateurs
381 permission_view_issue_watchers: Voir la liste des observateurs
382 permission_add_issue_watchers: Ajouter des observateurs
382 permission_add_issue_watchers: Ajouter des observateurs
383 permission_delete_issue_watchers: Supprimer des observateurs
383 permission_delete_issue_watchers: Supprimer des observateurs
384 permission_log_time: Saisir le temps passé
384 permission_log_time: Saisir le temps passé
385 permission_view_time_entries: Voir le temps passé
385 permission_view_time_entries: Voir le temps passé
386 permission_edit_time_entries: Modifier les temps passés
386 permission_edit_time_entries: Modifier les temps passés
387 permission_edit_own_time_entries: Modifier son propre temps passé
387 permission_edit_own_time_entries: Modifier son propre temps passé
388 permission_manage_news: Gérer les annonces
388 permission_manage_news: Gérer les annonces
389 permission_comment_news: Commenter les annonces
389 permission_comment_news: Commenter les annonces
390 permission_manage_documents: Gérer les documents
390 permission_manage_documents: Gérer les documents
391 permission_view_documents: Voir les documents
391 permission_view_documents: Voir les documents
392 permission_manage_files: Gérer les fichiers
392 permission_manage_files: Gérer les fichiers
393 permission_view_files: Voir les fichiers
393 permission_view_files: Voir les fichiers
394 permission_manage_wiki: Gérer le wiki
394 permission_manage_wiki: Gérer le wiki
395 permission_rename_wiki_pages: Renommer les pages
395 permission_rename_wiki_pages: Renommer les pages
396 permission_delete_wiki_pages: Supprimer les pages
396 permission_delete_wiki_pages: Supprimer les pages
397 permission_view_wiki_pages: Voir le wiki
397 permission_view_wiki_pages: Voir le wiki
398 permission_view_wiki_edits: "Voir l'historique des modifications"
398 permission_view_wiki_edits: "Voir l'historique des modifications"
399 permission_edit_wiki_pages: Modifier les pages
399 permission_edit_wiki_pages: Modifier les pages
400 permission_delete_wiki_pages_attachments: Supprimer les fichiers joints
400 permission_delete_wiki_pages_attachments: Supprimer les fichiers joints
401 permission_protect_wiki_pages: Protéger les pages
401 permission_protect_wiki_pages: Protéger les pages
402 permission_manage_repository: Gérer le dépôt de sources
402 permission_manage_repository: Gérer le dépôt de sources
403 permission_browse_repository: Parcourir les sources
403 permission_browse_repository: Parcourir les sources
404 permission_view_changesets: Voir les révisions
404 permission_view_changesets: Voir les révisions
405 permission_commit_access: Droit de commit
405 permission_commit_access: Droit de commit
406 permission_manage_boards: Gérer les forums
406 permission_manage_boards: Gérer les forums
407 permission_view_messages: Voir les messages
407 permission_view_messages: Voir les messages
408 permission_add_messages: Poster un message
408 permission_add_messages: Poster un message
409 permission_edit_messages: Modifier les messages
409 permission_edit_messages: Modifier les messages
410 permission_edit_own_messages: Modifier ses propres messages
410 permission_edit_own_messages: Modifier ses propres messages
411 permission_delete_messages: Supprimer les messages
411 permission_delete_messages: Supprimer les messages
412 permission_delete_own_messages: Supprimer ses propres messages
412 permission_delete_own_messages: Supprimer ses propres messages
413 permission_export_wiki_pages: Exporter les pages
413 permission_export_wiki_pages: Exporter les pages
414 permission_manage_project_activities: Gérer les activités
414 permission_manage_project_activities: Gérer les activités
415 permission_manage_subtasks: Gérer les sous-tâches
415 permission_manage_subtasks: Gérer les sous-tâches
416
416
417 project_module_issue_tracking: Suivi des demandes
417 project_module_issue_tracking: Suivi des demandes
418 project_module_time_tracking: Suivi du temps passé
418 project_module_time_tracking: Suivi du temps passé
419 project_module_news: Publication d'annonces
419 project_module_news: Publication d'annonces
420 project_module_documents: Publication de documents
420 project_module_documents: Publication de documents
421 project_module_files: Publication de fichiers
421 project_module_files: Publication de fichiers
422 project_module_wiki: Wiki
422 project_module_wiki: Wiki
423 project_module_repository: Dépôt de sources
423 project_module_repository: Dépôt de sources
424 project_module_boards: Forums de discussion
424 project_module_boards: Forums de discussion
425 project_module_gantt: Gantt
425 project_module_gantt: Gantt
426 project_module_calendar: Calendar
426 project_module_calendar: Calendar
427
427
428 label_user: Utilisateur
428 label_user: Utilisateur
429 label_user_plural: Utilisateurs
429 label_user_plural: Utilisateurs
430 label_user_new: Nouvel utilisateur
430 label_user_new: Nouvel utilisateur
431 label_user_anonymous: Anonyme
431 label_user_anonymous: Anonyme
432 label_project: Projet
432 label_project: Projet
433 label_project_new: Nouveau projet
433 label_project_new: Nouveau projet
434 label_project_plural: Projets
434 label_project_plural: Projets
435 label_x_projects:
435 label_x_projects:
436 zero: aucun projet
436 zero: aucun projet
437 one: un projet
437 one: un projet
438 other: "{{count}} projets"
438 other: "{{count}} projets"
439 label_project_all: Tous les projets
439 label_project_all: Tous les projets
440 label_project_latest: Derniers projets
440 label_project_latest: Derniers projets
441 label_issue: Demande
441 label_issue: Demande
442 label_issue_new: Nouvelle demande
442 label_issue_new: Nouvelle demande
443 label_issue_plural: Demandes
443 label_issue_plural: Demandes
444 label_issue_view_all: Voir toutes les demandes
444 label_issue_view_all: Voir toutes les demandes
445 label_issue_added: Demande ajoutée
445 label_issue_added: Demande ajoutée
446 label_issue_updated: Demande mise à jour
446 label_issue_updated: Demande mise à jour
447 label_issues_by: "Demandes par {{value}}"
447 label_issues_by: "Demandes par {{value}}"
448 label_document: Document
448 label_document: Document
449 label_document_new: Nouveau document
449 label_document_new: Nouveau document
450 label_document_plural: Documents
450 label_document_plural: Documents
451 label_document_added: Document ajouté
451 label_document_added: Document ajouté
452 label_role: Rôle
452 label_role: Rôle
453 label_role_plural: Rôles
453 label_role_plural: Rôles
454 label_role_new: Nouveau rôle
454 label_role_new: Nouveau rôle
455 label_role_and_permissions: Rôles et permissions
455 label_role_and_permissions: Rôles et permissions
456 label_member: Membre
456 label_member: Membre
457 label_member_new: Nouveau membre
457 label_member_new: Nouveau membre
458 label_member_plural: Membres
458 label_member_plural: Membres
459 label_tracker: Tracker
459 label_tracker: Tracker
460 label_tracker_plural: Trackers
460 label_tracker_plural: Trackers
461 label_tracker_new: Nouveau tracker
461 label_tracker_new: Nouveau tracker
462 label_workflow: Workflow
462 label_workflow: Workflow
463 label_issue_status: Statut de demandes
463 label_issue_status: Statut de demandes
464 label_issue_status_plural: Statuts de demandes
464 label_issue_status_plural: Statuts de demandes
465 label_issue_status_new: Nouveau statut
465 label_issue_status_new: Nouveau statut
466 label_issue_category: Catégorie de demandes
466 label_issue_category: Catégorie de demandes
467 label_issue_category_plural: Catégories de demandes
467 label_issue_category_plural: Catégories de demandes
468 label_issue_category_new: Nouvelle catégorie
468 label_issue_category_new: Nouvelle catégorie
469 label_custom_field: Champ personnalisé
469 label_custom_field: Champ personnalisé
470 label_custom_field_plural: Champs personnalisés
470 label_custom_field_plural: Champs personnalisés
471 label_custom_field_new: Nouveau champ personnalisé
471 label_custom_field_new: Nouveau champ personnalisé
472 label_enumerations: Listes de valeurs
472 label_enumerations: Listes de valeurs
473 label_enumeration_new: Nouvelle valeur
473 label_enumeration_new: Nouvelle valeur
474 label_information: Information
474 label_information: Information
475 label_information_plural: Informations
475 label_information_plural: Informations
476 label_please_login: Identification
476 label_please_login: Identification
477 label_register: S'enregistrer
477 label_register: S'enregistrer
478 label_login_with_open_id_option: S'authentifier avec OpenID
478 label_login_with_open_id_option: S'authentifier avec OpenID
479 label_password_lost: Mot de passe perdu
479 label_password_lost: Mot de passe perdu
480 label_home: Accueil
480 label_home: Accueil
481 label_my_page: Ma page
481 label_my_page: Ma page
482 label_my_account: Mon compte
482 label_my_account: Mon compte
483 label_my_projects: Mes projets
483 label_my_projects: Mes projets
484 label_my_page_block: Ma page bloque
484 label_my_page_block: Ma page bloque
485 label_administration: Administration
485 label_administration: Administration
486 label_login: Connexion
486 label_login: Connexion
487 label_logout: Déconnexion
487 label_logout: Déconnexion
488 label_help: Aide
488 label_help: Aide
489 label_reported_issues: "Demandes soumises "
489 label_reported_issues: "Demandes soumises "
490 label_assigned_to_me_issues: Demandes qui me sont assignées
490 label_assigned_to_me_issues: Demandes qui me sont assignées
491 label_last_login: "Dernière connexion "
491 label_last_login: "Dernière connexion "
492 label_registered_on: "Inscrit le "
492 label_registered_on: "Inscrit le "
493 label_activity: Activité
493 label_activity: Activité
494 label_overall_activity: Activité globale
494 label_overall_activity: Activité globale
495 label_user_activity: "Activité de {{value}}"
495 label_user_activity: "Activité de {{value}}"
496 label_new: Nouveau
496 label_new: Nouveau
497 label_logged_as: Connecté en tant que
497 label_logged_as: Connecté en tant que
498 label_environment: Environnement
498 label_environment: Environnement
499 label_authentication: Authentification
499 label_authentication: Authentification
500 label_auth_source: Mode d'authentification
500 label_auth_source: Mode d'authentification
501 label_auth_source_new: Nouveau mode d'authentification
501 label_auth_source_new: Nouveau mode d'authentification
502 label_auth_source_plural: Modes d'authentification
502 label_auth_source_plural: Modes d'authentification
503 label_subproject_plural: Sous-projets
503 label_subproject_plural: Sous-projets
504 label_subproject_new: Nouveau sous-projet
504 label_subproject_new: Nouveau sous-projet
505 label_and_its_subprojects: "{{value}} et ses sous-projets"
505 label_and_its_subprojects: "{{value}} et ses sous-projets"
506 label_min_max_length: Longueurs mini - maxi
506 label_min_max_length: Longueurs mini - maxi
507 label_list: Liste
507 label_list: Liste
508 label_date: Date
508 label_date: Date
509 label_integer: Entier
509 label_integer: Entier
510 label_float: Nombre décimal
510 label_float: Nombre décimal
511 label_boolean: Booléen
511 label_boolean: Booléen
512 label_string: Texte
512 label_string: Texte
513 label_text: Texte long
513 label_text: Texte long
514 label_attribute: Attribut
514 label_attribute: Attribut
515 label_attribute_plural: Attributs
515 label_attribute_plural: Attributs
516 label_download: "{{count}} téléchargement"
516 label_download: "{{count}} téléchargement"
517 label_download_plural: "{{count}} téléchargements"
517 label_download_plural: "{{count}} téléchargements"
518 label_no_data: Aucune donnée à afficher
518 label_no_data: Aucune donnée à afficher
519 label_change_status: Changer le statut
519 label_change_status: Changer le statut
520 label_history: Historique
520 label_history: Historique
521 label_attachment: Fichier
521 label_attachment: Fichier
522 label_attachment_new: Nouveau fichier
522 label_attachment_new: Nouveau fichier
523 label_attachment_delete: Supprimer le fichier
523 label_attachment_delete: Supprimer le fichier
524 label_attachment_plural: Fichiers
524 label_attachment_plural: Fichiers
525 label_file_added: Fichier ajouté
525 label_file_added: Fichier ajouté
526 label_report: Rapport
526 label_report: Rapport
527 label_report_plural: Rapports
527 label_report_plural: Rapports
528 label_news: Annonce
528 label_news: Annonce
529 label_news_new: Nouvelle annonce
529 label_news_new: Nouvelle annonce
530 label_news_plural: Annonces
530 label_news_plural: Annonces
531 label_news_latest: Dernières annonces
531 label_news_latest: Dernières annonces
532 label_news_view_all: Voir toutes les annonces
532 label_news_view_all: Voir toutes les annonces
533 label_news_added: Annonce ajoutée
533 label_news_added: Annonce ajoutée
534 label_settings: Configuration
534 label_settings: Configuration
535 label_overview: Aperçu
535 label_overview: Aperçu
536 label_version: Version
536 label_version: Version
537 label_version_new: Nouvelle version
537 label_version_new: Nouvelle version
538 label_version_plural: Versions
538 label_version_plural: Versions
539 label_confirmation: Confirmation
539 label_confirmation: Confirmation
540 label_export_to: 'Formats disponibles :'
540 label_export_to: 'Formats disponibles :'
541 label_read: Lire...
541 label_read: Lire...
542 label_public_projects: Projets publics
542 label_public_projects: Projets publics
543 label_open_issues: ouvert
543 label_open_issues: ouvert
544 label_open_issues_plural: ouverts
544 label_open_issues_plural: ouverts
545 label_closed_issues: fermé
545 label_closed_issues: fermé
546 label_closed_issues_plural: fermés
546 label_closed_issues_plural: fermés
547 label_x_open_issues_abbr_on_total:
547 label_x_open_issues_abbr_on_total:
548 zero: 0 ouvert sur {{total}}
548 zero: 0 ouvert sur {{total}}
549 one: 1 ouvert sur {{total}}
549 one: 1 ouvert sur {{total}}
550 other: "{{count}} ouverts sur {{total}}"
550 other: "{{count}} ouverts sur {{total}}"
551 label_x_open_issues_abbr:
551 label_x_open_issues_abbr:
552 zero: 0 ouvert
552 zero: 0 ouvert
553 one: 1 ouvert
553 one: 1 ouvert
554 other: "{{count}} ouverts"
554 other: "{{count}} ouverts"
555 label_x_closed_issues_abbr:
555 label_x_closed_issues_abbr:
556 zero: 0 fermé
556 zero: 0 fermé
557 one: 1 fermé
557 one: 1 fermé
558 other: "{{count}} fermés"
558 other: "{{count}} fermés"
559 label_total: Total
559 label_total: Total
560 label_permissions: Permissions
560 label_permissions: Permissions
561 label_current_status: Statut actuel
561 label_current_status: Statut actuel
562 label_new_statuses_allowed: Nouveaux statuts autorisés
562 label_new_statuses_allowed: Nouveaux statuts autorisés
563 label_all: tous
563 label_all: tous
564 label_none: aucun
564 label_none: aucun
565 label_nobody: personne
565 label_nobody: personne
566 label_next: Suivant
566 label_next: Suivant
567 label_previous: Précédent
567 label_previous: Précédent
568 label_used_by: Utilisé par
568 label_used_by: Utilisé par
569 label_details: Détails
569 label_details: Détails
570 label_add_note: Ajouter une note
570 label_add_note: Ajouter une note
571 label_per_page: Par page
571 label_per_page: Par page
572 label_calendar: Calendrier
572 label_calendar: Calendrier
573 label_months_from: mois depuis
573 label_months_from: mois depuis
574 label_gantt: Gantt
574 label_gantt: Gantt
575 label_internal: Interne
575 label_internal: Interne
576 label_last_changes: "{{count}} derniers changements"
576 label_last_changes: "{{count}} derniers changements"
577 label_change_view_all: Voir tous les changements
577 label_change_view_all: Voir tous les changements
578 label_personalize_page: Personnaliser cette page
578 label_personalize_page: Personnaliser cette page
579 label_comment: Commentaire
579 label_comment: Commentaire
580 label_comment_plural: Commentaires
580 label_comment_plural: Commentaires
581 label_x_comments:
581 label_x_comments:
582 zero: aucun commentaire
582 zero: aucun commentaire
583 one: un commentaire
583 one: un commentaire
584 other: "{{count}} commentaires"
584 other: "{{count}} commentaires"
585 label_comment_add: Ajouter un commentaire
585 label_comment_add: Ajouter un commentaire
586 label_comment_added: Commentaire ajouté
586 label_comment_added: Commentaire ajouté
587 label_comment_delete: Supprimer les commentaires
587 label_comment_delete: Supprimer les commentaires
588 label_query: Rapport personnalisé
588 label_query: Rapport personnalisé
589 label_query_plural: Rapports personnalisés
589 label_query_plural: Rapports personnalisés
590 label_query_new: Nouveau rapport
590 label_query_new: Nouveau rapport
591 label_filter_add: "Ajouter le filtre "
591 label_filter_add: "Ajouter le filtre "
592 label_filter_plural: Filtres
592 label_filter_plural: Filtres
593 label_equals: égal
593 label_equals: égal
594 label_not_equals: différent
594 label_not_equals: différent
595 label_in_less_than: dans moins de
595 label_in_less_than: dans moins de
596 label_in_more_than: dans plus de
596 label_in_more_than: dans plus de
597 label_in: dans
597 label_in: dans
598 label_today: aujourd'hui
598 label_today: aujourd'hui
599 label_all_time: toute la période
599 label_all_time: toute la période
600 label_yesterday: hier
600 label_yesterday: hier
601 label_this_week: cette semaine
601 label_this_week: cette semaine
602 label_last_week: la semaine dernière
602 label_last_week: la semaine dernière
603 label_last_n_days: "les {{count}} derniers jours"
603 label_last_n_days: "les {{count}} derniers jours"
604 label_this_month: ce mois-ci
604 label_this_month: ce mois-ci
605 label_last_month: le mois dernier
605 label_last_month: le mois dernier
606 label_this_year: cette année
606 label_this_year: cette année
607 label_date_range: Période
607 label_date_range: Période
608 label_less_than_ago: il y a moins de
608 label_less_than_ago: il y a moins de
609 label_more_than_ago: il y a plus de
609 label_more_than_ago: il y a plus de
610 label_ago: il y a
610 label_ago: il y a
611 label_contains: contient
611 label_contains: contient
612 label_not_contains: ne contient pas
612 label_not_contains: ne contient pas
613 label_day_plural: jours
613 label_day_plural: jours
614 label_repository: Dépôt
614 label_repository: Dépôt
615 label_repository_plural: Dépôts
615 label_repository_plural: Dépôts
616 label_browse: Parcourir
616 label_browse: Parcourir
617 label_modification: "{{count}} modification"
617 label_modification: "{{count}} modification"
618 label_modification_plural: "{{count}} modifications"
618 label_modification_plural: "{{count}} modifications"
619 label_revision: "Révision "
619 label_revision: "Révision "
620 label_revision_plural: Révisions
620 label_revision_plural: Révisions
621 label_associated_revisions: Révisions associées
621 label_associated_revisions: Révisions associées
622 label_added: ajouté
622 label_added: ajouté
623 label_modified: modifié
623 label_modified: modifié
624 label_copied: copié
624 label_copied: copié
625 label_renamed: renommé
625 label_renamed: renommé
626 label_deleted: supprimé
626 label_deleted: supprimé
627 label_latest_revision: Dernière révision
627 label_latest_revision: Dernière révision
628 label_latest_revision_plural: Dernières révisions
628 label_latest_revision_plural: Dernières révisions
629 label_view_revisions: Voir les révisions
629 label_view_revisions: Voir les révisions
630 label_max_size: Taille maximale
630 label_max_size: Taille maximale
631 label_sort_highest: Remonter en premier
631 label_sort_highest: Remonter en premier
632 label_sort_higher: Remonter
632 label_sort_higher: Remonter
633 label_sort_lower: Descendre
633 label_sort_lower: Descendre
634 label_sort_lowest: Descendre en dernier
634 label_sort_lowest: Descendre en dernier
635 label_roadmap: Roadmap
635 label_roadmap: Roadmap
636 label_roadmap_due_in: "Échéance dans {{value}}"
636 label_roadmap_due_in: "Échéance dans {{value}}"
637 label_roadmap_overdue: "En retard de {{value}}"
637 label_roadmap_overdue: "En retard de {{value}}"
638 label_roadmap_no_issues: Aucune demande pour cette version
638 label_roadmap_no_issues: Aucune demande pour cette version
639 label_search: "Recherche "
639 label_search: "Recherche "
640 label_result_plural: Résultats
640 label_result_plural: Résultats
641 label_all_words: Tous les mots
641 label_all_words: Tous les mots
642 label_wiki: Wiki
642 label_wiki: Wiki
643 label_wiki_edit: Révision wiki
643 label_wiki_edit: Révision wiki
644 label_wiki_edit_plural: Révisions wiki
644 label_wiki_edit_plural: Révisions wiki
645 label_wiki_page: Page wiki
645 label_wiki_page: Page wiki
646 label_wiki_page_plural: Pages wiki
646 label_wiki_page_plural: Pages wiki
647 label_index_by_title: Index par titre
647 label_index_by_title: Index par titre
648 label_index_by_date: Index par date
648 label_index_by_date: Index par date
649 label_current_version: Version actuelle
649 label_current_version: Version actuelle
650 label_preview: Prévisualisation
650 label_preview: Prévisualisation
651 label_feed_plural: Flux RSS
651 label_feed_plural: Flux RSS
652 label_changes_details: Détails de tous les changements
652 label_changes_details: Détails de tous les changements
653 label_issue_tracking: Suivi des demandes
653 label_issue_tracking: Suivi des demandes
654 label_spent_time: Temps passé
654 label_spent_time: Temps passé
655 label_f_hour: "{{value}} heure"
655 label_f_hour: "{{value}} heure"
656 label_f_hour_plural: "{{value}} heures"
656 label_f_hour_plural: "{{value}} heures"
657 label_time_tracking: Suivi du temps
657 label_time_tracking: Suivi du temps
658 label_change_plural: Changements
658 label_change_plural: Changements
659 label_statistics: Statistiques
659 label_statistics: Statistiques
660 label_commits_per_month: Commits par mois
660 label_commits_per_month: Commits par mois
661 label_commits_per_author: Commits par auteur
661 label_commits_per_author: Commits par auteur
662 label_view_diff: Voir les différences
662 label_view_diff: Voir les différences
663 label_diff_inline: en ligne
663 label_diff_inline: en ligne
664 label_diff_side_by_side: côte à côte
664 label_diff_side_by_side: côte à côte
665 label_options: Options
665 label_options: Options
666 label_copy_workflow_from: Copier le workflow de
666 label_copy_workflow_from: Copier le workflow de
667 label_permissions_report: Synthèse des permissions
667 label_permissions_report: Synthèse des permissions
668 label_watched_issues: Demandes surveillées
668 label_watched_issues: Demandes surveillées
669 label_related_issues: Demandes liées
669 label_related_issues: Demandes liées
670 label_applied_status: Statut appliqué
670 label_applied_status: Statut appliqué
671 label_loading: Chargement...
671 label_loading: Chargement...
672 label_relation_new: Nouvelle relation
672 label_relation_new: Nouvelle relation
673 label_relation_delete: Supprimer la relation
673 label_relation_delete: Supprimer la relation
674 label_relates_to: lié à
674 label_relates_to: lié à
675 label_duplicates: duplique
675 label_duplicates: duplique
676 label_duplicated_by: dupliqué par
676 label_duplicated_by: dupliqué par
677 label_blocks: bloque
677 label_blocks: bloque
678 label_blocked_by: bloqué par
678 label_blocked_by: bloqué par
679 label_precedes: précède
679 label_precedes: précède
680 label_follows: suit
680 label_follows: suit
681 label_end_to_start: fin à début
681 label_end_to_start: fin à début
682 label_end_to_end: fin à fin
682 label_end_to_end: fin à fin
683 label_start_to_start: début à début
683 label_start_to_start: début à début
684 label_start_to_end: début à fin
684 label_start_to_end: début à fin
685 label_stay_logged_in: Rester connecté
685 label_stay_logged_in: Rester connecté
686 label_disabled: désactivé
686 label_disabled: désactivé
687 label_show_completed_versions: Voir les versions passées
687 label_show_completed_versions: Voir les versions passées
688 label_me: moi
688 label_me: moi
689 label_board: Forum
689 label_board: Forum
690 label_board_new: Nouveau forum
690 label_board_new: Nouveau forum
691 label_board_plural: Forums
691 label_board_plural: Forums
692 label_topic_plural: Discussions
692 label_topic_plural: Discussions
693 label_message_plural: Messages
693 label_message_plural: Messages
694 label_message_last: Dernier message
694 label_message_last: Dernier message
695 label_message_new: Nouveau message
695 label_message_new: Nouveau message
696 label_message_posted: Message ajouté
696 label_message_posted: Message ajouté
697 label_reply_plural: Réponses
697 label_reply_plural: Réponses
698 label_send_information: Envoyer les informations à l'utilisateur
698 label_send_information: Envoyer les informations à l'utilisateur
699 label_year: Année
699 label_year: Année
700 label_month: Mois
700 label_month: Mois
701 label_week: Semaine
701 label_week: Semaine
702 label_date_from: Du
702 label_date_from: Du
703 label_date_to: Au
703 label_date_to: Au
704 label_language_based: Basé sur la langue de l'utilisateur
704 label_language_based: Basé sur la langue de l'utilisateur
705 label_sort_by: "Trier par {{value}}"
705 label_sort_by: "Trier par {{value}}"
706 label_send_test_email: Envoyer un email de test
706 label_send_test_email: Envoyer un email de test
707 label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a {{value}}"
707 label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a {{value}}"
708 label_module_plural: Modules
708 label_module_plural: Modules
709 label_added_time_by: "Ajouté par {{author}} il y a {{age}}"
709 label_added_time_by: "Ajouté par {{author}} il y a {{age}}"
710 label_updated_time_by: "Mis à jour par {{author}} il y a {{age}}"
710 label_updated_time_by: "Mis à jour par {{author}} il y a {{age}}"
711 label_updated_time: "Mis à jour il y a {{value}}"
711 label_updated_time: "Mis à jour il y a {{value}}"
712 label_jump_to_a_project: Aller à un projet...
712 label_jump_to_a_project: Aller à un projet...
713 label_file_plural: Fichiers
713 label_file_plural: Fichiers
714 label_changeset_plural: Révisions
714 label_changeset_plural: Révisions
715 label_default_columns: Colonnes par défaut
715 label_default_columns: Colonnes par défaut
716 label_no_change_option: (Pas de changement)
716 label_no_change_option: (Pas de changement)
717 label_bulk_edit_selected_issues: Modifier les demandes sélectionnées
717 label_bulk_edit_selected_issues: Modifier les demandes sélectionnées
718 label_theme: Thème
718 label_theme: Thème
719 label_default: Défaut
719 label_default: Défaut
720 label_search_titles_only: Uniquement dans les titres
720 label_search_titles_only: Uniquement dans les titres
721 label_user_mail_option_all: "Pour tous les événements de tous mes projets"
721 label_user_mail_option_all: "Pour tous les événements de tous mes projets"
722 label_user_mail_option_selected: "Pour tous les événements des projets sélectionnés..."
722 label_user_mail_option_selected: "Pour tous les événements des projets sélectionnés..."
723 label_user_mail_option_none: "Seulement pour ce que je surveille ou à quoi je participe"
723 label_user_mail_option_none: "Seulement pour ce que je surveille ou à quoi je participe"
724 label_user_mail_no_self_notified: "Je ne veux pas être notifié des changements que j'effectue"
724 label_user_mail_no_self_notified: "Je ne veux pas être notifié des changements que j'effectue"
725 label_registration_activation_by_email: activation du compte par email
725 label_registration_activation_by_email: activation du compte par email
726 label_registration_manual_activation: activation manuelle du compte
726 label_registration_manual_activation: activation manuelle du compte
727 label_registration_automatic_activation: activation automatique du compte
727 label_registration_automatic_activation: activation automatique du compte
728 label_display_per_page: "Par page : {{value}}"
728 label_display_per_page: "Par page : {{value}}"
729 label_age: Âge
729 label_age: Âge
730 label_change_properties: Changer les propriétés
730 label_change_properties: Changer les propriétés
731 label_general: Général
731 label_general: Général
732 label_more: Plus
732 label_more: Plus
733 label_scm: SCM
733 label_scm: SCM
734 label_plugins: Plugins
734 label_plugins: Plugins
735 label_ldap_authentication: Authentification LDAP
735 label_ldap_authentication: Authentification LDAP
736 label_downloads_abbr: D/L
736 label_downloads_abbr: D/L
737 label_optional_description: Description facultative
737 label_optional_description: Description facultative
738 label_add_another_file: Ajouter un autre fichier
738 label_add_another_file: Ajouter un autre fichier
739 label_preferences: Préférences
739 label_preferences: Préférences
740 label_chronological_order: Dans l'ordre chronologique
740 label_chronological_order: Dans l'ordre chronologique
741 label_reverse_chronological_order: Dans l'ordre chronologique inverse
741 label_reverse_chronological_order: Dans l'ordre chronologique inverse
742 label_planning: Planning
742 label_planning: Planning
743 label_incoming_emails: Emails entrants
743 label_incoming_emails: Emails entrants
744 label_generate_key: Générer une clé
744 label_generate_key: Générer une clé
745 label_issue_watchers: Observateurs
745 label_issue_watchers: Observateurs
746 label_example: Exemple
746 label_example: Exemple
747 label_display: Affichage
747 label_display: Affichage
748 label_sort: Tri
748 label_sort: Tri
749 label_ascending: Croissant
749 label_ascending: Croissant
750 label_descending: Décroissant
750 label_descending: Décroissant
751 label_date_from_to: Du {{start}} au {{end}}
751 label_date_from_to: Du {{start}} au {{end}}
752 label_wiki_content_added: Page wiki ajoutée
752 label_wiki_content_added: Page wiki ajoutée
753 label_wiki_content_updated: Page wiki mise à jour
753 label_wiki_content_updated: Page wiki mise à jour
754 label_group_plural: Groupes
754 label_group_plural: Groupes
755 label_group: Groupe
755 label_group: Groupe
756 label_group_new: Nouveau groupe
756 label_group_new: Nouveau groupe
757 label_time_entry_plural: Temps passé
757 label_time_entry_plural: Temps passé
758 label_version_sharing_none: Non partagé
758 label_version_sharing_none: Non partagé
759 label_version_sharing_descendants: Avec les sous-projets
759 label_version_sharing_descendants: Avec les sous-projets
760 label_version_sharing_hierarchy: Avec toute la hiérarchie
760 label_version_sharing_hierarchy: Avec toute la hiérarchie
761 label_version_sharing_tree: Avec tout l'arbre
761 label_version_sharing_tree: Avec tout l'arbre
762 label_version_sharing_system: Avec tous les projets
762 label_version_sharing_system: Avec tous les projets
763 label_copy_source: Source
763 label_copy_source: Source
764 label_copy_target: Cible
764 label_copy_target: Cible
765 label_copy_same_as_target: Comme la cible
765 label_copy_same_as_target: Comme la cible
766 label_update_issue_done_ratios: Mettre à jour l'avancement des demandes
766 label_update_issue_done_ratios: Mettre à jour l'avancement des demandes
767 label_display_used_statuses_only: N'afficher que les statuts utilisés dans ce tracker
767 label_display_used_statuses_only: N'afficher que les statuts utilisés dans ce tracker
768 label_api_access_key: Clé d'accès API
768 label_api_access_key: Clé d'accès API
769 label_api_access_key_created_on: Clé d'accès API créée il y a {{value}}
769 label_api_access_key_created_on: Clé d'accès API créée il y a {{value}}
770 label_feeds_access_key: Clé d'accès RSS
770 label_feeds_access_key: Clé d'accès RSS
771 label_missing_api_access_key: Clé d'accès API manquante
771 label_missing_api_access_key: Clé d'accès API manquante
772 label_missing_feeds_access_key: Clé d'accès RSS manquante
772 label_missing_feeds_access_key: Clé d'accès RSS manquante
773 label_close_versions: Fermer les versions terminées
773 label_close_versions: Fermer les versions terminées
774 label_revision_id: Revision {{value}}
774 label_revision_id: Revision {{value}}
775 label_profile: Profil
775 label_profile: Profil
776 label_subtask_plural: Sous-tâches
776 label_subtask_plural: Sous-tâches
777 label_project_copy_notifications: Envoyer les notifications durant la copie du projet
777 label_project_copy_notifications: Envoyer les notifications durant la copie du projet
778 label_principal_search: "Rechercher un utilisateur ou un groupe :"
778 label_principal_search: "Rechercher un utilisateur ou un groupe :"
779 label_user_search: "Rechercher un utilisateur :"
779 label_user_search: "Rechercher un utilisateur :"
780
780
781 button_login: Connexion
781 button_login: Connexion
782 button_submit: Soumettre
782 button_submit: Soumettre
783 button_save: Sauvegarder
783 button_save: Sauvegarder
784 button_check_all: Tout cocher
784 button_check_all: Tout cocher
785 button_uncheck_all: Tout décocher
785 button_uncheck_all: Tout décocher
786 button_delete: Supprimer
786 button_delete: Supprimer
787 button_create: Créer
787 button_create: Créer
788 button_create_and_continue: Créer et continuer
788 button_create_and_continue: Créer et continuer
789 button_test: Tester
789 button_test: Tester
790 button_edit: Modifier
790 button_edit: Modifier
791 button_add: Ajouter
791 button_add: Ajouter
792 button_change: Changer
792 button_change: Changer
793 button_apply: Appliquer
793 button_apply: Appliquer
794 button_clear: Effacer
794 button_clear: Effacer
795 button_lock: Verrouiller
795 button_lock: Verrouiller
796 button_unlock: Déverrouiller
796 button_unlock: Déverrouiller
797 button_download: Télécharger
797 button_download: Télécharger
798 button_list: Lister
798 button_list: Lister
799 button_view: Voir
799 button_view: Voir
800 button_move: Déplacer
800 button_move: Déplacer
801 button_move_and_follow: Déplacer et suivre
801 button_move_and_follow: Déplacer et suivre
802 button_back: Retour
802 button_back: Retour
803 button_cancel: Annuler
803 button_cancel: Annuler
804 button_activate: Activer
804 button_activate: Activer
805 button_sort: Trier
805 button_sort: Trier
806 button_log_time: Saisir temps
806 button_log_time: Saisir temps
807 button_rollback: Revenir à cette version
807 button_rollback: Revenir à cette version
808 button_watch: Surveiller
808 button_watch: Surveiller
809 button_unwatch: Ne plus surveiller
809 button_unwatch: Ne plus surveiller
810 button_reply: Répondre
810 button_reply: Répondre
811 button_archive: Archiver
811 button_archive: Archiver
812 button_unarchive: Désarchiver
812 button_unarchive: Désarchiver
813 button_reset: Réinitialiser
813 button_reset: Réinitialiser
814 button_rename: Renommer
814 button_rename: Renommer
815 button_change_password: Changer de mot de passe
815 button_change_password: Changer de mot de passe
816 button_copy: Copier
816 button_copy: Copier
817 button_copy_and_follow: Copier et suivre
817 button_copy_and_follow: Copier et suivre
818 button_annotate: Annoter
818 button_annotate: Annoter
819 button_update: Mettre à jour
819 button_update: Mettre à jour
820 button_configure: Configurer
820 button_configure: Configurer
821 button_quote: Citer
821 button_quote: Citer
822 button_duplicate: Dupliquer
822 button_duplicate: Dupliquer
823 button_show: Afficher
823 button_show: Afficher
824
824
825 status_active: actif
825 status_active: actif
826 status_registered: enregistré
826 status_registered: enregistré
827 status_locked: verrouillé
827 status_locked: verrouillé
828
828
829 version_status_open: ouvert
829 version_status_open: ouvert
830 version_status_locked: verrouillé
830 version_status_locked: verrouillé
831 version_status_closed: fermé
831 version_status_closed: fermé
832
832
833 text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée
833 text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée
834 text_regexp_info: ex. ^[A-Z0-9]+$
834 text_regexp_info: ex. ^[A-Z0-9]+$
835 text_min_max_length_info: 0 pour aucune restriction
835 text_min_max_length_info: 0 pour aucune restriction
836 text_project_destroy_confirmation: Êtes-vous sûr de vouloir supprimer ce projet et toutes ses données ?
836 text_project_destroy_confirmation: Êtes-vous sûr de vouloir supprimer ce projet et toutes ses données ?
837 text_subprojects_destroy_warning: "Ses sous-projets : {{value}} seront également supprimés."
837 text_subprojects_destroy_warning: "Ses sous-projets : {{value}} seront également supprimés."
838 text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow
838 text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow
839 text_are_you_sure: Êtes-vous sûr ?
839 text_are_you_sure: Êtes-vous sûr ?
840 text_tip_issue_begin_day: tâche commençant ce jour
840 text_tip_issue_begin_day: tâche commençant ce jour
841 text_tip_issue_end_day: tâche finissant ce jour
841 text_tip_issue_end_day: tâche finissant ce jour
842 text_tip_issue_begin_end_day: tâche commençant et finissant ce jour
842 text_tip_issue_begin_end_day: tâche commençant et finissant ce jour
843 text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.'
843 text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.'
844 text_caracters_maximum: "{{count}} caractères maximum."
844 text_caracters_maximum: "{{count}} caractères maximum."
845 text_caracters_minimum: "{{count}} caractères minimum."
845 text_caracters_minimum: "{{count}} caractères minimum."
846 text_length_between: "Longueur comprise entre {{min}} et {{max}} caractères."
846 text_length_between: "Longueur comprise entre {{min}} et {{max}} caractères."
847 text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker
847 text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker
848 text_unallowed_characters: Caractères non autorisés
848 text_unallowed_characters: Caractères non autorisés
849 text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules).
849 text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules).
850 text_line_separated: Plusieurs valeurs possibles (une valeur par ligne).
850 text_line_separated: Plusieurs valeurs possibles (une valeur par ligne).
851 text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits
851 text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits
852 text_issue_added: "La demande {{id}} a été soumise par {{author}}."
852 text_issue_added: "La demande {{id}} a été soumise par {{author}}."
853 text_issue_updated: "La demande {{id}} a été mise à jour par {{author}}."
853 text_issue_updated: "La demande {{id}} a été mise à jour par {{author}}."
854 text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ?
854 text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ?
855 text_issue_category_destroy_question: "{{count}} demandes sont affectées à cette catégories. Que voulez-vous faire ?"
855 text_issue_category_destroy_question: "{{count}} demandes sont affectées à cette catégories. Que voulez-vous faire ?"
856 text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie
856 text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie
857 text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie
857 text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie
858 text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)."
858 text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)."
859 text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé."
859 text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé."
860 text_load_default_configuration: Charger le paramétrage par défaut
860 text_load_default_configuration: Charger le paramétrage par défaut
861 text_status_changed_by_changeset: "Appliqué par commit {{value}}."
861 text_status_changed_by_changeset: "Appliqué par commit {{value}}."
862 text_issues_destroy_confirmation: 'Êtes-vous sûr de vouloir supprimer le(s) demandes(s) selectionnée(s) ?'
862 text_issues_destroy_confirmation: 'Êtes-vous sûr de vouloir supprimer le(s) demandes(s) selectionnée(s) ?'
863 text_select_project_modules: 'Sélectionner les modules à activer pour ce projet :'
863 text_select_project_modules: 'Sélectionner les modules à activer pour ce projet :'
864 text_default_administrator_account_changed: Compte administrateur par défaut changé
864 text_default_administrator_account_changed: Compte administrateur par défaut changé
865 text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture
865 text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture
866 text_plugin_assets_writable: Répertoire public des plugins accessible en écriture
866 text_plugin_assets_writable: Répertoire public des plugins accessible en écriture
867 text_rmagick_available: Bibliothèque RMagick présente (optionnelle)
867 text_rmagick_available: Bibliothèque RMagick présente (optionnelle)
868 text_destroy_time_entries_question: "{{hours}} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?"
868 text_destroy_time_entries_question: "{{hours}} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?"
869 text_destroy_time_entries: Supprimer les heures
869 text_destroy_time_entries: Supprimer les heures
870 text_assign_time_entries_to_project: Reporter les heures sur le projet
870 text_assign_time_entries_to_project: Reporter les heures sur le projet
871 text_reassign_time_entries: 'Reporter les heures sur cette demande:'
871 text_reassign_time_entries: 'Reporter les heures sur cette demande:'
872 text_user_wrote: "{{value}} a écrit :"
872 text_user_wrote: "{{value}} a écrit :"
873 text_enumeration_destroy_question: "Cette valeur est affectée à {{count}} objets."
873 text_enumeration_destroy_question: "Cette valeur est affectée à {{count}} objets."
874 text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:'
874 text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:'
875 text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/email.yml et redémarrez l'application pour les activer."
875 text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/email.yml et redémarrez l'application pour les activer."
876 text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés."
876 text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés."
877 text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.'
877 text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.'
878 text_custom_field_possible_values_info: 'Une ligne par valeur'
878 text_custom_field_possible_values_info: 'Une ligne par valeur'
879 text_wiki_page_destroy_question: "Cette page possède {{descendants}} sous-page(s) et descendante(s). Que voulez-vous faire ?"
879 text_wiki_page_destroy_question: "Cette page possède {{descendants}} sous-page(s) et descendante(s). Que voulez-vous faire ?"
880 text_wiki_page_nullify_children: "Conserver les sous-pages en tant que pages racines"
880 text_wiki_page_nullify_children: "Conserver les sous-pages en tant que pages racines"
881 text_wiki_page_destroy_children: "Supprimer les sous-pages et toutes leurs descedantes"
881 text_wiki_page_destroy_children: "Supprimer les sous-pages et toutes leurs descedantes"
882 text_wiki_page_reassign_children: "Réaffecter les sous-pages à cette page"
882 text_wiki_page_reassign_children: "Réaffecter les sous-pages à cette page"
883 text_own_membership_delete_confirmation: "Vous allez supprimer tout ou partie de vos permissions sur ce projet et ne serez peut-être plus autorisé à modifier ce projet.\nEtes-vous sûr de vouloir continuer ?"
883 text_own_membership_delete_confirmation: "Vous allez supprimer tout ou partie de vos permissions sur ce projet et ne serez peut-être plus autorisé à modifier ce projet.\nEtes-vous sûr de vouloir continuer ?"
884
884
885 default_role_manager: "Manager "
885 default_role_manager: "Manager "
886 default_role_developer: "Développeur "
886 default_role_developer: "Développeur "
887 default_role_reporter: "Rapporteur "
887 default_role_reporter: "Rapporteur "
888 default_tracker_bug: Anomalie
888 default_tracker_bug: Anomalie
889 default_tracker_feature: Evolution
889 default_tracker_feature: Evolution
890 default_tracker_support: Assistance
890 default_tracker_support: Assistance
891 default_issue_status_new: Nouveau
891 default_issue_status_new: Nouveau
892 default_issue_status_in_progress: En cours
892 default_issue_status_in_progress: En cours
893 default_issue_status_resolved: Résolu
893 default_issue_status_resolved: Résolu
894 default_issue_status_feedback: Commentaire
894 default_issue_status_feedback: Commentaire
895 default_issue_status_closed: Fermé
895 default_issue_status_closed: Fermé
896 default_issue_status_rejected: Rejeté
896 default_issue_status_rejected: Rejeté
897 default_doc_category_user: Documentation utilisateur
897 default_doc_category_user: Documentation utilisateur
898 default_doc_category_tech: Documentation technique
898 default_doc_category_tech: Documentation technique
899 default_priority_low: Bas
899 default_priority_low: Bas
900 default_priority_normal: Normal
900 default_priority_normal: Normal
901 default_priority_high: Haut
901 default_priority_high: Haut
902 default_priority_urgent: Urgent
902 default_priority_urgent: Urgent
903 default_priority_immediate: Immédiat
903 default_priority_immediate: Immédiat
904 default_activity_design: Conception
904 default_activity_design: Conception
905 default_activity_development: Développement
905 default_activity_development: Développement
906
906
907 enumeration_issue_priorities: Priorités des demandes
907 enumeration_issue_priorities: Priorités des demandes
908 enumeration_doc_categories: Catégories des documents
908 enumeration_doc_categories: Catégories des documents
909 enumeration_activities: Activités (suivi du temps)
909 enumeration_activities: Activités (suivi du temps)
910 label_greater_or_equal: ">="
910 label_greater_or_equal: ">="
911 label_less_or_equal: "<="
911 label_less_or_equal: "<="
912 label_view_all_revisions: Voir toutes les révisions
912 label_view_all_revisions: Voir toutes les révisions
913 label_tag: Tag
913 label_tag: Tag
914 label_branch: Branche
914 label_branch: Branche
915 error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet."
915 error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet."
916 error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)."
916 error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)."
917 text_journal_changed: "{{label}} changé de {{old}} à {{new}}"
917 text_journal_changed: "{{label}} changé de {{old}} à {{new}}"
918 text_journal_set_to: "{{label}} mis à {{value}}"
918 text_journal_set_to: "{{label}} mis à {{value}}"
919 text_journal_deleted: "{{label}} {{old}} supprimé"
919 text_journal_deleted: "{{label}} {{old}} supprimé"
920 text_journal_added: "{{label}} {{value}} ajouté"
920 text_journal_added: "{{label}} {{value}} ajouté"
921 enumeration_system_activity: Activité système
921 enumeration_system_activity: Activité système
922 label_board_sticky: Sticky
922 label_board_sticky: Sticky
923 label_board_locked: Verrouillé
923 label_board_locked: Verrouillé
924 error_unable_delete_issue_status: Unable to delete issue status
924 error_unable_delete_issue_status: Unable to delete issue status
925 error_can_not_delete_custom_field: Unable to delete custom field
925 error_can_not_delete_custom_field: Unable to delete custom field
926 error_unable_to_connect: Unable to connect ({{value}})
926 error_unable_to_connect: Unable to connect ({{value}})
927 error_can_not_remove_role: This role is in use and can not be deleted.
927 error_can_not_remove_role: This role is in use and can not be deleted.
928 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
928 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
929 field_principal: Principal
929 field_principal: Principal
930 notice_failed_to_save_members: "Erreur lors de la sauvegarde des membres: {{errors}}."
930 notice_failed_to_save_members: "Erreur lors de la sauvegarde des membres: {{errors}}."
931 text_zoom_out: Zoom arrière
931 text_zoom_out: Zoom arrière
932 text_zoom_in: Zoom avant
932 text_zoom_in: Zoom avant
933 notice_unable_delete_time_entry: Impossible de supprimer le temps passé.
933 notice_unable_delete_time_entry: Impossible de supprimer le temps passé.
934 label_overall_spent_time: Temps passé global
934 label_overall_spent_time: Temps passé global
935 field_time_entries: Log time
935 field_time_entries: Log time
936 project_module_gantt: Gantt
936 project_module_gantt: Gantt
937 project_module_calendar: Calendrier
937 project_module_calendar: Calendrier
938 button_edit_associated_wikipage: "Modifier la page wiki associée: {{page_title}}"
938 button_edit_associated_wikipage: "Modifier la page wiki associée: {{page_title}}"
939 text_are_you_sure_with_children: Supprimer la demande et toutes ses sous-demandes ?
939 text_are_you_sure_with_children: Supprimer la demande et toutes ses sous-demandes ?
940 field_text: Champ texte
940 field_text: Champ texte
941 label_user_mail_option_only_owner: Seulement pour ce que j'ai créé
942 setting_default_notification_option: Option de notification par défaut
941 setting_default_notification_option: Option de notification par défaut
943 label_user_mail_option_only_my_events: Seulement pour ce que je surveille
944 label_user_mail_option_only_assigned: Seulement pour ce qui m'est assigné
945 label_user_mail_option_none: Aucune notification
946 field_member_of_group: Groupe de l'assigné
942 field_member_of_group: Groupe de l'assigné
947 field_assigned_to_role: Rôle de l'assigné
943 field_assigned_to_role: Rôle de l'assigné
@@ -1,935 +1,931
1 # Hebrew translation for Redmine
1 # Hebrew translation for Redmine
2 # Initiated by Dotan Nahum (dipidi@gmail.com)
2 # Initiated by Dotan Nahum (dipidi@gmail.com)
3 # Jul 2010 - Updated by Orgad Shaneh (orgads@gmail.com)
3 # Jul 2010 - Updated by Orgad Shaneh (orgads@gmail.com)
4
4
5 he:
5 he:
6 direction: rtl
6 direction: rtl
7 date:
7 date:
8 formats:
8 formats:
9 default: "%d/%m/%Y"
9 default: "%d/%m/%Y"
10 short: "%d/%m"
10 short: "%d/%m"
11 long: "%d/%m/%Y"
11 long: "%d/%m/%Y"
12 only_day: "%e"
12 only_day: "%e"
13
13
14 day_names: [ראשון, שני, שלישי, רביעי, חמישי, שישי, שבת]
14 day_names: [ראשון, שני, שלישי, רביעי, חמישי, שישי, שבת]
15 abbr_day_names: ["א'", "ב'", "ג'", "ד'", "ה'", "ו'", "ש'"]
15 abbr_day_names: ["א'", "ב'", "ג'", "ד'", "ה'", "ו'", "ש'"]
16 month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר]
16 month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר]
17 abbr_month_names: [~, יאנ, פבר, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצמ]
17 abbr_month_names: [~, יאנ, פבר, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצמ]
18 order: [ :day, :month, :year ]
18 order: [ :day, :month, :year ]
19
19
20 time:
20 time:
21 formats:
21 formats:
22 default: "%a %d/%m/%Y %H:%M:%S"
22 default: "%a %d/%m/%Y %H:%M:%S"
23 time: "%H:%M"
23 time: "%H:%M"
24 short: "%d %b %H:%M"
24 short: "%d %b %H:%M"
25 long: "%B %d, %Y %H:%M"
25 long: "%B %d, %Y %H:%M"
26 only_second: "%S"
26 only_second: "%S"
27
27
28 datetime:
28 datetime:
29 formats:
29 formats:
30 default: "%d-%m-%YT%H:%M:%S%Z"
30 default: "%d-%m-%YT%H:%M:%S%Z"
31
31
32 am: 'am'
32 am: 'am'
33 pm: 'pm'
33 pm: 'pm'
34
34
35 datetime:
35 datetime:
36 distance_in_words:
36 distance_in_words:
37 half_a_minute: 'חצי דקה'
37 half_a_minute: 'חצי דקה'
38 less_than_x_seconds:
38 less_than_x_seconds:
39 zero: 'פחות משניה'
39 zero: 'פחות משניה'
40 one: 'פחות משניה'
40 one: 'פחות משניה'
41 other: 'פחות מ־{{count}} שניות'
41 other: 'פחות מ־{{count}} שניות'
42 x_seconds:
42 x_seconds:
43 one: 'שניה אחת'
43 one: 'שניה אחת'
44 other: '{{count}} שניות'
44 other: '{{count}} שניות'
45 less_than_x_minutes:
45 less_than_x_minutes:
46 zero: 'פחות מדקה אחת'
46 zero: 'פחות מדקה אחת'
47 one: 'פחות מדקה אחת'
47 one: 'פחות מדקה אחת'
48 other: 'פחות מ־{{count}} דקות'
48 other: 'פחות מ־{{count}} דקות'
49 x_minutes:
49 x_minutes:
50 one: 'דקה אחת'
50 one: 'דקה אחת'
51 other: '{{count}} דקות'
51 other: '{{count}} דקות'
52 about_x_hours:
52 about_x_hours:
53 one: 'בערך שעה אחת'
53 one: 'בערך שעה אחת'
54 other: 'בערך {{count}} שעות'
54 other: 'בערך {{count}} שעות'
55 x_days:
55 x_days:
56 one: 'יום אחד'
56 one: 'יום אחד'
57 other: '{{count}} ימים'
57 other: '{{count}} ימים'
58 about_x_months:
58 about_x_months:
59 one: 'בערך חודש אחד'
59 one: 'בערך חודש אחד'
60 other: 'בערך {{count}} חודשים'
60 other: 'בערך {{count}} חודשים'
61 x_months:
61 x_months:
62 one: 'חודש אחד'
62 one: 'חודש אחד'
63 other: '{{count}} חודשים'
63 other: '{{count}} חודשים'
64 about_x_years:
64 about_x_years:
65 one: 'בערך שנה אחת'
65 one: 'בערך שנה אחת'
66 other: 'בערך {{count}} שנים'
66 other: 'בערך {{count}} שנים'
67 over_x_years:
67 over_x_years:
68 one: 'מעל שנה אחת'
68 one: 'מעל שנה אחת'
69 other: 'מעל {{count}} שנים'
69 other: 'מעל {{count}} שנים'
70 almost_x_years:
70 almost_x_years:
71 one: "כמעט שנה"
71 one: "כמעט שנה"
72 other: "כמעט {{count}} שנים"
72 other: "כמעט {{count}} שנים"
73
73
74 number:
74 number:
75 format:
75 format:
76 precision: 3
76 precision: 3
77 separator: '.'
77 separator: '.'
78 delimiter: ','
78 delimiter: ','
79 currency:
79 currency:
80 format:
80 format:
81 unit: 'ש"ח'
81 unit: 'ש"ח'
82 precision: 2
82 precision: 2
83 format: '%u %n'
83 format: '%u %n'
84 human:
84 human:
85 storage_units:
85 storage_units:
86 format: "%n %u"
86 format: "%n %u"
87 units:
87 units:
88 byte:
88 byte:
89 one: "בייט"
89 one: "בייט"
90 other: "בתים"
90 other: "בתים"
91 kb: "KB"
91 kb: "KB"
92 mb: "MB"
92 mb: "MB"
93 gb: "GB"
93 gb: "GB"
94 tb: "TB"
94 tb: "TB"
95
95
96 support:
96 support:
97 array:
97 array:
98 sentence_connector: "וגם"
98 sentence_connector: "וגם"
99 skip_last_comma: true
99 skip_last_comma: true
100
100
101 activerecord:
101 activerecord:
102 errors:
102 errors:
103 messages:
103 messages:
104 inclusion: "לא נכלל ברשימה"
104 inclusion: "לא נכלל ברשימה"
105 exclusion: "לא זמין"
105 exclusion: "לא זמין"
106 invalid: "לא ולידי"
106 invalid: "לא ולידי"
107 confirmation: "לא תואם לאישור"
107 confirmation: "לא תואם לאישור"
108 accepted: "חייב באישור"
108 accepted: "חייב באישור"
109 empty: "חייב להכלל"
109 empty: "חייב להכלל"
110 blank: "חייב להכלל"
110 blank: "חייב להכלל"
111 too_long: "ארוך מדי (לא יותר מ־{{count}} תוים)"
111 too_long: "ארוך מדי (לא יותר מ־{{count}} תוים)"
112 too_short: "קצר מדי (לא יותר מ־{{count}} תוים)"
112 too_short: "קצר מדי (לא יותר מ־{{count}} תוים)"
113 wrong_length: "לא באורך הנכון (חייב להיות {{count}} תוים)"
113 wrong_length: "לא באורך הנכון (חייב להיות {{count}} תוים)"
114 taken: "לא זמין"
114 taken: "לא זמין"
115 not_a_number: "הוא לא מספר"
115 not_a_number: "הוא לא מספר"
116 greater_than: "חייב להיות גדול מ־{{count}}"
116 greater_than: "חייב להיות גדול מ־{{count}}"
117 greater_than_or_equal_to: "חייב להיות גדול או שווה ל־{{count}}"
117 greater_than_or_equal_to: "חייב להיות גדול או שווה ל־{{count}}"
118 equal_to: "חייב להיות שווה ל־{{count}}"
118 equal_to: "חייב להיות שווה ל־{{count}}"
119 less_than: "חייב להיות קטן מ־{{count}}"
119 less_than: "חייב להיות קטן מ־{{count}}"
120 less_than_or_equal_to: "חייב להיות קטן או שווה ל־{{count}}"
120 less_than_or_equal_to: "חייב להיות קטן או שווה ל־{{count}}"
121 odd: "חייב להיות אי זוגי"
121 odd: "חייב להיות אי זוגי"
122 even: "חייב להיות זוגי"
122 even: "חייב להיות זוגי"
123 greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
123 greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
124 not_same_project: "לא שייך לאותו הפרויקט"
124 not_same_project: "לא שייך לאותו הפרויקט"
125 circular_dependency: "קשר זה יצור תלות מעגלית"
125 circular_dependency: "קשר זה יצור תלות מעגלית"
126 cant_link_an_issue_with_a_descendant: "לא ניתן לקשר נושא לתת־משימה שלו"
126 cant_link_an_issue_with_a_descendant: "לא ניתן לקשר נושא לתת־משימה שלו"
127
127
128 actionview_instancetag_blank_option: בחר בבקשה
128 actionview_instancetag_blank_option: בחר בבקשה
129
129
130 general_text_No: 'לא'
130 general_text_No: 'לא'
131 general_text_Yes: 'כן'
131 general_text_Yes: 'כן'
132 general_text_no: 'לא'
132 general_text_no: 'לא'
133 general_text_yes: 'כן'
133 general_text_yes: 'כן'
134 general_lang_name: 'Hebrew (עברית)'
134 general_lang_name: 'Hebrew (עברית)'
135 general_csv_separator: ','
135 general_csv_separator: ','
136 general_csv_decimal_separator: '.'
136 general_csv_decimal_separator: '.'
137 general_csv_encoding: ISO-8859-8
137 general_csv_encoding: ISO-8859-8
138 general_pdf_encoding: ISO-8859-8
138 general_pdf_encoding: ISO-8859-8
139 general_first_day_of_week: '7'
139 general_first_day_of_week: '7'
140
140
141 notice_account_updated: החשבון עודכן בהצלחה!
141 notice_account_updated: החשבון עודכן בהצלחה!
142 notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים
142 notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים
143 notice_account_password_updated: הסיסמה עודכנה בהצלחה!
143 notice_account_password_updated: הסיסמה עודכנה בהצלחה!
144 notice_account_wrong_password: סיסמה שגויה
144 notice_account_wrong_password: סיסמה שגויה
145 notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
145 notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
146 notice_account_unknown_email: משתמש לא מוכר.
146 notice_account_unknown_email: משתמש לא מוכר.
147 notice_can_t_change_password: החשבון הזה משתמש במקור הזדהות חיצוני. שינוי סיסמה הינו בילתי אפשר
147 notice_can_t_change_password: החשבון הזה משתמש במקור הזדהות חיצוני. שינוי סיסמה הינו בילתי אפשר
148 notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
148 notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
149 notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
149 notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
150 notice_successful_create: יצירה מוצלחת.
150 notice_successful_create: יצירה מוצלחת.
151 notice_successful_update: עידכון מוצלח.
151 notice_successful_update: עידכון מוצלח.
152 notice_successful_delete: מחיקה מוצלחת.
152 notice_successful_delete: מחיקה מוצלחת.
153 notice_successful_connection: חיבור מוצלח.
153 notice_successful_connection: חיבור מוצלח.
154 notice_file_not_found: הדף שאתה מנסה לגשת אליו אינו קיים או שהוסר.
154 notice_file_not_found: הדף שאתה מנסה לגשת אליו אינו קיים או שהוסר.
155 notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
155 notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
156 notice_not_authorized: אינך מורשה לראות דף זה.
156 notice_not_authorized: אינך מורשה לראות דף זה.
157 notice_not_authorized_archived_project: הפרויקט שאתה מנסה לגשת אליו נמצא בארכיון.
157 notice_not_authorized_archived_project: הפרויקט שאתה מנסה לגשת אליו נמצא בארכיון.
158 notice_email_sent: "דואל נשלח לכתובת {{value}}"
158 notice_email_sent: "דואל נשלח לכתובת {{value}}"
159 notice_email_error: "ארעה שגיאה בעת שליחת הדואל ({{value}})"
159 notice_email_error: "ארעה שגיאה בעת שליחת הדואל ({{value}})"
160 notice_feeds_access_key_reseted: מפתח ה־RSS שלך אופס.
160 notice_feeds_access_key_reseted: מפתח ה־RSS שלך אופס.
161 notice_api_access_key_reseted: מפתח הגישה שלך ל־API אופס.
161 notice_api_access_key_reseted: מפתח הגישה שלך ל־API אופס.
162 notice_failed_to_save_issues: "נכשרת בשמירת {{count}} נושא\ים ב {{total}} נבחרו: {{ids}}."
162 notice_failed_to_save_issues: "נכשרת בשמירת {{count}} נושא\ים ב {{total}} נבחרו: {{ids}}."
163 notice_failed_to_save_members: "כשלון בשמירת חבר(ים): {{errors}}."
163 notice_failed_to_save_members: "כשלון בשמירת חבר(ים): {{errors}}."
164 notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
164 notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
165 notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
165 notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
166 notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
166 notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
167 notice_unable_delete_version: לא ניתן למחוק גירסה
167 notice_unable_delete_version: לא ניתן למחוק גירסה
168 notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
168 notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
169 notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
169 notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
170
170
171 error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: {{value}}"
171 error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: {{value}}"
172 error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
172 error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
173 error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: {{value}}"
173 error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: {{value}}"
174 error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
174 error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
175 error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
175 error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
176 error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
176 error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
177 error_no_default_issue_status: לא מוגדר מצב ברירת מחדל לנושאים. נא בדוק את התצורה ("ניהול -> מצבי נושא").
177 error_no_default_issue_status: לא מוגדר מצב ברירת מחדל לנושאים. נא בדוק את התצורה ("ניהול -> מצבי נושא").
178 error_can_not_delete_custom_field: לא ניתן למחוק שדה מותאם אישית
178 error_can_not_delete_custom_field: לא ניתן למחוק שדה מותאם אישית
179 error_can_not_delete_tracker: קיימים נושאים בסיווג זה, ולא ניתן למחוק אותו.
179 error_can_not_delete_tracker: קיימים נושאים בסיווג זה, ולא ניתן למחוק אותו.
180 error_can_not_remove_role: תפקיד זה נמצא בשימוש, ולא ניתן למחוק אותו.
180 error_can_not_remove_role: תפקיד זה נמצא בשימוש, ולא ניתן למחוק אותו.
181 error_can_not_reopen_issue_on_closed_version: לא ניתן לפתוח מחדש נושא שמשויך לגירסה סגורה
181 error_can_not_reopen_issue_on_closed_version: לא ניתן לפתוח מחדש נושא שמשויך לגירסה סגורה
182 error_can_not_archive_project: לא ניתן לארכב פרויקט זה
182 error_can_not_archive_project: לא ניתן לארכב פרויקט זה
183 error_issue_done_ratios_not_updated: אחוז התקדמות לנושא לא עודכן.
183 error_issue_done_ratios_not_updated: אחוז התקדמות לנושא לא עודכן.
184 error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
184 error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
185 error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
185 error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
186 error_unable_delete_issue_status: לא ניתן למחוק מצב נושא
186 error_unable_delete_issue_status: לא ניתן למחוק מצב נושא
187 error_unable_to_connect: לא ניתן להתחבר ({{value}})
187 error_unable_to_connect: לא ניתן להתחבר ({{value}})
188 warning_attachments_not_saved: "כשלון בשמירת {{count}} קבצים."
188 warning_attachments_not_saved: "כשלון בשמירת {{count}} קבצים."
189
189
190 mail_subject_lost_password: "סיסמת ה־{{value}} שלך"
190 mail_subject_lost_password: "סיסמת ה־{{value}} שלך"
191 mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
191 mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
192 mail_subject_register: "הפעלת חשבון {{value}}"
192 mail_subject_register: "הפעלת חשבון {{value}}"
193 mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
193 mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
194 mail_body_account_information_external: "אתה יכול להשתמש בחשבון {{value}} כדי להתחבר"
194 mail_body_account_information_external: "אתה יכול להשתמש בחשבון {{value}} כדי להתחבר"
195 mail_body_account_information: פרטי החשבון שלך
195 mail_body_account_information: פרטי החשבון שלך
196 mail_subject_account_activation_request: "בקשת הפעלה לחשבון {{value}}"
196 mail_subject_account_activation_request: "בקשת הפעלה לחשבון {{value}}"
197 mail_body_account_activation_request: "משתמש חדש ({{value}}) נרשם. החשבון שלו מחכה לאישור שלך:"
197 mail_body_account_activation_request: "משתמש חדש ({{value}}) נרשם. החשבון שלו מחכה לאישור שלך:"
198 mail_subject_reminder: "{{count}} נושאים מיועדים להגשה בימים הקרובים ({{days}})"
198 mail_subject_reminder: "{{count}} נושאים מיועדים להגשה בימים הקרובים ({{days}})"
199 mail_body_reminder: "{{count}} נושאים שמיועדים אליך מיועדים להגשה בתוך {{days}} ימים:"
199 mail_body_reminder: "{{count}} נושאים שמיועדים אליך מיועדים להגשה בתוך {{days}} ימים:"
200 mail_subject_wiki_content_added: "דף ה־wiki ‏'{{page}}' נוסף"
200 mail_subject_wiki_content_added: "דף ה־wiki ‏'{{page}}' נוסף"
201 mail_body_wiki_content_added: דף ה־wiki ‏'{{page}}' נוסף ע"י {{author}}.
201 mail_body_wiki_content_added: דף ה־wiki ‏'{{page}}' נוסף ע"י {{author}}.
202 mail_subject_wiki_content_updated: "דף ה־wiki ‏'{{page}}' עודכן"
202 mail_subject_wiki_content_updated: "דף ה־wiki ‏'{{page}}' עודכן"
203 mail_body_wiki_content_updated: דף ה־wiki ‏'{{page}}' עודכן ע"י {{author}}.
203 mail_body_wiki_content_updated: דף ה־wiki ‏'{{page}}' עודכן ע"י {{author}}.
204
204
205 gui_validation_error: שגיאה 1
205 gui_validation_error: שגיאה 1
206 gui_validation_error_plural: "{{count}} שגיאות"
206 gui_validation_error_plural: "{{count}} שגיאות"
207
207
208 field_name: שם
208 field_name: שם
209 field_description: תיאור
209 field_description: תיאור
210 field_summary: תקציר
210 field_summary: תקציר
211 field_is_required: נדרש
211 field_is_required: נדרש
212 field_firstname: שם פרטי
212 field_firstname: שם פרטי
213 field_lastname: שם משפחה
213 field_lastname: שם משפחה
214 field_mail: דוא"ל
214 field_mail: דוא"ל
215 field_filename: קובץ
215 field_filename: קובץ
216 field_filesize: גודל
216 field_filesize: גודל
217 field_downloads: הורדות
217 field_downloads: הורדות
218 field_author: כותב
218 field_author: כותב
219 field_created_on: נוצר
219 field_created_on: נוצר
220 field_updated_on: עודכן
220 field_updated_on: עודכן
221 field_field_format: פורמט
221 field_field_format: פורמט
222 field_is_for_all: לכל הפרויקטים
222 field_is_for_all: לכל הפרויקטים
223 field_possible_values: ערכים אפשריים
223 field_possible_values: ערכים אפשריים
224 field_regexp: ביטוי רגיל
224 field_regexp: ביטוי רגיל
225 field_min_length: אורך מינימאלי
225 field_min_length: אורך מינימאלי
226 field_max_length: אורך מקסימאלי
226 field_max_length: אורך מקסימאלי
227 field_value: ערך
227 field_value: ערך
228 field_category: קטגוריה
228 field_category: קטגוריה
229 field_title: כותרת
229 field_title: כותרת
230 field_project: פרויקט
230 field_project: פרויקט
231 field_issue: נושא
231 field_issue: נושא
232 field_status: מצב
232 field_status: מצב
233 field_notes: הערות
233 field_notes: הערות
234 field_is_closed: נושא סגור
234 field_is_closed: נושא סגור
235 field_is_default: ערך ברירת מחדל
235 field_is_default: ערך ברירת מחדל
236 field_tracker: סיווג
236 field_tracker: סיווג
237 field_subject: שם נושא
237 field_subject: שם נושא
238 field_due_date: תאריך סיום
238 field_due_date: תאריך סיום
239 field_assigned_to: אחראי
239 field_assigned_to: אחראי
240 field_priority: עדיפות
240 field_priority: עדיפות
241 field_fixed_version: גירסת יעד
241 field_fixed_version: גירסת יעד
242 field_user: מתשמש
242 field_user: מתשמש
243 field_principal: מנהל
243 field_principal: מנהל
244 field_role: תפקיד
244 field_role: תפקיד
245 field_homepage: דף הבית
245 field_homepage: דף הבית
246 field_is_public: פומבי
246 field_is_public: פומבי
247 field_parent: תת פרויקט של
247 field_parent: תת פרויקט של
248 field_is_in_roadmap: נושאים המוצגים במפת הדרכים
248 field_is_in_roadmap: נושאים המוצגים במפת הדרכים
249 field_login: שם משתמש
249 field_login: שם משתמש
250 field_mail_notification: הודעות דוא"ל
250 field_mail_notification: הודעות דוא"ל
251 field_admin: ניהול
251 field_admin: ניהול
252 field_last_login_on: התחברות אחרונה
252 field_last_login_on: התחברות אחרונה
253 field_language: שפה
253 field_language: שפה
254 field_effective_date: תאריך
254 field_effective_date: תאריך
255 field_password: סיסמה
255 field_password: סיסמה
256 field_new_password: סיסמה חדשה
256 field_new_password: סיסמה חדשה
257 field_password_confirmation: אישור
257 field_password_confirmation: אישור
258 field_version: גירסה
258 field_version: גירסה
259 field_type: סוג
259 field_type: סוג
260 field_host: שרת
260 field_host: שרת
261 field_port: פורט
261 field_port: פורט
262 field_account: חשבון
262 field_account: חשבון
263 field_base_dn: בסיס DN
263 field_base_dn: בסיס DN
264 field_attr_login: תכונת התחברות
264 field_attr_login: תכונת התחברות
265 field_attr_firstname: תכונת שם פרטים
265 field_attr_firstname: תכונת שם פרטים
266 field_attr_lastname: תכונת שם משפחה
266 field_attr_lastname: תכונת שם משפחה
267 field_attr_mail: תכונת דוא"ל
267 field_attr_mail: תכונת דוא"ל
268 field_onthefly: יצירת משתמשים זריזה
268 field_onthefly: יצירת משתמשים זריזה
269 field_start_date: תאריך התחלה
269 field_start_date: תאריך התחלה
270 field_done_ratio: % גמור
270 field_done_ratio: % גמור
271 field_auth_source: מקור הזדהות
271 field_auth_source: מקור הזדהות
272 field_hide_mail: החבא את כתובת הדוא"ל שלי
272 field_hide_mail: החבא את כתובת הדוא"ל שלי
273 field_comments: הערות
273 field_comments: הערות
274 field_url: URL
274 field_url: URL
275 field_start_page: דף התחלתי
275 field_start_page: דף התחלתי
276 field_subproject: תת־פרויקט
276 field_subproject: תת־פרויקט
277 field_hours: שעות
277 field_hours: שעות
278 field_activity: פעילות
278 field_activity: פעילות
279 field_spent_on: תאריך
279 field_spent_on: תאריך
280 field_identifier: מזהה
280 field_identifier: מזהה
281 field_is_filter: משמש כמסנן
281 field_is_filter: משמש כמסנן
282 field_issue_to: נושאים קשורים
282 field_issue_to: נושאים קשורים
283 field_delay: עיקוב
283 field_delay: עיקוב
284 field_assignable: ניתן להקצות נושאים לתפקיד זה
284 field_assignable: ניתן להקצות נושאים לתפקיד זה
285 field_redirect_existing_links: העבר קישורים קיימים
285 field_redirect_existing_links: העבר קישורים קיימים
286 field_estimated_hours: זמן משוער
286 field_estimated_hours: זמן משוער
287 field_column_names: עמודות
287 field_column_names: עמודות
288 field_time_entries: רישום זמנים
288 field_time_entries: רישום זמנים
289 field_time_zone: איזור זמן
289 field_time_zone: איזור זמן
290 field_searchable: ניתן לחיפוש
290 field_searchable: ניתן לחיפוש
291 field_default_value: ערך ברירת מחדל
291 field_default_value: ערך ברירת מחדל
292 field_comments_sorting: הצג הערות
292 field_comments_sorting: הצג הערות
293 field_parent_title: דף אב
293 field_parent_title: דף אב
294 field_editable: ניתן לעריכה
294 field_editable: ניתן לעריכה
295 field_watcher: צופה
295 field_watcher: צופה
296 field_identity_url: כתובת OpenID
296 field_identity_url: כתובת OpenID
297 field_content: תוכן
297 field_content: תוכן
298 field_group_by: קבץ את התוצאות לפי
298 field_group_by: קבץ את התוצאות לפי
299 field_sharing: שיתוף
299 field_sharing: שיתוף
300 field_parent_issue: משימת אב
300 field_parent_issue: משימת אב
301 field_member_of_group: חבר בקבוצה
301 field_member_of_group: חבר בקבוצה
302 field_assigned_to_role: בעל תפקיד
302 field_assigned_to_role: בעל תפקיד
303 field_text: שדה טקסט
303 field_text: שדה טקסט
304
304
305 setting_app_title: כותרת ישום
305 setting_app_title: כותרת ישום
306 setting_app_subtitle: תת־כותרת ישום
306 setting_app_subtitle: תת־כותרת ישום
307 setting_welcome_text: טקסט "ברוך הבא"
307 setting_welcome_text: טקסט "ברוך הבא"
308 setting_default_language: שפת ברירת מחדל
308 setting_default_language: שפת ברירת מחדל
309 setting_login_required: דרושה הזדהות
309 setting_login_required: דרושה הזדהות
310 setting_self_registration: אפשר הרשמה עצמית
310 setting_self_registration: אפשר הרשמה עצמית
311 setting_attachment_max_size: גודל דבוקה מקסימאלי
311 setting_attachment_max_size: גודל דבוקה מקסימאלי
312 setting_issues_export_limit: גבול יצוא נושאים
312 setting_issues_export_limit: גבול יצוא נושאים
313 setting_mail_from: כתובת שליחת דוא"ל
313 setting_mail_from: כתובת שליחת דוא"ל
314 setting_bcc_recipients: מוסתר (bcc)
314 setting_bcc_recipients: מוסתר (bcc)
315 setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
315 setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
316 setting_host_name: שם שרת
316 setting_host_name: שם שרת
317 setting_text_formatting: עיצוב טקסט
317 setting_text_formatting: עיצוב טקסט
318 setting_wiki_compression: כיווץ היסטורית wiki
318 setting_wiki_compression: כיווץ היסטורית wiki
319 setting_feeds_limit: גבול תוכן הזנות
319 setting_feeds_limit: גבול תוכן הזנות
320 setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
320 setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
321 setting_autofetch_changesets: משיכה אוטומטית של שינויים
321 setting_autofetch_changesets: משיכה אוטומטית של שינויים
322 setting_sys_api_enabled: אפשר שירות רשת לניהול המאגר
322 setting_sys_api_enabled: אפשר שירות רשת לניהול המאגר
323 setting_commit_ref_keywords: מילות מפתח מקשרות
323 setting_commit_ref_keywords: מילות מפתח מקשרות
324 setting_commit_fix_keywords: מילות מפתח מתקנות
324 setting_commit_fix_keywords: מילות מפתח מתקנות
325 setting_autologin: התחברות אוטומטית
325 setting_autologin: התחברות אוטומטית
326 setting_date_format: פורמט תאריך
326 setting_date_format: פורמט תאריך
327 setting_time_format: פורמט זמן
327 setting_time_format: פורמט זמן
328 setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
328 setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
329 setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
329 setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
330 setting_repositories_encodings: קידוד המאגרים
330 setting_repositories_encodings: קידוד המאגרים
331 setting_commit_logs_encoding: קידוד הודעות הפקדה
331 setting_commit_logs_encoding: קידוד הודעות הפקדה
332 setting_emails_footer: תחתית דוא"ל
332 setting_emails_footer: תחתית דוא"ל
333 setting_protocol: פרוטוקול
333 setting_protocol: פרוטוקול
334 setting_per_page_options: אפשרויות אוביקטים לפי דף
334 setting_per_page_options: אפשרויות אוביקטים לפי דף
335 setting_user_format: פורמט הצגת משתמשים
335 setting_user_format: פורמט הצגת משתמשים
336 setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
336 setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
337 setting_display_subprojects_issues: הצג נושאים של תתי־פרויקטים כברירת מחדל
337 setting_display_subprojects_issues: הצג נושאים של תתי־פרויקטים כברירת מחדל
338 setting_enabled_scm: אפשר ניהול תצורה
338 setting_enabled_scm: אפשר ניהול תצורה
339 setting_mail_handler_body_delimiters: חתוך כתובות דואר אחרי אחת משורות אלה
339 setting_mail_handler_body_delimiters: חתוך כתובות דואר אחרי אחת משורות אלה
340 setting_mail_handler_api_enabled: אפשר שירות רשת לדואר נכנס
340 setting_mail_handler_api_enabled: אפשר שירות רשת לדואר נכנס
341 setting_mail_handler_api_key: מפתח API
341 setting_mail_handler_api_key: מפתח API
342 setting_sequential_project_identifiers: השתמש במספרים עוקבים למזהי פרויקט
342 setting_sequential_project_identifiers: השתמש במספרים עוקבים למזהי פרויקט
343 setting_gravatar_enabled: שימוש בצלמיות משתמשים מ־Gravatar
343 setting_gravatar_enabled: שימוש בצלמיות משתמשים מ־Gravatar
344 setting_gravatar_default: תמונת Gravatar ברירת מחדל
344 setting_gravatar_default: תמונת Gravatar ברירת מחדל
345 setting_diff_max_lines_displayed: מספר מירבי של שורות בתצוגת שינויים
345 setting_diff_max_lines_displayed: מספר מירבי של שורות בתצוגת שינויים
346 setting_file_max_size_displayed: גודל מירבי של מלל המוצג בתוך השורה
346 setting_file_max_size_displayed: גודל מירבי של מלל המוצג בתוך השורה
347 setting_repository_log_display_limit: מספר מירבי של מהדורות המוצגות ביומן קובץ
347 setting_repository_log_display_limit: מספר מירבי של מהדורות המוצגות ביומן קובץ
348 setting_openid: אפשר התחברות ורישום באמצעות OpenID
348 setting_openid: אפשר התחברות ורישום באמצעות OpenID
349 setting_password_min_length: אורך סיסמה מינימאלי
349 setting_password_min_length: אורך סיסמה מינימאלי
350 setting_new_project_user_role_id: התפקיד שמוגדר למשתמש פשוט אשר יוצר פרויקט
350 setting_new_project_user_role_id: התפקיד שמוגדר למשתמש פשוט אשר יוצר פרויקט
351 setting_default_projects_modules: מודולים מאופשרים בברירת מחדל עבור פרויקטים חדשים
351 setting_default_projects_modules: מודולים מאופשרים בברירת מחדל עבור פרויקטים חדשים
352 setting_issue_done_ratio: חשב אחוז התקדמות בנושא עם
352 setting_issue_done_ratio: חשב אחוז התקדמות בנושא עם
353 setting_issue_done_ratio_issue_field: השתמש בשדה הנושא
353 setting_issue_done_ratio_issue_field: השתמש בשדה הנושא
354 setting_issue_done_ratio_issue_status: השתמש במצב הנושא
354 setting_issue_done_ratio_issue_status: השתמש במצב הנושא
355 setting_start_of_week: השבוע מתחיל ביום
355 setting_start_of_week: השבוע מתחיל ביום
356 setting_rest_api_enabled: אפשר שירות רשת REST
356 setting_rest_api_enabled: אפשר שירות רשת REST
357 setting_cache_formatted_text: שמור טקסט מעוצב במטמון
357 setting_cache_formatted_text: שמור טקסט מעוצב במטמון
358 setting_default_notification_option: אפשרות התראה ברירת־מחדל
358 setting_default_notification_option: אפשרות התראה ברירת־מחדל
359
359
360 permission_add_project: יצירת פרויקט
360 permission_add_project: יצירת פרויקט
361 permission_add_subprojects: יצירת תתי־פרויקט
361 permission_add_subprojects: יצירת תתי־פרויקט
362 permission_edit_project: עריכת פרויקט
362 permission_edit_project: עריכת פרויקט
363 permission_select_project_modules: בחירת מודולי פרויקט
363 permission_select_project_modules: בחירת מודולי פרויקט
364 permission_manage_members: ניהול חברים
364 permission_manage_members: ניהול חברים
365 permission_manage_project_activities: נהל פעילויות פרויקט
365 permission_manage_project_activities: נהל פעילויות פרויקט
366 permission_manage_versions: ניהול גירסאות
366 permission_manage_versions: ניהול גירסאות
367 permission_manage_categories: ניהול קטגוריות נושאים
367 permission_manage_categories: ניהול קטגוריות נושאים
368 permission_view_issues: צפיה בנושאים
368 permission_view_issues: צפיה בנושאים
369 permission_add_issues: הוספת נושא
369 permission_add_issues: הוספת נושא
370 permission_edit_issues: עריכת נושאים
370 permission_edit_issues: עריכת נושאים
371 permission_manage_issue_relations: ניהול קשרים בין נושאים
371 permission_manage_issue_relations: ניהול קשרים בין נושאים
372 permission_add_issue_notes: הוספת הערות לנושאים
372 permission_add_issue_notes: הוספת הערות לנושאים
373 permission_edit_issue_notes: עריכת רשימות
373 permission_edit_issue_notes: עריכת רשימות
374 permission_edit_own_issue_notes: עריכת הערות של עצמו
374 permission_edit_own_issue_notes: עריכת הערות של עצמו
375 permission_move_issues: הזזת נושאים
375 permission_move_issues: הזזת נושאים
376 permission_delete_issues: מחיקת נושאים
376 permission_delete_issues: מחיקת נושאים
377 permission_manage_public_queries: ניהול שאילתות פומביות
377 permission_manage_public_queries: ניהול שאילתות פומביות
378 permission_save_queries: שמירת שאילתות
378 permission_save_queries: שמירת שאילתות
379 permission_view_gantt: צפיה בגאנט
379 permission_view_gantt: צפיה בגאנט
380 permission_view_calendar: צפיה בלוח השנה
380 permission_view_calendar: צפיה בלוח השנה
381 permission_view_issue_watchers: צפיה ברשימת צופים
381 permission_view_issue_watchers: צפיה ברשימת צופים
382 permission_add_issue_watchers: הוספת צופים
382 permission_add_issue_watchers: הוספת צופים
383 permission_delete_issue_watchers: הסרת צופים
383 permission_delete_issue_watchers: הסרת צופים
384 permission_log_time: תיעוד זמן שהושקע
384 permission_log_time: תיעוד זמן שהושקע
385 permission_view_time_entries: צפיה ברישום זמנים
385 permission_view_time_entries: צפיה ברישום זמנים
386 permission_edit_time_entries: עריכת רישום זמנים
386 permission_edit_time_entries: עריכת רישום זמנים
387 permission_edit_own_time_entries: עריכת רישום הזמנים של עצמו
387 permission_edit_own_time_entries: עריכת רישום הזמנים של עצמו
388 permission_manage_news: ניהול חדשות
388 permission_manage_news: ניהול חדשות
389 permission_comment_news: תגובה לחדשות
389 permission_comment_news: תגובה לחדשות
390 permission_manage_documents: ניהול מסמכים
390 permission_manage_documents: ניהול מסמכים
391 permission_view_documents: צפיה במסמכים
391 permission_view_documents: צפיה במסמכים
392 permission_manage_files: ניהול קבצים
392 permission_manage_files: ניהול קבצים
393 permission_view_files: צפיה בקבצים
393 permission_view_files: צפיה בקבצים
394 permission_manage_wiki: ניהול wiki
394 permission_manage_wiki: ניהול wiki
395 permission_rename_wiki_pages: שינוי שם של דפי wiki
395 permission_rename_wiki_pages: שינוי שם של דפי wiki
396 permission_delete_wiki_pages: מחיקת דפי wiki
396 permission_delete_wiki_pages: מחיקת דפי wiki
397 permission_view_wiki_pages: צפיה ב־wiki
397 permission_view_wiki_pages: צפיה ב־wiki
398 permission_view_wiki_edits: צפיה בהיסטורית wiki
398 permission_view_wiki_edits: צפיה בהיסטורית wiki
399 permission_edit_wiki_pages: עריכת דפי wiki
399 permission_edit_wiki_pages: עריכת דפי wiki
400 permission_delete_wiki_pages_attachments: מחיקת דבוקות
400 permission_delete_wiki_pages_attachments: מחיקת דבוקות
401 permission_protect_wiki_pages: הגנה על כל דפי wiki
401 permission_protect_wiki_pages: הגנה על כל דפי wiki
402 permission_manage_repository: ניהול מאגר
402 permission_manage_repository: ניהול מאגר
403 permission_browse_repository: סיור במאגר
403 permission_browse_repository: סיור במאגר
404 permission_view_changesets: צפיה בסדרות שינויים
404 permission_view_changesets: צפיה בסדרות שינויים
405 permission_commit_access: אישור הפקדות
405 permission_commit_access: אישור הפקדות
406 permission_manage_boards: ניהול לוחות
406 permission_manage_boards: ניהול לוחות
407 permission_view_messages: צפיה בהודעות
407 permission_view_messages: צפיה בהודעות
408 permission_add_messages: הצבת הודעות
408 permission_add_messages: הצבת הודעות
409 permission_edit_messages: עריכת הודעות
409 permission_edit_messages: עריכת הודעות
410 permission_edit_own_messages: עריכת הודעות של עצמו
410 permission_edit_own_messages: עריכת הודעות של עצמו
411 permission_delete_messages: מחיקת הודעות
411 permission_delete_messages: מחיקת הודעות
412 permission_delete_own_messages: מחיקת הודעות של עצמו
412 permission_delete_own_messages: מחיקת הודעות של עצמו
413 permission_export_wiki_pages: יצא דפי wiki
413 permission_export_wiki_pages: יצא דפי wiki
414 permission_manage_subtasks: נהל תתי־משימות
414 permission_manage_subtasks: נהל תתי־משימות
415
415
416 project_module_issue_tracking: מעקב נושאים
416 project_module_issue_tracking: מעקב נושאים
417 project_module_time_tracking: מעקב אחר זמנים
417 project_module_time_tracking: מעקב אחר זמנים
418 project_module_news: חדשות
418 project_module_news: חדשות
419 project_module_documents: מסמכים
419 project_module_documents: מסמכים
420 project_module_files: קבצים
420 project_module_files: קבצים
421 project_module_wiki: Wiki
421 project_module_wiki: Wiki
422 project_module_repository: מאגר
422 project_module_repository: מאגר
423 project_module_boards: לוחות
423 project_module_boards: לוחות
424 project_module_calendar: לוח שנה
424 project_module_calendar: לוח שנה
425 project_module_gantt: גאנט
425 project_module_gantt: גאנט
426
426
427 label_user: משתמש
427 label_user: משתמש
428 label_user_plural: משתמשים
428 label_user_plural: משתמשים
429 label_user_new: משתמש חדש
429 label_user_new: משתמש חדש
430 label_user_anonymous: אלמוני
430 label_user_anonymous: אלמוני
431 label_project: פרויקט
431 label_project: פרויקט
432 label_project_new: פרויקט חדש
432 label_project_new: פרויקט חדש
433 label_project_plural: פרויקטים
433 label_project_plural: פרויקטים
434 label_x_projects:
434 label_x_projects:
435 zero: ללא פרויקטים
435 zero: ללא פרויקטים
436 one: פרויקט אחד
436 one: פרויקט אחד
437 other: "{{count}} פרויקטים"
437 other: "{{count}} פרויקטים"
438 label_project_all: כל הפרויקטים
438 label_project_all: כל הפרויקטים
439 label_project_latest: הפרויקטים החדשים ביותר
439 label_project_latest: הפרויקטים החדשים ביותר
440 label_issue: נושא
440 label_issue: נושא
441 label_issue_new: נושא חדש
441 label_issue_new: נושא חדש
442 label_issue_plural: נושאים
442 label_issue_plural: נושאים
443 label_issue_view_all: צפה בכל הנושאים
443 label_issue_view_all: צפה בכל הנושאים
444 label_issues_by: "נושאים לפי {{value}}"
444 label_issues_by: "נושאים לפי {{value}}"
445 label_issue_added: נושא נוסף
445 label_issue_added: נושא נוסף
446 label_issue_updated: נושא עודכן
446 label_issue_updated: נושא עודכן
447 label_document: מסמך
447 label_document: מסמך
448 label_document_new: מסמך חדש
448 label_document_new: מסמך חדש
449 label_document_plural: מסמכים
449 label_document_plural: מסמכים
450 label_document_added: מסמך נוסף
450 label_document_added: מסמך נוסף
451 label_role: תפקיד
451 label_role: תפקיד
452 label_role_plural: תפקידים
452 label_role_plural: תפקידים
453 label_role_new: תפקיד חדש
453 label_role_new: תפקיד חדש
454 label_role_and_permissions: תפקידים והרשאות
454 label_role_and_permissions: תפקידים והרשאות
455 label_member: חבר
455 label_member: חבר
456 label_member_new: חבר חדש
456 label_member_new: חבר חדש
457 label_member_plural: חברים
457 label_member_plural: חברים
458 label_tracker: סיווג
458 label_tracker: סיווג
459 label_tracker_plural: סיווגים
459 label_tracker_plural: סיווגים
460 label_tracker_new: סיווג חדש
460 label_tracker_new: סיווג חדש
461 label_workflow: זרימת עבודה
461 label_workflow: זרימת עבודה
462 label_issue_status: מצב נושא
462 label_issue_status: מצב נושא
463 label_issue_status_plural: מצבי נושא
463 label_issue_status_plural: מצבי נושא
464 label_issue_status_new: מצב חדש
464 label_issue_status_new: מצב חדש
465 label_issue_category: קטגורית נושא
465 label_issue_category: קטגורית נושא
466 label_issue_category_plural: קטגוריות נושא
466 label_issue_category_plural: קטגוריות נושא
467 label_issue_category_new: קטגוריה חדשה
467 label_issue_category_new: קטגוריה חדשה
468 label_custom_field: שדה אישי
468 label_custom_field: שדה אישי
469 label_custom_field_plural: שדות אישיים
469 label_custom_field_plural: שדות אישיים
470 label_custom_field_new: שדה אישי חדש
470 label_custom_field_new: שדה אישי חדש
471 label_enumerations: אינומרציות
471 label_enumerations: אינומרציות
472 label_enumeration_new: ערך חדש
472 label_enumeration_new: ערך חדש
473 label_information: מידע
473 label_information: מידע
474 label_information_plural: מידע
474 label_information_plural: מידע
475 label_please_login: נא התחבר
475 label_please_login: נא התחבר
476 label_register: הרשמה
476 label_register: הרשמה
477 label_login_with_open_id_option: או התחבר באמצעות OpenID
477 label_login_with_open_id_option: או התחבר באמצעות OpenID
478 label_password_lost: אבדה הסיסמה?
478 label_password_lost: אבדה הסיסמה?
479 label_home: דף הבית
479 label_home: דף הבית
480 label_my_page: הדף שלי
480 label_my_page: הדף שלי
481 label_my_account: החשבון שלי
481 label_my_account: החשבון שלי
482 label_my_projects: הפרויקטים שלי
482 label_my_projects: הפרויקטים שלי
483 label_my_page_block: בלוק הדף שלי
483 label_my_page_block: בלוק הדף שלי
484 label_administration: ניהול
484 label_administration: ניהול
485 label_login: התחבר
485 label_login: התחבר
486 label_logout: התנתק
486 label_logout: התנתק
487 label_help: עזרה
487 label_help: עזרה
488 label_reported_issues: נושאים שדווחו
488 label_reported_issues: נושאים שדווחו
489 label_assigned_to_me_issues: נושאים שהוצבו לי
489 label_assigned_to_me_issues: נושאים שהוצבו לי
490 label_last_login: התחברות אחרונה
490 label_last_login: התחברות אחרונה
491 label_registered_on: נרשם בתאריך
491 label_registered_on: נרשם בתאריך
492 label_activity: פעילות
492 label_activity: פעילות
493 label_overall_activity: פעילות כוללת
493 label_overall_activity: פעילות כוללת
494 label_user_activity: "הפעילות של {{value}}"
494 label_user_activity: "הפעילות של {{value}}"
495 label_new: חדש
495 label_new: חדש
496 label_logged_as: מחובר כ
496 label_logged_as: מחובר כ
497 label_environment: סביבה
497 label_environment: סביבה
498 label_authentication: הזדהות
498 label_authentication: הזדהות
499 label_auth_source: מקור הזדהות
499 label_auth_source: מקור הזדהות
500 label_auth_source_new: מקור הזדהות חדש
500 label_auth_source_new: מקור הזדהות חדש
501 label_auth_source_plural: מקורות הזדהות
501 label_auth_source_plural: מקורות הזדהות
502 label_subproject_plural: תת־פרויקטים
502 label_subproject_plural: תת־פרויקטים
503 label_subproject_new: תת־פרויקט חדש
503 label_subproject_new: תת־פרויקט חדש
504 label_and_its_subprojects: "{{value}} וכל תתי־הפרויקטים שלו"
504 label_and_its_subprojects: "{{value}} וכל תתי־הפרויקטים שלו"
505 label_min_max_length: אורך מינימאלי - מקסימאלי
505 label_min_max_length: אורך מינימאלי - מקסימאלי
506 label_list: רשימה
506 label_list: רשימה
507 label_date: תאריך
507 label_date: תאריך
508 label_integer: מספר שלם
508 label_integer: מספר שלם
509 label_float: צף
509 label_float: צף
510 label_boolean: ערך בוליאני
510 label_boolean: ערך בוליאני
511 label_string: טקסט
511 label_string: טקסט
512 label_text: טקסט ארוך
512 label_text: טקסט ארוך
513 label_attribute: תכונה
513 label_attribute: תכונה
514 label_attribute_plural: תכונות
514 label_attribute_plural: תכונות
515 label_download: "הורדה {{count}}"
515 label_download: "הורדה {{count}}"
516 label_download_plural: "{{count}} הורדות"
516 label_download_plural: "{{count}} הורדות"
517 label_no_data: אין מידע להציג
517 label_no_data: אין מידע להציג
518 label_change_status: שנה מצב
518 label_change_status: שנה מצב
519 label_history: היסטוריה
519 label_history: היסטוריה
520 label_attachment: קובץ
520 label_attachment: קובץ
521 label_attachment_new: קובץ חדש
521 label_attachment_new: קובץ חדש
522 label_attachment_delete: מחק קובץ
522 label_attachment_delete: מחק קובץ
523 label_attachment_plural: קבצים
523 label_attachment_plural: קבצים
524 label_file_added: קובץ נוסף
524 label_file_added: קובץ נוסף
525 label_report: דו"ח
525 label_report: דו"ח
526 label_report_plural: דו"חות
526 label_report_plural: דו"חות
527 label_news: חדשות
527 label_news: חדשות
528 label_news_new: הוסף חדשות
528 label_news_new: הוסף חדשות
529 label_news_plural: חדשות
529 label_news_plural: חדשות
530 label_news_latest: חדשות אחרונות
530 label_news_latest: חדשות אחרונות
531 label_news_view_all: צפה בכל החדשות
531 label_news_view_all: צפה בכל החדשות
532 label_news_added: חדשות נוספו
532 label_news_added: חדשות נוספו
533 label_settings: הגדרות
533 label_settings: הגדרות
534 label_overview: מבט רחב
534 label_overview: מבט רחב
535 label_version: גירסה
535 label_version: גירסה
536 label_version_new: גירסה חדשה
536 label_version_new: גירסה חדשה
537 label_version_plural: גירסאות
537 label_version_plural: גירסאות
538 label_close_versions: סגור גירסאות שהושלמו
538 label_close_versions: סגור גירסאות שהושלמו
539 label_confirmation: אישור
539 label_confirmation: אישור
540 label_export_to: יצא ל
540 label_export_to: יצא ל
541 label_read: קרא...
541 label_read: קרא...
542 label_public_projects: פרויקטים פומביים
542 label_public_projects: פרויקטים פומביים
543 label_open_issues: פתוח
543 label_open_issues: פתוח
544 label_open_issues_plural: פתוחים
544 label_open_issues_plural: פתוחים
545 label_closed_issues: סגור
545 label_closed_issues: סגור
546 label_closed_issues_plural: סגורים
546 label_closed_issues_plural: סגורים
547 label_x_open_issues_abbr_on_total:
547 label_x_open_issues_abbr_on_total:
548 zero: 0 פתוחים / {{total}}
548 zero: 0 פתוחים / {{total}}
549 one: 1 פתוח / {{total}}
549 one: 1 פתוח / {{total}}
550 other: "{{count}} פתוחים / {{total}}"
550 other: "{{count}} פתוחים / {{total}}"
551 label_x_open_issues_abbr:
551 label_x_open_issues_abbr:
552 zero: 0 פתוחים
552 zero: 0 פתוחים
553 one: 1 פתוח
553 one: 1 פתוח
554 other: "{{count}} פתוחים"
554 other: "{{count}} פתוחים"
555 label_x_closed_issues_abbr:
555 label_x_closed_issues_abbr:
556 zero: 0 סגורים
556 zero: 0 סגורים
557 one: 1 סגור
557 one: 1 סגור
558 other: "{{count}} סגורים"
558 other: "{{count}} סגורים"
559 label_total: סה"כ
559 label_total: סה"כ
560 label_permissions: הרשאות
560 label_permissions: הרשאות
561 label_current_status: מצב נוכחי
561 label_current_status: מצב נוכחי
562 label_new_statuses_allowed: מצבים חדשים אפשריים
562 label_new_statuses_allowed: מצבים חדשים אפשריים
563 label_all: הכל
563 label_all: הכל
564 label_none: כלום
564 label_none: כלום
565 label_nobody: אף אחד
565 label_nobody: אף אחד
566 label_next: הבא
566 label_next: הבא
567 label_previous: הקודם
567 label_previous: הקודם
568 label_used_by: בשימוש ע"י
568 label_used_by: בשימוש ע"י
569 label_details: פרטים
569 label_details: פרטים
570 label_add_note: הוסף הערה
570 label_add_note: הוסף הערה
571 label_per_page: לכל דף
571 label_per_page: לכל דף
572 label_calendar: לוח שנה
572 label_calendar: לוח שנה
573 label_months_from: חודשים מ
573 label_months_from: חודשים מ
574 label_gantt: גאנט
574 label_gantt: גאנט
575 label_internal: פנימי
575 label_internal: פנימי
576 label_last_changes: "{{count}} שינוים אחרונים"
576 label_last_changes: "{{count}} שינוים אחרונים"
577 label_change_view_all: צפה בכל השינוים
577 label_change_view_all: צפה בכל השינוים
578 label_personalize_page: התאם אישית דף זה
578 label_personalize_page: התאם אישית דף זה
579 label_comment: תגובה
579 label_comment: תגובה
580 label_comment_plural: תגובות
580 label_comment_plural: תגובות
581 label_x_comments:
581 label_x_comments:
582 zero: אין הערות
582 zero: אין הערות
583 one: הערה אחת
583 one: הערה אחת
584 other: "{{count}} הערות"
584 other: "{{count}} הערות"
585 label_comment_add: הוסף תגובה
585 label_comment_add: הוסף תגובה
586 label_comment_added: תגובה נוספה
586 label_comment_added: תגובה נוספה
587 label_comment_delete: מחק תגובות
587 label_comment_delete: מחק תגובות
588 label_query: שאילתה אישית
588 label_query: שאילתה אישית
589 label_query_plural: שאילתות אישיות
589 label_query_plural: שאילתות אישיות
590 label_query_new: שאילתה חדשה
590 label_query_new: שאילתה חדשה
591 label_filter_add: הוסף מסנן
591 label_filter_add: הוסף מסנן
592 label_filter_plural: מסננים
592 label_filter_plural: מסננים
593 label_equals: הוא
593 label_equals: הוא
594 label_not_equals: הוא לא
594 label_not_equals: הוא לא
595 label_in_less_than: בפחות מ
595 label_in_less_than: בפחות מ
596 label_in_more_than: ביותר מ
596 label_in_more_than: ביותר מ
597 label_greater_or_equal: ">="
597 label_greater_or_equal: ">="
598 label_less_or_equal: <=
598 label_less_or_equal: <=
599 label_in: ב
599 label_in: ב
600 label_today: היום
600 label_today: היום
601 label_all_time: תמיד
601 label_all_time: תמיד
602 label_yesterday: אתמול
602 label_yesterday: אתמול
603 label_this_week: השבוע
603 label_this_week: השבוע
604 label_last_week: השבוע שעבר
604 label_last_week: השבוע שעבר
605 label_last_n_days: "ב־{{count}} ימים אחרונים"
605 label_last_n_days: "ב־{{count}} ימים אחרונים"
606 label_this_month: החודש
606 label_this_month: החודש
607 label_last_month: חודש שעבר
607 label_last_month: חודש שעבר
608 label_this_year: השנה
608 label_this_year: השנה
609 label_date_range: טווח תאריכים
609 label_date_range: טווח תאריכים
610 label_less_than_ago: פחות מ
610 label_less_than_ago: פחות מ
611 label_more_than_ago: יותר מ
611 label_more_than_ago: יותר מ
612 label_ago: לפני
612 label_ago: לפני
613 label_contains: מכיל
613 label_contains: מכיל
614 label_not_contains: לא מכיל
614 label_not_contains: לא מכיל
615 label_day_plural: ימים
615 label_day_plural: ימים
616 label_repository: מאגר
616 label_repository: מאגר
617 label_repository_plural: מאגרים
617 label_repository_plural: מאגרים
618 label_browse: סייר
618 label_browse: סייר
619 label_modification: "שינוי {{count}}"
619 label_modification: "שינוי {{count}}"
620 label_modification_plural: "{{count}} שינויים"
620 label_modification_plural: "{{count}} שינויים"
621 label_branch: ענף
621 label_branch: ענף
622 label_tag: סימון
622 label_tag: סימון
623 label_revision: מהדורה
623 label_revision: מהדורה
624 label_revision_plural: מהדורות
624 label_revision_plural: מהדורות
625 label_revision_id: מהדורה {{value}}
625 label_revision_id: מהדורה {{value}}
626 label_associated_revisions: מהדורות קשורות
626 label_associated_revisions: מהדורות קשורות
627 label_added: נוסף
627 label_added: נוסף
628 label_modified: שונה
628 label_modified: שונה
629 label_copied: הועתק
629 label_copied: הועתק
630 label_renamed: השם שונה
630 label_renamed: השם שונה
631 label_deleted: נמחק
631 label_deleted: נמחק
632 label_latest_revision: מהדורה אחרונה
632 label_latest_revision: מהדורה אחרונה
633 label_latest_revision_plural: מהדורות אחרונות
633 label_latest_revision_plural: מהדורות אחרונות
634 label_view_revisions: צפה במהדורות
634 label_view_revisions: צפה במהדורות
635 label_view_all_revisions: צפה בכל המהדורות
635 label_view_all_revisions: צפה בכל המהדורות
636 label_max_size: גודל מקסימאלי
636 label_max_size: גודל מקסימאלי
637 label_sort_highest: הזז לראשית
637 label_sort_highest: הזז לראשית
638 label_sort_higher: הזז למעלה
638 label_sort_higher: הזז למעלה
639 label_sort_lower: הזז למטה
639 label_sort_lower: הזז למטה
640 label_sort_lowest: הזז לתחתית
640 label_sort_lowest: הזז לתחתית
641 label_roadmap: מפת הדרכים
641 label_roadmap: מפת הדרכים
642 label_roadmap_due_in: "נגמר בעוד {{value}}"
642 label_roadmap_due_in: "נגמר בעוד {{value}}"
643 label_roadmap_overdue: "{{value}} מאחר"
643 label_roadmap_overdue: "{{value}} מאחר"
644 label_roadmap_no_issues: אין נושאים לגירסה זו
644 label_roadmap_no_issues: אין נושאים לגירסה זו
645 label_search: חפש
645 label_search: חפש
646 label_result_plural: תוצאות
646 label_result_plural: תוצאות
647 label_all_words: כל המילים
647 label_all_words: כל המילים
648 label_wiki: Wiki
648 label_wiki: Wiki
649 label_wiki_edit: ערוך wiki
649 label_wiki_edit: ערוך wiki
650 label_wiki_edit_plural: עריכות wiki
650 label_wiki_edit_plural: עריכות wiki
651 label_wiki_page: דף Wiki
651 label_wiki_page: דף Wiki
652 label_wiki_page_plural: דפי wiki
652 label_wiki_page_plural: דפי wiki
653 label_index_by_title: סדר על פי כותרת
653 label_index_by_title: סדר על פי כותרת
654 label_index_by_date: סדר על פי תאריך
654 label_index_by_date: סדר על פי תאריך
655 label_current_version: גירסה נוכחית
655 label_current_version: גירסה נוכחית
656 label_preview: תצוגה מקדימה
656 label_preview: תצוגה מקדימה
657 label_feed_plural: הזנות
657 label_feed_plural: הזנות
658 label_changes_details: פירוט כל השינויים
658 label_changes_details: פירוט כל השינויים
659 label_issue_tracking: מעקב אחר נושאים
659 label_issue_tracking: מעקב אחר נושאים
660 label_spent_time: זמן שהושקע
660 label_spent_time: זמן שהושקע
661 label_overall_spent_time: זמן שהושקע סה"כ
661 label_overall_spent_time: זמן שהושקע סה"כ
662 label_f_hour: "{{value}} שעה"
662 label_f_hour: "{{value}} שעה"
663 label_f_hour_plural: "{{value}} שעות"
663 label_f_hour_plural: "{{value}} שעות"
664 label_time_tracking: מעקב זמנים
664 label_time_tracking: מעקב זמנים
665 label_change_plural: שינויים
665 label_change_plural: שינויים
666 label_statistics: סטטיסטיקות
666 label_statistics: סטטיסטיקות
667 label_commits_per_month: הפקדות לפי חודש
667 label_commits_per_month: הפקדות לפי חודש
668 label_commits_per_author: הפקדות לפי כותב
668 label_commits_per_author: הפקדות לפי כותב
669 label_view_diff: צפה בשינויים
669 label_view_diff: צפה בשינויים
670 label_diff_inline: בתוך השורה
670 label_diff_inline: בתוך השורה
671 label_diff_side_by_side: צד לצד
671 label_diff_side_by_side: צד לצד
672 label_options: אפשרויות
672 label_options: אפשרויות
673 label_copy_workflow_from: העתק זירמת עבודה מ
673 label_copy_workflow_from: העתק זירמת עבודה מ
674 label_permissions_report: דו"ח הרשאות
674 label_permissions_report: דו"ח הרשאות
675 label_watched_issues: נושאים שנצפו
675 label_watched_issues: נושאים שנצפו
676 label_related_issues: נושאים קשורים
676 label_related_issues: נושאים קשורים
677 label_applied_status: מצב מוחל
677 label_applied_status: מצב מוחל
678 label_loading: טוען...
678 label_loading: טוען...
679 label_relation_new: קשר חדש
679 label_relation_new: קשר חדש
680 label_relation_delete: מחק קשר
680 label_relation_delete: מחק קשר
681 label_relates_to: קשור ל
681 label_relates_to: קשור ל
682 label_duplicates: מכפיל את
682 label_duplicates: מכפיל את
683 label_duplicated_by: שוכפל ע"י
683 label_duplicated_by: שוכפל ע"י
684 label_blocks: חוסם את
684 label_blocks: חוסם את
685 label_blocked_by: חסום ע"י
685 label_blocked_by: חסום ע"י
686 label_precedes: מקדים את
686 label_precedes: מקדים את
687 label_follows: עוקב אחרי
687 label_follows: עוקב אחרי
688 label_end_to_start: מהתחלה לסוף
688 label_end_to_start: מהתחלה לסוף
689 label_end_to_end: מהסוף לסוף
689 label_end_to_end: מהסוף לסוף
690 label_start_to_start: מהתחלה להתחלה
690 label_start_to_start: מהתחלה להתחלה
691 label_start_to_end: מהתחלה לסוף
691 label_start_to_end: מהתחלה לסוף
692 label_stay_logged_in: השאר מחובר
692 label_stay_logged_in: השאר מחובר
693 label_disabled: מבוטל
693 label_disabled: מבוטל
694 label_show_completed_versions: הצג גירסאות גמורות
694 label_show_completed_versions: הצג גירסאות גמורות
695 label_me: אני
695 label_me: אני
696 label_board: פורום
696 label_board: פורום
697 label_board_new: פורום חדש
697 label_board_new: פורום חדש
698 label_board_plural: פורומים
698 label_board_plural: פורומים
699 label_board_locked: נעול
699 label_board_locked: נעול
700 label_board_sticky: דביק
700 label_board_sticky: דביק
701 label_topic_plural: נושאים
701 label_topic_plural: נושאים
702 label_message_plural: הודעות
702 label_message_plural: הודעות
703 label_message_last: הודעה אחרונה
703 label_message_last: הודעה אחרונה
704 label_message_new: הודעה חדשה
704 label_message_new: הודעה חדשה
705 label_message_posted: הודעה נוספה
705 label_message_posted: הודעה נוספה
706 label_reply_plural: השבות
706 label_reply_plural: השבות
707 label_send_information: שלח מידע על חשבון למשתמש
707 label_send_information: שלח מידע על חשבון למשתמש
708 label_year: שנה
708 label_year: שנה
709 label_month: חודש
709 label_month: חודש
710 label_week: שבוע
710 label_week: שבוע
711 label_date_from: מתאריך
711 label_date_from: מתאריך
712 label_date_to: עד
712 label_date_to: עד
713 label_language_based: מבוסס שפה
713 label_language_based: מבוסס שפה
714 label_sort_by: "מיין לפי {{value}}"
714 label_sort_by: "מיין לפי {{value}}"
715 label_send_test_email: שלח דוא"ל בדיקה
715 label_send_test_email: שלח דוא"ל בדיקה
716 label_feeds_access_key: מפתח גישה ל־RSS
716 label_feeds_access_key: מפתח גישה ל־RSS
717 label_missing_feeds_access_key: חסר מפתח גישה ל־RSS
717 label_missing_feeds_access_key: חסר מפתח גישה ל־RSS
718 label_feeds_access_key_created_on: "מפתח הזנת RSS נוצר לפני{{value}}"
718 label_feeds_access_key_created_on: "מפתח הזנת RSS נוצר לפני{{value}}"
719 label_module_plural: מודולים
719 label_module_plural: מודולים
720 label_added_time_by: 'נוסף ע"י {{author}} לפני {{age}}'
720 label_added_time_by: 'נוסף ע"י {{author}} לפני {{age}}'
721 label_updated_time_by: 'עודכן ע"י {{author}} לפני {{age}}'
721 label_updated_time_by: 'עודכן ע"י {{author}} לפני {{age}}'
722 label_updated_time: "עודכן לפני {{value}} "
722 label_updated_time: "עודכן לפני {{value}} "
723 label_jump_to_a_project: קפוץ לפרויקט...
723 label_jump_to_a_project: קפוץ לפרויקט...
724 label_file_plural: קבצים
724 label_file_plural: קבצים
725 label_changeset_plural: סדרות שינויים
725 label_changeset_plural: סדרות שינויים
726 label_default_columns: עמודת ברירת מחדל
726 label_default_columns: עמודת ברירת מחדל
727 label_no_change_option: (אין שינוים)
727 label_no_change_option: (אין שינוים)
728 label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
728 label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
729 label_theme: ערכת נושא
729 label_theme: ערכת נושא
730 label_default: ברירת מחדל
730 label_default: ברירת מחדל
731 label_search_titles_only: חפש בכותרות בלבד
731 label_search_titles_only: חפש בכותרות בלבד
732 label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
732 label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
733 label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
733 label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
734 label_user_mail_option_none: "רק לנושאים שאני צופה או קשור אליהם"
734 label_user_mail_option_none: "רק לנושאים שאני צופה או קשור אליהם"
735 label_user_mail_option_only_my_events: עבור דברים שאני צופה או מעורב בהם בלבד
736 label_user_mail_option_only_assigned: עבור דברים שאני אחראי עליהם בלבד
737 label_user_mail_option_only_owner: עבור דברים שאני הבעלים שלהם בלבד
738 label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
735 label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
739 label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
736 label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
740 label_registration_manual_activation: הפעלת חשבון ידנית
737 label_registration_manual_activation: הפעלת חשבון ידנית
741 label_registration_automatic_activation: הפעלת חשבון אוטומטית
738 label_registration_automatic_activation: הפעלת חשבון אוטומטית
742 label_display_per_page: "בכל דף: {{value}} תוצאות"
739 label_display_per_page: "בכל דף: {{value}} תוצאות"
743 label_age: גיל
740 label_age: גיל
744 label_change_properties: שנה מאפיינים
741 label_change_properties: שנה מאפיינים
745 label_general: כללי
742 label_general: כללי
746 label_more: עוד
743 label_more: עוד
747 label_scm: מערכת ניהול תצורה
744 label_scm: מערכת ניהול תצורה
748 label_plugins: תוספים
745 label_plugins: תוספים
749 label_ldap_authentication: הזדהות LDAP
746 label_ldap_authentication: הזדהות LDAP
750 label_downloads_abbr: D/L
747 label_downloads_abbr: D/L
751 label_optional_description: תיאור רשות
748 label_optional_description: תיאור רשות
752 label_add_another_file: הוסף עוד קובץ
749 label_add_another_file: הוסף עוד קובץ
753 label_preferences: העדפות
750 label_preferences: העדפות
754 label_chronological_order: בסדר כרונולוגי
751 label_chronological_order: בסדר כרונולוגי
755 label_reverse_chronological_order: בסדר כרונולוגי הפוך
752 label_reverse_chronological_order: בסדר כרונולוגי הפוך
756 label_planning: תכנון
753 label_planning: תכנון
757 label_incoming_emails: דוא"ל נכנס
754 label_incoming_emails: דוא"ל נכנס
758 label_generate_key: צור מפתח
755 label_generate_key: צור מפתח
759 label_issue_watchers: צופים
756 label_issue_watchers: צופים
760 label_example: דוגמא
757 label_example: דוגמא
761 label_display: תצוגה
758 label_display: תצוגה
762 label_sort: מיון
759 label_sort: מיון
763 label_ascending: בסדר עולה
760 label_ascending: בסדר עולה
764 label_descending: בסדר יורד
761 label_descending: בסדר יורד
765 label_date_from_to: 'מתאריך {{start}} ועד תאריך {{end}}'
762 label_date_from_to: 'מתאריך {{start}} ועד תאריך {{end}}'
766 label_wiki_content_added: נוסף דף ל־wiki
763 label_wiki_content_added: נוסף דף ל־wiki
767 label_wiki_content_updated: דף wiki עודכן
764 label_wiki_content_updated: דף wiki עודכן
768 label_group: קבוצה
765 label_group: קבוצה
769 label_group_plural: קבוצות
766 label_group_plural: קבוצות
770 label_group_new: קבוצה חדשה
767 label_group_new: קבוצה חדשה
771 label_time_entry_plural: זמן שהושקע
768 label_time_entry_plural: זמן שהושקע
772 label_version_sharing_none: לא משותף
769 label_version_sharing_none: לא משותף
773 label_version_sharing_descendants: עם פרויקטים בנים
770 label_version_sharing_descendants: עם פרויקטים בנים
774 label_version_sharing_hierarchy: עם היררכית הפרויקטים
771 label_version_sharing_hierarchy: עם היררכית הפרויקטים
775 label_version_sharing_tree: עם עץ הפרויקט
772 label_version_sharing_tree: עם עץ הפרויקט
776 label_version_sharing_system: עם כל הפרויקטים
773 label_version_sharing_system: עם כל הפרויקטים
777 label_update_issue_done_ratios: עדכן אחוז התקדמות לנושא
774 label_update_issue_done_ratios: עדכן אחוז התקדמות לנושא
778 label_copy_source: מקור
775 label_copy_source: מקור
779 label_copy_target: יעד
776 label_copy_target: יעד
780 label_copy_same_as_target: זהה ליעד
777 label_copy_same_as_target: זהה ליעד
781 label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
778 label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
782 label_api_access_key: מפתח גישה ל־API
779 label_api_access_key: מפתח גישה ל־API
783 label_missing_api_access_key: חסר מפתח גישה ל־API
780 label_missing_api_access_key: חסר מפתח גישה ל־API
784 label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני {{value}}'
781 label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני {{value}}'
785 label_profile: פרופיל
782 label_profile: פרופיל
786 label_subtask_plural: תתי־משימות
783 label_subtask_plural: תתי־משימות
787 label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
784 label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
788
785
789 button_login: התחבר
786 button_login: התחבר
790 button_submit: אשר
787 button_submit: אשר
791 button_save: שמור
788 button_save: שמור
792 button_check_all: בחר הכל
789 button_check_all: בחר הכל
793 button_uncheck_all: בחר כלום
790 button_uncheck_all: בחר כלום
794 button_delete: מחק
791 button_delete: מחק
795 button_create: צור
792 button_create: צור
796 button_create_and_continue: צור ופתח חדש
793 button_create_and_continue: צור ופתח חדש
797 button_test: בדוק
794 button_test: בדוק
798 button_edit: ערוך
795 button_edit: ערוך
799 button_edit_associated_wikipage: "ערוך דף wiki מקושר: {{page_title}}"
796 button_edit_associated_wikipage: "ערוך דף wiki מקושר: {{page_title}}"
800 button_add: הוסף
797 button_add: הוסף
801 button_change: שנה
798 button_change: שנה
802 button_apply: החל
799 button_apply: החל
803 button_clear: נקה
800 button_clear: נקה
804 button_lock: נעל
801 button_lock: נעל
805 button_unlock: בטל נעילה
802 button_unlock: בטל נעילה
806 button_download: הורד
803 button_download: הורד
807 button_list: רשימה
804 button_list: רשימה
808 button_view: צפה
805 button_view: צפה
809 button_move: הזז
806 button_move: הזז
810 button_move_and_follow: העבר ועקוב
807 button_move_and_follow: העבר ועקוב
811 button_back: הקודם
808 button_back: הקודם
812 button_cancel: בטל
809 button_cancel: בטל
813 button_activate: הפעל
810 button_activate: הפעל
814 button_sort: מיין
811 button_sort: מיין
815 button_log_time: רישום זמנים
812 button_log_time: רישום זמנים
816 button_rollback: חזור למהדורה זו
813 button_rollback: חזור למהדורה זו
817 button_watch: צפה
814 button_watch: צפה
818 button_unwatch: בטל צפיה
815 button_unwatch: בטל צפיה
819 button_reply: השב
816 button_reply: השב
820 button_archive: ארכיון
817 button_archive: ארכיון
821 button_unarchive: הוצא מהארכיון
818 button_unarchive: הוצא מהארכיון
822 button_reset: אפס
819 button_reset: אפס
823 button_rename: שנה שם
820 button_rename: שנה שם
824 button_change_password: שנה סיסמה
821 button_change_password: שנה סיסמה
825 button_copy: העתק
822 button_copy: העתק
826 button_copy_and_follow: העתק ועקוב
823 button_copy_and_follow: העתק ועקוב
827 button_annotate: הוסף תיאור מסגרת
824 button_annotate: הוסף תיאור מסגרת
828 button_update: עדכן
825 button_update: עדכן
829 button_configure: אפשרויות
826 button_configure: אפשרויות
830 button_quote: צטט
827 button_quote: צטט
831 button_duplicate: שכפל
828 button_duplicate: שכפל
832 button_show: הצג
829 button_show: הצג
833
830
834 status_active: פעיל
831 status_active: פעיל
835 status_registered: רשום
832 status_registered: רשום
836 status_locked: נעול
833 status_locked: נעול
837
834
838 version_status_open: פתוח
835 version_status_open: פתוח
839 version_status_locked: נעול
836 version_status_locked: נעול
840 version_status_closed: סגור
837 version_status_closed: סגור
841
838
842 field_active: פעיל
839 field_active: פעיל
843
840
844 text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
841 text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
845 text_regexp_info: כגון. ^[A-Z0-9]+$
842 text_regexp_info: כגון. ^[A-Z0-9]+$
846 text_min_max_length_info: 0 משמעו ללא הגבלות
843 text_min_max_length_info: 0 משמעו ללא הגבלות
847 text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו?
844 text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו?
848 text_subprojects_destroy_warning: "תת־הפרויקט\ים: {{value}} ימחקו גם כן."
845 text_subprojects_destroy_warning: "תת־הפרויקט\ים: {{value}} ימחקו גם כן."
849 text_workflow_edit: בחר תפקיד וסיווג כדי לערוך את זרימת העבודה
846 text_workflow_edit: בחר תפקיד וסיווג כדי לערוך את זרימת העבודה
850 text_are_you_sure: האם אתה בטוח?
847 text_are_you_sure: האם אתה בטוח?
851 text_are_you_sure_with_children: האם למחוק את הנושא ואת כל בניו?
848 text_are_you_sure_with_children: האם למחוק את הנושא ואת כל בניו?
852 text_journal_changed: "{{label}} השתנה מ{{old}} ל{{new}}"
849 text_journal_changed: "{{label}} השתנה מ{{old}} ל{{new}}"
853 text_journal_set_to: "{{label}} נקבע ל{{value}}"
850 text_journal_set_to: "{{label}} נקבע ל{{value}}"
854 text_journal_deleted: "{{label}} נמחק ({{old}})"
851 text_journal_deleted: "{{label}} נמחק ({{old}})"
855 text_journal_added: "{{label}} {{value}} נוסף"
852 text_journal_added: "{{label}} {{value}} נוסף"
856 text_tip_issue_begin_day: מטלה המתחילה היום
853 text_tip_issue_begin_day: מטלה המתחילה היום
857 text_tip_issue_end_day: מטלה המסתיימת היום
854 text_tip_issue_end_day: מטלה המסתיימת היום
858 text_tip_issue_begin_end_day: מטלה המתחילה ומסתיימת היום
855 text_tip_issue_begin_end_day: מטלה המתחילה ומסתיימת היום
859 text_project_identifier_info: 'אותיות לטיניות (a-z), מספרים ומקפים.<br />ברגע שנשמר, לא ניתן לשנות את המזהה.'
856 text_project_identifier_info: 'אותיות לטיניות (a-z), מספרים ומקפים.<br />ברגע שנשמר, לא ניתן לשנות את המזהה.'
860 text_caracters_maximum: "מקסימום {{count}} תווים."
857 text_caracters_maximum: "מקסימום {{count}} תווים."
861 text_caracters_minimum: "חייב להיות לפחות באורך של {{count}} תווים."
858 text_caracters_minimum: "חייב להיות לפחות באורך של {{count}} תווים."
862 text_length_between: "אורך בין {{min}} ל {{max}} תווים."
859 text_length_between: "אורך בין {{min}} ל {{max}} תווים."
863 text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור סיווג זה
860 text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור סיווג זה
864 text_unallowed_characters: תווים לא מורשים
861 text_unallowed_characters: תווים לא מורשים
865 text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
862 text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
866 text_line_separated: ניתן להזין מספר ערכים (שורה אחת לכל ערך).
863 text_line_separated: ניתן להזין מספר ערכים (שורה אחת לכל ערך).
867 text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדה
864 text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדה
868 text_issue_added: "הנושא {{id}} דווח (בידי {{author}})."
865 text_issue_added: "הנושא {{id}} דווח (בידי {{author}})."
869 text_issue_updated: "הנושא {{id}} עודכן (בידי {{author}})."
866 text_issue_updated: "הנושא {{id}} עודכן (בידי {{author}})."
870 text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
867 text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
871 text_issue_category_destroy_question: "כמה נושאים ({{count}}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
868 text_issue_category_destroy_question: "כמה נושאים ({{count}}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
872 text_issue_category_destroy_assignments: הסר הצבת קטגוריה
869 text_issue_category_destroy_assignments: הסר הצבת קטגוריה
873 text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
870 text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
874 text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או אחראי עליהם)."
871 text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או אחראי עליהם)."
875 text_no_configuration_data: "לא הוגדרה תצורה עבור תפקידים, סיווגים, מצבי נושא וזרימת עבודה.\nמומלץ מאד לטעון את תצורת ברירת המחדל. תוכל לשנותה מאוחר יותר."
872 text_no_configuration_data: "לא הוגדרה תצורה עבור תפקידים, סיווגים, מצבי נושא וזרימת עבודה.\nמומלץ מאד לטעון את תצורת ברירת המחדל. תוכל לשנותה מאוחר יותר."
876 text_load_default_configuration: טען את אפשרויות ברירת המחדל
873 text_load_default_configuration: טען את אפשרויות ברירת המחדל
877 text_status_changed_by_changeset: "הוחל בסדרת השינויים {{value}}."
874 text_status_changed_by_changeset: "הוחל בסדרת השינויים {{value}}."
878 text_issues_destroy_confirmation: 'האם אתה בטוח שברצונך למחוק את הנושא\ים?'
875 text_issues_destroy_confirmation: 'האם אתה בטוח שברצונך למחוק את הנושא\ים?'
879 text_select_project_modules: 'בחר מודולים להחיל על פרויקט זה:'
876 text_select_project_modules: 'בחר מודולים להחיל על פרויקט זה:'
880 text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
877 text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
881 text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
878 text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
882 text_plugin_assets_writable: ספרית נכסי תוספים ניתנת לכתיבה
879 text_plugin_assets_writable: ספרית נכסי תוספים ניתנת לכתיבה
883 text_rmagick_available: RMagick זמין (רשות)
880 text_rmagick_available: RMagick זמין (רשות)
884 text_destroy_time_entries_question: "{{hours}} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
881 text_destroy_time_entries_question: "{{hours}} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
885 text_destroy_time_entries: מחק שעות שדווחו
882 text_destroy_time_entries: מחק שעות שדווחו
886 text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
883 text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
887 text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
884 text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
888 text_user_wrote: "{{value}} כתב:"
885 text_user_wrote: "{{value}} כתב:"
889 text_enumeration_destroy_question: "{{count}} אוביקטים מוצבים לערך זה."
886 text_enumeration_destroy_question: "{{count}} אוביקטים מוצבים לערך זה."
890 text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
887 text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
891 text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/&lt;instance&gt;/email.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
888 text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/&lt;instance&gt;/email.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
892 text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
889 text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
893 text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
890 text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
894 text_custom_field_possible_values_info: שורה אחת לכל ערך
891 text_custom_field_possible_values_info: שורה אחת לכל ערך
895 text_wiki_page_destroy_question: לדף זה יש {{descendants}} דפים בנים ותלויים. מה ברצונך לעשות?
892 text_wiki_page_destroy_question: לדף זה יש {{descendants}} דפים בנים ותלויים. מה ברצונך לעשות?
896 text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
893 text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
897 text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
894 text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
898 text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
895 text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
899 text_own_membership_delete_confirmation: |-
896 text_own_membership_delete_confirmation: |-
900 בכוונתך למחוק חלק או את כל ההרשאות שלך. לאחר מכן לא תוכל יותר לערוך פרויקט זה.
897 בכוונתך למחוק חלק או את כל ההרשאות שלך. לאחר מכן לא תוכל יותר לערוך פרויקט זה.
901 האם אתה בטוח שברצונך להמשיך?
898 האם אתה בטוח שברצונך להמשיך?
902 text_zoom_in: התקרב
899 text_zoom_in: התקרב
903 text_zoom_out: התרחק
900 text_zoom_out: התרחק
904
901
905 default_role_manager: מנהל
902 default_role_manager: מנהל
906 default_role_developer: מפתח
903 default_role_developer: מפתח
907 default_role_reporter: מדווח
904 default_role_reporter: מדווח
908 default_tracker_bug: תקלה
905 default_tracker_bug: תקלה
909 default_tracker_feature: יכולת
906 default_tracker_feature: יכולת
910 default_tracker_support: תמיכה
907 default_tracker_support: תמיכה
911 default_issue_status_new: חדש
908 default_issue_status_new: חדש
912 default_issue_status_in_progress: בעבודה
909 default_issue_status_in_progress: בעבודה
913 default_issue_status_resolved: נפתר
910 default_issue_status_resolved: נפתר
914 default_issue_status_feedback: משוב
911 default_issue_status_feedback: משוב
915 default_issue_status_closed: סגור
912 default_issue_status_closed: סגור
916 default_issue_status_rejected: נדחה
913 default_issue_status_rejected: נדחה
917 default_doc_category_user: תיעוד משתמש
914 default_doc_category_user: תיעוד משתמש
918 default_doc_category_tech: תיעוד טכני
915 default_doc_category_tech: תיעוד טכני
919 default_priority_low: נמוכה
916 default_priority_low: נמוכה
920 default_priority_normal: רגילה
917 default_priority_normal: רגילה
921 default_priority_high: גבוהה
918 default_priority_high: גבוהה
922 default_priority_urgent: דחופה
919 default_priority_urgent: דחופה
923 default_priority_immediate: מידית
920 default_priority_immediate: מידית
924 default_activity_design: עיצוב
921 default_activity_design: עיצוב
925 default_activity_development: פיתוח
922 default_activity_development: פיתוח
926
923
927 enumeration_issue_priorities: עדיפות נושאים
924 enumeration_issue_priorities: עדיפות נושאים
928 enumeration_doc_categories: קטגוריות מסמכים
925 enumeration_doc_categories: קטגוריות מסמכים
929 enumeration_activities: פעילויות (מעקב אחר זמנים)
926 enumeration_activities: פעילויות (מעקב אחר זמנים)
930 enumeration_system_activity: פעילות מערכת
927 enumeration_system_activity: פעילות מערכת
931 label_user_mail_option_none: No events
932 field_member_of_group: Assignee's group
928 field_member_of_group: Assignee's group
933 field_assigned_to_role: Assignee's role
929 field_assigned_to_role: Assignee's role
934 label_principal_search: "Search for user or group:"
930 label_principal_search: "Search for user or group:"
935 label_user_search: "Search for user:"
931 label_user_search: "Search for user:"
@@ -1,956 +1,953
1 # Japanese translations for Ruby on Rails
1 # Japanese translations for Ruby on Rails
2 # by Akira Matsuda (ronnie@dio.jp)
2 # by Akira Matsuda (ronnie@dio.jp)
3 # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
3 # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
4
4
5 ja:
5 ja:
6 direction: ltr
6 direction: ltr
7 date:
7 date:
8 formats:
8 formats:
9 # Use the strftime parameters for formats.
9 # Use the strftime parameters for formats.
10 # When no format has been given, it uses default.
10 # When no format has been given, it uses default.
11 # You can provide other formats here if you like!
11 # You can provide other formats here if you like!
12 default: "%Y/%m/%d"
12 default: "%Y/%m/%d"
13 short: "%m/%d"
13 short: "%m/%d"
14 long: "%Y年%m月%d日(%a)"
14 long: "%Y年%m月%d日(%a)"
15
15
16 day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
16 day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
17 abbr_day_names: [, , , , , , ]
17 abbr_day_names: [, , , , , , ]
18
18
19 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 # Don't forget the nil at the beginning; there's no such thing as a 0th month
20 month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
20 month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
21 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
21 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
22 # Used in date_select and datime_select.
22 # Used in date_select and datime_select.
23 order: [ :year, :month, :day ]
23 order: [ :year, :month, :day ]
24
24
25 time:
25 time:
26 formats:
26 formats:
27 default: "%Y/%m/%d %H:%M:%S"
27 default: "%Y/%m/%d %H:%M:%S"
28 time: "%H:%M"
28 time: "%H:%M"
29 short: "%y/%m/%d %H:%M"
29 short: "%y/%m/%d %H:%M"
30 long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
30 long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
31 am: "午前"
31 am: "午前"
32 pm: "午後"
32 pm: "午後"
33
33
34 datetime:
34 datetime:
35 distance_in_words:
35 distance_in_words:
36 half_a_minute: "30秒前後"
36 half_a_minute: "30秒前後"
37 less_than_x_seconds:
37 less_than_x_seconds:
38 one: "1秒以内"
38 one: "1秒以内"
39 other: "{{count}}秒以内"
39 other: "{{count}}秒以内"
40 x_seconds:
40 x_seconds:
41 one: "1秒"
41 one: "1秒"
42 other: "{{count}}秒"
42 other: "{{count}}秒"
43 less_than_x_minutes:
43 less_than_x_minutes:
44 one: "1分以内"
44 one: "1分以内"
45 other: "{{count}}分以内"
45 other: "{{count}}分以内"
46 x_minutes:
46 x_minutes:
47 one: "1分"
47 one: "1分"
48 other: "{{count}}分"
48 other: "{{count}}分"
49 about_x_hours:
49 about_x_hours:
50 one: "約1時間"
50 one: "約1時間"
51 other: "約{{count}}時間"
51 other: "約{{count}}時間"
52 x_days:
52 x_days:
53 one: "1日"
53 one: "1日"
54 other: "{{count}}日"
54 other: "{{count}}日"
55 about_x_months:
55 about_x_months:
56 one: "約1ヶ月"
56 one: "約1ヶ月"
57 other: "約{{count}}ヶ月"
57 other: "約{{count}}ヶ月"
58 x_months:
58 x_months:
59 one: "1ヶ月"
59 one: "1ヶ月"
60 other: "{{count}}ヶ月"
60 other: "{{count}}ヶ月"
61 about_x_years:
61 about_x_years:
62 one: "約1年"
62 one: "約1年"
63 other: "約{{count}}年"
63 other: "約{{count}}年"
64 over_x_years:
64 over_x_years:
65 one: "1年以上"
65 one: "1年以上"
66 other: "{{count}}年以上"
66 other: "{{count}}年以上"
67 almost_x_years:
67 almost_x_years:
68 one: "ほぼ1年"
68 one: "ほぼ1年"
69 other: "ほぼ{{count}}年"
69 other: "ほぼ{{count}}年"
70
70
71 number:
71 number:
72 format:
72 format:
73 separator: "."
73 separator: "."
74 delimiter: ","
74 delimiter: ","
75 precision: 3
75 precision: 3
76
76
77 currency:
77 currency:
78 format:
78 format:
79 format: "%n%u"
79 format: "%n%u"
80 unit: "円"
80 unit: "円"
81 separator: "."
81 separator: "."
82 delimiter: ","
82 delimiter: ","
83 precision: 0
83 precision: 0
84
84
85 percentage:
85 percentage:
86 format:
86 format:
87 delimiter: ""
87 delimiter: ""
88
88
89 precision:
89 precision:
90 format:
90 format:
91 delimiter: ""
91 delimiter: ""
92
92
93 human:
93 human:
94 format:
94 format:
95 delimiter: ""
95 delimiter: ""
96 precision: 1
96 precision: 1
97 storage_units:
97 storage_units:
98 format: "%n %u"
98 format: "%n %u"
99 units:
99 units:
100 byte:
100 byte:
101 one: "Byte"
101 one: "Byte"
102 other: "Bytes"
102 other: "Bytes"
103 kb: "KB"
103 kb: "KB"
104 mb: "MB"
104 mb: "MB"
105 gb: "GB"
105 gb: "GB"
106 tb: "TB"
106 tb: "TB"
107
107
108
108
109 # Used in array.to_sentence.
109 # Used in array.to_sentence.
110 support:
110 support:
111 array:
111 array:
112 sentence_connector: "及び"
112 sentence_connector: "及び"
113 skip_last_comma: true
113 skip_last_comma: true
114
114
115 activerecord:
115 activerecord:
116 errors:
116 errors:
117 template:
117 template:
118 header:
118 header:
119 one: "{{model}} にエラーが発生しました。"
119 one: "{{model}} にエラーが発生しました。"
120 other: "{{model}} {{count}} つのエラーが発生しました。"
120 other: "{{model}} {{count}} つのエラーが発生しました。"
121 body: "次の項目を確認してください。"
121 body: "次の項目を確認してください。"
122
122
123 messages:
123 messages:
124 inclusion: "は一覧にありません。"
124 inclusion: "は一覧にありません。"
125 exclusion: "は予約されています。"
125 exclusion: "は予約されています。"
126 invalid: "は不正な値です。"
126 invalid: "は不正な値です。"
127 confirmation: "が一致しません。"
127 confirmation: "が一致しません。"
128 accepted: "を受諾してください。"
128 accepted: "を受諾してください。"
129 empty: "を入力してください。"
129 empty: "を入力してください。"
130 blank: "を入力してください。"
130 blank: "を入力してください。"
131 too_long: "は{{count}}文字以内で入力してください。"
131 too_long: "は{{count}}文字以内で入力してください。"
132 too_short: "は{{count}}文字以上で入力してください。"
132 too_short: "は{{count}}文字以上で入力してください。"
133 wrong_length: "は{{count}}文字で入力してください。"
133 wrong_length: "は{{count}}文字で入力してください。"
134 taken: "はすでに存在します。"
134 taken: "はすでに存在します。"
135 not_a_number: "は数値で入力してください。"
135 not_a_number: "は数値で入力してください。"
136 not_a_date: "は日付を入力してください。"
136 not_a_date: "は日付を入力してください。"
137 greater_than: "は{{count}}より大きい値にしてください。"
137 greater_than: "は{{count}}より大きい値にしてください。"
138 greater_than_or_equal_to: "は{{count}}以上の値にしてください。"
138 greater_than_or_equal_to: "は{{count}}以上の値にしてください。"
139 equal_to: "は{{count}}にしてください。"
139 equal_to: "は{{count}}にしてください。"
140 less_than: "は{{count}}より小さい値にしてください。"
140 less_than: "は{{count}}より小さい値にしてください。"
141 less_than_or_equal_to: "は{{count}}以下の値にしてください。"
141 less_than_or_equal_to: "は{{count}}以下の値にしてください。"
142 odd: "は奇数にしてください。"
142 odd: "は奇数にしてください。"
143 even: "は偶数にしてください。"
143 even: "は偶数にしてください。"
144 greater_than_start_date: "を開始日より後にしてください"
144 greater_than_start_date: "を開始日より後にしてください"
145 not_same_project: "同じプロジェクトに属していません"
145 not_same_project: "同じプロジェクトに属していません"
146 circular_dependency: "この関係では、循環依存になります"
146 circular_dependency: "この関係では、循環依存になります"
147 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
147 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
148
148
149 actionview_instancetag_blank_option: 選んでください
149 actionview_instancetag_blank_option: 選んでください
150
150
151 general_text_No: 'いいえ'
151 general_text_No: 'いいえ'
152 general_text_Yes: 'はい'
152 general_text_Yes: 'はい'
153 general_text_no: 'いいえ'
153 general_text_no: 'いいえ'
154 general_text_yes: 'はい'
154 general_text_yes: 'はい'
155 general_lang_name: 'Japanese (日本語)'
155 general_lang_name: 'Japanese (日本語)'
156 general_csv_separator: ','
156 general_csv_separator: ','
157 general_csv_decimal_separator: '.'
157 general_csv_decimal_separator: '.'
158 general_csv_encoding: CP932
158 general_csv_encoding: CP932
159 general_pdf_encoding: CP932
159 general_pdf_encoding: CP932
160 general_first_day_of_week: '7'
160 general_first_day_of_week: '7'
161
161
162 notice_account_updated: アカウントが更新されました。
162 notice_account_updated: アカウントが更新されました。
163 notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効
163 notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効
164 notice_account_password_updated: パスワードが更新されました。
164 notice_account_password_updated: パスワードが更新されました。
165 notice_account_wrong_password: パスワードが違います
165 notice_account_wrong_password: パスワードが違います
166 notice_account_register_done: アカウントが作成されました。
166 notice_account_register_done: アカウントが作成されました。
167 notice_account_unknown_email: ユーザが存在しません。
167 notice_account_unknown_email: ユーザが存在しません。
168 notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。
168 notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。
169 notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。
169 notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。
170 notice_account_activated: アカウントが有効になりました。ログインできます。
170 notice_account_activated: アカウントが有効になりました。ログインできます。
171 notice_successful_create: 作成しました。
171 notice_successful_create: 作成しました。
172 notice_successful_update: 更新しました。
172 notice_successful_update: 更新しました。
173 notice_successful_delete: 削除しました。
173 notice_successful_delete: 削除しました。
174 notice_successful_connection: 接続しました。
174 notice_successful_connection: 接続しました。
175 notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。
175 notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。
176 notice_locking_conflict: 別のユーザがデータを更新しています。
176 notice_locking_conflict: 別のユーザがデータを更新しています。
177 notice_not_authorized: このページにアクセスするには認証が必要です。
177 notice_not_authorized: このページにアクセスするには認証が必要です。
178 notice_not_authorized_archived_project: プロジェクトは書庫に保存されています。
178 notice_not_authorized_archived_project: プロジェクトは書庫に保存されています。
179 notice_email_sent: "{{value}} 宛にメールを送信しました。"
179 notice_email_sent: "{{value}} 宛にメールを送信しました。"
180 notice_email_error: "メール送信中にエラーが発生しました ({{value}})"
180 notice_email_error: "メール送信中にエラーが発生しました ({{value}})"
181 notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。
181 notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。
182 notice_api_access_key_reseted: APIアクセスキーを初期化しました。
182 notice_api_access_key_reseted: APIアクセスキーを初期化しました。
183 notice_failed_to_save_issues: "{{total}}件のうち{{count}}件のチケットが保存できませんでした: {{ids}}."
183 notice_failed_to_save_issues: "{{total}}件のうち{{count}}件のチケットが保存できませんでした: {{ids}}."
184 notice_failed_to_save_members: "メンバーの保存に失敗しました: {{errors}}."
184 notice_failed_to_save_members: "メンバーの保存に失敗しました: {{errors}}."
185 notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。"
185 notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。"
186 notice_account_pending: アカウントは作成済みで、管理者の承認待ちです。
186 notice_account_pending: アカウントは作成済みで、管理者の承認待ちです。
187 notice_default_data_loaded: デフォルト設定をロードしました。
187 notice_default_data_loaded: デフォルト設定をロードしました。
188 notice_unable_delete_version: バージョンを削除できません
188 notice_unable_delete_version: バージョンを削除できません
189 notice_unable_delete_time_entry: 作業時間を削除できません
189 notice_unable_delete_time_entry: 作業時間を削除できません
190 notice_issue_done_ratios_updated: チケットの進捗が更新されました。
190 notice_issue_done_ratios_updated: チケットの進捗が更新されました。
191
191
192 error_can_t_load_default_data: "デフォルト設定がロードできませんでした: {{value}}"
192 error_can_t_load_default_data: "デフォルト設定がロードできませんでした: {{value}}"
193 error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。
193 error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。
194 error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: {{value}}"
194 error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: {{value}}"
195 error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。"
195 error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。"
196 error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません'
196 error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません'
197 error_unable_delete_issue_status: "チケットのステータスを削除できませんでした。"
197 error_unable_delete_issue_status: "チケットのステータスを削除できませんでした。"
198 error_no_tracker_in_project: 'このプロジェクトにはトラッカーが登録されていません。プロジェクト設定を確認してください。'
198 error_no_tracker_in_project: 'このプロジェクトにはトラッカーが登録されていません。プロジェクト設定を確認してください。'
199 error_no_default_issue_status: 'デフォルトのチケットステータスが定義されていません。設定を確認してください(管理→チケットのステータス)。'
199 error_no_default_issue_status: 'デフォルトのチケットステータスが定義されていません。設定を確認してください(管理→チケットのステータス)。'
200 error_can_not_delete_custom_field: 'カスタムフィールドを削除できません。'
200 error_can_not_delete_custom_field: 'カスタムフィールドを削除できません。'
201 error_unable_to_connect: "接続できません。 ({{value}})"
201 error_unable_to_connect: "接続できません。 ({{value}})"
202 error_can_not_remove_role: 'このロールは使用されています。削除できません。'
202 error_can_not_remove_role: 'このロールは使用されています。削除できません。'
203 error_can_not_reopen_issue_on_closed_version: '終了したバージョンにひも付けされたチケットの再オープンはできません。'
203 error_can_not_reopen_issue_on_closed_version: '終了したバージョンにひも付けされたチケットの再オープンはできません。'
204 error_can_not_archive_project: このプロジェクトは書庫に保存できません
204 error_can_not_archive_project: このプロジェクトは書庫に保存できません
205 error_issue_done_ratios_not_updated: "チケットの進捗が更新できません。"
205 error_issue_done_ratios_not_updated: "チケットの進捗が更新できません。"
206 error_workflow_copy_source: 'コピー元となるトラッカーまたはロールを選択してください'
206 error_workflow_copy_source: 'コピー元となるトラッカーまたはロールを選択してください'
207 error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください'
207 error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください'
208 error_can_not_delete_tracker: 'このトラッカーは使用されています。削除できません。'
208 error_can_not_delete_tracker: 'このトラッカーは使用されています。削除できません。'
209
209
210 warning_attachments_not_saved: "{{count}}個の添付ファイルが保存できませんでした。"
210 warning_attachments_not_saved: "{{count}}個の添付ファイルが保存できませんでした。"
211
211
212 mail_subject_lost_password: "{{value}} パスワード再発行"
212 mail_subject_lost_password: "{{value}} パスワード再発行"
213 mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:'
213 mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:'
214 mail_subject_register: "{{value}} アカウント登録の確認"
214 mail_subject_register: "{{value}} アカウント登録の確認"
215 mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:'
215 mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:'
216 mail_body_account_information_external: "{{value}} アカウントを使ってにログインできます。"
216 mail_body_account_information_external: "{{value}} アカウントを使ってにログインできます。"
217 mail_body_account_information: アカウント情報
217 mail_body_account_information: アカウント情報
218 mail_subject_account_activation_request: "{{value}} アカウントの承認要求"
218 mail_subject_account_activation_request: "{{value}} アカウントの承認要求"
219 mail_body_account_activation_request: "新しいユーザ {{value}} が登録されました。このアカウントはあなたの承認待ちです:"
219 mail_body_account_activation_request: "新しいユーザ {{value}} が登録されました。このアカウントはあなたの承認待ちです:"
220 mail_subject_reminder: "{{count}}件のチケットの期日が{{days}}日以内に到来します"
220 mail_subject_reminder: "{{count}}件のチケットの期日が{{days}}日以内に到来します"
221 mail_body_reminder: "{{count}}件の担当チケットの期日が{{days}}日以内に到来します:"
221 mail_body_reminder: "{{count}}件の担当チケットの期日が{{days}}日以内に到来します:"
222 mail_subject_wiki_content_added: "Wikiページ {{page}} が追加されました"
222 mail_subject_wiki_content_added: "Wikiページ {{page}} が追加されました"
223 mail_body_wiki_content_added: "{{author}} によってWikiページ {{page}} が追加されました。"
223 mail_body_wiki_content_added: "{{author}} によってWikiページ {{page}} が追加されました。"
224 mail_subject_wiki_content_updated: "Wikiページ {{page}} が更新されました"
224 mail_subject_wiki_content_updated: "Wikiページ {{page}} が更新されました"
225 mail_body_wiki_content_updated: "{{author}} によってWikiページ {{page}} が更新されました。"
225 mail_body_wiki_content_updated: "{{author}} によってWikiページ {{page}} が更新されました。"
226
226
227 gui_validation_error: 1件のエラー
227 gui_validation_error: 1件のエラー
228 gui_validation_error_plural: "{{count}}件のエラー"
228 gui_validation_error_plural: "{{count}}件のエラー"
229
229
230 field_name: 名称
230 field_name: 名称
231 field_description: 説明
231 field_description: 説明
232 field_summary: サマリー
232 field_summary: サマリー
233 field_is_required: 必須
233 field_is_required: 必須
234 field_firstname: 名前
234 field_firstname: 名前
235 field_lastname: 苗字
235 field_lastname: 苗字
236 field_mail: メールアドレス
236 field_mail: メールアドレス
237 field_filename: ファイル
237 field_filename: ファイル
238 field_filesize: サイズ
238 field_filesize: サイズ
239 field_downloads: ダウンロード
239 field_downloads: ダウンロード
240 field_author: 作成者
240 field_author: 作成者
241 field_created_on: 作成日
241 field_created_on: 作成日
242 field_updated_on: 更新日
242 field_updated_on: 更新日
243 field_field_format: 書式
243 field_field_format: 書式
244 field_is_for_all: 全プロジェクト向け
244 field_is_for_all: 全プロジェクト向け
245 field_possible_values: 選択肢
245 field_possible_values: 選択肢
246 field_regexp: 正規表現
246 field_regexp: 正規表現
247 field_min_length: 最小値
247 field_min_length: 最小値
248 field_max_length: 最大値
248 field_max_length: 最大値
249 field_value:
249 field_value:
250 field_category: カテゴリ
250 field_category: カテゴリ
251 field_title: タイトル
251 field_title: タイトル
252 field_project: プロジェクト
252 field_project: プロジェクト
253 field_issue: チケット
253 field_issue: チケット
254 field_status: ステータス
254 field_status: ステータス
255 field_notes: 注記
255 field_notes: 注記
256 field_is_closed: 終了したチケット
256 field_is_closed: 終了したチケット
257 field_is_default: デフォルト値
257 field_is_default: デフォルト値
258 field_tracker: トラッカー
258 field_tracker: トラッカー
259 field_subject: 題名
259 field_subject: 題名
260 field_due_date: 期日
260 field_due_date: 期日
261 field_assigned_to: 担当者
261 field_assigned_to: 担当者
262 field_priority: 優先度
262 field_priority: 優先度
263 field_fixed_version: 対象バージョン
263 field_fixed_version: 対象バージョン
264 field_user: ユーザ
264 field_user: ユーザ
265 field_principal: 主体
265 field_principal: 主体
266 field_role: ロール
266 field_role: ロール
267 field_homepage: ホームページ
267 field_homepage: ホームページ
268 field_is_public: 公開
268 field_is_public: 公開
269 field_parent: 親プロジェクト名
269 field_parent: 親プロジェクト名
270 field_is_in_roadmap: チケットをロードマップに表示する
270 field_is_in_roadmap: チケットをロードマップに表示する
271 field_login: ログイン
271 field_login: ログイン
272 field_mail_notification: メール通知
272 field_mail_notification: メール通知
273 field_admin: 管理者
273 field_admin: 管理者
274 field_last_login_on: 最終接続日
274 field_last_login_on: 最終接続日
275 field_language: 言語
275 field_language: 言語
276 field_effective_date: 期日
276 field_effective_date: 期日
277 field_password: パスワード
277 field_password: パスワード
278 field_new_password: 新しいパスワード
278 field_new_password: 新しいパスワード
279 field_password_confirmation: パスワードの確認
279 field_password_confirmation: パスワードの確認
280 field_version: バージョン
280 field_version: バージョン
281 field_type: タイプ
281 field_type: タイプ
282 field_host: ホスト
282 field_host: ホスト
283 field_port: ポート
283 field_port: ポート
284 field_account: アカウント
284 field_account: アカウント
285 field_base_dn: 検索範囲
285 field_base_dn: 検索範囲
286 field_attr_login: ログイン名属性
286 field_attr_login: ログイン名属性
287 field_attr_firstname: 名前属性
287 field_attr_firstname: 名前属性
288 field_attr_lastname: 苗字属性
288 field_attr_lastname: 苗字属性
289 field_attr_mail: メール属性
289 field_attr_mail: メール属性
290 field_onthefly: あわせてユーザを作成
290 field_onthefly: あわせてユーザを作成
291 field_start_date: 開始日
291 field_start_date: 開始日
292 field_done_ratio: 進捗 %
292 field_done_ratio: 進捗 %
293 field_auth_source: 認証方式
293 field_auth_source: 認証方式
294 field_hide_mail: メールアドレスを隠す
294 field_hide_mail: メールアドレスを隠す
295 field_comments: コメント
295 field_comments: コメント
296 field_url: URL
296 field_url: URL
297 field_start_page: メインページ
297 field_start_page: メインページ
298 field_subproject: サブプロジェクト
298 field_subproject: サブプロジェクト
299 field_hours: 時間
299 field_hours: 時間
300 field_activity: 活動
300 field_activity: 活動
301 field_spent_on: 日付
301 field_spent_on: 日付
302 field_identifier: 識別子
302 field_identifier: 識別子
303 field_is_filter: フィルタとして使う
303 field_is_filter: フィルタとして使う
304 field_issue_to: 関連するチケット
304 field_issue_to: 関連するチケット
305 field_delay: 遅延
305 field_delay: 遅延
306 field_assignable: このロールにチケットを割り当て可能
306 field_assignable: このロールにチケットを割り当て可能
307 field_redirect_existing_links: 既存のリンクをリダイレクトする
307 field_redirect_existing_links: 既存のリンクをリダイレクトする
308 field_estimated_hours: 予定工数
308 field_estimated_hours: 予定工数
309 field_column_names: 項目
309 field_column_names: 項目
310 field_time_entries: 時間を記録
310 field_time_entries: 時間を記録
311 field_time_zone: タイムゾーン
311 field_time_zone: タイムゾーン
312 field_searchable: 検索条件に設定可能とする
312 field_searchable: 検索条件に設定可能とする
313 field_default_value: デフォルト値
313 field_default_value: デフォルト値
314 field_comments_sorting: コメントを表示
314 field_comments_sorting: コメントを表示
315 field_parent_title: 親ページ
315 field_parent_title: 親ページ
316 field_editable: 編集可能
316 field_editable: 編集可能
317 field_watcher: ウォッチャー
317 field_watcher: ウォッチャー
318 field_identity_url: OpenID URL
318 field_identity_url: OpenID URL
319 field_content: 内容
319 field_content: 内容
320 field_group_by: グループ条件
320 field_group_by: グループ条件
321 field_sharing: 共有
321 field_sharing: 共有
322 field_parent_issue: 親チケット
322 field_parent_issue: 親チケット
323 field_member_of_group: 担当者のグループ
323 field_member_of_group: 担当者のグループ
324 field_assigned_to_role: 担当者のロール
324 field_assigned_to_role: 担当者のロール
325 field_text: テキスト
325 field_text: テキスト
326 field_visible: 表示
326 field_visible: 表示
327
327
328 setting_app_title: アプリケーションのタイトル
328 setting_app_title: アプリケーションのタイトル
329 setting_app_subtitle: アプリケーションのサブタイトル
329 setting_app_subtitle: アプリケーションのサブタイトル
330 setting_welcome_text: ウェルカムメッセージ
330 setting_welcome_text: ウェルカムメッセージ
331 setting_default_language: 既定の言語
331 setting_default_language: 既定の言語
332 setting_login_required: 認証が必要
332 setting_login_required: 認証が必要
333 setting_self_registration: ユーザは自分で登録できる
333 setting_self_registration: ユーザは自分で登録できる
334 setting_attachment_max_size: 添付ファイルの最大サイズ
334 setting_attachment_max_size: 添付ファイルの最大サイズ
335 setting_issues_export_limit: 出力するチケット数の上限
335 setting_issues_export_limit: 出力するチケット数の上限
336 setting_mail_from: 送信元メールアドレス
336 setting_mail_from: 送信元メールアドレス
337 setting_bcc_recipients: ブラインドカーボンコピーで受信(bcc)
337 setting_bcc_recipients: ブラインドカーボンコピーで受信(bcc)
338 setting_plain_text_mail: プレインテキストのみ(HTMLなし)
338 setting_plain_text_mail: プレインテキストのみ(HTMLなし)
339 setting_host_name: ホスト名
339 setting_host_name: ホスト名
340 setting_text_formatting: テキストの書式
340 setting_text_formatting: テキストの書式
341 setting_cache_formatted_text: 書式化されたテキストをキャッシュする
341 setting_cache_formatted_text: 書式化されたテキストをキャッシュする
342 setting_wiki_compression: Wiki履歴を圧縮する
342 setting_wiki_compression: Wiki履歴を圧縮する
343 setting_feeds_limit: フィード内容の上限
343 setting_feeds_limit: フィード内容の上限
344 setting_default_projects_public: デフォルトで新しいプロジェクトは公開にする
344 setting_default_projects_public: デフォルトで新しいプロジェクトは公開にする
345 setting_autofetch_changesets: コミットを自動取得する
345 setting_autofetch_changesets: コミットを自動取得する
346 setting_sys_api_enabled: リポジトリ管理用のWebサービスを有効にする
346 setting_sys_api_enabled: リポジトリ管理用のWebサービスを有効にする
347 setting_commit_ref_keywords: 参照用キーワード
347 setting_commit_ref_keywords: 参照用キーワード
348 setting_commit_fix_keywords: 修正用キーワード
348 setting_commit_fix_keywords: 修正用キーワード
349 setting_autologin: 自動ログイン
349 setting_autologin: 自動ログイン
350 setting_date_format: 日付の形式
350 setting_date_format: 日付の形式
351 setting_time_format: 時刻の形式
351 setting_time_format: 時刻の形式
352 setting_cross_project_issue_relations: 異なるプロジェクトのチケット間で関係の設定を許可
352 setting_cross_project_issue_relations: 異なるプロジェクトのチケット間で関係の設定を許可
353 setting_issue_list_default_columns: チケットの一覧で表示する項目
353 setting_issue_list_default_columns: チケットの一覧で表示する項目
354 setting_repositories_encodings: リポジトリのエンコーディング
354 setting_repositories_encodings: リポジトリのエンコーディング
355 setting_commit_logs_encoding: コミットメッセージのエンコーディング
355 setting_commit_logs_encoding: コミットメッセージのエンコーディング
356 setting_emails_header: メールのヘッダ
356 setting_emails_header: メールのヘッダ
357 setting_emails_footer: メールのフッタ
357 setting_emails_footer: メールのフッタ
358 setting_protocol: プロトコル
358 setting_protocol: プロトコル
359 setting_per_page_options: ページ毎の表示件数
359 setting_per_page_options: ページ毎の表示件数
360 setting_user_format: ユーザ名の表示書式
360 setting_user_format: ユーザ名の表示書式
361 setting_activity_days_default: プロジェクトの活動ページに表示される日数
361 setting_activity_days_default: プロジェクトの活動ページに表示される日数
362 setting_display_subprojects_issues: デフォルトでサブプロジェクトのチケットをメインプロジェクトに表示する
362 setting_display_subprojects_issues: デフォルトでサブプロジェクトのチケットをメインプロジェクトに表示する
363 setting_enabled_scm: 使用するバージョン管理システム
363 setting_enabled_scm: 使用するバージョン管理システム
364 setting_mail_handler_body_delimiters: "メール本文から一致する行以降を切り取る"
364 setting_mail_handler_body_delimiters: "メール本文から一致する行以降を切り取る"
365 setting_mail_handler_api_enabled: 受信メール用のWebサービスを有効にする
365 setting_mail_handler_api_enabled: 受信メール用のWebサービスを有効にする
366 setting_mail_handler_api_key: APIキー
366 setting_mail_handler_api_key: APIキー
367 setting_sequential_project_identifiers: プロジェクト識別子を連番で生成する
367 setting_sequential_project_identifiers: プロジェクト識別子を連番で生成する
368 setting_gravatar_enabled: Gravatarのアイコンを使用する
368 setting_gravatar_enabled: Gravatarのアイコンを使用する
369 setting_gravatar_default: デフォルトのGravatarアイコン
369 setting_gravatar_default: デフォルトのGravatarアイコン
370 setting_diff_max_lines_displayed: 差分の表示行数の上限
370 setting_diff_max_lines_displayed: 差分の表示行数の上限
371 setting_file_max_size_displayed: テキストファイルのインライン表示行数の上限
371 setting_file_max_size_displayed: テキストファイルのインライン表示行数の上限
372 setting_repository_log_display_limit: ファイルのリビジョン表示数の上限
372 setting_repository_log_display_limit: ファイルのリビジョン表示数の上限
373 setting_openid: OpenIDによるログインと登録
373 setting_openid: OpenIDによるログインと登録
374 setting_password_min_length: パスワードの最低必要文字数
374 setting_password_min_length: パスワードの最低必要文字数
375 setting_new_project_user_role_id: 管理者以外のユーザが作成したプロジェクトに設定するロール
375 setting_new_project_user_role_id: 管理者以外のユーザが作成したプロジェクトに設定するロール
376 setting_default_projects_modules: 新規プロジェクトにおいてデフォルトで有効になるモジュール
376 setting_default_projects_modules: 新規プロジェクトにおいてデフォルトで有効になるモジュール
377 setting_issue_done_ratio: 進捗の算出方法
377 setting_issue_done_ratio: 進捗の算出方法
378 setting_issue_done_ratio_issue_field: 各チケットにフィールドを用意する
378 setting_issue_done_ratio_issue_field: 各チケットにフィールドを用意する
379 setting_issue_done_ratio_issue_status: チケットのステータスを使用する
379 setting_issue_done_ratio_issue_status: チケットのステータスを使用する
380 setting_start_of_week: 週の開始曜日
380 setting_start_of_week: 週の開始曜日
381 setting_rest_api_enabled: RESTによるWebサービスを有効にする
381 setting_rest_api_enabled: RESTによるWebサービスを有効にする
382 setting_default_notification_option: デフォルトのメール通知オプション
382 setting_default_notification_option: デフォルトのメール通知オプション
383
383
384 permission_add_project: プロジェクトの追加
384 permission_add_project: プロジェクトの追加
385 permission_add_subprojects: サブプロジェクトの追加
385 permission_add_subprojects: サブプロジェクトの追加
386 permission_edit_project: プロジェクトの編集
386 permission_edit_project: プロジェクトの編集
387 permission_select_project_modules: モジュールの選択
387 permission_select_project_modules: モジュールの選択
388 permission_manage_members: メンバーの管理
388 permission_manage_members: メンバーの管理
389 permission_manage_versions: バージョンの管理
389 permission_manage_versions: バージョンの管理
390 permission_manage_categories: チケットのカテゴリの管理
390 permission_manage_categories: チケットのカテゴリの管理
391 permission_view_issues: チケットの閲覧
391 permission_view_issues: チケットの閲覧
392 permission_add_issues: チケットの追加
392 permission_add_issues: チケットの追加
393 permission_edit_issues: チケットの編集
393 permission_edit_issues: チケットの編集
394 permission_manage_issue_relations: チケットの管理
394 permission_manage_issue_relations: チケットの管理
395 permission_add_issue_notes: 注記の追加
395 permission_add_issue_notes: 注記の追加
396 permission_edit_issue_notes: 注記の編集
396 permission_edit_issue_notes: 注記の編集
397 permission_edit_own_issue_notes: 自身が記入した注記の編集
397 permission_edit_own_issue_notes: 自身が記入した注記の編集
398 permission_move_issues: チケットの移動
398 permission_move_issues: チケットの移動
399 permission_delete_issues: チケットの削除
399 permission_delete_issues: チケットの削除
400 permission_manage_public_queries: 公開クエリの管理
400 permission_manage_public_queries: 公開クエリの管理
401 permission_save_queries: クエリの保存
401 permission_save_queries: クエリの保存
402 permission_view_gantt: ガントチャートの閲覧
402 permission_view_gantt: ガントチャートの閲覧
403 permission_view_calendar: カレンダーの閲覧
403 permission_view_calendar: カレンダーの閲覧
404 permission_view_issue_watchers: ウォッチ一覧の閲覧
404 permission_view_issue_watchers: ウォッチ一覧の閲覧
405 permission_add_issue_watchers: ウォッチの追加
405 permission_add_issue_watchers: ウォッチの追加
406 permission_delete_issue_watchers: ウォッチの削除
406 permission_delete_issue_watchers: ウォッチの削除
407 permission_log_time: 変更履歴の記入
407 permission_log_time: 変更履歴の記入
408 permission_view_time_entries: 変更履歴の閲覧
408 permission_view_time_entries: 変更履歴の閲覧
409 permission_edit_time_entries: 変更履歴の編集
409 permission_edit_time_entries: 変更履歴の編集
410 permission_edit_own_time_entries: 自身が記入した変更履歴の編集
410 permission_edit_own_time_entries: 自身が記入した変更履歴の編集
411 permission_manage_project_activities: 作業分類 (時間トラッキング) の管理
411 permission_manage_project_activities: 作業分類 (時間トラッキング) の管理
412 permission_manage_news: ニュースの管理
412 permission_manage_news: ニュースの管理
413 permission_comment_news: ニュースへのコメント
413 permission_comment_news: ニュースへのコメント
414 permission_manage_documents: 文書の管理
414 permission_manage_documents: 文書の管理
415 permission_view_documents: 文書の閲覧
415 permission_view_documents: 文書の閲覧
416 permission_manage_files: ファイルの管理
416 permission_manage_files: ファイルの管理
417 permission_view_files: ファイルの閲覧
417 permission_view_files: ファイルの閲覧
418 permission_manage_wiki: Wikiの管理
418 permission_manage_wiki: Wikiの管理
419 permission_rename_wiki_pages: Wikiページ名の変更
419 permission_rename_wiki_pages: Wikiページ名の変更
420 permission_delete_wiki_pages: Wikiページの削除
420 permission_delete_wiki_pages: Wikiページの削除
421 permission_view_wiki_pages: Wikiの閲覧
421 permission_view_wiki_pages: Wikiの閲覧
422 permission_export_wiki_pages: Wikiページを他の形式に出力
422 permission_export_wiki_pages: Wikiページを他の形式に出力
423 permission_view_wiki_edits: Wiki履歴の閲覧
423 permission_view_wiki_edits: Wiki履歴の閲覧
424 permission_edit_wiki_pages: Wikiページの編集
424 permission_edit_wiki_pages: Wikiページの編集
425 permission_delete_wiki_pages_attachments: 添付ファイルの削除
425 permission_delete_wiki_pages_attachments: 添付ファイルの削除
426 permission_protect_wiki_pages: Wikiページの凍結
426 permission_protect_wiki_pages: Wikiページの凍結
427 permission_manage_repository: リポジトリの管理
427 permission_manage_repository: リポジトリの管理
428 permission_browse_repository: リポジトリの閲覧
428 permission_browse_repository: リポジトリの閲覧
429 permission_view_changesets: 更新履歴の閲覧
429 permission_view_changesets: 更新履歴の閲覧
430 permission_commit_access: コミットの閲覧
430 permission_commit_access: コミットの閲覧
431 permission_manage_boards: フォーラムの管理
431 permission_manage_boards: フォーラムの管理
432 permission_view_messages: メッセージの閲覧
432 permission_view_messages: メッセージの閲覧
433 permission_add_messages: メッセージの追加
433 permission_add_messages: メッセージの追加
434 permission_edit_messages: メッセージの編集
434 permission_edit_messages: メッセージの編集
435 permission_edit_own_messages: 自身が記入したメッセージの編集
435 permission_edit_own_messages: 自身が記入したメッセージの編集
436 permission_delete_messages: メッセージの削除
436 permission_delete_messages: メッセージの削除
437 permission_delete_own_messages: 自身が記入したメッセージの削除
437 permission_delete_own_messages: 自身が記入したメッセージの削除
438 permission_manage_subtasks: 子チケットの管理
438 permission_manage_subtasks: 子チケットの管理
439
439
440 project_module_issue_tracking: チケットトラッキング
440 project_module_issue_tracking: チケットトラッキング
441 project_module_time_tracking: 時間トラッキング
441 project_module_time_tracking: 時間トラッキング
442 project_module_news: ニュース
442 project_module_news: ニュース
443 project_module_documents: 文書
443 project_module_documents: 文書
444 project_module_files: ファイル
444 project_module_files: ファイル
445 project_module_wiki: Wiki
445 project_module_wiki: Wiki
446 project_module_repository: リポジトリ
446 project_module_repository: リポジトリ
447 project_module_boards: フォーラム
447 project_module_boards: フォーラム
448 project_module_gantt: ガントチャート
448 project_module_gantt: ガントチャート
449 project_module_calendar: カレンダー
449 project_module_calendar: カレンダー
450
450
451 label_user: ユーザ
451 label_user: ユーザ
452 label_user_plural: ユーザ
452 label_user_plural: ユーザ
453 label_user_new: 新しいユーザ
453 label_user_new: 新しいユーザ
454 label_user_anonymous: 匿名ユーザ
454 label_user_anonymous: 匿名ユーザ
455 label_profile: プロフィール
455 label_profile: プロフィール
456 label_project: プロジェクト
456 label_project: プロジェクト
457 label_project_new: 新しいプロジェクト
457 label_project_new: 新しいプロジェクト
458 label_project_plural: プロジェクト
458 label_project_plural: プロジェクト
459 label_x_projects:
459 label_x_projects:
460 zero: プロジェクトはありません
460 zero: プロジェクトはありません
461 one: 1プロジェクト
461 one: 1プロジェクト
462 other: "{{count}}プロジェクト"
462 other: "{{count}}プロジェクト"
463 label_project_all: 全プロジェクト
463 label_project_all: 全プロジェクト
464 label_project_latest: 最近のプロジェクト
464 label_project_latest: 最近のプロジェクト
465 label_issue: チケット
465 label_issue: チケット
466 label_issue_new: 新しいチケット
466 label_issue_new: 新しいチケット
467 label_issue_plural: チケット
467 label_issue_plural: チケット
468 label_issue_view_all: 全てのチケットを見る
468 label_issue_view_all: 全てのチケットを見る
469 label_issues_by: "{{value}} 別のチケット"
469 label_issues_by: "{{value}} 別のチケット"
470 label_issue_added: チケットが追加されました
470 label_issue_added: チケットが追加されました
471 label_issue_updated: チケットが更新されました
471 label_issue_updated: チケットが更新されました
472 label_document: 文書
472 label_document: 文書
473 label_document_new: 新しい文書
473 label_document_new: 新しい文書
474 label_document_plural: 文書
474 label_document_plural: 文書
475 label_document_added: 文書が追加されました
475 label_document_added: 文書が追加されました
476 label_role: ロール
476 label_role: ロール
477 label_role_plural: ロール
477 label_role_plural: ロール
478 label_role_new: 新しいロール
478 label_role_new: 新しいロール
479 label_role_and_permissions: ロールと権限
479 label_role_and_permissions: ロールと権限
480 label_member: メンバー
480 label_member: メンバー
481 label_member_new: 新しいメンバー
481 label_member_new: 新しいメンバー
482 label_member_plural: メンバー
482 label_member_plural: メンバー
483 label_tracker: トラッカー
483 label_tracker: トラッカー
484 label_tracker_plural: トラッカー
484 label_tracker_plural: トラッカー
485 label_tracker_new: 新しいトラッカーを作成
485 label_tracker_new: 新しいトラッカーを作成
486 label_workflow: ワークフロー
486 label_workflow: ワークフロー
487 label_issue_status: チケットのステータス
487 label_issue_status: チケットのステータス
488 label_issue_status_plural: チケットのステータス
488 label_issue_status_plural: チケットのステータス
489 label_issue_status_new: 新しいステータス
489 label_issue_status_new: 新しいステータス
490 label_issue_category: チケットのカテゴリ
490 label_issue_category: チケットのカテゴリ
491 label_issue_category_plural: チケットのカテゴリ
491 label_issue_category_plural: チケットのカテゴリ
492 label_issue_category_new: 新しいカテゴリ
492 label_issue_category_new: 新しいカテゴリ
493 label_custom_field: カスタムフィールド
493 label_custom_field: カスタムフィールド
494 label_custom_field_plural: カスタムフィールド
494 label_custom_field_plural: カスタムフィールド
495 label_custom_field_new: 新しいカスタムフィールドを作成
495 label_custom_field_new: 新しいカスタムフィールドを作成
496 label_enumerations: 列挙項目
496 label_enumerations: 列挙項目
497 label_enumeration_new: 新しい値
497 label_enumeration_new: 新しい値
498 label_information: 情報
498 label_information: 情報
499 label_information_plural: 情報
499 label_information_plural: 情報
500 label_please_login: ログインしてください
500 label_please_login: ログインしてください
501 label_register: 登録する
501 label_register: 登録する
502 label_login_with_open_id_option: またはOpenIDでログインする
502 label_login_with_open_id_option: またはOpenIDでログインする
503 label_password_lost: パスワードの再発行
503 label_password_lost: パスワードの再発行
504 label_home: ホーム
504 label_home: ホーム
505 label_my_page: マイページ
505 label_my_page: マイページ
506 label_my_account: 個人設定
506 label_my_account: 個人設定
507 label_my_projects: マイプロジェクト
507 label_my_projects: マイプロジェクト
508 label_my_page_block: マイページパーツ
508 label_my_page_block: マイページパーツ
509 label_administration: 管理
509 label_administration: 管理
510 label_login: ログイン
510 label_login: ログイン
511 label_logout: ログアウト
511 label_logout: ログアウト
512 label_help: ヘルプ
512 label_help: ヘルプ
513 label_reported_issues: 報告したチケット
513 label_reported_issues: 報告したチケット
514 label_assigned_to_me_issues: 担当しているチケット
514 label_assigned_to_me_issues: 担当しているチケット
515 label_last_login: 最近の接続
515 label_last_login: 最近の接続
516 label_registered_on: 登録日
516 label_registered_on: 登録日
517 label_activity: 活動
517 label_activity: 活動
518 label_overall_activity: 全ての活動
518 label_overall_activity: 全ての活動
519 label_user_activity: "{{value}} の活動"
519 label_user_activity: "{{value}} の活動"
520 label_new: 新しく作成
520 label_new: 新しく作成
521 label_logged_as: ログイン中:
521 label_logged_as: ログイン中:
522 label_environment: 環境
522 label_environment: 環境
523 label_authentication: 認証
523 label_authentication: 認証
524 label_auth_source: 認証方式
524 label_auth_source: 認証方式
525 label_auth_source_new: 新しい認証方式
525 label_auth_source_new: 新しい認証方式
526 label_auth_source_plural: 認証方式
526 label_auth_source_plural: 認証方式
527 label_subproject_plural: サブプロジェクト
527 label_subproject_plural: サブプロジェクト
528 label_subproject_new: 新しいサブプロジェクト
528 label_subproject_new: 新しいサブプロジェクト
529 label_and_its_subprojects: "{{value}} とサブプロジェクト"
529 label_and_its_subprojects: "{{value}} とサブプロジェクト"
530 label_min_max_length: 最小値 - 最大値の長さ
530 label_min_max_length: 最小値 - 最大値の長さ
531 label_list: リストから選択
531 label_list: リストから選択
532 label_date: 日付
532 label_date: 日付
533 label_integer: 整数
533 label_integer: 整数
534 label_float: 小数
534 label_float: 小数
535 label_boolean: 真偽値
535 label_boolean: 真偽値
536 label_string: テキスト
536 label_string: テキスト
537 label_text: 長いテキスト
537 label_text: 長いテキスト
538 label_attribute: 属性
538 label_attribute: 属性
539 label_attribute_plural: 属性
539 label_attribute_plural: 属性
540 label_download: "{{count}}ダウンロード"
540 label_download: "{{count}}ダウンロード"
541 label_download_plural: "{{count}}ダウンロード"
541 label_download_plural: "{{count}}ダウンロード"
542 label_no_data: 表示するデータがありません
542 label_no_data: 表示するデータがありません
543 label_change_status: ステータスの変更
543 label_change_status: ステータスの変更
544 label_history: 履歴
544 label_history: 履歴
545 label_attachment: 添付ファイル
545 label_attachment: 添付ファイル
546 label_attachment_new: 新しい添付ファイル
546 label_attachment_new: 新しい添付ファイル
547 label_attachment_delete: 添付ファイルを削除
547 label_attachment_delete: 添付ファイルを削除
548 label_attachment_plural: 添付ファイル
548 label_attachment_plural: 添付ファイル
549 label_file_added: ファイルが追加されました
549 label_file_added: ファイルが追加されました
550 label_report: レポート
550 label_report: レポート
551 label_report_plural: レポート
551 label_report_plural: レポート
552 label_news: ニュース
552 label_news: ニュース
553 label_news_new: ニュースを追加
553 label_news_new: ニュースを追加
554 label_news_plural: ニュース
554 label_news_plural: ニュース
555 label_news_latest: 最新ニュース
555 label_news_latest: 最新ニュース
556 label_news_view_all: 全てのニュースを見る
556 label_news_view_all: 全てのニュースを見る
557 label_news_added: ニュースが追加されました
557 label_news_added: ニュースが追加されました
558 label_settings: 設定
558 label_settings: 設定
559 label_overview: 概要
559 label_overview: 概要
560 label_version: バージョン
560 label_version: バージョン
561 label_version_new: 新しいバージョン
561 label_version_new: 新しいバージョン
562 label_version_plural: バージョン
562 label_version_plural: バージョン
563 label_confirmation: 確認
563 label_confirmation: 確認
564 label_close_versions: 完了したバージョンを終了にする
564 label_close_versions: 完了したバージョンを終了にする
565 label_export_to: '他の形式に出力:'
565 label_export_to: '他の形式に出力:'
566 label_read: 読む...
566 label_read: 読む...
567 label_public_projects: 公開プロジェクト
567 label_public_projects: 公開プロジェクト
568 label_open_issues: 未完了
568 label_open_issues: 未完了
569 label_open_issues_plural: 未完了
569 label_open_issues_plural: 未完了
570 label_closed_issues: 完了
570 label_closed_issues: 完了
571 label_closed_issues_plural: 完了
571 label_closed_issues_plural: 完了
572 label_x_open_issues_abbr_on_total:
572 label_x_open_issues_abbr_on_total:
573 zero: 0件未完了 / 全{{total}}件
573 zero: 0件未完了 / 全{{total}}件
574 one: 1件未完了 / 全{{total}}件
574 one: 1件未完了 / 全{{total}}件
575 other: "{{count}}件未完了 / 全{{total}}件"
575 other: "{{count}}件未完了 / 全{{total}}件"
576 label_x_open_issues_abbr:
576 label_x_open_issues_abbr:
577 zero: 0件未完了
577 zero: 0件未完了
578 one: 1件未完了
578 one: 1件未完了
579 other: "{{count}}件未完了"
579 other: "{{count}}件未完了"
580 label_x_closed_issues_abbr:
580 label_x_closed_issues_abbr:
581 zero: 0件完了
581 zero: 0件完了
582 one: 1件完了
582 one: 1件完了
583 other: "{{count}}件完了"
583 other: "{{count}}件完了"
584 label_total: 合計
584 label_total: 合計
585 label_permissions: 権限
585 label_permissions: 権限
586 label_current_status: 現在のステータス
586 label_current_status: 現在のステータス
587 label_new_statuses_allowed: ステータスの移行先
587 label_new_statuses_allowed: ステータスの移行先
588 label_all: 全て
588 label_all: 全て
589 label_none: なし
589 label_none: なし
590 label_nobody: 無記名
590 label_nobody: 無記名
591 label_next:
591 label_next:
592 label_previous:
592 label_previous:
593 label_used_by: 使用中
593 label_used_by: 使用中
594 label_details: 詳細
594 label_details: 詳細
595 label_add_note: 注記を追加
595 label_add_note: 注記を追加
596 label_per_page: ページ毎
596 label_per_page: ページ毎
597 label_calendar: カレンダー
597 label_calendar: カレンダー
598 label_months_from: ヶ月分
598 label_months_from: ヶ月分
599 label_gantt: ガントチャート
599 label_gantt: ガントチャート
600 label_internal: 内部
600 label_internal: 内部
601 label_last_changes: "最新の変更 {{count}}件"
601 label_last_changes: "最新の変更 {{count}}件"
602 label_change_view_all: 全ての変更を見る
602 label_change_view_all: 全ての変更を見る
603 label_personalize_page: このページをパーソナライズする
603 label_personalize_page: このページをパーソナライズする
604 label_comment: コメント
604 label_comment: コメント
605 label_comment_plural: コメント
605 label_comment_plural: コメント
606 label_x_comments:
606 label_x_comments:
607 zero: コメントがありません
607 zero: コメントがありません
608 one: 1コメント
608 one: 1コメント
609 other: "{{count}}コメント"
609 other: "{{count}}コメント"
610 label_comment_add: コメント追加
610 label_comment_add: コメント追加
611 label_comment_added: 追加されたコメント
611 label_comment_added: 追加されたコメント
612 label_comment_delete: コメント削除
612 label_comment_delete: コメント削除
613 label_query: カスタムクエリ
613 label_query: カスタムクエリ
614 label_query_plural: カスタムクエリ
614 label_query_plural: カスタムクエリ
615 label_query_new: 新しいクエリ
615 label_query_new: 新しいクエリ
616 label_filter_add: フィルタ追加
616 label_filter_add: フィルタ追加
617 label_filter_plural: フィルタ
617 label_filter_plural: フィルタ
618 label_equals: 等しい
618 label_equals: 等しい
619 label_not_equals: 等しくない
619 label_not_equals: 等しくない
620 label_in_less_than: が今日から○日後以前
620 label_in_less_than: が今日から○日後以前
621 label_in_more_than: が今日から○日後以降
621 label_in_more_than: が今日から○日後以降
622 label_greater_or_equal: 以上
622 label_greater_or_equal: 以上
623 label_less_or_equal: 以下
623 label_less_or_equal: 以下
624 label_in: が今日から○日後
624 label_in: が今日から○日後
625 label_today: 今日
625 label_today: 今日
626 label_all_time: 全期間
626 label_all_time: 全期間
627 label_yesterday: 昨日
627 label_yesterday: 昨日
628 label_this_week: この週
628 label_this_week: この週
629 label_last_week: 先週
629 label_last_week: 先週
630 label_last_n_days: "最後の{{count}}日間"
630 label_last_n_days: "最後の{{count}}日間"
631 label_this_month: 今月
631 label_this_month: 今月
632 label_last_month: 先月
632 label_last_month: 先月
633 label_this_year: 今年
633 label_this_year: 今年
634 label_date_range: 日付の範囲
634 label_date_range: 日付の範囲
635 label_less_than_ago: が今日より○日前以降
635 label_less_than_ago: が今日より○日前以降
636 label_more_than_ago: が今日より○日前以前
636 label_more_than_ago: が今日より○日前以前
637 label_ago: 日前
637 label_ago: 日前
638 label_contains: 含む
638 label_contains: 含む
639 label_not_contains: 含まない
639 label_not_contains: 含まない
640 label_day_plural:
640 label_day_plural:
641 label_repository: リポジトリ
641 label_repository: リポジトリ
642 label_repository_plural: リポジトリ
642 label_repository_plural: リポジトリ
643 label_browse: ブラウズ
643 label_browse: ブラウズ
644 label_modification: "{{count}}点の変更"
644 label_modification: "{{count}}点の変更"
645 label_modification_plural: "{{count}}点の変更"
645 label_modification_plural: "{{count}}点の変更"
646 label_branch: ブランチ
646 label_branch: ブランチ
647 label_tag: タグ
647 label_tag: タグ
648 label_revision: リビジョン
648 label_revision: リビジョン
649 label_revision_plural: リビジョン
649 label_revision_plural: リビジョン
650 label_revision_id: リビジョン {{value}}
650 label_revision_id: リビジョン {{value}}
651 label_associated_revisions: 関係しているリビジョン
651 label_associated_revisions: 関係しているリビジョン
652 label_added: 追加
652 label_added: 追加
653 label_modified: 変更
653 label_modified: 変更
654 label_copied: コピー
654 label_copied: コピー
655 label_renamed: 名称変更
655 label_renamed: 名称変更
656 label_deleted: 削除
656 label_deleted: 削除
657 label_latest_revision: 最新リビジョン
657 label_latest_revision: 最新リビジョン
658 label_latest_revision_plural: 最新リビジョン
658 label_latest_revision_plural: 最新リビジョン
659 label_view_revisions: リビジョンを見る
659 label_view_revisions: リビジョンを見る
660 label_view_all_revisions: 全てのリビジョンを見る
660 label_view_all_revisions: 全てのリビジョンを見る
661 label_max_size: 最大サイズ
661 label_max_size: 最大サイズ
662 label_sort_highest: 一番上へ
662 label_sort_highest: 一番上へ
663 label_sort_higher: 上へ
663 label_sort_higher: 上へ
664 label_sort_lower: 下へ
664 label_sort_lower: 下へ
665 label_sort_lowest: 一番下へ
665 label_sort_lowest: 一番下へ
666 label_roadmap: ロードマップ
666 label_roadmap: ロードマップ
667 label_roadmap_due_in: "期日まで {{value}}"
667 label_roadmap_due_in: "期日まで {{value}}"
668 label_roadmap_overdue: "{{value}} 遅れ"
668 label_roadmap_overdue: "{{value}} 遅れ"
669 label_roadmap_no_issues: このバージョンに関するチケットはありません
669 label_roadmap_no_issues: このバージョンに関するチケットはありません
670 label_search: 検索
670 label_search: 検索
671 label_result_plural: 結果
671 label_result_plural: 結果
672 label_all_words: すべての単語
672 label_all_words: すべての単語
673 label_wiki: Wiki
673 label_wiki: Wiki
674 label_wiki_edit: Wiki編集
674 label_wiki_edit: Wiki編集
675 label_wiki_edit_plural: Wiki編集
675 label_wiki_edit_plural: Wiki編集
676 label_wiki_page: Wikiページ
676 label_wiki_page: Wikiページ
677 label_wiki_page_plural: Wikiページ
677 label_wiki_page_plural: Wikiページ
678 label_index_by_title: 索引(名前順)
678 label_index_by_title: 索引(名前順)
679 label_index_by_date: 索引(日付順)
679 label_index_by_date: 索引(日付順)
680 label_current_version: 最新版
680 label_current_version: 最新版
681 label_preview: プレビュー
681 label_preview: プレビュー
682 label_feed_plural: フィード
682 label_feed_plural: フィード
683 label_changes_details: 全変更の詳細
683 label_changes_details: 全変更の詳細
684 label_issue_tracking: チケットトラッキング
684 label_issue_tracking: チケットトラッキング
685 label_spent_time: 作業時間の記録
685 label_spent_time: 作業時間の記録
686 label_overall_spent_time: 全ての作業時間の記録
686 label_overall_spent_time: 全ての作業時間の記録
687 label_f_hour: "{{value}}時間"
687 label_f_hour: "{{value}}時間"
688 label_f_hour_plural: "{{value}}時間"
688 label_f_hour_plural: "{{value}}時間"
689 label_time_tracking: 時間トラッキング
689 label_time_tracking: 時間トラッキング
690 label_change_plural: 変更
690 label_change_plural: 変更
691 label_statistics: 統計
691 label_statistics: 統計
692 label_commits_per_month: 月別のコミット
692 label_commits_per_month: 月別のコミット
693 label_commits_per_author: 起票者別のコミット
693 label_commits_per_author: 起票者別のコミット
694 label_view_diff: 差分を見る
694 label_view_diff: 差分を見る
695 label_diff_inline: インライン
695 label_diff_inline: インライン
696 label_diff_side_by_side: 横に並べる
696 label_diff_side_by_side: 横に並べる
697 label_options: オプション
697 label_options: オプション
698 label_copy_workflow_from: ワークフローをここからコピー
698 label_copy_workflow_from: ワークフローをここからコピー
699 label_permissions_report: 権限レポート
699 label_permissions_report: 権限レポート
700 label_watched_issues: ウォッチしているチケット
700 label_watched_issues: ウォッチしているチケット
701 label_related_issues: 関連するチケット
701 label_related_issues: 関連するチケット
702 label_applied_status: 適用されるステータス
702 label_applied_status: 適用されるステータス
703 label_loading: ロード中...
703 label_loading: ロード中...
704 label_relation_new: 新しい関連
704 label_relation_new: 新しい関連
705 label_relation_delete: 関連の削除
705 label_relation_delete: 関連の削除
706 label_relates_to: 関係している
706 label_relates_to: 関係している
707 label_duplicates: 重複している
707 label_duplicates: 重複している
708 label_duplicated_by: 重複されている
708 label_duplicated_by: 重複されている
709 label_blocks: ブロックしている
709 label_blocks: ブロックしている
710 label_blocked_by: ブロックされている
710 label_blocked_by: ブロックされている
711 label_precedes: 先行する
711 label_precedes: 先行する
712 label_follows: 後続する
712 label_follows: 後続する
713 label_end_to_start: 最後-最初
713 label_end_to_start: 最後-最初
714 label_end_to_end: 最後-最後
714 label_end_to_end: 最後-最後
715 label_start_to_start: 最初-最初
715 label_start_to_start: 最初-最初
716 label_start_to_end: 最初-最後
716 label_start_to_end: 最初-最後
717 label_stay_logged_in: ログインを維持
717 label_stay_logged_in: ログインを維持
718 label_disabled: 無効
718 label_disabled: 無効
719 label_show_completed_versions: 完了したバージョンを表示
719 label_show_completed_versions: 完了したバージョンを表示
720 label_me: 自分
720 label_me: 自分
721 label_board: フォーラム
721 label_board: フォーラム
722 label_board_new: 新しいフォーラム
722 label_board_new: 新しいフォーラム
723 label_board_plural: フォーラム
723 label_board_plural: フォーラム
724 label_board_sticky: スティッキー
724 label_board_sticky: スティッキー
725 label_board_locked: ロック
725 label_board_locked: ロック
726 label_topic_plural: トピック
726 label_topic_plural: トピック
727 label_message_plural: メッセージ
727 label_message_plural: メッセージ
728 label_message_last: 最新のメッセージ
728 label_message_last: 最新のメッセージ
729 label_message_new: 新しいメッセージ
729 label_message_new: 新しいメッセージ
730 label_message_posted: メッセージが追加されました
730 label_message_posted: メッセージが追加されました
731 label_reply_plural: 返答
731 label_reply_plural: 返答
732 label_send_information: アカウント情報をユーザに送信
732 label_send_information: アカウント情報をユーザに送信
733 label_year:
733 label_year:
734 label_month:
734 label_month:
735 label_week:
735 label_week:
736 label_date_from: "日付指定: "
736 label_date_from: "日付指定: "
737 label_date_to: から
737 label_date_to: から
738 label_language_based: 既定の言語の設定に従う
738 label_language_based: 既定の言語の設定に従う
739 label_sort_by: "並び替え {{value}}"
739 label_sort_by: "並び替え {{value}}"
740 label_send_test_email: テストメールを送信
740 label_send_test_email: テストメールを送信
741 label_feeds_access_key: RSSアクセスキー
741 label_feeds_access_key: RSSアクセスキー
742 label_missing_feeds_access_key: RSSアクセスキーが見つかりません
742 label_missing_feeds_access_key: RSSアクセスキーが見つかりません
743 label_feeds_access_key_created_on: "RSSアクセスキーは{{value}}前に作成されました"
743 label_feeds_access_key_created_on: "RSSアクセスキーは{{value}}前に作成されました"
744 label_module_plural: モジュール
744 label_module_plural: モジュール
745 label_added_time_by: "{{author}} が{{age}}前に追加"
745 label_added_time_by: "{{author}} が{{age}}前に追加"
746 label_updated_time_by: "{{author}} が{{age}}前に更新"
746 label_updated_time_by: "{{author}} が{{age}}前に更新"
747 label_updated_time: "{{value}}前に更新"
747 label_updated_time: "{{value}}前に更新"
748 label_jump_to_a_project: プロジェクトへ移動...
748 label_jump_to_a_project: プロジェクトへ移動...
749 label_file_plural: ファイル
749 label_file_plural: ファイル
750 label_changeset_plural: 更新履歴
750 label_changeset_plural: 更新履歴
751 label_default_columns: 既定の項目
751 label_default_columns: 既定の項目
752 label_no_change_option: (変更無し)
752 label_no_change_option: (変更無し)
753 label_bulk_edit_selected_issues: チケットの一括編集
753 label_bulk_edit_selected_issues: チケットの一括編集
754 label_theme: テーマ
754 label_theme: テーマ
755 label_default: 既定
755 label_default: 既定
756 label_search_titles_only: タイトルのみ
756 label_search_titles_only: タイトルのみ
757 label_user_mail_option_all: "参加しているプロジェクトの全ての通知"
757 label_user_mail_option_all: "参加しているプロジェクトの全ての通知"
758 label_user_mail_option_selected: "選択したプロジェクトの全ての通知..."
758 label_user_mail_option_selected: "選択したプロジェクトの全ての通知..."
759 label_user_mail_option_none: "通知しない"
759 label_user_mail_option_none: "通知しない"
760 label_user_mail_option_only_my_events: "ウォッチまたは関係している事柄のみ"
761 label_user_mail_option_only_assigned: "自分が担当している事柄のみ"
762 label_user_mail_option_only_owner: "自分が作成した事柄のみ"
763 label_user_mail_no_self_notified: 自分自身による変更の通知は不要
760 label_user_mail_no_self_notified: 自分自身による変更の通知は不要
764 label_registration_activation_by_email: メールでアカウントを有効化
761 label_registration_activation_by_email: メールでアカウントを有効化
765 label_registration_manual_activation: 手動でアカウントを有効化
762 label_registration_manual_activation: 手動でアカウントを有効化
766 label_registration_automatic_activation: 自動でアカウントを有効化
763 label_registration_automatic_activation: 自動でアカウントを有効化
767 label_display_per_page: "1ページに: {{value}}"
764 label_display_per_page: "1ページに: {{value}}"
768 label_age: 年齢
765 label_age: 年齢
769 label_change_properties: プロパティの変更
766 label_change_properties: プロパティの変更
770 label_general: 全般
767 label_general: 全般
771 label_more: 続き
768 label_more: 続き
772 label_scm: バージョン管理システム
769 label_scm: バージョン管理システム
773 label_plugins: プラグイン
770 label_plugins: プラグイン
774 label_ldap_authentication: LDAP認証
771 label_ldap_authentication: LDAP認証
775 label_downloads_abbr: DL
772 label_downloads_abbr: DL
776 label_optional_description: 任意のコメント
773 label_optional_description: 任意のコメント
777 label_add_another_file: 別のファイルを追加
774 label_add_another_file: 別のファイルを追加
778 label_preferences: 設定
775 label_preferences: 設定
779 label_chronological_order: 古い順
776 label_chronological_order: 古い順
780 label_reverse_chronological_order: 新しい順
777 label_reverse_chronological_order: 新しい順
781 label_planning: 計画
778 label_planning: 計画
782 label_incoming_emails: 受信メール
779 label_incoming_emails: 受信メール
783 label_generate_key: キーの生成
780 label_generate_key: キーの生成
784 label_issue_watchers: チケットのウォッチャー
781 label_issue_watchers: チケットのウォッチャー
785 label_example:
782 label_example:
786 label_display: 表示
783 label_display: 表示
787 label_sort: ソート条件
784 label_sort: ソート条件
788 label_ascending: 昇順
785 label_ascending: 昇順
789 label_descending: 降順
786 label_descending: 降順
790 label_date_from_to: "{{start}}から{{end}}まで"
787 label_date_from_to: "{{start}}から{{end}}まで"
791 label_wiki_content_added: Wikiページが追加されました
788 label_wiki_content_added: Wikiページが追加されました
792 label_wiki_content_updated: Wikiページが更新されました
789 label_wiki_content_updated: Wikiページが更新されました
793 label_group: グループ
790 label_group: グループ
794 label_group_plural: グループ
791 label_group_plural: グループ
795 label_group_new: 新しいグループ
792 label_group_new: 新しいグループ
796 label_time_entry_plural: 作業時間の記録
793 label_time_entry_plural: 作業時間の記録
797 label_version_sharing_none: 共有しない
794 label_version_sharing_none: 共有しない
798 label_version_sharing_descendants: サブプロジェクト単位
795 label_version_sharing_descendants: サブプロジェクト単位
799 label_version_sharing_hierarchy: プロジェクト階層単位
796 label_version_sharing_hierarchy: プロジェクト階層単位
800 label_version_sharing_tree: プロジェクトツリー単位
797 label_version_sharing_tree: プロジェクトツリー単位
801 label_version_sharing_system: すべてのプロジェクト
798 label_version_sharing_system: すべてのプロジェクト
802 label_update_issue_done_ratios: 進捗の更新
799 label_update_issue_done_ratios: 進捗の更新
803 label_copy_source: コピー元
800 label_copy_source: コピー元
804 label_copy_target: コピー先
801 label_copy_target: コピー先
805 label_copy_same_as_target: 同じコピー先
802 label_copy_same_as_target: 同じコピー先
806 label_display_used_statuses_only: このトラッカーで使われているステータスのみ表示する
803 label_display_used_statuses_only: このトラッカーで使われているステータスのみ表示する
807 label_api_access_key: APIアクセスキー
804 label_api_access_key: APIアクセスキー
808 label_missing_api_access_key: APIアクセスキーが見つかりません
805 label_missing_api_access_key: APIアクセスキーが見つかりません
809 label_api_access_key_created_on: "APIアクセスキーは{{value}}前に作成されました"
806 label_api_access_key_created_on: "APIアクセスキーは{{value}}前に作成されました"
810 label_subtask_plural: 子チケット
807 label_subtask_plural: 子チケット
811 label_project_copy_notifications: コピーしたチケットのメール通知を送信する
808 label_project_copy_notifications: コピーしたチケットのメール通知を送信する
812 label_principal_search: "ユーザまたはグループの検索:"
809 label_principal_search: "ユーザまたはグループの検索:"
813 label_user_search: "ユーザの検索:"
810 label_user_search: "ユーザの検索:"
814
811
815 button_login: ログイン
812 button_login: ログイン
816 button_submit: 変更
813 button_submit: 変更
817 button_save: 保存
814 button_save: 保存
818 button_check_all: 全てにチェックをつける
815 button_check_all: 全てにチェックをつける
819 button_uncheck_all: 全てのチェックを外す
816 button_uncheck_all: 全てのチェックを外す
820 button_delete: 削除
817 button_delete: 削除
821 button_create: 作成
818 button_create: 作成
822 button_create_and_continue: 連続作成
819 button_create_and_continue: 連続作成
823 button_test: テスト
820 button_test: テスト
824 button_edit: 編集
821 button_edit: 編集
825 button_edit_associated_wikipage: "関連するWikiページを編集: {{page_title}}"
822 button_edit_associated_wikipage: "関連するWikiページを編集: {{page_title}}"
826 button_add: 追加
823 button_add: 追加
827 button_change: 変更
824 button_change: 変更
828 button_apply: 適用
825 button_apply: 適用
829 button_clear: クリア
826 button_clear: クリア
830 button_lock: ロック
827 button_lock: ロック
831 button_unlock: アンロック
828 button_unlock: アンロック
832 button_download: ダウンロード
829 button_download: ダウンロード
833 button_list: 一覧
830 button_list: 一覧
834 button_view: 見る
831 button_view: 見る
835 button_move: 移動
832 button_move: 移動
836 button_move_and_follow: 移動後表示
833 button_move_and_follow: 移動後表示
837 button_back: 戻る
834 button_back: 戻る
838 button_cancel: キャンセル
835 button_cancel: キャンセル
839 button_activate: 有効にする
836 button_activate: 有効にする
840 button_sort: ソート
837 button_sort: ソート
841 button_log_time: 時間を記録
838 button_log_time: 時間を記録
842 button_rollback: このバージョンにロールバック
839 button_rollback: このバージョンにロールバック
843 button_watch: ウォッチ
840 button_watch: ウォッチ
844 button_unwatch: ウォッチをやめる
841 button_unwatch: ウォッチをやめる
845 button_reply: 返答
842 button_reply: 返答
846 button_archive: 書庫に保存
843 button_archive: 書庫に保存
847 button_unarchive: 書庫から戻す
844 button_unarchive: 書庫から戻す
848 button_reset: リセット
845 button_reset: リセット
849 button_rename: 名前変更
846 button_rename: 名前変更
850 button_change_password: パスワード変更
847 button_change_password: パスワード変更
851 button_copy: コピー
848 button_copy: コピー
852 button_copy_and_follow: コピー後表示
849 button_copy_and_follow: コピー後表示
853 button_annotate: 注釈
850 button_annotate: 注釈
854 button_update: 更新
851 button_update: 更新
855 button_configure: 設定
852 button_configure: 設定
856 button_quote: 引用
853 button_quote: 引用
857 button_duplicate: 複製
854 button_duplicate: 複製
858 button_show: 表示
855 button_show: 表示
859
856
860 status_active: 有効
857 status_active: 有効
861 status_registered: 登録
858 status_registered: 登録
862 status_locked: ロック
859 status_locked: ロック
863
860
864 version_status_open: 進行中
861 version_status_open: 進行中
865 version_status_locked: ロック中
862 version_status_locked: ロック中
866 version_status_closed: 終了
863 version_status_closed: 終了
867
864
868 field_active: 有効
865 field_active: 有効
869
866
870 text_select_mail_notifications: どのメール通知を送信するか、アクションを選択してください。
867 text_select_mail_notifications: どのメール通知を送信するか、アクションを選択してください。
871 text_regexp_info: 例) ^[A-Z0-9]+$
868 text_regexp_info: 例) ^[A-Z0-9]+$
872 text_min_max_length_info: 0だと無制限になります
869 text_min_max_length_info: 0だと無制限になります
873 text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除してもよろしいですか?
870 text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除してもよろしいですか?
874 text_subprojects_destroy_warning: "サブプロジェクト {{value}} も削除されます。"
871 text_subprojects_destroy_warning: "サブプロジェクト {{value}} も削除されます。"
875 text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください
872 text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください
876 text_are_you_sure: よろしいですか?
873 text_are_you_sure: よろしいですか?
877 text_are_you_sure_with_children: チケットとその子チケット全てを削除しますか?
874 text_are_you_sure_with_children: チケットとその子チケット全てを削除しますか?
878 text_journal_changed: "{{label}} {{old}} から {{new}} に変更"
875 text_journal_changed: "{{label}} {{old}} から {{new}} に変更"
879 text_journal_set_to: "{{label}} {{value}} にセット"
876 text_journal_set_to: "{{label}} {{value}} にセット"
880 text_journal_deleted: "{{label}} を削除 ({{old}})"
877 text_journal_deleted: "{{label}} を削除 ({{old}})"
881 text_journal_added: "{{label}} {{value}} を追加"
878 text_journal_added: "{{label}} {{value}} を追加"
882 text_tip_issue_begin_day: この日に開始するタスク
879 text_tip_issue_begin_day: この日に開始するタスク
883 text_tip_issue_end_day: この日に終了するタスク
880 text_tip_issue_end_day: この日に終了するタスク
884 text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク
881 text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク
885 text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。'
882 text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。'
886 text_caracters_maximum: "最大{{count}}文字です。"
883 text_caracters_maximum: "最大{{count}}文字です。"
887 text_caracters_minimum: "最低{{count}}文字の長さが必要です"
884 text_caracters_minimum: "最低{{count}}文字の長さが必要です"
888 text_length_between: "長さは{{min}}から{{max}}文字までです。"
885 text_length_between: "長さは{{min}}から{{max}}文字までです。"
889 text_tracker_no_workflow: このトラッカーにワークフローが定義されていません
886 text_tracker_no_workflow: このトラッカーにワークフローが定義されていません
890 text_unallowed_characters: 次の文字は使用できません
887 text_unallowed_characters: 次の文字は使用できません
891 text_comma_separated: (カンマで区切ることで)複数の値を設定できます。
888 text_comma_separated: (カンマで区切ることで)複数の値を設定できます。
892 text_line_separated: (1行ごとに書くことで)複数の値を設定できます。
889 text_line_separated: (1行ごとに書くことで)複数の値を設定できます。
893 text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正
890 text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正
894 text_issue_added: "チケット {{id}} {{author}} によって報告されました。"
891 text_issue_added: "チケット {{id}} {{author}} によって報告されました。"
895 text_issue_updated: "チケット {{id}} {{author}} によって更新されました。"
892 text_issue_updated: "チケット {{id}} {{author}} によって更新されました。"
896 text_wiki_destroy_confirmation: 本当にこのwikiとその内容の全てを削除しますか?
893 text_wiki_destroy_confirmation: 本当にこのwikiとその内容の全てを削除しますか?
897 text_issue_category_destroy_question: "{{count}}件のチケットがこのカテゴリに割り当てられています。"
894 text_issue_category_destroy_question: "{{count}}件のチケットがこのカテゴリに割り当てられています。"
898 text_issue_category_destroy_assignments: カテゴリの割り当てを削除する
895 text_issue_category_destroy_assignments: カテゴリの割り当てを削除する
899 text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする
896 text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする
900 text_user_mail_option: "未選択のプロジェクトでは、ウォッチまたは関係している事柄(例: 自分が報告者もしくは担当者であるチケット)のみメールが送信されます。"
897 text_user_mail_option: "未選択のプロジェクトでは、ウォッチまたは関係している事柄(例: 自分が報告者もしくは担当者であるチケット)のみメールが送信されます。"
901 text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。"
898 text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。"
902 text_load_default_configuration: デフォルト設定をロード
899 text_load_default_configuration: デフォルト設定をロード
903 text_status_changed_by_changeset: "更新履歴 {{value}} で適用されました。"
900 text_status_changed_by_changeset: "更新履歴 {{value}} で適用されました。"
904 text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?'
901 text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?'
905 text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:'
902 text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:'
906 text_default_administrator_account_changed: デフォルト管理アカウントが変更済
903 text_default_administrator_account_changed: デフォルト管理アカウントが変更済
907 text_file_repository_writable: ファイルリポジトリに書き込み可能
904 text_file_repository_writable: ファイルリポジトリに書き込み可能
908 text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能
905 text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能
909 text_rmagick_available: RMagickが使用可能 (オプション)
906 text_rmagick_available: RMagickが使用可能 (オプション)
910 text_destroy_time_entries_question: このチケットの{{hours}}時間分の作業記録の扱いを選択してください。
907 text_destroy_time_entries_question: このチケットの{{hours}}時間分の作業記録の扱いを選択してください。
911 text_destroy_time_entries: 記録された作業時間を含めて削除
908 text_destroy_time_entries: 記録された作業時間を含めて削除
912 text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て
909 text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て
913 text_reassign_time_entries: '記録された作業時間をこのチケットに再割り当て:'
910 text_reassign_time_entries: '記録された作業時間をこのチケットに再割り当て:'
914 text_user_wrote: "{{value}} は書きました:"
911 text_user_wrote: "{{value}} は書きました:"
915 text_enumeration_destroy_question: "{{count}}個のオブジェクトがこの値に割り当てられています。"
912 text_enumeration_destroy_question: "{{count}}個のオブジェクトがこの値に割り当てられています。"
916 text_enumeration_category_reassign_to: '次の値に割り当て直す:'
913 text_enumeration_category_reassign_to: '次の値に割り当て直す:'
917 text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/email.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。"
914 text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/email.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。"
918 text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。"
915 text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。"
919 text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。'
916 text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。'
920 text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。'
917 text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。'
921 text_wiki_page_destroy_question: "この親ページの配下に{{descendants}}ページの子孫ページがあります。"
918 text_wiki_page_destroy_question: "この親ページの配下に{{descendants}}ページの子孫ページがあります。"
922 text_wiki_page_nullify_children: "子ページをメインページ配下に移動する"
919 text_wiki_page_nullify_children: "子ページをメインページ配下に移動する"
923 text_wiki_page_destroy_children: "配下の子孫ページも削除する"
920 text_wiki_page_destroy_children: "配下の子孫ページも削除する"
924 text_wiki_page_reassign_children: "子ページを次の親ページの配下に移動する"
921 text_wiki_page_reassign_children: "子ページを次の親ページの配下に移動する"
925 text_own_membership_delete_confirmation: "いくつかまたはすべての権限をあなた自身から剥奪しようとしているため、このプロジェクトを編集できなくなるかもしれません。\n本当に続けてもよろしいですか?"
922 text_own_membership_delete_confirmation: "いくつかまたはすべての権限をあなた自身から剥奪しようとしているため、このプロジェクトを編集できなくなるかもしれません。\n本当に続けてもよろしいですか?"
926 text_zoom_in: 拡大
923 text_zoom_in: 拡大
927 text_zoom_out: 縮小
924 text_zoom_out: 縮小
928
925
929 default_role_manager: 管理者
926 default_role_manager: 管理者
930 default_role_developer: 開発者
927 default_role_developer: 開発者
931 default_role_reporter: 報告者
928 default_role_reporter: 報告者
932 default_tracker_bug: バグ
929 default_tracker_bug: バグ
933 default_tracker_feature: 機能
930 default_tracker_feature: 機能
934 default_tracker_support: サポート
931 default_tracker_support: サポート
935 default_issue_status_new: 新規
932 default_issue_status_new: 新規
936 default_issue_status_in_progress: 進行中
933 default_issue_status_in_progress: 進行中
937 default_issue_status_resolved: 解決
934 default_issue_status_resolved: 解決
938 default_issue_status_feedback: フィードバック
935 default_issue_status_feedback: フィードバック
939 default_issue_status_closed: 終了
936 default_issue_status_closed: 終了
940 default_issue_status_rejected: 却下
937 default_issue_status_rejected: 却下
941 default_doc_category_user: ユーザ文書
938 default_doc_category_user: ユーザ文書
942 default_doc_category_tech: 技術文書
939 default_doc_category_tech: 技術文書
943 default_priority_low: 低め
940 default_priority_low: 低め
944 default_priority_normal: 通常
941 default_priority_normal: 通常
945 default_priority_high: 高め
942 default_priority_high: 高め
946 default_priority_urgent: 急いで
943 default_priority_urgent: 急いで
947 default_priority_immediate: 今すぐ
944 default_priority_immediate: 今すぐ
948 default_activity_design: 設計作業
945 default_activity_design: 設計作業
949 default_activity_development: 開発作業
946 default_activity_development: 開発作業
950
947
951 enumeration_issue_priorities: チケットの優先度
948 enumeration_issue_priorities: チケットの優先度
952 enumeration_doc_categories: 文書カテゴリ
949 enumeration_doc_categories: 文書カテゴリ
953 enumeration_activities: 作業分類 (時間トラッキング)
950 enumeration_activities: 作業分類 (時間トラッキング)
954 enumeration_system_activity: システム作業分類
951 enumeration_system_activity: システム作業分類
955 label_principal_search: "Search for user or group:"
952 label_principal_search: "Search for user or group:"
956 label_user_search: "Search for user:"
953 label_user_search: "Search for user:"
@@ -1,950 +1,947
1 pt-BR:
1 pt-BR:
2 # formatos de data e hora
2 # formatos de data e hora
3 direction: ltr
3 direction: ltr
4 date:
4 date:
5 formats:
5 formats:
6 default: "%d/%m/%Y"
6 default: "%d/%m/%Y"
7 short: "%d de %B"
7 short: "%d de %B"
8 long: "%d de %B de %Y"
8 long: "%d de %B de %Y"
9 only_day: "%d"
9 only_day: "%d"
10
10
11 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
11 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
12 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
12 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
13 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
13 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
14 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
14 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
15 order: [:day,:month,:year]
15 order: [:day,:month,:year]
16
16
17 time:
17 time:
18 formats:
18 formats:
19 default: "%A, %d de %B de %Y, %H:%M hs"
19 default: "%A, %d de %B de %Y, %H:%M hs"
20 time: "%H:%M hs"
20 time: "%H:%M hs"
21 short: "%d/%m, %H:%M hs"
21 short: "%d/%m, %H:%M hs"
22 long: "%A, %d de %B de %Y, %H:%M hs"
22 long: "%A, %d de %B de %Y, %H:%M hs"
23 only_second: "%S"
23 only_second: "%S"
24 datetime:
24 datetime:
25 formats:
25 formats:
26 default: "%Y-%m-%dT%H:%M:%S%Z"
26 default: "%Y-%m-%dT%H:%M:%S%Z"
27 am: ''
27 am: ''
28 pm: ''
28 pm: ''
29
29
30 # date helper distancia em palavras
30 # date helper distancia em palavras
31 datetime:
31 datetime:
32 distance_in_words:
32 distance_in_words:
33 half_a_minute: 'meio minuto'
33 half_a_minute: 'meio minuto'
34 less_than_x_seconds:
34 less_than_x_seconds:
35 one: 'menos de 1 segundo'
35 one: 'menos de 1 segundo'
36 other: 'menos de {{count}} segundos'
36 other: 'menos de {{count}} segundos'
37
37
38 x_seconds:
38 x_seconds:
39 one: '1 segundo'
39 one: '1 segundo'
40 other: '{{count}} segundos'
40 other: '{{count}} segundos'
41
41
42 less_than_x_minutes:
42 less_than_x_minutes:
43 one: 'menos de um minuto'
43 one: 'menos de um minuto'
44 other: 'menos de {{count}} minutos'
44 other: 'menos de {{count}} minutos'
45
45
46 x_minutes:
46 x_minutes:
47 one: '1 minuto'
47 one: '1 minuto'
48 other: '{{count}} minutos'
48 other: '{{count}} minutos'
49
49
50 about_x_hours:
50 about_x_hours:
51 one: 'aproximadamente 1 hora'
51 one: 'aproximadamente 1 hora'
52 other: 'aproximadamente {{count}} horas'
52 other: 'aproximadamente {{count}} horas'
53
53
54 x_days:
54 x_days:
55 one: '1 dia'
55 one: '1 dia'
56 other: '{{count}} dias'
56 other: '{{count}} dias'
57
57
58 about_x_months:
58 about_x_months:
59 one: 'aproximadamente 1 mês'
59 one: 'aproximadamente 1 mês'
60 other: 'aproximadamente {{count}} meses'
60 other: 'aproximadamente {{count}} meses'
61
61
62 x_months:
62 x_months:
63 one: '1 mês'
63 one: '1 mês'
64 other: '{{count}} meses'
64 other: '{{count}} meses'
65
65
66 about_x_years:
66 about_x_years:
67 one: 'aproximadamente 1 ano'
67 one: 'aproximadamente 1 ano'
68 other: 'aproximadamente {{count}} anos'
68 other: 'aproximadamente {{count}} anos'
69
69
70 over_x_years:
70 over_x_years:
71 one: 'mais de 1 ano'
71 one: 'mais de 1 ano'
72 other: 'mais de {{count}} anos'
72 other: 'mais de {{count}} anos'
73 almost_x_years:
73 almost_x_years:
74 one: "almost 1 year"
74 one: "almost 1 year"
75 other: "almost {{count}} years"
75 other: "almost {{count}} years"
76
76
77 # numeros
77 # numeros
78 number:
78 number:
79 format:
79 format:
80 precision: 3
80 precision: 3
81 separator: ','
81 separator: ','
82 delimiter: '.'
82 delimiter: '.'
83 currency:
83 currency:
84 format:
84 format:
85 unit: 'R$'
85 unit: 'R$'
86 precision: 2
86 precision: 2
87 format: '%u %n'
87 format: '%u %n'
88 separator: ','
88 separator: ','
89 delimiter: '.'
89 delimiter: '.'
90 percentage:
90 percentage:
91 format:
91 format:
92 delimiter: '.'
92 delimiter: '.'
93 precision:
93 precision:
94 format:
94 format:
95 delimiter: '.'
95 delimiter: '.'
96 human:
96 human:
97 format:
97 format:
98 precision: 1
98 precision: 1
99 delimiter: '.'
99 delimiter: '.'
100 storage_units:
100 storage_units:
101 format: "%n %u"
101 format: "%n %u"
102 units:
102 units:
103 byte:
103 byte:
104 one: "Byte"
104 one: "Byte"
105 other: "Bytes"
105 other: "Bytes"
106 kb: "KB"
106 kb: "KB"
107 mb: "MB"
107 mb: "MB"
108 gb: "GB"
108 gb: "GB"
109 tb: "TB"
109 tb: "TB"
110 support:
110 support:
111 array:
111 array:
112 sentence_connector: "e"
112 sentence_connector: "e"
113 skip_last_comma: true
113 skip_last_comma: true
114
114
115 # Active Record
115 # Active Record
116 activerecord:
116 activerecord:
117 errors:
117 errors:
118 template:
118 template:
119 header:
119 header:
120 one: "model não pode ser salvo: 1 erro"
120 one: "model não pode ser salvo: 1 erro"
121 other: "model não pode ser salvo: {{count}} erros."
121 other: "model não pode ser salvo: {{count}} erros."
122 body: "Por favor, verifique os seguintes campos:"
122 body: "Por favor, verifique os seguintes campos:"
123 messages:
123 messages:
124 inclusion: "não está incluso na lista"
124 inclusion: "não está incluso na lista"
125 exclusion: "não está disponível"
125 exclusion: "não está disponível"
126 invalid: "não é válido"
126 invalid: "não é válido"
127 confirmation: "não está de acordo com a confirmação"
127 confirmation: "não está de acordo com a confirmação"
128 accepted: "precisa ser aceito"
128 accepted: "precisa ser aceito"
129 empty: "não pode ficar vazio"
129 empty: "não pode ficar vazio"
130 blank: "não pode ficar vazio"
130 blank: "não pode ficar vazio"
131 too_long: muito longo (máximo: {{count}} caracteres)"
131 too_long: muito longo (máximo: {{count}} caracteres)"
132 too_short: muito curto (mínimon: {{count}} caracteres)"
132 too_short: muito curto (mínimon: {{count}} caracteres)"
133 wrong_length: "deve ter {{count}} caracteres"
133 wrong_length: "deve ter {{count}} caracteres"
134 taken: "não está disponível"
134 taken: "não está disponível"
135 not_a_number: "não é um número"
135 not_a_number: "não é um número"
136 greater_than: "precisa ser maior do que {{count}}"
136 greater_than: "precisa ser maior do que {{count}}"
137 greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}"
137 greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}"
138 equal_to: "precisa ser igual a {{count}}"
138 equal_to: "precisa ser igual a {{count}}"
139 less_than: "precisa ser menor do que {{count}}"
139 less_than: "precisa ser menor do que {{count}}"
140 less_than_or_equal_to: "precisa ser menor ou igual a {{count}}"
140 less_than_or_equal_to: "precisa ser menor ou igual a {{count}}"
141 odd: "precisa ser ímpar"
141 odd: "precisa ser ímpar"
142 even: "precisa ser par"
142 even: "precisa ser par"
143 greater_than_start_date: "deve ser maior que a data inicial"
143 greater_than_start_date: "deve ser maior que a data inicial"
144 not_same_project: "não pertence ao mesmo projeto"
144 not_same_project: "não pertence ao mesmo projeto"
145 circular_dependency: "Esta relação geraria uma dependência circular"
145 circular_dependency: "Esta relação geraria uma dependência circular"
146 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
146 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
147
147
148 actionview_instancetag_blank_option: Selecione
148 actionview_instancetag_blank_option: Selecione
149
149
150 general_text_No: 'Não'
150 general_text_No: 'Não'
151 general_text_Yes: 'Sim'
151 general_text_Yes: 'Sim'
152 general_text_no: 'não'
152 general_text_no: 'não'
153 general_text_yes: 'sim'
153 general_text_yes: 'sim'
154 general_lang_name: 'Português(Brasil)'
154 general_lang_name: 'Português(Brasil)'
155 general_csv_separator: ';'
155 general_csv_separator: ';'
156 general_csv_decimal_separator: ','
156 general_csv_decimal_separator: ','
157 general_csv_encoding: ISO-8859-1
157 general_csv_encoding: ISO-8859-1
158 general_pdf_encoding: ISO-8859-1
158 general_pdf_encoding: ISO-8859-1
159 general_first_day_of_week: '1'
159 general_first_day_of_week: '1'
160
160
161 notice_account_updated: Conta atualizada com sucesso.
161 notice_account_updated: Conta atualizada com sucesso.
162 notice_account_invalid_creditentials: Usuário ou senha inválido.
162 notice_account_invalid_creditentials: Usuário ou senha inválido.
163 notice_account_password_updated: Senha alterada com sucesso.
163 notice_account_password_updated: Senha alterada com sucesso.
164 notice_account_wrong_password: Senha inválida.
164 notice_account_wrong_password: Senha inválida.
165 notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail.
165 notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail.
166 notice_account_unknown_email: Usuário desconhecido.
166 notice_account_unknown_email: Usuário desconhecido.
167 notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha.
167 notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha.
168 notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você.
168 notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você.
169 notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora.
169 notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora.
170 notice_successful_create: Criado com sucesso.
170 notice_successful_create: Criado com sucesso.
171 notice_successful_update: Alterado com sucesso.
171 notice_successful_update: Alterado com sucesso.
172 notice_successful_delete: Excluído com sucesso.
172 notice_successful_delete: Excluído com sucesso.
173 notice_successful_connection: Conectado com sucesso.
173 notice_successful_connection: Conectado com sucesso.
174 notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída.
174 notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída.
175 notice_locking_conflict: Os dados foram atualizados por outro usuário.
175 notice_locking_conflict: Os dados foram atualizados por outro usuário.
176 notice_not_authorized: Você não está autorizado a acessar esta página.
176 notice_not_authorized: Você não está autorizado a acessar esta página.
177 notice_email_sent: "Um e-mail foi enviado para {{value}}"
177 notice_email_sent: "Um e-mail foi enviado para {{value}}"
178 notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})"
178 notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})"
179 notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada.
179 notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada.
180 notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}."
180 notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}."
181 notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar."
181 notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar."
182 notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador."
182 notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador."
183 notice_default_data_loaded: Configuração padrão carregada com sucesso.
183 notice_default_data_loaded: Configuração padrão carregada com sucesso.
184
184
185 error_can_t_load_default_data: "A configuração padrão não pode ser carregada: {{value}}"
185 error_can_t_load_default_data: "A configuração padrão não pode ser carregada: {{value}}"
186 error_scm_not_found: "A entrada e/ou a revisão não existe no repositório."
186 error_scm_not_found: "A entrada e/ou a revisão não existe no repositório."
187 error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}"
187 error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}"
188 error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
188 error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
189 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
189 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
190 error_no_tracker_in_project: 'Não um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.'
190 error_no_tracker_in_project: 'Não um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.'
191 error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").'
191 error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").'
192
192
193 mail_subject_lost_password: "Sua senha do {{value}}."
193 mail_subject_lost_password: "Sua senha do {{value}}."
194 mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
194 mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
195 mail_subject_register: "Ativação de conta do {{value}}."
195 mail_subject_register: "Ativação de conta do {{value}}."
196 mail_body_register: 'Para ativar sua conta, clique no link abaixo:'
196 mail_body_register: 'Para ativar sua conta, clique no link abaixo:'
197 mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar."
197 mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar."
198 mail_body_account_information: Informações sobre sua conta
198 mail_body_account_information: Informações sobre sua conta
199 mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta"
199 mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta"
200 mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:"
200 mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:"
201 mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos {{days}} dias"
201 mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos {{days}} dias"
202 mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:"
202 mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:"
203
203
204 gui_validation_error: 1 erro
204 gui_validation_error: 1 erro
205 gui_validation_error_plural: "{{count}} erros"
205 gui_validation_error_plural: "{{count}} erros"
206
206
207 field_name: Nome
207 field_name: Nome
208 field_description: Descrição
208 field_description: Descrição
209 field_summary: Resumo
209 field_summary: Resumo
210 field_is_required: Obrigatório
210 field_is_required: Obrigatório
211 field_firstname: Nome
211 field_firstname: Nome
212 field_lastname: Sobrenome
212 field_lastname: Sobrenome
213 field_mail: E-mail
213 field_mail: E-mail
214 field_filename: Arquivo
214 field_filename: Arquivo
215 field_filesize: Tamanho
215 field_filesize: Tamanho
216 field_downloads: Downloads
216 field_downloads: Downloads
217 field_author: Autor
217 field_author: Autor
218 field_created_on: Criado em
218 field_created_on: Criado em
219 field_updated_on: Alterado em
219 field_updated_on: Alterado em
220 field_field_format: Formato
220 field_field_format: Formato
221 field_is_for_all: Para todos os projetos
221 field_is_for_all: Para todos os projetos
222 field_possible_values: Possíveis valores
222 field_possible_values: Possíveis valores
223 field_regexp: Expressão regular
223 field_regexp: Expressão regular
224 field_min_length: Tamanho mínimo
224 field_min_length: Tamanho mínimo
225 field_max_length: Tamanho máximo
225 field_max_length: Tamanho máximo
226 field_value: Valor
226 field_value: Valor
227 field_category: Categoria
227 field_category: Categoria
228 field_title: Título
228 field_title: Título
229 field_project: Projeto
229 field_project: Projeto
230 field_issue: Tarefa
230 field_issue: Tarefa
231 field_status: Situação
231 field_status: Situação
232 field_notes: Notas
232 field_notes: Notas
233 field_is_closed: Tarefa fechada
233 field_is_closed: Tarefa fechada
234 field_is_default: Situação padrão
234 field_is_default: Situação padrão
235 field_tracker: Tipo
235 field_tracker: Tipo
236 field_subject: Título
236 field_subject: Título
237 field_due_date: Data prevista
237 field_due_date: Data prevista
238 field_assigned_to: Atribuído para
238 field_assigned_to: Atribuído para
239 field_priority: Prioridade
239 field_priority: Prioridade
240 field_fixed_version: Versão
240 field_fixed_version: Versão
241 field_user: Usuário
241 field_user: Usuário
242 field_role: Cargo
242 field_role: Cargo
243 field_homepage: Página do projeto
243 field_homepage: Página do projeto
244 field_is_public: Público
244 field_is_public: Público
245 field_parent: Sub-projeto de
245 field_parent: Sub-projeto de
246 field_is_in_roadmap: Exibir no planejamento
246 field_is_in_roadmap: Exibir no planejamento
247 field_login: Usuário
247 field_login: Usuário
248 field_mail_notification: Notificações por e-mail
248 field_mail_notification: Notificações por e-mail
249 field_admin: Administrador
249 field_admin: Administrador
250 field_last_login_on: Última conexão
250 field_last_login_on: Última conexão
251 field_language: Idioma
251 field_language: Idioma
252 field_effective_date: Data
252 field_effective_date: Data
253 field_password: Senha
253 field_password: Senha
254 field_new_password: Nova senha
254 field_new_password: Nova senha
255 field_password_confirmation: Confirmação
255 field_password_confirmation: Confirmação
256 field_version: Versão
256 field_version: Versão
257 field_type: Tipo
257 field_type: Tipo
258 field_host: Servidor
258 field_host: Servidor
259 field_port: Porta
259 field_port: Porta
260 field_account: Conta
260 field_account: Conta
261 field_base_dn: DN Base
261 field_base_dn: DN Base
262 field_attr_login: Atributo para nome de usuário
262 field_attr_login: Atributo para nome de usuário
263 field_attr_firstname: Atributo para nome
263 field_attr_firstname: Atributo para nome
264 field_attr_lastname: Atributo para sobrenome
264 field_attr_lastname: Atributo para sobrenome
265 field_attr_mail: Atributo para e-mail
265 field_attr_mail: Atributo para e-mail
266 field_onthefly: Criar usuários dinamicamente ("on-the-fly")
266 field_onthefly: Criar usuários dinamicamente ("on-the-fly")
267 field_start_date: Início
267 field_start_date: Início
268 field_done_ratio: % Terminado
268 field_done_ratio: % Terminado
269 field_auth_source: Modo de autenticação
269 field_auth_source: Modo de autenticação
270 field_hide_mail: Ocultar meu e-mail
270 field_hide_mail: Ocultar meu e-mail
271 field_comments: Comentário
271 field_comments: Comentário
272 field_url: URL
272 field_url: URL
273 field_start_page: Página inicial
273 field_start_page: Página inicial
274 field_subproject: Sub-projeto
274 field_subproject: Sub-projeto
275 field_hours: Horas
275 field_hours: Horas
276 field_activity: Atividade
276 field_activity: Atividade
277 field_spent_on: Data
277 field_spent_on: Data
278 field_identifier: Identificador
278 field_identifier: Identificador
279 field_is_filter: É um filtro
279 field_is_filter: É um filtro
280 field_issue_to: Tarefa relacionada
280 field_issue_to: Tarefa relacionada
281 field_delay: Atraso
281 field_delay: Atraso
282 field_assignable: Tarefas podem ser atribuídas a este papel
282 field_assignable: Tarefas podem ser atribuídas a este papel
283 field_redirect_existing_links: Redirecionar links existentes
283 field_redirect_existing_links: Redirecionar links existentes
284 field_estimated_hours: Tempo estimado
284 field_estimated_hours: Tempo estimado
285 field_column_names: Colunas
285 field_column_names: Colunas
286 field_time_zone: Fuso-horário
286 field_time_zone: Fuso-horário
287 field_searchable: Pesquisável
287 field_searchable: Pesquisável
288 field_default_value: Padrão
288 field_default_value: Padrão
289 field_comments_sorting: Visualizar comentários
289 field_comments_sorting: Visualizar comentários
290 field_parent_title: Página pai
290 field_parent_title: Página pai
291
291
292 setting_app_title: Título da aplicação
292 setting_app_title: Título da aplicação
293 setting_app_subtitle: Sub-título da aplicação
293 setting_app_subtitle: Sub-título da aplicação
294 setting_welcome_text: Texto de boas-vindas
294 setting_welcome_text: Texto de boas-vindas
295 setting_default_language: Idioma padrão
295 setting_default_language: Idioma padrão
296 setting_login_required: Exigir autenticação
296 setting_login_required: Exigir autenticação
297 setting_self_registration: Permitido Auto-registro
297 setting_self_registration: Permitido Auto-registro
298 setting_attachment_max_size: Tamanho máximo do anexo
298 setting_attachment_max_size: Tamanho máximo do anexo
299 setting_issues_export_limit: Limite de exportação das tarefas
299 setting_issues_export_limit: Limite de exportação das tarefas
300 setting_mail_from: E-mail enviado de
300 setting_mail_from: E-mail enviado de
301 setting_bcc_recipients: Enviar com cópia oculta (cco)
301 setting_bcc_recipients: Enviar com cópia oculta (cco)
302 setting_host_name: Nome do Servidor e subdomínio
302 setting_host_name: Nome do Servidor e subdomínio
303 setting_text_formatting: Formatação do texto
303 setting_text_formatting: Formatação do texto
304 setting_wiki_compression: Compactação de histórico do Wiki
304 setting_wiki_compression: Compactação de histórico do Wiki
305 setting_feeds_limit: Número de registros por Feed
305 setting_feeds_limit: Número de registros por Feed
306 setting_default_projects_public: Novos projetos são públicos por padrão
306 setting_default_projects_public: Novos projetos são públicos por padrão
307 setting_autofetch_changesets: Obter commits automaticamente
307 setting_autofetch_changesets: Obter commits automaticamente
308 setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN)
308 setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN)
309 setting_commit_ref_keywords: Palavras de referência
309 setting_commit_ref_keywords: Palavras de referência
310 setting_commit_fix_keywords: Palavras de fechamento
310 setting_commit_fix_keywords: Palavras de fechamento
311 setting_autologin: Auto-login
311 setting_autologin: Auto-login
312 setting_date_format: Formato da data
312 setting_date_format: Formato da data
313 setting_time_format: Formato de hora
313 setting_time_format: Formato de hora
314 setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos
314 setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos
315 setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas
315 setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas
316 setting_repositories_encodings: Codificação dos repositórios
316 setting_repositories_encodings: Codificação dos repositórios
317 setting_commit_logs_encoding: Codificação das mensagens de commit
317 setting_commit_logs_encoding: Codificação das mensagens de commit
318 setting_emails_footer: Rodapé dos e-mails
318 setting_emails_footer: Rodapé dos e-mails
319 setting_protocol: Protocolo
319 setting_protocol: Protocolo
320 setting_per_page_options: Número de itens exibidos por página
320 setting_per_page_options: Número de itens exibidos por página
321 setting_user_format: Formato de exibição de nome de usuário
321 setting_user_format: Formato de exibição de nome de usuário
322 setting_activity_days_default: Dias visualizados na atividade do projeto
322 setting_activity_days_default: Dias visualizados na atividade do projeto
323 setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão
323 setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão
324 setting_enabled_scm: SCM habilitados
324 setting_enabled_scm: SCM habilitados
325 setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada
325 setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada
326 setting_mail_handler_api_key: Chave de API
326 setting_mail_handler_api_key: Chave de API
327 setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto
327 setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto
328
328
329 project_module_issue_tracking: Gerenciamento de Tarefas
329 project_module_issue_tracking: Gerenciamento de Tarefas
330 project_module_time_tracking: Gerenciamento de tempo
330 project_module_time_tracking: Gerenciamento de tempo
331 project_module_news: Notícias
331 project_module_news: Notícias
332 project_module_documents: Documentos
332 project_module_documents: Documentos
333 project_module_files: Arquivos
333 project_module_files: Arquivos
334 project_module_wiki: Wiki
334 project_module_wiki: Wiki
335 project_module_repository: Repositório
335 project_module_repository: Repositório
336 project_module_boards: Fóruns
336 project_module_boards: Fóruns
337
337
338 label_user: Usuário
338 label_user: Usuário
339 label_user_plural: Usuários
339 label_user_plural: Usuários
340 label_user_new: Novo usuário
340 label_user_new: Novo usuário
341 label_project: Projeto
341 label_project: Projeto
342 label_project_new: Novo projeto
342 label_project_new: Novo projeto
343 label_project_plural: Projetos
343 label_project_plural: Projetos
344 label_x_projects:
344 label_x_projects:
345 zero: nenhum projeto
345 zero: nenhum projeto
346 one: 1 projeto
346 one: 1 projeto
347 other: "{{count}} projetos"
347 other: "{{count}} projetos"
348 label_project_all: Todos os projetos
348 label_project_all: Todos os projetos
349 label_project_latest: Últimos projetos
349 label_project_latest: Últimos projetos
350 label_issue: Tarefa
350 label_issue: Tarefa
351 label_issue_new: Nova tarefa
351 label_issue_new: Nova tarefa
352 label_issue_plural: Tarefas
352 label_issue_plural: Tarefas
353 label_issue_view_all: Ver todas as tarefas
353 label_issue_view_all: Ver todas as tarefas
354 label_issues_by: "Tarefas por {{value}}"
354 label_issues_by: "Tarefas por {{value}}"
355 label_issue_added: Tarefa adicionada
355 label_issue_added: Tarefa adicionada
356 label_issue_updated: Tarefa atualizada
356 label_issue_updated: Tarefa atualizada
357 label_document: Documento
357 label_document: Documento
358 label_document_new: Novo documento
358 label_document_new: Novo documento
359 label_document_plural: Documentos
359 label_document_plural: Documentos
360 label_document_added: Documento adicionado
360 label_document_added: Documento adicionado
361 label_role: Papel
361 label_role: Papel
362 label_role_plural: Papéis
362 label_role_plural: Papéis
363 label_role_new: Novo papel
363 label_role_new: Novo papel
364 label_role_and_permissions: Papéis e permissões
364 label_role_and_permissions: Papéis e permissões
365 label_member: Membro
365 label_member: Membro
366 label_member_new: Novo membro
366 label_member_new: Novo membro
367 label_member_plural: Membros
367 label_member_plural: Membros
368 label_tracker: Tipo de tarefa
368 label_tracker: Tipo de tarefa
369 label_tracker_plural: Tipos de tarefas
369 label_tracker_plural: Tipos de tarefas
370 label_tracker_new: Novo tipo
370 label_tracker_new: Novo tipo
371 label_workflow: Fluxo de trabalho
371 label_workflow: Fluxo de trabalho
372 label_issue_status: Situação da tarefa
372 label_issue_status: Situação da tarefa
373 label_issue_status_plural: Situação das tarefas
373 label_issue_status_plural: Situação das tarefas
374 label_issue_status_new: Nova situação
374 label_issue_status_new: Nova situação
375 label_issue_category: Categoria da tarefa
375 label_issue_category: Categoria da tarefa
376 label_issue_category_plural: Categorias das tarefas
376 label_issue_category_plural: Categorias das tarefas
377 label_issue_category_new: Nova categoria
377 label_issue_category_new: Nova categoria
378 label_custom_field: Campo personalizado
378 label_custom_field: Campo personalizado
379 label_custom_field_plural: Campos personalizados
379 label_custom_field_plural: Campos personalizados
380 label_custom_field_new: Novo campo personalizado
380 label_custom_field_new: Novo campo personalizado
381 label_enumerations: 'Tipos & Categorias'
381 label_enumerations: 'Tipos & Categorias'
382 label_enumeration_new: Novo
382 label_enumeration_new: Novo
383 label_information: Informação
383 label_information: Informação
384 label_information_plural: Informações
384 label_information_plural: Informações
385 label_please_login: Efetue o login
385 label_please_login: Efetue o login
386 label_register: Cadastre-se
386 label_register: Cadastre-se
387 label_password_lost: Perdi minha senha
387 label_password_lost: Perdi minha senha
388 label_home: Página inicial
388 label_home: Página inicial
389 label_my_page: Minha página
389 label_my_page: Minha página
390 label_my_account: Minha conta
390 label_my_account: Minha conta
391 label_my_projects: Meus projetos
391 label_my_projects: Meus projetos
392 label_administration: Administração
392 label_administration: Administração
393 label_login: Entrar
393 label_login: Entrar
394 label_logout: Sair
394 label_logout: Sair
395 label_help: Ajuda
395 label_help: Ajuda
396 label_reported_issues: Tarefas reportadas
396 label_reported_issues: Tarefas reportadas
397 label_assigned_to_me_issues: Minhas tarefas
397 label_assigned_to_me_issues: Minhas tarefas
398 label_last_login: Última conexão
398 label_last_login: Última conexão
399 label_registered_on: Registrado em
399 label_registered_on: Registrado em
400 label_activity: Atividade
400 label_activity: Atividade
401 label_overall_activity: Atividades gerais
401 label_overall_activity: Atividades gerais
402 label_new: Novo
402 label_new: Novo
403 label_logged_as: "Acessando como:"
403 label_logged_as: "Acessando como:"
404 label_environment: Ambiente
404 label_environment: Ambiente
405 label_authentication: Autenticação
405 label_authentication: Autenticação
406 label_auth_source: Modo de autenticação
406 label_auth_source: Modo de autenticação
407 label_auth_source_new: Novo modo de autenticação
407 label_auth_source_new: Novo modo de autenticação
408 label_auth_source_plural: Modos de autenticação
408 label_auth_source_plural: Modos de autenticação
409 label_subproject_plural: Sub-projetos
409 label_subproject_plural: Sub-projetos
410 label_and_its_subprojects: "{{value}} e seus sub-projetos"
410 label_and_its_subprojects: "{{value}} e seus sub-projetos"
411 label_min_max_length: Tamanho mín-máx
411 label_min_max_length: Tamanho mín-máx
412 label_list: Lista
412 label_list: Lista
413 label_date: Data
413 label_date: Data
414 label_integer: Inteiro
414 label_integer: Inteiro
415 label_float: Decimal
415 label_float: Decimal
416 label_boolean: Boleano
416 label_boolean: Boleano
417 label_string: Texto
417 label_string: Texto
418 label_text: Texto longo
418 label_text: Texto longo
419 label_attribute: Atributo
419 label_attribute: Atributo
420 label_attribute_plural: Atributos
420 label_attribute_plural: Atributos
421 label_download: "{{count}} Download"
421 label_download: "{{count}} Download"
422 label_download_plural: "{{count}} Downloads"
422 label_download_plural: "{{count}} Downloads"
423 label_no_data: Nenhuma informação disponível
423 label_no_data: Nenhuma informação disponível
424 label_change_status: Alterar situação
424 label_change_status: Alterar situação
425 label_history: Histórico
425 label_history: Histórico
426 label_attachment: Arquivo
426 label_attachment: Arquivo
427 label_attachment_new: Novo arquivo
427 label_attachment_new: Novo arquivo
428 label_attachment_delete: Excluir arquivo
428 label_attachment_delete: Excluir arquivo
429 label_attachment_plural: Arquivos
429 label_attachment_plural: Arquivos
430 label_file_added: Arquivo adicionado
430 label_file_added: Arquivo adicionado
431 label_report: Relatório
431 label_report: Relatório
432 label_report_plural: Relatório
432 label_report_plural: Relatório
433 label_news: Notícia
433 label_news: Notícia
434 label_news_new: Adicionar notícia
434 label_news_new: Adicionar notícia
435 label_news_plural: Notícias
435 label_news_plural: Notícias
436 label_news_latest: Últimas notícias
436 label_news_latest: Últimas notícias
437 label_news_view_all: Ver todas as notícias
437 label_news_view_all: Ver todas as notícias
438 label_news_added: Notícia adicionada
438 label_news_added: Notícia adicionada
439 label_settings: Configurações
439 label_settings: Configurações
440 label_overview: Visão geral
440 label_overview: Visão geral
441 label_version: Versão
441 label_version: Versão
442 label_version_new: Nova versão
442 label_version_new: Nova versão
443 label_version_plural: Versões
443 label_version_plural: Versões
444 label_confirmation: Confirmação
444 label_confirmation: Confirmação
445 label_export_to: Exportar para
445 label_export_to: Exportar para
446 label_read: Ler...
446 label_read: Ler...
447 label_public_projects: Projetos públicos
447 label_public_projects: Projetos públicos
448 label_open_issues: Aberta
448 label_open_issues: Aberta
449 label_open_issues_plural: Abertas
449 label_open_issues_plural: Abertas
450 label_closed_issues: Fechada
450 label_closed_issues: Fechada
451 label_closed_issues_plural: Fechadas
451 label_closed_issues_plural: Fechadas
452 label_x_open_issues_abbr_on_total:
452 label_x_open_issues_abbr_on_total:
453 zero: 0 aberta / {{total}}
453 zero: 0 aberta / {{total}}
454 one: 1 aberta / {{total}}
454 one: 1 aberta / {{total}}
455 other: "{{count}} abertas / {{total}}"
455 other: "{{count}} abertas / {{total}}"
456 label_x_open_issues_abbr:
456 label_x_open_issues_abbr:
457 zero: 0 aberta
457 zero: 0 aberta
458 one: 1 aberta
458 one: 1 aberta
459 other: "{{count}} abertas"
459 other: "{{count}} abertas"
460 label_x_closed_issues_abbr:
460 label_x_closed_issues_abbr:
461 zero: 0 fechada
461 zero: 0 fechada
462 one: 1 fechada
462 one: 1 fechada
463 other: "{{count}} fechadas"
463 other: "{{count}} fechadas"
464 label_total: Total
464 label_total: Total
465 label_permissions: Permissões
465 label_permissions: Permissões
466 label_current_status: Situação atual
466 label_current_status: Situação atual
467 label_new_statuses_allowed: Nova situação permitida
467 label_new_statuses_allowed: Nova situação permitida
468 label_all: todos
468 label_all: todos
469 label_none: nenhum
469 label_none: nenhum
470 label_nobody: ninguém
470 label_nobody: ninguém
471 label_next: Próximo
471 label_next: Próximo
472 label_previous: Anterior
472 label_previous: Anterior
473 label_used_by: Usado por
473 label_used_by: Usado por
474 label_details: Detalhes
474 label_details: Detalhes
475 label_add_note: Adicionar nota
475 label_add_note: Adicionar nota
476 label_per_page: Por página
476 label_per_page: Por página
477 label_calendar: Calendário
477 label_calendar: Calendário
478 label_months_from: meses a partir de
478 label_months_from: meses a partir de
479 label_gantt: Gantt
479 label_gantt: Gantt
480 label_internal: Interno
480 label_internal: Interno
481 label_last_changes: "últimas {{count}} alterações"
481 label_last_changes: "últimas {{count}} alterações"
482 label_change_view_all: Mostrar todas as alterações
482 label_change_view_all: Mostrar todas as alterações
483 label_personalize_page: Personalizar esta página
483 label_personalize_page: Personalizar esta página
484 label_comment: Comentário
484 label_comment: Comentário
485 label_comment_plural: Comentários
485 label_comment_plural: Comentários
486 label_x_comments:
486 label_x_comments:
487 zero: nenhum comentário
487 zero: nenhum comentário
488 one: 1 comentário
488 one: 1 comentário
489 other: "{{count}} comentários"
489 other: "{{count}} comentários"
490 label_comment_add: Adicionar comentário
490 label_comment_add: Adicionar comentário
491 label_comment_added: Comentário adicionado
491 label_comment_added: Comentário adicionado
492 label_comment_delete: Excluir comentário
492 label_comment_delete: Excluir comentário
493 label_query: Consulta personalizada
493 label_query: Consulta personalizada
494 label_query_plural: Consultas personalizadas
494 label_query_plural: Consultas personalizadas
495 label_query_new: Nova consulta
495 label_query_new: Nova consulta
496 label_filter_add: Adicionar filtro
496 label_filter_add: Adicionar filtro
497 label_filter_plural: Filtros
497 label_filter_plural: Filtros
498 label_equals: igual a
498 label_equals: igual a
499 label_not_equals: diferente de
499 label_not_equals: diferente de
500 label_in_less_than: maior que
500 label_in_less_than: maior que
501 label_in_more_than: menor que
501 label_in_more_than: menor que
502 label_in: em
502 label_in: em
503 label_today: hoje
503 label_today: hoje
504 label_all_time: tudo
504 label_all_time: tudo
505 label_yesterday: ontem
505 label_yesterday: ontem
506 label_this_week: esta semana
506 label_this_week: esta semana
507 label_last_week: última semana
507 label_last_week: última semana
508 label_last_n_days: "últimos {{count}} dias"
508 label_last_n_days: "últimos {{count}} dias"
509 label_this_month: este mês
509 label_this_month: este mês
510 label_last_month: último mês
510 label_last_month: último mês
511 label_this_year: este ano
511 label_this_year: este ano
512 label_date_range: Período
512 label_date_range: Período
513 label_less_than_ago: menos de
513 label_less_than_ago: menos de
514 label_more_than_ago: mais de
514 label_more_than_ago: mais de
515 label_ago: dias atrás
515 label_ago: dias atrás
516 label_contains: contém
516 label_contains: contém
517 label_not_contains: não contém
517 label_not_contains: não contém
518 label_day_plural: dias
518 label_day_plural: dias
519 label_repository: Repositório
519 label_repository: Repositório
520 label_repository_plural: Repositórios
520 label_repository_plural: Repositórios
521 label_browse: Procurar
521 label_browse: Procurar
522 label_modification: "{{count}} alteração"
522 label_modification: "{{count}} alteração"
523 label_modification_plural: "{{count}} alterações"
523 label_modification_plural: "{{count}} alterações"
524 label_revision: Revisão
524 label_revision: Revisão
525 label_revision_plural: Revisões
525 label_revision_plural: Revisões
526 label_associated_revisions: Revisões associadas
526 label_associated_revisions: Revisões associadas
527 label_added: adicionada
527 label_added: adicionada
528 label_modified: alterada
528 label_modified: alterada
529 label_deleted: excluída
529 label_deleted: excluída
530 label_latest_revision: Última revisão
530 label_latest_revision: Última revisão
531 label_latest_revision_plural: Últimas revisões
531 label_latest_revision_plural: Últimas revisões
532 label_view_revisions: Ver revisões
532 label_view_revisions: Ver revisões
533 label_max_size: Tamanho máximo
533 label_max_size: Tamanho máximo
534 label_sort_highest: Mover para o início
534 label_sort_highest: Mover para o início
535 label_sort_higher: Mover para cima
535 label_sort_higher: Mover para cima
536 label_sort_lower: Mover para baixo
536 label_sort_lower: Mover para baixo
537 label_sort_lowest: Mover para o fim
537 label_sort_lowest: Mover para o fim
538 label_roadmap: Planejamento
538 label_roadmap: Planejamento
539 label_roadmap_due_in: "Previsto para {{value}}"
539 label_roadmap_due_in: "Previsto para {{value}}"
540 label_roadmap_overdue: "{{value}} atrasado"
540 label_roadmap_overdue: "{{value}} atrasado"
541 label_roadmap_no_issues: Sem tarefas para esta versão
541 label_roadmap_no_issues: Sem tarefas para esta versão
542 label_search: Busca
542 label_search: Busca
543 label_result_plural: Resultados
543 label_result_plural: Resultados
544 label_all_words: Todas as palavras
544 label_all_words: Todas as palavras
545 label_wiki: Wiki
545 label_wiki: Wiki
546 label_wiki_edit: Editar Wiki
546 label_wiki_edit: Editar Wiki
547 label_wiki_edit_plural: Edições Wiki
547 label_wiki_edit_plural: Edições Wiki
548 label_wiki_page: Página Wiki
548 label_wiki_page: Página Wiki
549 label_wiki_page_plural: páginas Wiki
549 label_wiki_page_plural: páginas Wiki
550 label_index_by_title: Índice por título
550 label_index_by_title: Índice por título
551 label_index_by_date: Índice por data
551 label_index_by_date: Índice por data
552 label_current_version: Versão atual
552 label_current_version: Versão atual
553 label_preview: Pré-visualizar
553 label_preview: Pré-visualizar
554 label_feed_plural: Feeds
554 label_feed_plural: Feeds
555 label_changes_details: Detalhes de todas as alterações
555 label_changes_details: Detalhes de todas as alterações
556 label_issue_tracking: Tarefas
556 label_issue_tracking: Tarefas
557 label_spent_time: Tempo gasto
557 label_spent_time: Tempo gasto
558 label_f_hour: "{{value}} hora"
558 label_f_hour: "{{value}} hora"
559 label_f_hour_plural: "{{value}} horas"
559 label_f_hour_plural: "{{value}} horas"
560 label_time_tracking: Controle de horas
560 label_time_tracking: Controle de horas
561 label_change_plural: Alterações
561 label_change_plural: Alterações
562 label_statistics: Estatísticas
562 label_statistics: Estatísticas
563 label_commits_per_month: Commits por mês
563 label_commits_per_month: Commits por mês
564 label_commits_per_author: Commits por autor
564 label_commits_per_author: Commits por autor
565 label_view_diff: Ver diferenças
565 label_view_diff: Ver diferenças
566 label_diff_inline: inline
566 label_diff_inline: inline
567 label_diff_side_by_side: lado a lado
567 label_diff_side_by_side: lado a lado
568 label_options: Opções
568 label_options: Opções
569 label_copy_workflow_from: Copiar fluxo de trabalho de
569 label_copy_workflow_from: Copiar fluxo de trabalho de
570 label_permissions_report: Relatório de permissões
570 label_permissions_report: Relatório de permissões
571 label_watched_issues: Tarefas observadas
571 label_watched_issues: Tarefas observadas
572 label_related_issues: Tarefas relacionadas
572 label_related_issues: Tarefas relacionadas
573 label_applied_status: Situação alterada
573 label_applied_status: Situação alterada
574 label_loading: Carregando...
574 label_loading: Carregando...
575 label_relation_new: Nova relação
575 label_relation_new: Nova relação
576 label_relation_delete: Excluir relação
576 label_relation_delete: Excluir relação
577 label_relates_to: relacionado a
577 label_relates_to: relacionado a
578 label_duplicates: duplica
578 label_duplicates: duplica
579 label_duplicated_by: duplicado por
579 label_duplicated_by: duplicado por
580 label_blocks: bloqueia
580 label_blocks: bloqueia
581 label_blocked_by: bloqueado por
581 label_blocked_by: bloqueado por
582 label_precedes: precede
582 label_precedes: precede
583 label_follows: segue
583 label_follows: segue
584 label_end_to_start: fim para o início
584 label_end_to_start: fim para o início
585 label_end_to_end: fim para fim
585 label_end_to_end: fim para fim
586 label_start_to_start: início para início
586 label_start_to_start: início para início
587 label_start_to_end: início para fim
587 label_start_to_end: início para fim
588 label_stay_logged_in: Permanecer logado
588 label_stay_logged_in: Permanecer logado
589 label_disabled: desabilitado
589 label_disabled: desabilitado
590 label_show_completed_versions: Exibir versões completas
590 label_show_completed_versions: Exibir versões completas
591 label_me: mim
591 label_me: mim
592 label_board: Fórum
592 label_board: Fórum
593 label_board_new: Novo fórum
593 label_board_new: Novo fórum
594 label_board_plural: Fóruns
594 label_board_plural: Fóruns
595 label_topic_plural: Tópicos
595 label_topic_plural: Tópicos
596 label_message_plural: Mensagens
596 label_message_plural: Mensagens
597 label_message_last: Última mensagem
597 label_message_last: Última mensagem
598 label_message_new: Nova mensagem
598 label_message_new: Nova mensagem
599 label_message_posted: Mensagem enviada
599 label_message_posted: Mensagem enviada
600 label_reply_plural: Respostas
600 label_reply_plural: Respostas
601 label_send_information: Enviar informação da nova conta para o usuário
601 label_send_information: Enviar informação da nova conta para o usuário
602 label_year: Ano
602 label_year: Ano
603 label_month: Mês
603 label_month: Mês
604 label_week: Semana
604 label_week: Semana
605 label_date_from: De
605 label_date_from: De
606 label_date_to: Para
606 label_date_to: Para
607 label_language_based: Com base no idioma do usuário
607 label_language_based: Com base no idioma do usuário
608 label_sort_by: "Ordenar por {{value}}"
608 label_sort_by: "Ordenar por {{value}}"
609 label_send_test_email: Enviar um e-mail de teste
609 label_send_test_email: Enviar um e-mail de teste
610 label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás"
610 label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás"
611 label_module_plural: Módulos
611 label_module_plural: Módulos
612 label_added_time_by: "Adicionado por {{author}} {{age}} atrás"
612 label_added_time_by: "Adicionado por {{author}} {{age}} atrás"
613 label_updated_time: "Atualizado {{value}} atrás"
613 label_updated_time: "Atualizado {{value}} atrás"
614 label_jump_to_a_project: Ir para o projeto...
614 label_jump_to_a_project: Ir para o projeto...
615 label_file_plural: Arquivos
615 label_file_plural: Arquivos
616 label_changeset_plural: Changesets
616 label_changeset_plural: Changesets
617 label_default_columns: Colunas padrão
617 label_default_columns: Colunas padrão
618 label_no_change_option: (Sem alteração)
618 label_no_change_option: (Sem alteração)
619 label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados.
619 label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados.
620 label_theme: Tema
620 label_theme: Tema
621 label_default: Padrão
621 label_default: Padrão
622 label_search_titles_only: Pesquisar somente títulos
622 label_search_titles_only: Pesquisar somente títulos
623 label_user_mail_option_all: "Para qualquer evento em todos os meus projetos"
623 label_user_mail_option_all: "Para qualquer evento em todos os meus projetos"
624 label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..."
624 label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..."
625 label_user_mail_option_none: "Somente tarefas que eu acompanho ou estou envolvido"
625 label_user_mail_option_none: "Somente tarefas que eu acompanho ou estou envolvido"
626 label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações"
626 label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações"
627 label_registration_activation_by_email: ativação de conta por e-mail
627 label_registration_activation_by_email: ativação de conta por e-mail
628 label_registration_manual_activation: ativação manual de conta
628 label_registration_manual_activation: ativação manual de conta
629 label_registration_automatic_activation: ativação automática de conta
629 label_registration_automatic_activation: ativação automática de conta
630 label_display_per_page: "Por página: {{value}}"
630 label_display_per_page: "Por página: {{value}}"
631 label_age: Idade
631 label_age: Idade
632 label_change_properties: Alterar propriedades
632 label_change_properties: Alterar propriedades
633 label_general: Geral
633 label_general: Geral
634 label_more: Mais
634 label_more: Mais
635 label_scm: 'Controle de versão:'
635 label_scm: 'Controle de versão:'
636 label_plugins: Plugins
636 label_plugins: Plugins
637 label_ldap_authentication: Autenticação LDAP
637 label_ldap_authentication: Autenticação LDAP
638 label_downloads_abbr: D/L
638 label_downloads_abbr: D/L
639 label_optional_description: Descrição opcional
639 label_optional_description: Descrição opcional
640 label_add_another_file: Adicionar outro arquivo
640 label_add_another_file: Adicionar outro arquivo
641 label_preferences: Preferências
641 label_preferences: Preferências
642 label_chronological_order: Em ordem cronológica
642 label_chronological_order: Em ordem cronológica
643 label_reverse_chronological_order: Em ordem cronológica inversa
643 label_reverse_chronological_order: Em ordem cronológica inversa
644 label_planning: Planejamento
644 label_planning: Planejamento
645 label_incoming_emails: E-mails recebidos
645 label_incoming_emails: E-mails recebidos
646 label_generate_key: Gerar uma chave
646 label_generate_key: Gerar uma chave
647 label_issue_watchers: Observadores
647 label_issue_watchers: Observadores
648
648
649 button_login: Entrar
649 button_login: Entrar
650 button_submit: Enviar
650 button_submit: Enviar
651 button_save: Salvar
651 button_save: Salvar
652 button_check_all: Marcar todos
652 button_check_all: Marcar todos
653 button_uncheck_all: Desmarcar todos
653 button_uncheck_all: Desmarcar todos
654 button_delete: Excluir
654 button_delete: Excluir
655 button_create: Criar
655 button_create: Criar
656 button_test: Testar
656 button_test: Testar
657 button_edit: Editar
657 button_edit: Editar
658 button_add: Adicionar
658 button_add: Adicionar
659 button_change: Alterar
659 button_change: Alterar
660 button_apply: Aplicar
660 button_apply: Aplicar
661 button_clear: Limpar
661 button_clear: Limpar
662 button_lock: Bloquear
662 button_lock: Bloquear
663 button_unlock: Desbloquear
663 button_unlock: Desbloquear
664 button_download: Baixar
664 button_download: Baixar
665 button_list: Listar
665 button_list: Listar
666 button_view: Ver
666 button_view: Ver
667 button_move: Mover
667 button_move: Mover
668 button_back: Voltar
668 button_back: Voltar
669 button_cancel: Cancelar
669 button_cancel: Cancelar
670 button_activate: Ativar
670 button_activate: Ativar
671 button_sort: Ordenar
671 button_sort: Ordenar
672 button_log_time: Tempo de trabalho
672 button_log_time: Tempo de trabalho
673 button_rollback: Voltar para esta versão
673 button_rollback: Voltar para esta versão
674 button_watch: Observar
674 button_watch: Observar
675 button_unwatch: Parar de observar
675 button_unwatch: Parar de observar
676 button_reply: Responder
676 button_reply: Responder
677 button_archive: Arquivar
677 button_archive: Arquivar
678 button_unarchive: Desarquivar
678 button_unarchive: Desarquivar
679 button_reset: Redefinir
679 button_reset: Redefinir
680 button_rename: Renomear
680 button_rename: Renomear
681 button_change_password: Alterar senha
681 button_change_password: Alterar senha
682 button_copy: Copiar
682 button_copy: Copiar
683 button_annotate: Anotar
683 button_annotate: Anotar
684 button_update: Atualizar
684 button_update: Atualizar
685 button_configure: Configurar
685 button_configure: Configurar
686 button_quote: Responder
686 button_quote: Responder
687
687
688 status_active: ativo
688 status_active: ativo
689 status_registered: registrado
689 status_registered: registrado
690 status_locked: bloqueado
690 status_locked: bloqueado
691
691
692 text_select_mail_notifications: Ações a serem notificadas por e-mail
692 text_select_mail_notifications: Ações a serem notificadas por e-mail
693 text_regexp_info: ex. ^[A-Z0-9]+$
693 text_regexp_info: ex. ^[A-Z0-9]+$
694 text_min_max_length_info: 0 = sem restrição
694 text_min_max_length_info: 0 = sem restrição
695 text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados?
695 text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados?
696 text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos."
696 text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos."
697 text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho
697 text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho
698 text_are_you_sure: Você tem certeza?
698 text_are_you_sure: Você tem certeza?
699 text_tip_issue_begin_day: tarefa inicia neste dia
699 text_tip_issue_begin_day: tarefa inicia neste dia
700 text_tip_issue_end_day: tarefa termina neste dia
700 text_tip_issue_end_day: tarefa termina neste dia
701 text_tip_issue_begin_end_day: tarefa inicia e termina neste dia
701 text_tip_issue_begin_end_day: tarefa inicia e termina neste dia
702 text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.'
702 text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.'
703 text_caracters_maximum: "máximo {{count}} caracteres"
703 text_caracters_maximum: "máximo {{count}} caracteres"
704 text_caracters_minimum: "deve ter ao menos {{count}} caracteres."
704 text_caracters_minimum: "deve ter ao menos {{count}} caracteres."
705 text_length_between: "deve ter entre {{min}} e {{max}} caracteres."
705 text_length_between: "deve ter entre {{min}} e {{max}} caracteres."
706 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo.
706 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo.
707 text_unallowed_characters: Caracteres não permitidos
707 text_unallowed_characters: Caracteres não permitidos
708 text_comma_separated: Múltiplos valores são permitidos (separados por vírgula).
708 text_comma_separated: Múltiplos valores são permitidos (separados por vírgula).
709 text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit
709 text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit
710 text_issue_added: "Tarefa {{id}} incluída (por {{author}})."
710 text_issue_added: "Tarefa {{id}} incluída (por {{author}})."
711 text_issue_updated: "Tarefa {{id}} alterada (por {{author}})."
711 text_issue_updated: "Tarefa {{id}} alterada (por {{author}})."
712 text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo?
712 text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo?
713 text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?"
713 text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?"
714 text_issue_category_destroy_assignments: Remover atribuições da categoria
714 text_issue_category_destroy_assignments: Remover atribuições da categoria
715 text_issue_category_reassign_to: Redefinir tarefas para esta categoria
715 text_issue_category_reassign_to: Redefinir tarefas para esta categoria
716 text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)"
716 text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)"
717 text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas."
717 text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas."
718 text_load_default_configuration: Carregar a configuração padrão
718 text_load_default_configuration: Carregar a configuração padrão
719 text_status_changed_by_changeset: "Aplicado no changeset {{value}}."
719 text_status_changed_by_changeset: "Aplicado no changeset {{value}}."
720 text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?'
720 text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?'
721 text_select_project_modules: 'Selecione módulos para habilitar para este projeto:'
721 text_select_project_modules: 'Selecione módulos para habilitar para este projeto:'
722 text_default_administrator_account_changed: Conta padrão do administrador alterada
722 text_default_administrator_account_changed: Conta padrão do administrador alterada
723 text_file_repository_writable: Repositório com permissão de escrita
723 text_file_repository_writable: Repositório com permissão de escrita
724 text_rmagick_available: RMagick disponível (opcional)
724 text_rmagick_available: RMagick disponível (opcional)
725 text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
725 text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
726 text_destroy_time_entries: Excluir horas de trabalho
726 text_destroy_time_entries: Excluir horas de trabalho
727 text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
727 text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
728 text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
728 text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
729 text_user_wrote: "{{value}} escreveu:"
729 text_user_wrote: "{{value}} escreveu:"
730 text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor."
730 text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor."
731 text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:'
731 text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:'
732 text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/email.yml e reinicie a aplicação para ativá-las."
732 text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/email.yml e reinicie a aplicação para ativá-las."
733
733
734 default_role_manager: Gerente
734 default_role_manager: Gerente
735 default_role_developer: Desenvolvedor
735 default_role_developer: Desenvolvedor
736 default_role_reporter: Informante
736 default_role_reporter: Informante
737 default_tracker_bug: Defeito
737 default_tracker_bug: Defeito
738 default_tracker_feature: Funcionalidade
738 default_tracker_feature: Funcionalidade
739 default_tracker_support: Suporte
739 default_tracker_support: Suporte
740 default_issue_status_new: Nova
740 default_issue_status_new: Nova
741 default_issue_status_in_progress: Em andamento
741 default_issue_status_in_progress: Em andamento
742 default_issue_status_resolved: Resolvida
742 default_issue_status_resolved: Resolvida
743 default_issue_status_feedback: Feedback
743 default_issue_status_feedback: Feedback
744 default_issue_status_closed: Fechada
744 default_issue_status_closed: Fechada
745 default_issue_status_rejected: Rejeitada
745 default_issue_status_rejected: Rejeitada
746 default_doc_category_user: Documentação do usuário
746 default_doc_category_user: Documentação do usuário
747 default_doc_category_tech: Documentação técnica
747 default_doc_category_tech: Documentação técnica
748 default_priority_low: Baixa
748 default_priority_low: Baixa
749 default_priority_normal: Normal
749 default_priority_normal: Normal
750 default_priority_high: Alta
750 default_priority_high: Alta
751 default_priority_urgent: Urgente
751 default_priority_urgent: Urgente
752 default_priority_immediate: Imediata
752 default_priority_immediate: Imediata
753 default_activity_design: Design
753 default_activity_design: Design
754 default_activity_development: Desenvolvimento
754 default_activity_development: Desenvolvimento
755
755
756 enumeration_issue_priorities: Prioridade das tarefas
756 enumeration_issue_priorities: Prioridade das tarefas
757 enumeration_doc_categories: Categorias de documento
757 enumeration_doc_categories: Categorias de documento
758 enumeration_activities: Atividades (time tracking)
758 enumeration_activities: Atividades (time tracking)
759 notice_unable_delete_version: Não foi possível excluir a versão
759 notice_unable_delete_version: Não foi possível excluir a versão
760 label_renamed: renomeado
760 label_renamed: renomeado
761 label_copied: copiado
761 label_copied: copiado
762 setting_plain_text_mail: Usar mensagem sem formatação HTML
762 setting_plain_text_mail: Usar mensagem sem formatação HTML
763 permission_view_files: Ver arquivos
763 permission_view_files: Ver arquivos
764 permission_edit_issues: Editar tarefas
764 permission_edit_issues: Editar tarefas
765 permission_edit_own_time_entries: Editar o próprio tempo de trabalho
765 permission_edit_own_time_entries: Editar o próprio tempo de trabalho
766 permission_manage_public_queries: Gerenciar consultas publicas
766 permission_manage_public_queries: Gerenciar consultas publicas
767 permission_add_issues: Adicionar tarefas
767 permission_add_issues: Adicionar tarefas
768 permission_log_time: Adicionar tempo gasto
768 permission_log_time: Adicionar tempo gasto
769 permission_view_changesets: Ver changesets
769 permission_view_changesets: Ver changesets
770 permission_view_time_entries: Ver tempo gasto
770 permission_view_time_entries: Ver tempo gasto
771 permission_manage_versions: Gerenciar versões
771 permission_manage_versions: Gerenciar versões
772 permission_manage_wiki: Gerenciar wiki
772 permission_manage_wiki: Gerenciar wiki
773 permission_manage_categories: Gerenciar categorias de tarefas
773 permission_manage_categories: Gerenciar categorias de tarefas
774 permission_protect_wiki_pages: Proteger páginas wiki
774 permission_protect_wiki_pages: Proteger páginas wiki
775 permission_comment_news: Comentar notícias
775 permission_comment_news: Comentar notícias
776 permission_delete_messages: Excluir mensagens
776 permission_delete_messages: Excluir mensagens
777 permission_select_project_modules: Selecionar módulos de projeto
777 permission_select_project_modules: Selecionar módulos de projeto
778 permission_manage_documents: Gerenciar documentos
778 permission_manage_documents: Gerenciar documentos
779 permission_edit_wiki_pages: Editar páginas wiki
779 permission_edit_wiki_pages: Editar páginas wiki
780 permission_add_issue_watchers: Adicionar observadores
780 permission_add_issue_watchers: Adicionar observadores
781 permission_view_gantt: Ver gráfico gantt
781 permission_view_gantt: Ver gráfico gantt
782 permission_move_issues: Mover tarefas
782 permission_move_issues: Mover tarefas
783 permission_manage_issue_relations: Gerenciar relacionamentos de tarefas
783 permission_manage_issue_relations: Gerenciar relacionamentos de tarefas
784 permission_delete_wiki_pages: Excluir páginas wiki
784 permission_delete_wiki_pages: Excluir páginas wiki
785 permission_manage_boards: Gerenciar fóruns
785 permission_manage_boards: Gerenciar fóruns
786 permission_delete_wiki_pages_attachments: Excluir anexos
786 permission_delete_wiki_pages_attachments: Excluir anexos
787 permission_view_wiki_edits: Ver histórico do wiki
787 permission_view_wiki_edits: Ver histórico do wiki
788 permission_add_messages: Postar mensagens
788 permission_add_messages: Postar mensagens
789 permission_view_messages: Ver mensagens
789 permission_view_messages: Ver mensagens
790 permission_manage_files: Gerenciar arquivos
790 permission_manage_files: Gerenciar arquivos
791 permission_edit_issue_notes: Editar notas
791 permission_edit_issue_notes: Editar notas
792 permission_manage_news: Gerenciar notícias
792 permission_manage_news: Gerenciar notícias
793 permission_view_calendar: Ver calendário
793 permission_view_calendar: Ver calendário
794 permission_manage_members: Gerenciar membros
794 permission_manage_members: Gerenciar membros
795 permission_edit_messages: Editar mensagens
795 permission_edit_messages: Editar mensagens
796 permission_delete_issues: Excluir tarefas
796 permission_delete_issues: Excluir tarefas
797 permission_view_issue_watchers: Ver lista de observadores
797 permission_view_issue_watchers: Ver lista de observadores
798 permission_manage_repository: Gerenciar repositório
798 permission_manage_repository: Gerenciar repositório
799 permission_commit_access: Acesso de commit
799 permission_commit_access: Acesso de commit
800 permission_browse_repository: Pesquisar repositório
800 permission_browse_repository: Pesquisar repositório
801 permission_view_documents: Ver documentos
801 permission_view_documents: Ver documentos
802 permission_edit_project: Editar projeto
802 permission_edit_project: Editar projeto
803 permission_add_issue_notes: Adicionar notas
803 permission_add_issue_notes: Adicionar notas
804 permission_save_queries: Salvar consultas
804 permission_save_queries: Salvar consultas
805 permission_view_wiki_pages: Ver wiki
805 permission_view_wiki_pages: Ver wiki
806 permission_rename_wiki_pages: Renomear páginas wiki
806 permission_rename_wiki_pages: Renomear páginas wiki
807 permission_edit_time_entries: Editar tempo gasto
807 permission_edit_time_entries: Editar tempo gasto
808 permission_edit_own_issue_notes: Editar suas próprias notas
808 permission_edit_own_issue_notes: Editar suas próprias notas
809 setting_gravatar_enabled: Usar ícones do Gravatar
809 setting_gravatar_enabled: Usar ícones do Gravatar
810 label_example: Exemplo
810 label_example: Exemplo
811 text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente."
811 text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente."
812 permission_edit_own_messages: Editar próprias mensagens
812 permission_edit_own_messages: Editar próprias mensagens
813 permission_delete_own_messages: Excluir próprias mensagens
813 permission_delete_own_messages: Excluir próprias mensagens
814 label_user_activity: "Atividade de {{value}}"
814 label_user_activity: "Atividade de {{value}}"
815 label_updated_time_by: "Atualizado por {{author}} {{age}}"
815 label_updated_time_by: "Atualizado por {{author}} {{age}}"
816 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
816 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
817 setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
817 setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
818 text_plugin_assets_writable: Diretório de plugins gravável
818 text_plugin_assets_writable: Diretório de plugins gravável
819 warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)."
819 warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)."
820 button_create_and_continue: Criar e continuar
820 button_create_and_continue: Criar e continuar
821 text_custom_field_possible_values_info: 'Uma linha para cada valor'
821 text_custom_field_possible_values_info: 'Uma linha para cada valor'
822 label_display: Exibição
822 label_display: Exibição
823 field_editable: Editável
823 field_editable: Editável
824 setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
824 setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
825 setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline
825 setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline
826 field_identity_urler: Observador
826 field_identity_urler: Observador
827 setting_openid: Permitir Login e Registro via OpenID
827 setting_openid: Permitir Login e Registro via OpenID
828 field_identity_url: OpenID URL
828 field_identity_url: OpenID URL
829 label_login_with_open_id_option: ou use o OpenID
829 label_login_with_open_id_option: ou use o OpenID
830 field_content: Conteúdo
830 field_content: Conteúdo
831 label_descending: Descendente
831 label_descending: Descendente
832 label_sort: Ordenar
832 label_sort: Ordenar
833 label_ascending: Ascendente
833 label_ascending: Ascendente
834 label_date_from_to: De {{start}} até {{end}}
834 label_date_from_to: De {{start}} até {{end}}
835 label_greater_or_equal: ">="
835 label_greater_or_equal: ">="
836 label_less_or_equal: <=
836 label_less_or_equal: <=
837 text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer?
837 text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer?
838 text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai
838 text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai
839 text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes
839 text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes
840 text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes
840 text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes
841 setting_password_min_length: Comprimento mínimo para senhas
841 setting_password_min_length: Comprimento mínimo para senhas
842 field_group_by: Agrupar por
842 field_group_by: Agrupar por
843 mail_subject_wiki_content_updated: "A página wiki '{{page}}' foi atualizada"
843 mail_subject_wiki_content_updated: "A página wiki '{{page}}' foi atualizada"
844 label_wiki_content_added: Página wiki adicionada
844 label_wiki_content_added: Página wiki adicionada
845 mail_subject_wiki_content_added: "A página wiki '{{page}}' foi adicionada"
845 mail_subject_wiki_content_added: "A página wiki '{{page}}' foi adicionada"
846 mail_body_wiki_content_added: A página wiki '{{page}}' foi adicionada por {{author}}.
846 mail_body_wiki_content_added: A página wiki '{{page}}' foi adicionada por {{author}}.
847 label_wiki_content_updated: Página wiki atualizada
847 label_wiki_content_updated: Página wiki atualizada
848 mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}.
848 mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}.
849 permission_add_project: Criar projeto
849 permission_add_project: Criar projeto
850 setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto
850 setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto
851 label_view_all_revisions: Ver todas as revisões
851 label_view_all_revisions: Ver todas as revisões
852 label_tag: Etiqueta
852 label_tag: Etiqueta
853 label_branch: Ramo
853 label_branch: Ramo
854 text_journal_changed: "{{label}} alterado de {{old}} para {{new}}"
854 text_journal_changed: "{{label}} alterado de {{old}} para {{new}}"
855 text_journal_set_to: "{{label}} ajustado para {{value}}"
855 text_journal_set_to: "{{label}} ajustado para {{value}}"
856 text_journal_deleted: "{{label}} excluído ({{old}})"
856 text_journal_deleted: "{{label}} excluído ({{old}})"
857 label_group_plural: Grupos
857 label_group_plural: Grupos
858 label_group: Grupo
858 label_group: Grupo
859 label_group_new: Novo grupo
859 label_group_new: Novo grupo
860 label_time_entry_plural: Tempos gastos
860 label_time_entry_plural: Tempos gastos
861 text_journal_added: "{{label}} {{value}} adicionado"
861 text_journal_added: "{{label}} {{value}} adicionado"
862 field_active: Ativo
862 field_active: Ativo
863 enumeration_system_activity: Atividade do sistema
863 enumeration_system_activity: Atividade do sistema
864 permission_delete_issue_watchers: Excluir observadores
864 permission_delete_issue_watchers: Excluir observadores
865 version_status_closed: fechado
865 version_status_closed: fechado
866 version_status_locked: travado
866 version_status_locked: travado
867 version_status_open: aberto
867 version_status_open: aberto
868 error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta
868 error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta
869 label_user_anonymous: Anônimo
869 label_user_anonymous: Anônimo
870 button_move_and_follow: Mover e seguir
870 button_move_and_follow: Mover e seguir
871 setting_default_projects_modules: Módulos habilitados por padrão para novos projetos
871 setting_default_projects_modules: Módulos habilitados por padrão para novos projetos
872 setting_gravatar_default: Imagem-padrão de Gravatar
872 setting_gravatar_default: Imagem-padrão de Gravatar
873 field_sharing: Compartilhamento
873 field_sharing: Compartilhamento
874 label_version_sharing_hierarchy: Com a hierarquia do projeto
874 label_version_sharing_hierarchy: Com a hierarquia do projeto
875 label_version_sharing_system: Com todos os projetos
875 label_version_sharing_system: Com todos os projetos
876 label_version_sharing_descendants: Com sub-projetos
876 label_version_sharing_descendants: Com sub-projetos
877 label_version_sharing_tree: Com a árvore do projeto
877 label_version_sharing_tree: Com a árvore do projeto
878 label_version_sharing_none: Sem compartilhamento
878 label_version_sharing_none: Sem compartilhamento
879 error_can_not_archive_project: Este projeto não pode ser arquivado
879 error_can_not_archive_project: Este projeto não pode ser arquivado
880 button_duplicate: Duplicar
880 button_duplicate: Duplicar
881 button_copy_and_follow: Copiar e seguir
881 button_copy_and_follow: Copiar e seguir
882 label_copy_source: Origem
882 label_copy_source: Origem
883 setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa
883 setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa
884 setting_issue_done_ratio_issue_status: Usar a situação da tarefa
884 setting_issue_done_ratio_issue_status: Usar a situação da tarefa
885 error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado.
885 error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado.
886 error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo
886 error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo
887 setting_issue_done_ratio_issue_field: Use the issue field
887 setting_issue_done_ratio_issue_field: Use the issue field
888 label_copy_same_as_target: Mesmo alvo
888 label_copy_same_as_target: Mesmo alvo
889 label_copy_target: Alvo
889 label_copy_target: Alvo
890 notice_issue_done_ratios_updated: Percentual de conslusão atualizados.
890 notice_issue_done_ratios_updated: Percentual de conslusão atualizados.
891 error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem
891 error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem
892 label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas
892 label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas
893 setting_start_of_week: Início da semana
893 setting_start_of_week: Início da semana
894 field_watcher: Observador
894 field_watcher: Observador
895 permission_view_issues: Ver tarefas
895 permission_view_issues: Ver tarefas
896 label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa
896 label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa
897 label_revision_id: Revisão {{value}}
897 label_revision_id: Revisão {{value}}
898 label_api_access_key: Chave de acesso a API
898 label_api_access_key: Chave de acesso a API
899 button_show: Exibir
899 button_show: Exibir
900 label_api_access_key_created_on: Chave de acesso a API criado a {{value}} atrás
900 label_api_access_key_created_on: Chave de acesso a API criado a {{value}} atrás
901 label_feeds_access_key: Chave de acesso ao RSS
901 label_feeds_access_key: Chave de acesso ao RSS
902 notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida.
902 notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida.
903 setting_rest_api_enabled: Habilitar REST web service
903 setting_rest_api_enabled: Habilitar REST web service
904 label_missing_api_access_key: Chave de acesso a API faltando
904 label_missing_api_access_key: Chave de acesso a API faltando
905 label_missing_feeds_access_key: Chave de acesso ao RSS faltando
905 label_missing_feeds_access_key: Chave de acesso ao RSS faltando
906 text_line_separated: Múltiplos valores permitidos (uma linha para cada valor).
906 text_line_separated: Múltiplos valores permitidos (uma linha para cada valor).
907 setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas
907 setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas
908 permission_add_subprojects: Criar subprojetos
908 permission_add_subprojects: Criar subprojetos
909 label_subproject_new: Novo subprojeto
909 label_subproject_new: Novo subprojeto
910 text_own_membership_delete_confirmation: |-
910 text_own_membership_delete_confirmation: |-
911 Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação.
911 Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação.
912 Você tem certeza que deseja continuar?
912 Você tem certeza que deseja continuar?
913 label_close_versions: Fechar versões concluídas
913 label_close_versions: Fechar versões concluídas
914 label_board_sticky: Marcado
914 label_board_sticky: Marcado
915 label_board_locked: Travado
915 label_board_locked: Travado
916 label_change_log: Registro de alterações
916 label_change_log: Registro de alterações
917 permission_export_wiki_pages: Exportar páginas wiki
917 permission_export_wiki_pages: Exportar páginas wiki
918 setting_cache_formatted_text: Realizar cache de texto formatado
918 setting_cache_formatted_text: Realizar cache de texto formatado
919 permission_manage_project_activities: Gerenciar atividades do projeto
919 permission_manage_project_activities: Gerenciar atividades do projeto
920 error_unable_delete_issue_status: Não foi possível excluir situação da tarefa
920 error_unable_delete_issue_status: Não foi possível excluir situação da tarefa
921 label_profile: Perfil
921 label_profile: Perfil
922 permission_manage_subtasks: Gerenciar subtarefas
922 permission_manage_subtasks: Gerenciar subtarefas
923 field_parent_issue: Tarefa pai
923 field_parent_issue: Tarefa pai
924 label_subtask_plural: Subtarefas
924 label_subtask_plural: Subtarefas
925 label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto
925 label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto
926 error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado
926 error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado
927 error_unable_to_connect: Não foi possível conectar ({{value}})
927 error_unable_to_connect: Não foi possível conectar ({{value}})
928 error_can_not_remove_role: Este papel está em uso e não pode ser excluído.
928 error_can_not_remove_role: Este papel está em uso e não pode ser excluído.
929 error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído.
929 error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído.
930 field_principal: Principal
930 field_principal: Principal
931 label_my_page_block: Meu bloco de página
931 label_my_page_block: Meu bloco de página
932 notice_failed_to_save_members: "Falha ao gravar membro(s): {{errors}}."
932 notice_failed_to_save_members: "Falha ao gravar membro(s): {{errors}}."
933 text_zoom_out: Afastar zoom
933 text_zoom_out: Afastar zoom
934 text_zoom_in: Aproximar zoom
934 text_zoom_in: Aproximar zoom
935 notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas.
935 notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas.
936 label_overall_spent_time: Tempo gasto geral
936 label_overall_spent_time: Tempo gasto geral
937 field_time_entries: Log time
937 field_time_entries: Log time
938 project_module_gantt: Gantt
938 project_module_gantt: Gantt
939 project_module_calendar: Calendário
939 project_module_calendar: Calendário
940 field_member_of_group: Membro do grupo
940 field_member_of_group: Membro do grupo
941 field_assigned_to_role: Membro com o papel
941 field_assigned_to_role: Membro com o papel
942 button_edit_associated_wikipage: "Editar página wiki relacionada: {{page_title}}"
942 button_edit_associated_wikipage: "Editar página wiki relacionada: {{page_title}}"
943 text_are_you_sure_with_children: Excluir a tarefa e suas subtarefas?
943 text_are_you_sure_with_children: Excluir a tarefa e suas subtarefas?
944 field_text: Campo de texto
944 field_text: Campo de texto
945 label_user_mail_option_only_owner: Somente para as coisas que eu criei
946 setting_default_notification_option: Opção padrão de notificação
945 setting_default_notification_option: Opção padrão de notificação
947 label_user_mail_option_only_my_events: Somente para as coisas que eu esteja observando ou esteja envolvido
948 label_user_mail_option_only_assigned: Somente para as coisas que estejam atribuídas a mim
949 label_principal_search: "Search for user or group:"
946 label_principal_search: "Search for user or group:"
950 label_user_search: "Search for user:"
947 label_user_search: "Search for user:"
@@ -1,1045 +1,1041
1 # Russian localization for Ruby on Rails 2.2+
1 # Russian localization for Ruby on Rails 2.2+
2 # by Yaroslav Markin <yaroslav@markin.net>
2 # by Yaroslav Markin <yaroslav@markin.net>
3 #
3 #
4 # Be sure to check out "russian" gem (http://github.com/yaroslav/russian) for
4 # Be sure to check out "russian" gem (http://github.com/yaroslav/russian) for
5 # full Russian language support in Rails (month names, pluralization, etc).
5 # full Russian language support in Rails (month names, pluralization, etc).
6 # The following is an excerpt from that gem.
6 # The following is an excerpt from that gem.
7 #
7 #
8 # Для полноценной поддержки русского языка (варианты названий месяцев,
8 # Для полноценной поддержки русского языка (варианты названий месяцев,
9 # плюрализация и так далее) в Rails 2.2 нужно использовать gem "russian"
9 # плюрализация и так далее) в Rails 2.2 нужно использовать gem "russian"
10 # (http://github.com/yaroslav/russian). Следующие данные -- выдержка их него, чтобы
10 # (http://github.com/yaroslav/russian). Следующие данные -- выдержка их него, чтобы
11 # была возможность минимальной локализации приложения на русский язык.
11 # была возможность минимальной локализации приложения на русский язык.
12
12
13 ru:
13 ru:
14 direction: ltr
14 direction: ltr
15 date:
15 date:
16 formats:
16 formats:
17 default: "%d.%m.%Y"
17 default: "%d.%m.%Y"
18 short: "%d %b"
18 short: "%d %b"
19 long: "%d %B %Y"
19 long: "%d %B %Y"
20
20
21 day_names: [воскресенье, понедельник, вторник, среда, четверг, пятница, суббота]
21 day_names: [воскресенье, понедельник, вторник, среда, четверг, пятница, суббота]
22 standalone_day_names: [Воскресенье, Понедельник, Вторник, Среда, Четверг, Пятница, Суббота]
22 standalone_day_names: [Воскресенье, Понедельник, Вторник, Среда, Четверг, Пятница, Суббота]
23 abbr_day_names: [Вс, Пн, Вт, Ср, Чт, Пт, Сб]
23 abbr_day_names: [Вс, Пн, Вт, Ср, Чт, Пт, Сб]
24
24
25 month_names: [~, января, февраля, марта, апреля, мая, июня, июля, августа, сентября, октября, ноября, декабря]
25 month_names: [~, января, февраля, марта, апреля, мая, июня, июля, августа, сентября, октября, ноября, декабря]
26 # see russian gem for info on "standalone" day names
26 # see russian gem for info on "standalone" day names
27 standalone_month_names: [~, Январь, Февраль, Март, Апрель, Май, Июнь, Июль, Август, Сентябрь, Октябрь, Ноябрь, Декабрь]
27 standalone_month_names: [~, Январь, Февраль, Март, Апрель, Май, Июнь, Июль, Август, Сентябрь, Октябрь, Ноябрь, Декабрь]
28 abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.]
28 abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.]
29 standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.]
29 standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.]
30
30
31 order: [ :day, :month, :year ]
31 order: [ :day, :month, :year ]
32
32
33 time:
33 time:
34 formats:
34 formats:
35 default: "%a, %d %b %Y, %H:%M:%S %z"
35 default: "%a, %d %b %Y, %H:%M:%S %z"
36 time: "%H:%M"
36 time: "%H:%M"
37 short: "%d %b, %H:%M"
37 short: "%d %b, %H:%M"
38 long: "%d %B %Y, %H:%M"
38 long: "%d %B %Y, %H:%M"
39
39
40 am: "утра"
40 am: "утра"
41 pm: "вечера"
41 pm: "вечера"
42
42
43 number:
43 number:
44 format:
44 format:
45 separator: ","
45 separator: ","
46 delimiter: " "
46 delimiter: " "
47 precision: 3
47 precision: 3
48
48
49 currency:
49 currency:
50 format:
50 format:
51 format: "%n %u"
51 format: "%n %u"
52 unit: "руб."
52 unit: "руб."
53 separator: "."
53 separator: "."
54 delimiter: " "
54 delimiter: " "
55 precision: 2
55 precision: 2
56
56
57 percentage:
57 percentage:
58 format:
58 format:
59 delimiter: ""
59 delimiter: ""
60
60
61 precision:
61 precision:
62 format:
62 format:
63 delimiter: ""
63 delimiter: ""
64
64
65 human:
65 human:
66 format:
66 format:
67 delimiter: ""
67 delimiter: ""
68 precision: 2
68 precision: 2
69 # Rails 2.2
69 # Rails 2.2
70 # storage_units: [байт, КБ, МБ, ГБ, ТБ]
70 # storage_units: [байт, КБ, МБ, ГБ, ТБ]
71
71
72 # Rails 2.3
72 # Rails 2.3
73 storage_units:
73 storage_units:
74 # Storage units output formatting.
74 # Storage units output formatting.
75 # %u is the storage unit, %n is the number (default: 2 MB)
75 # %u is the storage unit, %n is the number (default: 2 MB)
76 format: "%n %u"
76 format: "%n %u"
77 units:
77 units:
78 byte:
78 byte:
79 one: "байт"
79 one: "байт"
80 few: "байта"
80 few: "байта"
81 many: "байт"
81 many: "байт"
82 other: "байта"
82 other: "байта"
83 kb: "КБ"
83 kb: "КБ"
84 mb: "МБ"
84 mb: "МБ"
85 gb: "ГБ"
85 gb: "ГБ"
86 tb: "ТБ"
86 tb: "ТБ"
87
87
88 datetime:
88 datetime:
89 distance_in_words:
89 distance_in_words:
90 half_a_minute: "меньше минуты"
90 half_a_minute: "меньше минуты"
91 less_than_x_seconds:
91 less_than_x_seconds:
92 one: "меньше {{count}} секунды"
92 one: "меньше {{count}} секунды"
93 few: "меньше {{count}} секунд"
93 few: "меньше {{count}} секунд"
94 many: "меньше {{count}} секунд"
94 many: "меньше {{count}} секунд"
95 other: "меньше {{count}} секунды"
95 other: "меньше {{count}} секунды"
96 x_seconds:
96 x_seconds:
97 one: "{{count}} секунда"
97 one: "{{count}} секунда"
98 few: "{{count}} секунды"
98 few: "{{count}} секунды"
99 many: "{{count}} секунд"
99 many: "{{count}} секунд"
100 other: "{{count}} секунды"
100 other: "{{count}} секунды"
101 less_than_x_minutes:
101 less_than_x_minutes:
102 one: "меньше {{count}} минуты"
102 one: "меньше {{count}} минуты"
103 few: "меньше {{count}} минут"
103 few: "меньше {{count}} минут"
104 many: "меньше {{count}} минут"
104 many: "меньше {{count}} минут"
105 other: "меньше {{count}} минуты"
105 other: "меньше {{count}} минуты"
106 x_minutes:
106 x_minutes:
107 one: "{{count}} минуту"
107 one: "{{count}} минуту"
108 few: "{{count}} минуты"
108 few: "{{count}} минуты"
109 many: "{{count}} минут"
109 many: "{{count}} минут"
110 other: "{{count}} минуты"
110 other: "{{count}} минуты"
111 about_x_hours:
111 about_x_hours:
112 one: "около {{count}} часа"
112 one: "около {{count}} часа"
113 few: "около {{count}} часов"
113 few: "около {{count}} часов"
114 many: "около {{count}} часов"
114 many: "около {{count}} часов"
115 other: "около {{count}} часа"
115 other: "около {{count}} часа"
116 x_days:
116 x_days:
117 one: "{{count}} день"
117 one: "{{count}} день"
118 few: "{{count}} дня"
118 few: "{{count}} дня"
119 many: "{{count}} дней"
119 many: "{{count}} дней"
120 other: "{{count}} дня"
120 other: "{{count}} дня"
121 about_x_months:
121 about_x_months:
122 one: "около {{count}} месяца"
122 one: "около {{count}} месяца"
123 few: "около {{count}} месяцев"
123 few: "около {{count}} месяцев"
124 many: "около {{count}} месяцев"
124 many: "около {{count}} месяцев"
125 other: "около {{count}} месяца"
125 other: "около {{count}} месяца"
126 x_months:
126 x_months:
127 one: "{{count}} месяц"
127 one: "{{count}} месяц"
128 few: "{{count}} месяца"
128 few: "{{count}} месяца"
129 many: "{{count}} месяцев"
129 many: "{{count}} месяцев"
130 other: "{{count}} месяца"
130 other: "{{count}} месяца"
131 about_x_years:
131 about_x_years:
132 one: "около {{count}} года"
132 one: "около {{count}} года"
133 few: "около {{count}} лет"
133 few: "около {{count}} лет"
134 many: "около {{count}} лет"
134 many: "около {{count}} лет"
135 other: "около {{count}} лет"
135 other: "около {{count}} лет"
136 over_x_years:
136 over_x_years:
137 one: "больше {{count}} года"
137 one: "больше {{count}} года"
138 few: "больше {{count}} лет"
138 few: "больше {{count}} лет"
139 many: "больше {{count}} лет"
139 many: "больше {{count}} лет"
140 other: "больше {{count}} лет"
140 other: "больше {{count}} лет"
141 almost_x_years:
141 almost_x_years:
142 one: "почти 1 год"
142 one: "почти 1 год"
143 few: "почти {{count}} года"
143 few: "почти {{count}} года"
144 many: "почти {{count}} лет"
144 many: "почти {{count}} лет"
145 other: "почти {{count}} года"
145 other: "почти {{count}} года"
146 prompts:
146 prompts:
147 year: "Год"
147 year: "Год"
148 month: "Месяц"
148 month: "Месяц"
149 day: "День"
149 day: "День"
150 hour: "Часов"
150 hour: "Часов"
151 minute: "Минут"
151 minute: "Минут"
152 second: "Секунд"
152 second: "Секунд"
153
153
154 activerecord:
154 activerecord:
155 errors:
155 errors:
156 template:
156 template:
157 header:
157 header:
158 one: "{{model}}: сохранение не удалось из-за {{count}} ошибки"
158 one: "{{model}}: сохранение не удалось из-за {{count}} ошибки"
159 few: "{{model}}: сохранение не удалось из-за {{count}} ошибок"
159 few: "{{model}}: сохранение не удалось из-за {{count}} ошибок"
160 many: "{{model}}: сохранение не удалось из-за {{count}} ошибок"
160 many: "{{model}}: сохранение не удалось из-за {{count}} ошибок"
161 other: "{{model}}: сохранение не удалось из-за {{count}} ошибки"
161 other: "{{model}}: сохранение не удалось из-за {{count}} ошибки"
162
162
163 body: "Проблемы возникли со следующими полями:"
163 body: "Проблемы возникли со следующими полями:"
164
164
165 messages:
165 messages:
166 inclusion: "имеет непредусмотренное значение"
166 inclusion: "имеет непредусмотренное значение"
167 exclusion: "имеет зарезервированное значение"
167 exclusion: "имеет зарезервированное значение"
168 invalid: "имеет неверное значение"
168 invalid: "имеет неверное значение"
169 confirmation: "не совпадает с подтверждением"
169 confirmation: "не совпадает с подтверждением"
170 accepted: "нужно подтвердить"
170 accepted: "нужно подтвердить"
171 empty: "не может быть пустым"
171 empty: "не может быть пустым"
172 blank: "не может быть пустым"
172 blank: "не может быть пустым"
173 too_long:
173 too_long:
174 one: "слишком большой длины (не может быть больше чем {{count}} символ)"
174 one: "слишком большой длины (не может быть больше чем {{count}} символ)"
175 few: "слишком большой длины (не может быть больше чем {{count}} символа)"
175 few: "слишком большой длины (не может быть больше чем {{count}} символа)"
176 many: "слишком большой длины (не может быть больше чем {{count}} символов)"
176 many: "слишком большой длины (не может быть больше чем {{count}} символов)"
177 other: "слишком большой длины (не может быть больше чем {{count}} символа)"
177 other: "слишком большой длины (не может быть больше чем {{count}} символа)"
178 too_short:
178 too_short:
179 one: "недостаточной длины (не может быть меньше {{count}} символа)"
179 one: "недостаточной длины (не может быть меньше {{count}} символа)"
180 few: "недостаточной длины (не может быть меньше {{count}} символов)"
180 few: "недостаточной длины (не может быть меньше {{count}} символов)"
181 many: "недостаточной длины (не может быть меньше {{count}} символов)"
181 many: "недостаточной длины (не может быть меньше {{count}} символов)"
182 other: "недостаточной длины (не может быть меньше {{count}} символа)"
182 other: "недостаточной длины (не может быть меньше {{count}} символа)"
183 wrong_length:
183 wrong_length:
184 one: "неверной длины (может быть длиной ровно {{count}} символ)"
184 one: "неверной длины (может быть длиной ровно {{count}} символ)"
185 few: "неверной длины (может быть длиной ровно {{count}} символа)"
185 few: "неверной длины (может быть длиной ровно {{count}} символа)"
186 many: "неверной длины (может быть длиной ровно {{count}} символов)"
186 many: "неверной длины (может быть длиной ровно {{count}} символов)"
187 other: "неверной длины (может быть длиной ровно {{count}} символа)"
187 other: "неверной длины (может быть длиной ровно {{count}} символа)"
188 taken: "уже существует"
188 taken: "уже существует"
189 not_a_number: "не является числом"
189 not_a_number: "не является числом"
190 greater_than: "может иметь значение большее {{count}}"
190 greater_than: "может иметь значение большее {{count}}"
191 greater_than_or_equal_to: "может иметь значение большее или равное {{count}}"
191 greater_than_or_equal_to: "может иметь значение большее или равное {{count}}"
192 equal_to: "может иметь лишь значение, равное {{count}}"
192 equal_to: "может иметь лишь значение, равное {{count}}"
193 less_than: "может иметь значение меньшее чем {{count}}"
193 less_than: "может иметь значение меньшее чем {{count}}"
194 less_than_or_equal_to: "может иметь значение меньшее или равное {{count}}"
194 less_than_or_equal_to: "может иметь значение меньшее или равное {{count}}"
195 odd: "может иметь лишь нечетное значение"
195 odd: "может иметь лишь нечетное значение"
196 even: "может иметь лишь четное значение"
196 even: "может иметь лишь четное значение"
197 greater_than_start_date: "должна быть позднее даты начала"
197 greater_than_start_date: "должна быть позднее даты начала"
198 not_same_project: "не относится к одному проекту"
198 not_same_project: "не относится к одному проекту"
199 circular_dependency: "Такая связь приведет к циклической зависимости"
199 circular_dependency: "Такая связь приведет к циклической зависимости"
200 cant_link_an_issue_with_a_descendant: "Задача не может быть связана со своей подзадачей"
200 cant_link_an_issue_with_a_descendant: "Задача не может быть связана со своей подзадачей"
201
201
202 support:
202 support:
203 array:
203 array:
204 # Rails 2.2
204 # Rails 2.2
205 sentence_connector: "и"
205 sentence_connector: "и"
206 skip_last_comma: true
206 skip_last_comma: true
207
207
208 # Rails 2.3
208 # Rails 2.3
209 words_connector: ", "
209 words_connector: ", "
210 two_words_connector: " и "
210 two_words_connector: " и "
211 last_word_connector: " и "
211 last_word_connector: " и "
212
212
213 actionview_instancetag_blank_option: Выберите
213 actionview_instancetag_blank_option: Выберите
214
214
215 button_activate: Активировать
215 button_activate: Активировать
216 button_add: Добавить
216 button_add: Добавить
217 button_annotate: Авторство
217 button_annotate: Авторство
218 button_apply: Применить
218 button_apply: Применить
219 button_archive: Архивировать
219 button_archive: Архивировать
220 button_back: Назад
220 button_back: Назад
221 button_cancel: Отмена
221 button_cancel: Отмена
222 button_change_password: Изменить пароль
222 button_change_password: Изменить пароль
223 button_change: Изменить
223 button_change: Изменить
224 button_check_all: Отметить все
224 button_check_all: Отметить все
225 button_clear: Очистить
225 button_clear: Очистить
226 button_configure: Параметры
226 button_configure: Параметры
227 button_copy: Копировать
227 button_copy: Копировать
228 button_create: Создать
228 button_create: Создать
229 button_create_and_continue: Создать и продолжить
229 button_create_and_continue: Создать и продолжить
230 button_delete: Удалить
230 button_delete: Удалить
231 button_download: Загрузить
231 button_download: Загрузить
232 button_edit: Редактировать
232 button_edit: Редактировать
233 button_edit_associated_wikipage: "Редактировать связанную wiki-страницу: {{page_title}}"
233 button_edit_associated_wikipage: "Редактировать связанную wiki-страницу: {{page_title}}"
234 button_list: Список
234 button_list: Список
235 button_lock: Заблокировать
235 button_lock: Заблокировать
236 button_login: Вход
236 button_login: Вход
237 button_log_time: Затраченное время
237 button_log_time: Затраченное время
238 button_move: Переместить
238 button_move: Переместить
239 button_quote: Цитировать
239 button_quote: Цитировать
240 button_rename: Переименовать
240 button_rename: Переименовать
241 button_reply: Ответить
241 button_reply: Ответить
242 button_reset: Перезапустить
242 button_reset: Перезапустить
243 button_rollback: Вернуться к данной версии
243 button_rollback: Вернуться к данной версии
244 button_save: Сохранить
244 button_save: Сохранить
245 button_sort: Сортировать
245 button_sort: Сортировать
246 button_submit: Принять
246 button_submit: Принять
247 button_test: Проверить
247 button_test: Проверить
248 button_unarchive: Разархивировать
248 button_unarchive: Разархивировать
249 button_uncheck_all: Очистить
249 button_uncheck_all: Очистить
250 button_unlock: Разблокировать
250 button_unlock: Разблокировать
251 button_unwatch: Не следить
251 button_unwatch: Не следить
252 button_update: Обновить
252 button_update: Обновить
253 button_view: Просмотреть
253 button_view: Просмотреть
254 button_watch: Следить
254 button_watch: Следить
255
255
256 default_activity_design: Проектирование
256 default_activity_design: Проектирование
257 default_activity_development: Разработка
257 default_activity_development: Разработка
258 default_doc_category_tech: Техническая документация
258 default_doc_category_tech: Техническая документация
259 default_doc_category_user: Документация пользователя
259 default_doc_category_user: Документация пользователя
260 default_issue_status_in_progress: В работе
260 default_issue_status_in_progress: В работе
261 default_issue_status_closed: Закрыта
261 default_issue_status_closed: Закрыта
262 default_issue_status_feedback: Обратная связь
262 default_issue_status_feedback: Обратная связь
263 default_issue_status_new: Новая
263 default_issue_status_new: Новая
264 default_issue_status_rejected: Отказ
264 default_issue_status_rejected: Отказ
265 default_issue_status_resolved: Решена
265 default_issue_status_resolved: Решена
266 default_priority_high: Высокий
266 default_priority_high: Высокий
267 default_priority_immediate: Немедленный
267 default_priority_immediate: Немедленный
268 default_priority_low: Низкий
268 default_priority_low: Низкий
269 default_priority_normal: Нормальный
269 default_priority_normal: Нормальный
270 default_priority_urgent: Срочный
270 default_priority_urgent: Срочный
271 default_role_developer: Разработчик
271 default_role_developer: Разработчик
272 default_role_manager: Менеджер
272 default_role_manager: Менеджер
273 default_role_reporter: Генератор отчетов
273 default_role_reporter: Генератор отчетов
274 default_tracker_bug: Ошибка
274 default_tracker_bug: Ошибка
275 default_tracker_feature: Изменение
275 default_tracker_feature: Изменение
276 default_tracker_support: Поддержка
276 default_tracker_support: Поддержка
277
277
278 enumeration_activities: Действия (учет времени)
278 enumeration_activities: Действия (учет времени)
279 enumeration_doc_categories: Категории документов
279 enumeration_doc_categories: Категории документов
280 enumeration_issue_priorities: Приоритеты задач
280 enumeration_issue_priorities: Приоритеты задач
281
281
282 error_can_not_remove_role: Эта роль используется и не может быть удалена.
282 error_can_not_remove_role: Эта роль используется и не может быть удалена.
283 error_can_not_delete_custom_field: Невозможно удалить настраиваемое поле
283 error_can_not_delete_custom_field: Невозможно удалить настраиваемое поле
284 error_can_not_delete_tracker: Этот трекер содержит задачи и не может быть удален.
284 error_can_not_delete_tracker: Этот трекер содержит задачи и не может быть удален.
285 error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: {{value}}"
285 error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: {{value}}"
286 error_issue_not_found_in_project: Задача не была найдена или не прикреплена к этому проекту
286 error_issue_not_found_in_project: Задача не была найдена или не прикреплена к этому проекту
287 error_scm_annotate: "Данные отсутствуют или не могут быть подписаны."
287 error_scm_annotate: "Данные отсутствуют или не могут быть подписаны."
288 error_scm_command_failed: "Ошибка доступа к хранилищу: {{value}}"
288 error_scm_command_failed: "Ошибка доступа к хранилищу: {{value}}"
289 error_scm_not_found: Хранилище не содержит записи и/или исправления.
289 error_scm_not_found: Хранилище не содержит записи и/или исправления.
290 error_unable_to_connect: Невозможно подключиться ({{value}})
290 error_unable_to_connect: Невозможно подключиться ({{value}})
291 error_unable_delete_issue_status: Невозможно удалить статус задачи
291 error_unable_delete_issue_status: Невозможно удалить статус задачи
292
292
293 field_account: Учетная запись
293 field_account: Учетная запись
294 field_activity: Деятельность
294 field_activity: Деятельность
295 field_admin: Администратор
295 field_admin: Администратор
296 field_assignable: Задача может быть назначена этой роли
296 field_assignable: Задача может быть назначена этой роли
297 field_assigned_to: Назначена
297 field_assigned_to: Назначена
298 field_attr_firstname: Имя
298 field_attr_firstname: Имя
299 field_attr_lastname: Фамилия
299 field_attr_lastname: Фамилия
300 field_attr_login: Атрибут Регистрация
300 field_attr_login: Атрибут Регистрация
301 field_attr_mail: email
301 field_attr_mail: email
302 field_author: Автор
302 field_author: Автор
303 field_auth_source: Режим аутентификации
303 field_auth_source: Режим аутентификации
304 field_base_dn: BaseDN
304 field_base_dn: BaseDN
305 field_category: Категория
305 field_category: Категория
306 field_column_names: Колонки
306 field_column_names: Колонки
307 field_comments: Комментарий
307 field_comments: Комментарий
308 field_comments_sorting: Отображение комментариев
308 field_comments_sorting: Отображение комментариев
309 field_content: Content
309 field_content: Content
310 field_created_on: Создан
310 field_created_on: Создан
311 field_default_value: Значение по умолчанию
311 field_default_value: Значение по умолчанию
312 field_delay: Отложить
312 field_delay: Отложить
313 field_description: Описание
313 field_description: Описание
314 field_done_ratio: Готовность в %
314 field_done_ratio: Готовность в %
315 field_downloads: Загрузки
315 field_downloads: Загрузки
316 field_due_date: Дата выполнения
316 field_due_date: Дата выполнения
317 field_editable: Редактируемый
317 field_editable: Редактируемый
318 field_effective_date: Дата
318 field_effective_date: Дата
319 field_estimated_hours: Оцененное время
319 field_estimated_hours: Оцененное время
320 field_field_format: Формат
320 field_field_format: Формат
321 field_filename: Файл
321 field_filename: Файл
322 field_filesize: Размер
322 field_filesize: Размер
323 field_firstname: Имя
323 field_firstname: Имя
324 field_fixed_version: Версия
324 field_fixed_version: Версия
325 field_hide_mail: Скрывать мой email
325 field_hide_mail: Скрывать мой email
326 field_homepage: Стартовая страница
326 field_homepage: Стартовая страница
327 field_host: Компьютер
327 field_host: Компьютер
328 field_hours: час(а,ов)
328 field_hours: час(а,ов)
329 field_identifier: Уникальный идентификатор
329 field_identifier: Уникальный идентификатор
330 field_identity_url: OpenID URL
330 field_identity_url: OpenID URL
331 field_is_closed: Задача закрыта
331 field_is_closed: Задача закрыта
332 field_is_default: Значение по умолчанию
332 field_is_default: Значение по умолчанию
333 field_is_filter: Используется в качестве фильтра
333 field_is_filter: Используется в качестве фильтра
334 field_is_for_all: Для всех проектов
334 field_is_for_all: Для всех проектов
335 field_is_in_roadmap: Задачи, отображаемые в оперативном плане
335 field_is_in_roadmap: Задачи, отображаемые в оперативном плане
336 field_is_public: Общедоступный
336 field_is_public: Общедоступный
337 field_is_required: Обязательное
337 field_is_required: Обязательное
338 field_issue_to: Связанные задачи
338 field_issue_to: Связанные задачи
339 field_issue: Задача
339 field_issue: Задача
340 field_language: Язык
340 field_language: Язык
341 field_last_login_on: Последнее подключение
341 field_last_login_on: Последнее подключение
342 field_lastname: Фамилия
342 field_lastname: Фамилия
343 field_login: Пользователь
343 field_login: Пользователь
344 field_mail: Email
344 field_mail: Email
345 field_mail_notification: Уведомления по email
345 field_mail_notification: Уведомления по email
346 field_max_length: Максимальная длина
346 field_max_length: Максимальная длина
347 field_min_length: Минимальная длина
347 field_min_length: Минимальная длина
348 field_name: Имя
348 field_name: Имя
349 field_new_password: Новый пароль
349 field_new_password: Новый пароль
350 field_notes: Примечания
350 field_notes: Примечания
351 field_onthefly: Создание пользователя на лету
351 field_onthefly: Создание пользователя на лету
352 field_parent_title: Родительская страница
352 field_parent_title: Родительская страница
353 field_parent: Родительский проект
353 field_parent: Родительский проект
354 field_parent_issue: Родительская задача
354 field_parent_issue: Родительская задача
355 field_password_confirmation: Подтверждение
355 field_password_confirmation: Подтверждение
356 field_password: Пароль
356 field_password: Пароль
357 field_port: Порт
357 field_port: Порт
358 field_possible_values: Возможные значения
358 field_possible_values: Возможные значения
359 field_priority: Приоритет
359 field_priority: Приоритет
360 field_project: Проект
360 field_project: Проект
361 field_redirect_existing_links: Перенаправить существующие ссылки
361 field_redirect_existing_links: Перенаправить существующие ссылки
362 field_regexp: Регулярное выражение
362 field_regexp: Регулярное выражение
363 field_role: Роль
363 field_role: Роль
364 field_searchable: Доступно для поиска
364 field_searchable: Доступно для поиска
365 field_spent_on: Дата
365 field_spent_on: Дата
366 field_start_date: Начата
366 field_start_date: Начата
367 field_start_page: Стартовая страница
367 field_start_page: Стартовая страница
368 field_status: Статус
368 field_status: Статус
369 field_subject: Тема
369 field_subject: Тема
370 field_subproject: Подпроект
370 field_subproject: Подпроект
371 field_summary: Сводка
371 field_summary: Сводка
372 field_text: Текстовое поле
372 field_text: Текстовое поле
373 field_time_entries: Затраченное время
373 field_time_entries: Затраченное время
374 field_time_zone: Часовой пояс
374 field_time_zone: Часовой пояс
375 field_title: Название
375 field_title: Название
376 field_tracker: Трекер
376 field_tracker: Трекер
377 field_type: Тип
377 field_type: Тип
378 field_updated_on: Обновлено
378 field_updated_on: Обновлено
379 field_url: URL
379 field_url: URL
380 field_user: Пользователь
380 field_user: Пользователь
381 field_value: Значение
381 field_value: Значение
382 field_version: Версия
382 field_version: Версия
383 field_watcher: Наблюдатель
383 field_watcher: Наблюдатель
384
384
385 general_csv_decimal_separator: '.'
385 general_csv_decimal_separator: '.'
386 general_csv_encoding: UTF-8
386 general_csv_encoding: UTF-8
387 general_csv_separator: ','
387 general_csv_separator: ','
388 general_first_day_of_week: '1'
388 general_first_day_of_week: '1'
389 general_lang_name: 'Russian (Русский)'
389 general_lang_name: 'Russian (Русский)'
390 general_pdf_encoding: UTF-8
390 general_pdf_encoding: UTF-8
391 general_text_no: 'Нет'
391 general_text_no: 'Нет'
392 general_text_No: 'Нет'
392 general_text_No: 'Нет'
393 general_text_yes: 'Да'
393 general_text_yes: 'Да'
394 general_text_Yes: 'Да'
394 general_text_Yes: 'Да'
395
395
396 gui_validation_error: 1 ошибка
396 gui_validation_error: 1 ошибка
397 gui_validation_error_plural: "{{count}} ошибок"
397 gui_validation_error_plural: "{{count}} ошибок"
398 gui_validation_error_plural2: "{{count}} ошибки"
398 gui_validation_error_plural2: "{{count}} ошибки"
399 gui_validation_error_plural5: "{{count}} ошибок"
399 gui_validation_error_plural5: "{{count}} ошибок"
400
400
401 label_activity: Активность
401 label_activity: Активность
402 label_add_another_file: Добавить ещё один файл
402 label_add_another_file: Добавить ещё один файл
403 label_added_time_by: "Добавил(а) {{author}} {{age}} назад"
403 label_added_time_by: "Добавил(а) {{author}} {{age}} назад"
404 label_added: добавлено
404 label_added: добавлено
405 label_add_note: Добавить замечание
405 label_add_note: Добавить замечание
406 label_administration: Администрирование
406 label_administration: Администрирование
407 label_age: Возраст
407 label_age: Возраст
408 label_ago: дней(я) назад
408 label_ago: дней(я) назад
409 label_all_time: всё время
409 label_all_time: всё время
410 label_all_words: Все слова
410 label_all_words: Все слова
411 label_all: все
411 label_all: все
412 label_and_its_subprojects: "{{value}} и все подпроекты"
412 label_and_its_subprojects: "{{value}} и все подпроекты"
413 label_applied_status: Применимый статус
413 label_applied_status: Применимый статус
414 label_ascending: По возрастанию
414 label_ascending: По возрастанию
415 label_assigned_to_me_issues: Мои задачи
415 label_assigned_to_me_issues: Мои задачи
416 label_associated_revisions: Связанные редакции
416 label_associated_revisions: Связанные редакции
417 label_attachment: Файл
417 label_attachment: Файл
418 label_attachment_delete: Удалить файл
418 label_attachment_delete: Удалить файл
419 label_attachment_new: Новый файл
419 label_attachment_new: Новый файл
420 label_attachment_plural: Файлы
420 label_attachment_plural: Файлы
421 label_attribute: Атрибут
421 label_attribute: Атрибут
422 label_attribute_plural: Атрибуты
422 label_attribute_plural: Атрибуты
423 label_authentication: Аутентификация
423 label_authentication: Аутентификация
424 label_auth_source: Режим аутентификации
424 label_auth_source: Режим аутентификации
425 label_auth_source_new: Новый режим аутентификации
425 label_auth_source_new: Новый режим аутентификации
426 label_auth_source_plural: Режимы аутентификации
426 label_auth_source_plural: Режимы аутентификации
427 label_blocked_by: блокируется
427 label_blocked_by: блокируется
428 label_blocks: блокирует
428 label_blocks: блокирует
429 label_board: Форум
429 label_board: Форум
430 label_board_new: Новый форум
430 label_board_new: Новый форум
431 label_board_plural: Форумы
431 label_board_plural: Форумы
432 label_boolean: Логический
432 label_boolean: Логический
433 label_browse: Обзор
433 label_browse: Обзор
434 label_bulk_edit_selected_issues: Редактировать все выбранные вопросы
434 label_bulk_edit_selected_issues: Редактировать все выбранные вопросы
435 label_calendar: Календарь
435 label_calendar: Календарь
436 label_calendar_filter: Включая
436 label_calendar_filter: Включая
437 label_calendar_no_assigned: не мои
437 label_calendar_no_assigned: не мои
438 label_change_plural: Правки
438 label_change_plural: Правки
439 label_change_properties: Изменить свойства
439 label_change_properties: Изменить свойства
440 label_change_status: Изменить статус
440 label_change_status: Изменить статус
441 label_change_view_all: Просмотреть все изменения
441 label_change_view_all: Просмотреть все изменения
442 label_changes_details: Подробности по всем изменениям
442 label_changes_details: Подробности по всем изменениям
443 label_changeset_plural: Хранилище
443 label_changeset_plural: Хранилище
444 label_chronological_order: В хронологическом порядке
444 label_chronological_order: В хронологическом порядке
445 label_closed_issues: закрыт
445 label_closed_issues: закрыт
446 label_closed_issues_plural: закрыто
446 label_closed_issues_plural: закрыто
447 label_closed_issues_plural2: закрыто
447 label_closed_issues_plural2: закрыто
448 label_closed_issues_plural5: закрыто
448 label_closed_issues_plural5: закрыто
449 label_comment: комментарий
449 label_comment: комментарий
450 label_comment_add: Оставить комментарий
450 label_comment_add: Оставить комментарий
451 label_comment_added: Добавленный комментарий
451 label_comment_added: Добавленный комментарий
452 label_comment_delete: Удалить комментарии
452 label_comment_delete: Удалить комментарии
453 label_comment_plural: Комментарии
453 label_comment_plural: Комментарии
454 label_comment_plural2: комментария
454 label_comment_plural2: комментария
455 label_comment_plural5: комментариев
455 label_comment_plural5: комментариев
456 label_commits_per_author: Изменений на пользователя
456 label_commits_per_author: Изменений на пользователя
457 label_commits_per_month: Изменений в месяц
457 label_commits_per_month: Изменений в месяц
458 label_confirmation: Подтверждение
458 label_confirmation: Подтверждение
459 label_contains: содержит
459 label_contains: содержит
460 label_copied: скопировано
460 label_copied: скопировано
461 label_copy_workflow_from: Скопировать последовательность действий из
461 label_copy_workflow_from: Скопировать последовательность действий из
462 label_current_status: Текущий статус
462 label_current_status: Текущий статус
463 label_current_version: Текущая версия
463 label_current_version: Текущая версия
464 label_custom_field: Настраиваемое поле
464 label_custom_field: Настраиваемое поле
465 label_custom_field_new: Новое настраиваемое поле
465 label_custom_field_new: Новое настраиваемое поле
466 label_custom_field_plural: Настраиваемые поля
466 label_custom_field_plural: Настраиваемые поля
467 label_date_from: С
467 label_date_from: С
468 label_date_from_to: С {{start}} по {{end}}
468 label_date_from_to: С {{start}} по {{end}}
469 label_date_range: временной интервал
469 label_date_range: временной интервал
470 label_date_to: по
470 label_date_to: по
471 label_date: Дата
471 label_date: Дата
472 label_day_plural: дней(я)
472 label_day_plural: дней(я)
473 label_default: По умолчанию
473 label_default: По умолчанию
474 label_default_columns: Колонки по умолчанию
474 label_default_columns: Колонки по умолчанию
475 label_deleted: удалено
475 label_deleted: удалено
476 label_descending: По убыванию
476 label_descending: По убыванию
477 label_details: Подробности
477 label_details: Подробности
478 label_diff_inline: вставкой
478 label_diff_inline: вставкой
479 label_diff_side_by_side: рядом
479 label_diff_side_by_side: рядом
480 label_disabled: отключено
480 label_disabled: отключено
481 label_display: Отображение
481 label_display: Отображение
482 label_display_per_page: "На страницу: {{value}}"
482 label_display_per_page: "На страницу: {{value}}"
483 label_document: Документ
483 label_document: Документ
484 label_document_added: Добавлен документ
484 label_document_added: Добавлен документ
485 label_document_new: Новый документ
485 label_document_new: Новый документ
486 label_document_plural: Документы
486 label_document_plural: Документы
487 label_download: "{{count}} загрузка"
487 label_download: "{{count}} загрузка"
488 label_download_plural: "{{count}} скачиваний"
488 label_download_plural: "{{count}} скачиваний"
489 label_download_plural2: "{{count}} загрузки"
489 label_download_plural2: "{{count}} загрузки"
490 label_download_plural5: "{{count}} загрузок"
490 label_download_plural5: "{{count}} загрузок"
491 label_downloads_abbr: Скачиваний
491 label_downloads_abbr: Скачиваний
492 label_duplicated_by: дублируется
492 label_duplicated_by: дублируется
493 label_duplicates: дублирует
493 label_duplicates: дублирует
494 label_end_to_end: с конца к концу
494 label_end_to_end: с конца к концу
495 label_end_to_start: с конца к началу
495 label_end_to_start: с конца к началу
496 label_enumeration_new: Новое значение
496 label_enumeration_new: Новое значение
497 label_enumerations: Справочники
497 label_enumerations: Справочники
498 label_environment: Окружение
498 label_environment: Окружение
499 label_equals: соответствует
499 label_equals: соответствует
500 label_example: Пример
500 label_example: Пример
501 label_export_to: Экспортировать в
501 label_export_to: Экспортировать в
502 label_feed_plural: RSS
502 label_feed_plural: RSS
503 label_feeds_access_key_created_on: "Ключ доступа RSS создан {{value}} назад"
503 label_feeds_access_key_created_on: "Ключ доступа RSS создан {{value}} назад"
504 label_f_hour: "{{value}} час"
504 label_f_hour: "{{value}} час"
505 label_f_hour_plural: "{{value}} часов"
505 label_f_hour_plural: "{{value}} часов"
506 label_file_added: Добавлен файл
506 label_file_added: Добавлен файл
507 label_file_plural: Файлы
507 label_file_plural: Файлы
508 label_filter_add: Добавить фильтр
508 label_filter_add: Добавить фильтр
509 label_filter_plural: Фильтры
509 label_filter_plural: Фильтры
510 label_float: С плавающей точкой
510 label_float: С плавающей точкой
511 label_follows: следующая
511 label_follows: следующая
512 label_gantt: Диаграмма Ганта
512 label_gantt: Диаграмма Ганта
513 label_general: Общее
513 label_general: Общее
514 label_generate_key: Сгенерировать ключ
514 label_generate_key: Сгенерировать ключ
515 label_greater_or_equal: ">="
515 label_greater_or_equal: ">="
516 label_help: Помощь
516 label_help: Помощь
517 label_history: История
517 label_history: История
518 label_home: Домашняя страница
518 label_home: Домашняя страница
519 label_incoming_emails: Приём сообщений
519 label_incoming_emails: Приём сообщений
520 label_index_by_date: История страниц
520 label_index_by_date: История страниц
521 label_index_by_title: Оглавление
521 label_index_by_title: Оглавление
522 label_information_plural: Информация
522 label_information_plural: Информация
523 label_information: Информация
523 label_information: Информация
524 label_in_less_than: менее чем
524 label_in_less_than: менее чем
525 label_in_more_than: более чем
525 label_in_more_than: более чем
526 label_integer: Целый
526 label_integer: Целый
527 label_internal: Внутренний
527 label_internal: Внутренний
528 label_in: в
528 label_in: в
529 label_issue: Задача
529 label_issue: Задача
530 label_issue_added: Добавлена задача
530 label_issue_added: Добавлена задача
531 label_issue_category_new: Новая категория
531 label_issue_category_new: Новая категория
532 label_issue_category_plural: Категории задачи
532 label_issue_category_plural: Категории задачи
533 label_issue_category: Категория задачи
533 label_issue_category: Категория задачи
534 label_issue_new: Новая задача
534 label_issue_new: Новая задача
535 label_issue_plural: Задачи
535 label_issue_plural: Задачи
536 label_issues_by: "Сортировать по {{value}}"
536 label_issues_by: "Сортировать по {{value}}"
537 label_issue_status_new: Новый статус
537 label_issue_status_new: Новый статус
538 label_issue_status_plural: Статусы задачи
538 label_issue_status_plural: Статусы задачи
539 label_issue_status: Статус задачи
539 label_issue_status: Статус задачи
540 label_issue_tracking: Ситуация по задачам
540 label_issue_tracking: Ситуация по задачам
541 label_issue_updated: Обновлена задача
541 label_issue_updated: Обновлена задача
542 label_issue_view_all: Просмотреть все задачи
542 label_issue_view_all: Просмотреть все задачи
543 label_issue_watchers: Наблюдатели
543 label_issue_watchers: Наблюдатели
544 label_jump_to_a_project: Перейти к проекту...
544 label_jump_to_a_project: Перейти к проекту...
545 label_language_based: На основе языка
545 label_language_based: На основе языка
546 label_last_changes: "менее {{count}} изменений"
546 label_last_changes: "менее {{count}} изменений"
547 label_last_login: Последнее подключение
547 label_last_login: Последнее подключение
548 label_last_month: последний месяц
548 label_last_month: последний месяц
549 label_last_n_days: "последние {{count}} дней"
549 label_last_n_days: "последние {{count}} дней"
550 label_last_week: последняя неделю
550 label_last_week: последняя неделю
551 label_latest_revision: Последняя редакция
551 label_latest_revision: Последняя редакция
552 label_latest_revision_plural: Последние редакции
552 label_latest_revision_plural: Последние редакции
553 label_ldap_authentication: Авторизация с помощью LDAP
553 label_ldap_authentication: Авторизация с помощью LDAP
554 label_less_or_equal: <=
554 label_less_or_equal: <=
555 label_less_than_ago: менее, чем дней(я) назад
555 label_less_than_ago: менее, чем дней(я) назад
556 label_list: Список
556 label_list: Список
557 label_loading: Загрузка...
557 label_loading: Загрузка...
558 label_logged_as: Вошел как
558 label_logged_as: Вошел как
559 label_login: Войти
559 label_login: Войти
560 label_login_with_open_id_option: или войти с помощью OpenID
560 label_login_with_open_id_option: или войти с помощью OpenID
561 label_logout: Выйти
561 label_logout: Выйти
562 label_max_size: Максимальный размер
562 label_max_size: Максимальный размер
563 label_member_new: Новый участник
563 label_member_new: Новый участник
564 label_member: Участник
564 label_member: Участник
565 label_member_plural: Участники
565 label_member_plural: Участники
566 label_message_last: Последнее сообщение
566 label_message_last: Последнее сообщение
567 label_message_new: Новое сообщение
567 label_message_new: Новое сообщение
568 label_message_plural: Сообщения
568 label_message_plural: Сообщения
569 label_message_posted: Добавлено сообщение
569 label_message_posted: Добавлено сообщение
570 label_me: мне
570 label_me: мне
571 label_min_max_length: Минимальная - максимальная длина
571 label_min_max_length: Минимальная - максимальная длина
572 label_modification: "{{count}} изменение"
572 label_modification: "{{count}} изменение"
573 label_modification_plural: "{{count}} изменений"
573 label_modification_plural: "{{count}} изменений"
574 label_modification_plural2: "{{count}} изменения"
574 label_modification_plural2: "{{count}} изменения"
575 label_modification_plural5: "{{count}} изменений"
575 label_modification_plural5: "{{count}} изменений"
576 label_modified: изменено
576 label_modified: изменено
577 label_module_plural: Модули
577 label_module_plural: Модули
578 label_months_from: месяцев(ца) с
578 label_months_from: месяцев(ца) с
579 label_month: Месяц
579 label_month: Месяц
580 label_more_than_ago: более, чем дней(я) назад
580 label_more_than_ago: более, чем дней(я) назад
581 label_more: Больше
581 label_more: Больше
582 label_my_account: Моя учетная запись
582 label_my_account: Моя учетная запись
583 label_my_page: Моя страница
583 label_my_page: Моя страница
584 label_my_page_block: Блок моей страницы
584 label_my_page_block: Блок моей страницы
585 label_my_projects: Мои проекты
585 label_my_projects: Мои проекты
586 label_new: Новый
586 label_new: Новый
587 label_new_statuses_allowed: Разрешены новые статусы
587 label_new_statuses_allowed: Разрешены новые статусы
588 label_news_added: Новость добавлена
588 label_news_added: Новость добавлена
589 label_news_latest: Последние новости
589 label_news_latest: Последние новости
590 label_news_new: Добавить новость
590 label_news_new: Добавить новость
591 label_news_plural: Новости
591 label_news_plural: Новости
592 label_news_view_all: Посмотреть все новости
592 label_news_view_all: Посмотреть все новости
593 label_news: Новости
593 label_news: Новости
594 label_next: Следующий
594 label_next: Следующий
595 label_nobody: никто
595 label_nobody: никто
596 label_no_change_option: (Нет изменений)
596 label_no_change_option: (Нет изменений)
597 label_no_data: Нет данных для отображения
597 label_no_data: Нет данных для отображения
598 label_none: отсутствует
598 label_none: отсутствует
599 label_not_contains: не содержит
599 label_not_contains: не содержит
600 label_not_equals: не соответствует
600 label_not_equals: не соответствует
601 label_open_issues: открыт
601 label_open_issues: открыт
602 label_open_issues_plural: открыто
602 label_open_issues_plural: открыто
603 label_open_issues_plural2: открыто
603 label_open_issues_plural2: открыто
604 label_open_issues_plural5: открыто
604 label_open_issues_plural5: открыто
605 label_optional_description: Описание (опционально)
605 label_optional_description: Описание (опционально)
606 label_options: Опции
606 label_options: Опции
607 label_overall_activity: Сводная активность
607 label_overall_activity: Сводная активность
608 label_overview: Просмотр
608 label_overview: Просмотр
609 label_password_lost: Восстановление пароля
609 label_password_lost: Восстановление пароля
610 label_permissions_report: Отчет о правах доступа
610 label_permissions_report: Отчет о правах доступа
611 label_permissions: Права доступа
611 label_permissions: Права доступа
612 label_per_page: На страницу
612 label_per_page: На страницу
613 label_personalize_page: Персонализировать данную страницу
613 label_personalize_page: Персонализировать данную страницу
614 label_planning: Планирование
614 label_planning: Планирование
615 label_please_login: Пожалуйста, войдите.
615 label_please_login: Пожалуйста, войдите.
616 label_plugins: Модули
616 label_plugins: Модули
617 label_precedes: предыдущая
617 label_precedes: предыдущая
618 label_preferences: Предпочтения
618 label_preferences: Предпочтения
619 label_preview: Предварительный просмотр
619 label_preview: Предварительный просмотр
620 label_previous: Предыдущий
620 label_previous: Предыдущий
621 label_profile: Профиль
621 label_profile: Профиль
622 label_project: проект
622 label_project: проект
623 label_project_all: Все проекты
623 label_project_all: Все проекты
624 label_project_copy_notifications: Отправлять уведомления по электронной почте при копировании проекта
624 label_project_copy_notifications: Отправлять уведомления по электронной почте при копировании проекта
625 label_project_latest: Последние проекты
625 label_project_latest: Последние проекты
626 label_project_new: Новый проект
626 label_project_new: Новый проект
627 label_project_plural: Проекты
627 label_project_plural: Проекты
628 label_project_plural2: проекта
628 label_project_plural2: проекта
629 label_project_plural5: проектов
629 label_project_plural5: проектов
630 label_public_projects: Общие проекты
630 label_public_projects: Общие проекты
631 label_query: Сохраненный запрос
631 label_query: Сохраненный запрос
632 label_query_new: Новый запрос
632 label_query_new: Новый запрос
633 label_query_plural: Сохраненные запросы
633 label_query_plural: Сохраненные запросы
634 label_read: Чтение...
634 label_read: Чтение...
635 label_register: Регистрация
635 label_register: Регистрация
636 label_registered_on: Зарегистрирован(а)
636 label_registered_on: Зарегистрирован(а)
637 label_registration_activation_by_email: активация учетных записей по email
637 label_registration_activation_by_email: активация учетных записей по email
638 label_registration_automatic_activation: автоматическая активация учетных записей
638 label_registration_automatic_activation: автоматическая активация учетных записей
639 label_registration_manual_activation: активировать учетные записи вручную
639 label_registration_manual_activation: активировать учетные записи вручную
640 label_related_issues: Связанные задачи
640 label_related_issues: Связанные задачи
641 label_relates_to: связана с
641 label_relates_to: связана с
642 label_relation_delete: Удалить связь
642 label_relation_delete: Удалить связь
643 label_relation_new: Новое отношение
643 label_relation_new: Новое отношение
644 label_renamed: переименовано
644 label_renamed: переименовано
645 label_reply_plural: Ответы
645 label_reply_plural: Ответы
646 label_report: Отчет
646 label_report: Отчет
647 label_report_plural: Отчеты
647 label_report_plural: Отчеты
648 label_reported_issues: Созданные задачи
648 label_reported_issues: Созданные задачи
649 label_repository: Хранилище
649 label_repository: Хранилище
650 label_repository_plural: Хранилища
650 label_repository_plural: Хранилища
651 label_result_plural: Результаты
651 label_result_plural: Результаты
652 label_reverse_chronological_order: В обратном порядке
652 label_reverse_chronological_order: В обратном порядке
653 label_revision: Редакция
653 label_revision: Редакция
654 label_revision_plural: Редакции
654 label_revision_plural: Редакции
655 label_roadmap: Оперативный план
655 label_roadmap: Оперативный план
656 label_roadmap_due_in: срок {{value}}"
656 label_roadmap_due_in: срок {{value}}"
657 label_roadmap_no_issues: Нет задач для данной версии
657 label_roadmap_no_issues: Нет задач для данной версии
658 label_roadmap_overdue: "опоздание {{value}}"
658 label_roadmap_overdue: "опоздание {{value}}"
659 label_role: Роль
659 label_role: Роль
660 label_role_and_permissions: Роли и права доступа
660 label_role_and_permissions: Роли и права доступа
661 label_role_new: Новая роль
661 label_role_new: Новая роль
662 label_role_plural: Роли
662 label_role_plural: Роли
663 label_scm: 'Тип хранилища'
663 label_scm: 'Тип хранилища'
664 label_search: Поиск
664 label_search: Поиск
665 label_search_titles_only: Искать только в названиях
665 label_search_titles_only: Искать только в названиях
666 label_send_information: Отправить пользователю информацию по учетной записи
666 label_send_information: Отправить пользователю информацию по учетной записи
667 label_send_test_email: Послать email для проверки
667 label_send_test_email: Послать email для проверки
668 label_settings: Настройки
668 label_settings: Настройки
669 label_show_completed_versions: Показывать завершенные версии
669 label_show_completed_versions: Показывать завершенные версии
670 label_sort: Сортировать
670 label_sort: Сортировать
671 label_sort_by: "Сортировать по {{value}}"
671 label_sort_by: "Сортировать по {{value}}"
672 label_sort_higher: Вверх
672 label_sort_higher: Вверх
673 label_sort_highest: В начало
673 label_sort_highest: В начало
674 label_sort_lower: Вниз
674 label_sort_lower: Вниз
675 label_sort_lowest: В конец
675 label_sort_lowest: В конец
676 label_spent_time: Затраченное время
676 label_spent_time: Затраченное время
677 label_start_to_end: с начала к концу
677 label_start_to_end: с начала к концу
678 label_start_to_start: с начала к началу
678 label_start_to_start: с начала к началу
679 label_statistics: Статистика
679 label_statistics: Статистика
680 label_stay_logged_in: Оставаться в системе
680 label_stay_logged_in: Оставаться в системе
681 label_string: Текст
681 label_string: Текст
682 label_subproject_plural: Подпроекты
682 label_subproject_plural: Подпроекты
683 label_subtask_plural: Подзадачи
683 label_subtask_plural: Подзадачи
684 label_text: Длинный текст
684 label_text: Длинный текст
685 label_theme: Тема
685 label_theme: Тема
686 label_this_month: этот месяц
686 label_this_month: этот месяц
687 label_this_week: на этой неделе
687 label_this_week: на этой неделе
688 label_this_year: этот год
688 label_this_year: этот год
689 label_time_tracking: Учет времени
689 label_time_tracking: Учет времени
690 label_timelog_today: Расход времени на сегодня
690 label_timelog_today: Расход времени на сегодня
691 label_today: сегодня
691 label_today: сегодня
692 label_topic_plural: Темы
692 label_topic_plural: Темы
693 label_total: Всего
693 label_total: Всего
694 label_tracker: Трекер
694 label_tracker: Трекер
695 label_tracker_new: Новый трекер
695 label_tracker_new: Новый трекер
696 label_tracker_plural: Трекеры
696 label_tracker_plural: Трекеры
697 label_updated_time: "Обновлено {{value}} назад"
697 label_updated_time: "Обновлено {{value}} назад"
698 label_updated_time_by: "Обновлено {{author}} {{age}} назад"
698 label_updated_time_by: "Обновлено {{author}} {{age}} назад"
699 label_used_by: Используется
699 label_used_by: Используется
700 label_user: Пользователь
700 label_user: Пользователь
701 label_user_activity: "Активность пользователя {{value}}"
701 label_user_activity: "Активность пользователя {{value}}"
702 label_user_mail_no_self_notified: "Не извещать об изменениях, которые я сделал сам"
702 label_user_mail_no_self_notified: "Не извещать об изменениях, которые я сделал сам"
703 label_user_mail_option_all: всех событиях во всех моих проектах"
703 label_user_mail_option_all: всех событиях во всех моих проектах"
704 label_user_mail_option_none: "Только о тех событиях, которые я отслеживаю или в которых я участвую"
704 label_user_mail_option_none: "Только о тех событиях, которые я отслеживаю или в которых я участвую"
705 label_user_mail_option_selected: всех событиях только в выбранном проекте..."
705 label_user_mail_option_selected: всех событиях только в выбранном проекте..."
706 label_user_mail_option_only_owner: Только для объектов, для которых я являюсь владельцем
707 label_user_mail_option_only_my_events: Только для объектов, которые я отслеживаю или в которых участвую
708 label_user_mail_option_only_assigned: Только для объектов, которые назначены мне
709 label_user_new: Новый пользователь
706 label_user_new: Новый пользователь
710 label_user_plural: Пользователи
707 label_user_plural: Пользователи
711 label_version: Версия
708 label_version: Версия
712 label_version_new: Новая версия
709 label_version_new: Новая версия
713 label_version_plural: Версии
710 label_version_plural: Версии
714 label_view_diff: Просмотреть отличия
711 label_view_diff: Просмотреть отличия
715 label_view_revisions: Просмотреть редакции
712 label_view_revisions: Просмотреть редакции
716 label_watched_issues: Отслеживаемые задачи
713 label_watched_issues: Отслеживаемые задачи
717 label_week: Неделя
714 label_week: Неделя
718 label_wiki: Wiki
715 label_wiki: Wiki
719 label_wiki_edit: Редактирование Wiki
716 label_wiki_edit: Редактирование Wiki
720 label_wiki_edit_plural: Wiki
717 label_wiki_edit_plural: Wiki
721 label_wiki_page: Страница Wiki
718 label_wiki_page: Страница Wiki
722 label_wiki_page_plural: Страницы Wiki
719 label_wiki_page_plural: Страницы Wiki
723 label_workflow: Последовательность действий
720 label_workflow: Последовательность действий
724 label_x_closed_issues_abbr:
721 label_x_closed_issues_abbr:
725 zero: "0 закрыто"
722 zero: "0 закрыто"
726 one: "1 закрыт"
723 one: "1 закрыт"
727 few: "{{count}} закрыто"
724 few: "{{count}} закрыто"
728 many: "{{count}} закрыто"
725 many: "{{count}} закрыто"
729 other: "{{count}} закрыто"
726 other: "{{count}} закрыто"
730 label_x_comments:
727 label_x_comments:
731 zero: "нет комментариев"
728 zero: "нет комментариев"
732 one: "1 комментарий"
729 one: "1 комментарий"
733 few: "{{count}} комментария"
730 few: "{{count}} комментария"
734 many: "{{count}} комментариев"
731 many: "{{count}} комментариев"
735 other: "{{count}} комментариев"
732 other: "{{count}} комментариев"
736 label_x_open_issues_abbr:
733 label_x_open_issues_abbr:
737 zero: "0 открыто"
734 zero: "0 открыто"
738 one: "1 открыт"
735 one: "1 открыт"
739 few: "{{count}} открыто"
736 few: "{{count}} открыто"
740 many: "{{count}} открыто"
737 many: "{{count}} открыто"
741 other: "{{count}} открыто"
738 other: "{{count}} открыто"
742 label_x_open_issues_abbr_on_total:
739 label_x_open_issues_abbr_on_total:
743 zero: "0 открыто / {{total}}"
740 zero: "0 открыто / {{total}}"
744 one: "1 открыт / {{total}}"
741 one: "1 открыт / {{total}}"
745 few: "{{count}} открыто / {{total}}"
742 few: "{{count}} открыто / {{total}}"
746 many: "{{count}} открыто / {{total}}"
743 many: "{{count}} открыто / {{total}}"
747 other: "{{count}} открыто / {{total}}"
744 other: "{{count}} открыто / {{total}}"
748 label_x_projects:
745 label_x_projects:
749 zero: "нет проектов"
746 zero: "нет проектов"
750 one: "1 проект"
747 one: "1 проект"
751 few: "{{count}} проекта"
748 few: "{{count}} проекта"
752 many: "{{count}} проектов"
749 many: "{{count}} проектов"
753 other: "{{count}} проектов"
750 other: "{{count}} проектов"
754 label_year: Год
751 label_year: Год
755 label_yesterday: вчера
752 label_yesterday: вчера
756
753
757 mail_body_account_activation_request: "Зарегистрирован новый пользователь ({{value}}). Учетная запись ожидает Вашего утверждения:"
754 mail_body_account_activation_request: "Зарегистрирован новый пользователь ({{value}}). Учетная запись ожидает Вашего утверждения:"
758 mail_body_account_information: Информация о Вашей учетной записи
755 mail_body_account_information: Информация о Вашей учетной записи
759 mail_body_account_information_external: "Вы можете использовать Вашу {{value}} учетную запись для входа."
756 mail_body_account_information_external: "Вы можете использовать Вашу {{value}} учетную запись для входа."
760 mail_body_lost_password: 'Для изменения пароля зайдите по следующей ссылке:'
757 mail_body_lost_password: 'Для изменения пароля зайдите по следующей ссылке:'
761 mail_body_register: 'Для активации учетной записи зайдите по следующей ссылке:'
758 mail_body_register: 'Для активации учетной записи зайдите по следующей ссылке:'
762 mail_body_reminder: "{{count}} назначенных на Вас задач на следующие {{days}} дней:"
759 mail_body_reminder: "{{count}} назначенных на Вас задач на следующие {{days}} дней:"
763 mail_subject_account_activation_request: "Запрос на активацию пользователя в системе {{value}}"
760 mail_subject_account_activation_request: "Запрос на активацию пользователя в системе {{value}}"
764 mail_subject_lost_password: "Ваш {{value}} пароль"
761 mail_subject_lost_password: "Ваш {{value}} пароль"
765 mail_subject_register: "Активация учетной записи {{value}}"
762 mail_subject_register: "Активация учетной записи {{value}}"
766 mail_subject_reminder: "{{count}} назначенных на Вас задач в ближайшие {{days}} дней"
763 mail_subject_reminder: "{{count}} назначенных на Вас задач в ближайшие {{days}} дней"
767
764
768 notice_account_activated: Ваша учетная запись активирована. Вы можете войти.
765 notice_account_activated: Ваша учетная запись активирована. Вы можете войти.
769 notice_account_invalid_creditentials: Неправильное имя пользователя или пароль
766 notice_account_invalid_creditentials: Неправильное имя пользователя или пароль
770 notice_account_lost_email_sent: Вам отправлено письмо с инструкциями по выбору нового пароля.
767 notice_account_lost_email_sent: Вам отправлено письмо с инструкциями по выбору нового пароля.
771 notice_account_password_updated: Пароль успешно обновлен.
768 notice_account_password_updated: Пароль успешно обновлен.
772 notice_account_pending: "Ваша учетная запись уже создана и ожидает подтверждения администратора."
769 notice_account_pending: "Ваша учетная запись уже создана и ожидает подтверждения администратора."
773 notice_account_register_done: Учетная запись успешно создана. Для активации Вашей учетной записи зайдите по ссылке, которая выслана Вам по электронной почте.
770 notice_account_register_done: Учетная запись успешно создана. Для активации Вашей учетной записи зайдите по ссылке, которая выслана Вам по электронной почте.
774 notice_account_unknown_email: Неизвестный пользователь.
771 notice_account_unknown_email: Неизвестный пользователь.
775 notice_account_updated: Учетная запись успешно обновлена.
772 notice_account_updated: Учетная запись успешно обновлена.
776 notice_account_wrong_password: Неверный пароль
773 notice_account_wrong_password: Неверный пароль
777 notice_can_t_change_password: Для данной учетной записи используется источник внешней аутентификации. Невозможно изменить пароль.
774 notice_can_t_change_password: Для данной учетной записи используется источник внешней аутентификации. Невозможно изменить пароль.
778 notice_default_data_loaded: Была загружена конфигурация по умолчанию.
775 notice_default_data_loaded: Была загружена конфигурация по умолчанию.
779 notice_email_error: "Во время отправки письма произошла ошибка ({{value}})"
776 notice_email_error: "Во время отправки письма произошла ошибка ({{value}})"
780 notice_email_sent: "Отправлено письмо {{value}}"
777 notice_email_sent: "Отправлено письмо {{value}}"
781 notice_failed_to_save_issues: "Не удалось сохранить {{count}} пункт(ов) из {{total}} выбранных: {{ids}}."
778 notice_failed_to_save_issues: "Не удалось сохранить {{count}} пункт(ов) из {{total}} выбранных: {{ids}}."
782 notice_failed_to_save_members: "Не удалось сохранить участника(ов): {{errors}}."
779 notice_failed_to_save_members: "Не удалось сохранить участника(ов): {{errors}}."
783 notice_feeds_access_key_reseted: Ваш ключ доступа RSS был перезапущен.
780 notice_feeds_access_key_reseted: Ваш ключ доступа RSS был перезапущен.
784 notice_file_not_found: Страница, на которую Вы пытаетесь зайти, не существует или удалена.
781 notice_file_not_found: Страница, на которую Вы пытаетесь зайти, не существует или удалена.
785 notice_locking_conflict: Информация обновлена другим пользователем.
782 notice_locking_conflict: Информация обновлена другим пользователем.
786 notice_no_issue_selected: "Не выбрано ни одной задачи! Пожалуйста, отметьте задачи, которые Вы хотите отредактировать."
783 notice_no_issue_selected: "Не выбрано ни одной задачи! Пожалуйста, отметьте задачи, которые Вы хотите отредактировать."
787 notice_not_authorized: У Вас нет прав для посещения данной страницы.
784 notice_not_authorized: У Вас нет прав для посещения данной страницы.
788 notice_successful_connection: Подключение успешно установлено.
785 notice_successful_connection: Подключение успешно установлено.
789 notice_successful_create: Создание успешно завершено.
786 notice_successful_create: Создание успешно завершено.
790 notice_successful_delete: Удаление успешно завершено.
787 notice_successful_delete: Удаление успешно завершено.
791 notice_successful_update: Обновление успешно завершено.
788 notice_successful_update: Обновление успешно завершено.
792 notice_unable_delete_version: Невозможно удалить версию.
789 notice_unable_delete_version: Невозможно удалить версию.
793
790
794 permission_add_issues: Добавление задач
791 permission_add_issues: Добавление задач
795 permission_add_issue_notes: Добавление примечаний
792 permission_add_issue_notes: Добавление примечаний
796 permission_add_issue_watchers: Добавление наблюдателей
793 permission_add_issue_watchers: Добавление наблюдателей
797 permission_add_messages: Отправка сообщений
794 permission_add_messages: Отправка сообщений
798 permission_browse_repository: Просмотр хранилища
795 permission_browse_repository: Просмотр хранилища
799 permission_comment_news: Комментирование новостей
796 permission_comment_news: Комментирование новостей
800 permission_commit_access: Разрешение фиксации
797 permission_commit_access: Разрешение фиксации
801 permission_delete_issues: Удаление задач
798 permission_delete_issues: Удаление задач
802 permission_delete_messages: Удаление сообщений
799 permission_delete_messages: Удаление сообщений
803 permission_delete_own_messages: Удаление собственных сообщений
800 permission_delete_own_messages: Удаление собственных сообщений
804 permission_delete_wiki_pages: Удаление wiki-страниц
801 permission_delete_wiki_pages: Удаление wiki-страниц
805 permission_delete_wiki_pages_attachments: Удаление прикрепленных файлов
802 permission_delete_wiki_pages_attachments: Удаление прикрепленных файлов
806 permission_edit_issue_notes: Редактирование примечаний
803 permission_edit_issue_notes: Редактирование примечаний
807 permission_edit_issues: Редактирование задач
804 permission_edit_issues: Редактирование задач
808 permission_edit_messages: Редактирование сообщений
805 permission_edit_messages: Редактирование сообщений
809 permission_edit_own_issue_notes: Редактирование собственных примечаний
806 permission_edit_own_issue_notes: Редактирование собственных примечаний
810 permission_edit_own_messages: Редактирование собственных сообщений
807 permission_edit_own_messages: Редактирование собственных сообщений
811 permission_edit_own_time_entries: Редактирование собственного учета времени
808 permission_edit_own_time_entries: Редактирование собственного учета времени
812 permission_edit_project: Редактирование проектов
809 permission_edit_project: Редактирование проектов
813 permission_edit_time_entries: Редактирование учета времени
810 permission_edit_time_entries: Редактирование учета времени
814 permission_edit_wiki_pages: Редактирование wiki-страниц
811 permission_edit_wiki_pages: Редактирование wiki-страниц
815 permission_export_wiki_pages: Экспорт wiki-страниц
812 permission_export_wiki_pages: Экспорт wiki-страниц
816 permission_log_time: Учет затраченного времени
813 permission_log_time: Учет затраченного времени
817 permission_view_changesets: Просмотр изменений хранилища
814 permission_view_changesets: Просмотр изменений хранилища
818 permission_view_time_entries: Просмотр затраченного времени
815 permission_view_time_entries: Просмотр затраченного времени
819 permission_manage_project_activities: Управление активностью проекта
816 permission_manage_project_activities: Управление активностью проекта
820 permission_manage_boards: Управление форумами
817 permission_manage_boards: Управление форумами
821 permission_manage_categories: Управление категориями задач
818 permission_manage_categories: Управление категориями задач
822 permission_manage_documents: Управление документами
819 permission_manage_documents: Управление документами
823 permission_manage_files: Управление файлами
820 permission_manage_files: Управление файлами
824 permission_manage_issue_relations: Управление связыванием задач
821 permission_manage_issue_relations: Управление связыванием задач
825 permission_manage_members: Управление участниками
822 permission_manage_members: Управление участниками
826 permission_manage_news: Управление новостями
823 permission_manage_news: Управление новостями
827 permission_manage_public_queries: Управление общими запросами
824 permission_manage_public_queries: Управление общими запросами
828 permission_manage_repository: Управление хранилищем
825 permission_manage_repository: Управление хранилищем
829 permission_manage_subtasks: Управление подзадачами
826 permission_manage_subtasks: Управление подзадачами
830 permission_manage_versions: Управление версиями
827 permission_manage_versions: Управление версиями
831 permission_manage_wiki: Управление Wiki
828 permission_manage_wiki: Управление Wiki
832 permission_move_issues: Перенос задач
829 permission_move_issues: Перенос задач
833 permission_protect_wiki_pages: Блокирование wiki-страниц
830 permission_protect_wiki_pages: Блокирование wiki-страниц
834 permission_rename_wiki_pages: Переименование wiki-страниц
831 permission_rename_wiki_pages: Переименование wiki-страниц
835 permission_save_queries: Сохранение запросов
832 permission_save_queries: Сохранение запросов
836 permission_select_project_modules: Выбор модулей проекта
833 permission_select_project_modules: Выбор модулей проекта
837 permission_view_calendar: Просмотр календаря
834 permission_view_calendar: Просмотр календаря
838 permission_view_documents: Просмотр документов
835 permission_view_documents: Просмотр документов
839 permission_view_files: Просмотр файлов
836 permission_view_files: Просмотр файлов
840 permission_view_gantt: Просмотр диаграммы Ганта
837 permission_view_gantt: Просмотр диаграммы Ганта
841 permission_view_issue_watchers: Просмотр списка наблюдателей
838 permission_view_issue_watchers: Просмотр списка наблюдателей
842 permission_view_messages: Просмотр сообщение
839 permission_view_messages: Просмотр сообщение
843 permission_view_wiki_edits: Просмотр истории Wiki
840 permission_view_wiki_edits: Просмотр истории Wiki
844 permission_view_wiki_pages: Просмотр Wiki
841 permission_view_wiki_pages: Просмотр Wiki
845
842
846 project_module_boards: Форумы
843 project_module_boards: Форумы
847 project_module_documents: Документы
844 project_module_documents: Документы
848 project_module_files: Файлы
845 project_module_files: Файлы
849 project_module_issue_tracking: Задачи
846 project_module_issue_tracking: Задачи
850 project_module_news: Новости
847 project_module_news: Новости
851 project_module_repository: Хранилище
848 project_module_repository: Хранилище
852 project_module_time_tracking: Учет времени
849 project_module_time_tracking: Учет времени
853 project_module_wiki: Wiki
850 project_module_wiki: Wiki
854 project_module_gantt: Диаграмма Ганта
851 project_module_gantt: Диаграмма Ганта
855 project_module_calendar: Календарь
852 project_module_calendar: Календарь
856
853
857 setting_activity_days_default: Количество дней, отображаемых в Активности
854 setting_activity_days_default: Количество дней, отображаемых в Активности
858 setting_app_subtitle: Подзаголовок приложения
855 setting_app_subtitle: Подзаголовок приложения
859 setting_app_title: Название приложения
856 setting_app_title: Название приложения
860 setting_attachment_max_size: Максимальный размер вложения
857 setting_attachment_max_size: Максимальный размер вложения
861 setting_autofetch_changesets: Автоматически следить за изменениями хранилища
858 setting_autofetch_changesets: Автоматически следить за изменениями хранилища
862 setting_autologin: Автоматический вход
859 setting_autologin: Автоматический вход
863 setting_bcc_recipients: Использовать скрытые списки (bcc)
860 setting_bcc_recipients: Использовать скрытые списки (bcc)
864 setting_cache_formatted_text: Кешировать форматированный текст
861 setting_cache_formatted_text: Кешировать форматированный текст
865 setting_commit_fix_keywords: Назначение ключевых слов
862 setting_commit_fix_keywords: Назначение ключевых слов
866 setting_commit_logs_encoding: Кодировка комментариев в хранилище
863 setting_commit_logs_encoding: Кодировка комментариев в хранилище
867 setting_commit_ref_keywords: Ключевые слова для поиска
864 setting_commit_ref_keywords: Ключевые слова для поиска
868 setting_cross_project_issue_relations: Разрешить пересечение задач по проектам
865 setting_cross_project_issue_relations: Разрешить пересечение задач по проектам
869 setting_date_format: Формат даты
866 setting_date_format: Формат даты
870 setting_default_language: Язык по умолчанию
867 setting_default_language: Язык по умолчанию
871 setting_default_notification_option: Способ оповещения по умолчанию
868 setting_default_notification_option: Способ оповещения по умолчанию
872 setting_default_projects_public: Новые проекты являются общедоступными
869 setting_default_projects_public: Новые проекты являются общедоступными
873 setting_diff_max_lines_displayed: Максимальное число строк для diff
870 setting_diff_max_lines_displayed: Максимальное число строк для diff
874 setting_display_subprojects_issues: Отображение подпроектов по умолчанию
871 setting_display_subprojects_issues: Отображение подпроектов по умолчанию
875 setting_emails_footer: Подстрочные примечания Email
872 setting_emails_footer: Подстрочные примечания Email
876 setting_enabled_scm: Разрешенные SCM
873 setting_enabled_scm: Разрешенные SCM
877 setting_feeds_limit: Ограничение количества заголовков для RSS потока
874 setting_feeds_limit: Ограничение количества заголовков для RSS потока
878 setting_file_max_size_displayed: Максимальный размер текстового файла для отображения
875 setting_file_max_size_displayed: Максимальный размер текстового файла для отображения
879 setting_gravatar_enabled: Использовать аватар пользователя из Gravatar
876 setting_gravatar_enabled: Использовать аватар пользователя из Gravatar
880 setting_host_name: Имя компьютера
877 setting_host_name: Имя компьютера
881 setting_issue_list_default_columns: Колонки, отображаемые в списке задач по умолчанию
878 setting_issue_list_default_columns: Колонки, отображаемые в списке задач по умолчанию
882 setting_issues_export_limit: Ограничение по экспортируемым задачам
879 setting_issues_export_limit: Ограничение по экспортируемым задачам
883 setting_login_required: Необходима аутентификация
880 setting_login_required: Необходима аутентификация
884 setting_mail_from: email адрес для передачи информации
881 setting_mail_from: email адрес для передачи информации
885 setting_mail_handler_api_enabled: Включить веб-сервис для входящих сообщений
882 setting_mail_handler_api_enabled: Включить веб-сервис для входящих сообщений
886 setting_mail_handler_api_key: API ключ
883 setting_mail_handler_api_key: API ключ
887 setting_openid: Разрешить OpenID для входа и регистрации
884 setting_openid: Разрешить OpenID для входа и регистрации
888 setting_per_page_options: Количество строк на страницу
885 setting_per_page_options: Количество строк на страницу
889 setting_plain_text_mail: Только простой текст (без HTML)
886 setting_plain_text_mail: Только простой текст (без HTML)
890 setting_protocol: Протокол
887 setting_protocol: Протокол
891 setting_repositories_encodings: Кодировки хранилища
888 setting_repositories_encodings: Кодировки хранилища
892 setting_repository_log_display_limit: Максимальное количество редакций, отображаемых в журнале изменений
889 setting_repository_log_display_limit: Максимальное количество редакций, отображаемых в журнале изменений
893 setting_self_registration: Возможна саморегистрация
890 setting_self_registration: Возможна саморегистрация
894 setting_sequential_project_identifiers: Генерировать последовательные идентификаторы проектов
891 setting_sequential_project_identifiers: Генерировать последовательные идентификаторы проектов
895 setting_sys_api_enabled: Включить веб-сервис для управления хранилищем
892 setting_sys_api_enabled: Включить веб-сервис для управления хранилищем
896 setting_text_formatting: Форматирование текста
893 setting_text_formatting: Форматирование текста
897 setting_time_format: Формат времени
894 setting_time_format: Формат времени
898 setting_user_format: Формат отображения имени
895 setting_user_format: Формат отображения имени
899 setting_welcome_text: Текст приветствия
896 setting_welcome_text: Текст приветствия
900 setting_wiki_compression: Сжатие истории Wiki
897 setting_wiki_compression: Сжатие истории Wiki
901
898
902 status_active: активен
899 status_active: активен
903 status_locked: заблокирован
900 status_locked: заблокирован
904 status_registered: зарегистрирован
901 status_registered: зарегистрирован
905
902
906 text_are_you_sure_with_children: Удалить задачу и все ее подзадачи?
903 text_are_you_sure_with_children: Удалить задачу и все ее подзадачи?
907 text_are_you_sure: Подтвердите
904 text_are_you_sure: Подтвердите
908 text_assign_time_entries_to_project: Прикрепить зарегистрированное время к проекту
905 text_assign_time_entries_to_project: Прикрепить зарегистрированное время к проекту
909 text_caracters_maximum: "Максимум {{count}} символов(а)."
906 text_caracters_maximum: "Максимум {{count}} символов(а)."
910 text_caracters_minimum: "Должно быть не менее {{count}} символов."
907 text_caracters_minimum: "Должно быть не менее {{count}} символов."
911 text_comma_separated: Допустимы несколько значений (через запятую).
908 text_comma_separated: Допустимы несколько значений (через запятую).
912 text_custom_field_possible_values_info: 'По одному значению в каждой строке'
909 text_custom_field_possible_values_info: 'По одному значению в каждой строке'
913 text_default_administrator_account_changed: Учетная запись администратора по умолчанию изменена
910 text_default_administrator_account_changed: Учетная запись администратора по умолчанию изменена
914 text_destroy_time_entries_question: Вы собираетесь удалить {{hours}} часа(ов), прикрепленных за этой задачей.
911 text_destroy_time_entries_question: Вы собираетесь удалить {{hours}} часа(ов), прикрепленных за этой задачей.
915 text_destroy_time_entries: Удалить зарегистрированное время
912 text_destroy_time_entries: Удалить зарегистрированное время
916 text_diff_truncated: '... Этот diff ограничен, так как превышает максимальный отображаемый размер.'
913 text_diff_truncated: '... Этот diff ограничен, так как превышает максимальный отображаемый размер.'
917 text_email_delivery_not_configured: "Параметры работы с почтовым сервером не настроены и функция уведомления по email не активна.\nНастроить параметры для Вашего SMTP-сервера Вы можете в файле config/email.yml. Для применения изменений перезапустите приложение."
914 text_email_delivery_not_configured: "Параметры работы с почтовым сервером не настроены и функция уведомления по email не активна.\nНастроить параметры для Вашего SMTP-сервера Вы можете в файле config/email.yml. Для применения изменений перезапустите приложение."
918 text_enumeration_category_reassign_to: 'Назначить им следующее значение:'
915 text_enumeration_category_reassign_to: 'Назначить им следующее значение:'
919 text_enumeration_destroy_question: "{{count}} объект(а,ов) связаны с этим значением."
916 text_enumeration_destroy_question: "{{count}} объект(а,ов) связаны с этим значением."
920 text_file_repository_writable: Хранилище с доступом на запись
917 text_file_repository_writable: Хранилище с доступом на запись
921 text_issue_added: "По задаче {{id}} был создан отчет ({{author}})."
918 text_issue_added: "По задаче {{id}} был создан отчет ({{author}})."
922 text_issue_category_destroy_assignments: Удалить назначения категории
919 text_issue_category_destroy_assignments: Удалить назначения категории
923 text_issue_category_destroy_question: "Несколько задач ({{count}}) назначено в данную категорию. Что Вы хотите предпринять?"
920 text_issue_category_destroy_question: "Несколько задач ({{count}}) назначено в данную категорию. Что Вы хотите предпринять?"
924 text_issue_category_reassign_to: Переназначить задачи для данной категории
921 text_issue_category_reassign_to: Переназначить задачи для данной категории
925 text_issues_destroy_confirmation: 'Вы уверены, что хотите удалить выбранные задачи?'
922 text_issues_destroy_confirmation: 'Вы уверены, что хотите удалить выбранные задачи?'
926 text_issues_ref_in_commit_messages: Сопоставление и изменение статуса задач исходя из текста сообщений
923 text_issues_ref_in_commit_messages: Сопоставление и изменение статуса задач исходя из текста сообщений
927 text_issue_updated: "Задача {{id}} была обновлена ({{author}})."
924 text_issue_updated: "Задача {{id}} была обновлена ({{author}})."
928 text_journal_changed: "Параметр {{label}} изменился с {{old}} на {{new}}"
925 text_journal_changed: "Параметр {{label}} изменился с {{old}} на {{new}}"
929 text_journal_deleted: "Значение {{old}} параметра {{label}} удалено"
926 text_journal_deleted: "Значение {{old}} параметра {{label}} удалено"
930 text_journal_set_to: "Параметр {{label}} изменился на {{value}}"
927 text_journal_set_to: "Параметр {{label}} изменился на {{value}}"
931 text_length_between: "Длина между {{min}} и {{max}} символов."
928 text_length_between: "Длина между {{min}} и {{max}} символов."
932 text_load_default_configuration: Загрузить конфигурацию по умолчанию
929 text_load_default_configuration: Загрузить конфигурацию по умолчанию
933 text_min_max_length_info: 0 означает отсутствие запретов
930 text_min_max_length_info: 0 означает отсутствие запретов
934 text_no_configuration_data: "Роли, трекеры, статусы задач и оперативный план не были сконфигурированы.\nНастоятельно рекомендуется загрузить конфигурацию по-умолчанию. Вы сможете её изменить потом."
931 text_no_configuration_data: "Роли, трекеры, статусы задач и оперативный план не были сконфигурированы.\nНастоятельно рекомендуется загрузить конфигурацию по-умолчанию. Вы сможете её изменить потом."
935 text_plugin_assets_writable: Каталог для плагинов доступен по записи
932 text_plugin_assets_writable: Каталог для плагинов доступен по записи
936 text_project_destroy_confirmation: Вы настаиваете на удалении данного проекта и всей относящейся к нему информации?
933 text_project_destroy_confirmation: Вы настаиваете на удалении данного проекта и всей относящейся к нему информации?
937 text_project_identifier_info: 'Допустимы строчные буквы (a-z), цифры и дефис.<br />Сохраненный идентификатор не может быть изменен.'
934 text_project_identifier_info: 'Допустимы строчные буквы (a-z), цифры и дефис.<br />Сохраненный идентификатор не может быть изменен.'
938 text_reassign_time_entries: 'Перенести зарегистрированное время на следующую задачу:'
935 text_reassign_time_entries: 'Перенести зарегистрированное время на следующую задачу:'
939 text_regexp_info: напр. ^[A-Z0-9]+$
936 text_regexp_info: напр. ^[A-Z0-9]+$
940 text_repository_usernames_mapping: "Выберите или обновите пользователя Redmine, связанного с найденными именами в журнале хранилища.\nПользователи с одинаковыми именами или email в Redmine и хранилище связываются автоматически."
937 text_repository_usernames_mapping: "Выберите или обновите пользователя Redmine, связанного с найденными именами в журнале хранилища.\nПользователи с одинаковыми именами или email в Redmine и хранилище связываются автоматически."
941 text_rmagick_available: Доступно использование RMagick (опционально)
938 text_rmagick_available: Доступно использование RMagick (опционально)
942 text_select_mail_notifications: Выберите действия, на которые будет отсылаться уведомление на электронную почту.
939 text_select_mail_notifications: Выберите действия, на которые будет отсылаться уведомление на электронную почту.
943 text_select_project_modules: 'Выберите модули, которые будут использованы в проекте:'
940 text_select_project_modules: 'Выберите модули, которые будут использованы в проекте:'
944 text_status_changed_by_changeset: "Реализовано в {{value}} редакции."
941 text_status_changed_by_changeset: "Реализовано в {{value}} редакции."
945 text_subprojects_destroy_warning: "Подпроекты: {{value}} также будут удалены."
942 text_subprojects_destroy_warning: "Подпроекты: {{value}} также будут удалены."
946 text_tip_issue_begin_day: дата начала задачи
943 text_tip_issue_begin_day: дата начала задачи
947 text_tip_issue_begin_end_day: начало задачи и окончание ее в этот день
944 text_tip_issue_begin_end_day: начало задачи и окончание ее в этот день
948 text_tip_issue_end_day: дата завершения задачи
945 text_tip_issue_end_day: дата завершения задачи
949 text_tracker_no_workflow: Для этого трекера последовательность действий не определена
946 text_tracker_no_workflow: Для этого трекера последовательность действий не определена
950 text_unallowed_characters: Запрещенные символы
947 text_unallowed_characters: Запрещенные символы
951 text_user_mail_option: "Для невыбранных проектов, Вы будете получать уведомления только о том что просматриваете или в чем участвуете (например, вопросы, автором которых Вы являетесь или которые Вам назначены)."
948 text_user_mail_option: "Для невыбранных проектов, Вы будете получать уведомления только о том что просматриваете или в чем участвуете (например, вопросы, автором которых Вы являетесь или которые Вам назначены)."
952 text_user_wrote: "{{value}} писал(а):"
949 text_user_wrote: "{{value}} писал(а):"
953 text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную Wiki и все ее содержимое?
950 text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную Wiki и все ее содержимое?
954 text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний
951 text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний
955
952
956 warning_attachments_not_saved: "{{count}} файл(ов) невозможно сохранить."
953 warning_attachments_not_saved: "{{count}} файл(ов) невозможно сохранить."
957 text_wiki_page_destroy_question: Эта страница имеет {{descendants}} дочерних страниц и их потомков. Что вы хотите сделать?
954 text_wiki_page_destroy_question: Эта страница имеет {{descendants}} дочерних страниц и их потомков. Что вы хотите сделать?
958 text_wiki_page_reassign_children: Переопределить дочерние страницы на текущую страницу
955 text_wiki_page_reassign_children: Переопределить дочерние страницы на текущую страницу
959 text_wiki_page_nullify_children: Сделать дочерние страницы главными страницами
956 text_wiki_page_nullify_children: Сделать дочерние страницы главными страницами
960 text_wiki_page_destroy_children: Удалить дочерние страницы и всех их потомков
957 text_wiki_page_destroy_children: Удалить дочерние страницы и всех их потомков
961 setting_password_min_length: Минимальная длина пароля
958 setting_password_min_length: Минимальная длина пароля
962 field_group_by: Группировать результаты по
959 field_group_by: Группировать результаты по
963 mail_subject_wiki_content_updated: "Wiki-страница '{{page}}' была обновлена"
960 mail_subject_wiki_content_updated: "Wiki-страница '{{page}}' была обновлена"
964 label_wiki_content_added: Добавлена wiki-страница
961 label_wiki_content_added: Добавлена wiki-страница
965 mail_subject_wiki_content_added: "Wiki-страница '{{page}}' была добавлена"
962 mail_subject_wiki_content_added: "Wiki-страница '{{page}}' была добавлена"
966 mail_body_wiki_content_added: "{{author}} добавил(а) wiki-страницу '{{page}}'."
963 mail_body_wiki_content_added: "{{author}} добавил(а) wiki-страницу '{{page}}'."
967 label_wiki_content_updated: Обновлена wiki-страница
964 label_wiki_content_updated: Обновлена wiki-страница
968 mail_body_wiki_content_updated: "{{author}} обновил(а) wiki-страницу '{{page}}'."
965 mail_body_wiki_content_updated: "{{author}} обновил(а) wiki-страницу '{{page}}'."
969 permission_add_project: Создание проекта
966 permission_add_project: Создание проекта
970 setting_new_project_user_role_id: Роль, назначаемая пользователю, создавшему проект
967 setting_new_project_user_role_id: Роль, назначаемая пользователю, создавшему проект
971 label_view_all_revisions: Показать все ревизии
968 label_view_all_revisions: Показать все ревизии
972 label_tag: Метка
969 label_tag: Метка
973 label_branch: Ветвь
970 label_branch: Ветвь
974 error_no_tracker_in_project: С этим проектом не ассоциирован ни один трекер. Проверьте настройки проекта.
971 error_no_tracker_in_project: С этим проектом не ассоциирован ни один трекер. Проверьте настройки проекта.
975 error_no_default_issue_status: Не определен статус задача по умолчанию. Проверьте настройки (см. "Администрирование -> Статусы задачи").
972 error_no_default_issue_status: Не определен статус задача по умолчанию. Проверьте настройки (см. "Администрирование -> Статусы задачи").
976 label_group_plural: Группы
973 label_group_plural: Группы
977 label_group: Группа
974 label_group: Группа
978 label_group_new: Новая группа
975 label_group_new: Новая группа
979 label_time_entry_plural: Затраченное время
976 label_time_entry_plural: Затраченное время
980 text_journal_added: "{{label}} {{value}} добавлен"
977 text_journal_added: "{{label}} {{value}} добавлен"
981 field_active: Активно
978 field_active: Активно
982 enumeration_system_activity: Системная активность
979 enumeration_system_activity: Системная активность
983 permission_delete_issue_watchers: Удаление наблюдателей
980 permission_delete_issue_watchers: Удаление наблюдателей
984 version_status_closed: закрыт
981 version_status_closed: закрыт
985 version_status_locked: заблокирован
982 version_status_locked: заблокирован
986 version_status_open: открыт
983 version_status_open: открыт
987 error_can_not_reopen_issue_on_closed_version: Задача, назначенная к закрытой версии, не сможет быть открыта снова
984 error_can_not_reopen_issue_on_closed_version: Задача, назначенная к закрытой версии, не сможет быть открыта снова
988 label_user_anonymous: Аноним
985 label_user_anonymous: Аноним
989 button_move_and_follow: Переместить и перейти
986 button_move_and_follow: Переместить и перейти
990 setting_default_projects_modules: Включенные по умолчанию модули для новых проектов
987 setting_default_projects_modules: Включенные по умолчанию модули для новых проектов
991 setting_gravatar_default: Изображение Gravatar по умолчанию
988 setting_gravatar_default: Изображение Gravatar по умолчанию
992 field_sharing: Совместное использование
989 field_sharing: Совместное использование
993 label_version_sharing_hierarchy: С иерархией проектов
990 label_version_sharing_hierarchy: С иерархией проектов
994 label_version_sharing_system: Со всеми проектами
991 label_version_sharing_system: Со всеми проектами
995 label_version_sharing_descendants: С подпроектами
992 label_version_sharing_descendants: С подпроектами
996 label_version_sharing_tree: С деревом проектов
993 label_version_sharing_tree: С деревом проектов
997 label_version_sharing_none: Без совместного использования
994 label_version_sharing_none: Без совместного использования
998 error_can_not_archive_project: Этот проект не может быть архивирован
995 error_can_not_archive_project: Этот проект не может быть архивирован
999 button_duplicate: Дублировать
996 button_duplicate: Дублировать
1000 button_copy_and_follow: Копировать и продолжить
997 button_copy_and_follow: Копировать и продолжить
1001 label_copy_source: Источник
998 label_copy_source: Источник
1002 setting_issue_done_ratio: Рассчитывать готовность задачи с помощью поля
999 setting_issue_done_ratio: Рассчитывать готовность задачи с помощью поля
1003 setting_issue_done_ratio_issue_status: Статус задачи
1000 setting_issue_done_ratio_issue_status: Статус задачи
1004 error_issue_done_ratios_not_updated: Параметр готовность задач не обновлен
1001 error_issue_done_ratios_not_updated: Параметр готовность задач не обновлен
1005 error_workflow_copy_target: Выберите целевые трекеры и роли
1002 error_workflow_copy_target: Выберите целевые трекеры и роли
1006 setting_issue_done_ratio_issue_field: Готовность задачи
1003 setting_issue_done_ratio_issue_field: Готовность задачи
1007 label_copy_same_as_target: То же, что и у цели
1004 label_copy_same_as_target: То же, что и у цели
1008 label_copy_target: Цель
1005 label_copy_target: Цель
1009 notice_issue_done_ratios_updated: Параметр готовность задач обновлен.
1006 notice_issue_done_ratios_updated: Параметр готовность задач обновлен.
1010 error_workflow_copy_source: Выберите исходный трекер или роль
1007 error_workflow_copy_source: Выберите исходный трекер или роль
1011 label_update_issue_done_ratios: Обновить готовность задач
1008 label_update_issue_done_ratios: Обновить готовность задач
1012 setting_start_of_week: День начала недели
1009 setting_start_of_week: День начала недели
1013 label_api_access_key: Ключ доступа к API
1010 label_api_access_key: Ключ доступа к API
1014 text_line_separated: Разрешено несколько значений (по одному значению в строку).
1011 text_line_separated: Разрешено несколько значений (по одному значению в строку).
1015 label_revision_id: Ревизия {{value}}
1012 label_revision_id: Ревизия {{value}}
1016 permission_view_issues: Просмотр задач
1013 permission_view_issues: Просмотр задач
1017 label_display_used_statuses_only: Отображать только те статусы, которые используются в этом трекере
1014 label_display_used_statuses_only: Отображать только те статусы, которые используются в этом трекере
1018 label_api_access_key_created_on: Ключ доступ к API был создан {{value}} назад
1015 label_api_access_key_created_on: Ключ доступ к API был создан {{value}} назад
1019 label_feeds_access_key: Ключ доступа к RSS
1016 label_feeds_access_key: Ключ доступа к RSS
1020 notice_api_access_key_reseted: Ваш ключ доступа к API был сброшен.
1017 notice_api_access_key_reseted: Ваш ключ доступа к API был сброшен.
1021 setting_rest_api_enabled: Включить веб-сервис REST
1018 setting_rest_api_enabled: Включить веб-сервис REST
1022 button_show: Показать
1019 button_show: Показать
1023 label_missing_api_access_key: Отсутствует ключ доступа к API
1020 label_missing_api_access_key: Отсутствует ключ доступа к API
1024 label_missing_feeds_access_key: Отсутствует ключ доступа к RSS
1021 label_missing_feeds_access_key: Отсутствует ключ доступа к RSS
1025 setting_mail_handler_body_delimiters: Урезать письмо после одной из этих строк
1022 setting_mail_handler_body_delimiters: Урезать письмо после одной из этих строк
1026 permission_add_subprojects: Создание подпроектов
1023 permission_add_subprojects: Создание подпроектов
1027 label_subproject_new: Новый подпроект
1024 label_subproject_new: Новый подпроект
1028 text_own_membership_delete_confirmation: |-
1025 text_own_membership_delete_confirmation: |-
1029 Вы собираетесь удалить некоторые или все права, из-за чего могут пропасть права на редактирование этого проекта.
1026 Вы собираетесь удалить некоторые или все права, из-за чего могут пропасть права на редактирование этого проекта.
1030 Продолжить?
1027 Продолжить?
1031 label_close_versions: Закрыть завершенные версии
1028 label_close_versions: Закрыть завершенные версии
1032 label_board_sticky: Прикреплена
1029 label_board_sticky: Прикреплена
1033 label_board_locked: Заблокирована
1030 label_board_locked: Заблокирована
1034 field_principal: Глава
1031 field_principal: Глава
1035 text_zoom_out: Отдалить
1032 text_zoom_out: Отдалить
1036 text_zoom_in: Приблизить
1033 text_zoom_in: Приблизить
1037 notice_unable_delete_time_entry: Невозможно удалить запись журнала.
1034 notice_unable_delete_time_entry: Невозможно удалить запись журнала.
1038 label_overall_spent_time: Всего затрачено времени
1035 label_overall_spent_time: Всего затрачено времени
1039 label_user_mail_option_none: Нет событий
1040 field_member_of_group: Группа назначенного
1036 field_member_of_group: Группа назначенного
1041 field_assigned_to_role: Роль назначенного
1037 field_assigned_to_role: Роль назначенного
1042 notice_not_authorized_archived_project: Запрашиваемый проект был архивирован.
1038 notice_not_authorized_archived_project: Запрашиваемый проект был архивирован.
1043
1039
1044 label_principal_search: "Search for user or group:"
1040 label_principal_search: "Search for user or group:"
1045 label_user_search: "Search for user:"
1041 label_user_search: "Search for user:"
@@ -1,1015 +1,1012
1 # Chinese (Taiwan) translations for Ruby on Rails
1 # Chinese (Taiwan) translations for Ruby on Rails
2 # by tsechingho (http://github.com/tsechingho)
2 # by tsechingho (http://github.com/tsechingho)
3 # See http://github.com/svenfuchs/rails-i18n/ for details.
3 # See http://github.com/svenfuchs/rails-i18n/ for details.
4
4
5 "zh-TW":
5 "zh-TW":
6 direction: ltr
6 direction: ltr
7 date:
7 date:
8 formats:
8 formats:
9 # Use the strftime parameters for formats.
9 # Use the strftime parameters for formats.
10 # When no format has been given, it uses default.
10 # When no format has been given, it uses default.
11 # You can provide other formats here if you like!
11 # You can provide other formats here if you like!
12 default: "%Y-%m-%d"
12 default: "%Y-%m-%d"
13 short: "%b%d日"
13 short: "%b%d日"
14 long: "%Y年%b%d日"
14 long: "%Y年%b%d日"
15
15
16 day_names: [星期日, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
16 day_names: [星期日, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
17 abbr_day_names: [, , , , , , ]
17 abbr_day_names: [, , , , , , ]
18
18
19 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 # Don't forget the nil at the beginning; there's no such thing as a 0th month
20 month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
20 month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
21 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
21 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
22 # 使用於 date_select 與 datime_select.
22 # 使用於 date_select 與 datime_select.
23 order: [ :year, :month, :day ]
23 order: [ :year, :month, :day ]
24
24
25 time:
25 time:
26 formats:
26 formats:
27 default: "%Y年%b%d日 %A %H:%M:%S %Z"
27 default: "%Y年%b%d日 %A %H:%M:%S %Z"
28 time: "%H:%M"
28 time: "%H:%M"
29 short: "%b%d日 %H:%M"
29 short: "%b%d日 %H:%M"
30 long: "%Y年%b%d日 %H:%M"
30 long: "%Y年%b%d日 %H:%M"
31 am: "AM"
31 am: "AM"
32 pm: "PM"
32 pm: "PM"
33
33
34 # 使用於 array.to_sentence.
34 # 使用於 array.to_sentence.
35 support:
35 support:
36 array:
36 array:
37 words_connector: ", "
37 words_connector: ", "
38 two_words_connector: " "
38 two_words_connector: " "
39 last_word_connector: ", "
39 last_word_connector: ", "
40 sentence_connector: "且"
40 sentence_connector: "且"
41 skip_last_comma: false
41 skip_last_comma: false
42
42
43 number:
43 number:
44 # 使用於 number_with_delimiter()
44 # 使用於 number_with_delimiter()
45 # 同時也是 'currency', 'percentage', 'precision', 與 'human' 的預設值
45 # 同時也是 'currency', 'percentage', 'precision', 與 'human' 的預設值
46 format:
46 format:
47 # 設定小數點分隔字元,以使用更高的準確度 (例如: 1.0 / 2.0 == 0.5)
47 # 設定小數點分隔字元,以使用更高的準確度 (例如: 1.0 / 2.0 == 0.5)
48 separator: "."
48 separator: "."
49 # 千分位符號 (例如:一百萬是 1,000,000) (均以三個位數來分組)
49 # 千分位符號 (例如:一百萬是 1,000,000) (均以三個位數來分組)
50 delimiter: ","
50 delimiter: ","
51 # 小數點分隔字元後之精確位數 (數字 1 搭配 2 位精確位數為: 1.00)
51 # 小數點分隔字元後之精確位數 (數字 1 搭配 2 位精確位數為: 1.00)
52 precision: 3
52 precision: 3
53
53
54 # 使用於 number_to_currency()
54 # 使用於 number_to_currency()
55 currency:
55 currency:
56 format:
56 format:
57 # 貨幣符號的位置? %u 是貨幣符號, %n 是數值 (預設值: $5.00)
57 # 貨幣符號的位置? %u 是貨幣符號, %n 是數值 (預設值: $5.00)
58 format: "%u%n"
58 format: "%u%n"
59 unit: "NT$"
59 unit: "NT$"
60 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
60 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
61 separator: "."
61 separator: "."
62 delimiter: ","
62 delimiter: ","
63 precision: 2
63 precision: 2
64
64
65 # 使用於 number_to_percentage()
65 # 使用於 number_to_percentage()
66 percentage:
66 percentage:
67 format:
67 format:
68 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
68 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
69 # separator:
69 # separator:
70 delimiter: ""
70 delimiter: ""
71 # precision:
71 # precision:
72
72
73 # 使用於 number_to_precision()
73 # 使用於 number_to_precision()
74 precision:
74 precision:
75 format:
75 format:
76 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
76 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
77 # separator:
77 # separator:
78 delimiter: ""
78 delimiter: ""
79 # precision:
79 # precision:
80
80
81 # 使用於 number_to_human_size()
81 # 使用於 number_to_human_size()
82 human:
82 human:
83 format:
83 format:
84 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
84 # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
85 # separator:
85 # separator:
86 delimiter: ""
86 delimiter: ""
87 precision: 1
87 precision: 1
88 # 儲存單位輸出格式.
88 # 儲存單位輸出格式.
89 # %u 是儲存單位, %n 是數值 (預設值: 2 MB)
89 # %u 是儲存單位, %n 是數值 (預設值: 2 MB)
90 storage_units:
90 storage_units:
91 format: "%n %u"
91 format: "%n %u"
92 units:
92 units:
93 byte:
93 byte:
94 one: "位元組 (B)"
94 one: "位元組 (B)"
95 other: "位元組 (B)"
95 other: "位元組 (B)"
96 kb: "KB"
96 kb: "KB"
97 mb: "MB"
97 mb: "MB"
98 gb: "GB"
98 gb: "GB"
99 tb: "TB"
99 tb: "TB"
100
100
101 # 使用於 distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
101 # 使用於 distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
102 datetime:
102 datetime:
103 distance_in_words:
103 distance_in_words:
104 half_a_minute: "半分鐘"
104 half_a_minute: "半分鐘"
105 less_than_x_seconds:
105 less_than_x_seconds:
106 one: "小於 1 秒"
106 one: "小於 1 秒"
107 other: "小於 {{count}} 秒"
107 other: "小於 {{count}} 秒"
108 x_seconds:
108 x_seconds:
109 one: "1 秒"
109 one: "1 秒"
110 other: "{{count}} 秒"
110 other: "{{count}} 秒"
111 less_than_x_minutes:
111 less_than_x_minutes:
112 one: "小於 1 分鐘"
112 one: "小於 1 分鐘"
113 other: "小於 {{count}} 分鐘"
113 other: "小於 {{count}} 分鐘"
114 x_minutes:
114 x_minutes:
115 one: "1 分鐘"
115 one: "1 分鐘"
116 other: "{{count}} 分鐘"
116 other: "{{count}} 分鐘"
117 about_x_hours:
117 about_x_hours:
118 one: "約 1 小時"
118 one: "約 1 小時"
119 other: "約 {{count}} 小時"
119 other: "約 {{count}} 小時"
120 x_days:
120 x_days:
121 one: "1 天"
121 one: "1 天"
122 other: "{{count}} 天"
122 other: "{{count}} 天"
123 about_x_months:
123 about_x_months:
124 one: "約 1 個月"
124 one: "約 1 個月"
125 other: "約 {{count}} 個月"
125 other: "約 {{count}} 個月"
126 x_months:
126 x_months:
127 one: "1 個月"
127 one: "1 個月"
128 other: "{{count}} 個月"
128 other: "{{count}} 個月"
129 about_x_years:
129 about_x_years:
130 one: "約 1 年"
130 one: "約 1 年"
131 other: "約 {{count}} 年"
131 other: "約 {{count}} 年"
132 over_x_years:
132 over_x_years:
133 one: "超過 1 年"
133 one: "超過 1 年"
134 other: "超過 {{count}} 年"
134 other: "超過 {{count}} 年"
135 almost_x_years:
135 almost_x_years:
136 one: "將近 1 年"
136 one: "將近 1 年"
137 other: "將近 {{count}} 年"
137 other: "將近 {{count}} 年"
138 prompts:
138 prompts:
139 year: "年"
139 year: "年"
140 month: "月"
140 month: "月"
141 day: "日"
141 day: "日"
142 hour: "時"
142 hour: "時"
143 minute: "分"
143 minute: "分"
144 second: "秒"
144 second: "秒"
145
145
146 activerecord:
146 activerecord:
147 errors:
147 errors:
148 template:
148 template:
149 header:
149 header:
150 one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。"
150 one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。"
151 other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。"
151 other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。"
152 # The variable :count is also available
152 # The variable :count is also available
153 body: "下面所列欄位有問題:"
153 body: "下面所列欄位有問題:"
154 # The values :model, :attribute and :value are always available for interpolation
154 # The values :model, :attribute and :value are always available for interpolation
155 # The value :count is available when applicable. Can be used for pluralization.
155 # The value :count is available when applicable. Can be used for pluralization.
156 messages:
156 messages:
157 inclusion: "沒有包含在列表中"
157 inclusion: "沒有包含在列表中"
158 exclusion: "是被保留的"
158 exclusion: "是被保留的"
159 invalid: "是無效的"
159 invalid: "是無效的"
160 confirmation: "不符合確認值"
160 confirmation: "不符合確認值"
161 accepted: "必须是可被接受的"
161 accepted: "必须是可被接受的"
162 empty: "不能留空"
162 empty: "不能留空"
163 blank: "不能是空白字元"
163 blank: "不能是空白字元"
164 too_long: "過長(最長是 {{count}} 個字)"
164 too_long: "過長(最長是 {{count}} 個字)"
165 too_short: "過短(最短是 {{count}} 個字)"
165 too_short: "過短(最短是 {{count}} 個字)"
166 wrong_length: "字數錯誤(必須是 {{count}} 個字)"
166 wrong_length: "字數錯誤(必須是 {{count}} 個字)"
167 taken: "已經被使用"
167 taken: "已經被使用"
168 not_a_number: "不是數字"
168 not_a_number: "不是數字"
169 greater_than: "必須大於 {{count}}"
169 greater_than: "必須大於 {{count}}"
170 greater_than_or_equal_to: "必須大於或等於 {{count}}"
170 greater_than_or_equal_to: "必須大於或等於 {{count}}"
171 equal_to: "必須等於 {{count}}"
171 equal_to: "必須等於 {{count}}"
172 less_than: "必須小於 {{count}}"
172 less_than: "必須小於 {{count}}"
173 less_than_or_equal_to: "必須小於或等於 {{count}}"
173 less_than_or_equal_to: "必須小於或等於 {{count}}"
174 odd: "必須是奇數"
174 odd: "必須是奇數"
175 even: "必須是偶數"
175 even: "必須是偶數"
176 # Append your own errors here or at the model/attributes scope.
176 # Append your own errors here or at the model/attributes scope.
177 greater_than_start_date: "必須在開始日期之後"
177 greater_than_start_date: "必須在開始日期之後"
178 not_same_project: "不屬於同一個專案"
178 not_same_project: "不屬於同一個專案"
179 circular_dependency: "這個關聯會導致環狀相依"
179 circular_dependency: "這個關聯會導致環狀相依"
180 cant_link_an_issue_with_a_descendant: "項目無法被連結至自己的子項目"
180 cant_link_an_issue_with_a_descendant: "項目無法被連結至自己的子項目"
181
181
182 # You can define own errors for models or model attributes.
182 # You can define own errors for models or model attributes.
183 # The values :model, :attribute and :value are always available for interpolation.
183 # The values :model, :attribute and :value are always available for interpolation.
184 #
184 #
185 # For example,
185 # For example,
186 # models:
186 # models:
187 # user:
187 # user:
188 # blank: "This is a custom blank message for {{model}}: {{attribute}}"
188 # blank: "This is a custom blank message for {{model}}: {{attribute}}"
189 # attributes:
189 # attributes:
190 # login:
190 # login:
191 # blank: "This is a custom blank message for User login"
191 # blank: "This is a custom blank message for User login"
192 # Will define custom blank validation message for User model and
192 # Will define custom blank validation message for User model and
193 # custom blank validation message for login attribute of User model.
193 # custom blank validation message for login attribute of User model.
194 #models:
194 #models:
195
195
196 # Translate model names. Used in Model.human_name().
196 # Translate model names. Used in Model.human_name().
197 #models:
197 #models:
198 # For example,
198 # For example,
199 # user: "Dude"
199 # user: "Dude"
200 # will translate User model name to "Dude"
200 # will translate User model name to "Dude"
201
201
202 # Translate model attribute names. Used in Model.human_attribute_name(attribute).
202 # Translate model attribute names. Used in Model.human_attribute_name(attribute).
203 #attributes:
203 #attributes:
204 # For example,
204 # For example,
205 # user:
205 # user:
206 # login: "Handle"
206 # login: "Handle"
207 # will translate User attribute "login" as "Handle"
207 # will translate User attribute "login" as "Handle"
208
208
209 actionview_instancetag_blank_option: 請選擇
209 actionview_instancetag_blank_option: 請選擇
210
210
211 general_text_No: '否'
211 general_text_No: '否'
212 general_text_Yes: '是'
212 general_text_Yes: '是'
213 general_text_no: '否'
213 general_text_no: '否'
214 general_text_yes: '是'
214 general_text_yes: '是'
215 general_lang_name: 'Traditional Chinese (繁體中文)'
215 general_lang_name: 'Traditional Chinese (繁體中文)'
216 general_csv_separator: ','
216 general_csv_separator: ','
217 general_csv_decimal_separator: '.'
217 general_csv_decimal_separator: '.'
218 general_csv_encoding: Big5
218 general_csv_encoding: Big5
219 general_pdf_encoding: Big5
219 general_pdf_encoding: Big5
220 general_first_day_of_week: '7'
220 general_first_day_of_week: '7'
221
221
222 notice_account_updated: 帳戶更新資訊已儲存
222 notice_account_updated: 帳戶更新資訊已儲存
223 notice_account_invalid_creditentials: 帳戶或密碼不正確
223 notice_account_invalid_creditentials: 帳戶或密碼不正確
224 notice_account_password_updated: 帳戶新密碼已儲存
224 notice_account_password_updated: 帳戶新密碼已儲存
225 notice_account_wrong_password: 密碼不正確
225 notice_account_wrong_password: 密碼不正確
226 notice_account_register_done: 帳號已建立成功。欲啟用您的帳號,請點擊系統確認信函中的啟用連結。
226 notice_account_register_done: 帳號已建立成功。欲啟用您的帳號,請點擊系統確認信函中的啟用連結。
227 notice_account_unknown_email: 未知的使用者
227 notice_account_unknown_email: 未知的使用者
228 notice_can_t_change_password: 這個帳號使用外部認證方式,無法變更其密碼。
228 notice_can_t_change_password: 這個帳號使用外部認證方式,無法變更其密碼。
229 notice_account_lost_email_sent: 包含選擇新密碼指示的電子郵件,已經寄出給您。
229 notice_account_lost_email_sent: 包含選擇新密碼指示的電子郵件,已經寄出給您。
230 notice_account_activated: 您的帳號已經啟用,可用它登入系統。
230 notice_account_activated: 您的帳號已經啟用,可用它登入系統。
231 notice_successful_create: 建立成功
231 notice_successful_create: 建立成功
232 notice_successful_update: 更新成功
232 notice_successful_update: 更新成功
233 notice_successful_delete: 刪除成功
233 notice_successful_delete: 刪除成功
234 notice_successful_connection: 連線成功
234 notice_successful_connection: 連線成功
235 notice_file_not_found: 您想要存取的頁面已經不存在或被搬移至其他位置。
235 notice_file_not_found: 您想要存取的頁面已經不存在或被搬移至其他位置。
236 notice_locking_conflict: 資料已被其他使用者更新。
236 notice_locking_conflict: 資料已被其他使用者更新。
237 notice_not_authorized: 你未被授權存取此頁面。
237 notice_not_authorized: 你未被授權存取此頁面。
238 notice_not_authorized_archived_project: 您欲存取的專案已經被歸檔封存。
238 notice_not_authorized_archived_project: 您欲存取的專案已經被歸檔封存。
239 notice_email_sent: "郵件已經成功寄送至以下收件者: {{value}}"
239 notice_email_sent: "郵件已經成功寄送至以下收件者: {{value}}"
240 notice_email_error: "寄送郵件的過程中發生錯誤 ({{value}})"
240 notice_email_error: "寄送郵件的過程中發生錯誤 ({{value}})"
241 notice_feeds_access_key_reseted: 您的 RSS 存取金鑰已被重新設定。
241 notice_feeds_access_key_reseted: 您的 RSS 存取金鑰已被重新設定。
242 notice_api_access_key_reseted: 您的 API 存取金鑰已被重新設定。
242 notice_api_access_key_reseted: 您的 API 存取金鑰已被重新設定。
243 notice_failed_to_save_issues: " {{count}} 個項目儲存失敗(總共選取 {{total}} 個項目): {{ids}} 。"
243 notice_failed_to_save_issues: " {{count}} 個項目儲存失敗(總共選取 {{total}} 個項目): {{ids}} 。"
244 notice_failed_to_save_members: "成員儲存失敗: {{errors}}."
244 notice_failed_to_save_members: "成員儲存失敗: {{errors}}."
245 notice_no_issue_selected: "未選擇任何項目!請勾選您想要編輯的項目。"
245 notice_no_issue_selected: "未選擇任何項目!請勾選您想要編輯的項目。"
246 notice_account_pending: "您的帳號已經建立,正在等待管理員的審核。"
246 notice_account_pending: "您的帳號已經建立,正在等待管理員的審核。"
247 notice_default_data_loaded: 預設組態已載入成功。
247 notice_default_data_loaded: 預設組態已載入成功。
248 notice_unable_delete_version: 無法刪除版本。
248 notice_unable_delete_version: 無法刪除版本。
249 notice_unable_delete_time_entry: 無法刪除工時記錄項目。
249 notice_unable_delete_time_entry: 無法刪除工時記錄項目。
250 notice_issue_done_ratios_updated: 項目完成百分比已更新。
250 notice_issue_done_ratios_updated: 項目完成百分比已更新。
251
251
252 error_can_t_load_default_data: "無法載入預設組態: {{value}}"
252 error_can_t_load_default_data: "無法載入預設組態: {{value}}"
253 error_scm_not_found: "在 SCM 儲存庫中找不到這個項目或版次。"
253 error_scm_not_found: "在 SCM 儲存庫中找不到這個項目或版次。"
254 error_scm_command_failed: "嘗試存取 SCM 儲存庫時發生錯誤: {{value}}"
254 error_scm_command_failed: "嘗試存取 SCM 儲存庫時發生錯誤: {{value}}"
255 error_scm_annotate: "SCM 儲存庫中無此項目或此項目無法被加註。"
255 error_scm_annotate: "SCM 儲存庫中無此項目或此項目無法被加註。"
256 error_issue_not_found_in_project: '該項目不存在或不屬於此專案'
256 error_issue_not_found_in_project: '該項目不存在或不屬於此專案'
257 error_no_tracker_in_project: '此專案尚未指定追蹤標籤。請檢查專案的設定資訊。'
257 error_no_tracker_in_project: '此專案尚未指定追蹤標籤。請檢查專案的設定資訊。'
258 error_no_default_issue_status: '尚未定義項目狀態的預設值。請您前往「網站管理」->「項目狀態清單」頁面,檢查相關組態設定。'
258 error_no_default_issue_status: '尚未定義項目狀態的預設值。請您前往「網站管理」->「項目狀態清單」頁面,檢查相關組態設定。'
259 error_can_not_delete_custom_field: 無法刪除自訂欄位
259 error_can_not_delete_custom_field: 無法刪除自訂欄位
260 error_can_not_delete_tracker: "此追蹤標籤已包含項目,無法被刪除。"
260 error_can_not_delete_tracker: "此追蹤標籤已包含項目,無法被刪除。"
261 error_can_not_remove_role: "此角色已被使用,無法將其刪除。"
261 error_can_not_remove_role: "此角色已被使用,無法將其刪除。"
262 error_can_not_reopen_issue_on_closed_version: '指派給「已結束」版本的項目,無法再將其狀態變更為「進行中」'
262 error_can_not_reopen_issue_on_closed_version: '指派給「已結束」版本的項目,無法再將其狀態變更為「進行中」'
263 error_can_not_archive_project: 此專案無法被歸檔
263 error_can_not_archive_project: 此專案無法被歸檔
264 error_issue_done_ratios_not_updated: "項目完成百分比未更新。"
264 error_issue_done_ratios_not_updated: "項目完成百分比未更新。"
265 error_workflow_copy_source: '請選擇一個來源項目追蹤標籤或角色'
265 error_workflow_copy_source: '請選擇一個來源項目追蹤標籤或角色'
266 error_workflow_copy_target: '請選擇一個(或多個)目的項目追蹤標籤或角色'
266 error_workflow_copy_target: '請選擇一個(或多個)目的項目追蹤標籤或角色'
267 error_unable_delete_issue_status: '無法刪除項目狀態'
267 error_unable_delete_issue_status: '無法刪除項目狀態'
268 error_unable_to_connect: "無法連線至({{value}})"
268 error_unable_to_connect: "無法連線至({{value}})"
269 warning_attachments_not_saved: "{{count}} 個附加檔案無法被儲存。"
269 warning_attachments_not_saved: "{{count}} 個附加檔案無法被儲存。"
270
270
271 mail_subject_lost_password: 您的 Redmine 網站密碼
271 mail_subject_lost_password: 您的 Redmine 網站密碼
272 mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:'
272 mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:'
273 mail_subject_register: 啟用您的 Redmine 帳號
273 mail_subject_register: 啟用您的 Redmine 帳號
274 mail_body_register: '欲啟用您的 Redmine 帳號, 請點選以下鏈結:'
274 mail_body_register: '欲啟用您的 Redmine 帳號, 請點選以下鏈結:'
275 mail_body_account_information_external: "您可以使用 {{value}} 帳號登入 Redmine 網站。"
275 mail_body_account_information_external: "您可以使用 {{value}} 帳號登入 Redmine 網站。"
276 mail_body_account_information: 您的 Redmine 帳號資訊
276 mail_body_account_information: 您的 Redmine 帳號資訊
277 mail_subject_account_activation_request: Redmine 帳號啟用需求通知
277 mail_subject_account_activation_request: Redmine 帳號啟用需求通知
278 mail_body_account_activation_request: "有位新用戶 ({{value}}) 已經完成註冊,正等候您的審核:"
278 mail_body_account_activation_request: "有位新用戶 ({{value}}) 已經完成註冊,正等候您的審核:"
279 mail_subject_reminder: "您有 {{count}} 個項目即將到期 ({{days}})"
279 mail_subject_reminder: "您有 {{count}} 個項目即將到期 ({{days}})"
280 mail_body_reminder: "{{count}} 個指派給您的項目,將於 {{days}} 天之內到期:"
280 mail_body_reminder: "{{count}} 個指派給您的項目,將於 {{days}} 天之內到期:"
281 mail_subject_wiki_content_added: "'{{page}}' wiki 頁面已被新增"
281 mail_subject_wiki_content_added: "'{{page}}' wiki 頁面已被新增"
282 mail_body_wiki_content_added: "The '{{page}}' wiki 頁面已被 {{author}} 新增。"
282 mail_body_wiki_content_added: "The '{{page}}' wiki 頁面已被 {{author}} 新增。"
283 mail_subject_wiki_content_updated: "'{{page}}' wiki 頁面已被更新"
283 mail_subject_wiki_content_updated: "'{{page}}' wiki 頁面已被更新"
284 mail_body_wiki_content_updated: "The '{{page}}' wiki 頁面已被 {{author}} 更新。"
284 mail_body_wiki_content_updated: "The '{{page}}' wiki 頁面已被 {{author}} 更新。"
285
285
286 gui_validation_error: 1 個錯誤
286 gui_validation_error: 1 個錯誤
287 gui_validation_error_plural: "{{count}} 個錯誤"
287 gui_validation_error_plural: "{{count}} 個錯誤"
288
288
289 field_name: 名稱
289 field_name: 名稱
290 field_description: 概述
290 field_description: 概述
291 field_summary: 摘要
291 field_summary: 摘要
292 field_is_required: 必填
292 field_is_required: 必填
293 field_firstname: 名字
293 field_firstname: 名字
294 field_lastname: 姓氏
294 field_lastname: 姓氏
295 field_mail: 電子郵件
295 field_mail: 電子郵件
296 field_filename: 檔案名稱
296 field_filename: 檔案名稱
297 field_filesize: 大小
297 field_filesize: 大小
298 field_downloads: 下載次數
298 field_downloads: 下載次數
299 field_author: 作者
299 field_author: 作者
300 field_created_on: 建立日期
300 field_created_on: 建立日期
301 field_updated_on: 更新
301 field_updated_on: 更新
302 field_field_format: 格式
302 field_field_format: 格式
303 field_is_for_all: 給全部的專案
303 field_is_for_all: 給全部的專案
304 field_possible_values: 可能值
304 field_possible_values: 可能值
305 field_regexp: 正規表示式
305 field_regexp: 正規表示式
306 field_min_length: 最小長度
306 field_min_length: 最小長度
307 field_max_length: 最大長度
307 field_max_length: 最大長度
308 field_value:
308 field_value:
309 field_category: 分類
309 field_category: 分類
310 field_title: 標題
310 field_title: 標題
311 field_project: 專案
311 field_project: 專案
312 field_issue: 項目
312 field_issue: 項目
313 field_status: 狀態
313 field_status: 狀態
314 field_notes: 筆記
314 field_notes: 筆記
315 field_is_closed: 項目結束
315 field_is_closed: 項目結束
316 field_is_default: 預設值
316 field_is_default: 預設值
317 field_tracker: 追蹤標籤
317 field_tracker: 追蹤標籤
318 field_subject: 主旨
318 field_subject: 主旨
319 field_due_date: 完成日期
319 field_due_date: 完成日期
320 field_assigned_to: 分派給
320 field_assigned_to: 分派給
321 field_priority: 優先權
321 field_priority: 優先權
322 field_fixed_version: 版本
322 field_fixed_version: 版本
323 field_user: 用戶
323 field_user: 用戶
324 field_principal: 原則
324 field_principal: 原則
325 field_role: 角色
325 field_role: 角色
326 field_homepage: 網站首頁
326 field_homepage: 網站首頁
327 field_is_public: 公開
327 field_is_public: 公開
328 field_parent: 父專案
328 field_parent: 父專案
329 field_is_in_chlog: 項目顯示於變更記錄中
329 field_is_in_chlog: 項目顯示於變更記錄中
330 field_is_in_roadmap: 項目顯示於版本藍圖中
330 field_is_in_roadmap: 項目顯示於版本藍圖中
331 field_login: 帳戶名稱
331 field_login: 帳戶名稱
332 field_mail_notification: 電子郵件提醒選項
332 field_mail_notification: 電子郵件提醒選項
333 field_admin: 管理者
333 field_admin: 管理者
334 field_last_login_on: 最近連線日期
334 field_last_login_on: 最近連線日期
335 field_language: 語系
335 field_language: 語系
336 field_effective_date: 日期
336 field_effective_date: 日期
337 field_password: 目前密碼
337 field_password: 目前密碼
338 field_new_password: 新密碼
338 field_new_password: 新密碼
339 field_password_confirmation: 確認新密碼
339 field_password_confirmation: 確認新密碼
340 field_version: 版本
340 field_version: 版本
341 field_type: Type
341 field_type: Type
342 field_host: Host
342 field_host: Host
343 field_port: 連接埠
343 field_port: 連接埠
344 field_account: 帳戶
344 field_account: 帳戶
345 field_base_dn: Base DN
345 field_base_dn: Base DN
346 field_attr_login: 登入屬性
346 field_attr_login: 登入屬性
347 field_attr_firstname: 名字屬性
347 field_attr_firstname: 名字屬性
348 field_attr_lastname: 姓氏屬性
348 field_attr_lastname: 姓氏屬性
349 field_attr_mail: 電子郵件信箱屬性
349 field_attr_mail: 電子郵件信箱屬性
350 field_onthefly: 即時建立使用者
350 field_onthefly: 即時建立使用者
351 field_start_date: 開始日期
351 field_start_date: 開始日期
352 field_done_ratio: 完成百分比
352 field_done_ratio: 完成百分比
353 field_auth_source: 認證模式
353 field_auth_source: 認證模式
354 field_hide_mail: 隱藏我的電子郵件
354 field_hide_mail: 隱藏我的電子郵件
355 field_comments: 註解
355 field_comments: 註解
356 field_url: 網址
356 field_url: 網址
357 field_start_page: 首頁
357 field_start_page: 首頁
358 field_subproject: 子專案
358 field_subproject: 子專案
359 field_hours: 小時
359 field_hours: 小時
360 field_activity: 活動
360 field_activity: 活動
361 field_spent_on: 日期
361 field_spent_on: 日期
362 field_identifier: 代碼
362 field_identifier: 代碼
363 field_is_filter: 用來作為過濾器
363 field_is_filter: 用來作為過濾器
364 field_issue_to: 相關項目
364 field_issue_to: 相關項目
365 field_delay: 逾期
365 field_delay: 逾期
366 field_assignable: 項目可被分派至此角色
366 field_assignable: 項目可被分派至此角色
367 field_redirect_existing_links: 重新導向現有連結
367 field_redirect_existing_links: 重新導向現有連結
368 field_estimated_hours: 預估工時
368 field_estimated_hours: 預估工時
369 field_column_names: 欄位
369 field_column_names: 欄位
370 field_time_entries: 耗用工時
370 field_time_entries: 耗用工時
371 field_time_zone: 時區
371 field_time_zone: 時區
372 field_searchable: 可用做搜尋條件
372 field_searchable: 可用做搜尋條件
373 field_default_value: 預設值
373 field_default_value: 預設值
374 field_comments_sorting: 註解排序
374 field_comments_sorting: 註解排序
375 field_parent_title: 父頁面
375 field_parent_title: 父頁面
376 field_editable: 可編輯
376 field_editable: 可編輯
377 field_watcher: 觀察者
377 field_watcher: 觀察者
378 field_identity_url: OpenID 網址
378 field_identity_url: OpenID 網址
379 field_content: 內容
379 field_content: 內容
380 field_group_by: 結果分組方式
380 field_group_by: 結果分組方式
381 field_sharing: 共用
381 field_sharing: 共用
382 field_parent_issue: 父工作項目
382 field_parent_issue: 父工作項目
383 field_member_of_group: "被指派者的群組"
383 field_member_of_group: "被指派者的群組"
384 field_assigned_to_role: "被指派者的角色"
384 field_assigned_to_role: "被指派者的角色"
385 field_text: 內容文字
385 field_text: 內容文字
386 field_visible: 可被看見
386 field_visible: 可被看見
387
387
388 setting_app_title: 標題
388 setting_app_title: 標題
389 setting_app_subtitle: 副標題
389 setting_app_subtitle: 副標題
390 setting_welcome_text: 歡迎詞
390 setting_welcome_text: 歡迎詞
391 setting_default_language: 預設語系
391 setting_default_language: 預設語系
392 setting_login_required: 需要驗證
392 setting_login_required: 需要驗證
393 setting_self_registration: 註冊選項
393 setting_self_registration: 註冊選項
394 setting_attachment_max_size: 附件大小限制
394 setting_attachment_max_size: 附件大小限制
395 setting_issues_export_limit: 項目匯出限制
395 setting_issues_export_limit: 項目匯出限制
396 setting_mail_from: 寄件者電子郵件
396 setting_mail_from: 寄件者電子郵件
397 setting_bcc_recipients: 使用密件副本 (BCC)
397 setting_bcc_recipients: 使用密件副本 (BCC)
398 setting_plain_text_mail: 純文字郵件 (不含 HTML)
398 setting_plain_text_mail: 純文字郵件 (不含 HTML)
399 setting_host_name: 主機名稱
399 setting_host_name: 主機名稱
400 setting_text_formatting: 文字格式
400 setting_text_formatting: 文字格式
401 setting_wiki_compression: 壓縮 Wiki 歷史文章
401 setting_wiki_compression: 壓縮 Wiki 歷史文章
402 setting_feeds_limit: RSS 新聞限制
402 setting_feeds_limit: RSS 新聞限制
403 setting_autofetch_changesets: 自動取得送交版次
403 setting_autofetch_changesets: 自動取得送交版次
404 setting_default_projects_public: 新建立之專案預設為「公開」
404 setting_default_projects_public: 新建立之專案預設為「公開」
405 setting_sys_api_enabled: 啟用管理版本庫之網頁服務 (Web Service)
405 setting_sys_api_enabled: 啟用管理版本庫之網頁服務 (Web Service)
406 setting_commit_ref_keywords: 送交用於參照項目之關鍵字
406 setting_commit_ref_keywords: 送交用於參照項目之關鍵字
407 setting_commit_fix_keywords: 送交用於修正項目之關鍵字
407 setting_commit_fix_keywords: 送交用於修正項目之關鍵字
408 setting_autologin: 自動登入
408 setting_autologin: 自動登入
409 setting_date_format: 日期格式
409 setting_date_format: 日期格式
410 setting_time_format: 時間格式
410 setting_time_format: 時間格式
411 setting_cross_project_issue_relations: 允許關聯至其它專案的項目
411 setting_cross_project_issue_relations: 允許關聯至其它專案的項目
412 setting_issue_list_default_columns: 預設顯示於項目清單的欄位
412 setting_issue_list_default_columns: 預設顯示於項目清單的欄位
413 setting_repositories_encodings: 版本庫編碼
413 setting_repositories_encodings: 版本庫編碼
414 setting_commit_logs_encoding: 送交訊息編碼
414 setting_commit_logs_encoding: 送交訊息編碼
415 setting_emails_header: 電子郵件前頭說明
415 setting_emails_header: 電子郵件前頭說明
416 setting_emails_footer: 電子郵件附帶說明
416 setting_emails_footer: 電子郵件附帶說明
417 setting_protocol: 協定
417 setting_protocol: 協定
418 setting_per_page_options: 每頁顯示個數選項
418 setting_per_page_options: 每頁顯示個數選項
419 setting_user_format: 使用者顯示格式
419 setting_user_format: 使用者顯示格式
420 setting_activity_days_default: 專案活動顯示天數
420 setting_activity_days_default: 專案活動顯示天數
421 setting_display_subprojects_issues: 預設於父專案中顯示子專案的項目
421 setting_display_subprojects_issues: 預設於父專案中顯示子專案的項目
422 setting_enabled_scm: 啟用的 SCM
422 setting_enabled_scm: 啟用的 SCM
423 setting_mail_handler_body_delimiters: "截去郵件中包含下列值之後的內容"
423 setting_mail_handler_body_delimiters: "截去郵件中包含下列值之後的內容"
424 setting_mail_handler_api_enabled: 啟用處理傳入電子郵件的服務
424 setting_mail_handler_api_enabled: 啟用處理傳入電子郵件的服務
425 setting_mail_handler_api_key: API 金鑰
425 setting_mail_handler_api_key: API 金鑰
426 setting_sequential_project_identifiers: 循序產生專案識別碼
426 setting_sequential_project_identifiers: 循序產生專案識別碼
427 setting_gravatar_enabled: 啟用 Gravatar 全球認證大頭像
427 setting_gravatar_enabled: 啟用 Gravatar 全球認證大頭像
428 setting_gravatar_default: 預設全球認證大頭像圖片
428 setting_gravatar_default: 預設全球認證大頭像圖片
429 setting_diff_max_lines_displayed: 差異顯示行數之最大值
429 setting_diff_max_lines_displayed: 差異顯示行數之最大值
430 setting_file_max_size_displayed: 檔案內容顯示大小之最大值
430 setting_file_max_size_displayed: 檔案內容顯示大小之最大值
431 setting_repository_log_display_limit: 版次顯示數目之最大值
431 setting_repository_log_display_limit: 版次顯示數目之最大值
432 setting_openid: 允許使用 OpenID 登入與註冊
432 setting_openid: 允許使用 OpenID 登入與註冊
433 setting_password_min_length: 密碼最小長度
433 setting_password_min_length: 密碼最小長度
434 setting_new_project_user_role_id: 管理者以外之用戶建立新專案時,將被指派的角色
434 setting_new_project_user_role_id: 管理者以外之用戶建立新專案時,將被指派的角色
435 setting_default_projects_modules: 新專案預設啟用的模組
435 setting_default_projects_modules: 新專案預設啟用的模組
436 setting_issue_done_ratio: 計算項目完成百分比之方式
436 setting_issue_done_ratio: 計算項目完成百分比之方式
437 setting_issue_done_ratio_issue_field: 依據項目完成百分比欄位
437 setting_issue_done_ratio_issue_field: 依據項目完成百分比欄位
438 setting_issue_done_ratio_issue_status: 依據項目狀態
438 setting_issue_done_ratio_issue_status: 依據項目狀態
439 setting_start_of_week: 週的第一天
439 setting_start_of_week: 週的第一天
440 setting_rest_api_enabled: 啟用 REST 網路服務技術(Web Service)
440 setting_rest_api_enabled: 啟用 REST 網路服務技術(Web Service)
441 setting_cache_formatted_text: 快取已格式化文字
441 setting_cache_formatted_text: 快取已格式化文字
442 setting_default_notification_option: 預設通知選項
442 setting_default_notification_option: 預設通知選項
443
443
444 permission_add_project: 建立專案
444 permission_add_project: 建立專案
445 permission_add_subprojects: 建立子專案
445 permission_add_subprojects: 建立子專案
446 permission_edit_project: 編輯專案
446 permission_edit_project: 編輯專案
447 permission_select_project_modules: 選擇專案模組
447 permission_select_project_modules: 選擇專案模組
448 permission_manage_members: 管理成員
448 permission_manage_members: 管理成員
449 permission_manage_project_activities: 管理專案活動
449 permission_manage_project_activities: 管理專案活動
450 permission_manage_versions: 管理版本
450 permission_manage_versions: 管理版本
451 permission_manage_categories: 管理項目分類
451 permission_manage_categories: 管理項目分類
452 permission_view_issues: 檢視項目
452 permission_view_issues: 檢視項目
453 permission_add_issues: 新增項目
453 permission_add_issues: 新增項目
454 permission_edit_issues: 編輯項目
454 permission_edit_issues: 編輯項目
455 permission_manage_issue_relations: 管理項目關聯
455 permission_manage_issue_relations: 管理項目關聯
456 permission_add_issue_notes: 新增筆記
456 permission_add_issue_notes: 新增筆記
457 permission_edit_issue_notes: 編輯筆記
457 permission_edit_issue_notes: 編輯筆記
458 permission_edit_own_issue_notes: 編輯自己的筆記
458 permission_edit_own_issue_notes: 編輯自己的筆記
459 permission_move_issues: 搬移項目
459 permission_move_issues: 搬移項目
460 permission_delete_issues: 刪除項目
460 permission_delete_issues: 刪除項目
461 permission_manage_public_queries: 管理公開查詢
461 permission_manage_public_queries: 管理公開查詢
462 permission_save_queries: 儲存查詢
462 permission_save_queries: 儲存查詢
463 permission_view_gantt: 檢視甘特圖
463 permission_view_gantt: 檢視甘特圖
464 permission_view_calendar: 檢視日曆
464 permission_view_calendar: 檢視日曆
465 permission_view_issue_watchers: 檢視觀察者清單
465 permission_view_issue_watchers: 檢視觀察者清單
466 permission_add_issue_watchers: 新增觀察者
466 permission_add_issue_watchers: 新增觀察者
467 permission_delete_issue_watchers: 刪除觀察者
467 permission_delete_issue_watchers: 刪除觀察者
468 permission_log_time: 紀錄耗用工時
468 permission_log_time: 紀錄耗用工時
469 permission_view_time_entries: 檢視耗用工時
469 permission_view_time_entries: 檢視耗用工時
470 permission_edit_time_entries: 編輯工時紀錄
470 permission_edit_time_entries: 編輯工時紀錄
471 permission_edit_own_time_entries: 編輯自己的工時記錄
471 permission_edit_own_time_entries: 編輯自己的工時記錄
472 permission_manage_news: 管理新聞
472 permission_manage_news: 管理新聞
473 permission_comment_news: 註解新聞
473 permission_comment_news: 註解新聞
474 permission_manage_documents: 管理文件
474 permission_manage_documents: 管理文件
475 permission_view_documents: 檢視文件
475 permission_view_documents: 檢視文件
476 permission_manage_files: 管理檔案
476 permission_manage_files: 管理檔案
477 permission_view_files: 檢視檔案
477 permission_view_files: 檢視檔案
478 permission_manage_wiki: 管理 wiki
478 permission_manage_wiki: 管理 wiki
479 permission_rename_wiki_pages: 重新命名 wiki 頁面
479 permission_rename_wiki_pages: 重新命名 wiki 頁面
480 permission_delete_wiki_pages: 刪除 wiki 頁面
480 permission_delete_wiki_pages: 刪除 wiki 頁面
481 permission_view_wiki_pages: 檢視 wiki
481 permission_view_wiki_pages: 檢視 wiki
482 permission_view_wiki_edits: 檢視 wiki 歷史
482 permission_view_wiki_edits: 檢視 wiki 歷史
483 permission_edit_wiki_pages: 編輯 wiki 頁面
483 permission_edit_wiki_pages: 編輯 wiki 頁面
484 permission_delete_wiki_pages_attachments: 刪除附件
484 permission_delete_wiki_pages_attachments: 刪除附件
485 permission_protect_wiki_pages: 專案 wiki 頁面
485 permission_protect_wiki_pages: 專案 wiki 頁面
486 permission_manage_repository: 管理版本庫
486 permission_manage_repository: 管理版本庫
487 permission_browse_repository: 瀏覽版本庫
487 permission_browse_repository: 瀏覽版本庫
488 permission_view_changesets: 檢視變更集
488 permission_view_changesets: 檢視變更集
489 permission_commit_access: 存取送交之變更
489 permission_commit_access: 存取送交之變更
490 permission_manage_boards: 管理討論版
490 permission_manage_boards: 管理討論版
491 permission_view_messages: 檢視訊息
491 permission_view_messages: 檢視訊息
492 permission_add_messages: 新增訊息
492 permission_add_messages: 新增訊息
493 permission_edit_messages: 編輯訊息
493 permission_edit_messages: 編輯訊息
494 permission_edit_own_messages: 編輯自己的訊息
494 permission_edit_own_messages: 編輯自己的訊息
495 permission_delete_messages: 刪除訊息
495 permission_delete_messages: 刪除訊息
496 permission_delete_own_messages: 刪除自己的訊息
496 permission_delete_own_messages: 刪除自己的訊息
497 permission_export_wiki_pages: 匯出 wiki 頁面
497 permission_export_wiki_pages: 匯出 wiki 頁面
498 permission_manage_subtasks: 管理子工作項目
498 permission_manage_subtasks: 管理子工作項目
499
499
500 project_module_issue_tracking: 項目追蹤
500 project_module_issue_tracking: 項目追蹤
501 project_module_time_tracking: 工時追蹤
501 project_module_time_tracking: 工時追蹤
502 project_module_news: 新聞
502 project_module_news: 新聞
503 project_module_documents: 文件
503 project_module_documents: 文件
504 project_module_files: 檔案
504 project_module_files: 檔案
505 project_module_wiki: Wiki
505 project_module_wiki: Wiki
506 project_module_repository: 版本控管
506 project_module_repository: 版本控管
507 project_module_boards: 討論區
507 project_module_boards: 討論區
508 project_module_calendar: 日曆
508 project_module_calendar: 日曆
509 project_module_gantt: 甘特圖
509 project_module_gantt: 甘特圖
510
510
511 label_user: 用戶
511 label_user: 用戶
512 label_user_plural: 用戶清單
512 label_user_plural: 用戶清單
513 label_user_new: 建立新用戶
513 label_user_new: 建立新用戶
514 label_user_anonymous: 匿名用戶
514 label_user_anonymous: 匿名用戶
515 label_project: 專案
515 label_project: 專案
516 label_project_new: 建立新專案
516 label_project_new: 建立新專案
517 label_project_plural: 專案清單
517 label_project_plural: 專案清單
518 label_x_projects:
518 label_x_projects:
519 zero: 無專案
519 zero: 無專案
520 one: 1 個專案
520 one: 1 個專案
521 other: "{{count}} 個專案"
521 other: "{{count}} 個專案"
522 label_project_all: 全部的專案
522 label_project_all: 全部的專案
523 label_project_latest: 最近的專案
523 label_project_latest: 最近的專案
524 label_issue: 項目
524 label_issue: 項目
525 label_issue_new: 建立新項目
525 label_issue_new: 建立新項目
526 label_issue_plural: 項目清單
526 label_issue_plural: 項目清單
527 label_issue_view_all: 檢視所有項目
527 label_issue_view_all: 檢視所有項目
528 label_issues_by: "項目按 {{value}} 分組顯示"
528 label_issues_by: "項目按 {{value}} 分組顯示"
529 label_issue_added: 項目已新增
529 label_issue_added: 項目已新增
530 label_issue_updated: 項目已更新
530 label_issue_updated: 項目已更新
531 label_document: 文件
531 label_document: 文件
532 label_document_new: 建立新文件
532 label_document_new: 建立新文件
533 label_document_plural: 文件
533 label_document_plural: 文件
534 label_document_added: 文件已新增
534 label_document_added: 文件已新增
535 label_role: 角色
535 label_role: 角色
536 label_role_plural: 角色
536 label_role_plural: 角色
537 label_role_new: 建立新角色
537 label_role_new: 建立新角色
538 label_role_and_permissions: 角色與權限
538 label_role_and_permissions: 角色與權限
539 label_member: 成員
539 label_member: 成員
540 label_member_new: 建立新成員
540 label_member_new: 建立新成員
541 label_member_plural: 成員
541 label_member_plural: 成員
542 label_tracker: 追蹤標籤
542 label_tracker: 追蹤標籤
543 label_tracker_plural: 追蹤標籤清單
543 label_tracker_plural: 追蹤標籤清單
544 label_tracker_new: 建立新的追蹤標籤
544 label_tracker_new: 建立新的追蹤標籤
545 label_workflow: 流程
545 label_workflow: 流程
546 label_issue_status: 項目狀態
546 label_issue_status: 項目狀態
547 label_issue_status_plural: 項目狀態清單
547 label_issue_status_plural: 項目狀態清單
548 label_issue_status_new: 建立新狀態
548 label_issue_status_new: 建立新狀態
549 label_issue_category: 項目分類
549 label_issue_category: 項目分類
550 label_issue_category_plural: 項目分類清單
550 label_issue_category_plural: 項目分類清單
551 label_issue_category_new: 建立新分類
551 label_issue_category_new: 建立新分類
552 label_custom_field: 自訂欄位
552 label_custom_field: 自訂欄位
553 label_custom_field_plural: 自訂欄位清單
553 label_custom_field_plural: 自訂欄位清單
554 label_custom_field_new: 建立新自訂欄位
554 label_custom_field_new: 建立新自訂欄位
555 label_enumerations: 列舉值清單
555 label_enumerations: 列舉值清單
556 label_enumeration_new: 建立新列舉值
556 label_enumeration_new: 建立新列舉值
557 label_information: 資訊
557 label_information: 資訊
558 label_information_plural: 資訊
558 label_information_plural: 資訊
559 label_please_login: 請先登入
559 label_please_login: 請先登入
560 label_register: 註冊
560 label_register: 註冊
561 label_login_with_open_id_option: 或使用 OpenID 登入
561 label_login_with_open_id_option: 或使用 OpenID 登入
562 label_password_lost: 遺失密碼
562 label_password_lost: 遺失密碼
563 label_home: 網站首頁
563 label_home: 網站首頁
564 label_my_page: 帳戶首頁
564 label_my_page: 帳戶首頁
565 label_my_account: 我的帳戶
565 label_my_account: 我的帳戶
566 label_my_projects: 我的專案
566 label_my_projects: 我的專案
567 label_my_page_block: 帳戶首頁區塊
567 label_my_page_block: 帳戶首頁區塊
568 label_administration: 網站管理
568 label_administration: 網站管理
569 label_login: 登入
569 label_login: 登入
570 label_logout: 登出
570 label_logout: 登出
571 label_help: 說明
571 label_help: 說明
572 label_reported_issues: 我通報的項目
572 label_reported_issues: 我通報的項目
573 label_assigned_to_me_issues: 分派給我的項目
573 label_assigned_to_me_issues: 分派給我的項目
574 label_last_login: 最近一次連線
574 label_last_login: 最近一次連線
575 label_registered_on: 註冊於
575 label_registered_on: 註冊於
576 label_activity: 活動
576 label_activity: 活動
577 label_overall_activity: 整體活動
577 label_overall_activity: 整體活動
578 label_user_activity: "{{value}} 的活動"
578 label_user_activity: "{{value}} 的活動"
579 label_new: 建立新的...
579 label_new: 建立新的...
580 label_logged_as: 目前登入
580 label_logged_as: 目前登入
581 label_environment: 環境
581 label_environment: 環境
582 label_authentication: 認證
582 label_authentication: 認證
583 label_auth_source: 認證模式
583 label_auth_source: 認證模式
584 label_auth_source_new: 建立新認證模式
584 label_auth_source_new: 建立新認證模式
585 label_auth_source_plural: 認證模式清單
585 label_auth_source_plural: 認證模式清單
586 label_subproject_plural: 子專案
586 label_subproject_plural: 子專案
587 label_subproject_new: 建立子專案
587 label_subproject_new: 建立子專案
588 label_and_its_subprojects: "{{value}} 與其子專案"
588 label_and_its_subprojects: "{{value}} 與其子專案"
589 label_min_max_length: 最小 - 最大 長度
589 label_min_max_length: 最小 - 最大 長度
590 label_list: 清單
590 label_list: 清單
591 label_date: 日期
591 label_date: 日期
592 label_integer: 整數
592 label_integer: 整數
593 label_float: 浮點數
593 label_float: 浮點數
594 label_boolean: 布林
594 label_boolean: 布林
595 label_string: 文字
595 label_string: 文字
596 label_text: 長文字
596 label_text: 長文字
597 label_attribute: 屬性
597 label_attribute: 屬性
598 label_attribute_plural: 屬性
598 label_attribute_plural: 屬性
599 label_download: "{{count}} 個下載"
599 label_download: "{{count}} 個下載"
600 label_download_plural: "{{count}} 個下載"
600 label_download_plural: "{{count}} 個下載"
601 label_no_data: 沒有任何資料可供顯示
601 label_no_data: 沒有任何資料可供顯示
602 label_change_status: 變更狀態
602 label_change_status: 變更狀態
603 label_history: 歷史
603 label_history: 歷史
604 label_attachment: 檔案
604 label_attachment: 檔案
605 label_attachment_new: 建立新檔案
605 label_attachment_new: 建立新檔案
606 label_attachment_delete: 刪除檔案
606 label_attachment_delete: 刪除檔案
607 label_attachment_plural: 檔案
607 label_attachment_plural: 檔案
608 label_file_added: 檔案已新增
608 label_file_added: 檔案已新增
609 label_report: 報告
609 label_report: 報告
610 label_report_plural: 報告
610 label_report_plural: 報告
611 label_news: 新聞
611 label_news: 新聞
612 label_news_new: 建立新聞
612 label_news_new: 建立新聞
613 label_news_plural: 新聞
613 label_news_plural: 新聞
614 label_news_latest: 最近新聞
614 label_news_latest: 最近新聞
615 label_news_view_all: 檢視全部的新聞
615 label_news_view_all: 檢視全部的新聞
616 label_news_added: 新聞已新增
616 label_news_added: 新聞已新增
617 label_settings: 設定
617 label_settings: 設定
618 label_overview: 概觀
618 label_overview: 概觀
619 label_version: 版本
619 label_version: 版本
620 label_version_new: 建立新版本
620 label_version_new: 建立新版本
621 label_version_plural: 版本
621 label_version_plural: 版本
622 label_close_versions: 結束已完成的版本
622 label_close_versions: 結束已完成的版本
623 label_confirmation: 確認
623 label_confirmation: 確認
624 label_export_to: 匯出至
624 label_export_to: 匯出至
625 label_read: 讀取...
625 label_read: 讀取...
626 label_public_projects: 公開專案
626 label_public_projects: 公開專案
627 label_open_issues: 進行中
627 label_open_issues: 進行中
628 label_open_issues_plural: 進行中
628 label_open_issues_plural: 進行中
629 label_closed_issues: 已結束
629 label_closed_issues: 已結束
630 label_closed_issues_plural: 已結束
630 label_closed_issues_plural: 已結束
631 label_x_open_issues_abbr_on_total:
631 label_x_open_issues_abbr_on_total:
632 zero: 0 進行中 / 共 {{total}}
632 zero: 0 進行中 / 共 {{total}}
633 one: 1 進行中 / 共 {{total}}
633 one: 1 進行中 / 共 {{total}}
634 other: "{{count}} 進行中 / {{total}}"
634 other: "{{count}} 進行中 / {{total}}"
635 label_x_open_issues_abbr:
635 label_x_open_issues_abbr:
636 zero: 0 進行中
636 zero: 0 進行中
637 one: 1 進行中
637 one: 1 進行中
638 other: "{{count}} 進行中"
638 other: "{{count}} 進行中"
639 label_x_closed_issues_abbr:
639 label_x_closed_issues_abbr:
640 zero: 0 已結束
640 zero: 0 已結束
641 one: 1 已結束
641 one: 1 已結束
642 other: "{{count}} 已結束"
642 other: "{{count}} 已結束"
643 label_total: 總計
643 label_total: 總計
644 label_permissions: 權限
644 label_permissions: 權限
645 label_current_status: 目前狀態
645 label_current_status: 目前狀態
646 label_new_statuses_allowed: 可變更至以下狀態
646 label_new_statuses_allowed: 可變更至以下狀態
647 label_all: 全部
647 label_all: 全部
648 label_none: 空值
648 label_none: 空值
649 label_nobody: 無名
649 label_nobody: 無名
650 label_next: 下一頁
650 label_next: 下一頁
651 label_previous: 上一頁
651 label_previous: 上一頁
652 label_used_by: Used by
652 label_used_by: Used by
653 label_details: 明細
653 label_details: 明細
654 label_add_note: 加入一個新筆記
654 label_add_note: 加入一個新筆記
655 label_per_page: 每頁
655 label_per_page: 每頁
656 label_calendar: 日曆
656 label_calendar: 日曆
657 label_months_from: 個月, 開始月份
657 label_months_from: 個月, 開始月份
658 label_gantt: 甘特圖
658 label_gantt: 甘特圖
659 label_internal: 內部
659 label_internal: 內部
660 label_last_changes: "最近 {{count}} 個變更"
660 label_last_changes: "最近 {{count}} 個變更"
661 label_change_view_all: 檢視全部的變更
661 label_change_view_all: 檢視全部的變更
662 label_personalize_page: 自訂版面
662 label_personalize_page: 自訂版面
663 label_comment: 註解
663 label_comment: 註解
664 label_comment_plural: 註解
664 label_comment_plural: 註解
665 label_x_comments:
665 label_x_comments:
666 zero: 無註解
666 zero: 無註解
667 one: 1 個註解
667 one: 1 個註解
668 other: "{{count}} 個註解"
668 other: "{{count}} 個註解"
669 label_comment_add: 加入新註解
669 label_comment_add: 加入新註解
670 label_comment_added: 新註解已加入
670 label_comment_added: 新註解已加入
671 label_comment_delete: 刪除註解
671 label_comment_delete: 刪除註解
672 label_query: 自訂查詢
672 label_query: 自訂查詢
673 label_query_plural: 自訂查詢
673 label_query_plural: 自訂查詢
674 label_query_new: 建立新查詢
674 label_query_new: 建立新查詢
675 label_filter_add: 加入新篩選條件
675 label_filter_add: 加入新篩選條件
676 label_filter_plural: 篩選條件
676 label_filter_plural: 篩選條件
677 label_equals: 等於
677 label_equals: 等於
678 label_not_equals: 不等於
678 label_not_equals: 不等於
679 label_in_less_than: 在小於
679 label_in_less_than: 在小於
680 label_in_more_than: 在大於
680 label_in_more_than: 在大於
681 label_greater_or_equal: "大於等於 (>=)"
681 label_greater_or_equal: "大於等於 (>=)"
682 label_less_or_equal: "小於等於 (<=)"
682 label_less_or_equal: "小於等於 (<=)"
683 label_in:
683 label_in:
684 label_today: 今天
684 label_today: 今天
685 label_all_time: 全部
685 label_all_time: 全部
686 label_yesterday: 昨天
686 label_yesterday: 昨天
687 label_this_week: 本週
687 label_this_week: 本週
688 label_last_week: 上週
688 label_last_week: 上週
689 label_last_n_days: "過去 {{count}} 天"
689 label_last_n_days: "過去 {{count}} 天"
690 label_this_month: 這個月
690 label_this_month: 這個月
691 label_last_month: 上個月
691 label_last_month: 上個月
692 label_this_year: 今年
692 label_this_year: 今年
693 label_date_range: 日期區間
693 label_date_range: 日期區間
694 label_less_than_ago: 小於幾天之前
694 label_less_than_ago: 小於幾天之前
695 label_more_than_ago: 大於幾天之前
695 label_more_than_ago: 大於幾天之前
696 label_ago: 天以前
696 label_ago: 天以前
697 label_contains: 包含
697 label_contains: 包含
698 label_not_contains: 不包含
698 label_not_contains: 不包含
699 label_day_plural:
699 label_day_plural:
700 label_repository: 版本控管
700 label_repository: 版本控管
701 label_repository_plural: 版本控管
701 label_repository_plural: 版本控管
702 label_browse: 瀏覽
702 label_browse: 瀏覽
703 label_modification: "{{count}} 變更"
703 label_modification: "{{count}} 變更"
704 label_modification_plural: "{{count}} 變更"
704 label_modification_plural: "{{count}} 變更"
705 label_branch: 分支
705 label_branch: 分支
706 label_tag: 標籤
706 label_tag: 標籤
707 label_revision: 版次
707 label_revision: 版次
708 label_revision_plural: 版次清單
708 label_revision_plural: 版次清單
709 label_revision_id: "版次 {{value}}"
709 label_revision_id: "版次 {{value}}"
710 label_associated_revisions: 相關版次
710 label_associated_revisions: 相關版次
711 label_added: 已新增
711 label_added: 已新增
712 label_modified: 已修改
712 label_modified: 已修改
713 label_copied: 已複製
713 label_copied: 已複製
714 label_renamed: 已重新命名
714 label_renamed: 已重新命名
715 label_deleted: 已刪除
715 label_deleted: 已刪除
716 label_latest_revision: 最新版次
716 label_latest_revision: 最新版次
717 label_latest_revision_plural: 最近版次清單
717 label_latest_revision_plural: 最近版次清單
718 label_view_revisions: 檢視版次清單
718 label_view_revisions: 檢視版次清單
719 label_view_all_revisions: 檢視全部的版次清單
719 label_view_all_revisions: 檢視全部的版次清單
720 label_max_size: 最大長度
720 label_max_size: 最大長度
721 label_sort_highest: 移動至開頭
721 label_sort_highest: 移動至開頭
722 label_sort_higher: 往上移動
722 label_sort_higher: 往上移動
723 label_sort_lower: 往下移動
723 label_sort_lower: 往下移動
724 label_sort_lowest: 移動至結尾
724 label_sort_lowest: 移動至結尾
725 label_roadmap: 版本藍圖
725 label_roadmap: 版本藍圖
726 label_roadmap_due_in: "剩餘 {{value}}"
726 label_roadmap_due_in: "剩餘 {{value}}"
727 label_roadmap_overdue: "逾期 {{value}}"
727 label_roadmap_overdue: "逾期 {{value}}"
728 label_roadmap_no_issues: 此版本尚未包含任何項目
728 label_roadmap_no_issues: 此版本尚未包含任何項目
729 label_search: 搜尋
729 label_search: 搜尋
730 label_result_plural: 結果
730 label_result_plural: 結果
731 label_all_words: 包含全部的字詞
731 label_all_words: 包含全部的字詞
732 label_wiki: Wiki
732 label_wiki: Wiki
733 label_wiki_edit: Wiki 編輯
733 label_wiki_edit: Wiki 編輯
734 label_wiki_edit_plural: Wiki 編輯
734 label_wiki_edit_plural: Wiki 編輯
735 label_wiki_page: Wiki 網頁
735 label_wiki_page: Wiki 網頁
736 label_wiki_page_plural: Wiki 網頁
736 label_wiki_page_plural: Wiki 網頁
737 label_index_by_title: 依標題索引
737 label_index_by_title: 依標題索引
738 label_index_by_date: 依日期索引
738 label_index_by_date: 依日期索引
739 label_current_version: 現行版本
739 label_current_version: 現行版本
740 label_preview: 預覽
740 label_preview: 預覽
741 label_feed_plural: Feeds
741 label_feed_plural: Feeds
742 label_changes_details: 所有變更的明細
742 label_changes_details: 所有變更的明細
743 label_issue_tracking: 項目追蹤
743 label_issue_tracking: 項目追蹤
744 label_spent_time: 耗用工時
744 label_spent_time: 耗用工時
745 label_overall_spent_time: 整體耗用工時
745 label_overall_spent_time: 整體耗用工時
746 label_f_hour: "{{value}} 小時"
746 label_f_hour: "{{value}} 小時"
747 label_f_hour_plural: "{{value}} 小時"
747 label_f_hour_plural: "{{value}} 小時"
748 label_time_tracking: 工時追蹤
748 label_time_tracking: 工時追蹤
749 label_change_plural: 變更
749 label_change_plural: 變更
750 label_statistics: 統計資訊
750 label_statistics: 統計資訊
751 label_commits_per_month: 依月份統計送交次數
751 label_commits_per_month: 依月份統計送交次數
752 label_commits_per_author: 依作者統計送交次數
752 label_commits_per_author: 依作者統計送交次數
753 label_view_diff: 檢視差異
753 label_view_diff: 檢視差異
754 label_diff_inline: 直列
754 label_diff_inline: 直列
755 label_diff_side_by_side: 並排
755 label_diff_side_by_side: 並排
756 label_options: 選項清單
756 label_options: 選項清單
757 label_copy_workflow_from: 從以下追蹤標籤複製工作流程
757 label_copy_workflow_from: 從以下追蹤標籤複製工作流程
758 label_permissions_report: 權限報表
758 label_permissions_report: 權限報表
759 label_watched_issues: 觀察中的項目清單
759 label_watched_issues: 觀察中的項目清單
760 label_related_issues: 相關的項目清單
760 label_related_issues: 相關的項目清單
761 label_applied_status: 已套用狀態
761 label_applied_status: 已套用狀態
762 label_loading: 載入中...
762 label_loading: 載入中...
763 label_relation_new: 建立新關聯
763 label_relation_new: 建立新關聯
764 label_relation_delete: 刪除關聯
764 label_relation_delete: 刪除關聯
765 label_relates_to: 關聯至
765 label_relates_to: 關聯至
766 label_duplicates: 已重複
766 label_duplicates: 已重複
767 label_duplicated_by: 與後面所列項目重複
767 label_duplicated_by: 與後面所列項目重複
768 label_blocks: 阻擋
768 label_blocks: 阻擋
769 label_blocked_by: 被阻擋
769 label_blocked_by: 被阻擋
770 label_precedes: 優先於
770 label_precedes: 優先於
771 label_follows: 跟隨於
771 label_follows: 跟隨於
772 label_end_to_start: 結束─開始
772 label_end_to_start: 結束─開始
773 label_end_to_end: 結束─結束
773 label_end_to_end: 結束─結束
774 label_start_to_start: 開始─開始
774 label_start_to_start: 開始─開始
775 label_start_to_end: 開始─結束
775 label_start_to_end: 開始─結束
776 label_stay_logged_in: 維持已登入狀態
776 label_stay_logged_in: 維持已登入狀態
777 label_disabled: 關閉
777 label_disabled: 關閉
778 label_show_completed_versions: 顯示已完成的版本
778 label_show_completed_versions: 顯示已完成的版本
779 label_me: 我自己
779 label_me: 我自己
780 label_board: 論壇
780 label_board: 論壇
781 label_board_new: 建立新論壇
781 label_board_new: 建立新論壇
782 label_board_plural: 論壇
782 label_board_plural: 論壇
783 label_board_locked: 鎖定
783 label_board_locked: 鎖定
784 label_board_sticky: 置頂
784 label_board_sticky: 置頂
785 label_topic_plural: 討論主題
785 label_topic_plural: 討論主題
786 label_message_plural: 訊息
786 label_message_plural: 訊息
787 label_message_last: 上一封訊息
787 label_message_last: 上一封訊息
788 label_message_new: 建立新訊息
788 label_message_new: 建立新訊息
789 label_message_posted: 訊息已新增
789 label_message_posted: 訊息已新增
790 label_reply_plural: 回應
790 label_reply_plural: 回應
791 label_send_information: 寄送帳戶資訊電子郵件給用戶
791 label_send_information: 寄送帳戶資訊電子郵件給用戶
792 label_year:
792 label_year:
793 label_month:
793 label_month:
794 label_week:
794 label_week:
795 label_date_from: 開始
795 label_date_from: 開始
796 label_date_to: 結束
796 label_date_to: 結束
797 label_language_based: 依用戶之語系決定
797 label_language_based: 依用戶之語系決定
798 label_sort_by: "按 {{value}} 排序"
798 label_sort_by: "按 {{value}} 排序"
799 label_send_test_email: 寄送測試郵件
799 label_send_test_email: 寄送測試郵件
800 label_feeds_access_key: RSS 存取金鑰
800 label_feeds_access_key: RSS 存取金鑰
801 label_missing_feeds_access_key: 找不到 RSS 存取金鑰
801 label_missing_feeds_access_key: 找不到 RSS 存取金鑰
802 label_feeds_access_key_created_on: "RSS 存取鍵建立於 {{value}} 之前"
802 label_feeds_access_key_created_on: "RSS 存取鍵建立於 {{value}} 之前"
803 label_module_plural: 模組
803 label_module_plural: 模組
804 label_added_time_by: "是由 {{author}} {{age}} 前加入"
804 label_added_time_by: "是由 {{author}} {{age}} 前加入"
805 label_updated_time_by: "是由 {{author}} {{age}} 前更新"
805 label_updated_time_by: "是由 {{author}} {{age}} 前更新"
806 label_updated_time: "於 {{value}} 前更新"
806 label_updated_time: "於 {{value}} 前更新"
807 label_jump_to_a_project: 選擇欲前往的專案...
807 label_jump_to_a_project: 選擇欲前往的專案...
808 label_file_plural: 檔案清單
808 label_file_plural: 檔案清單
809 label_changeset_plural: 變更集清單
809 label_changeset_plural: 變更集清單
810 label_default_columns: 預設欄位清單
810 label_default_columns: 預設欄位清單
811 label_no_change_option: (維持不變)
811 label_no_change_option: (維持不變)
812 label_bulk_edit_selected_issues: 編輯選定的項目
812 label_bulk_edit_selected_issues: 編輯選定的項目
813 label_theme: 畫面主題
813 label_theme: 畫面主題
814 label_default: 預設
814 label_default: 預設
815 label_search_titles_only: 僅搜尋標題
815 label_search_titles_only: 僅搜尋標題
816 label_user_mail_option_all: "提醒與我的專案有關的全部事件"
816 label_user_mail_option_all: "提醒與我的專案有關的全部事件"
817 label_user_mail_option_selected: "只提醒我所選擇專案中的事件..."
817 label_user_mail_option_selected: "只提醒我所選擇專案中的事件..."
818 label_user_mail_option_none: "取消提醒"
818 label_user_mail_option_none: "取消提醒"
819 label_user_mail_option_only_my_events: "只提醒我觀察中或參與中的事物"
820 label_user_mail_option_only_assigned: "只提醒我被指派的事物"
821 label_user_mail_option_only_owner: "只提醒我作為擁有者的事物"
822 label_user_mail_no_self_notified: "不提醒我自己所做的變更"
819 label_user_mail_no_self_notified: "不提醒我自己所做的變更"
823 label_registration_activation_by_email: 透過電子郵件啟用帳戶
820 label_registration_activation_by_email: 透過電子郵件啟用帳戶
824 label_registration_manual_activation: 手動啟用帳戶
821 label_registration_manual_activation: 手動啟用帳戶
825 label_registration_automatic_activation: 自動啟用帳戶
822 label_registration_automatic_activation: 自動啟用帳戶
826 label_display_per_page: "每頁顯示: {{value}} 個"
823 label_display_per_page: "每頁顯示: {{value}} 個"
827 label_age: 年齡
824 label_age: 年齡
828 label_change_properties: 變更屬性
825 label_change_properties: 變更屬性
829 label_general: 一般
826 label_general: 一般
830 label_more: 更多 »
827 label_more: 更多 »
831 label_scm: 版本控管
828 label_scm: 版本控管
832 label_plugins: 附加元件
829 label_plugins: 附加元件
833 label_ldap_authentication: LDAP 認證
830 label_ldap_authentication: LDAP 認證
834 label_downloads_abbr: 下載
831 label_downloads_abbr: 下載
835 label_optional_description: 額外的說明
832 label_optional_description: 額外的說明
836 label_add_another_file: 增加其他檔案
833 label_add_another_file: 增加其他檔案
837 label_preferences: 偏好選項
834 label_preferences: 偏好選項
838 label_chronological_order: 以時間由遠至近排序
835 label_chronological_order: 以時間由遠至近排序
839 label_reverse_chronological_order: 以時間由近至遠排序
836 label_reverse_chronological_order: 以時間由近至遠排序
840 label_planning: 計劃表
837 label_planning: 計劃表
841 label_incoming_emails: 傳入的電子郵件
838 label_incoming_emails: 傳入的電子郵件
842 label_generate_key: 產生金鑰
839 label_generate_key: 產生金鑰
843 label_issue_watchers: 觀察者
840 label_issue_watchers: 觀察者
844 label_example: 範例
841 label_example: 範例
845 label_display: 顯示
842 label_display: 顯示
846 label_sort: 排序
843 label_sort: 排序
847 label_ascending: 遞增排序
844 label_ascending: 遞增排序
848 label_descending: 遞減排序
845 label_descending: 遞減排序
849 label_date_from_to: 起 {{start}} 迄 {{end}}
846 label_date_from_to: 起 {{start}} 迄 {{end}}
850 label_wiki_content_added: Wiki 頁面已新增
847 label_wiki_content_added: Wiki 頁面已新增
851 label_wiki_content_updated: Wiki 頁面已更新
848 label_wiki_content_updated: Wiki 頁面已更新
852 label_group: 群組
849 label_group: 群組
853 label_group_plural: 群組清單
850 label_group_plural: 群組清單
854 label_group_new: 建立新群組
851 label_group_new: 建立新群組
855 label_time_entry_plural: 耗用工時
852 label_time_entry_plural: 耗用工時
856 label_version_sharing_none: 不共用
853 label_version_sharing_none: 不共用
857 label_version_sharing_descendants: 與子專案共用
854 label_version_sharing_descendants: 與子專案共用
858 label_version_sharing_hierarchy: 與專案階層架構共用
855 label_version_sharing_hierarchy: 與專案階層架構共用
859 label_version_sharing_tree: 與專案樹共用
856 label_version_sharing_tree: 與專案樹共用
860 label_version_sharing_system: 與全部的專案共用
857 label_version_sharing_system: 與全部的專案共用
861 label_update_issue_done_ratios: 更新項目完成百分比
858 label_update_issue_done_ratios: 更新項目完成百分比
862 label_copy_source: 來源
859 label_copy_source: 來源
863 label_copy_target: 目的地
860 label_copy_target: 目的地
864 label_copy_same_as_target: 與目的地相同
861 label_copy_same_as_target: 與目的地相同
865 label_display_used_statuses_only: 僅顯示此追蹤標籤所使用之狀態
862 label_display_used_statuses_only: 僅顯示此追蹤標籤所使用之狀態
866 label_api_access_key: API 存取金鑰
863 label_api_access_key: API 存取金鑰
867 label_missing_api_access_key: 找不到 API 存取金鑰
864 label_missing_api_access_key: 找不到 API 存取金鑰
868 label_api_access_key_created_on: "API 存取金鑰建立於 {{value}} 之前"
865 label_api_access_key_created_on: "API 存取金鑰建立於 {{value}} 之前"
869 label_profile: 配置概況
866 label_profile: 配置概況
870 label_subtask_plural: 子工作項目
867 label_subtask_plural: 子工作項目
871 label_project_copy_notifications: 在複製專案的過程中,傳送通知郵件
868 label_project_copy_notifications: 在複製專案的過程中,傳送通知郵件
872 label_principal_search: "搜尋用戶或群組:"
869 label_principal_search: "搜尋用戶或群組:"
873 label_user_search: "搜尋用戶:"
870 label_user_search: "搜尋用戶:"
874
871
875 button_login: 登入
872 button_login: 登入
876 button_submit: 送出
873 button_submit: 送出
877 button_save: 儲存
874 button_save: 儲存
878 button_check_all: 全選
875 button_check_all: 全選
879 button_uncheck_all: 全不選
876 button_uncheck_all: 全不選
880 button_delete: 刪除
877 button_delete: 刪除
881 button_create: 建立
878 button_create: 建立
882 button_create_and_continue: 繼續建立
879 button_create_and_continue: 繼續建立
883 button_test: 測試
880 button_test: 測試
884 button_edit: 編輯
881 button_edit: 編輯
885 button_edit_associated_wikipage: "編輯相關 Wiki 頁面: {{page_title}}"
882 button_edit_associated_wikipage: "編輯相關 Wiki 頁面: {{page_title}}"
886 button_add: 新增
883 button_add: 新增
887 button_change: 修改
884 button_change: 修改
888 button_apply: 套用
885 button_apply: 套用
889 button_clear: 清除
886 button_clear: 清除
890 button_lock: 鎖定
887 button_lock: 鎖定
891 button_unlock: 解除鎖定
888 button_unlock: 解除鎖定
892 button_download: 下載
889 button_download: 下載
893 button_list: 清單
890 button_list: 清單
894 button_view: 檢視
891 button_view: 檢視
895 button_move: 移動
892 button_move: 移動
896 button_move_and_follow: 移動後跟隨
893 button_move_and_follow: 移動後跟隨
897 button_back: 返回
894 button_back: 返回
898 button_cancel: 取消
895 button_cancel: 取消
899 button_activate: 啟用
896 button_activate: 啟用
900 button_sort: 排序
897 button_sort: 排序
901 button_log_time: 記錄時間
898 button_log_time: 記錄時間
902 button_rollback: 還原至此版本
899 button_rollback: 還原至此版本
903 button_watch: 觀察
900 button_watch: 觀察
904 button_unwatch: 取消觀察
901 button_unwatch: 取消觀察
905 button_reply: 回應
902 button_reply: 回應
906 button_archive: 歸檔
903 button_archive: 歸檔
907 button_unarchive: 取消歸檔
904 button_unarchive: 取消歸檔
908 button_reset: 回復
905 button_reset: 回復
909 button_rename: 重新命名
906 button_rename: 重新命名
910 button_change_password: 變更密碼
907 button_change_password: 變更密碼
911 button_copy: 複製
908 button_copy: 複製
912 button_copy_and_follow: 複製後跟隨
909 button_copy_and_follow: 複製後跟隨
913 button_annotate: 註解
910 button_annotate: 註解
914 button_update: 更新
911 button_update: 更新
915 button_configure: 設定
912 button_configure: 設定
916 button_quote: 引用
913 button_quote: 引用
917 button_duplicate: 重製
914 button_duplicate: 重製
918 button_show: 顯示
915 button_show: 顯示
919
916
920 status_active: 活動中
917 status_active: 活動中
921 status_registered: 註冊完成
918 status_registered: 註冊完成
922 status_locked: 鎖定中
919 status_locked: 鎖定中
923
920
924 version_status_open: 進行中
921 version_status_open: 進行中
925 version_status_locked: 已鎖定
922 version_status_locked: 已鎖定
926 version_status_closed: 已結束
923 version_status_closed: 已結束
927
924
928 field_active: 活動中
925 field_active: 活動中
929
926
930 text_select_mail_notifications: 選擇欲寄送提醒通知郵件之動作
927 text_select_mail_notifications: 選擇欲寄送提醒通知郵件之動作
931 text_regexp_info: eg. ^[A-Z0-9]+$
928 text_regexp_info: eg. ^[A-Z0-9]+$
932 text_min_max_length_info: 0 代表「不限制」
929 text_min_max_length_info: 0 代表「不限制」
933 text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料?
930 text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料?
934 text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。"
931 text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。"
935 text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程
932 text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程
936 text_are_you_sure: 確定執行?
933 text_are_you_sure: 確定執行?
937 text_are_you_sure_with_children: "確定刪除此工作項目及其子項目?"
934 text_are_you_sure_with_children: "確定刪除此工作項目及其子項目?"
938 text_journal_changed: "{{label}} {{old}} 變更為 {{new}}"
935 text_journal_changed: "{{label}} {{old}} 變更為 {{new}}"
939 text_journal_set_to: "{{label}} 設定為 {{value}}"
936 text_journal_set_to: "{{label}} 設定為 {{value}}"
940 text_journal_deleted: "{{label}} 已刪除 ({{old}})"
937 text_journal_deleted: "{{label}} 已刪除 ({{old}})"
941 text_journal_added: "{{label}} {{value}} 已新增"
938 text_journal_added: "{{label}} {{value}} 已新增"
942 text_tip_issue_begin_day: 今天起始的工作
939 text_tip_issue_begin_day: 今天起始的工作
943 text_tip_issue_end_day: 今天截止的的工作
940 text_tip_issue_end_day: 今天截止的的工作
944 text_tip_issue_begin_end_day: 今天起始與截止的工作
941 text_tip_issue_begin_end_day: 今天起始與截止的工作
945 text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。'
942 text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。'
946 text_caracters_maximum: "最多 {{count}} 個字元."
943 text_caracters_maximum: "最多 {{count}} 個字元."
947 text_caracters_minimum: "長度必須大於 {{count}} 個字元."
944 text_caracters_minimum: "長度必須大於 {{count}} 個字元."
948 text_length_between: "長度必須介於 {{min}} {{max}} 個字元之間."
945 text_length_between: "長度必須介於 {{min}} {{max}} 個字元之間."
949 text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程
946 text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程
950 text_unallowed_characters: 不允許的字元
947 text_unallowed_characters: 不允許的字元
951 text_comma_separated: 可輸入多個值(須以逗號分隔)。
948 text_comma_separated: 可輸入多個值(須以逗號分隔)。
952 text_line_separated: 可輸入多個值(須以換行符號分隔,即每列只能輸入一個值)。
949 text_line_separated: 可輸入多個值(須以換行符號分隔,即每列只能輸入一個值)。
953 text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字
950 text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字
954 text_issue_added: "項目 {{id}} 已被 {{author}} 通報。"
951 text_issue_added: "項目 {{id}} 已被 {{author}} 通報。"
955 text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。"
952 text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。"
956 text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容?
953 text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容?
957 text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?"
954 text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?"
958 text_issue_category_destroy_assignments: 移除這些項目的分類
955 text_issue_category_destroy_assignments: 移除這些項目的分類
959 text_issue_category_reassign_to: 重新指派這些項目至其它分類
956 text_issue_category_reassign_to: 重新指派這些項目至其它分類
960 text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)"
957 text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)"
961 text_no_configuration_data: "角色、追蹤標籤、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的組態。將預設組態載入之後,您可再變更其中之值。"
958 text_no_configuration_data: "角色、追蹤標籤、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的組態。將預設組態載入之後,您可再變更其中之值。"
962 text_load_default_configuration: 載入預設組態
959 text_load_default_configuration: 載入預設組態
963 text_status_changed_by_changeset: "已套用至變更集 {{value}}."
960 text_status_changed_by_changeset: "已套用至變更集 {{value}}."
964 text_issues_destroy_confirmation: '確定刪除已選擇的項目?'
961 text_issues_destroy_confirmation: '確定刪除已選擇的項目?'
965 text_select_project_modules: '選擇此專案可使用之模組:'
962 text_select_project_modules: '選擇此專案可使用之模組:'
966 text_default_administrator_account_changed: 已變更預設管理員帳號內容
963 text_default_administrator_account_changed: 已變更預設管理員帳號內容
967 text_file_repository_writable: 可寫入附加檔案目錄
964 text_file_repository_writable: 可寫入附加檔案目錄
968 text_plugin_assets_writable: 可寫入附加元件目錄
965 text_plugin_assets_writable: 可寫入附加元件目錄
969 text_rmagick_available: 可使用 RMagick (選配)
966 text_rmagick_available: 可使用 RMagick (選配)
970 text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是?
967 text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是?
971 text_destroy_time_entries: 刪除已報工的時數
968 text_destroy_time_entries: 刪除已報工的時數
972 text_assign_time_entries_to_project: 指定已報工的時數至專案中
969 text_assign_time_entries_to_project: 指定已報工的時數至專案中
973 text_reassign_time_entries: '重新指定已報工的時數至此項目:'
970 text_reassign_time_entries: '重新指定已報工的時數至此項目:'
974 text_user_wrote: "{{value}} 先前提到:"
971 text_user_wrote: "{{value}} 先前提到:"
975 text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。"
972 text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。"
976 text_enumeration_category_reassign_to: '重新設定其列舉值為:'
973 text_enumeration_category_reassign_to: '重新設定其列舉值為:'
977 text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。"
974 text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。"
978 text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。"
975 text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。"
979 text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值'
976 text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值'
980 text_custom_field_possible_values_info: '一列輸入一個值'
977 text_custom_field_possible_values_info: '一列輸入一個值'
981 text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?"
978 text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?"
982 text_wiki_page_nullify_children: "保留所有子頁面當作根頁面"
979 text_wiki_page_nullify_children: "保留所有子頁面當作根頁面"
983 text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面"
980 text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面"
984 text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面"
981 text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面"
985 text_own_membership_delete_confirmation: "您在專案中,所擁有的部分或全部權限即將被移除,在這之後可能無法再次編輯此專案。\n您確定要繼續執行這個動作?"
982 text_own_membership_delete_confirmation: "您在專案中,所擁有的部分或全部權限即將被移除,在這之後可能無法再次編輯此專案。\n您確定要繼續執行這個動作?"
986 text_zoom_in: 放大
983 text_zoom_in: 放大
987 text_zoom_out: 縮小
984 text_zoom_out: 縮小
988
985
989 default_role_manager: 管理人員
986 default_role_manager: 管理人員
990 default_role_developer: 開發人員
987 default_role_developer: 開發人員
991 default_role_reporter: 報告人員
988 default_role_reporter: 報告人員
992 default_tracker_bug: 臭蟲
989 default_tracker_bug: 臭蟲
993 default_tracker_feature: 功能
990 default_tracker_feature: 功能
994 default_tracker_support: 支援
991 default_tracker_support: 支援
995 default_issue_status_new: 新建立
992 default_issue_status_new: 新建立
996 default_issue_status_in_progress: 實作中
993 default_issue_status_in_progress: 實作中
997 default_issue_status_resolved: 已解決
994 default_issue_status_resolved: 已解決
998 default_issue_status_feedback: 已回應
995 default_issue_status_feedback: 已回應
999 default_issue_status_closed: 已結束
996 default_issue_status_closed: 已結束
1000 default_issue_status_rejected: 已拒絕
997 default_issue_status_rejected: 已拒絕
1001 default_doc_category_user: 使用手冊
998 default_doc_category_user: 使用手冊
1002 default_doc_category_tech: 技術文件
999 default_doc_category_tech: 技術文件
1003 default_priority_low:
1000 default_priority_low:
1004 default_priority_normal: 正常
1001 default_priority_normal: 正常
1005 default_priority_high:
1002 default_priority_high:
1006 default_priority_urgent:
1003 default_priority_urgent:
1007 default_priority_immediate:
1004 default_priority_immediate:
1008 default_activity_design: 設計
1005 default_activity_design: 設計
1009 default_activity_development: 開發
1006 default_activity_development: 開發
1010
1007
1011 enumeration_issue_priorities: 項目優先權
1008 enumeration_issue_priorities: 項目優先權
1012 enumeration_doc_categories: 文件分類
1009 enumeration_doc_categories: 文件分類
1013 enumeration_activities: 活動 (時間追蹤)
1010 enumeration_activities: 活動 (時間追蹤)
1014 enumeration_system_activity: 系統活動
1011 enumeration_system_activity: 系統活動
1015
1012
General Comments 0
You need to be logged in to leave comments. Login now