@@ -1,925 +1,925 | |||||
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_done_ratio: % Прогрес |
|
224 | field_done_ratio: % Прогрес | |
225 | field_auth_source: Начин на оторизация |
|
225 | field_auth_source: Начин на оторизация | |
226 | field_hide_mail: Скрий e-mail адреса ми |
|
226 | field_hide_mail: Скрий e-mail адреса ми | |
227 | field_comments: Коментар |
|
227 | field_comments: Коментар | |
228 | field_url: Адрес |
|
228 | field_url: Адрес | |
229 | field_start_page: Начална страница |
|
229 | field_start_page: Начална страница | |
230 | field_subproject: Подпроект |
|
230 | field_subproject: Подпроект | |
231 | field_hours: Часове |
|
231 | field_hours: Часове | |
232 | field_activity: Дейност |
|
232 | field_activity: Дейност | |
233 | field_spent_on: Дата |
|
233 | field_spent_on: Дата | |
234 | field_identifier: Идентификатор |
|
234 | field_identifier: Идентификатор | |
235 | field_is_filter: Използва се за филтър |
|
235 | field_is_filter: Използва се за филтър | |
236 | field_issue_to: Свързана задача |
|
236 | field_issue_to: Свързана задача | |
237 | field_delay: Отместване |
|
237 | field_delay: Отместване | |
238 | field_assignable: Възможно е възлагане на задачи за тази роля |
|
238 | field_assignable: Възможно е възлагане на задачи за тази роля | |
239 | field_redirect_existing_links: Пренасочване на съществуващи линкове |
|
239 | field_redirect_existing_links: Пренасочване на съществуващи линкове | |
240 | field_estimated_hours: Изчислено време |
|
240 | field_estimated_hours: Изчислено време | |
241 | field_default_value: Стойност по подразбиране |
|
241 | field_default_value: Стойност по подразбиране | |
242 |
|
242 | |||
243 | setting_app_title: Заглавие |
|
243 | setting_app_title: Заглавие | |
244 | setting_app_subtitle: Описание |
|
244 | setting_app_subtitle: Описание | |
245 | setting_welcome_text: Допълнителен текст |
|
245 | setting_welcome_text: Допълнителен текст | |
246 | setting_default_language: Език по подразбиране |
|
246 | setting_default_language: Език по подразбиране | |
247 | setting_login_required: Изискване за вход в системата |
|
247 | setting_login_required: Изискване за вход в системата | |
248 | setting_self_registration: Регистрация от потребители |
|
248 | setting_self_registration: Регистрация от потребители | |
249 | setting_attachment_max_size: Максимална големина на прикачен файл |
|
249 | setting_attachment_max_size: Максимална големина на прикачен файл | |
250 | setting_issues_export_limit: Максимален брой задачи за експорт |
|
250 | setting_issues_export_limit: Максимален брой задачи за експорт | |
251 | setting_mail_from: E-mail адрес за емисии |
|
251 | setting_mail_from: E-mail адрес за емисии | |
252 | setting_host_name: Хост |
|
252 | setting_host_name: Хост | |
253 | setting_text_formatting: Форматиране на текста |
|
253 | setting_text_formatting: Форматиране на текста | |
254 | setting_wiki_compression: Wiki компресиране на историята |
|
254 | setting_wiki_compression: Wiki компресиране на историята | |
255 | setting_feeds_limit: Максимален брой за емисии |
|
255 | setting_feeds_limit: Максимален брой за емисии | |
256 | setting_autofetch_changesets: Автоматично обработване на ревизиите |
|
256 | setting_autofetch_changesets: Автоматично обработване на ревизиите | |
257 | setting_sys_api_enabled: Разрешаване на WS за управление |
|
257 | setting_sys_api_enabled: Разрешаване на WS за управление | |
258 | setting_commit_ref_keywords: Отбелязващи ключови думи |
|
258 | setting_commit_ref_keywords: Отбелязващи ключови думи | |
259 | setting_commit_fix_keywords: Приключващи ключови думи |
|
259 | setting_commit_fix_keywords: Приключващи ключови думи | |
260 | setting_autologin: Автоматичен вход |
|
260 | setting_autologin: Автоматичен вход | |
261 | setting_date_format: Формат на датата |
|
261 | setting_date_format: Формат на датата | |
262 | setting_cross_project_issue_relations: Релации на задачи между проекти |
|
262 | setting_cross_project_issue_relations: Релации на задачи между проекти | |
263 |
|
263 | |||
264 | label_user: Потребител |
|
264 | label_user: Потребител | |
265 | label_user_plural: Потребители |
|
265 | label_user_plural: Потребители | |
266 | label_user_new: Нов потребител |
|
266 | label_user_new: Нов потребител | |
267 | label_project: Проект |
|
267 | label_project: Проект | |
268 | label_project_new: Нов проект |
|
268 | label_project_new: Нов проект | |
269 | label_project_plural: Проекти |
|
269 | label_project_plural: Проекти | |
270 | label_x_projects: |
|
270 | label_x_projects: | |
271 | zero: 0 проекти |
|
271 | zero: 0 проекти | |
272 | one: 1 проект |
|
272 | one: 1 проект | |
273 | other: "{{count}} проекта" |
|
273 | other: "{{count}} проекта" | |
274 | label_project_all: Всички проекти |
|
274 | label_project_all: Всички проекти | |
275 | label_project_latest: Последни проекти |
|
275 | label_project_latest: Последни проекти | |
276 | label_issue: Задача |
|
276 | label_issue: Задача | |
277 | label_issue_new: Нова задача |
|
277 | label_issue_new: Нова задача | |
278 | label_issue_plural: Задачи |
|
278 | label_issue_plural: Задачи | |
279 | label_issue_view_all: Всички задачи |
|
279 | label_issue_view_all: Всички задачи | |
280 | label_document: Документ |
|
280 | label_document: Документ | |
281 | label_document_new: Нов документ |
|
281 | label_document_new: Нов документ | |
282 | label_document_plural: Документи |
|
282 | label_document_plural: Документи | |
283 | label_role: Роля |
|
283 | label_role: Роля | |
284 | label_role_plural: Роли |
|
284 | label_role_plural: Роли | |
285 | label_role_new: Нова роля |
|
285 | label_role_new: Нова роля | |
286 | label_role_and_permissions: Роли и права |
|
286 | label_role_and_permissions: Роли и права | |
287 | label_member: Член |
|
287 | label_member: Член | |
288 | label_member_new: Нов член |
|
288 | label_member_new: Нов член | |
289 | label_member_plural: Членове |
|
289 | label_member_plural: Членове | |
290 | label_tracker: Тракер |
|
290 | label_tracker: Тракер | |
291 | label_tracker_plural: Тракери |
|
291 | label_tracker_plural: Тракери | |
292 | label_tracker_new: Нов тракер |
|
292 | label_tracker_new: Нов тракер | |
293 | label_workflow: Работен процес |
|
293 | label_workflow: Работен процес | |
294 | label_issue_status: Състояние на задача |
|
294 | label_issue_status: Състояние на задача | |
295 | label_issue_status_plural: Състояния на задачи |
|
295 | label_issue_status_plural: Състояния на задачи | |
296 | label_issue_status_new: Ново състояние |
|
296 | label_issue_status_new: Ново състояние | |
297 | label_issue_category: Категория задача |
|
297 | label_issue_category: Категория задача | |
298 | label_issue_category_plural: Категории задачи |
|
298 | label_issue_category_plural: Категории задачи | |
299 | label_issue_category_new: Нова категория |
|
299 | label_issue_category_new: Нова категория | |
300 | label_custom_field: Потребителско поле |
|
300 | label_custom_field: Потребителско поле | |
301 | label_custom_field_plural: Потребителски полета |
|
301 | label_custom_field_plural: Потребителски полета | |
302 | label_custom_field_new: Ново потребителско поле |
|
302 | label_custom_field_new: Ново потребителско поле | |
303 | label_enumerations: Списъци |
|
303 | label_enumerations: Списъци | |
304 | label_enumeration_new: Нова стойност |
|
304 | label_enumeration_new: Нова стойност | |
305 | label_information: Информация |
|
305 | label_information: Информация | |
306 | label_information_plural: Информация |
|
306 | label_information_plural: Информация | |
307 | label_please_login: Вход |
|
307 | label_please_login: Вход | |
308 | label_register: Регистрация |
|
308 | label_register: Регистрация | |
309 | label_password_lost: Забравена парола |
|
309 | label_password_lost: Забравена парола | |
310 | label_home: Начало |
|
310 | label_home: Начало | |
311 | label_my_page: Лична страница |
|
311 | label_my_page: Лична страница | |
312 | label_my_account: Профил |
|
312 | label_my_account: Профил | |
313 | label_my_projects: Проекти, в които участвам |
|
313 | label_my_projects: Проекти, в които участвам | |
314 | label_administration: Администрация |
|
314 | label_administration: Администрация | |
315 | label_login: Вход |
|
315 | label_login: Вход | |
316 | label_logout: Изход |
|
316 | label_logout: Изход | |
317 | label_help: Помощ |
|
317 | label_help: Помощ | |
318 | label_reported_issues: Публикувани задачи |
|
318 | label_reported_issues: Публикувани задачи | |
319 | label_assigned_to_me_issues: Възложени на мен |
|
319 | label_assigned_to_me_issues: Възложени на мен | |
320 | label_last_login: Последно свързване |
|
320 | label_last_login: Последно свързване | |
321 | label_registered_on: Регистрация |
|
321 | label_registered_on: Регистрация | |
322 | label_activity: Дейност |
|
322 | label_activity: Дейност | |
323 | label_new: Нов |
|
323 | label_new: Нов | |
324 | label_logged_as: Здравейте, |
|
324 | label_logged_as: Здравейте, | |
325 | label_environment: Среда |
|
325 | label_environment: Среда | |
326 | label_authentication: Оторизация |
|
326 | label_authentication: Оторизация | |
327 | label_auth_source: Начин на оторозация |
|
327 | label_auth_source: Начин на оторозация | |
328 | label_auth_source_new: Нов начин на оторизация |
|
328 | label_auth_source_new: Нов начин на оторизация | |
329 | label_auth_source_plural: Начини на оторизация |
|
329 | label_auth_source_plural: Начини на оторизация | |
330 | label_subproject_plural: Подпроекти |
|
330 | label_subproject_plural: Подпроекти | |
331 | label_min_max_length: Минимална - максимална дължина |
|
331 | label_min_max_length: Минимална - максимална дължина | |
332 | label_list: Списък |
|
332 | label_list: Списък | |
333 | label_date: Дата |
|
333 | label_date: Дата | |
334 | label_integer: Целочислен |
|
334 | label_integer: Целочислен | |
335 | label_boolean: Чекбокс |
|
335 | label_boolean: Чекбокс | |
336 | label_string: Текст |
|
336 | label_string: Текст | |
337 | label_text: Дълъг текст |
|
337 | label_text: Дълъг текст | |
338 | label_attribute: Атрибут |
|
338 | label_attribute: Атрибут | |
339 | label_attribute_plural: Атрибути |
|
339 | label_attribute_plural: Атрибути | |
340 | label_download: "{{count}} изтегляне" |
|
340 | label_download: "{{count}} изтегляне" | |
341 | label_download_plural: "{{count}} изтегляния" |
|
341 | label_download_plural: "{{count}} изтегляния" | |
342 | label_no_data: Няма изходни данни |
|
342 | label_no_data: Няма изходни данни | |
343 | label_change_status: Промяна на състоянието |
|
343 | label_change_status: Промяна на състоянието | |
344 | label_history: История |
|
344 | label_history: История | |
345 | label_attachment: Файл |
|
345 | label_attachment: Файл | |
346 | label_attachment_new: Нов файл |
|
346 | label_attachment_new: Нов файл | |
347 | label_attachment_delete: Изтриване |
|
347 | label_attachment_delete: Изтриване | |
348 | label_attachment_plural: Файлове |
|
348 | label_attachment_plural: Файлове | |
349 | label_report: Справка |
|
349 | label_report: Справка | |
350 | label_report_plural: Справки |
|
350 | label_report_plural: Справки | |
351 | label_news: Новини |
|
351 | label_news: Новини | |
352 | label_news_new: Добави |
|
352 | label_news_new: Добави | |
353 | label_news_plural: Новини |
|
353 | label_news_plural: Новини | |
354 | label_news_latest: Последни новини |
|
354 | label_news_latest: Последни новини | |
355 | label_news_view_all: Виж всички |
|
355 | label_news_view_all: Виж всички | |
356 | label_settings: Настройки |
|
356 | label_settings: Настройки | |
357 | label_overview: Общ изглед |
|
357 | label_overview: Общ изглед | |
358 | label_version: Версия |
|
358 | label_version: Версия | |
359 | label_version_new: Нова версия |
|
359 | label_version_new: Нова версия | |
360 | label_version_plural: Версии |
|
360 | label_version_plural: Версии | |
361 | label_confirmation: Одобрение |
|
361 | label_confirmation: Одобрение | |
362 | label_export_to: Експорт към |
|
362 | label_export_to: Експорт към | |
363 | label_read: Read... |
|
363 | label_read: Read... | |
364 | label_public_projects: Публични проекти |
|
364 | label_public_projects: Публични проекти | |
365 | label_open_issues: отворена |
|
365 | label_open_issues: отворена | |
366 | label_open_issues_plural: отворени |
|
366 | label_open_issues_plural: отворени | |
367 | label_closed_issues: затворена |
|
367 | label_closed_issues: затворена | |
368 | label_closed_issues_plural: затворени |
|
368 | label_closed_issues_plural: затворени | |
369 | label_x_open_issues_abbr_on_total: |
|
369 | label_x_open_issues_abbr_on_total: | |
370 | zero: 0 отворени / {{total}} |
|
370 | zero: 0 отворени / {{total}} | |
371 | one: 1 отворена / {{total}} |
|
371 | one: 1 отворена / {{total}} | |
372 | other: "{{count}} отворени / {{total}}" |
|
372 | other: "{{count}} отворени / {{total}}" | |
373 | label_x_open_issues_abbr: |
|
373 | label_x_open_issues_abbr: | |
374 | zero: 0 отворени |
|
374 | zero: 0 отворени | |
375 | one: 1 отворена |
|
375 | one: 1 отворена | |
376 | other: "{{count}} отворени" |
|
376 | other: "{{count}} отворени" | |
377 | label_x_closed_issues_abbr: |
|
377 | label_x_closed_issues_abbr: | |
378 | zero: 0 затворени |
|
378 | zero: 0 затворени | |
379 | one: 1 затворена |
|
379 | one: 1 затворена | |
380 | other: "{{count}} затворени" |
|
380 | other: "{{count}} затворени" | |
381 | label_total: Общо |
|
381 | label_total: Общо | |
382 | label_permissions: Права |
|
382 | label_permissions: Права | |
383 | label_current_status: Текущо състояние |
|
383 | label_current_status: Текущо състояние | |
384 | label_new_statuses_allowed: Позволени състояния |
|
384 | label_new_statuses_allowed: Позволени състояния | |
385 | label_all: всички |
|
385 | label_all: всички | |
386 | label_none: никакви |
|
386 | label_none: никакви | |
387 | label_next: Следващ |
|
387 | label_next: Следващ | |
388 | label_previous: Предишен |
|
388 | label_previous: Предишен | |
389 | label_used_by: Използва се от |
|
389 | label_used_by: Използва се от | |
390 | label_details: Детайли |
|
390 | label_details: Детайли | |
391 | label_add_note: Добавяне на бележка |
|
391 | label_add_note: Добавяне на бележка | |
392 | label_per_page: На страница |
|
392 | label_per_page: На страница | |
393 | label_calendar: Календар |
|
393 | label_calendar: Календар | |
394 | label_months_from: месеца от |
|
394 | label_months_from: месеца от | |
395 | label_gantt: Мрежов график |
|
395 | label_gantt: Мрежов график | |
396 | label_internal: Вътрешен |
|
396 | label_internal: Вътрешен | |
397 | label_last_changes: "последни {{count}} промени" |
|
397 | label_last_changes: "последни {{count}} промени" | |
398 | label_change_view_all: Виж всички промени |
|
398 | label_change_view_all: Виж всички промени | |
399 | label_personalize_page: Персонализиране |
|
399 | label_personalize_page: Персонализиране | |
400 | label_comment: Коментар |
|
400 | label_comment: Коментар | |
401 | label_comment_plural: Коментари |
|
401 | label_comment_plural: Коментари | |
402 | label_x_comments: |
|
402 | label_x_comments: | |
403 | zero: 0 коментари |
|
403 | zero: 0 коментари | |
404 | one: 1 коментар |
|
404 | one: 1 коментар | |
405 | other: "{{count}} коментари" |
|
405 | other: "{{count}} коментари" | |
406 | label_comment_add: Добавяне на коментар |
|
406 | label_comment_add: Добавяне на коментар | |
407 | label_comment_added: Добавен коментар |
|
407 | label_comment_added: Добавен коментар | |
408 | label_comment_delete: Изтриване на коментари |
|
408 | label_comment_delete: Изтриване на коментари | |
409 | label_query: Потребителска справка |
|
409 | label_query: Потребителска справка | |
410 | label_query_plural: Потребителски справки |
|
410 | label_query_plural: Потребителски справки | |
411 | label_query_new: Нова заявка |
|
411 | label_query_new: Нова заявка | |
412 | label_filter_add: Добави филтър |
|
412 | label_filter_add: Добави филтър | |
413 | label_filter_plural: Филтри |
|
413 | label_filter_plural: Филтри | |
414 | label_equals: е |
|
414 | label_equals: е | |
415 | label_not_equals: не е |
|
415 | label_not_equals: не е | |
416 | label_in_less_than: след по-малко от |
|
416 | label_in_less_than: след по-малко от | |
417 | label_in_more_than: след повече от |
|
417 | label_in_more_than: след повече от | |
418 | label_in: в следващите |
|
418 | label_in: в следващите | |
419 | label_today: днес |
|
419 | label_today: днес | |
420 | label_this_week: тази седмица |
|
420 | label_this_week: тази седмица | |
421 | label_less_than_ago: преди по-малко от |
|
421 | label_less_than_ago: преди по-малко от | |
422 | label_more_than_ago: преди повече от |
|
422 | label_more_than_ago: преди повече от | |
423 | label_ago: преди |
|
423 | label_ago: преди | |
424 | label_contains: съдържа |
|
424 | label_contains: съдържа | |
425 | label_not_contains: не съдържа |
|
425 | label_not_contains: не съдържа | |
426 | label_day_plural: дни |
|
426 | label_day_plural: дни | |
427 | label_repository: Хранилище |
|
427 | label_repository: Хранилище | |
428 | label_browse: Разглеждане |
|
428 | label_browse: Разглеждане | |
429 | label_modification: "{{count}} промяна" |
|
429 | label_modification: "{{count}} промяна" | |
430 | label_modification_plural: "{{count}} промени" |
|
430 | label_modification_plural: "{{count}} промени" | |
431 | label_revision: Ревизия |
|
431 | label_revision: Ревизия | |
432 | label_revision_plural: Ревизии |
|
432 | label_revision_plural: Ревизии | |
433 | label_added: добавено |
|
433 | label_added: добавено | |
434 | label_modified: променено |
|
434 | label_modified: променено | |
435 | label_deleted: изтрито |
|
435 | label_deleted: изтрито | |
436 | label_latest_revision: Последна ревизия |
|
436 | label_latest_revision: Последна ревизия | |
437 | label_latest_revision_plural: Последни ревизии |
|
437 | label_latest_revision_plural: Последни ревизии | |
438 | label_view_revisions: Виж ревизиите |
|
438 | label_view_revisions: Виж ревизиите | |
439 | label_max_size: Максимална големина |
|
439 | label_max_size: Максимална големина | |
440 | label_sort_highest: Премести най-горе |
|
440 | label_sort_highest: Премести най-горе | |
441 | label_sort_higher: Премести по-горе |
|
441 | label_sort_higher: Премести по-горе | |
442 | label_sort_lower: Премести по-долу |
|
442 | label_sort_lower: Премести по-долу | |
443 | label_sort_lowest: Премести най-долу |
|
443 | label_sort_lowest: Премести най-долу | |
444 | label_roadmap: Пътна карта |
|
444 | label_roadmap: Пътна карта | |
445 | label_roadmap_due_in: "Излиза след {{value}}" |
|
445 | label_roadmap_due_in: "Излиза след {{value}}" | |
446 | label_roadmap_overdue: "{{value}} закъснение" |
|
446 | label_roadmap_overdue: "{{value}} закъснение" | |
447 | label_roadmap_no_issues: Няма задачи за тази версия |
|
447 | label_roadmap_no_issues: Няма задачи за тази версия | |
448 | label_search: Търсене |
|
448 | label_search: Търсене | |
449 | label_result_plural: Pезултати |
|
449 | label_result_plural: Pезултати | |
450 | label_all_words: Всички думи |
|
450 | label_all_words: Всички думи | |
451 | label_wiki: Wiki |
|
451 | label_wiki: Wiki | |
452 | label_wiki_edit: Wiki редакция |
|
452 | label_wiki_edit: Wiki редакция | |
453 | label_wiki_edit_plural: Wiki редакции |
|
453 | label_wiki_edit_plural: Wiki редакции | |
454 | label_wiki_page: Wiki страница |
|
454 | label_wiki_page: Wiki страница | |
455 | label_wiki_page_plural: Wiki страници |
|
455 | label_wiki_page_plural: Wiki страници | |
456 | label_index_by_title: Индекс |
|
456 | label_index_by_title: Индекс | |
457 | label_index_by_date: Индекс по дата |
|
457 | label_index_by_date: Индекс по дата | |
458 | label_current_version: Текуща версия |
|
458 | label_current_version: Текуща версия | |
459 | label_preview: Преглед |
|
459 | label_preview: Преглед | |
460 | label_feed_plural: Емисии |
|
460 | label_feed_plural: Емисии | |
461 | label_changes_details: Подробни промени |
|
461 | label_changes_details: Подробни промени | |
462 | label_issue_tracking: Тракинг |
|
462 | label_issue_tracking: Тракинг | |
463 | label_spent_time: Отделено време |
|
463 | label_spent_time: Отделено време | |
464 | label_f_hour: "{{value}} час" |
|
464 | label_f_hour: "{{value}} час" | |
465 | label_f_hour_plural: "{{value}} часа" |
|
465 | label_f_hour_plural: "{{value}} часа" | |
466 | label_time_tracking: Отделяне на време |
|
466 | label_time_tracking: Отделяне на време | |
467 | label_change_plural: Промени |
|
467 | label_change_plural: Промени | |
468 | label_statistics: Статистики |
|
468 | label_statistics: Статистики | |
469 | label_commits_per_month: Ревизии по месеци |
|
469 | label_commits_per_month: Ревизии по месеци | |
470 | label_commits_per_author: Ревизии по автор |
|
470 | label_commits_per_author: Ревизии по автор | |
471 | label_view_diff: Виж разликите |
|
471 | label_view_diff: Виж разликите | |
472 | label_diff_inline: хоризонтално |
|
472 | label_diff_inline: хоризонтално | |
473 | label_diff_side_by_side: вертикално |
|
473 | label_diff_side_by_side: вертикално | |
474 | label_options: Опции |
|
474 | label_options: Опции | |
475 | label_copy_workflow_from: Копирай работния процес от |
|
475 | label_copy_workflow_from: Копирай работния процес от | |
476 | label_permissions_report: Справка за права |
|
476 | label_permissions_report: Справка за права | |
477 | label_watched_issues: Наблюдавани задачи |
|
477 | label_watched_issues: Наблюдавани задачи | |
478 | label_related_issues: Свързани задачи |
|
478 | label_related_issues: Свързани задачи | |
479 | label_applied_status: Установено състояние |
|
479 | label_applied_status: Установено състояние | |
480 | label_loading: Зареждане... |
|
480 | label_loading: Зареждане... | |
481 | label_relation_new: Нова релация |
|
481 | label_relation_new: Нова релация | |
482 | label_relation_delete: Изтриване на релация |
|
482 | label_relation_delete: Изтриване на релация | |
483 | label_relates_to: свързана със |
|
483 | label_relates_to: свързана със | |
484 | label_duplicates: дублира |
|
484 | label_duplicates: дублира | |
485 | label_blocks: блокира |
|
485 | label_blocks: блокира | |
486 | label_blocked_by: блокирана от |
|
486 | label_blocked_by: блокирана от | |
487 | label_precedes: предшества |
|
487 | label_precedes: предшества | |
488 | label_follows: изпълнява се след |
|
488 | label_follows: изпълнява се след | |
489 | label_end_to_start: край към начало |
|
489 | label_end_to_start: край към начало | |
490 | label_end_to_end: край към край |
|
490 | label_end_to_end: край към край | |
491 | label_start_to_start: начало към начало |
|
491 | label_start_to_start: начало към начало | |
492 | label_start_to_end: начало към край |
|
492 | label_start_to_end: начало към край | |
493 | label_stay_logged_in: Запомни ме |
|
493 | label_stay_logged_in: Запомни ме | |
494 | label_disabled: забранено |
|
494 | label_disabled: забранено | |
495 | label_show_completed_versions: Показване на реализирани версии |
|
495 | label_show_completed_versions: Показване на реализирани версии | |
496 | label_me: аз |
|
496 | label_me: аз | |
497 | label_board: Форум |
|
497 | label_board: Форум | |
498 | label_board_new: Нов форум |
|
498 | label_board_new: Нов форум | |
499 | label_board_plural: Форуми |
|
499 | label_board_plural: Форуми | |
500 | label_topic_plural: Теми |
|
500 | label_topic_plural: Теми | |
501 | label_message_plural: Съобщения |
|
501 | label_message_plural: Съобщения | |
502 | label_message_last: Последно съобщение |
|
502 | label_message_last: Последно съобщение | |
503 | label_message_new: Нова тема |
|
503 | label_message_new: Нова тема | |
504 | label_reply_plural: Отговори |
|
504 | label_reply_plural: Отговори | |
505 | label_send_information: Изпращане на информацията до потребителя |
|
505 | label_send_information: Изпращане на информацията до потребителя | |
506 | label_year: Година |
|
506 | label_year: Година | |
507 | label_month: Месец |
|
507 | label_month: Месец | |
508 | label_week: Седмица |
|
508 | label_week: Седмица | |
509 | label_date_from: От |
|
509 | label_date_from: От | |
510 | label_date_to: До |
|
510 | label_date_to: До | |
511 | label_language_based: В зависимост от езика |
|
511 | label_language_based: В зависимост от езика | |
512 | label_sort_by: "Сортиране по {{value}}" |
|
512 | label_sort_by: "Сортиране по {{value}}" | |
513 | label_send_test_email: Изпращане на тестов e-mail |
|
513 | label_send_test_email: Изпращане на тестов e-mail | |
514 | label_feeds_access_key_created_on: "{{value}} от създаването на RSS ключа" |
|
514 | label_feeds_access_key_created_on: "{{value}} от създаването на RSS ключа" | |
515 | label_module_plural: Модули |
|
515 | label_module_plural: Модули | |
516 | label_added_time_by: "Публикувана от {{author}} преди {{age}}" |
|
516 | label_added_time_by: "Публикувана от {{author}} преди {{age}}" | |
517 | label_updated_time: "Обновена преди {{value}}" |
|
517 | label_updated_time: "Обновена преди {{value}}" | |
518 | label_jump_to_a_project: Проект... |
|
518 | label_jump_to_a_project: Проект... | |
519 |
|
519 | |||
520 | button_login: Вход |
|
520 | button_login: Вход | |
521 | button_submit: Прикачване |
|
521 | button_submit: Прикачване | |
522 | button_save: Запис |
|
522 | button_save: Запис | |
523 | button_check_all: Избор на всички |
|
523 | button_check_all: Избор на всички | |
524 | button_uncheck_all: Изчистване на всички |
|
524 | button_uncheck_all: Изчистване на всички | |
525 | button_delete: Изтриване |
|
525 | button_delete: Изтриване | |
526 | button_create: Създаване |
|
526 | button_create: Създаване | |
527 | button_test: Тест |
|
527 | button_test: Тест | |
528 | button_edit: Редакция |
|
528 | button_edit: Редакция | |
529 | button_add: Добавяне |
|
529 | button_add: Добавяне | |
530 | button_change: Промяна |
|
530 | button_change: Промяна | |
531 | button_apply: Приложи |
|
531 | button_apply: Приложи | |
532 | button_clear: Изчисти |
|
532 | button_clear: Изчисти | |
533 | button_lock: Заключване |
|
533 | button_lock: Заключване | |
534 | button_unlock: Отключване |
|
534 | button_unlock: Отключване | |
535 | button_download: Изтегляне |
|
535 | button_download: Изтегляне | |
536 | button_list: Списък |
|
536 | button_list: Списък | |
537 | button_view: Преглед |
|
537 | button_view: Преглед | |
538 | button_move: Преместване |
|
538 | button_move: Преместване | |
539 | button_back: Назад |
|
539 | button_back: Назад | |
540 | button_cancel: Отказ |
|
540 | button_cancel: Отказ | |
541 | button_activate: Активация |
|
541 | button_activate: Активация | |
542 | button_sort: Сортиране |
|
542 | button_sort: Сортиране | |
543 | button_log_time: Отделяне на време |
|
543 | button_log_time: Отделяне на време | |
544 | button_rollback: Върни се към тази ревизия |
|
544 | button_rollback: Върни се към тази ревизия | |
545 | button_watch: Наблюдаване |
|
545 | button_watch: Наблюдаване | |
546 | button_unwatch: Край на наблюдението |
|
546 | button_unwatch: Край на наблюдението | |
547 | button_reply: Отговор |
|
547 | button_reply: Отговор | |
548 | button_archive: Архивиране |
|
548 | button_archive: Архивиране | |
549 | button_unarchive: Разархивиране |
|
549 | button_unarchive: Разархивиране | |
550 | button_reset: Генериране наново |
|
550 | button_reset: Генериране наново | |
551 | button_rename: Преименуване |
|
551 | button_rename: Преименуване | |
552 |
|
552 | |||
553 | status_active: активен |
|
553 | status_active: активен | |
554 | status_registered: регистриран |
|
554 | status_registered: регистриран | |
555 | status_locked: заключен |
|
555 | status_locked: заключен | |
556 |
|
556 | |||
557 | text_select_mail_notifications: Изберете събития за изпращане на e-mail. |
|
557 | text_select_mail_notifications: Изберете събития за изпращане на e-mail. | |
558 | text_regexp_info: пр. ^[A-Z0-9]+$ |
|
558 | text_regexp_info: пр. ^[A-Z0-9]+$ | |
559 | text_min_max_length_info: 0 - без ограничения |
|
559 | text_min_max_length_info: 0 - без ограничения | |
560 | text_project_destroy_confirmation: Сигурни ли сте, че искате да изтриете проекта и данните в него? |
|
560 | text_project_destroy_confirmation: Сигурни ли сте, че искате да изтриете проекта и данните в него? | |
561 | text_workflow_edit: Изберете роля и тракер за да редактирате работния процес |
|
561 | text_workflow_edit: Изберете роля и тракер за да редактирате работния процес | |
562 | text_are_you_sure: Сигурни ли сте? |
|
562 | text_are_you_sure: Сигурни ли сте? | |
563 | text_tip_task_begin_day: задача започваща този ден |
|
563 | text_tip_task_begin_day: задача започваща този ден | |
564 | text_tip_task_end_day: задача завършваща този ден |
|
564 | text_tip_task_end_day: задача завършваща този ден | |
565 | text_tip_task_begin_end_day: задача започваща и завършваща този ден |
|
565 | text_tip_task_begin_end_day: задача започваща и завършваща този ден | |
566 | text_project_identifier_info: 'Позволени са малки букви (a-z), цифри и тирета.<br />Невъзможна промяна след запис.' |
|
566 | text_project_identifier_info: 'Позволени са малки букви (a-z), цифри и тирета.<br />Невъзможна промяна след запис.' | |
567 | text_caracters_maximum: "До {{count}} символа." |
|
567 | text_caracters_maximum: "До {{count}} символа." | |
568 | text_length_between: "От {{min}} до {{max}} символа." |
|
568 | text_length_between: "От {{min}} до {{max}} символа." | |
569 | text_tracker_no_workflow: Няма дефиниран работен процес за този тракер |
|
569 | text_tracker_no_workflow: Няма дефиниран работен процес за този тракер | |
570 | text_unallowed_characters: Непозволени символи |
|
570 | text_unallowed_characters: Непозволени символи | |
571 | text_comma_separated: Позволено е изброяване (с разделител запетая). |
|
571 | text_comma_separated: Позволено е изброяване (с разделител запетая). | |
572 | text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии |
|
572 | text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии | |
573 | text_issue_added: "Публикувана е нова задача с номер {{id}} (от {{author}})." |
|
573 | text_issue_added: "Публикувана е нова задача с номер {{id}} (от {{author}})." | |
574 | text_issue_updated: "Задача {{id}} е обновена (от {{author}})." |
|
574 | text_issue_updated: "Задача {{id}} е обновена (от {{author}})." | |
575 | text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание? |
|
575 | text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание? | |
576 | text_issue_category_destroy_question: "Има задачи ({{count}}) обвързани с тази категория. Какво ще изберете?" |
|
576 | text_issue_category_destroy_question: "Има задачи ({{count}}) обвързани с тази категория. Какво ще изберете?" | |
577 | text_issue_category_destroy_assignments: Премахване на връзките с категорията |
|
577 | text_issue_category_destroy_assignments: Премахване на връзките с категорията | |
578 | text_issue_category_reassign_to: Преобвързване с категория |
|
578 | text_issue_category_reassign_to: Преобвързване с категория | |
579 |
|
579 | |||
580 | default_role_manager: Мениджър |
|
580 | default_role_manager: Мениджър | |
581 | default_role_developer: Разработчик |
|
581 | default_role_developer: Разработчик | |
582 | default_role_reporter: Публикуващ |
|
582 | default_role_reporter: Публикуващ | |
583 | default_tracker_bug: Грешка |
|
583 | default_tracker_bug: Грешка | |
584 | default_tracker_feature: Функционалност |
|
584 | default_tracker_feature: Функционалност | |
585 | default_tracker_support: Поддръжка |
|
585 | default_tracker_support: Поддръжка | |
586 | default_issue_status_new: Нова |
|
586 | default_issue_status_new: Нова | |
587 | default_issue_status_in_progress: Изпълнение |
|
587 | default_issue_status_in_progress: Изпълнение | |
588 | default_issue_status_resolved: Приключена |
|
588 | default_issue_status_resolved: Приключена | |
589 | default_issue_status_feedback: Обратна връзка |
|
589 | default_issue_status_feedback: Обратна връзка | |
590 | default_issue_status_closed: Затворена |
|
590 | default_issue_status_closed: Затворена | |
591 | default_issue_status_rejected: Отхвърлена |
|
591 | default_issue_status_rejected: Отхвърлена | |
592 | default_doc_category_user: Документация за потребителя |
|
592 | default_doc_category_user: Документация за потребителя | |
593 | default_doc_category_tech: Техническа документация |
|
593 | default_doc_category_tech: Техническа документация | |
594 | default_priority_low: Нисък |
|
594 | default_priority_low: Нисък | |
595 | default_priority_normal: Нормален |
|
595 | default_priority_normal: Нормален | |
596 | default_priority_high: Висок |
|
596 | default_priority_high: Висок | |
597 | default_priority_urgent: Спешен |
|
597 | default_priority_urgent: Спешен | |
598 | default_priority_immediate: Веднага |
|
598 | default_priority_immediate: Веднага | |
599 | default_activity_design: Дизайн |
|
599 | default_activity_design: Дизайн | |
600 | default_activity_development: Разработка |
|
600 | default_activity_development: Разработка | |
601 |
|
601 | |||
602 | enumeration_issue_priorities: Приоритети на задачи |
|
602 | enumeration_issue_priorities: Приоритети на задачи | |
603 | enumeration_doc_categories: Категории документи |
|
603 | enumeration_doc_categories: Категории документи | |
604 | enumeration_activities: Дейности (time tracking) |
|
604 | enumeration_activities: Дейности (time tracking) | |
605 | label_file_plural: Файлове |
|
605 | label_file_plural: Файлове | |
606 | label_changeset_plural: Ревизии |
|
606 | label_changeset_plural: Ревизии | |
607 | field_column_names: Колони |
|
607 | field_column_names: Колони | |
608 | label_default_columns: По подразбиране |
|
608 | label_default_columns: По подразбиране | |
609 | setting_issue_list_default_columns: Показвани колони по подразбиране |
|
609 | setting_issue_list_default_columns: Показвани колони по подразбиране | |
610 | setting_repositories_encodings: Кодови таблици |
|
610 | setting_repositories_encodings: Кодови таблици | |
611 | notice_no_issue_selected: "Няма избрани задачи." |
|
611 | notice_no_issue_selected: "Няма избрани задачи." | |
612 | label_bulk_edit_selected_issues: Редактиране на задачи |
|
612 | label_bulk_edit_selected_issues: Редактиране на задачи | |
613 | label_no_change_option: (Без промяна) |
|
613 | label_no_change_option: (Без промяна) | |
614 | notice_failed_to_save_issues: "Неуспешен запис на {{count}} задачи от {{total}} избрани: {{ids}}." |
|
614 | notice_failed_to_save_issues: "Неуспешен запис на {{count}} задачи от {{total}} избрани: {{ids}}." | |
615 | label_theme: Тема |
|
615 | label_theme: Тема | |
616 | label_default: По подразбиране |
|
616 | label_default: По подразбиране | |
617 | label_search_titles_only: Само в заглавията |
|
617 | label_search_titles_only: Само в заглавията | |
618 | label_nobody: никой |
|
618 | label_nobody: никой | |
619 | button_change_password: Промяна на парола |
|
619 | button_change_password: Промяна на парола | |
620 | text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)." |
|
620 | text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)." | |
621 | label_user_mail_option_selected: "За всички събития само в избраните проекти..." |
|
621 | label_user_mail_option_selected: "За всички събития само в избраните проекти..." | |
622 | label_user_mail_option_all: "За всяко събитие в проектите, в които участвам" |
|
622 | label_user_mail_option_all: "За всяко събитие в проектите, в които участвам" | |
623 | label_user_mail_option_none: "Само за наблюдавани или в които участвам (автор или назначени на мен)" |
|
623 | label_user_mail_option_none: "Само за наблюдавани или в които участвам (автор или назначени на мен)" | |
624 | setting_emails_footer: Подтекст за e-mail |
|
624 | setting_emails_footer: Подтекст за e-mail | |
625 | label_float: Дробно |
|
625 | label_float: Дробно | |
626 | button_copy: Копиране |
|
626 | button_copy: Копиране | |
627 | mail_body_account_information_external: "Можете да използвате вашия {{value}} профил за вход." |
|
627 | mail_body_account_information_external: "Можете да използвате вашия {{value}} профил за вход." | |
628 | mail_body_account_information: Информацията за профила ви |
|
628 | mail_body_account_information: Информацията за профила ви | |
629 | setting_protocol: Протокол |
|
629 | setting_protocol: Протокол | |
630 | label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени" |
|
630 | label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени" | |
631 | setting_time_format: Формат на часа |
|
631 | setting_time_format: Формат на часа | |
632 | label_registration_activation_by_email: активиране на профила по email |
|
632 | label_registration_activation_by_email: активиране на профила по email | |
633 | mail_subject_account_activation_request: "Заявка за активиране на профил в {{value}}" |
|
633 | mail_subject_account_activation_request: "Заявка за активиране на профил в {{value}}" | |
634 | mail_body_account_activation_request: "Има новорегистриран потребител ({{value}}), очакващ вашето одобрение:" |
|
634 | mail_body_account_activation_request: "Има новорегистриран потребител ({{value}}), очакващ вашето одобрение:" | |
635 | label_registration_automatic_activation: автоматично активиране |
|
635 | label_registration_automatic_activation: автоматично активиране | |
636 | label_registration_manual_activation: ръчно активиране |
|
636 | label_registration_manual_activation: ръчно активиране | |
637 | notice_account_pending: "Профилът Ви е създаден и очаква одобрение от администратор." |
|
637 | notice_account_pending: "Профилът Ви е създаден и очаква одобрение от администратор." | |
638 | field_time_zone: Часова зона |
|
638 | field_time_zone: Часова зона | |
639 | text_caracters_minimum: "Минимум {{count}} символа." |
|
639 | text_caracters_minimum: "Минимум {{count}} символа." | |
640 | setting_bcc_recipients: Получатели на скрито копие (bcc) |
|
640 | setting_bcc_recipients: Получатели на скрито копие (bcc) | |
641 | button_annotate: Анотация |
|
641 | button_annotate: Анотация | |
642 | label_issues_by: "Задачи по {{value}}" |
|
642 | label_issues_by: "Задачи по {{value}}" | |
643 | field_searchable: С възможност за търсене |
|
643 | field_searchable: С възможност за търсене | |
644 | label_display_per_page: "На страница по: {{value}}" |
|
644 | label_display_per_page: "На страница по: {{value}}" | |
645 | setting_per_page_options: Опции за страниране |
|
645 | setting_per_page_options: Опции за страниране | |
646 | label_age: Възраст |
|
646 | label_age: Възраст | |
647 | notice_default_data_loaded: Примерната информацията е успешно заредена. |
|
647 | notice_default_data_loaded: Примерната информацията е успешно заредена. | |
648 | text_load_default_configuration: Зареждане на примерна информация |
|
648 | text_load_default_configuration: Зареждане на примерна информация | |
649 | text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, състояния на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате." |
|
649 | text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, състояния на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате." | |
650 | error_can_t_load_default_data: "Грешка при зареждане на примерната информация: {{value}}" |
|
650 | error_can_t_load_default_data: "Грешка при зареждане на примерната информация: {{value}}" | |
651 | button_update: Обновяване |
|
651 | button_update: Обновяване | |
652 | label_change_properties: Промяна на настройки |
|
652 | label_change_properties: Промяна на настройки | |
653 | label_general: Основни |
|
653 | label_general: Основни | |
654 | label_repository_plural: Хранилища |
|
654 | label_repository_plural: Хранилища | |
655 | label_associated_revisions: Асоциирани ревизии |
|
655 | label_associated_revisions: Асоциирани ревизии | |
656 | setting_user_format: Потребителски формат |
|
656 | setting_user_format: Потребителски формат | |
657 | text_status_changed_by_changeset: "Приложено с ревизия {{value}}." |
|
657 | text_status_changed_by_changeset: "Приложено с ревизия {{value}}." | |
658 | label_more: Още |
|
658 | label_more: Още | |
659 | text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?' |
|
659 | text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?' | |
660 | label_scm: SCM (Система за контрол на кода) |
|
660 | label_scm: SCM (Система за контрол на кода) | |
661 | text_select_project_modules: 'Изберете активните модули за този проект:' |
|
661 | text_select_project_modules: 'Изберете активните модули за този проект:' | |
662 | label_issue_added: Добавена задача |
|
662 | label_issue_added: Добавена задача | |
663 | label_issue_updated: Обновена задача |
|
663 | label_issue_updated: Обновена задача | |
664 | label_document_added: Добавен документ |
|
664 | label_document_added: Добавен документ | |
665 | label_message_posted: Добавено съобщение |
|
665 | label_message_posted: Добавено съобщение | |
666 | label_file_added: Добавен файл |
|
666 | label_file_added: Добавен файл | |
667 | label_news_added: Добавена новина |
|
667 | label_news_added: Добавена новина | |
668 | project_module_boards: Форуми |
|
668 | project_module_boards: Форуми | |
669 | project_module_issue_tracking: Тракинг |
|
669 | project_module_issue_tracking: Тракинг | |
670 | project_module_wiki: Wiki |
|
670 | project_module_wiki: Wiki | |
671 | project_module_files: Файлове |
|
671 | project_module_files: Файлове | |
672 | project_module_documents: Документи |
|
672 | project_module_documents: Документи | |
673 | project_module_repository: Хранилище |
|
673 | project_module_repository: Хранилище | |
674 | project_module_news: Новини |
|
674 | project_module_news: Новини | |
675 | project_module_time_tracking: Отделяне на време |
|
675 | project_module_time_tracking: Отделяне на време | |
676 | text_file_repository_writable: Възможност за писане в хранилището с файлове |
|
676 | text_file_repository_writable: Възможност за писане в хранилището с файлове | |
677 | text_default_administrator_account_changed: Сменен фабричния администраторски профил |
|
677 | text_default_administrator_account_changed: Сменен фабричния администраторски профил | |
678 | text_rmagick_available: Наличен RMagick (по избор) |
|
678 | text_rmagick_available: Наличен RMagick (по избор) | |
679 | button_configure: Конфигуриране |
|
679 | button_configure: Конфигуриране | |
680 | label_plugins: Плъгини |
|
680 | label_plugins: Плъгини | |
681 | label_ldap_authentication: LDAP оторизация |
|
681 | label_ldap_authentication: LDAP оторизация | |
682 | label_downloads_abbr: D/L |
|
682 | label_downloads_abbr: D/L | |
683 | label_this_month: текущия месец |
|
683 | label_this_month: текущия месец | |
684 | label_last_n_days: "последните {{count}} дни" |
|
684 | label_last_n_days: "последните {{count}} дни" | |
685 | label_all_time: всички |
|
685 | label_all_time: всички | |
686 | label_this_year: текущата година |
|
686 | label_this_year: текущата година | |
687 | label_date_range: Период |
|
687 | label_date_range: Период | |
688 | label_last_week: последната седмица |
|
688 | label_last_week: последната седмица | |
689 | label_yesterday: вчера |
|
689 | label_yesterday: вчера | |
690 | label_last_month: последния месец |
|
690 | label_last_month: последния месец | |
691 | label_add_another_file: Добавяне на друг файл |
|
691 | label_add_another_file: Добавяне на друг файл | |
692 | label_optional_description: Незадължително описание |
|
692 | label_optional_description: Незадължително описание | |
693 | text_destroy_time_entries_question: "{{hours}} часа са отделени на задачите, които искате да изтриете. Какво избирате?" |
|
693 | text_destroy_time_entries_question: "{{hours}} часа са отделени на задачите, които искате да изтриете. Какво избирате?" | |
694 | error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект' |
|
694 | error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект' | |
695 | text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект |
|
695 | text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект | |
696 | text_destroy_time_entries: Изтриване на отделеното време |
|
696 | text_destroy_time_entries: Изтриване на отделеното време | |
697 | text_reassign_time_entries: 'Прехвърляне на отделеното време към задача:' |
|
697 | text_reassign_time_entries: 'Прехвърляне на отделеното време към задача:' | |
698 | setting_activity_days_default: Брой дни показвани на таб Дейност |
|
698 | setting_activity_days_default: Брой дни показвани на таб Дейност | |
699 | label_chronological_order: Хронологичен ред |
|
699 | label_chronological_order: Хронологичен ред | |
700 | field_comments_sorting: Сортиране на коментарите |
|
700 | field_comments_sorting: Сортиране на коментарите | |
701 | label_reverse_chronological_order: Обратен хронологичен ред |
|
701 | label_reverse_chronological_order: Обратен хронологичен ред | |
702 | label_preferences: Предпочитания |
|
702 | label_preferences: Предпочитания | |
703 | setting_display_subprojects_issues: Показване на подпроектите в проектите по подразбиране |
|
703 | setting_display_subprojects_issues: Показване на подпроектите в проектите по подразбиране | |
704 | label_overall_activity: Цялостна дейност |
|
704 | label_overall_activity: Цялостна дейност | |
705 | setting_default_projects_public: Новите проекти са публични по подразбиране |
|
705 | setting_default_projects_public: Новите проекти са публични по подразбиране | |
706 | error_scm_annotate: "Обектът не съществува или не може да бъде анотиран." |
|
706 | error_scm_annotate: "Обектът не съществува или не може да бъде анотиран." | |
707 | label_planning: Планиране |
|
707 | label_planning: Планиране | |
708 | text_subprojects_destroy_warning: "Неговите подпроекти: {{value}} също ще бъдат изтрити." |
|
708 | text_subprojects_destroy_warning: "Неговите подпроекти: {{value}} също ще бъдат изтрити." | |
709 | label_and_its_subprojects: "{{value}} и неговите подпроекти" |
|
709 | label_and_its_subprojects: "{{value}} и неговите подпроекти" | |
710 | mail_body_reminder: "{{count}} задачи, назначени на вас са с краен срок в следващите {{days}} дни:" |
|
710 | mail_body_reminder: "{{count}} задачи, назначени на вас са с краен срок в следващите {{days}} дни:" | |
711 | mail_subject_reminder: "{{count}} задачи с краен срок с следващите {{days}} дни" |
|
711 | mail_subject_reminder: "{{count}} задачи с краен срок с следващите {{days}} дни" | |
712 | text_user_wrote: "{{value}} написа:" |
|
712 | text_user_wrote: "{{value}} написа:" | |
713 | label_duplicated_by: дублирана от |
|
713 | label_duplicated_by: дублирана от | |
714 | setting_enabled_scm: Разрешена SCM |
|
714 | setting_enabled_scm: Разрешена SCM | |
715 | text_enumeration_category_reassign_to: 'Пресвържете ги към тази стойност:' |
|
715 | text_enumeration_category_reassign_to: 'Пресвържете ги към тази стойност:' | |
716 | text_enumeration_destroy_question: "{{count}} обекта са свързани с тази стойност." |
|
716 | text_enumeration_destroy_question: "{{count}} обекта са свързани с тази стойност." | |
717 | label_incoming_emails: Входящи e-mail-и |
|
717 | label_incoming_emails: Входящи e-mail-и | |
718 | label_generate_key: Генериране на ключ |
|
718 | label_generate_key: Генериране на ключ | |
719 | setting_mail_handler_api_enabled: Разрешаване на WS за входящи e-mail-и |
|
719 | setting_mail_handler_api_enabled: Разрешаване на WS за входящи e-mail-и | |
720 | setting_mail_handler_api_key: API ключ |
|
720 | setting_mail_handler_api_key: API ключ | |
721 | text_email_delivery_not_configured: "Изпращането на e-mail-и не е конфигурирано и известията не са разрешени.\nКонфигурирайте вашия SMTP сървър в config/email.yml и рестартирайте Redmine, за да ги разрешите." |
|
721 | text_email_delivery_not_configured: "Изпращането на e-mail-и не е конфигурирано и известията не са разрешени.\nКонфигурирайте вашия SMTP сървър в config/email.yml и рестартирайте Redmine, за да ги разрешите." | |
722 | field_parent_title: Родителска страница |
|
722 | field_parent_title: Родителска страница | |
723 | label_issue_watchers: Наблюдатели |
|
723 | label_issue_watchers: Наблюдатели | |
724 | setting_commit_logs_encoding: Кодова таблица на съобщенията при поверяване |
|
724 | setting_commit_logs_encoding: Кодова таблица на съобщенията при поверяване | |
725 | button_quote: Цитат |
|
725 | button_quote: Цитат | |
726 | setting_sequential_project_identifiers: Генериране на последователни проектни идентификатори |
|
726 | setting_sequential_project_identifiers: Генериране на последователни проектни идентификатори | |
727 | notice_unable_delete_version: Невъзможност за изтриване на версия |
|
727 | notice_unable_delete_version: Невъзможност за изтриване на версия | |
728 | label_renamed: преименуван |
|
728 | label_renamed: преименуван | |
729 | label_copied: копиран |
|
729 | label_copied: копиран | |
730 | setting_plain_text_mail: само чист текст (без HTML) |
|
730 | setting_plain_text_mail: само чист текст (без HTML) | |
731 | permission_view_files: Разглеждане на файлове |
|
731 | permission_view_files: Разглеждане на файлове | |
732 | permission_edit_issues: Редактиране на задачи |
|
732 | permission_edit_issues: Редактиране на задачи | |
733 | permission_edit_own_time_entries: Редактиране на собствените time logs |
|
733 | permission_edit_own_time_entries: Редактиране на собствените time logs | |
734 | permission_manage_public_queries: Управление на публичните заявки |
|
734 | permission_manage_public_queries: Управление на публичните заявки | |
735 | permission_add_issues: Добавяне на задачи |
|
735 | permission_add_issues: Добавяне на задачи | |
736 | permission_log_time: Log spent time |
|
736 | permission_log_time: Log spent time | |
737 | permission_view_changesets: Разглеждане на changesets |
|
737 | permission_view_changesets: Разглеждане на changesets | |
738 | permission_view_time_entries: Разглеждане на изразходваното време |
|
738 | permission_view_time_entries: Разглеждане на изразходваното време | |
739 | permission_manage_versions: Управление на версиите |
|
739 | permission_manage_versions: Управление на версиите | |
740 | permission_manage_wiki: Управление на wiki |
|
740 | permission_manage_wiki: Управление на wiki | |
741 | permission_manage_categories: Управление на категориите задачи |
|
741 | permission_manage_categories: Управление на категориите задачи | |
742 | permission_protect_wiki_pages: Заключване на wiki страници |
|
742 | permission_protect_wiki_pages: Заключване на wiki страници | |
743 | permission_comment_news: Коментиране на новини |
|
743 | permission_comment_news: Коментиране на новини | |
744 | permission_delete_messages: Изтриване на съобщения |
|
744 | permission_delete_messages: Изтриване на съобщения | |
745 | permission_select_project_modules: Избор на проектни модули |
|
745 | permission_select_project_modules: Избор на проектни модули | |
746 | permission_manage_documents: Управление на документи |
|
746 | permission_manage_documents: Управление на документи | |
747 | permission_edit_wiki_pages: Редактиране на wiki страници |
|
747 | permission_edit_wiki_pages: Редактиране на wiki страници | |
748 | permission_add_issue_watchers: Добавяне на наблюдатели |
|
748 | permission_add_issue_watchers: Добавяне на наблюдатели | |
749 | permission_view_gantt: Разглеждане на мрежов график |
|
749 | permission_view_gantt: Разглеждане на мрежов график | |
750 | permission_move_issues: Преместване на задачи |
|
750 | permission_move_issues: Преместване на задачи | |
751 | permission_manage_issue_relations: Управление на връзките между задачите |
|
751 | permission_manage_issue_relations: Управление на връзките между задачите | |
752 | permission_delete_wiki_pages: Изтриване на wiki страници |
|
752 | permission_delete_wiki_pages: Изтриване на wiki страници | |
753 | permission_manage_boards: Управление на boards |
|
753 | permission_manage_boards: Управление на boards | |
754 | permission_delete_wiki_pages_attachments: Изтриване на прикачени файлове |
|
754 | permission_delete_wiki_pages_attachments: Изтриване на прикачени файлове | |
755 | permission_view_wiki_edits: Разглеждане на wiki история |
|
755 | permission_view_wiki_edits: Разглеждане на wiki история | |
756 | permission_add_messages: Публикуване на съобщения |
|
756 | permission_add_messages: Публикуване на съобщения | |
757 | permission_view_messages: Разглеждане на съобщения |
|
757 | permission_view_messages: Разглеждане на съобщения | |
758 | permission_manage_files: Управление на файлове |
|
758 | permission_manage_files: Управление на файлове | |
759 | permission_edit_issue_notes: Редактиране на бележки |
|
759 | permission_edit_issue_notes: Редактиране на бележки | |
760 | permission_manage_news: Управление на новини |
|
760 | permission_manage_news: Управление на новини | |
761 | permission_view_calendar: Разглеждане на календари |
|
761 | permission_view_calendar: Разглеждане на календари | |
762 | permission_manage_members: Управление на членовете (на екип) |
|
762 | permission_manage_members: Управление на членовете (на екип) | |
763 | permission_edit_messages: Редактиране на съобщения |
|
763 | permission_edit_messages: Редактиране на съобщения | |
764 | permission_delete_issues: Изтриване на задачи |
|
764 | permission_delete_issues: Изтриване на задачи | |
765 | permission_view_issue_watchers: Разглеждане на списък с наблюдатели |
|
765 | permission_view_issue_watchers: Разглеждане на списък с наблюдатели | |
766 | permission_manage_repository: Управление на хранилища |
|
766 | permission_manage_repository: Управление на хранилища | |
767 | permission_commit_access: Поверяване |
|
767 | permission_commit_access: Поверяване | |
768 | permission_browse_repository: Разглеждане на хранилища |
|
768 | permission_browse_repository: Разглеждане на хранилища | |
769 | permission_view_documents: Разглеждане на документи |
|
769 | permission_view_documents: Разглеждане на документи | |
770 | permission_edit_project: Редактиране на проект |
|
770 | permission_edit_project: Редактиране на проект | |
771 | permission_add_issue_notes: Добаване на бележки |
|
771 | permission_add_issue_notes: Добаване на бележки | |
772 | permission_save_queries: Запис на запитвания (queries) |
|
772 | permission_save_queries: Запис на запитвания (queries) | |
773 | permission_view_wiki_pages: Разглеждане на wiki |
|
773 | permission_view_wiki_pages: Разглеждане на wiki | |
774 | permission_rename_wiki_pages: Преименуване на wiki страници |
|
774 | permission_rename_wiki_pages: Преименуване на wiki страници | |
775 | permission_edit_time_entries: Редактиране на time logs |
|
775 | permission_edit_time_entries: Редактиране на time logs | |
776 | permission_edit_own_issue_notes: Редактиране на собствени бележки |
|
776 | permission_edit_own_issue_notes: Редактиране на собствени бележки | |
777 | setting_gravatar_enabled: Използване на портребителски икони от Gravatar |
|
777 | setting_gravatar_enabled: Използване на портребителски икони от Gravatar | |
778 | label_example: Пример |
|
778 | label_example: Пример | |
779 | 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." |
|
779 | 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 | permission_edit_own_messages: Редактиране на собствени съобщения |
|
780 | permission_edit_own_messages: Редактиране на собствени съобщения | |
781 | permission_delete_own_messages: Изтриване на собствени съобщения |
|
781 | permission_delete_own_messages: Изтриване на собствени съобщения | |
782 | label_user_activity: "Активност на {{value}}" |
|
782 | label_user_activity: "Активност на {{value}}" | |
783 | label_updated_time_by: "Обновена от {{author}} преди {{age}}" |
|
783 | label_updated_time_by: "Обновена от {{author}} преди {{age}}" | |
784 | text_diff_truncated: '... Този diff не е пълен, понеже е надхвърля максималния размер, който може да бъде показан.' |
|
784 | text_diff_truncated: '... Този diff не е пълен, понеже е надхвърля максималния размер, който може да бъде показан.' | |
785 | setting_diff_max_lines_displayed: Максимален брой показани diff редове |
|
785 | setting_diff_max_lines_displayed: Максимален брой показани diff редове | |
786 | text_plugin_assets_writable: Папката на приставките е разрешена за запис |
|
786 | text_plugin_assets_writable: Папката на приставките е разрешена за запис | |
787 | warning_attachments_not_saved: "{{count}} файла не бяха записани." |
|
787 | warning_attachments_not_saved: "{{count}} файла не бяха записани." | |
788 | button_create_and_continue: Създаване и продължаване |
|
788 | button_create_and_continue: Създаване и продължаване | |
789 | text_custom_field_possible_values_info: 'Една стойност на ред' |
|
789 | text_custom_field_possible_values_info: 'Една стойност на ред' | |
790 | label_display: Display |
|
790 | label_display: Display | |
791 | field_editable: Editable |
|
791 | field_editable: Editable | |
792 | setting_repository_log_display_limit: Максимален брой на показванете ревизии в лог файла |
|
792 | setting_repository_log_display_limit: Максимален брой на показванете ревизии в лог файла | |
793 | setting_file_max_size_displayed: Максимален размер на текстовите файлове, показвани inline |
|
793 | setting_file_max_size_displayed: Максимален размер на текстовите файлове, показвани inline | |
794 | field_watcher: Наблюдател |
|
794 | field_watcher: Наблюдател | |
795 | setting_openid: Рарешаване на OpenID вход и регистрация |
|
795 | setting_openid: Рарешаване на OpenID вход и регистрация | |
796 | field_identity_url: OpenID URL |
|
796 | field_identity_url: OpenID URL | |
797 | label_login_with_open_id_option: или вход чрез OpenID |
|
797 | label_login_with_open_id_option: или вход чрез OpenID | |
798 | field_content: Съдържание |
|
798 | field_content: Съдържание | |
799 | label_descending: Намаляващ |
|
799 | label_descending: Намаляващ | |
800 | label_sort: Сортиране |
|
800 | label_sort: Сортиране | |
801 | label_ascending: Нарастващ |
|
801 | label_ascending: Нарастващ | |
802 | label_date_from_to: От {{start}} до {{end}} |
|
802 | label_date_from_to: От {{start}} до {{end}} | |
803 | label_greater_or_equal: ">=" |
|
803 | label_greater_or_equal: ">=" | |
804 | label_less_or_equal: <= |
|
804 | label_less_or_equal: <= | |
805 | text_wiki_page_destroy_question: Тази страница има {{descendants}} страници деца и descendant(s). Какво желаете да правите? |
|
805 | text_wiki_page_destroy_question: Тази страница има {{descendants}} страници деца и descendant(s). Какво желаете да правите? | |
806 | text_wiki_page_reassign_children: Преназначаване на страниците деца на тази родителска страница |
|
806 | text_wiki_page_reassign_children: Преназначаване на страниците деца на тази родителска страница | |
807 | text_wiki_page_nullify_children: Запазване на тези страници като коренни страници |
|
807 | text_wiki_page_nullify_children: Запазване на тези страници като коренни страници | |
808 | text_wiki_page_destroy_children: Изтриване на страниците деца и всички техни descendants |
|
808 | text_wiki_page_destroy_children: Изтриване на страниците деца и всички техни descendants | |
809 | setting_password_min_length: Минимална дължина на парола |
|
809 | setting_password_min_length: Минимална дължина на парола | |
810 | field_group_by: Групиране на резултатите по |
|
810 | field_group_by: Групиране на резултатите по | |
811 |
mail_subject_wiki_content_updated: "Wiki страницата '{{ |
|
811 | mail_subject_wiki_content_updated: "Wiki страницата '{{page}}' не беше обновена" | |
812 | label_wiki_content_added: Wiki страница беше добавена |
|
812 | label_wiki_content_added: Wiki страница беше добавена | |
813 |
mail_subject_wiki_content_added: "Wiki страницата '{{ |
|
813 | mail_subject_wiki_content_added: "Wiki страницата '{{page}}' беше добавена" | |
814 |
mail_body_wiki_content_added: Wiki страницата '{{ |
|
814 | mail_body_wiki_content_added: Wiki страницата '{{page}}' беше добавена от {{author}}. | |
815 | label_wiki_content_updated: Wiki страница беше обновена |
|
815 | label_wiki_content_updated: Wiki страница беше обновена | |
816 |
mail_body_wiki_content_updated: Wiki страницата '{{ |
|
816 | mail_body_wiki_content_updated: Wiki страницата '{{page}}' беше обновена от {{author}}. | |
817 | permission_add_project: Създаване на проект |
|
817 | permission_add_project: Създаване на проект | |
818 | setting_new_project_user_role_id: Роля, давана на потребител, създаващ проекти, който не е администратор |
|
818 | setting_new_project_user_role_id: Роля, давана на потребител, създаващ проекти, който не е администратор | |
819 | label_view_all_revisions: Разглеждане на всички ревизии |
|
819 | label_view_all_revisions: Разглеждане на всички ревизии | |
820 | label_tag: Версия |
|
820 | label_tag: Версия | |
821 | label_branch: работен вариант |
|
821 | label_branch: работен вариант | |
822 | error_no_tracker_in_project: Няма асоциирани тракери с този проект. Проверете настройките на проекта. |
|
822 | error_no_tracker_in_project: Няма асоциирани тракери с този проект. Проверете настройките на проекта. | |
823 | error_no_default_issue_status: Няма установено подразбиращо се състояние за задачите. Моля проверете вашата конфигурация (Вижте "Администрация -> Състояния на задачи"). |
|
823 | error_no_default_issue_status: Няма установено подразбиращо се състояние за задачите. Моля проверете вашата конфигурация (Вижте "Администрация -> Състояния на задачи"). | |
824 | text_journal_changed: "{{label}} променен от {{old}} на {{new}}" |
|
824 | text_journal_changed: "{{label}} променен от {{old}} на {{new}}" | |
825 | text_journal_set_to: "{{label}} установен на {{value}}" |
|
825 | text_journal_set_to: "{{label}} установен на {{value}}" | |
826 | text_journal_deleted: "{{label}} изтрит ({{old}})" |
|
826 | text_journal_deleted: "{{label}} изтрит ({{old}})" | |
827 | label_group_plural: Групи |
|
827 | label_group_plural: Групи | |
828 | label_group: Група |
|
828 | label_group: Група | |
829 | label_group_new: Нова група |
|
829 | label_group_new: Нова група | |
830 | label_time_entry_plural: Използвано време |
|
830 | label_time_entry_plural: Използвано време | |
831 | text_journal_added: "Добавено {{label}} {{value}}" |
|
831 | text_journal_added: "Добавено {{label}} {{value}}" | |
832 | field_active: Активен |
|
832 | field_active: Активен | |
833 | enumeration_system_activity: Системна активност |
|
833 | enumeration_system_activity: Системна активност | |
834 | permission_delete_issue_watchers: Изтриване на наблюдатели |
|
834 | permission_delete_issue_watchers: Изтриване на наблюдатели | |
835 | version_status_closed: затворена |
|
835 | version_status_closed: затворена | |
836 | version_status_locked: заключена |
|
836 | version_status_locked: заключена | |
837 | version_status_open: отворена |
|
837 | version_status_open: отворена | |
838 | error_can_not_reopen_issue_on_closed_version: Задача, асоциирана със затворена версия не може да бъде отворена отново |
|
838 | error_can_not_reopen_issue_on_closed_version: Задача, асоциирана със затворена версия не може да бъде отворена отново | |
839 | label_user_anonymous: Анонимен |
|
839 | label_user_anonymous: Анонимен | |
840 | button_move_and_follow: Преместване и продължаване |
|
840 | button_move_and_follow: Преместване и продължаване | |
841 | setting_default_projects_modules: Активирани модули по подразбиране за нов проект |
|
841 | setting_default_projects_modules: Активирани модули по подразбиране за нов проект | |
842 | setting_gravatar_default: Подразбиращо се изображение от Gravatar |
|
842 | setting_gravatar_default: Подразбиращо се изображение от Gravatar | |
843 | field_sharing: Sharing |
|
843 | field_sharing: Sharing | |
844 | label_version_sharing_hierarchy: С проектна йерархия |
|
844 | label_version_sharing_hierarchy: С проектна йерархия | |
845 | label_version_sharing_system: С всички проекти |
|
845 | label_version_sharing_system: С всички проекти | |
846 | label_version_sharing_descendants: С подпроекти |
|
846 | label_version_sharing_descendants: С подпроекти | |
847 | label_version_sharing_tree: С дърво на проектите |
|
847 | label_version_sharing_tree: С дърво на проектите | |
848 | label_version_sharing_none: Не споделен |
|
848 | label_version_sharing_none: Не споделен | |
849 | error_can_not_archive_project: Този проект не може да бъде архивиран |
|
849 | error_can_not_archive_project: Този проект не може да бъде архивиран | |
850 | button_duplicate: Дублиране |
|
850 | button_duplicate: Дублиране | |
851 | button_copy_and_follow: Копиране и продължаване |
|
851 | button_copy_and_follow: Копиране и продължаване | |
852 | label_copy_source: Източник |
|
852 | label_copy_source: Източник | |
853 | setting_issue_done_ratio: Изчисление на процента на готови задачи с |
|
853 | setting_issue_done_ratio: Изчисление на процента на готови задачи с | |
854 | setting_issue_done_ratio_issue_status: Използване на състоянието на задачите |
|
854 | setting_issue_done_ratio_issue_status: Използване на състоянието на задачите | |
855 | error_issue_done_ratios_not_updated: Процентът на завършените задачи не е обновен. |
|
855 | error_issue_done_ratios_not_updated: Процентът на завършените задачи не е обновен. | |
856 | error_workflow_copy_target: Моля изберете тракер(и) и роля (роли). |
|
856 | error_workflow_copy_target: Моля изберете тракер(и) и роля (роли). | |
857 | setting_issue_done_ratio_issue_field: Използване на поле 'задача' |
|
857 | setting_issue_done_ratio_issue_field: Използване на поле 'задача' | |
858 | label_copy_same_as_target: Също като целта |
|
858 | label_copy_same_as_target: Също като целта | |
859 | label_copy_target: Цел |
|
859 | label_copy_target: Цел | |
860 | notice_issue_done_ratios_updated: Обновен процент на завършените задачи. |
|
860 | notice_issue_done_ratios_updated: Обновен процент на завършените задачи. | |
861 | error_workflow_copy_source: Моля изберете source тракер или роля |
|
861 | error_workflow_copy_source: Моля изберете source тракер или роля | |
862 | label_update_issue_done_ratios: Обновяване на процента на завършените задачи |
|
862 | label_update_issue_done_ratios: Обновяване на процента на завършените задачи | |
863 | setting_start_of_week: Първи ден на седмицата |
|
863 | setting_start_of_week: Първи ден на седмицата | |
864 | permission_view_issues: Разглеждане на задачите |
|
864 | permission_view_issues: Разглеждане на задачите | |
865 | label_display_used_statuses_only: Показване само на състоянията, използвани от този тракер |
|
865 | label_display_used_statuses_only: Показване само на състоянията, използвани от този тракер | |
866 | label_revision_id: Ревизия {{value}} |
|
866 | label_revision_id: Ревизия {{value}} | |
867 | label_api_access_key: API ключ за достъп |
|
867 | label_api_access_key: API ключ за достъп | |
868 | label_api_access_key_created_on: API ключ за достъп е създаден преди {{value}} |
|
868 | label_api_access_key_created_on: API ключ за достъп е създаден преди {{value}} | |
869 | label_feeds_access_key: RSS access ключ |
|
869 | label_feeds_access_key: RSS access ключ | |
870 | notice_api_access_key_reseted: Вашият API ключ за достъп беше изчистен. |
|
870 | notice_api_access_key_reseted: Вашият API ключ за достъп беше изчистен. | |
871 | setting_rest_api_enabled: Разрешаване на REST web сървис |
|
871 | setting_rest_api_enabled: Разрешаване на REST web сървис | |
872 | label_missing_api_access_key: Липсващ API ключ |
|
872 | label_missing_api_access_key: Липсващ API ключ | |
873 | label_missing_feeds_access_key: Липсващ RSS ключ за достъп |
|
873 | label_missing_feeds_access_key: Липсващ RSS ключ за достъп | |
874 | button_show: Показване |
|
874 | button_show: Показване | |
875 | text_line_separated: Позволени са много стойности (по едно на ред). |
|
875 | text_line_separated: Позволени са много стойности (по едно на ред). | |
876 | setting_mail_handler_body_delimiters: Отрязване на e-mail-ите след един от тези редове |
|
876 | setting_mail_handler_body_delimiters: Отрязване на e-mail-ите след един от тези редове | |
877 | permission_add_subprojects: Създаване на подпроекти |
|
877 | permission_add_subprojects: Създаване на подпроекти | |
878 | label_subproject_new: Нов подпроект |
|
878 | label_subproject_new: Нов подпроект | |
879 | text_own_membership_delete_confirmation: |- |
|
879 | text_own_membership_delete_confirmation: |- | |
880 | Вие сте на път да премахнете някои или всички ваши разрешения и е възможно след това на да не можете да редатирате този проект. |
|
880 | Вие сте на път да премахнете някои или всички ваши разрешения и е възможно след това на да не можете да редатирате този проект. | |
881 | Сигурен ли сте, че искате да продължите? |
|
881 | Сигурен ли сте, че искате да продължите? | |
882 | label_close_versions: Затваряне на завършените версии |
|
882 | label_close_versions: Затваряне на завършените версии | |
883 | label_board_sticky: Sticky |
|
883 | label_board_sticky: Sticky | |
884 | label_board_locked: Заключена |
|
884 | label_board_locked: Заключена | |
885 | permission_export_wiki_pages: Експорт на wiki страници |
|
885 | permission_export_wiki_pages: Експорт на wiki страници | |
886 | setting_cache_formatted_text: Cache formatted text |
|
886 | setting_cache_formatted_text: Cache formatted text | |
887 | permission_manage_project_activities: Управление на дейностите на проекта |
|
887 | permission_manage_project_activities: Управление на дейностите на проекта | |
888 | error_unable_delete_issue_status: Невъзможност за изтриване на състояние на задача |
|
888 | error_unable_delete_issue_status: Невъзможност за изтриване на състояние на задача | |
889 | label_profile: Профил |
|
889 | label_profile: Профил | |
890 | permission_manage_subtasks: Управление на подзадачите |
|
890 | permission_manage_subtasks: Управление на подзадачите | |
891 | field_parent_issue: Родителска задача |
|
891 | field_parent_issue: Родителска задача | |
892 | label_subtask_plural: Подзадачи |
|
892 | label_subtask_plural: Подзадачи | |
893 | label_project_copy_notifications: Изпращане на Send e-mail известия по време на копирането на проекта |
|
893 | label_project_copy_notifications: Изпращане на Send e-mail известия по време на копирането на проекта | |
894 | error_can_not_delete_custom_field: Невъзможност за изтриване на потребителско поле |
|
894 | error_can_not_delete_custom_field: Невъзможност за изтриване на потребителско поле | |
895 | error_unable_to_connect: Невъзможност за свързване с ({{value}}) |
|
895 | error_unable_to_connect: Невъзможност за свързване с ({{value}}) | |
896 | error_can_not_remove_role: Тази роля се използва и не може да бъде изтрита. |
|
896 | error_can_not_remove_role: Тази роля се използва и не може да бъде изтрита. | |
897 | error_can_not_delete_tracker: Този тракер съдържа задачи и не може да бъде изтрит. |
|
897 | error_can_not_delete_tracker: Този тракер съдържа задачи и не може да бъде изтрит. | |
898 | field_principal: Principal |
|
898 | field_principal: Principal | |
899 | label_my_page_block: Блокове в личната страница |
|
899 | label_my_page_block: Блокове в личната страница | |
900 | notice_failed_to_save_members: "Невъзможност за запис на член(ове): {{errors}}." |
|
900 | notice_failed_to_save_members: "Невъзможност за запис на член(ове): {{errors}}." | |
901 | text_zoom_out: Намаляване |
|
901 | text_zoom_out: Намаляване | |
902 | text_zoom_in: Увеличаване |
|
902 | text_zoom_in: Увеличаване | |
903 | notice_unable_delete_time_entry: Невъзможност за изтриване на запис на time log. |
|
903 | notice_unable_delete_time_entry: Невъзможност за изтриване на запис на time log. | |
904 | label_overall_spent_time: Общо употребено време |
|
904 | label_overall_spent_time: Общо употребено време | |
905 | field_time_entries: Log time |
|
905 | field_time_entries: Log time | |
906 | notice_not_authorized_archived_project: Проектът, който се опитвате да видите е архивиран. |
|
906 | notice_not_authorized_archived_project: Проектът, който се опитвате да видите е архивиран. | |
907 | text_tip_issue_end_day: задача, завършваща този ден |
|
907 | text_tip_issue_end_day: задача, завършваща този ден | |
908 | field_text: Текстово поле |
|
908 | field_text: Текстово поле | |
909 | label_user_mail_option_only_owner: Само за неща, на които аз съм собственик |
|
909 | label_user_mail_option_only_owner: Само за неща, на които аз съм собственик | |
910 | field_member_of_group: Член на група |
|
910 | field_member_of_group: Член на група | |
911 | project_module_gantt: Мрежов график |
|
911 | project_module_gantt: Мрежов график | |
912 | text_are_you_sure_with_children: Изтриване на задачата и нейните подзадачи? |
|
912 | text_are_you_sure_with_children: Изтриване на задачата и нейните подзадачи? | |
913 | text_tip_issue_begin_end_day: задача, започваща и завършваща този ден |
|
913 | text_tip_issue_begin_end_day: задача, започваща и завършваща този ден | |
914 | setting_default_notification_option: Подразбиращ се начин за известяване |
|
914 | setting_default_notification_option: Подразбиращ се начин за известяване | |
915 | project_module_calendar: Календар |
|
915 | project_module_calendar: Календар | |
916 | label_user_mail_option_only_my_events: Само за неща, в които съм включен/а |
|
916 | label_user_mail_option_only_my_events: Само за неща, в които съм включен/а | |
917 | text_tip_issue_begin_day: задача, започваща този ден |
|
917 | text_tip_issue_begin_day: задача, започваща този ден | |
918 | label_user_mail_option_only_assigned: Само за неща, назначени на мен |
|
918 | label_user_mail_option_only_assigned: Само за неща, назначени на мен | |
919 | button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: {{page_title}}" |
|
919 | button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: {{page_title}}" | |
920 | field_assigned_to_role: Assignee's role |
|
920 | field_assigned_to_role: Assignee's role | |
921 | field_start_date: Начална дата |
|
921 | field_start_date: Начална дата | |
922 | label_principal_search: "Търсене на потребител или група:" |
|
922 | label_principal_search: "Търсене на потребител или група:" | |
923 | label_user_search: "Търсене на потребител:" |
|
923 | label_user_search: "Търсене на потребител:" | |
924 | field_visible: Видим |
|
924 | field_visible: Видим | |
925 | setting_emails_header: Emails header |
|
925 | setting_emails_header: Emails header |
@@ -1,969 +1,969 | |||||
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_page: Página principal |
|
316 | field_start_page: Página principal | |
317 | field_status: Estado |
|
317 | field_status: Estado | |
318 | field_subject: Tema |
|
318 | field_subject: Tema | |
319 | field_subproject: Proyecto secundario |
|
319 | field_subproject: Proyecto secundario | |
320 | field_summary: Resumen |
|
320 | field_summary: Resumen | |
321 | field_time_zone: Zona horaria |
|
321 | field_time_zone: Zona horaria | |
322 | field_title: Título |
|
322 | field_title: Título | |
323 | field_tracker: Tipo |
|
323 | field_tracker: Tipo | |
324 | field_type: Tipo |
|
324 | field_type: Tipo | |
325 | field_updated_on: Actualizado |
|
325 | field_updated_on: Actualizado | |
326 | field_url: URL |
|
326 | field_url: URL | |
327 | field_user: Usuario |
|
327 | field_user: Usuario | |
328 | field_value: Valor |
|
328 | field_value: Valor | |
329 | field_version: Versión |
|
329 | field_version: Versión | |
330 | general_csv_decimal_separator: ',' |
|
330 | general_csv_decimal_separator: ',' | |
331 | general_csv_encoding: ISO-8859-15 |
|
331 | general_csv_encoding: ISO-8859-15 | |
332 | general_csv_separator: ';' |
|
332 | general_csv_separator: ';' | |
333 | general_first_day_of_week: '1' |
|
333 | general_first_day_of_week: '1' | |
334 | general_lang_name: 'Español' |
|
334 | general_lang_name: 'Español' | |
335 | general_pdf_encoding: ISO-8859-15 |
|
335 | general_pdf_encoding: ISO-8859-15 | |
336 | general_text_No: 'No' |
|
336 | general_text_No: 'No' | |
337 | general_text_Yes: 'Sí' |
|
337 | general_text_Yes: 'Sí' | |
338 | general_text_no: 'no' |
|
338 | general_text_no: 'no' | |
339 | general_text_yes: 'sí' |
|
339 | general_text_yes: 'sí' | |
340 | gui_validation_error: 1 error |
|
340 | gui_validation_error: 1 error | |
341 | gui_validation_error_plural: "{{count}} errores" |
|
341 | gui_validation_error_plural: "{{count}} errores" | |
342 | label_activity: Actividad |
|
342 | label_activity: Actividad | |
343 | label_add_another_file: Añadir otro fichero |
|
343 | label_add_another_file: Añadir otro fichero | |
344 | label_add_note: Añadir una nota |
|
344 | label_add_note: Añadir una nota | |
345 | label_added: añadido |
|
345 | label_added: añadido | |
346 | label_added_time_by: "Añadido por {{author}} hace {{age}}" |
|
346 | label_added_time_by: "Añadido por {{author}} hace {{age}}" | |
347 | label_administration: Administración |
|
347 | label_administration: Administración | |
348 | label_age: Edad |
|
348 | label_age: Edad | |
349 | label_ago: hace |
|
349 | label_ago: hace | |
350 | label_all: todos |
|
350 | label_all: todos | |
351 | label_all_time: todo el tiempo |
|
351 | label_all_time: todo el tiempo | |
352 | label_all_words: Todas las palabras |
|
352 | label_all_words: Todas las palabras | |
353 | label_and_its_subprojects: "{{value}} y proyectos secundarios" |
|
353 | label_and_its_subprojects: "{{value}} y proyectos secundarios" | |
354 | label_applied_status: Aplicar estado |
|
354 | label_applied_status: Aplicar estado | |
355 | label_assigned_to_me_issues: Peticiones que me están asignadas |
|
355 | label_assigned_to_me_issues: Peticiones que me están asignadas | |
356 | label_associated_revisions: Revisiones asociadas |
|
356 | label_associated_revisions: Revisiones asociadas | |
357 | label_attachment: Fichero |
|
357 | label_attachment: Fichero | |
358 | label_attachment_delete: Borrar el fichero |
|
358 | label_attachment_delete: Borrar el fichero | |
359 | label_attachment_new: Nuevo fichero |
|
359 | label_attachment_new: Nuevo fichero | |
360 | label_attachment_plural: Ficheros |
|
360 | label_attachment_plural: Ficheros | |
361 | label_attribute: Cualidad |
|
361 | label_attribute: Cualidad | |
362 | label_attribute_plural: Cualidades |
|
362 | label_attribute_plural: Cualidades | |
363 | label_auth_source: Modo de autenticación |
|
363 | label_auth_source: Modo de autenticación | |
364 | label_auth_source_new: Nuevo modo de autenticación |
|
364 | label_auth_source_new: Nuevo modo de autenticación | |
365 | label_auth_source_plural: Modos de autenticación |
|
365 | label_auth_source_plural: Modos de autenticación | |
366 | label_authentication: Autenticación |
|
366 | label_authentication: Autenticación | |
367 | label_blocked_by: bloqueado por |
|
367 | label_blocked_by: bloqueado por | |
368 | label_blocks: bloquea a |
|
368 | label_blocks: bloquea a | |
369 | label_board: Foro |
|
369 | label_board: Foro | |
370 | label_board_new: Nuevo foro |
|
370 | label_board_new: Nuevo foro | |
371 | label_board_plural: Foros |
|
371 | label_board_plural: Foros | |
372 | label_boolean: Booleano |
|
372 | label_boolean: Booleano | |
373 | label_browse: Hojear |
|
373 | label_browse: Hojear | |
374 | label_bulk_edit_selected_issues: Editar las peticiones seleccionadas |
|
374 | label_bulk_edit_selected_issues: Editar las peticiones seleccionadas | |
375 | label_calendar: Calendario |
|
375 | label_calendar: Calendario | |
376 | label_change_plural: Cambios |
|
376 | label_change_plural: Cambios | |
377 | label_change_properties: Cambiar propiedades |
|
377 | label_change_properties: Cambiar propiedades | |
378 | label_change_status: Cambiar el estado |
|
378 | label_change_status: Cambiar el estado | |
379 | label_change_view_all: Ver todos los cambios |
|
379 | label_change_view_all: Ver todos los cambios | |
380 | label_changes_details: Detalles de todos los cambios |
|
380 | label_changes_details: Detalles de todos los cambios | |
381 | label_changeset_plural: Cambios |
|
381 | label_changeset_plural: Cambios | |
382 | label_chronological_order: En orden cronológico |
|
382 | label_chronological_order: En orden cronológico | |
383 | label_closed_issues: cerrada |
|
383 | label_closed_issues: cerrada | |
384 | label_closed_issues_plural: cerradas |
|
384 | label_closed_issues_plural: cerradas | |
385 | label_x_open_issues_abbr_on_total: |
|
385 | label_x_open_issues_abbr_on_total: | |
386 | zero: 0 abiertas / {{total}} |
|
386 | zero: 0 abiertas / {{total}} | |
387 | one: 1 abierta / {{total}} |
|
387 | one: 1 abierta / {{total}} | |
388 | other: "{{count}} abiertas / {{total}}" |
|
388 | other: "{{count}} abiertas / {{total}}" | |
389 | label_x_open_issues_abbr: |
|
389 | label_x_open_issues_abbr: | |
390 | zero: 0 abiertas |
|
390 | zero: 0 abiertas | |
391 | one: 1 abierta |
|
391 | one: 1 abierta | |
392 | other: "{{count}} abiertas" |
|
392 | other: "{{count}} abiertas" | |
393 | label_x_closed_issues_abbr: |
|
393 | label_x_closed_issues_abbr: | |
394 | zero: 0 cerradas |
|
394 | zero: 0 cerradas | |
395 | one: 1 cerrada |
|
395 | one: 1 cerrada | |
396 | other: "{{count}} cerradas" |
|
396 | other: "{{count}} cerradas" | |
397 | label_comment: Comentario |
|
397 | label_comment: Comentario | |
398 | label_comment_add: Añadir un comentario |
|
398 | label_comment_add: Añadir un comentario | |
399 | label_comment_added: Comentario añadido |
|
399 | label_comment_added: Comentario añadido | |
400 | label_comment_delete: Borrar comentarios |
|
400 | label_comment_delete: Borrar comentarios | |
401 | label_comment_plural: Comentarios |
|
401 | label_comment_plural: Comentarios | |
402 | label_x_comments: |
|
402 | label_x_comments: | |
403 | zero: sin comentarios |
|
403 | zero: sin comentarios | |
404 | one: 1 comentario |
|
404 | one: 1 comentario | |
405 | other: "{{count}} comentarios" |
|
405 | other: "{{count}} comentarios" | |
406 | label_commits_per_author: Commits por autor |
|
406 | label_commits_per_author: Commits por autor | |
407 | label_commits_per_month: Commits por mes |
|
407 | label_commits_per_month: Commits por mes | |
408 | label_confirmation: Confirmación |
|
408 | label_confirmation: Confirmación | |
409 | label_contains: contiene |
|
409 | label_contains: contiene | |
410 | label_copied: copiado |
|
410 | label_copied: copiado | |
411 | label_copy_workflow_from: Copiar flujo de trabajo desde |
|
411 | label_copy_workflow_from: Copiar flujo de trabajo desde | |
412 | label_current_status: Estado actual |
|
412 | label_current_status: Estado actual | |
413 | label_current_version: Versión actual |
|
413 | label_current_version: Versión actual | |
414 | label_custom_field: Campo personalizado |
|
414 | label_custom_field: Campo personalizado | |
415 | label_custom_field_new: Nuevo campo personalizado |
|
415 | label_custom_field_new: Nuevo campo personalizado | |
416 | label_custom_field_plural: Campos personalizados |
|
416 | label_custom_field_plural: Campos personalizados | |
417 | label_date: Fecha |
|
417 | label_date: Fecha | |
418 | label_date_from: Desde |
|
418 | label_date_from: Desde | |
419 | label_date_range: Rango de fechas |
|
419 | label_date_range: Rango de fechas | |
420 | label_date_to: Hasta |
|
420 | label_date_to: Hasta | |
421 | label_day_plural: días |
|
421 | label_day_plural: días | |
422 | label_default: Por defecto |
|
422 | label_default: Por defecto | |
423 | label_default_columns: Columnas por defecto |
|
423 | label_default_columns: Columnas por defecto | |
424 | label_deleted: suprimido |
|
424 | label_deleted: suprimido | |
425 | label_details: Detalles |
|
425 | label_details: Detalles | |
426 | label_diff_inline: en línea |
|
426 | label_diff_inline: en línea | |
427 | label_diff_side_by_side: cara a cara |
|
427 | label_diff_side_by_side: cara a cara | |
428 | label_disabled: deshabilitado |
|
428 | label_disabled: deshabilitado | |
429 | label_display_per_page: "Por página: {{value}}" |
|
429 | label_display_per_page: "Por página: {{value}}" | |
430 | label_document: Documento |
|
430 | label_document: Documento | |
431 | label_document_added: Documento añadido |
|
431 | label_document_added: Documento añadido | |
432 | label_document_new: Nuevo documento |
|
432 | label_document_new: Nuevo documento | |
433 | label_document_plural: Documentos |
|
433 | label_document_plural: Documentos | |
434 | label_download: "{{count}} Descarga" |
|
434 | label_download: "{{count}} Descarga" | |
435 | label_download_plural: "{{count}} Descargas" |
|
435 | label_download_plural: "{{count}} Descargas" | |
436 | label_downloads_abbr: D/L |
|
436 | label_downloads_abbr: D/L | |
437 | label_duplicated_by: duplicada por |
|
437 | label_duplicated_by: duplicada por | |
438 | label_duplicates: duplicada de |
|
438 | label_duplicates: duplicada de | |
439 | label_end_to_end: fin a fin |
|
439 | label_end_to_end: fin a fin | |
440 | label_end_to_start: fin a principio |
|
440 | label_end_to_start: fin a principio | |
441 | label_enumeration_new: Nuevo valor |
|
441 | label_enumeration_new: Nuevo valor | |
442 | label_enumerations: Listas de valores |
|
442 | label_enumerations: Listas de valores | |
443 | label_environment: Entorno |
|
443 | label_environment: Entorno | |
444 | label_equals: igual |
|
444 | label_equals: igual | |
445 | label_example: Ejemplo |
|
445 | label_example: Ejemplo | |
446 | label_export_to: 'Exportar a:' |
|
446 | label_export_to: 'Exportar a:' | |
447 | label_f_hour: "{{value}} hora" |
|
447 | label_f_hour: "{{value}} hora" | |
448 | label_f_hour_plural: "{{value}} horas" |
|
448 | label_f_hour_plural: "{{value}} horas" | |
449 | label_feed_plural: Feeds |
|
449 | label_feed_plural: Feeds | |
450 | label_feeds_access_key_created_on: "Clave de acceso por RSS creada hace {{value}}" |
|
450 | label_feeds_access_key_created_on: "Clave de acceso por RSS creada hace {{value}}" | |
451 | label_file_added: Fichero añadido |
|
451 | label_file_added: Fichero añadido | |
452 | label_file_plural: Archivos |
|
452 | label_file_plural: Archivos | |
453 | label_filter_add: Añadir el filtro |
|
453 | label_filter_add: Añadir el filtro | |
454 | label_filter_plural: Filtros |
|
454 | label_filter_plural: Filtros | |
455 | label_float: Flotante |
|
455 | label_float: Flotante | |
456 | label_follows: posterior a |
|
456 | label_follows: posterior a | |
457 | label_gantt: Gantt |
|
457 | label_gantt: Gantt | |
458 | label_general: General |
|
458 | label_general: General | |
459 | label_generate_key: Generar clave |
|
459 | label_generate_key: Generar clave | |
460 | label_help: Ayuda |
|
460 | label_help: Ayuda | |
461 | label_history: Histórico |
|
461 | label_history: Histórico | |
462 | label_home: Inicio |
|
462 | label_home: Inicio | |
463 | label_in: en |
|
463 | label_in: en | |
464 | label_in_less_than: en menos que |
|
464 | label_in_less_than: en menos que | |
465 | label_in_more_than: en más que |
|
465 | label_in_more_than: en más que | |
466 | label_incoming_emails: Correos entrantes |
|
466 | label_incoming_emails: Correos entrantes | |
467 | label_index_by_date: Índice por fecha |
|
467 | label_index_by_date: Índice por fecha | |
468 | label_index_by_title: Índice por título |
|
468 | label_index_by_title: Índice por título | |
469 | label_information: Información |
|
469 | label_information: Información | |
470 | label_information_plural: Información |
|
470 | label_information_plural: Información | |
471 | label_integer: Número |
|
471 | label_integer: Número | |
472 | label_internal: Interno |
|
472 | label_internal: Interno | |
473 | label_issue: Petición |
|
473 | label_issue: Petición | |
474 | label_issue_added: Petición añadida |
|
474 | label_issue_added: Petición añadida | |
475 | label_issue_category: Categoría de las peticiones |
|
475 | label_issue_category: Categoría de las peticiones | |
476 | label_issue_category_new: Nueva categoría |
|
476 | label_issue_category_new: Nueva categoría | |
477 | label_issue_category_plural: Categorías de las peticiones |
|
477 | label_issue_category_plural: Categorías de las peticiones | |
478 | label_issue_new: Nueva petición |
|
478 | label_issue_new: Nueva petición | |
479 | label_issue_plural: Peticiones |
|
479 | label_issue_plural: Peticiones | |
480 | label_issue_status: Estado de la petición |
|
480 | label_issue_status: Estado de la petición | |
481 | label_issue_status_new: Nuevo estado |
|
481 | label_issue_status_new: Nuevo estado | |
482 | label_issue_status_plural: Estados de las peticiones |
|
482 | label_issue_status_plural: Estados de las peticiones | |
483 | label_issue_tracking: Peticiones |
|
483 | label_issue_tracking: Peticiones | |
484 | label_issue_updated: Petición actualizada |
|
484 | label_issue_updated: Petición actualizada | |
485 | label_issue_view_all: Ver todas las peticiones |
|
485 | label_issue_view_all: Ver todas las peticiones | |
486 | label_issue_watchers: Seguidores |
|
486 | label_issue_watchers: Seguidores | |
487 | label_issues_by: "Peticiones por {{value}}" |
|
487 | label_issues_by: "Peticiones por {{value}}" | |
488 | label_jump_to_a_project: Ir al proyecto... |
|
488 | label_jump_to_a_project: Ir al proyecto... | |
489 | label_language_based: Basado en el idioma |
|
489 | label_language_based: Basado en el idioma | |
490 | label_last_changes: "últimos {{count}} cambios" |
|
490 | label_last_changes: "últimos {{count}} cambios" | |
491 | label_last_login: Última conexión |
|
491 | label_last_login: Última conexión | |
492 | label_last_month: último mes |
|
492 | label_last_month: último mes | |
493 | label_last_n_days: "últimos {{count}} días" |
|
493 | label_last_n_days: "últimos {{count}} días" | |
494 | label_last_week: última semana |
|
494 | label_last_week: última semana | |
495 | label_latest_revision: Última revisión |
|
495 | label_latest_revision: Última revisión | |
496 | label_latest_revision_plural: Últimas revisiones |
|
496 | label_latest_revision_plural: Últimas revisiones | |
497 | label_ldap_authentication: Autenticación LDAP |
|
497 | label_ldap_authentication: Autenticación LDAP | |
498 | label_less_than_ago: hace menos de |
|
498 | label_less_than_ago: hace menos de | |
499 | label_list: Lista |
|
499 | label_list: Lista | |
500 | label_loading: Cargando... |
|
500 | label_loading: Cargando... | |
501 | label_logged_as: Conectado como |
|
501 | label_logged_as: Conectado como | |
502 | label_login: Conexión |
|
502 | label_login: Conexión | |
503 | label_logout: Desconexión |
|
503 | label_logout: Desconexión | |
504 | label_max_size: Tamaño máximo |
|
504 | label_max_size: Tamaño máximo | |
505 | label_me: yo mismo |
|
505 | label_me: yo mismo | |
506 | label_member: Miembro |
|
506 | label_member: Miembro | |
507 | label_member_new: Nuevo miembro |
|
507 | label_member_new: Nuevo miembro | |
508 | label_member_plural: Miembros |
|
508 | label_member_plural: Miembros | |
509 | label_message_last: Último mensaje |
|
509 | label_message_last: Último mensaje | |
510 | label_message_new: Nuevo mensaje |
|
510 | label_message_new: Nuevo mensaje | |
511 | label_message_plural: Mensajes |
|
511 | label_message_plural: Mensajes | |
512 | label_message_posted: Mensaje añadido |
|
512 | label_message_posted: Mensaje añadido | |
513 | label_min_max_length: Longitud mín - máx |
|
513 | label_min_max_length: Longitud mín - máx | |
514 | label_modification: "{{count}} modificación" |
|
514 | label_modification: "{{count}} modificación" | |
515 | label_modification_plural: "{{count}} modificaciones" |
|
515 | label_modification_plural: "{{count}} modificaciones" | |
516 | label_modified: modificado |
|
516 | label_modified: modificado | |
517 | label_module_plural: Módulos |
|
517 | label_module_plural: Módulos | |
518 | label_month: Mes |
|
518 | label_month: Mes | |
519 | label_months_from: meses de |
|
519 | label_months_from: meses de | |
520 | label_more: Más |
|
520 | label_more: Más | |
521 | label_more_than_ago: hace más de |
|
521 | label_more_than_ago: hace más de | |
522 | label_my_account: Mi cuenta |
|
522 | label_my_account: Mi cuenta | |
523 | label_my_page: Mi página |
|
523 | label_my_page: Mi página | |
524 | label_my_projects: Mis proyectos |
|
524 | label_my_projects: Mis proyectos | |
525 | label_new: Nuevo |
|
525 | label_new: Nuevo | |
526 | label_new_statuses_allowed: Nuevos estados autorizados |
|
526 | label_new_statuses_allowed: Nuevos estados autorizados | |
527 | label_news: Noticia |
|
527 | label_news: Noticia | |
528 | label_news_added: Noticia añadida |
|
528 | label_news_added: Noticia añadida | |
529 | label_news_latest: Últimas noticias |
|
529 | label_news_latest: Últimas noticias | |
530 | label_news_new: Nueva noticia |
|
530 | label_news_new: Nueva noticia | |
531 | label_news_plural: Noticias |
|
531 | label_news_plural: Noticias | |
532 | label_news_view_all: Ver todas las noticias |
|
532 | label_news_view_all: Ver todas las noticias | |
533 | label_next: Siguiente |
|
533 | label_next: Siguiente | |
534 | label_no_change_option: (Sin cambios) |
|
534 | label_no_change_option: (Sin cambios) | |
535 | label_no_data: Ningún dato disponible |
|
535 | label_no_data: Ningún dato disponible | |
536 | label_nobody: nadie |
|
536 | label_nobody: nadie | |
537 | label_none: ninguno |
|
537 | label_none: ninguno | |
538 | label_not_contains: no contiene |
|
538 | label_not_contains: no contiene | |
539 | label_not_equals: no igual |
|
539 | label_not_equals: no igual | |
540 | label_open_issues: abierta |
|
540 | label_open_issues: abierta | |
541 | label_open_issues_plural: abiertas |
|
541 | label_open_issues_plural: abiertas | |
542 | label_optional_description: Descripción opcional |
|
542 | label_optional_description: Descripción opcional | |
543 | label_options: Opciones |
|
543 | label_options: Opciones | |
544 | label_overall_activity: Actividad global |
|
544 | label_overall_activity: Actividad global | |
545 | label_overview: Vistazo |
|
545 | label_overview: Vistazo | |
546 | label_password_lost: ¿Olvidaste la contraseña? |
|
546 | label_password_lost: ¿Olvidaste la contraseña? | |
547 | label_per_page: Por página |
|
547 | label_per_page: Por página | |
548 | label_permissions: Permisos |
|
548 | label_permissions: Permisos | |
549 | label_permissions_report: Informe de permisos |
|
549 | label_permissions_report: Informe de permisos | |
550 | label_personalize_page: Personalizar esta página |
|
550 | label_personalize_page: Personalizar esta página | |
551 | label_planning: Planificación |
|
551 | label_planning: Planificación | |
552 | label_please_login: Conexión |
|
552 | label_please_login: Conexión | |
553 | label_plugins: Extensiones |
|
553 | label_plugins: Extensiones | |
554 | label_precedes: anterior a |
|
554 | label_precedes: anterior a | |
555 | label_preferences: Preferencias |
|
555 | label_preferences: Preferencias | |
556 | label_preview: Previsualizar |
|
556 | label_preview: Previsualizar | |
557 | label_previous: Anterior |
|
557 | label_previous: Anterior | |
558 | label_project: Proyecto |
|
558 | label_project: Proyecto | |
559 | label_project_all: Todos los proyectos |
|
559 | label_project_all: Todos los proyectos | |
560 | label_project_latest: Últimos proyectos |
|
560 | label_project_latest: Últimos proyectos | |
561 | label_project_new: Nuevo proyecto |
|
561 | label_project_new: Nuevo proyecto | |
562 | label_project_plural: Proyectos |
|
562 | label_project_plural: Proyectos | |
563 | label_x_projects: |
|
563 | label_x_projects: | |
564 | zero: sin proyectos |
|
564 | zero: sin proyectos | |
565 | one: 1 proyecto |
|
565 | one: 1 proyecto | |
566 | other: "{{count}} proyectos" |
|
566 | other: "{{count}} proyectos" | |
567 | label_public_projects: Proyectos públicos |
|
567 | label_public_projects: Proyectos públicos | |
568 | label_query: Consulta personalizada |
|
568 | label_query: Consulta personalizada | |
569 | label_query_new: Nueva consulta |
|
569 | label_query_new: Nueva consulta | |
570 | label_query_plural: Consultas personalizadas |
|
570 | label_query_plural: Consultas personalizadas | |
571 | label_read: Leer... |
|
571 | label_read: Leer... | |
572 | label_register: Registrar |
|
572 | label_register: Registrar | |
573 | label_registered_on: Inscrito el |
|
573 | label_registered_on: Inscrito el | |
574 | label_registration_activation_by_email: activación de cuenta por correo |
|
574 | label_registration_activation_by_email: activación de cuenta por correo | |
575 | label_registration_automatic_activation: activación automática de cuenta |
|
575 | label_registration_automatic_activation: activación automática de cuenta | |
576 | label_registration_manual_activation: activación manual de cuenta |
|
576 | label_registration_manual_activation: activación manual de cuenta | |
577 | label_related_issues: Peticiones relacionadas |
|
577 | label_related_issues: Peticiones relacionadas | |
578 | label_relates_to: relacionada con |
|
578 | label_relates_to: relacionada con | |
579 | label_relation_delete: Eliminar relación |
|
579 | label_relation_delete: Eliminar relación | |
580 | label_relation_new: Nueva relación |
|
580 | label_relation_new: Nueva relación | |
581 | label_renamed: renombrado |
|
581 | label_renamed: renombrado | |
582 | label_reply_plural: Respuestas |
|
582 | label_reply_plural: Respuestas | |
583 | label_report: Informe |
|
583 | label_report: Informe | |
584 | label_report_plural: Informes |
|
584 | label_report_plural: Informes | |
585 | label_reported_issues: Peticiones registradas por mí |
|
585 | label_reported_issues: Peticiones registradas por mí | |
586 | label_repository: Repositorio |
|
586 | label_repository: Repositorio | |
587 | label_repository_plural: Repositorios |
|
587 | label_repository_plural: Repositorios | |
588 | label_result_plural: Resultados |
|
588 | label_result_plural: Resultados | |
589 | label_reverse_chronological_order: En orden cronológico inverso |
|
589 | label_reverse_chronological_order: En orden cronológico inverso | |
590 | label_revision: Revisión |
|
590 | label_revision: Revisión | |
591 | label_revision_plural: Revisiones |
|
591 | label_revision_plural: Revisiones | |
592 | label_roadmap: Planificación |
|
592 | label_roadmap: Planificación | |
593 | label_roadmap_due_in: "Finaliza en {{value}}" |
|
593 | label_roadmap_due_in: "Finaliza en {{value}}" | |
594 | label_roadmap_no_issues: No hay peticiones para esta versión |
|
594 | label_roadmap_no_issues: No hay peticiones para esta versión | |
595 | label_roadmap_overdue: "{{value}} tarde" |
|
595 | label_roadmap_overdue: "{{value}} tarde" | |
596 | label_role: Perfil |
|
596 | label_role: Perfil | |
597 | label_role_and_permissions: Perfiles y permisos |
|
597 | label_role_and_permissions: Perfiles y permisos | |
598 | label_role_new: Nuevo perfil |
|
598 | label_role_new: Nuevo perfil | |
599 | label_role_plural: Perfiles |
|
599 | label_role_plural: Perfiles | |
600 | label_scm: SCM |
|
600 | label_scm: SCM | |
601 | label_search: Búsqueda |
|
601 | label_search: Búsqueda | |
602 | label_search_titles_only: Buscar sólo en títulos |
|
602 | label_search_titles_only: Buscar sólo en títulos | |
603 | label_send_information: Enviar información de la cuenta al usuario |
|
603 | label_send_information: Enviar información de la cuenta al usuario | |
604 | label_send_test_email: Enviar un correo de prueba |
|
604 | label_send_test_email: Enviar un correo de prueba | |
605 | label_settings: Configuración |
|
605 | label_settings: Configuración | |
606 | label_show_completed_versions: Muestra las versiones terminadas |
|
606 | label_show_completed_versions: Muestra las versiones terminadas | |
607 | label_sort_by: "Ordenar por {{value}}" |
|
607 | label_sort_by: "Ordenar por {{value}}" | |
608 | label_sort_higher: Subir |
|
608 | label_sort_higher: Subir | |
609 | label_sort_highest: Primero |
|
609 | label_sort_highest: Primero | |
610 | label_sort_lower: Bajar |
|
610 | label_sort_lower: Bajar | |
611 | label_sort_lowest: Último |
|
611 | label_sort_lowest: Último | |
612 | label_spent_time: Tiempo dedicado |
|
612 | label_spent_time: Tiempo dedicado | |
613 | label_start_to_end: principio a fin |
|
613 | label_start_to_end: principio a fin | |
614 | label_start_to_start: principio a principio |
|
614 | label_start_to_start: principio a principio | |
615 | label_statistics: Estadísticas |
|
615 | label_statistics: Estadísticas | |
616 | label_stay_logged_in: Recordar conexión |
|
616 | label_stay_logged_in: Recordar conexión | |
617 | label_string: Texto |
|
617 | label_string: Texto | |
618 | label_subproject_plural: Proyectos secundarios |
|
618 | label_subproject_plural: Proyectos secundarios | |
619 | label_text: Texto largo |
|
619 | label_text: Texto largo | |
620 | label_theme: Tema |
|
620 | label_theme: Tema | |
621 | label_this_month: este mes |
|
621 | label_this_month: este mes | |
622 | label_this_week: esta semana |
|
622 | label_this_week: esta semana | |
623 | label_this_year: este año |
|
623 | label_this_year: este año | |
624 | label_time_tracking: Control de tiempo |
|
624 | label_time_tracking: Control de tiempo | |
625 | label_today: hoy |
|
625 | label_today: hoy | |
626 | label_topic_plural: Temas |
|
626 | label_topic_plural: Temas | |
627 | label_total: Total |
|
627 | label_total: Total | |
628 | label_tracker: Tipo |
|
628 | label_tracker: Tipo | |
629 | label_tracker_new: Nuevo tipo |
|
629 | label_tracker_new: Nuevo tipo | |
630 | label_tracker_plural: Tipos de peticiones |
|
630 | label_tracker_plural: Tipos de peticiones | |
631 | label_updated_time: "Actualizado hace {{value}}" |
|
631 | label_updated_time: "Actualizado hace {{value}}" | |
632 | label_updated_time_by: "Actualizado por {{author}} hace {{age}}" |
|
632 | label_updated_time_by: "Actualizado por {{author}} hace {{age}}" | |
633 | label_used_by: Utilizado por |
|
633 | label_used_by: Utilizado por | |
634 | label_user: Usuario |
|
634 | label_user: Usuario | |
635 | label_user_activity: "Actividad de {{value}}" |
|
635 | label_user_activity: "Actividad de {{value}}" | |
636 | label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí" |
|
636 | label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí" | |
637 | label_user_mail_option_all: "Para cualquier evento en todos mis proyectos" |
|
637 | label_user_mail_option_all: "Para cualquier evento en todos mis proyectos" | |
638 | label_user_mail_option_selected: "Para cualquier evento de los proyectos seleccionados..." |
|
638 | label_user_mail_option_selected: "Para cualquier evento de los proyectos seleccionados..." | |
639 | label_user_new: Nuevo usuario |
|
639 | label_user_new: Nuevo usuario | |
640 | label_user_plural: Usuarios |
|
640 | label_user_plural: Usuarios | |
641 | label_version: Versión |
|
641 | label_version: Versión | |
642 | label_version_new: Nueva versión |
|
642 | label_version_new: Nueva versión | |
643 | label_version_plural: Versiones |
|
643 | label_version_plural: Versiones | |
644 | label_view_diff: Ver diferencias |
|
644 | label_view_diff: Ver diferencias | |
645 | label_view_revisions: Ver las revisiones |
|
645 | label_view_revisions: Ver las revisiones | |
646 | label_watched_issues: Peticiones monitorizadas |
|
646 | label_watched_issues: Peticiones monitorizadas | |
647 | label_week: Semana |
|
647 | label_week: Semana | |
648 | label_wiki: Wiki |
|
648 | label_wiki: Wiki | |
649 | label_wiki_edit: Modificación Wiki |
|
649 | label_wiki_edit: Modificación Wiki | |
650 | label_wiki_edit_plural: Modificaciones Wiki |
|
650 | label_wiki_edit_plural: Modificaciones Wiki | |
651 | label_wiki_page: Página Wiki |
|
651 | label_wiki_page: Página Wiki | |
652 | label_wiki_page_plural: Páginas Wiki |
|
652 | label_wiki_page_plural: Páginas Wiki | |
653 | label_workflow: Flujo de trabajo |
|
653 | label_workflow: Flujo de trabajo | |
654 | label_year: Año |
|
654 | label_year: Año | |
655 | label_yesterday: ayer |
|
655 | label_yesterday: ayer | |
656 | mail_body_account_activation_request: "Se ha inscrito un nuevo usuario ({{value}}). La cuenta está pendiende de aprobación:" |
|
656 | mail_body_account_activation_request: "Se ha inscrito un nuevo usuario ({{value}}). La cuenta está pendiende de aprobación:" | |
657 | mail_body_account_information: Información sobre su cuenta |
|
657 | mail_body_account_information: Información sobre su cuenta | |
658 | mail_body_account_information_external: "Puede usar su cuenta {{value}} para conectarse." |
|
658 | mail_body_account_information_external: "Puede usar su cuenta {{value}} para conectarse." | |
659 | mail_body_lost_password: 'Para cambiar su contraseña, haga clic en el siguiente enlace:' |
|
659 | mail_body_lost_password: 'Para cambiar su contraseña, haga clic en el siguiente enlace:' | |
660 | mail_body_register: 'Para activar su cuenta, haga clic en el siguiente enlace:' |
|
660 | mail_body_register: 'Para activar su cuenta, haga clic en el siguiente enlace:' | |
661 | mail_body_reminder: "{{count}} peticion(es) asignadas a tí finalizan en los próximos {{days}} días:" |
|
661 | mail_body_reminder: "{{count}} peticion(es) asignadas a tí finalizan en los próximos {{days}} días:" | |
662 | mail_subject_account_activation_request: "Petición de activación de cuenta {{value}}" |
|
662 | mail_subject_account_activation_request: "Petición de activación de cuenta {{value}}" | |
663 | mail_subject_lost_password: "Tu contraseña del {{value}}" |
|
663 | mail_subject_lost_password: "Tu contraseña del {{value}}" | |
664 | mail_subject_register: "Activación de la cuenta del {{value}}" |
|
664 | mail_subject_register: "Activación de la cuenta del {{value}}" | |
665 | mail_subject_reminder: "{{count}} peticion(es) finalizan en los próximos {{days}} días" |
|
665 | mail_subject_reminder: "{{count}} peticion(es) finalizan en los próximos {{days}} días" | |
666 | notice_account_activated: Su cuenta ha sido activada. Ya puede conectarse. |
|
666 | notice_account_activated: Su cuenta ha sido activada. Ya puede conectarse. | |
667 | notice_account_invalid_creditentials: Usuario o contraseña inválido. |
|
667 | notice_account_invalid_creditentials: Usuario o contraseña inválido. | |
668 | notice_account_lost_email_sent: Se le ha enviado un correo con instrucciones para elegir una nueva contraseña. |
|
668 | notice_account_lost_email_sent: Se le ha enviado un correo con instrucciones para elegir una nueva contraseña. | |
669 | notice_account_password_updated: Contraseña modificada correctamente. |
|
669 | notice_account_password_updated: Contraseña modificada correctamente. | |
670 | notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte del administrador." |
|
670 | notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte del administrador." | |
671 | notice_account_register_done: Cuenta creada correctamente. Para activarla, haga clic sobre el enlace que le ha sido enviado por correo. |
|
671 | notice_account_register_done: Cuenta creada correctamente. Para activarla, haga clic sobre el enlace que le ha sido enviado por correo. | |
672 | notice_account_unknown_email: Usuario desconocido. |
|
672 | notice_account_unknown_email: Usuario desconocido. | |
673 | notice_account_updated: Cuenta actualizada correctamente. |
|
673 | notice_account_updated: Cuenta actualizada correctamente. | |
674 | notice_account_wrong_password: Contraseña incorrecta. |
|
674 | notice_account_wrong_password: Contraseña incorrecta. | |
675 | notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña. |
|
675 | notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña. | |
676 | notice_default_data_loaded: Configuración por defecto cargada correctamente. |
|
676 | notice_default_data_loaded: Configuración por defecto cargada correctamente. | |
677 | notice_email_error: "Ha ocurrido un error mientras enviando el correo ({{value}})" |
|
677 | notice_email_error: "Ha ocurrido un error mientras enviando el correo ({{value}})" | |
678 | notice_email_sent: "Se ha enviado un correo a {{value}}" |
|
678 | notice_email_sent: "Se ha enviado un correo a {{value}}" | |
679 | notice_failed_to_save_issues: "Imposible grabar %s peticion(es) en {{count}} seleccionado: {{ids}}." |
|
679 | notice_failed_to_save_issues: "Imposible grabar %s peticion(es) en {{count}} seleccionado: {{ids}}." | |
680 | notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada. |
|
680 | notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada. | |
681 | notice_file_not_found: La página a la que intenta acceder no existe. |
|
681 | notice_file_not_found: La página a la que intenta acceder no existe. | |
682 | notice_locking_conflict: Los datos han sido modificados por otro usuario. |
|
682 | notice_locking_conflict: Los datos han sido modificados por otro usuario. | |
683 | notice_no_issue_selected: "Ninguna petición seleccionada. Por favor, compruebe la petición que quiere modificar" |
|
683 | notice_no_issue_selected: "Ninguna petición seleccionada. Por favor, compruebe la petición que quiere modificar" | |
684 | notice_not_authorized: No tiene autorización para acceder a esta página. |
|
684 | notice_not_authorized: No tiene autorización para acceder a esta página. | |
685 | notice_successful_connection: Conexión correcta. |
|
685 | notice_successful_connection: Conexión correcta. | |
686 | notice_successful_create: Creación correcta. |
|
686 | notice_successful_create: Creación correcta. | |
687 | notice_successful_delete: Borrado correcto. |
|
687 | notice_successful_delete: Borrado correcto. | |
688 | notice_successful_update: Modificación correcta. |
|
688 | notice_successful_update: Modificación correcta. | |
689 | notice_unable_delete_version: No se puede borrar la versión |
|
689 | notice_unable_delete_version: No se puede borrar la versión | |
690 | permission_add_issue_notes: Añadir notas |
|
690 | permission_add_issue_notes: Añadir notas | |
691 | permission_add_issue_watchers: Añadir seguidores |
|
691 | permission_add_issue_watchers: Añadir seguidores | |
692 | permission_add_issues: Añadir peticiones |
|
692 | permission_add_issues: Añadir peticiones | |
693 | permission_add_messages: Enviar mensajes |
|
693 | permission_add_messages: Enviar mensajes | |
694 | permission_browse_repository: Hojear repositiorio |
|
694 | permission_browse_repository: Hojear repositiorio | |
695 | permission_comment_news: Comentar noticias |
|
695 | permission_comment_news: Comentar noticias | |
696 | permission_commit_access: Acceso de escritura |
|
696 | permission_commit_access: Acceso de escritura | |
697 | permission_delete_issues: Borrar peticiones |
|
697 | permission_delete_issues: Borrar peticiones | |
698 | permission_delete_messages: Borrar mensajes |
|
698 | permission_delete_messages: Borrar mensajes | |
699 | permission_delete_own_messages: Borrar mensajes propios |
|
699 | permission_delete_own_messages: Borrar mensajes propios | |
700 | permission_delete_wiki_pages: Borrar páginas wiki |
|
700 | permission_delete_wiki_pages: Borrar páginas wiki | |
701 | permission_delete_wiki_pages_attachments: Borrar ficheros |
|
701 | permission_delete_wiki_pages_attachments: Borrar ficheros | |
702 | permission_edit_issue_notes: Modificar notas |
|
702 | permission_edit_issue_notes: Modificar notas | |
703 | permission_edit_issues: Modificar peticiones |
|
703 | permission_edit_issues: Modificar peticiones | |
704 | permission_edit_messages: Modificar mensajes |
|
704 | permission_edit_messages: Modificar mensajes | |
705 | permission_edit_own_issue_notes: Modificar notas propias |
|
705 | permission_edit_own_issue_notes: Modificar notas propias | |
706 | permission_edit_own_messages: Editar mensajes propios |
|
706 | permission_edit_own_messages: Editar mensajes propios | |
707 | permission_edit_own_time_entries: Modificar tiempos dedicados propios |
|
707 | permission_edit_own_time_entries: Modificar tiempos dedicados propios | |
708 | permission_edit_project: Modificar proyecto |
|
708 | permission_edit_project: Modificar proyecto | |
709 | permission_edit_time_entries: Modificar tiempos dedicados |
|
709 | permission_edit_time_entries: Modificar tiempos dedicados | |
710 | permission_edit_wiki_pages: Modificar páginas wiki |
|
710 | permission_edit_wiki_pages: Modificar páginas wiki | |
711 | permission_log_time: Anotar tiempo dedicado |
|
711 | permission_log_time: Anotar tiempo dedicado | |
712 | permission_manage_boards: Administrar foros |
|
712 | permission_manage_boards: Administrar foros | |
713 | permission_manage_categories: Administrar categorías de peticiones |
|
713 | permission_manage_categories: Administrar categorías de peticiones | |
714 | permission_manage_documents: Administrar documentos |
|
714 | permission_manage_documents: Administrar documentos | |
715 | permission_manage_files: Administrar ficheros |
|
715 | permission_manage_files: Administrar ficheros | |
716 | permission_manage_issue_relations: Administrar relación con otras peticiones |
|
716 | permission_manage_issue_relations: Administrar relación con otras peticiones | |
717 | permission_manage_members: Administrar miembros |
|
717 | permission_manage_members: Administrar miembros | |
718 | permission_manage_news: Administrar noticias |
|
718 | permission_manage_news: Administrar noticias | |
719 | permission_manage_public_queries: Administrar consultas públicas |
|
719 | permission_manage_public_queries: Administrar consultas públicas | |
720 | permission_manage_repository: Administrar repositorio |
|
720 | permission_manage_repository: Administrar repositorio | |
721 | permission_manage_versions: Administrar versiones |
|
721 | permission_manage_versions: Administrar versiones | |
722 | permission_manage_wiki: Administrar wiki |
|
722 | permission_manage_wiki: Administrar wiki | |
723 | permission_move_issues: Mover peticiones |
|
723 | permission_move_issues: Mover peticiones | |
724 | permission_protect_wiki_pages: Proteger páginas wiki |
|
724 | permission_protect_wiki_pages: Proteger páginas wiki | |
725 | permission_rename_wiki_pages: Renombrar páginas wiki |
|
725 | permission_rename_wiki_pages: Renombrar páginas wiki | |
726 | permission_save_queries: Grabar consultas |
|
726 | permission_save_queries: Grabar consultas | |
727 | permission_select_project_modules: Seleccionar módulos del proyecto |
|
727 | permission_select_project_modules: Seleccionar módulos del proyecto | |
728 | permission_view_calendar: Ver calendario |
|
728 | permission_view_calendar: Ver calendario | |
729 | permission_view_changesets: Ver cambios |
|
729 | permission_view_changesets: Ver cambios | |
730 | permission_view_documents: Ver documentos |
|
730 | permission_view_documents: Ver documentos | |
731 | permission_view_files: Ver ficheros |
|
731 | permission_view_files: Ver ficheros | |
732 | permission_view_gantt: Ver diagrama de Gantt |
|
732 | permission_view_gantt: Ver diagrama de Gantt | |
733 | permission_view_issue_watchers: Ver lista de seguidores |
|
733 | permission_view_issue_watchers: Ver lista de seguidores | |
734 | permission_view_messages: Ver mensajes |
|
734 | permission_view_messages: Ver mensajes | |
735 | permission_view_time_entries: Ver tiempo dedicado |
|
735 | permission_view_time_entries: Ver tiempo dedicado | |
736 | permission_view_wiki_edits: Ver histórico del wiki |
|
736 | permission_view_wiki_edits: Ver histórico del wiki | |
737 | permission_view_wiki_pages: Ver wiki |
|
737 | permission_view_wiki_pages: Ver wiki | |
738 | project_module_boards: Foros |
|
738 | project_module_boards: Foros | |
739 | project_module_documents: Documentos |
|
739 | project_module_documents: Documentos | |
740 | project_module_files: Ficheros |
|
740 | project_module_files: Ficheros | |
741 | project_module_issue_tracking: Peticiones |
|
741 | project_module_issue_tracking: Peticiones | |
742 | project_module_news: Noticias |
|
742 | project_module_news: Noticias | |
743 | project_module_repository: Repositorio |
|
743 | project_module_repository: Repositorio | |
744 | project_module_time_tracking: Control de tiempo |
|
744 | project_module_time_tracking: Control de tiempo | |
745 | project_module_wiki: Wiki |
|
745 | project_module_wiki: Wiki | |
746 | setting_activity_days_default: Días a mostrar en la actividad de proyecto |
|
746 | setting_activity_days_default: Días a mostrar en la actividad de proyecto | |
747 | setting_app_subtitle: Subtítulo de la aplicación |
|
747 | setting_app_subtitle: Subtítulo de la aplicación | |
748 | setting_app_title: Título de la aplicación |
|
748 | setting_app_title: Título de la aplicación | |
749 | setting_attachment_max_size: Tamaño máximo del fichero |
|
749 | setting_attachment_max_size: Tamaño máximo del fichero | |
750 | setting_autofetch_changesets: Autorellenar los commits del repositorio |
|
750 | setting_autofetch_changesets: Autorellenar los commits del repositorio | |
751 | setting_autologin: Conexión automática |
|
751 | setting_autologin: Conexión automática | |
752 | setting_bcc_recipients: Ocultar las copias de carbón (bcc) |
|
752 | setting_bcc_recipients: Ocultar las copias de carbón (bcc) | |
753 | setting_commit_fix_keywords: Palabras clave para la corrección |
|
753 | setting_commit_fix_keywords: Palabras clave para la corrección | |
754 | setting_commit_logs_encoding: Codificación de los mensajes de commit |
|
754 | setting_commit_logs_encoding: Codificación de los mensajes de commit | |
755 | setting_commit_ref_keywords: Palabras clave para la referencia |
|
755 | setting_commit_ref_keywords: Palabras clave para la referencia | |
756 | setting_cross_project_issue_relations: Permitir relacionar peticiones de distintos proyectos |
|
756 | setting_cross_project_issue_relations: Permitir relacionar peticiones de distintos proyectos | |
757 | setting_date_format: Formato de fecha |
|
757 | setting_date_format: Formato de fecha | |
758 | setting_default_language: Idioma por defecto |
|
758 | setting_default_language: Idioma por defecto | |
759 | setting_default_projects_public: Los proyectos nuevos son públicos por defecto |
|
759 | setting_default_projects_public: Los proyectos nuevos son públicos por defecto | |
760 | setting_diff_max_lines_displayed: Número máximo de diferencias mostradas |
|
760 | setting_diff_max_lines_displayed: Número máximo de diferencias mostradas | |
761 | setting_display_subprojects_issues: Mostrar por defecto peticiones de proy. secundarios en el principal |
|
761 | setting_display_subprojects_issues: Mostrar por defecto peticiones de proy. secundarios en el principal | |
762 | setting_emails_footer: Pie de mensajes |
|
762 | setting_emails_footer: Pie de mensajes | |
763 | setting_enabled_scm: Activar SCM |
|
763 | setting_enabled_scm: Activar SCM | |
764 | setting_feeds_limit: Límite de contenido para sindicación |
|
764 | setting_feeds_limit: Límite de contenido para sindicación | |
765 | setting_gravatar_enabled: Usar iconos de usuario (Gravatar) |
|
765 | setting_gravatar_enabled: Usar iconos de usuario (Gravatar) | |
766 | setting_host_name: Nombre y ruta del servidor |
|
766 | setting_host_name: Nombre y ruta del servidor | |
767 | setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones |
|
767 | setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones | |
768 | setting_issues_export_limit: Límite de exportación de peticiones |
|
768 | setting_issues_export_limit: Límite de exportación de peticiones | |
769 | setting_login_required: Se requiere identificación |
|
769 | setting_login_required: Se requiere identificación | |
770 | setting_mail_from: Correo desde el que enviar mensajes |
|
770 | setting_mail_from: Correo desde el que enviar mensajes | |
771 | setting_mail_handler_api_enabled: Activar SW para mensajes entrantes |
|
771 | setting_mail_handler_api_enabled: Activar SW para mensajes entrantes | |
772 | setting_mail_handler_api_key: Clave de la API |
|
772 | setting_mail_handler_api_key: Clave de la API | |
773 | setting_per_page_options: Objetos por página |
|
773 | setting_per_page_options: Objetos por página | |
774 | setting_plain_text_mail: sólo texto plano (no HTML) |
|
774 | setting_plain_text_mail: sólo texto plano (no HTML) | |
775 | setting_protocol: Protocolo |
|
775 | setting_protocol: Protocolo | |
776 | setting_repositories_encodings: Codificaciones del repositorio |
|
776 | setting_repositories_encodings: Codificaciones del repositorio | |
777 | setting_self_registration: Registro permitido |
|
777 | setting_self_registration: Registro permitido | |
778 | setting_sequential_project_identifiers: Generar identificadores de proyecto |
|
778 | setting_sequential_project_identifiers: Generar identificadores de proyecto | |
779 | setting_sys_api_enabled: Habilitar SW para la gestión del repositorio |
|
779 | setting_sys_api_enabled: Habilitar SW para la gestión del repositorio | |
780 | setting_text_formatting: Formato de texto |
|
780 | setting_text_formatting: Formato de texto | |
781 | setting_time_format: Formato de hora |
|
781 | setting_time_format: Formato de hora | |
782 | setting_user_format: Formato de nombre de usuario |
|
782 | setting_user_format: Formato de nombre de usuario | |
783 | setting_welcome_text: Texto de bienvenida |
|
783 | setting_welcome_text: Texto de bienvenida | |
784 | setting_wiki_compression: Compresión del historial del Wiki |
|
784 | setting_wiki_compression: Compresión del historial del Wiki | |
785 | status_active: activo |
|
785 | status_active: activo | |
786 | status_locked: bloqueado |
|
786 | status_locked: bloqueado | |
787 | status_registered: registrado |
|
787 | status_registered: registrado | |
788 | text_are_you_sure: ¿Está seguro? |
|
788 | text_are_you_sure: ¿Está seguro? | |
789 | text_assign_time_entries_to_project: Asignar las horas al proyecto |
|
789 | text_assign_time_entries_to_project: Asignar las horas al proyecto | |
790 | text_caracters_maximum: "{{count}} caracteres como máximo." |
|
790 | text_caracters_maximum: "{{count}} caracteres como máximo." | |
791 | text_caracters_minimum: "{{count}} caracteres como mínimo." |
|
791 | text_caracters_minimum: "{{count}} caracteres como mínimo." | |
792 | text_comma_separated: Múltiples valores permitidos (separados por coma). |
|
792 | text_comma_separated: Múltiples valores permitidos (separados por coma). | |
793 | text_default_administrator_account_changed: Cuenta de administrador por defecto modificada |
|
793 | text_default_administrator_account_changed: Cuenta de administrador por defecto modificada | |
794 | text_destroy_time_entries: Borrar las horas |
|
794 | text_destroy_time_entries: Borrar las horas | |
795 | text_destroy_time_entries_question: Existen {{hours}} horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer? |
|
795 | text_destroy_time_entries_question: Existen {{hours}} horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer? | |
796 | text_diff_truncated: '... Diferencia truncada por exceder el máximo tamaño visualizable.' |
|
796 | text_diff_truncated: '... Diferencia truncada por exceder el máximo tamaño visualizable.' | |
797 | 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." |
|
797 | 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." | |
798 | text_enumeration_category_reassign_to: 'Reasignar al siguiente valor:' |
|
798 | text_enumeration_category_reassign_to: 'Reasignar al siguiente valor:' | |
799 | text_enumeration_destroy_question: "{{count}} objetos con este valor asignado." |
|
799 | text_enumeration_destroy_question: "{{count}} objetos con este valor asignado." | |
800 | text_file_repository_writable: Se puede escribir en el repositorio |
|
800 | text_file_repository_writable: Se puede escribir en el repositorio | |
801 | text_issue_added: "Petición {{id}} añadida por {{author}}." |
|
801 | text_issue_added: "Petición {{id}} añadida por {{author}}." | |
802 | text_issue_category_destroy_assignments: Dejar las peticiones sin categoría |
|
802 | text_issue_category_destroy_assignments: Dejar las peticiones sin categoría | |
803 | text_issue_category_destroy_question: "Algunas peticiones ({{count}}) están asignadas a esta categoría. ¿Qué desea hacer?" |
|
803 | text_issue_category_destroy_question: "Algunas peticiones ({{count}}) están asignadas a esta categoría. ¿Qué desea hacer?" | |
804 | text_issue_category_reassign_to: Reasignar las peticiones a la categoría |
|
804 | text_issue_category_reassign_to: Reasignar las peticiones a la categoría | |
805 | text_issue_updated: "La petición {{id}} ha sido actualizada por {{author}}." |
|
805 | text_issue_updated: "La petición {{id}} ha sido actualizada por {{author}}." | |
806 | text_issues_destroy_confirmation: '¿Seguro que quiere borrar las peticiones seleccionadas?' |
|
806 | text_issues_destroy_confirmation: '¿Seguro que quiere borrar las peticiones seleccionadas?' | |
807 | text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes |
|
807 | text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes | |
808 | text_length_between: "Longitud entre {{min}} y {{max}} caracteres." |
|
808 | text_length_between: "Longitud entre {{min}} y {{max}} caracteres." | |
809 | text_load_default_configuration: Cargar la configuración por defecto |
|
809 | text_load_default_configuration: Cargar la configuración por defecto | |
810 | text_min_max_length_info: 0 para ninguna restricción |
|
810 | text_min_max_length_info: 0 para ninguna restricción | |
811 | 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." |
|
811 | 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." | |
812 | text_project_destroy_confirmation: ¿Estás seguro de querer eliminar el proyecto? |
|
812 | text_project_destroy_confirmation: ¿Estás seguro de querer eliminar el proyecto? | |
813 | 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.' |
|
813 | 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.' | |
814 | text_reassign_time_entries: 'Reasignar las horas a esta petición:' |
|
814 | text_reassign_time_entries: 'Reasignar las horas a esta petición:' | |
815 | text_regexp_info: ej. ^[A-Z0-9]+$ |
|
815 | text_regexp_info: ej. ^[A-Z0-9]+$ | |
816 | 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." |
|
816 | 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." | |
817 | text_rmagick_available: RMagick disponible (opcional) |
|
817 | text_rmagick_available: RMagick disponible (opcional) | |
818 | text_select_mail_notifications: Seleccionar los eventos a notificar |
|
818 | text_select_mail_notifications: Seleccionar los eventos a notificar | |
819 | text_select_project_modules: 'Seleccione los módulos a activar para este proyecto:' |
|
819 | text_select_project_modules: 'Seleccione los módulos a activar para este proyecto:' | |
820 | text_status_changed_by_changeset: "Aplicado en los cambios {{value}}" |
|
820 | text_status_changed_by_changeset: "Aplicado en los cambios {{value}}" | |
821 | text_subprojects_destroy_warning: "Los proyectos secundarios: {{value}} también se eliminarán" |
|
821 | text_subprojects_destroy_warning: "Los proyectos secundarios: {{value}} también se eliminarán" | |
822 | text_tip_issue_begin_day: tarea que comienza este día |
|
822 | text_tip_issue_begin_day: tarea que comienza este día | |
823 | text_tip_issue_begin_end_day: tarea que comienza y termina este día |
|
823 | text_tip_issue_begin_end_day: tarea que comienza y termina este día | |
824 | text_tip_issue_end_day: tarea que termina este día |
|
824 | text_tip_issue_end_day: tarea que termina este día | |
825 | text_tracker_no_workflow: No hay ningún flujo de trabajo definido para este tipo de petición |
|
825 | text_tracker_no_workflow: No hay ningún flujo de trabajo definido para este tipo de petición | |
826 | text_unallowed_characters: Caracteres no permitidos |
|
826 | text_unallowed_characters: Caracteres no permitidos | |
827 | 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)." |
|
827 | 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)." | |
828 | text_user_wrote: "{{value}} escribió:" |
|
828 | text_user_wrote: "{{value}} escribió:" | |
829 | text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido? |
|
829 | text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido? | |
830 | text_workflow_edit: Seleccionar un flujo de trabajo para actualizar |
|
830 | text_workflow_edit: Seleccionar un flujo de trabajo para actualizar | |
831 | text_plugin_assets_writable: Se puede escribir en el directorio público de las extensiones |
|
831 | text_plugin_assets_writable: Se puede escribir en el directorio público de las extensiones | |
832 | warning_attachments_not_saved: "No se han podido grabar {{count}} ficheros." |
|
832 | warning_attachments_not_saved: "No se han podido grabar {{count}} ficheros." | |
833 | button_create_and_continue: Crear y continuar |
|
833 | button_create_and_continue: Crear y continuar | |
834 | text_custom_field_possible_values_info: 'Un valor en cada línea' |
|
834 | text_custom_field_possible_values_info: 'Un valor en cada línea' | |
835 | label_display: Mostrar |
|
835 | label_display: Mostrar | |
836 | field_editable: Modificable |
|
836 | field_editable: Modificable | |
837 | setting_repository_log_display_limit: Número máximo de revisiones mostradas en el fichero de trazas |
|
837 | setting_repository_log_display_limit: Número máximo de revisiones mostradas en el fichero de trazas | |
838 | setting_file_max_size_displayed: Tamaño máximo de los ficheros de texto mostrados |
|
838 | setting_file_max_size_displayed: Tamaño máximo de los ficheros de texto mostrados | |
839 | field_watcher: Seguidor |
|
839 | field_watcher: Seguidor | |
840 | setting_openid: Permitir identificación y registro por OpenID |
|
840 | setting_openid: Permitir identificación y registro por OpenID | |
841 | field_identity_url: URL de OpenID |
|
841 | field_identity_url: URL de OpenID | |
842 | label_login_with_open_id_option: o identifíquese con OpenID |
|
842 | label_login_with_open_id_option: o identifíquese con OpenID | |
843 | field_content: Contenido |
|
843 | field_content: Contenido | |
844 | label_descending: Descendente |
|
844 | label_descending: Descendente | |
845 | label_sort: Ordenar |
|
845 | label_sort: Ordenar | |
846 | label_ascending: Ascendente |
|
846 | label_ascending: Ascendente | |
847 | label_date_from_to: Desde {{start}} hasta {{end}} |
|
847 | label_date_from_to: Desde {{start}} hasta {{end}} | |
848 | label_greater_or_equal: ">=" |
|
848 | label_greater_or_equal: ">=" | |
849 | label_less_or_equal: <= |
|
849 | label_less_or_equal: <= | |
850 | text_wiki_page_destroy_question: Esta página tiene {{descendants}} página(s) hija(s) y descendiente(s). ¿Qué desea hacer? |
|
850 | text_wiki_page_destroy_question: Esta página tiene {{descendants}} página(s) hija(s) y descendiente(s). ¿Qué desea hacer? | |
851 | text_wiki_page_reassign_children: Reasignar páginas hijas a esta página |
|
851 | text_wiki_page_reassign_children: Reasignar páginas hijas a esta página | |
852 | text_wiki_page_nullify_children: Dejar páginas hijas como páginas raíz |
|
852 | text_wiki_page_nullify_children: Dejar páginas hijas como páginas raíz | |
853 | text_wiki_page_destroy_children: Eliminar páginas hijas y todos sus descendientes |
|
853 | text_wiki_page_destroy_children: Eliminar páginas hijas y todos sus descendientes | |
854 | setting_password_min_length: Longitud mínima de la contraseña |
|
854 | setting_password_min_length: Longitud mínima de la contraseña | |
855 | field_group_by: Agrupar resultados por |
|
855 | field_group_by: Agrupar resultados por | |
856 |
mail_subject_wiki_content_updated: "La página wiki '{{ |
|
856 | mail_subject_wiki_content_updated: "La página wiki '{{page}}' ha sido actualizada" | |
857 | label_wiki_content_added: Página wiki añadida |
|
857 | label_wiki_content_added: Página wiki añadida | |
858 |
mail_subject_wiki_content_added: "Se ha añadido la página wiki '{{ |
|
858 | mail_subject_wiki_content_added: "Se ha añadido la página wiki '{{page}}'." | |
859 |
mail_body_wiki_content_added: "{{author}} ha añadido la página wiki '{{ |
|
859 | mail_body_wiki_content_added: "{{author}} ha añadido la página wiki '{{page}}'." | |
860 | label_wiki_content_updated: Página wiki actualizada |
|
860 | label_wiki_content_updated: Página wiki actualizada | |
861 |
mail_body_wiki_content_updated: La página wiki '{{ |
|
861 | mail_body_wiki_content_updated: La página wiki '{{page}}' ha sido actualizada por {{author}}. | |
862 | permission_add_project: Crear proyecto |
|
862 | permission_add_project: Crear proyecto | |
863 | setting_new_project_user_role_id: Permiso asignado a un usuario no-administrador para crear proyectos |
|
863 | setting_new_project_user_role_id: Permiso asignado a un usuario no-administrador para crear proyectos | |
864 | label_view_all_revisions: Ver todas las revisiones |
|
864 | label_view_all_revisions: Ver todas las revisiones | |
865 | label_tag: Etiqueta |
|
865 | label_tag: Etiqueta | |
866 | label_branch: Rama |
|
866 | label_branch: Rama | |
867 | error_no_tracker_in_project: Este proyecto no tiene asociados tipos de peticiones. Por favor, revise la configuración. |
|
867 | error_no_tracker_in_project: Este proyecto no tiene asociados tipos de peticiones. Por favor, revise la configuración. | |
868 | 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"). |
|
868 | 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"). | |
869 | text_journal_changed: "{{label}} cambiado {{old}} por {{new}}" |
|
869 | text_journal_changed: "{{label}} cambiado {{old}} por {{new}}" | |
870 | text_journal_set_to: "{{label}} establecido a {{value}}" |
|
870 | text_journal_set_to: "{{label}} establecido a {{value}}" | |
871 | text_journal_deleted: "{{label}} eliminado ({{old}})" |
|
871 | text_journal_deleted: "{{label}} eliminado ({{old}})" | |
872 | label_group_plural: Grupos |
|
872 | label_group_plural: Grupos | |
873 | label_group: Grupo |
|
873 | label_group: Grupo | |
874 | label_group_new: Nuevo grupo |
|
874 | label_group_new: Nuevo grupo | |
875 | label_time_entry_plural: Tiempo dedicado |
|
875 | label_time_entry_plural: Tiempo dedicado | |
876 | text_journal_added: "Añadido {{label}} {{value}}" |
|
876 | text_journal_added: "Añadido {{label}} {{value}}" | |
877 | field_active: Activo |
|
877 | field_active: Activo | |
878 | enumeration_system_activity: Actividad del sistema |
|
878 | enumeration_system_activity: Actividad del sistema | |
879 | permission_delete_issue_watchers: Borrar seguidores |
|
879 | permission_delete_issue_watchers: Borrar seguidores | |
880 | version_status_closed: cerrado |
|
880 | version_status_closed: cerrado | |
881 | version_status_locked: bloqueado |
|
881 | version_status_locked: bloqueado | |
882 | version_status_open: abierto |
|
882 | version_status_open: abierto | |
883 | error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada |
|
883 | error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada | |
884 |
|
884 | |||
885 | label_user_anonymous: Anónimo |
|
885 | label_user_anonymous: Anónimo | |
886 | button_move_and_follow: Mover y seguir |
|
886 | button_move_and_follow: Mover y seguir | |
887 | setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos |
|
887 | setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos | |
888 | setting_gravatar_default: Imagen Gravatar por defecto |
|
888 | setting_gravatar_default: Imagen Gravatar por defecto | |
889 | field_sharing: Compartir |
|
889 | field_sharing: Compartir | |
890 | button_copy_and_follow: Copiar y seguir |
|
890 | button_copy_and_follow: Copiar y seguir | |
891 | label_version_sharing_hierarchy: Con la jerarquía del proyecto |
|
891 | label_version_sharing_hierarchy: Con la jerarquía del proyecto | |
892 | label_version_sharing_tree: Con el árbol del proyecto |
|
892 | label_version_sharing_tree: Con el árbol del proyecto | |
893 | label_version_sharing_descendants: Con proyectos hijo |
|
893 | label_version_sharing_descendants: Con proyectos hijo | |
894 | label_version_sharing_system: Con todos los proyectos |
|
894 | label_version_sharing_system: Con todos los proyectos | |
895 | label_version_sharing_none: No compartir |
|
895 | label_version_sharing_none: No compartir | |
896 | button_duplicate: Duplicar |
|
896 | button_duplicate: Duplicar | |
897 | error_can_not_archive_project: Este proyecto no puede ser archivado |
|
897 | error_can_not_archive_project: Este proyecto no puede ser archivado | |
898 | label_copy_source: Fuente |
|
898 | label_copy_source: Fuente | |
899 | setting_issue_done_ratio: Calcular el ratio de tareas realizadas con |
|
899 | setting_issue_done_ratio: Calcular el ratio de tareas realizadas con | |
900 | setting_issue_done_ratio_issue_status: Usar el estado de tareas |
|
900 | setting_issue_done_ratio_issue_status: Usar el estado de tareas | |
901 | error_issue_done_ratios_not_updated: Ratios de tareas realizadas no actualizado. |
|
901 | error_issue_done_ratios_not_updated: Ratios de tareas realizadas no actualizado. | |
902 | error_workflow_copy_target: Por favor, elija categoría(s) y perfil(es) destino |
|
902 | error_workflow_copy_target: Por favor, elija categoría(s) y perfil(es) destino | |
903 | setting_issue_done_ratio_issue_field: Utilizar el campo de petición |
|
903 | setting_issue_done_ratio_issue_field: Utilizar el campo de petición | |
904 | label_copy_same_as_target: El mismo que el destino |
|
904 | label_copy_same_as_target: El mismo que el destino | |
905 | label_copy_target: Destino |
|
905 | label_copy_target: Destino | |
906 | notice_issue_done_ratios_updated: Ratios de tareas realizadas actualizados. |
|
906 | notice_issue_done_ratios_updated: Ratios de tareas realizadas actualizados. | |
907 | error_workflow_copy_source: Por favor, elija una categoría o rol de origen |
|
907 | error_workflow_copy_source: Por favor, elija una categoría o rol de origen | |
908 | label_update_issue_done_ratios: Actualizar ratios de tareas realizadas |
|
908 | label_update_issue_done_ratios: Actualizar ratios de tareas realizadas | |
909 | setting_start_of_week: Comenzar las semanas en |
|
909 | setting_start_of_week: Comenzar las semanas en | |
910 | permission_view_issues: Ver peticiones |
|
910 | permission_view_issues: Ver peticiones | |
911 | label_display_used_statuses_only: Sólo mostrar los estados usados por este tipo de petición |
|
911 | label_display_used_statuses_only: Sólo mostrar los estados usados por este tipo de petición | |
912 | label_revision_id: Revisión {{value}} |
|
912 | label_revision_id: Revisión {{value}} | |
913 | label_api_access_key: Clave de acceso de la API |
|
913 | label_api_access_key: Clave de acceso de la API | |
914 | label_api_access_key_created_on: Clave de acceso de la API creada hace {{value}} |
|
914 | label_api_access_key_created_on: Clave de acceso de la API creada hace {{value}} | |
915 | label_feeds_access_key: Clave de acceso RSS |
|
915 | label_feeds_access_key: Clave de acceso RSS | |
916 | notice_api_access_key_reseted: Clave de acceso a la API regenerada. |
|
916 | notice_api_access_key_reseted: Clave de acceso a la API regenerada. | |
917 | setting_rest_api_enabled: Activar servicio web REST |
|
917 | setting_rest_api_enabled: Activar servicio web REST | |
918 | label_missing_api_access_key: Clave de acceso a la API ausente |
|
918 | label_missing_api_access_key: Clave de acceso a la API ausente | |
919 | label_missing_feeds_access_key: Clave de accesso RSS ausente |
|
919 | label_missing_feeds_access_key: Clave de accesso RSS ausente | |
920 | button_show: Mostrar |
|
920 | button_show: Mostrar | |
921 | text_line_separated: Múltiples valores permitidos (un valor en cada línea). |
|
921 | text_line_separated: Múltiples valores permitidos (un valor en cada línea). | |
922 | setting_mail_handler_body_delimiters: Truncar correos tras una de estas líneas |
|
922 | setting_mail_handler_body_delimiters: Truncar correos tras una de estas líneas | |
923 | permission_add_subprojects: Crear subproyectos |
|
923 | permission_add_subprojects: Crear subproyectos | |
924 | label_subproject_new: Nuevo subproyecto |
|
924 | label_subproject_new: Nuevo subproyecto | |
925 | text_own_membership_delete_confirmation: |- |
|
925 | text_own_membership_delete_confirmation: |- | |
926 | Está a punto de eliminar algún o todos sus permisos y podría perder la posibilidad de modificar este proyecto tras hacerlo. |
|
926 | Está a punto de eliminar algún o todos sus permisos y podría perder la posibilidad de modificar este proyecto tras hacerlo. | |
927 | ¿Está seguro de querer continuar? |
|
927 | ¿Está seguro de querer continuar? | |
928 | label_close_versions: Cerrar versiones completadas |
|
928 | label_close_versions: Cerrar versiones completadas | |
929 | label_board_sticky: Pegajoso |
|
929 | label_board_sticky: Pegajoso | |
930 | label_board_locked: Bloqueado |
|
930 | label_board_locked: Bloqueado | |
931 | permission_export_wiki_pages: Exportar páginas wiki |
|
931 | permission_export_wiki_pages: Exportar páginas wiki | |
932 | setting_cache_formatted_text: Cachear texto formateado |
|
932 | setting_cache_formatted_text: Cachear texto formateado | |
933 | permission_manage_project_activities: Gestionar actividades del proyecto |
|
933 | permission_manage_project_activities: Gestionar actividades del proyecto | |
934 | error_unable_delete_issue_status: Fue imposible eliminar el estado de la petición |
|
934 | error_unable_delete_issue_status: Fue imposible eliminar el estado de la petición | |
935 | label_profile: Perfil |
|
935 | label_profile: Perfil | |
936 | permission_manage_subtasks: Gestionar subtareas |
|
936 | permission_manage_subtasks: Gestionar subtareas | |
937 | field_parent_issue: Tarea padre |
|
937 | field_parent_issue: Tarea padre | |
938 | label_subtask_plural: Subtareas |
|
938 | label_subtask_plural: Subtareas | |
939 | label_project_copy_notifications: Enviar notificaciones por correo electrónico durante la copia del proyecto |
|
939 | label_project_copy_notifications: Enviar notificaciones por correo electrónico durante la copia del proyecto | |
940 | error_can_not_delete_custom_field: Fue imposible eliminar el campo personalizado |
|
940 | error_can_not_delete_custom_field: Fue imposible eliminar el campo personalizado | |
941 | error_unable_to_connect: Fue imposible conectar con ({{value}}) |
|
941 | error_unable_to_connect: Fue imposible conectar con ({{value}}) | |
942 | error_can_not_remove_role: Este rol está en uso y no puede ser eliminado. |
|
942 | error_can_not_remove_role: Este rol está en uso y no puede ser eliminado. | |
943 | error_can_not_delete_tracker: Este tipo contiene peticiones y no puede ser eliminado. |
|
943 | error_can_not_delete_tracker: Este tipo contiene peticiones y no puede ser eliminado. | |
944 | field_principal: Principal |
|
944 | field_principal: Principal | |
945 | label_my_page_block: Bloque Mi página |
|
945 | label_my_page_block: Bloque Mi página | |
946 | notice_failed_to_save_members: "Fallo al guardar miembro(s): {{errors}}." |
|
946 | notice_failed_to_save_members: "Fallo al guardar miembro(s): {{errors}}." | |
947 | text_zoom_out: Alejar |
|
947 | text_zoom_out: Alejar | |
948 | text_zoom_in: Acercar |
|
948 | text_zoom_in: Acercar | |
949 | notice_unable_delete_time_entry: Fue imposible eliminar la entrada de tiempo dedicado. |
|
949 | notice_unable_delete_time_entry: Fue imposible eliminar la entrada de tiempo dedicado. | |
950 | label_overall_spent_time: Tiempo total dedicado |
|
950 | label_overall_spent_time: Tiempo total dedicado | |
951 | field_time_entries: Log time |
|
951 | field_time_entries: Log time | |
952 | project_module_gantt: Gantt |
|
952 | project_module_gantt: Gantt | |
953 | project_module_calendar: Calendario |
|
953 | project_module_calendar: Calendario | |
954 | button_edit_associated_wikipage: "Editar paginas Wiki asociadas: {{page_title}}" |
|
954 | button_edit_associated_wikipage: "Editar paginas Wiki asociadas: {{page_title}}" | |
955 | text_are_you_sure_with_children: ¿Borrar peticiones y todas sus peticiones hijas? |
|
955 | text_are_you_sure_with_children: ¿Borrar peticiones y todas sus peticiones hijas? | |
956 | field_text: Campo de texto |
|
956 | field_text: Campo de texto | |
957 | label_user_mail_option_only_owner: Solo para objetos que soy propietario |
|
957 | label_user_mail_option_only_owner: Solo para objetos que soy propietario | |
958 | setting_default_notification_option: Opcion de notificacion por defecto |
|
958 | setting_default_notification_option: Opcion de notificacion por defecto | |
959 | label_user_mail_option_only_my_events: Solo para objetos que soy seguidor o estoy involucrado |
|
959 | label_user_mail_option_only_my_events: Solo para objetos que soy seguidor o estoy involucrado | |
960 | label_user_mail_option_only_assigned: Solo para objetos que estoy asignado |
|
960 | label_user_mail_option_only_assigned: Solo para objetos que estoy asignado | |
961 | label_user_mail_option_none: Sin eventos |
|
961 | label_user_mail_option_none: Sin eventos | |
962 | field_member_of_group: Asignado al grupo |
|
962 | field_member_of_group: Asignado al grupo | |
963 | field_assigned_to_role: Asignado al perfil |
|
963 | field_assigned_to_role: Asignado al perfil | |
964 | notice_not_authorized_archived_project: El proyecto al que intenta acceder ha sido archivado. |
|
964 | notice_not_authorized_archived_project: El proyecto al que intenta acceder ha sido archivado. | |
965 | field_start_date: Fecha de inicio |
|
965 | field_start_date: Fecha de inicio | |
966 | label_principal_search: "Buscar por usuario o grupo:" |
|
966 | label_principal_search: "Buscar por usuario o grupo:" | |
967 | label_user_search: "Buscar por usuario:" |
|
967 | label_user_search: "Buscar por usuario:" | |
968 | field_visible: Visible |
|
968 | field_visible: Visible | |
969 | setting_emails_header: Encabezado de Correos |
|
969 | setting_emails_header: Encabezado de Correos |
@@ -1,1015 +1,1015 | |||||
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: "'{{ |
|
281 | mail_subject_wiki_content_added: "'{{page}}' wiki 頁面已被新增" | |
282 |
mail_body_wiki_content_added: "The '{{ |
|
282 | mail_body_wiki_content_added: "The '{{page}}' wiki 頁面已被 {{author}} 新增。" | |
283 |
mail_subject_wiki_content_updated: "'{{ |
|
283 | mail_subject_wiki_content_updated: "'{{page}}' wiki 頁面已被更新" | |
284 |
mail_body_wiki_content_updated: "The '{{ |
|
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: "只提醒我觀察中或參與中的事物" |
|
819 | label_user_mail_option_only_my_events: "只提醒我觀察中或參與中的事物" | |
820 | label_user_mail_option_only_assigned: "只提醒我被指派的事物" |
|
820 | label_user_mail_option_only_assigned: "只提醒我被指派的事物" | |
821 | label_user_mail_option_only_owner: "只提醒我作為擁有者的事物" |
|
821 | label_user_mail_option_only_owner: "只提醒我作為擁有者的事物" | |
822 | label_user_mail_no_self_notified: "不提醒我自己所做的變更" |
|
822 | label_user_mail_no_self_notified: "不提醒我自己所做的變更" | |
823 | label_registration_activation_by_email: 透過電子郵件啟用帳戶 |
|
823 | label_registration_activation_by_email: 透過電子郵件啟用帳戶 | |
824 | label_registration_manual_activation: 手動啟用帳戶 |
|
824 | label_registration_manual_activation: 手動啟用帳戶 | |
825 | label_registration_automatic_activation: 自動啟用帳戶 |
|
825 | label_registration_automatic_activation: 自動啟用帳戶 | |
826 | label_display_per_page: "每頁顯示: {{value}} 個" |
|
826 | label_display_per_page: "每頁顯示: {{value}} 個" | |
827 | label_age: 年齡 |
|
827 | label_age: 年齡 | |
828 | label_change_properties: 變更屬性 |
|
828 | label_change_properties: 變更屬性 | |
829 | label_general: 一般 |
|
829 | label_general: 一般 | |
830 | label_more: 更多 » |
|
830 | label_more: 更多 » | |
831 | label_scm: 版本控管 |
|
831 | label_scm: 版本控管 | |
832 | label_plugins: 附加元件 |
|
832 | label_plugins: 附加元件 | |
833 | label_ldap_authentication: LDAP 認證 |
|
833 | label_ldap_authentication: LDAP 認證 | |
834 | label_downloads_abbr: 下載 |
|
834 | label_downloads_abbr: 下載 | |
835 | label_optional_description: 額外的說明 |
|
835 | label_optional_description: 額外的說明 | |
836 | label_add_another_file: 增加其他檔案 |
|
836 | label_add_another_file: 增加其他檔案 | |
837 | label_preferences: 偏好選項 |
|
837 | label_preferences: 偏好選項 | |
838 | label_chronological_order: 以時間由遠至近排序 |
|
838 | label_chronological_order: 以時間由遠至近排序 | |
839 | label_reverse_chronological_order: 以時間由近至遠排序 |
|
839 | label_reverse_chronological_order: 以時間由近至遠排序 | |
840 | label_planning: 計劃表 |
|
840 | label_planning: 計劃表 | |
841 | label_incoming_emails: 傳入的電子郵件 |
|
841 | label_incoming_emails: 傳入的電子郵件 | |
842 | label_generate_key: 產生金鑰 |
|
842 | label_generate_key: 產生金鑰 | |
843 | label_issue_watchers: 觀察者 |
|
843 | label_issue_watchers: 觀察者 | |
844 | label_example: 範例 |
|
844 | label_example: 範例 | |
845 | label_display: 顯示 |
|
845 | label_display: 顯示 | |
846 | label_sort: 排序 |
|
846 | label_sort: 排序 | |
847 | label_ascending: 遞增排序 |
|
847 | label_ascending: 遞增排序 | |
848 | label_descending: 遞減排序 |
|
848 | label_descending: 遞減排序 | |
849 | label_date_from_to: 起 {{start}} 迄 {{end}} |
|
849 | label_date_from_to: 起 {{start}} 迄 {{end}} | |
850 | label_wiki_content_added: Wiki 頁面已新增 |
|
850 | label_wiki_content_added: Wiki 頁面已新增 | |
851 | label_wiki_content_updated: Wiki 頁面已更新 |
|
851 | label_wiki_content_updated: Wiki 頁面已更新 | |
852 | label_group: 群組 |
|
852 | label_group: 群組 | |
853 | label_group_plural: 群組清單 |
|
853 | label_group_plural: 群組清單 | |
854 | label_group_new: 建立新群組 |
|
854 | label_group_new: 建立新群組 | |
855 | label_time_entry_plural: 耗用工時 |
|
855 | label_time_entry_plural: 耗用工時 | |
856 | label_version_sharing_none: 不共用 |
|
856 | label_version_sharing_none: 不共用 | |
857 | label_version_sharing_descendants: 與子專案共用 |
|
857 | label_version_sharing_descendants: 與子專案共用 | |
858 | label_version_sharing_hierarchy: 與專案階層架構共用 |
|
858 | label_version_sharing_hierarchy: 與專案階層架構共用 | |
859 | label_version_sharing_tree: 與專案樹共用 |
|
859 | label_version_sharing_tree: 與專案樹共用 | |
860 | label_version_sharing_system: 與全部的專案共用 |
|
860 | label_version_sharing_system: 與全部的專案共用 | |
861 | label_update_issue_done_ratios: 更新項目完成百分比 |
|
861 | label_update_issue_done_ratios: 更新項目完成百分比 | |
862 | label_copy_source: 來源 |
|
862 | label_copy_source: 來源 | |
863 | label_copy_target: 目的地 |
|
863 | label_copy_target: 目的地 | |
864 | label_copy_same_as_target: 與目的地相同 |
|
864 | label_copy_same_as_target: 與目的地相同 | |
865 | label_display_used_statuses_only: 僅顯示此追蹤標籤所使用之狀態 |
|
865 | label_display_used_statuses_only: 僅顯示此追蹤標籤所使用之狀態 | |
866 | label_api_access_key: API 存取金鑰 |
|
866 | label_api_access_key: API 存取金鑰 | |
867 | label_missing_api_access_key: 找不到 API 存取金鑰 |
|
867 | label_missing_api_access_key: 找不到 API 存取金鑰 | |
868 | label_api_access_key_created_on: "API 存取金鑰建立於 {{value}} 之前" |
|
868 | label_api_access_key_created_on: "API 存取金鑰建立於 {{value}} 之前" | |
869 | label_profile: 配置概況 |
|
869 | label_profile: 配置概況 | |
870 | label_subtask_plural: 子工作項目 |
|
870 | label_subtask_plural: 子工作項目 | |
871 | label_project_copy_notifications: 在複製專案的過程中,傳送通知郵件 |
|
871 | label_project_copy_notifications: 在複製專案的過程中,傳送通知郵件 | |
872 | label_principal_search: "搜尋用戶或群組:" |
|
872 | label_principal_search: "搜尋用戶或群組:" | |
873 | label_user_search: "搜尋用戶:" |
|
873 | label_user_search: "搜尋用戶:" | |
874 |
|
874 | |||
875 | button_login: 登入 |
|
875 | button_login: 登入 | |
876 | button_submit: 送出 |
|
876 | button_submit: 送出 | |
877 | button_save: 儲存 |
|
877 | button_save: 儲存 | |
878 | button_check_all: 全選 |
|
878 | button_check_all: 全選 | |
879 | button_uncheck_all: 全不選 |
|
879 | button_uncheck_all: 全不選 | |
880 | button_delete: 刪除 |
|
880 | button_delete: 刪除 | |
881 | button_create: 建立 |
|
881 | button_create: 建立 | |
882 | button_create_and_continue: 繼續建立 |
|
882 | button_create_and_continue: 繼續建立 | |
883 | button_test: 測試 |
|
883 | button_test: 測試 | |
884 | button_edit: 編輯 |
|
884 | button_edit: 編輯 | |
885 | button_edit_associated_wikipage: "編輯相關 Wiki 頁面: {{page_title}}" |
|
885 | button_edit_associated_wikipage: "編輯相關 Wiki 頁面: {{page_title}}" | |
886 | button_add: 新增 |
|
886 | button_add: 新增 | |
887 | button_change: 修改 |
|
887 | button_change: 修改 | |
888 | button_apply: 套用 |
|
888 | button_apply: 套用 | |
889 | button_clear: 清除 |
|
889 | button_clear: 清除 | |
890 | button_lock: 鎖定 |
|
890 | button_lock: 鎖定 | |
891 | button_unlock: 解除鎖定 |
|
891 | button_unlock: 解除鎖定 | |
892 | button_download: 下載 |
|
892 | button_download: 下載 | |
893 | button_list: 清單 |
|
893 | button_list: 清單 | |
894 | button_view: 檢視 |
|
894 | button_view: 檢視 | |
895 | button_move: 移動 |
|
895 | button_move: 移動 | |
896 | button_move_and_follow: 移動後跟隨 |
|
896 | button_move_and_follow: 移動後跟隨 | |
897 | button_back: 返回 |
|
897 | button_back: 返回 | |
898 | button_cancel: 取消 |
|
898 | button_cancel: 取消 | |
899 | button_activate: 啟用 |
|
899 | button_activate: 啟用 | |
900 | button_sort: 排序 |
|
900 | button_sort: 排序 | |
901 | button_log_time: 記錄時間 |
|
901 | button_log_time: 記錄時間 | |
902 | button_rollback: 還原至此版本 |
|
902 | button_rollback: 還原至此版本 | |
903 | button_watch: 觀察 |
|
903 | button_watch: 觀察 | |
904 | button_unwatch: 取消觀察 |
|
904 | button_unwatch: 取消觀察 | |
905 | button_reply: 回應 |
|
905 | button_reply: 回應 | |
906 | button_archive: 歸檔 |
|
906 | button_archive: 歸檔 | |
907 | button_unarchive: 取消歸檔 |
|
907 | button_unarchive: 取消歸檔 | |
908 | button_reset: 回復 |
|
908 | button_reset: 回復 | |
909 | button_rename: 重新命名 |
|
909 | button_rename: 重新命名 | |
910 | button_change_password: 變更密碼 |
|
910 | button_change_password: 變更密碼 | |
911 | button_copy: 複製 |
|
911 | button_copy: 複製 | |
912 | button_copy_and_follow: 複製後跟隨 |
|
912 | button_copy_and_follow: 複製後跟隨 | |
913 | button_annotate: 註解 |
|
913 | button_annotate: 註解 | |
914 | button_update: 更新 |
|
914 | button_update: 更新 | |
915 | button_configure: 設定 |
|
915 | button_configure: 設定 | |
916 | button_quote: 引用 |
|
916 | button_quote: 引用 | |
917 | button_duplicate: 重製 |
|
917 | button_duplicate: 重製 | |
918 | button_show: 顯示 |
|
918 | button_show: 顯示 | |
919 |
|
919 | |||
920 | status_active: 活動中 |
|
920 | status_active: 活動中 | |
921 | status_registered: 註冊完成 |
|
921 | status_registered: 註冊完成 | |
922 | status_locked: 鎖定中 |
|
922 | status_locked: 鎖定中 | |
923 |
|
923 | |||
924 | version_status_open: 進行中 |
|
924 | version_status_open: 進行中 | |
925 | version_status_locked: 已鎖定 |
|
925 | version_status_locked: 已鎖定 | |
926 | version_status_closed: 已結束 |
|
926 | version_status_closed: 已結束 | |
927 |
|
927 | |||
928 | field_active: 活動中 |
|
928 | field_active: 活動中 | |
929 |
|
929 | |||
930 | text_select_mail_notifications: 選擇欲寄送提醒通知郵件之動作 |
|
930 | text_select_mail_notifications: 選擇欲寄送提醒通知郵件之動作 | |
931 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
931 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
932 | text_min_max_length_info: 0 代表「不限制」 |
|
932 | text_min_max_length_info: 0 代表「不限制」 | |
933 | text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料? |
|
933 | text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料? | |
934 | text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。" |
|
934 | text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。" | |
935 | text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程 |
|
935 | text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程 | |
936 | text_are_you_sure: 確定執行? |
|
936 | text_are_you_sure: 確定執行? | |
937 | text_are_you_sure_with_children: "確定刪除此工作項目及其子項目?" |
|
937 | text_are_you_sure_with_children: "確定刪除此工作項目及其子項目?" | |
938 | text_journal_changed: "{{label}} 從 {{old}} 變更為 {{new}}" |
|
938 | text_journal_changed: "{{label}} 從 {{old}} 變更為 {{new}}" | |
939 | text_journal_set_to: "{{label}} 設定為 {{value}}" |
|
939 | text_journal_set_to: "{{label}} 設定為 {{value}}" | |
940 | text_journal_deleted: "{{label}} 已刪除 ({{old}})" |
|
940 | text_journal_deleted: "{{label}} 已刪除 ({{old}})" | |
941 | text_journal_added: "{{label}} {{value}} 已新增" |
|
941 | text_journal_added: "{{label}} {{value}} 已新增" | |
942 | text_tip_issue_begin_day: 今天起始的工作 |
|
942 | text_tip_issue_begin_day: 今天起始的工作 | |
943 | text_tip_issue_end_day: 今天截止的的工作 |
|
943 | text_tip_issue_end_day: 今天截止的的工作 | |
944 | text_tip_issue_begin_end_day: 今天起始與截止的工作 |
|
944 | text_tip_issue_begin_end_day: 今天起始與截止的工作 | |
945 | text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。' |
|
945 | text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。' | |
946 | text_caracters_maximum: "最多 {{count}} 個字元." |
|
946 | text_caracters_maximum: "最多 {{count}} 個字元." | |
947 | text_caracters_minimum: "長度必須大於 {{count}} 個字元." |
|
947 | text_caracters_minimum: "長度必須大於 {{count}} 個字元." | |
948 | text_length_between: "長度必須介於 {{min}} 至 {{max}} 個字元之間." |
|
948 | text_length_between: "長度必須介於 {{min}} 至 {{max}} 個字元之間." | |
949 | text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程 |
|
949 | text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程 | |
950 | text_unallowed_characters: 不允許的字元 |
|
950 | text_unallowed_characters: 不允許的字元 | |
951 | text_comma_separated: 可輸入多個值(須以逗號分隔)。 |
|
951 | text_comma_separated: 可輸入多個值(須以逗號分隔)。 | |
952 | text_line_separated: 可輸入多個值(須以換行符號分隔,即每列只能輸入一個值)。 |
|
952 | text_line_separated: 可輸入多個值(須以換行符號分隔,即每列只能輸入一個值)。 | |
953 | text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字 |
|
953 | text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字 | |
954 | text_issue_added: "項目 {{id}} 已被 {{author}} 通報。" |
|
954 | text_issue_added: "項目 {{id}} 已被 {{author}} 通報。" | |
955 | text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。" |
|
955 | text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。" | |
956 | text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容? |
|
956 | text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容? | |
957 | text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?" |
|
957 | text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?" | |
958 | text_issue_category_destroy_assignments: 移除這些項目的分類 |
|
958 | text_issue_category_destroy_assignments: 移除這些項目的分類 | |
959 | text_issue_category_reassign_to: 重新指派這些項目至其它分類 |
|
959 | text_issue_category_reassign_to: 重新指派這些項目至其它分類 | |
960 | text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)" |
|
960 | text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)" | |
961 | text_no_configuration_data: "角色、追蹤標籤、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的組態。將預設組態載入之後,您可再變更其中之值。" |
|
961 | text_no_configuration_data: "角色、追蹤標籤、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的組態。將預設組態載入之後,您可再變更其中之值。" | |
962 | text_load_default_configuration: 載入預設組態 |
|
962 | text_load_default_configuration: 載入預設組態 | |
963 | text_status_changed_by_changeset: "已套用至變更集 {{value}}." |
|
963 | text_status_changed_by_changeset: "已套用至變更集 {{value}}." | |
964 | text_issues_destroy_confirmation: '確定刪除已選擇的項目?' |
|
964 | text_issues_destroy_confirmation: '確定刪除已選擇的項目?' | |
965 | text_select_project_modules: '選擇此專案可使用之模組:' |
|
965 | text_select_project_modules: '選擇此專案可使用之模組:' | |
966 | text_default_administrator_account_changed: 已變更預設管理員帳號內容 |
|
966 | text_default_administrator_account_changed: 已變更預設管理員帳號內容 | |
967 | text_file_repository_writable: 可寫入附加檔案目錄 |
|
967 | text_file_repository_writable: 可寫入附加檔案目錄 | |
968 | text_plugin_assets_writable: 可寫入附加元件目錄 |
|
968 | text_plugin_assets_writable: 可寫入附加元件目錄 | |
969 | text_rmagick_available: 可使用 RMagick (選配) |
|
969 | text_rmagick_available: 可使用 RMagick (選配) | |
970 | text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是? |
|
970 | text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是? | |
971 | text_destroy_time_entries: 刪除已報工的時數 |
|
971 | text_destroy_time_entries: 刪除已報工的時數 | |
972 | text_assign_time_entries_to_project: 指定已報工的時數至專案中 |
|
972 | text_assign_time_entries_to_project: 指定已報工的時數至專案中 | |
973 | text_reassign_time_entries: '重新指定已報工的時數至此項目:' |
|
973 | text_reassign_time_entries: '重新指定已報工的時數至此項目:' | |
974 | text_user_wrote: "{{value}} 先前提到:" |
|
974 | text_user_wrote: "{{value}} 先前提到:" | |
975 | text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。" |
|
975 | text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。" | |
976 | text_enumeration_category_reassign_to: '重新設定其列舉值為:' |
|
976 | text_enumeration_category_reassign_to: '重新設定其列舉值為:' | |
977 | text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。" |
|
977 | text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。" | |
978 | text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。" |
|
978 | text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。" | |
979 | text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值' |
|
979 | text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值' | |
980 | text_custom_field_possible_values_info: '一列輸入一個值' |
|
980 | text_custom_field_possible_values_info: '一列輸入一個值' | |
981 | text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?" |
|
981 | text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?" | |
982 | text_wiki_page_nullify_children: "保留所有子頁面當作根頁面" |
|
982 | text_wiki_page_nullify_children: "保留所有子頁面當作根頁面" | |
983 | text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面" |
|
983 | text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面" | |
984 | text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面" |
|
984 | text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面" | |
985 | text_own_membership_delete_confirmation: "您在專案中,所擁有的部分或全部權限即將被移除,在這之後可能無法再次編輯此專案。\n您確定要繼續執行這個動作?" |
|
985 | text_own_membership_delete_confirmation: "您在專案中,所擁有的部分或全部權限即將被移除,在這之後可能無法再次編輯此專案。\n您確定要繼續執行這個動作?" | |
986 | text_zoom_in: 放大 |
|
986 | text_zoom_in: 放大 | |
987 | text_zoom_out: 縮小 |
|
987 | text_zoom_out: 縮小 | |
988 |
|
988 | |||
989 | default_role_manager: 管理人員 |
|
989 | default_role_manager: 管理人員 | |
990 | default_role_developer: 開發人員 |
|
990 | default_role_developer: 開發人員 | |
991 | default_role_reporter: 報告人員 |
|
991 | default_role_reporter: 報告人員 | |
992 | default_tracker_bug: 臭蟲 |
|
992 | default_tracker_bug: 臭蟲 | |
993 | default_tracker_feature: 功能 |
|
993 | default_tracker_feature: 功能 | |
994 | default_tracker_support: 支援 |
|
994 | default_tracker_support: 支援 | |
995 | default_issue_status_new: 新建立 |
|
995 | default_issue_status_new: 新建立 | |
996 | default_issue_status_in_progress: 實作中 |
|
996 | default_issue_status_in_progress: 實作中 | |
997 | default_issue_status_resolved: 已解決 |
|
997 | default_issue_status_resolved: 已解決 | |
998 | default_issue_status_feedback: 已回應 |
|
998 | default_issue_status_feedback: 已回應 | |
999 | default_issue_status_closed: 已結束 |
|
999 | default_issue_status_closed: 已結束 | |
1000 | default_issue_status_rejected: 已拒絕 |
|
1000 | default_issue_status_rejected: 已拒絕 | |
1001 | default_doc_category_user: 使用手冊 |
|
1001 | default_doc_category_user: 使用手冊 | |
1002 | default_doc_category_tech: 技術文件 |
|
1002 | default_doc_category_tech: 技術文件 | |
1003 | default_priority_low: 低 |
|
1003 | default_priority_low: 低 | |
1004 | default_priority_normal: 正常 |
|
1004 | default_priority_normal: 正常 | |
1005 | default_priority_high: 高 |
|
1005 | default_priority_high: 高 | |
1006 | default_priority_urgent: 速 |
|
1006 | default_priority_urgent: 速 | |
1007 | default_priority_immediate: 急 |
|
1007 | default_priority_immediate: 急 | |
1008 | default_activity_design: 設計 |
|
1008 | default_activity_design: 設計 | |
1009 | default_activity_development: 開發 |
|
1009 | default_activity_development: 開發 | |
1010 |
|
1010 | |||
1011 | enumeration_issue_priorities: 項目優先權 |
|
1011 | enumeration_issue_priorities: 項目優先權 | |
1012 | enumeration_doc_categories: 文件分類 |
|
1012 | enumeration_doc_categories: 文件分類 | |
1013 | enumeration_activities: 活動 (時間追蹤) |
|
1013 | enumeration_activities: 活動 (時間追蹤) | |
1014 | enumeration_system_activity: 系統活動 |
|
1014 | enumeration_system_activity: 系統活動 | |
1015 |
|
1015 |
@@ -1,396 +1,416 | |||||
1 | # redMine - project management software |
|
1 | # redMine - project management software | |
2 | # Copyright (C) 2006-2007 Jean-Philippe Lang |
|
2 | # Copyright (C) 2006-2007 Jean-Philippe Lang | |
3 | # |
|
3 | # | |
4 | # This program is free software; you can redistribute it and/or |
|
4 | # This program is free software; you can redistribute it and/or | |
5 | # modify it under the terms of the GNU General Public License |
|
5 | # modify it under the terms of the GNU General Public License | |
6 | # as published by the Free Software Foundation; either version 2 |
|
6 | # as published by the Free Software Foundation; either version 2 | |
7 | # of the License, or (at your option) any later version. |
|
7 | # of the License, or (at your option) any later version. | |
8 | # |
|
8 | # | |
9 | # This program is distributed in the hope that it will be useful, |
|
9 | # This program is distributed in the hope that it will be useful, | |
10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 | # GNU General Public License for more details. |
|
12 | # GNU General Public License for more details. | |
13 | # |
|
13 | # | |
14 | # You should have received a copy of the GNU General Public License |
|
14 | # You should have received a copy of the GNU General Public License | |
15 | # along with this program; if not, write to the Free Software |
|
15 | # along with this program; if not, write to the Free Software | |
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
17 |
|
17 | |||
18 | require File.dirname(__FILE__) + '/../test_helper' |
|
18 | require File.dirname(__FILE__) + '/../test_helper' | |
19 |
|
19 | |||
20 | class MailerTest < ActiveSupport::TestCase |
|
20 | class MailerTest < ActiveSupport::TestCase | |
21 | include Redmine::I18n |
|
21 | include Redmine::I18n | |
22 | include ActionController::Assertions::SelectorAssertions |
|
22 | include ActionController::Assertions::SelectorAssertions | |
23 | fixtures :projects, :enabled_modules, :issues, :users, :members, :member_roles, :roles, :documents, :attachments, :news, :tokens, :journals, :journal_details, :changesets, :trackers, :issue_statuses, :enumerations, :messages, :boards, :repositories |
|
23 | fixtures :projects, :enabled_modules, :issues, :users, :members, :member_roles, :roles, :documents, :attachments, :news, :tokens, :journals, :journal_details, :changesets, :trackers, :issue_statuses, :enumerations, :messages, :boards, :repositories | |
24 |
|
24 | |||
25 | def setup |
|
25 | def setup | |
26 | ActionMailer::Base.deliveries.clear |
|
26 | ActionMailer::Base.deliveries.clear | |
27 | Setting.host_name = 'mydomain.foo' |
|
27 | Setting.host_name = 'mydomain.foo' | |
28 | Setting.protocol = 'http' |
|
28 | Setting.protocol = 'http' | |
29 | end |
|
29 | end | |
30 |
|
30 | |||
31 | def test_generated_links_in_emails |
|
31 | def test_generated_links_in_emails | |
32 | Setting.host_name = 'mydomain.foo' |
|
32 | Setting.host_name = 'mydomain.foo' | |
33 | Setting.protocol = 'https' |
|
33 | Setting.protocol = 'https' | |
34 |
|
34 | |||
35 | journal = Journal.find(2) |
|
35 | journal = Journal.find(2) | |
36 | assert Mailer.deliver_issue_edit(journal) |
|
36 | assert Mailer.deliver_issue_edit(journal) | |
37 |
|
37 | |||
38 | mail = ActionMailer::Base.deliveries.last |
|
38 | mail = ActionMailer::Base.deliveries.last | |
39 | assert_kind_of TMail::Mail, mail |
|
39 | assert_kind_of TMail::Mail, mail | |
40 |
|
40 | |||
41 | assert_select_email do |
|
41 | assert_select_email do | |
42 | # link to the main ticket |
|
42 | # link to the main ticket | |
43 | assert_select "a[href=?]", "https://mydomain.foo/issues/1", :text => "Bug #1: Can't print recipes" |
|
43 | assert_select "a[href=?]", "https://mydomain.foo/issues/1", :text => "Bug #1: Can't print recipes" | |
44 | # link to a referenced ticket |
|
44 | # link to a referenced ticket | |
45 | assert_select "a[href=?][title=?]", "https://mydomain.foo/issues/2", "Add ingredients categories (Assigned)", :text => "#2" |
|
45 | assert_select "a[href=?][title=?]", "https://mydomain.foo/issues/2", "Add ingredients categories (Assigned)", :text => "#2" | |
46 | # link to a changeset |
|
46 | # link to a changeset | |
47 | assert_select "a[href=?][title=?]", "https://mydomain.foo/projects/ecookbook/repository/revisions/2", "This commit fixes #1, #2 and references #1 & #3", :text => "r2" |
|
47 | assert_select "a[href=?][title=?]", "https://mydomain.foo/projects/ecookbook/repository/revisions/2", "This commit fixes #1, #2 and references #1 & #3", :text => "r2" | |
48 | end |
|
48 | end | |
49 | end |
|
49 | end | |
50 |
|
50 | |||
51 | def test_generated_links_with_prefix |
|
51 | def test_generated_links_with_prefix | |
52 | relative_url_root = Redmine::Utils.relative_url_root |
|
52 | relative_url_root = Redmine::Utils.relative_url_root | |
53 | Setting.host_name = 'mydomain.foo/rdm' |
|
53 | Setting.host_name = 'mydomain.foo/rdm' | |
54 | Setting.protocol = 'http' |
|
54 | Setting.protocol = 'http' | |
55 | Redmine::Utils.relative_url_root = '/rdm' |
|
55 | Redmine::Utils.relative_url_root = '/rdm' | |
56 |
|
56 | |||
57 | journal = Journal.find(2) |
|
57 | journal = Journal.find(2) | |
58 | assert Mailer.deliver_issue_edit(journal) |
|
58 | assert Mailer.deliver_issue_edit(journal) | |
59 |
|
59 | |||
60 | mail = ActionMailer::Base.deliveries.last |
|
60 | mail = ActionMailer::Base.deliveries.last | |
61 | assert_kind_of TMail::Mail, mail |
|
61 | assert_kind_of TMail::Mail, mail | |
62 |
|
62 | |||
63 | assert_select_email do |
|
63 | assert_select_email do | |
64 | # link to the main ticket |
|
64 | # link to the main ticket | |
65 | assert_select "a[href=?]", "http://mydomain.foo/rdm/issues/1", :text => "Bug #1: Can't print recipes" |
|
65 | assert_select "a[href=?]", "http://mydomain.foo/rdm/issues/1", :text => "Bug #1: Can't print recipes" | |
66 | # link to a referenced ticket |
|
66 | # link to a referenced ticket | |
67 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/issues/2", "Add ingredients categories (Assigned)", :text => "#2" |
|
67 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/issues/2", "Add ingredients categories (Assigned)", :text => "#2" | |
68 | # link to a changeset |
|
68 | # link to a changeset | |
69 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/projects/ecookbook/repository/revisions/2", "This commit fixes #1, #2 and references #1 & #3", :text => "r2" |
|
69 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/projects/ecookbook/repository/revisions/2", "This commit fixes #1, #2 and references #1 & #3", :text => "r2" | |
70 | end |
|
70 | end | |
71 | ensure |
|
71 | ensure | |
72 | # restore it |
|
72 | # restore it | |
73 | Redmine::Utils.relative_url_root = relative_url_root |
|
73 | Redmine::Utils.relative_url_root = relative_url_root | |
74 | end |
|
74 | end | |
75 |
|
75 | |||
76 | def test_generated_links_with_prefix_and_no_relative_url_root |
|
76 | def test_generated_links_with_prefix_and_no_relative_url_root | |
77 | relative_url_root = Redmine::Utils.relative_url_root |
|
77 | relative_url_root = Redmine::Utils.relative_url_root | |
78 | Setting.host_name = 'mydomain.foo/rdm' |
|
78 | Setting.host_name = 'mydomain.foo/rdm' | |
79 | Setting.protocol = 'http' |
|
79 | Setting.protocol = 'http' | |
80 | Redmine::Utils.relative_url_root = nil |
|
80 | Redmine::Utils.relative_url_root = nil | |
81 |
|
81 | |||
82 | journal = Journal.find(2) |
|
82 | journal = Journal.find(2) | |
83 | assert Mailer.deliver_issue_edit(journal) |
|
83 | assert Mailer.deliver_issue_edit(journal) | |
84 |
|
84 | |||
85 | mail = ActionMailer::Base.deliveries.last |
|
85 | mail = ActionMailer::Base.deliveries.last | |
86 | assert_kind_of TMail::Mail, mail |
|
86 | assert_kind_of TMail::Mail, mail | |
87 |
|
87 | |||
88 | assert_select_email do |
|
88 | assert_select_email do | |
89 | # link to the main ticket |
|
89 | # link to the main ticket | |
90 | assert_select "a[href=?]", "http://mydomain.foo/rdm/issues/1", :text => "Bug #1: Can't print recipes" |
|
90 | assert_select "a[href=?]", "http://mydomain.foo/rdm/issues/1", :text => "Bug #1: Can't print recipes" | |
91 | # link to a referenced ticket |
|
91 | # link to a referenced ticket | |
92 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/issues/2", "Add ingredients categories (Assigned)", :text => "#2" |
|
92 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/issues/2", "Add ingredients categories (Assigned)", :text => "#2" | |
93 | # link to a changeset |
|
93 | # link to a changeset | |
94 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/projects/ecookbook/repository/revisions/2", "This commit fixes #1, #2 and references #1 & #3", :text => "r2" |
|
94 | assert_select "a[href=?][title=?]", "http://mydomain.foo/rdm/projects/ecookbook/repository/revisions/2", "This commit fixes #1, #2 and references #1 & #3", :text => "r2" | |
95 | end |
|
95 | end | |
96 | ensure |
|
96 | ensure | |
97 | # restore it |
|
97 | # restore it | |
98 | Redmine::Utils.relative_url_root = relative_url_root |
|
98 | Redmine::Utils.relative_url_root = relative_url_root | |
99 | end |
|
99 | end | |
100 |
|
100 | |||
101 | def test_email_headers |
|
101 | def test_email_headers | |
102 | issue = Issue.find(1) |
|
102 | issue = Issue.find(1) | |
103 | Mailer.deliver_issue_add(issue) |
|
103 | Mailer.deliver_issue_add(issue) | |
104 | mail = ActionMailer::Base.deliveries.last |
|
104 | mail = ActionMailer::Base.deliveries.last | |
105 | assert_not_nil mail |
|
105 | assert_not_nil mail | |
106 | assert_equal 'bulk', mail.header_string('Precedence') |
|
106 | assert_equal 'bulk', mail.header_string('Precedence') | |
107 | assert_equal 'auto-generated', mail.header_string('Auto-Submitted') |
|
107 | assert_equal 'auto-generated', mail.header_string('Auto-Submitted') | |
108 | end |
|
108 | end | |
109 |
|
109 | |||
110 | def test_plain_text_mail |
|
110 | def test_plain_text_mail | |
111 | Setting.plain_text_mail = 1 |
|
111 | Setting.plain_text_mail = 1 | |
112 | journal = Journal.find(2) |
|
112 | journal = Journal.find(2) | |
113 | Mailer.deliver_issue_edit(journal) |
|
113 | Mailer.deliver_issue_edit(journal) | |
114 | mail = ActionMailer::Base.deliveries.last |
|
114 | mail = ActionMailer::Base.deliveries.last | |
115 | assert_equal "text/plain", mail.content_type |
|
115 | assert_equal "text/plain", mail.content_type | |
116 | assert_equal 0, mail.parts.size |
|
116 | assert_equal 0, mail.parts.size | |
117 | assert !mail.encoded.include?('href') |
|
117 | assert !mail.encoded.include?('href') | |
118 | end |
|
118 | end | |
119 |
|
119 | |||
120 | def test_html_mail |
|
120 | def test_html_mail | |
121 | Setting.plain_text_mail = 0 |
|
121 | Setting.plain_text_mail = 0 | |
122 | journal = Journal.find(2) |
|
122 | journal = Journal.find(2) | |
123 | Mailer.deliver_issue_edit(journal) |
|
123 | Mailer.deliver_issue_edit(journal) | |
124 | mail = ActionMailer::Base.deliveries.last |
|
124 | mail = ActionMailer::Base.deliveries.last | |
125 | assert_equal 2, mail.parts.size |
|
125 | assert_equal 2, mail.parts.size | |
126 | assert mail.encoded.include?('href') |
|
126 | assert mail.encoded.include?('href') | |
127 | end |
|
127 | end | |
128 |
|
128 | |||
129 | def test_mail_from_with_phrase |
|
129 | def test_mail_from_with_phrase | |
130 | with_settings :mail_from => 'Redmine app <redmine@example.net>' do |
|
130 | with_settings :mail_from => 'Redmine app <redmine@example.net>' do | |
131 | Mailer.deliver_test(User.find(1)) |
|
131 | Mailer.deliver_test(User.find(1)) | |
132 | end |
|
132 | end | |
133 | mail = ActionMailer::Base.deliveries.last |
|
133 | mail = ActionMailer::Base.deliveries.last | |
134 | assert_not_nil mail |
|
134 | assert_not_nil mail | |
135 | assert_equal 'Redmine app', mail.from_addrs.first.name |
|
135 | assert_equal 'Redmine app', mail.from_addrs.first.name | |
136 | end |
|
136 | end | |
137 |
|
137 | |||
138 | def test_should_not_send_email_without_recipient |
|
138 | def test_should_not_send_email_without_recipient | |
139 | news = News.find(:first) |
|
139 | news = News.find(:first) | |
140 | user = news.author |
|
140 | user = news.author | |
141 | # Remove members except news author |
|
141 | # Remove members except news author | |
142 | news.project.memberships.each {|m| m.destroy unless m.user == user} |
|
142 | news.project.memberships.each {|m| m.destroy unless m.user == user} | |
143 |
|
143 | |||
144 | user.pref[:no_self_notified] = false |
|
144 | user.pref[:no_self_notified] = false | |
145 | user.pref.save |
|
145 | user.pref.save | |
146 | User.current = user |
|
146 | User.current = user | |
147 | Mailer.deliver_news_added(news.reload) |
|
147 | Mailer.deliver_news_added(news.reload) | |
148 | assert_equal 1, last_email.bcc.size |
|
148 | assert_equal 1, last_email.bcc.size | |
149 |
|
149 | |||
150 | # nobody to notify |
|
150 | # nobody to notify | |
151 | user.pref[:no_self_notified] = true |
|
151 | user.pref[:no_self_notified] = true | |
152 | user.pref.save |
|
152 | user.pref.save | |
153 | User.current = user |
|
153 | User.current = user | |
154 | ActionMailer::Base.deliveries.clear |
|
154 | ActionMailer::Base.deliveries.clear | |
155 | Mailer.deliver_news_added(news.reload) |
|
155 | Mailer.deliver_news_added(news.reload) | |
156 | assert ActionMailer::Base.deliveries.empty? |
|
156 | assert ActionMailer::Base.deliveries.empty? | |
157 | end |
|
157 | end | |
158 |
|
158 | |||
159 | def test_issue_add_message_id |
|
159 | def test_issue_add_message_id | |
160 | issue = Issue.find(1) |
|
160 | issue = Issue.find(1) | |
161 | Mailer.deliver_issue_add(issue) |
|
161 | Mailer.deliver_issue_add(issue) | |
162 | mail = ActionMailer::Base.deliveries.last |
|
162 | mail = ActionMailer::Base.deliveries.last | |
163 | assert_not_nil mail |
|
163 | assert_not_nil mail | |
164 | assert_equal Mailer.message_id_for(issue), mail.message_id |
|
164 | assert_equal Mailer.message_id_for(issue), mail.message_id | |
165 | assert_nil mail.references |
|
165 | assert_nil mail.references | |
166 | end |
|
166 | end | |
167 |
|
167 | |||
168 | def test_issue_edit_message_id |
|
168 | def test_issue_edit_message_id | |
169 | journal = Journal.find(1) |
|
169 | journal = Journal.find(1) | |
170 | Mailer.deliver_issue_edit(journal) |
|
170 | Mailer.deliver_issue_edit(journal) | |
171 | mail = ActionMailer::Base.deliveries.last |
|
171 | mail = ActionMailer::Base.deliveries.last | |
172 | assert_not_nil mail |
|
172 | assert_not_nil mail | |
173 | assert_equal Mailer.message_id_for(journal), mail.message_id |
|
173 | assert_equal Mailer.message_id_for(journal), mail.message_id | |
174 | assert_equal Mailer.message_id_for(journal.issue), mail.references.first.to_s |
|
174 | assert_equal Mailer.message_id_for(journal.issue), mail.references.first.to_s | |
175 | end |
|
175 | end | |
176 |
|
176 | |||
177 | def test_message_posted_message_id |
|
177 | def test_message_posted_message_id | |
178 | message = Message.find(1) |
|
178 | message = Message.find(1) | |
179 | Mailer.deliver_message_posted(message) |
|
179 | Mailer.deliver_message_posted(message) | |
180 | mail = ActionMailer::Base.deliveries.last |
|
180 | mail = ActionMailer::Base.deliveries.last | |
181 | assert_not_nil mail |
|
181 | assert_not_nil mail | |
182 | assert_equal Mailer.message_id_for(message), mail.message_id |
|
182 | assert_equal Mailer.message_id_for(message), mail.message_id | |
183 | assert_nil mail.references |
|
183 | assert_nil mail.references | |
184 | assert_select_email do |
|
184 | assert_select_email do | |
185 | # link to the message |
|
185 | # link to the message | |
186 | assert_select "a[href=?]", "http://mydomain.foo/boards/#{message.board.id}/topics/#{message.id}", :text => message.subject |
|
186 | assert_select "a[href=?]", "http://mydomain.foo/boards/#{message.board.id}/topics/#{message.id}", :text => message.subject | |
187 | end |
|
187 | end | |
188 | end |
|
188 | end | |
189 |
|
189 | |||
190 | def test_reply_posted_message_id |
|
190 | def test_reply_posted_message_id | |
191 | message = Message.find(3) |
|
191 | message = Message.find(3) | |
192 | Mailer.deliver_message_posted(message) |
|
192 | Mailer.deliver_message_posted(message) | |
193 | mail = ActionMailer::Base.deliveries.last |
|
193 | mail = ActionMailer::Base.deliveries.last | |
194 | assert_not_nil mail |
|
194 | assert_not_nil mail | |
195 | assert_equal Mailer.message_id_for(message), mail.message_id |
|
195 | assert_equal Mailer.message_id_for(message), mail.message_id | |
196 | assert_equal Mailer.message_id_for(message.parent), mail.references.first.to_s |
|
196 | assert_equal Mailer.message_id_for(message.parent), mail.references.first.to_s | |
197 | assert_select_email do |
|
197 | assert_select_email do | |
198 | # link to the reply |
|
198 | # link to the reply | |
199 | assert_select "a[href=?]", "http://mydomain.foo/boards/#{message.board.id}/topics/#{message.root.id}?r=#{message.id}#message-#{message.id}", :text => message.subject |
|
199 | assert_select "a[href=?]", "http://mydomain.foo/boards/#{message.board.id}/topics/#{message.root.id}?r=#{message.id}#message-#{message.id}", :text => message.subject | |
200 | end |
|
200 | end | |
201 | end |
|
201 | end | |
202 |
|
202 | |||
203 | context("#issue_add") do |
|
203 | context("#issue_add") do | |
204 | setup do |
|
204 | setup do | |
205 | ActionMailer::Base.deliveries.clear |
|
205 | ActionMailer::Base.deliveries.clear | |
206 | Setting.bcc_recipients = '1' |
|
206 | Setting.bcc_recipients = '1' | |
207 | @issue = Issue.find(1) |
|
207 | @issue = Issue.find(1) | |
208 | end |
|
208 | end | |
209 |
|
209 | |||
210 | should "notify project members" do |
|
210 | should "notify project members" do | |
211 | assert Mailer.deliver_issue_add(@issue) |
|
211 | assert Mailer.deliver_issue_add(@issue) | |
212 | assert last_email.bcc.include?('dlopper@somenet.foo') |
|
212 | assert last_email.bcc.include?('dlopper@somenet.foo') | |
213 | end |
|
213 | end | |
214 |
|
214 | |||
215 | should "not notify project members that are not allow to view the issue" do |
|
215 | should "not notify project members that are not allow to view the issue" do | |
216 | Role.find(2).remove_permission!(:view_issues) |
|
216 | Role.find(2).remove_permission!(:view_issues) | |
217 | assert Mailer.deliver_issue_add(@issue) |
|
217 | assert Mailer.deliver_issue_add(@issue) | |
218 | assert !last_email.bcc.include?('dlopper@somenet.foo') |
|
218 | assert !last_email.bcc.include?('dlopper@somenet.foo') | |
219 | end |
|
219 | end | |
220 |
|
220 | |||
221 | should "notify issue watchers" do |
|
221 | should "notify issue watchers" do | |
222 | user = User.find(9) |
|
222 | user = User.find(9) | |
223 | # minimal email notification options |
|
223 | # minimal email notification options | |
224 | user.pref[:no_self_notified] = '1' |
|
224 | user.pref[:no_self_notified] = '1' | |
225 | user.pref.save |
|
225 | user.pref.save | |
226 | user.mail_notification = false |
|
226 | user.mail_notification = false | |
227 | user.save |
|
227 | user.save | |
228 |
|
228 | |||
229 | Watcher.create!(:watchable => @issue, :user => user) |
|
229 | Watcher.create!(:watchable => @issue, :user => user) | |
230 | assert Mailer.deliver_issue_add(@issue) |
|
230 | assert Mailer.deliver_issue_add(@issue) | |
231 | assert last_email.bcc.include?(user.mail) |
|
231 | assert last_email.bcc.include?(user.mail) | |
232 | end |
|
232 | end | |
233 |
|
233 | |||
234 | should "not notify watchers not allowed to view the issue" do |
|
234 | should "not notify watchers not allowed to view the issue" do | |
235 | user = User.find(9) |
|
235 | user = User.find(9) | |
236 | Watcher.create!(:watchable => @issue, :user => user) |
|
236 | Watcher.create!(:watchable => @issue, :user => user) | |
237 | Role.non_member.remove_permission!(:view_issues) |
|
237 | Role.non_member.remove_permission!(:view_issues) | |
238 | assert Mailer.deliver_issue_add(@issue) |
|
238 | assert Mailer.deliver_issue_add(@issue) | |
239 | assert !last_email.bcc.include?(user.mail) |
|
239 | assert !last_email.bcc.include?(user.mail) | |
240 | end |
|
240 | end | |
241 | end |
|
241 | end | |
242 |
|
242 | |||
243 | # test mailer methods for each language |
|
243 | # test mailer methods for each language | |
244 | def test_issue_add |
|
244 | def test_issue_add | |
245 | issue = Issue.find(1) |
|
245 | issue = Issue.find(1) | |
246 | valid_languages.each do |lang| |
|
246 | valid_languages.each do |lang| | |
247 | Setting.default_language = lang.to_s |
|
247 | Setting.default_language = lang.to_s | |
248 | assert Mailer.deliver_issue_add(issue) |
|
248 | assert Mailer.deliver_issue_add(issue) | |
249 | end |
|
249 | end | |
250 | end |
|
250 | end | |
251 |
|
251 | |||
252 | def test_issue_edit |
|
252 | def test_issue_edit | |
253 | journal = Journal.find(1) |
|
253 | journal = Journal.find(1) | |
254 | valid_languages.each do |lang| |
|
254 | valid_languages.each do |lang| | |
255 | Setting.default_language = lang.to_s |
|
255 | Setting.default_language = lang.to_s | |
256 | assert Mailer.deliver_issue_edit(journal) |
|
256 | assert Mailer.deliver_issue_edit(journal) | |
257 | end |
|
257 | end | |
258 | end |
|
258 | end | |
259 |
|
259 | |||
260 | def test_document_added |
|
260 | def test_document_added | |
261 | document = Document.find(1) |
|
261 | document = Document.find(1) | |
262 | valid_languages.each do |lang| |
|
262 | valid_languages.each do |lang| | |
263 | Setting.default_language = lang.to_s |
|
263 | Setting.default_language = lang.to_s | |
264 | assert Mailer.deliver_document_added(document) |
|
264 | assert Mailer.deliver_document_added(document) | |
265 | end |
|
265 | end | |
266 | end |
|
266 | end | |
267 |
|
267 | |||
268 | def test_attachments_added |
|
268 | def test_attachments_added | |
269 | attachements = [ Attachment.find_by_container_type('Document') ] |
|
269 | attachements = [ Attachment.find_by_container_type('Document') ] | |
270 | valid_languages.each do |lang| |
|
270 | valid_languages.each do |lang| | |
271 | Setting.default_language = lang.to_s |
|
271 | Setting.default_language = lang.to_s | |
272 | assert Mailer.deliver_attachments_added(attachements) |
|
272 | assert Mailer.deliver_attachments_added(attachements) | |
273 | end |
|
273 | end | |
274 | end |
|
274 | end | |
275 |
|
275 | |||
276 | def test_version_file_added |
|
276 | def test_version_file_added | |
277 | attachements = [ Attachment.find_by_container_type('Version') ] |
|
277 | attachements = [ Attachment.find_by_container_type('Version') ] | |
278 | assert Mailer.deliver_attachments_added(attachements) |
|
278 | assert Mailer.deliver_attachments_added(attachements) | |
279 | assert_not_nil last_email.bcc |
|
279 | assert_not_nil last_email.bcc | |
280 | assert last_email.bcc.any? |
|
280 | assert last_email.bcc.any? | |
281 | end |
|
281 | end | |
282 |
|
282 | |||
283 | def test_project_file_added |
|
283 | def test_project_file_added | |
284 | attachements = [ Attachment.find_by_container_type('Project') ] |
|
284 | attachements = [ Attachment.find_by_container_type('Project') ] | |
285 | assert Mailer.deliver_attachments_added(attachements) |
|
285 | assert Mailer.deliver_attachments_added(attachements) | |
286 | assert_not_nil last_email.bcc |
|
286 | assert_not_nil last_email.bcc | |
287 | assert last_email.bcc.any? |
|
287 | assert last_email.bcc.any? | |
288 | end |
|
288 | end | |
289 |
|
289 | |||
290 | def test_news_added |
|
290 | def test_news_added | |
291 | news = News.find(:first) |
|
291 | news = News.find(:first) | |
292 | valid_languages.each do |lang| |
|
292 | valid_languages.each do |lang| | |
293 | Setting.default_language = lang.to_s |
|
293 | Setting.default_language = lang.to_s | |
294 | assert Mailer.deliver_news_added(news) |
|
294 | assert Mailer.deliver_news_added(news) | |
295 | end |
|
295 | end | |
296 | end |
|
296 | end | |
297 |
|
297 | |||
298 | def test_message_posted |
|
298 | def test_message_posted | |
299 | message = Message.find(:first) |
|
299 | message = Message.find(:first) | |
300 | recipients = ([message.root] + message.root.children).collect {|m| m.author.mail if m.author} |
|
300 | recipients = ([message.root] + message.root.children).collect {|m| m.author.mail if m.author} | |
301 | recipients = recipients.compact.uniq |
|
301 | recipients = recipients.compact.uniq | |
302 | valid_languages.each do |lang| |
|
302 | valid_languages.each do |lang| | |
303 | Setting.default_language = lang.to_s |
|
303 | Setting.default_language = lang.to_s | |
304 | assert Mailer.deliver_message_posted(message) |
|
304 | assert Mailer.deliver_message_posted(message) | |
305 | end |
|
305 | end | |
306 | end |
|
306 | end | |
307 |
|
307 | |||
|
308 | def test_wiki_content_added | |||
|
309 | content = WikiContent.find(:first) | |||
|
310 | valid_languages.each do |lang| | |||
|
311 | Setting.default_language = lang.to_s | |||
|
312 | assert_difference 'ActionMailer::Base.deliveries.size' do | |||
|
313 | assert Mailer.deliver_wiki_content_added(content) | |||
|
314 | end | |||
|
315 | end | |||
|
316 | end | |||
|
317 | ||||
|
318 | def test_wiki_content_updated | |||
|
319 | content = WikiContent.find(:first) | |||
|
320 | valid_languages.each do |lang| | |||
|
321 | Setting.default_language = lang.to_s | |||
|
322 | assert_difference 'ActionMailer::Base.deliveries.size' do | |||
|
323 | assert Mailer.deliver_wiki_content_updated(content) | |||
|
324 | end | |||
|
325 | end | |||
|
326 | end | |||
|
327 | ||||
308 | def test_account_information |
|
328 | def test_account_information | |
309 | user = User.find(2) |
|
329 | user = User.find(2) | |
310 | valid_languages.each do |lang| |
|
330 | valid_languages.each do |lang| | |
311 | user.update_attribute :language, lang.to_s |
|
331 | user.update_attribute :language, lang.to_s | |
312 | user.reload |
|
332 | user.reload | |
313 | assert Mailer.deliver_account_information(user, 'pAsswORd') |
|
333 | assert Mailer.deliver_account_information(user, 'pAsswORd') | |
314 | end |
|
334 | end | |
315 | end |
|
335 | end | |
316 |
|
336 | |||
317 | def test_lost_password |
|
337 | def test_lost_password | |
318 | token = Token.find(2) |
|
338 | token = Token.find(2) | |
319 | valid_languages.each do |lang| |
|
339 | valid_languages.each do |lang| | |
320 | token.user.update_attribute :language, lang.to_s |
|
340 | token.user.update_attribute :language, lang.to_s | |
321 | token.reload |
|
341 | token.reload | |
322 | assert Mailer.deliver_lost_password(token) |
|
342 | assert Mailer.deliver_lost_password(token) | |
323 | end |
|
343 | end | |
324 | end |
|
344 | end | |
325 |
|
345 | |||
326 | def test_register |
|
346 | def test_register | |
327 | token = Token.find(1) |
|
347 | token = Token.find(1) | |
328 | Setting.host_name = 'redmine.foo' |
|
348 | Setting.host_name = 'redmine.foo' | |
329 | Setting.protocol = 'https' |
|
349 | Setting.protocol = 'https' | |
330 |
|
350 | |||
331 | valid_languages.each do |lang| |
|
351 | valid_languages.each do |lang| | |
332 | token.user.update_attribute :language, lang.to_s |
|
352 | token.user.update_attribute :language, lang.to_s | |
333 | token.reload |
|
353 | token.reload | |
334 | ActionMailer::Base.deliveries.clear |
|
354 | ActionMailer::Base.deliveries.clear | |
335 | assert Mailer.deliver_register(token) |
|
355 | assert Mailer.deliver_register(token) | |
336 | mail = ActionMailer::Base.deliveries.last |
|
356 | mail = ActionMailer::Base.deliveries.last | |
337 | assert mail.body.include?("https://redmine.foo/account/activate?token=#{token.value}") |
|
357 | assert mail.body.include?("https://redmine.foo/account/activate?token=#{token.value}") | |
338 | end |
|
358 | end | |
339 | end |
|
359 | end | |
340 |
|
360 | |||
341 | def test_test |
|
361 | def test_test | |
342 | user = User.find(1) |
|
362 | user = User.find(1) | |
343 | valid_languages.each do |lang| |
|
363 | valid_languages.each do |lang| | |
344 | user.update_attribute :language, lang.to_s |
|
364 | user.update_attribute :language, lang.to_s | |
345 | assert Mailer.deliver_test(user) |
|
365 | assert Mailer.deliver_test(user) | |
346 | end |
|
366 | end | |
347 | end |
|
367 | end | |
348 |
|
368 | |||
349 | def test_reminders |
|
369 | def test_reminders | |
350 | Mailer.reminders(:days => 42) |
|
370 | Mailer.reminders(:days => 42) | |
351 | assert_equal 1, ActionMailer::Base.deliveries.size |
|
371 | assert_equal 1, ActionMailer::Base.deliveries.size | |
352 | mail = ActionMailer::Base.deliveries.last |
|
372 | mail = ActionMailer::Base.deliveries.last | |
353 | assert mail.bcc.include?('dlopper@somenet.foo') |
|
373 | assert mail.bcc.include?('dlopper@somenet.foo') | |
354 | assert mail.body.include?('Bug #3: Error 281 when updating a recipe') |
|
374 | assert mail.body.include?('Bug #3: Error 281 when updating a recipe') | |
355 | assert_equal '1 issue(s) due in the next 42 days', mail.subject |
|
375 | assert_equal '1 issue(s) due in the next 42 days', mail.subject | |
356 | end |
|
376 | end | |
357 |
|
377 | |||
358 | def test_reminders_for_users |
|
378 | def test_reminders_for_users | |
359 | Mailer.reminders(:days => 42, :users => ['5']) |
|
379 | Mailer.reminders(:days => 42, :users => ['5']) | |
360 | assert_equal 0, ActionMailer::Base.deliveries.size # No mail for dlopper |
|
380 | assert_equal 0, ActionMailer::Base.deliveries.size # No mail for dlopper | |
361 | Mailer.reminders(:days => 42, :users => ['3']) |
|
381 | Mailer.reminders(:days => 42, :users => ['3']) | |
362 | assert_equal 1, ActionMailer::Base.deliveries.size # No mail for dlopper |
|
382 | assert_equal 1, ActionMailer::Base.deliveries.size # No mail for dlopper | |
363 | mail = ActionMailer::Base.deliveries.last |
|
383 | mail = ActionMailer::Base.deliveries.last | |
364 | assert mail.bcc.include?('dlopper@somenet.foo') |
|
384 | assert mail.bcc.include?('dlopper@somenet.foo') | |
365 | assert mail.body.include?('Bug #3: Error 281 when updating a recipe') |
|
385 | assert mail.body.include?('Bug #3: Error 281 when updating a recipe') | |
366 | end |
|
386 | end | |
367 |
|
387 | |||
368 | def last_email |
|
388 | def last_email | |
369 | mail = ActionMailer::Base.deliveries.last |
|
389 | mail = ActionMailer::Base.deliveries.last | |
370 | assert_not_nil mail |
|
390 | assert_not_nil mail | |
371 |
|
391 | |||
372 | end |
|
392 | end | |
373 |
|
393 | |||
374 | def test_mailer_should_not_change_locale |
|
394 | def test_mailer_should_not_change_locale | |
375 | Setting.default_language = 'en' |
|
395 | Setting.default_language = 'en' | |
376 | # Set current language to italian |
|
396 | # Set current language to italian | |
377 | set_language_if_valid 'it' |
|
397 | set_language_if_valid 'it' | |
378 | # Send an email to a french user |
|
398 | # Send an email to a french user | |
379 | user = User.find(1) |
|
399 | user = User.find(1) | |
380 | user.language = 'fr' |
|
400 | user.language = 'fr' | |
381 | Mailer.deliver_account_activated(user) |
|
401 | Mailer.deliver_account_activated(user) | |
382 | mail = ActionMailer::Base.deliveries.last |
|
402 | mail = ActionMailer::Base.deliveries.last | |
383 | assert mail.body.include?('Votre compte') |
|
403 | assert mail.body.include?('Votre compte') | |
384 |
|
404 | |||
385 | assert_equal :it, current_language |
|
405 | assert_equal :it, current_language | |
386 | end |
|
406 | end | |
387 |
|
407 | |||
388 | def test_with_deliveries_off |
|
408 | def test_with_deliveries_off | |
389 | Mailer.with_deliveries false do |
|
409 | Mailer.with_deliveries false do | |
390 | Mailer.deliver_test(User.find(1)) |
|
410 | Mailer.deliver_test(User.find(1)) | |
391 | end |
|
411 | end | |
392 | assert ActionMailer::Base.deliveries.empty? |
|
412 | assert ActionMailer::Base.deliveries.empty? | |
393 | # should restore perform_deliveries |
|
413 | # should restore perform_deliveries | |
394 | assert ActionMailer::Base.perform_deliveries |
|
414 | assert ActionMailer::Base.perform_deliveries | |
395 | end |
|
415 | end | |
396 | end |
|
416 | end |
General Comments 0
You need to be logged in to leave comments.
Login now