The requested changes are too big and content was truncated. Show full diff
@@ -1,776 +1,778 | |||
|
1 | 1 | bg: |
|
2 | 2 | date: |
|
3 | 3 | formats: |
|
4 | 4 | # Use the strftime parameters for formats. |
|
5 | 5 | # When no format has been given, it uses default. |
|
6 | 6 | # You can provide other formats here if you like! |
|
7 | 7 | default: "%Y-%m-%d" |
|
8 | 8 | short: "%b %d" |
|
9 | 9 | long: "%B %d, %Y" |
|
10 | 10 | |
|
11 | 11 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
12 | 12 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] |
|
13 | 13 | |
|
14 | 14 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
15 | 15 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
16 | 16 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
17 | 17 | # Used in date_select and datime_select. |
|
18 | 18 | order: [ :year, :month, :day ] |
|
19 | 19 | |
|
20 | 20 | time: |
|
21 | 21 | formats: |
|
22 | 22 | default: "%a, %d %b %Y %H:%M:%S %z" |
|
23 | 23 | short: "%d %b %H:%M" |
|
24 | 24 | long: "%B %d, %Y %H:%M" |
|
25 | 25 | am: "am" |
|
26 | 26 | pm: "pm" |
|
27 | 27 | |
|
28 | 28 | datetime: |
|
29 | 29 | distance_in_words: |
|
30 | 30 | half_a_minute: "half a minute" |
|
31 | 31 | less_than_x_seconds: |
|
32 | 32 | one: "less than 1 second" |
|
33 | 33 | other: "less than {{count}} seconds" |
|
34 | 34 | x_seconds: |
|
35 | 35 | one: "1 second" |
|
36 | 36 | other: "{{count}} seconds" |
|
37 | 37 | less_than_x_minutes: |
|
38 | 38 | one: "less than a minute" |
|
39 | 39 | other: "less than {{count}} minutes" |
|
40 | 40 | x_minutes: |
|
41 | 41 | one: "1 minute" |
|
42 | 42 | other: "{{count}} minutes" |
|
43 | 43 | about_x_hours: |
|
44 | 44 | one: "about 1 hour" |
|
45 | 45 | other: "about {{count}} hours" |
|
46 | 46 | x_days: |
|
47 | 47 | one: "1 day" |
|
48 | 48 | other: "{{count}} days" |
|
49 | 49 | about_x_months: |
|
50 | 50 | one: "about 1 month" |
|
51 | 51 | other: "about {{count}} months" |
|
52 | 52 | x_months: |
|
53 | 53 | one: "1 month" |
|
54 | 54 | other: "{{count}} months" |
|
55 | 55 | about_x_years: |
|
56 | 56 | one: "about 1 year" |
|
57 | 57 | other: "about {{count}} years" |
|
58 | 58 | over_x_years: |
|
59 | 59 | one: "over 1 year" |
|
60 | 60 | other: "over {{count}} years" |
|
61 | 61 | |
|
62 | 62 | # Used in array.to_sentence. |
|
63 | 63 | support: |
|
64 | 64 | array: |
|
65 | 65 | sentence_connector: "and" |
|
66 | 66 | skip_last_comma: false |
|
67 | 67 | |
|
68 | 68 | activerecord: |
|
69 | 69 | errors: |
|
70 | 70 | messages: |
|
71 | 71 | inclusion: "не съществува в списъка" |
|
72 | 72 | exclusion: "е запазено" |
|
73 | 73 | invalid: "е невалидно" |
|
74 | 74 | confirmation: "липсва одобрение" |
|
75 | 75 | accepted: "трябва да се приеме" |
|
76 | 76 | empty: "не може да е празно" |
|
77 | 77 | blank: "не може да е празно" |
|
78 | 78 | too_long: "е прекалено дълго" |
|
79 | 79 | too_short: "е прекалено късо" |
|
80 | 80 | wrong_length: "е с грешна дължина" |
|
81 | 81 | taken: "вече съществува" |
|
82 | 82 | not_a_number: "не е число" |
|
83 | 83 | not_a_date: "е невалидна дата" |
|
84 | 84 | greater_than: "must be greater than {{count}}" |
|
85 | 85 | greater_than_or_equal_to: "must be greater than or equal to {{count}}" |
|
86 | 86 | equal_to: "must be equal to {{count}}" |
|
87 | 87 | less_than: "must be less than {{count}}" |
|
88 | 88 | less_than_or_equal_to: "must be less than or equal to {{count}}" |
|
89 | 89 | odd: "must be odd" |
|
90 | 90 | even: "must be even" |
|
91 | 91 | greater_than_start_date: "трябва да е след началната дата" |
|
92 | 92 | not_same_project: "не е от същия проект" |
|
93 | 93 | circular_dependency: "Тази релация ще доведе до безкрайна зависимост" |
|
94 | 94 | |
|
95 | 95 | actionview_instancetag_blank_option: Изберете |
|
96 | 96 | |
|
97 | 97 | general_text_No: 'Не' |
|
98 | 98 | general_text_Yes: 'Да' |
|
99 | 99 | general_text_no: 'не' |
|
100 | 100 | general_text_yes: 'да' |
|
101 | 101 | general_lang_name: 'Bulgarian' |
|
102 | 102 | general_csv_separator: ',' |
|
103 | 103 | general_csv_decimal_separator: '.' |
|
104 | 104 | general_csv_encoding: UTF-8 |
|
105 | 105 | general_pdf_encoding: UTF-8 |
|
106 | 106 | general_first_day_of_week: '1' |
|
107 | 107 | |
|
108 | 108 | notice_account_updated: Профилът е обновен успешно. |
|
109 | 109 | notice_account_invalid_creditentials: Невалиден потребител или парола. |
|
110 | 110 | notice_account_password_updated: Паролата е успешно променена. |
|
111 | 111 | notice_account_wrong_password: Грешна парола |
|
112 | 112 | notice_account_register_done: Профилът е създаден успешно. |
|
113 | 113 | notice_account_unknown_email: Непознат e-mail. |
|
114 | 114 | notice_can_t_change_password: Този профил е с външен метод за оторизация. Невъзможна смяна на паролата. |
|
115 | 115 | notice_account_lost_email_sent: Изпратен ви е e-mail с инструкции за избор на нова парола. |
|
116 | 116 | notice_account_activated: Профилът ви е активиран. Вече може да влезете в системата. |
|
117 | 117 | notice_successful_create: Успешно създаване. |
|
118 | 118 | notice_successful_update: Успешно обновяване. |
|
119 | 119 | notice_successful_delete: Успешно изтриване. |
|
120 | 120 | notice_successful_connection: Успешно свързване. |
|
121 | 121 | notice_file_not_found: Несъществуваща или преместена страница. |
|
122 | 122 | notice_locking_conflict: Друг потребител променя тези данни в момента. |
|
123 | 123 | notice_not_authorized: Нямате право на достъп до тази страница. |
|
124 | 124 | notice_email_sent: "Изпратен e-mail на {{value}}" |
|
125 | 125 | notice_email_error: "Грешка при изпращане на e-mail ({{value}})" |
|
126 | 126 | notice_feeds_access_key_reseted: Вашия ключ за RSS достъп беше променен. |
|
127 | 127 | |
|
128 | 128 | error_scm_not_found: Несъществуващ обект в хранилището. |
|
129 | 129 | error_scm_command_failed: "Грешка при опит за комуникация с хранилище: {{value}}" |
|
130 | 130 | |
|
131 | 131 | mail_subject_lost_password: "Вашата парола ({{value}})" |
|
132 | 132 | mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:' |
|
133 | 133 | mail_subject_register: "Активация на профил ({{value}})" |
|
134 | 134 | mail_body_register: 'За да активирате профила си използвайте следния линк:' |
|
135 | 135 | |
|
136 | 136 | gui_validation_error: 1 грешка |
|
137 | 137 | gui_validation_error_plural: "{{count}} грешки" |
|
138 | 138 | |
|
139 | 139 | field_name: Име |
|
140 | 140 | field_description: Описание |
|
141 | 141 | field_summary: Групиран изглед |
|
142 | 142 | field_is_required: Задължително |
|
143 | 143 | field_firstname: Име |
|
144 | 144 | field_lastname: Фамилия |
|
145 | 145 | field_mail: Email |
|
146 | 146 | field_filename: Файл |
|
147 | 147 | field_filesize: Големина |
|
148 | 148 | field_downloads: Downloads |
|
149 | 149 | field_author: Автор |
|
150 | 150 | field_created_on: От дата |
|
151 | 151 | field_updated_on: Обновена |
|
152 | 152 | field_field_format: Тип |
|
153 | 153 | field_is_for_all: За всички проекти |
|
154 | 154 | field_possible_values: Възможни стойности |
|
155 | 155 | field_regexp: Регулярен израз |
|
156 | 156 | field_min_length: Мин. дължина |
|
157 | 157 | field_max_length: Макс. дължина |
|
158 | 158 | field_value: Стойност |
|
159 | 159 | field_category: Категория |
|
160 | 160 | field_title: Заглавие |
|
161 | 161 | field_project: Проект |
|
162 | 162 | field_issue: Задача |
|
163 | 163 | field_status: Статус |
|
164 | 164 | field_notes: Бележка |
|
165 | 165 | field_is_closed: Затворена задача |
|
166 | 166 | field_is_default: Статус по подразбиране |
|
167 | 167 | field_tracker: Тракер |
|
168 | 168 | field_subject: Относно |
|
169 | 169 | field_due_date: Крайна дата |
|
170 | 170 | field_assigned_to: Възложена на |
|
171 | 171 | field_priority: Приоритет |
|
172 | 172 | field_fixed_version: Планувана версия |
|
173 | 173 | field_user: Потребител |
|
174 | 174 | field_role: Роля |
|
175 | 175 | field_homepage: Начална страница |
|
176 | 176 | field_is_public: Публичен |
|
177 | 177 | field_parent: Подпроект на |
|
178 | 178 | field_is_in_chlog: Да се вижда ли в Изменения |
|
179 | 179 | field_is_in_roadmap: Да се вижда ли в Пътна карта |
|
180 | 180 | field_login: Потребител |
|
181 | 181 | field_mail_notification: Известия по пощата |
|
182 | 182 | field_admin: Администратор |
|
183 | 183 | field_last_login_on: Последно свързване |
|
184 | 184 | field_language: Език |
|
185 | 185 | field_effective_date: Дата |
|
186 | 186 | field_password: Парола |
|
187 | 187 | field_new_password: Нова парола |
|
188 | 188 | field_password_confirmation: Потвърждение |
|
189 | 189 | field_version: Версия |
|
190 | 190 | field_type: Тип |
|
191 | 191 | field_host: Хост |
|
192 | 192 | field_port: Порт |
|
193 | 193 | field_account: Профил |
|
194 | 194 | field_base_dn: Base DN |
|
195 | 195 | field_attr_login: Login attribute |
|
196 | 196 | field_attr_firstname: Firstname attribute |
|
197 | 197 | field_attr_lastname: Lastname attribute |
|
198 | 198 | field_attr_mail: Email attribute |
|
199 | 199 | field_onthefly: Динамично създаване на потребител |
|
200 | 200 | field_start_date: Начална дата |
|
201 | 201 | field_done_ratio: %% Прогрес |
|
202 | 202 | field_auth_source: Начин на оторизация |
|
203 | 203 | field_hide_mail: Скрий e-mail адреса ми |
|
204 | 204 | field_comments: Коментар |
|
205 | 205 | field_url: Адрес |
|
206 | 206 | field_start_page: Начална страница |
|
207 | 207 | field_subproject: Подпроект |
|
208 | 208 | field_hours: Часове |
|
209 | 209 | field_activity: Дейност |
|
210 | 210 | field_spent_on: Дата |
|
211 | 211 | field_identifier: Идентификатор |
|
212 | 212 | field_is_filter: Използва се за филтър |
|
213 | 213 | field_issue_to_id: Свързана задача |
|
214 | 214 | field_delay: Отместване |
|
215 | 215 | field_assignable: Възможно е възлагане на задачи за тази роля |
|
216 | 216 | field_redirect_existing_links: Пренасочване на съществуващи линкове |
|
217 | 217 | field_estimated_hours: Изчислено време |
|
218 | 218 | field_default_value: Стойност по подразбиране |
|
219 | 219 | |
|
220 | 220 | setting_app_title: Заглавие |
|
221 | 221 | setting_app_subtitle: Описание |
|
222 | 222 | setting_welcome_text: Допълнителен текст |
|
223 | 223 | setting_default_language: Език по подразбиране |
|
224 | 224 | setting_login_required: Изискване за вход в системата |
|
225 | 225 | setting_self_registration: Регистрация от потребители |
|
226 | 226 | setting_attachment_max_size: Максимална големина на прикачен файл |
|
227 | 227 | setting_issues_export_limit: Лимит за експорт на задачи |
|
228 | 228 | setting_mail_from: E-mail адрес за емисии |
|
229 | 229 | setting_host_name: Хост |
|
230 | 230 | setting_text_formatting: Форматиране на текста |
|
231 | 231 | setting_wiki_compression: Wiki компресиране на историята |
|
232 | 232 | setting_feeds_limit: Лимит на Feeds |
|
233 | 233 | setting_autofetch_changesets: Автоматично обработване на ревизиите |
|
234 | 234 | setting_sys_api_enabled: Разрешаване на WS за управление |
|
235 | 235 | setting_commit_ref_keywords: Отбелязващи ключови думи |
|
236 | 236 | setting_commit_fix_keywords: Приключващи ключови думи |
|
237 | 237 | setting_autologin: Автоматичен вход |
|
238 | 238 | setting_date_format: Формат на датата |
|
239 | 239 | setting_cross_project_issue_relations: Релации на задачи между проекти |
|
240 | 240 | |
|
241 | 241 | label_user: Потребител |
|
242 | 242 | label_user_plural: Потребители |
|
243 | 243 | label_user_new: Нов потребител |
|
244 | 244 | label_project: Проект |
|
245 | 245 | label_project_new: Нов проект |
|
246 | 246 | label_project_plural: Проекти |
|
247 | 247 | label_x_projects: |
|
248 | 248 | zero: no projects |
|
249 | 249 | one: 1 project |
|
250 | 250 | other: "{{count}} projects" |
|
251 | 251 | label_project_all: Всички проекти |
|
252 | 252 | label_project_latest: Последни проекти |
|
253 | 253 | label_issue: Задача |
|
254 | 254 | label_issue_new: Нова задача |
|
255 | 255 | label_issue_plural: Задачи |
|
256 | 256 | label_issue_view_all: Всички задачи |
|
257 | 257 | label_document: Документ |
|
258 | 258 | label_document_new: Нов документ |
|
259 | 259 | label_document_plural: Документи |
|
260 | 260 | label_role: Роля |
|
261 | 261 | label_role_plural: Роли |
|
262 | 262 | label_role_new: Нова роля |
|
263 | 263 | label_role_and_permissions: Роли и права |
|
264 | 264 | label_member: Член |
|
265 | 265 | label_member_new: Нов член |
|
266 | 266 | label_member_plural: Членове |
|
267 | 267 | label_tracker: Тракер |
|
268 | 268 | label_tracker_plural: Тракери |
|
269 | 269 | label_tracker_new: Нов тракер |
|
270 | 270 | label_workflow: Работен процес |
|
271 | 271 | label_issue_status: Статус на задача |
|
272 | 272 | label_issue_status_plural: Статуси на задачи |
|
273 | 273 | label_issue_status_new: Нов статус |
|
274 | 274 | label_issue_category: Категория задача |
|
275 | 275 | label_issue_category_plural: Категории задачи |
|
276 | 276 | label_issue_category_new: Нова категория |
|
277 | 277 | label_custom_field: Потребителско поле |
|
278 | 278 | label_custom_field_plural: Потребителски полета |
|
279 | 279 | label_custom_field_new: Ново потребителско поле |
|
280 | 280 | label_enumerations: Списъци |
|
281 | 281 | label_enumeration_new: Нова стойност |
|
282 | 282 | label_information: Информация |
|
283 | 283 | label_information_plural: Информация |
|
284 | 284 | label_please_login: Вход |
|
285 | 285 | label_register: Регистрация |
|
286 | 286 | label_password_lost: Забравена парола |
|
287 | 287 | label_home: Начало |
|
288 | 288 | label_my_page: Лична страница |
|
289 | 289 | label_my_account: Профил |
|
290 | 290 | label_my_projects: Проекти, в които участвам |
|
291 | 291 | label_administration: Администрация |
|
292 | 292 | label_login: Вход |
|
293 | 293 | label_logout: Изход |
|
294 | 294 | label_help: Помощ |
|
295 | 295 | label_reported_issues: Публикувани задачи |
|
296 | 296 | label_assigned_to_me_issues: Възложени на мен |
|
297 | 297 | label_last_login: Последно свързване |
|
298 | 298 | label_registered_on: Регистрация |
|
299 | 299 | label_activity: Дейност |
|
300 | 300 | label_new: Нов |
|
301 | 301 | label_logged_as: Логнат като |
|
302 | 302 | label_environment: Среда |
|
303 | 303 | label_authentication: Оторизация |
|
304 | 304 | label_auth_source: Начин на оторозация |
|
305 | 305 | label_auth_source_new: Нов начин на оторизация |
|
306 | 306 | label_auth_source_plural: Начини на оторизация |
|
307 | 307 | label_subproject_plural: Подпроекти |
|
308 | 308 | label_min_max_length: Мин. - Макс. дължина |
|
309 | 309 | label_list: Списък |
|
310 | 310 | label_date: Дата |
|
311 | 311 | label_integer: Целочислен |
|
312 | 312 | label_boolean: Чекбокс |
|
313 | 313 | label_string: Текст |
|
314 | 314 | label_text: Дълъг текст |
|
315 | 315 | label_attribute: Атрибут |
|
316 | 316 | label_attribute_plural: Атрибути |
|
317 | 317 | label_download: "{{count}} Download" |
|
318 | 318 | label_download_plural: "{{count}} Downloads" |
|
319 | 319 | label_no_data: Няма изходни данни |
|
320 | 320 | label_change_status: Промяна на статуса |
|
321 | 321 | label_history: История |
|
322 | 322 | label_attachment: Файл |
|
323 | 323 | label_attachment_new: Нов файл |
|
324 | 324 | label_attachment_delete: Изтриване |
|
325 | 325 | label_attachment_plural: Файлове |
|
326 | 326 | label_report: Справка |
|
327 | 327 | label_report_plural: Справки |
|
328 | 328 | label_news: Новини |
|
329 | 329 | label_news_new: Добави |
|
330 | 330 | label_news_plural: Новини |
|
331 | 331 | label_news_latest: Последни новини |
|
332 | 332 | label_news_view_all: Виж всички |
|
333 | 333 | label_change_log: Изменения |
|
334 | 334 | label_settings: Настройки |
|
335 | 335 | label_overview: Общ изглед |
|
336 | 336 | label_version: Версия |
|
337 | 337 | label_version_new: Нова версия |
|
338 | 338 | label_version_plural: Версии |
|
339 | 339 | label_confirmation: Одобрение |
|
340 | 340 | label_export_to: Експорт към |
|
341 | 341 | label_read: Read... |
|
342 | 342 | label_public_projects: Публични проекти |
|
343 | 343 | label_open_issues: отворена |
|
344 | 344 | label_open_issues_plural: отворени |
|
345 | 345 | label_closed_issues: затворена |
|
346 | 346 | label_closed_issues_plural: затворени |
|
347 | 347 | label_x_open_issues_abbr_on_total: |
|
348 | 348 | zero: 0 open / {{total}} |
|
349 | 349 | one: 1 open / {{total}} |
|
350 | 350 | other: "{{count}} open / {{total}}" |
|
351 | 351 | label_x_open_issues_abbr: |
|
352 | 352 | zero: 0 open |
|
353 | 353 | one: 1 open |
|
354 | 354 | other: "{{count}} open" |
|
355 | 355 | label_x_closed_issues_abbr: |
|
356 | 356 | zero: 0 closed |
|
357 | 357 | one: 1 closed |
|
358 | 358 | other: "{{count}} closed" |
|
359 | 359 | label_total: Общо |
|
360 | 360 | label_permissions: Права |
|
361 | 361 | label_current_status: Текущ статус |
|
362 | 362 | label_new_statuses_allowed: Позволени статуси |
|
363 | 363 | label_all: всички |
|
364 | 364 | label_none: никакви |
|
365 | 365 | label_next: Следващ |
|
366 | 366 | label_previous: Предишен |
|
367 | 367 | label_used_by: Използва се от |
|
368 | 368 | label_details: Детайли |
|
369 | 369 | label_add_note: Добавяне на бележка |
|
370 | 370 | label_per_page: На страница |
|
371 | 371 | label_calendar: Календар |
|
372 | 372 | label_months_from: месеца от |
|
373 | 373 | label_gantt: Gantt |
|
374 | 374 | label_internal: Вътрешен |
|
375 | 375 | label_last_changes: "последни {{count}} промени" |
|
376 | 376 | label_change_view_all: Виж всички промени |
|
377 | 377 | label_personalize_page: Персонализиране |
|
378 | 378 | label_comment: Коментар |
|
379 | 379 | label_comment_plural: Коментари |
|
380 | 380 | label_x_comments: |
|
381 | 381 | zero: no comments |
|
382 | 382 | one: 1 comment |
|
383 | 383 | other: "{{count}} comments" |
|
384 | 384 | label_comment_add: Добавяне на коментар |
|
385 | 385 | label_comment_added: Добавен коментар |
|
386 | 386 | label_comment_delete: Изтриване на коментари |
|
387 | 387 | label_query: Потребителска справка |
|
388 | 388 | label_query_plural: Потребителски справки |
|
389 | 389 | label_query_new: Нова заявка |
|
390 | 390 | label_filter_add: Добави филтър |
|
391 | 391 | label_filter_plural: Филтри |
|
392 | 392 | label_equals: е |
|
393 | 393 | label_not_equals: не е |
|
394 | 394 | label_in_less_than: след по-малко от |
|
395 | 395 | label_in_more_than: след повече от |
|
396 | 396 | label_in: в следващите |
|
397 | 397 | label_today: днес |
|
398 | 398 | label_this_week: тази седмица |
|
399 | 399 | label_less_than_ago: преди по-малко от |
|
400 | 400 | label_more_than_ago: преди повече от |
|
401 | 401 | label_ago: преди |
|
402 | 402 | label_contains: съдържа |
|
403 | 403 | label_not_contains: не съдържа |
|
404 | 404 | label_day_plural: дни |
|
405 | 405 | label_repository: Хранилище |
|
406 | 406 | label_browse: Разглеждане |
|
407 | 407 | label_modification: "{{count}} промяна" |
|
408 | 408 | label_modification_plural: "{{count}} промени" |
|
409 | 409 | label_revision: Ревизия |
|
410 | 410 | label_revision_plural: Ревизии |
|
411 | 411 | label_added: добавено |
|
412 | 412 | label_modified: променено |
|
413 | 413 | label_deleted: изтрито |
|
414 | 414 | label_latest_revision: Последна ревизия |
|
415 | 415 | label_latest_revision_plural: Последни ревизии |
|
416 | 416 | label_view_revisions: Виж ревизиите |
|
417 | 417 | label_max_size: Максимална големина |
|
418 | 418 | label_sort_highest: Премести най-горе |
|
419 | 419 | label_sort_higher: Премести по-горе |
|
420 | 420 | label_sort_lower: Премести по-долу |
|
421 | 421 | label_sort_lowest: Премести най-долу |
|
422 | 422 | label_roadmap: Пътна карта |
|
423 | 423 | label_roadmap_due_in: "Излиза след {{value}}" |
|
424 | 424 | label_roadmap_overdue: "{{value}} закъснение" |
|
425 | 425 | label_roadmap_no_issues: Няма задачи за тази версия |
|
426 | 426 | label_search: Търсене |
|
427 | 427 | label_result_plural: Pезултати |
|
428 | 428 | label_all_words: Всички думи |
|
429 | 429 | label_wiki: Wiki |
|
430 | 430 | label_wiki_edit: Wiki редакция |
|
431 | 431 | label_wiki_edit_plural: Wiki редакции |
|
432 | 432 | label_wiki_page: Wiki page |
|
433 | 433 | label_wiki_page_plural: Wiki pages |
|
434 | 434 | label_index_by_title: Индекс |
|
435 | 435 | label_index_by_date: Индекс по дата |
|
436 | 436 | label_current_version: Текуща версия |
|
437 | 437 | label_preview: Преглед |
|
438 | 438 | label_feed_plural: Feeds |
|
439 | 439 | label_changes_details: Подробни промени |
|
440 | 440 | label_issue_tracking: Тракинг |
|
441 | 441 | label_spent_time: Отделено време |
|
442 | 442 | label_f_hour: "{{value}} час" |
|
443 | 443 | label_f_hour_plural: "{{value}} часа" |
|
444 | 444 | label_time_tracking: Отделяне на време |
|
445 | 445 | label_change_plural: Промени |
|
446 | 446 | label_statistics: Статистики |
|
447 | 447 | label_commits_per_month: Ревизии по месеци |
|
448 | 448 | label_commits_per_author: Ревизии по автор |
|
449 | 449 | label_view_diff: Виж разликите |
|
450 | 450 | label_diff_inline: хоризонтално |
|
451 | 451 | label_diff_side_by_side: вертикално |
|
452 | 452 | label_options: Опции |
|
453 | 453 | label_copy_workflow_from: Копирай работния процес от |
|
454 | 454 | label_permissions_report: Справка за права |
|
455 | 455 | label_watched_issues: Наблюдавани задачи |
|
456 | 456 | label_related_issues: Свързани задачи |
|
457 | 457 | label_applied_status: Промени статуса на |
|
458 | 458 | label_loading: Зареждане... |
|
459 | 459 | label_relation_new: Нова релация |
|
460 | 460 | label_relation_delete: Изтриване на релация |
|
461 | 461 | label_relates_to: свързана със |
|
462 | 462 | label_duplicates: дублира |
|
463 | 463 | label_blocks: блокира |
|
464 | 464 | label_blocked_by: блокирана от |
|
465 | 465 | label_precedes: предшества |
|
466 | 466 | label_follows: изпълнява се след |
|
467 | 467 | label_end_to_start: end to start |
|
468 | 468 | label_end_to_end: end to end |
|
469 | 469 | label_start_to_start: start to start |
|
470 | 470 | label_start_to_end: start to end |
|
471 | 471 | label_stay_logged_in: Запомни ме |
|
472 | 472 | label_disabled: забранено |
|
473 | 473 | label_show_completed_versions: Показване на реализирани версии |
|
474 | 474 | label_me: аз |
|
475 | 475 | label_board: Форум |
|
476 | 476 | label_board_new: Нов форум |
|
477 | 477 | label_board_plural: Форуми |
|
478 | 478 | label_topic_plural: Теми |
|
479 | 479 | label_message_plural: Съобщения |
|
480 | 480 | label_message_last: Последно съобщение |
|
481 | 481 | label_message_new: Нова тема |
|
482 | 482 | label_reply_plural: Отговори |
|
483 | 483 | label_send_information: Изпращане на информацията до потребителя |
|
484 | 484 | label_year: Година |
|
485 | 485 | label_month: Месец |
|
486 | 486 | label_week: Седмица |
|
487 | 487 | label_date_from: От |
|
488 | 488 | label_date_to: До |
|
489 | 489 | label_language_based: В зависимост от езика |
|
490 | 490 | label_sort_by: "Сортиране по {{value}}" |
|
491 | 491 | label_send_test_email: Изпращане на тестов e-mail |
|
492 | 492 | label_feeds_access_key_created_on: "{{value}} от създаването на RSS ключа" |
|
493 | 493 | label_module_plural: Модули |
|
494 | 494 | label_added_time_by: "Публикувана от {{author}} преди {{age}}" |
|
495 | 495 | label_updated_time: "Обновена преди {{value}}" |
|
496 | 496 | label_jump_to_a_project: Проект... |
|
497 | 497 | |
|
498 | 498 | button_login: Вход |
|
499 | 499 | button_submit: Прикачване |
|
500 | 500 | button_save: Запис |
|
501 | 501 | button_check_all: Избор на всички |
|
502 | 502 | button_uncheck_all: Изчистване на всички |
|
503 | 503 | button_delete: Изтриване |
|
504 | 504 | button_create: Създаване |
|
505 | 505 | button_test: Тест |
|
506 | 506 | button_edit: Редакция |
|
507 | 507 | button_add: Добавяне |
|
508 | 508 | button_change: Промяна |
|
509 | 509 | button_apply: Приложи |
|
510 | 510 | button_clear: Изчисти |
|
511 | 511 | button_lock: Заключване |
|
512 | 512 | button_unlock: Отключване |
|
513 | 513 | button_download: Download |
|
514 | 514 | button_list: Списък |
|
515 | 515 | button_view: Преглед |
|
516 | 516 | button_move: Преместване |
|
517 | 517 | button_back: Назад |
|
518 | 518 | button_cancel: Отказ |
|
519 | 519 | button_activate: Активация |
|
520 | 520 | button_sort: Сортиране |
|
521 | 521 | button_log_time: Отделяне на време |
|
522 | 522 | button_rollback: Върни се към тази ревизия |
|
523 | 523 | button_watch: Наблюдавай |
|
524 | 524 | button_unwatch: Спри наблюдението |
|
525 | 525 | button_reply: Отговор |
|
526 | 526 | button_archive: Архивиране |
|
527 | 527 | button_unarchive: Разархивиране |
|
528 | 528 | button_reset: Генериране наново |
|
529 | 529 | button_rename: Преименуване |
|
530 | 530 | |
|
531 | 531 | status_active: активен |
|
532 | 532 | status_registered: регистриран |
|
533 | 533 | status_locked: заключен |
|
534 | 534 | |
|
535 | 535 | text_select_mail_notifications: Изберете събития за изпращане на e-mail. |
|
536 | 536 | text_regexp_info: пр. ^[A-Z0-9]+$ |
|
537 | 537 | text_min_max_length_info: 0 - без ограничения |
|
538 | 538 | text_project_destroy_confirmation: Сигурни ли сте, че искате да изтриете проекта и данните в него? |
|
539 | 539 | text_workflow_edit: Изберете роля и тракер за да редактирате работния процес |
|
540 | 540 | text_are_you_sure: Сигурни ли сте? |
|
541 | 541 | text_journal_changed: "промяна от {{old}} на {{new}}" |
|
542 | 542 | text_journal_set_to: "установено на {{value}}" |
|
543 | 543 | text_journal_deleted: изтрито |
|
544 | 544 | text_tip_task_begin_day: задача започваща този ден |
|
545 | 545 | text_tip_task_end_day: задача завършваща този ден |
|
546 | 546 | text_tip_task_begin_end_day: задача започваща и завършваща този ден |
|
547 | 547 | text_project_identifier_info: 'Позволени са малки букви (a-z), цифри и тирета.<br />Невъзможна промяна след запис.' |
|
548 | 548 | text_caracters_maximum: "До {{count}} символа." |
|
549 | 549 | text_length_between: "От {{min}} до {{max}} символа." |
|
550 | 550 | text_tracker_no_workflow: Няма дефиниран работен процес за този тракер |
|
551 | 551 | text_unallowed_characters: Непозволени символи |
|
552 | 552 | text_comma_separated: Позволено е изброяване (с разделител запетая). |
|
553 | 553 | text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии |
|
554 | 554 | text_issue_added: "Публикувана е нова задача с номер {{id}} (от {{author}})." |
|
555 | 555 | text_issue_updated: "Задача {{id}} е обновена (от {{author}})." |
|
556 | 556 | text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание? |
|
557 | 557 | text_issue_category_destroy_question: "Има задачи ({{count}}) обвързани с тази категория. Какво ще изберете?" |
|
558 | 558 | text_issue_category_destroy_assignments: Премахване на връзките с категорията |
|
559 | 559 | text_issue_category_reassign_to: Преобвързване с категория |
|
560 | 560 | |
|
561 | 561 | default_role_manager: Мениджър |
|
562 | 562 | default_role_developper: Разработчик |
|
563 | 563 | default_role_reporter: Публикуващ |
|
564 | 564 | default_tracker_bug: Бъг |
|
565 | 565 | default_tracker_feature: Функционалност |
|
566 | 566 | default_tracker_support: Поддръжка |
|
567 | 567 | default_issue_status_new: Нова |
|
568 | 568 | default_issue_status_assigned: Възложена |
|
569 | 569 | default_issue_status_resolved: Приключена |
|
570 | 570 | default_issue_status_feedback: Обратна връзка |
|
571 | 571 | default_issue_status_closed: Затворена |
|
572 | 572 | default_issue_status_rejected: Отхвърлена |
|
573 | 573 | default_doc_category_user: Документация за потребителя |
|
574 | 574 | default_doc_category_tech: Техническа документация |
|
575 | 575 | default_priority_low: Нисък |
|
576 | 576 | default_priority_normal: Нормален |
|
577 | 577 | default_priority_high: Висок |
|
578 | 578 | default_priority_urgent: Спешен |
|
579 | 579 | default_priority_immediate: Веднага |
|
580 | 580 | default_activity_design: Дизайн |
|
581 | 581 | default_activity_development: Разработка |
|
582 | 582 | |
|
583 | 583 | enumeration_issue_priorities: Приоритети на задачи |
|
584 | 584 | enumeration_doc_categories: Категории документи |
|
585 | 585 | enumeration_activities: Дейности (time tracking) |
|
586 | 586 | label_file_plural: Файлове |
|
587 | 587 | label_changeset_plural: Ревизии |
|
588 | 588 | field_column_names: Колони |
|
589 | 589 | label_default_columns: По подразбиране |
|
590 | 590 | setting_issue_list_default_columns: Показвани колони по подразбиране |
|
591 | 591 | setting_repositories_encodings: Кодови таблици |
|
592 | 592 | notice_no_issue_selected: "Няма избрани задачи." |
|
593 | 593 | label_bulk_edit_selected_issues: Редактиране на задачи |
|
594 | 594 | label_no_change_option: (Без промяна) |
|
595 | 595 | notice_failed_to_save_issues: "Неуспешен запис на {{count}} задачи от {{total}} избрани: {{ids}}." |
|
596 | 596 | label_theme: Тема |
|
597 | 597 | label_default: По подразбиране |
|
598 | 598 | label_search_titles_only: Само в заглавията |
|
599 | 599 | label_nobody: никой |
|
600 | 600 | button_change_password: Промяна на парола |
|
601 | 601 | text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)." |
|
602 | 602 | label_user_mail_option_selected: "За всички събития само в избраните проекти..." |
|
603 | 603 | label_user_mail_option_all: "За всяко събитие в проектите, в които участвам" |
|
604 | 604 | label_user_mail_option_none: "Само за наблюдавани или в които участвам (автор или назначени на мен)" |
|
605 | 605 | setting_emails_footer: Подтекст за e-mail |
|
606 | 606 | label_float: Дробно |
|
607 | 607 | button_copy: Копиране |
|
608 | 608 | mail_body_account_information_external: "Можете да използвате вашия {{value}} профил за вход." |
|
609 | 609 | mail_body_account_information: Информацията за профила ви |
|
610 | 610 | setting_protocol: Протокол |
|
611 | 611 | label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени" |
|
612 | 612 | setting_time_format: Формат на часа |
|
613 | 613 | label_registration_activation_by_email: активиране на профила по email |
|
614 | 614 | mail_subject_account_activation_request: "Заявка за активиране на профил в {{value}}" |
|
615 | 615 | mail_body_account_activation_request: "Има новорегистриран потребител ({{value}}), очакващ вашето одобрение:'" |
|
616 | 616 | label_registration_automatic_activation: автоматично активиране |
|
617 | 617 | label_registration_manual_activation: ръчно активиране |
|
618 | 618 | notice_account_pending: "Профилът Ви е създаден и очаква одобрение от администратор." |
|
619 | 619 | field_time_zone: Часова зона |
|
620 | 620 | text_caracters_minimum: "Минимум {{count}} символа." |
|
621 | 621 | setting_bcc_recipients: Получатели на скрито копие (bcc) |
|
622 | 622 | button_annotate: Анотация |
|
623 | 623 | label_issues_by: "Задачи по {{value}}" |
|
624 | 624 | field_searchable: С възможност за търсене |
|
625 | 625 | label_display_per_page: "На страница по: {{value}}'" |
|
626 | 626 | setting_per_page_options: Опции за страниране |
|
627 | 627 | label_age: Възраст |
|
628 | 628 | notice_default_data_loaded: Примерната информацията е успешно заредена. |
|
629 | 629 | text_load_default_configuration: Зареждане на примерна информация |
|
630 | 630 | text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, статуси на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате." |
|
631 | 631 | error_can_t_load_default_data: "Грешка при зареждане на примерната информация: {{value}}" |
|
632 | 632 | button_update: Обновяване |
|
633 | 633 | label_change_properties: Промяна на настройки |
|
634 | 634 | label_general: Основни |
|
635 | 635 | label_repository_plural: Хранилища |
|
636 | 636 | label_associated_revisions: Асоциирани ревизии |
|
637 | 637 | setting_user_format: Потребителски формат |
|
638 | 638 | text_status_changed_by_changeset: "Приложено с ревизия {{value}}." |
|
639 | 639 | label_more: Още |
|
640 | 640 | text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?' |
|
641 | 641 | label_scm: SCM (Система за контрол на кода) |
|
642 | 642 | text_select_project_modules: 'Изберете активните модули за този проект:' |
|
643 | 643 | label_issue_added: Добавена задача |
|
644 | 644 | label_issue_updated: Обновена задача |
|
645 | 645 | label_document_added: Добавен документ |
|
646 | 646 | label_message_posted: Добавено съобщение |
|
647 | 647 | label_file_added: Добавен файл |
|
648 | 648 | label_news_added: Добавена новина |
|
649 | 649 | project_module_boards: Форуми |
|
650 | 650 | project_module_issue_tracking: Тракинг |
|
651 | 651 | project_module_wiki: Wiki |
|
652 | 652 | project_module_files: Файлове |
|
653 | 653 | project_module_documents: Документи |
|
654 | 654 | project_module_repository: Хранилище |
|
655 | 655 | project_module_news: Новини |
|
656 | 656 | project_module_time_tracking: Отделяне на време |
|
657 | 657 | text_file_repository_writable: Възможност за писане в хранилището с файлове |
|
658 | 658 | text_default_administrator_account_changed: Сменен фабричния администраторски профил |
|
659 | 659 | text_rmagick_available: Наличен RMagick (по избор) |
|
660 | 660 | button_configure: Конфигуриране |
|
661 | 661 | label_plugins: Плъгини |
|
662 | 662 | label_ldap_authentication: LDAP оторизация |
|
663 | 663 | label_downloads_abbr: D/L |
|
664 | 664 | label_this_month: текущия месец |
|
665 | 665 | label_last_n_days: "последните {{count}} дни" |
|
666 | 666 | label_all_time: всички |
|
667 | 667 | label_this_year: текущата година |
|
668 | 668 | label_date_range: Период |
|
669 | 669 | label_last_week: последната седмица |
|
670 | 670 | label_yesterday: вчера |
|
671 | 671 | label_last_month: последния месец |
|
672 | 672 | label_add_another_file: Добавяне на друг файл |
|
673 | 673 | label_optional_description: Незадължително описание |
|
674 | 674 | text_destroy_time_entries_question: %.02f часа са отделени на задачите, които искате да изтриете. Какво избирате? |
|
675 | 675 | error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект' |
|
676 | 676 | text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект |
|
677 | 677 | text_destroy_time_entries: Изтриване на отделеното време |
|
678 | 678 | text_reassign_time_entries: 'Прехвърляне на отделеното време към задача:' |
|
679 | 679 | setting_activity_days_default: Брой дни показвани на таб Дейност |
|
680 | 680 | label_chronological_order: Хронологичен ред |
|
681 | 681 | field_comments_sorting: Сортиране на коментарите |
|
682 | 682 | label_reverse_chronological_order: Обратен хронологичен ред |
|
683 | 683 | label_preferences: Предпочитания |
|
684 | 684 | setting_display_subprojects_issues: Показване на подпроектите в проектите по подразбиране |
|
685 | 685 | label_overall_activity: Цялостна дейност |
|
686 | 686 | setting_default_projects_public: Новите проекти са публични по подразбиране |
|
687 | 687 | error_scm_annotate: "Обектът не съществува или не може да бъде анотиран." |
|
688 | 688 | label_planning: Планиране |
|
689 | 689 | text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted.'" |
|
690 | 690 | label_and_its_subprojects: "{{value}} and its subprojects" |
|
691 | 691 | mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:" |
|
692 | 692 | mail_subject_reminder: "{{count}} issue(s) due in the next days" |
|
693 | 693 | text_user_wrote: "{{value}} wrote:'" |
|
694 | 694 | label_duplicated_by: duplicated by |
|
695 | 695 | setting_enabled_scm: Enabled SCM |
|
696 | 696 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
697 | 697 | text_enumeration_destroy_question: "{{count}} objects are assigned to this value.'" |
|
698 | 698 | label_incoming_emails: Incoming emails |
|
699 | 699 | label_generate_key: Generate a key |
|
700 | 700 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
701 | 701 | setting_mail_handler_api_key: API key |
|
702 | 702 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
703 | 703 | field_parent_title: Parent page |
|
704 | 704 | label_issue_watchers: Watchers |
|
705 | 705 | setting_commit_logs_encoding: Commit messages encoding |
|
706 | 706 | button_quote: Quote |
|
707 | 707 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
708 | 708 | notice_unable_delete_version: Unable to delete version |
|
709 | 709 | label_renamed: renamed |
|
710 | 710 | label_copied: copied |
|
711 | 711 | setting_plain_text_mail: plain text only (no HTML) |
|
712 | 712 | permission_view_files: View files |
|
713 | 713 | permission_edit_issues: Edit issues |
|
714 | 714 | permission_edit_own_time_entries: Edit own time logs |
|
715 | 715 | permission_manage_public_queries: Manage public queries |
|
716 | 716 | permission_add_issues: Add issues |
|
717 | 717 | permission_log_time: Log spent time |
|
718 | 718 | permission_view_changesets: View changesets |
|
719 | 719 | permission_view_time_entries: View spent time |
|
720 | 720 | permission_manage_versions: Manage versions |
|
721 | 721 | permission_manage_wiki: Manage wiki |
|
722 | 722 | permission_manage_categories: Manage issue categories |
|
723 | 723 | permission_protect_wiki_pages: Protect wiki pages |
|
724 | 724 | permission_comment_news: Comment news |
|
725 | 725 | permission_delete_messages: Delete messages |
|
726 | 726 | permission_select_project_modules: Select project modules |
|
727 | 727 | permission_manage_documents: Manage documents |
|
728 | 728 | permission_edit_wiki_pages: Edit wiki pages |
|
729 | 729 | permission_add_issue_watchers: Add watchers |
|
730 | 730 | permission_view_gantt: View gantt chart |
|
731 | 731 | permission_move_issues: Move issues |
|
732 | 732 | permission_manage_issue_relations: Manage issue relations |
|
733 | 733 | permission_delete_wiki_pages: Delete wiki pages |
|
734 | 734 | permission_manage_boards: Manage boards |
|
735 | 735 | permission_delete_wiki_pages_attachments: Delete attachments |
|
736 | 736 | permission_view_wiki_edits: View wiki history |
|
737 | 737 | permission_add_messages: Post messages |
|
738 | 738 | permission_view_messages: View messages |
|
739 | 739 | permission_manage_files: Manage files |
|
740 | 740 | permission_edit_issue_notes: Edit notes |
|
741 | 741 | permission_manage_news: Manage news |
|
742 | 742 | permission_view_calendar: View calendrier |
|
743 | 743 | permission_manage_members: Manage members |
|
744 | 744 | permission_edit_messages: Edit messages |
|
745 | 745 | permission_delete_issues: Delete issues |
|
746 | 746 | permission_view_issue_watchers: View watchers list |
|
747 | 747 | permission_manage_repository: Manage repository |
|
748 | 748 | permission_commit_access: Commit access |
|
749 | 749 | permission_browse_repository: Browse repository |
|
750 | 750 | permission_view_documents: View documents |
|
751 | 751 | permission_edit_project: Edit project |
|
752 | 752 | permission_add_issue_notes: Add notes |
|
753 | 753 | permission_save_queries: Save queries |
|
754 | 754 | permission_view_wiki_pages: View wiki |
|
755 | 755 | permission_rename_wiki_pages: Rename wiki pages |
|
756 | 756 | permission_edit_time_entries: Edit time logs |
|
757 | 757 | permission_edit_own_issue_notes: Edit own notes |
|
758 | 758 | setting_gravatar_enabled: Use Gravatar user icons |
|
759 | 759 | label_example: Example |
|
760 | 760 | 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." |
|
761 | 761 | permission_edit_own_messages: Edit own messages |
|
762 | 762 | permission_delete_own_messages: Delete own messages |
|
763 | 763 | label_user_activity: "{{value}}'s activity" |
|
764 | 764 | label_updated_time_by: "Updated by {{author}} {{age}} ago" |
|
765 | 765 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
766 | 766 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
767 | 767 | text_plugin_assets_writable: Plugin assets directory writable |
|
768 | 768 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
769 | 769 | button_create_and_continue: Create and continue |
|
770 | 770 | text_custom_field_possible_values_info: 'One line for each value' |
|
771 | 771 | label_display: Display |
|
772 | 772 | field_editable: Editable |
|
773 | 773 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
774 | 774 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
775 | 775 | field_watcher: Watcher |
|
776 | 776 | setting_openid: Allow OpenID login and registration |
|
777 | field_identity_url: OpenID URL | |
|
778 | label_login_with_open_id_option: or login with OpenID |
@@ -1,777 +1,779 | |||
|
1 | 1 | ca: |
|
2 | 2 | date: |
|
3 | 3 | formats: |
|
4 | 4 | # Use the strftime parameters for formats. |
|
5 | 5 | # When no format has been given, it uses default. |
|
6 | 6 | # You can provide other formats here if you like! |
|
7 | 7 | default: "%Y-%m-%d" |
|
8 | 8 | short: "%b %d" |
|
9 | 9 | long: "%B %d, %Y" |
|
10 | 10 | |
|
11 | 11 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
12 | 12 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] |
|
13 | 13 | |
|
14 | 14 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
15 | 15 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
16 | 16 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
17 | 17 | # Used in date_select and datime_select. |
|
18 | 18 | order: [ :year, :month, :day ] |
|
19 | 19 | |
|
20 | 20 | time: |
|
21 | 21 | formats: |
|
22 | 22 | default: "%a, %d %b %Y %H:%M:%S %z" |
|
23 | 23 | short: "%d %b %H:%M" |
|
24 | 24 | long: "%B %d, %Y %H:%M" |
|
25 | 25 | am: "am" |
|
26 | 26 | pm: "pm" |
|
27 | 27 | |
|
28 | 28 | datetime: |
|
29 | 29 | distance_in_words: |
|
30 | 30 | half_a_minute: "half a minute" |
|
31 | 31 | less_than_x_seconds: |
|
32 | 32 | one: "less than 1 second" |
|
33 | 33 | other: "less than {{count}} seconds" |
|
34 | 34 | x_seconds: |
|
35 | 35 | one: "1 second" |
|
36 | 36 | other: "{{count}} seconds" |
|
37 | 37 | less_than_x_minutes: |
|
38 | 38 | one: "less than a minute" |
|
39 | 39 | other: "less than {{count}} minutes" |
|
40 | 40 | x_minutes: |
|
41 | 41 | one: "1 minute" |
|
42 | 42 | other: "{{count}} minutes" |
|
43 | 43 | about_x_hours: |
|
44 | 44 | one: "about 1 hour" |
|
45 | 45 | other: "about {{count}} hours" |
|
46 | 46 | x_days: |
|
47 | 47 | one: "1 day" |
|
48 | 48 | other: "{{count}} days" |
|
49 | 49 | about_x_months: |
|
50 | 50 | one: "about 1 month" |
|
51 | 51 | other: "about {{count}} months" |
|
52 | 52 | x_months: |
|
53 | 53 | one: "1 month" |
|
54 | 54 | other: "{{count}} months" |
|
55 | 55 | about_x_years: |
|
56 | 56 | one: "about 1 year" |
|
57 | 57 | other: "about {{count}} years" |
|
58 | 58 | over_x_years: |
|
59 | 59 | one: "over 1 year" |
|
60 | 60 | other: "over {{count}} years" |
|
61 | 61 | |
|
62 | 62 | # Used in array.to_sentence. |
|
63 | 63 | support: |
|
64 | 64 | array: |
|
65 | 65 | sentence_connector: "and" |
|
66 | 66 | skip_last_comma: false |
|
67 | 67 | |
|
68 | 68 | activerecord: |
|
69 | 69 | errors: |
|
70 | 70 | messages: |
|
71 | 71 | inclusion: "no està inclòs a la llista" |
|
72 | 72 | exclusion: "està reservat" |
|
73 | 73 | invalid: "no és vàlid" |
|
74 | 74 | confirmation: "la confirmació no coincideix" |
|
75 | 75 | accepted: "s'ha d'acceptar" |
|
76 | 76 | empty: "no pot estar buit" |
|
77 | 77 | blank: "no pot estar en blanc" |
|
78 | 78 | too_long: "és massa llarg" |
|
79 | 79 | too_short: "és massa curt" |
|
80 | 80 | wrong_length: "la longitud és incorrecta" |
|
81 | 81 | taken: "ja s'està utilitzant" |
|
82 | 82 | not_a_number: "no és un número" |
|
83 | 83 | not_a_date: "no és una data vàlida" |
|
84 | 84 | greater_than: "must be greater than {{count}}" |
|
85 | 85 | greater_than_or_equal_to: "must be greater than or equal to {{count}}" |
|
86 | 86 | equal_to: "must be equal to {{count}}" |
|
87 | 87 | less_than: "must be less than {{count}}" |
|
88 | 88 | less_than_or_equal_to: "must be less than or equal to {{count}}" |
|
89 | 89 | odd: "must be odd" |
|
90 | 90 | even: "must be even" |
|
91 | 91 | greater_than_start_date: "ha de ser superior que la data inicial" |
|
92 | 92 | not_same_project: "no pertany al mateix projecte" |
|
93 | 93 | circular_dependency: "Aquesta relació crearia una dependència circular" |
|
94 | 94 | |
|
95 | 95 | actionview_instancetag_blank_option: Seleccioneu |
|
96 | 96 | |
|
97 | 97 | general_text_No: 'No' |
|
98 | 98 | general_text_Yes: 'Si' |
|
99 | 99 | general_text_no: 'no' |
|
100 | 100 | general_text_yes: 'si' |
|
101 | 101 | general_lang_name: 'Català' |
|
102 | 102 | general_csv_separator: ';' |
|
103 | 103 | general_csv_decimal_separator: ',' |
|
104 | 104 | general_csv_encoding: ISO-8859-15 |
|
105 | 105 | general_pdf_encoding: ISO-8859-15 |
|
106 | 106 | general_first_day_of_week: '1' |
|
107 | 107 | |
|
108 | 108 | notice_account_updated: "El compte s'ha actualitzat correctament." |
|
109 | 109 | notice_account_invalid_creditentials: Usuari o contrasenya invàlid |
|
110 | 110 | notice_account_password_updated: "La contrasenya s'ha modificat correctament." |
|
111 | 111 | notice_account_wrong_password: Contrasenya incorrecta |
|
112 | 112 | notice_account_register_done: "El compte s'ha creat correctament. Per a activar el compte, feu clic en l'enllaç que us han enviat per correu electrònic." |
|
113 | 113 | notice_account_unknown_email: Usuari desconegut. |
|
114 | 114 | notice_can_t_change_password: "Aquest compte utilitza una font d'autenticació externa. No és possible canviar la contrasenya." |
|
115 | 115 | notice_account_lost_email_sent: "S'ha enviat un correu electrònic amb instruccions per a seleccionar una contrasenya nova." |
|
116 | 116 | notice_account_activated: "El compte s'ha activat. Ara podeu entrar." |
|
117 | 117 | notice_successful_create: "S'ha creat correctament." |
|
118 | 118 | notice_successful_update: "S'ha modificat correctament." |
|
119 | 119 | notice_successful_delete: "S'ha suprimit correctament." |
|
120 | 120 | notice_successful_connection: "S'ha connectat correctament." |
|
121 | 121 | notice_file_not_found: "La pàgina a la que intenteu accedir no existeix o s'ha suprimit." |
|
122 | 122 | notice_locking_conflict: Un altre usuari ha actualitzat les dades. |
|
123 | 123 | notice_not_authorized: No teniu permís per a accedir a aquesta pàgina. |
|
124 | 124 | notice_email_sent: "S'ha enviat un correu electrònic a {{value}}" |
|
125 | 125 | notice_email_error: "S'ha produït un error en enviar el correu ({{value}})" |
|
126 | 126 | notice_feeds_access_key_reseted: "S'ha reiniciat la clau d'accés del RSS." |
|
127 | 127 | notice_failed_to_save_issues: "No s'han pogut desar %s assumptes de {{count}} seleccionats: {{value}}." |
|
128 | 128 | notice_no_issue_selected: "No s'ha seleccionat cap assumpte. Activeu els assumptes que voleu editar." |
|
129 | 129 | notice_account_pending: "S'ha creat el compte i ara està pendent de l'aprovació de l'administrador." |
|
130 | 130 | notice_default_data_loaded: "S'ha carregat correctament la configuració predeterminada." |
|
131 | 131 | notice_unable_delete_version: "No s'ha pogut suprimir la versió." |
|
132 | 132 | |
|
133 | 133 | error_can_t_load_default_data: "No s'ha pogut carregar la configuració predeterminada: {{value}} " |
|
134 | 134 | error_scm_not_found: "No s'ha trobat l'entrada o la revisió en el dipòsit." |
|
135 | 135 | error_scm_command_failed: "S'ha produït un error en intentar accedir al dipòsit: {{value}}" |
|
136 | 136 | error_scm_annotate: "L'entrada no existeix o no s'ha pogut anotar." |
|
137 | 137 | error_issue_not_found_in_project: "No s'ha trobat l'assumpte o no pertany a aquest projecte" |
|
138 | 138 | |
|
139 | 139 | mail_subject_lost_password: "Contrasenya de {{value}}" |
|
140 | 140 | mail_body_lost_password: "Per a canviar la contrasenya, feu clic en l'enllaç següent:" |
|
141 | 141 | mail_subject_register: "Activació del compte de {{value}}" |
|
142 | 142 | mail_body_register: "Per a activar el compte, feu clic en l'enllaç següent:" |
|
143 | 143 | mail_body_account_information_external: "Podeu utilitzar el compte «{{value}}» per a entrar." |
|
144 | 144 | mail_body_account_information: Informació del compte |
|
145 | 145 | mail_subject_account_activation_request: "Sol·licitud d'activació del compte de {{value}}" |
|
146 | 146 | mail_body_account_activation_request: "S'ha registrat un usuari nou ({{value}}). El seu compte està pendent d'aprovació:" |
|
147 | 147 | mail_subject_reminder: "%d assumptes venceran els següents {{count}} dies" |
|
148 | 148 | mail_body_reminder: "{{count}} assumptes que teniu assignades venceran els següents {{days}} dies:" |
|
149 | 149 | |
|
150 | 150 | gui_validation_error: 1 error |
|
151 | 151 | gui_validation_error_plural: "{{count}} errors" |
|
152 | 152 | |
|
153 | 153 | field_name: Nom |
|
154 | 154 | field_description: Descripció |
|
155 | 155 | field_summary: Resum |
|
156 | 156 | field_is_required: Necessari |
|
157 | 157 | field_firstname: Nom |
|
158 | 158 | field_lastname: Cognom |
|
159 | 159 | field_mail: Correu electrònic |
|
160 | 160 | field_filename: Fitxer |
|
161 | 161 | field_filesize: Mida |
|
162 | 162 | field_downloads: Baixades |
|
163 | 163 | field_author: Autor |
|
164 | 164 | field_created_on: Creat |
|
165 | 165 | field_updated_on: Actualitzat |
|
166 | 166 | field_field_format: Format |
|
167 | 167 | field_is_for_all: Per a tots els projectes |
|
168 | 168 | field_possible_values: Valores possibles |
|
169 | 169 | field_regexp: Expressió regular |
|
170 | 170 | field_min_length: Longitud mínima |
|
171 | 171 | field_max_length: Longitud màxima |
|
172 | 172 | field_value: Valor |
|
173 | 173 | field_category: Categoria |
|
174 | 174 | field_title: Títol |
|
175 | 175 | field_project: Projecte |
|
176 | 176 | field_issue: Assumpte |
|
177 | 177 | field_status: Estat |
|
178 | 178 | field_notes: Notes |
|
179 | 179 | field_is_closed: Assumpte tancat |
|
180 | 180 | field_is_default: Estat predeterminat |
|
181 | 181 | field_tracker: Seguidor |
|
182 | 182 | field_subject: Tema |
|
183 | 183 | field_due_date: Data de venciment |
|
184 | 184 | field_assigned_to: Assignat a |
|
185 | 185 | field_priority: Prioritat |
|
186 | 186 | field_fixed_version: Versió objectiu |
|
187 | 187 | field_user: Usuari |
|
188 | 188 | field_role: Rol |
|
189 | 189 | field_homepage: Pàgina web |
|
190 | 190 | field_is_public: Públic |
|
191 | 191 | field_parent: Subprojecte de |
|
192 | 192 | field_is_in_chlog: Assumptes mostrats en el registre de canvis |
|
193 | 193 | field_is_in_roadmap: Assumptes mostrats en la planificació |
|
194 | 194 | field_login: Entrada |
|
195 | 195 | field_mail_notification: Notificacions per correu electrònic |
|
196 | 196 | field_admin: Administrador |
|
197 | 197 | field_last_login_on: Última connexió |
|
198 | 198 | field_language: Idioma |
|
199 | 199 | field_effective_date: Data |
|
200 | 200 | field_password: Contrasenya |
|
201 | 201 | field_new_password: Contrasenya nova |
|
202 | 202 | field_password_confirmation: Confirmació |
|
203 | 203 | field_version: Versió |
|
204 | 204 | field_type: Tipus |
|
205 | 205 | field_host: Ordinador |
|
206 | 206 | field_port: Port |
|
207 | 207 | field_account: Compte |
|
208 | 208 | field_base_dn: Base DN |
|
209 | 209 | field_attr_login: "Atribut d'entrada" |
|
210 | 210 | field_attr_firstname: Atribut del nom |
|
211 | 211 | field_attr_lastname: Atribut del cognom |
|
212 | 212 | field_attr_mail: Atribut del correu electrònic |
|
213 | 213 | field_onthefly: "Creació de l'usuari «al vol»" |
|
214 | 214 | field_start_date: Inici |
|
215 | 215 | field_done_ratio: %% realitzat |
|
216 | 216 | field_auth_source: "Mode d'autenticació" |
|
217 | 217 | field_hide_mail: "Oculta l'adreça de correu electrònic" |
|
218 | 218 | field_comments: Comentari |
|
219 | 219 | field_url: URL |
|
220 | 220 | field_start_page: Pàgina inicial |
|
221 | 221 | field_subproject: Subprojecte |
|
222 | 222 | field_hours: Hores |
|
223 | 223 | field_activity: Activitat |
|
224 | 224 | field_spent_on: Data |
|
225 | 225 | field_identifier: Identificador |
|
226 | 226 | field_is_filter: "S'ha utilitzat com a filtre" |
|
227 | 227 | field_issue_to_id: Assumpte relacionat |
|
228 | 228 | field_delay: Retard |
|
229 | 229 | field_assignable: Es poden assignar assumptes a aquest rol |
|
230 | 230 | field_redirect_existing_links: Redirigeix els enllaços existents |
|
231 | 231 | field_estimated_hours: Temps previst |
|
232 | 232 | field_column_names: Columnes |
|
233 | 233 | field_time_zone: Zona horària |
|
234 | 234 | field_searchable: Es pot cercar |
|
235 | 235 | field_default_value: Valor predeterminat |
|
236 | 236 | field_comments_sorting: Mostra els comentaris |
|
237 | 237 | field_parent_title: Pàgina pare |
|
238 | 238 | |
|
239 | 239 | setting_app_title: "Títol de l'aplicació" |
|
240 | 240 | setting_app_subtitle: "Subtítol de l'aplicació" |
|
241 | 241 | setting_welcome_text: Text de benvinguda |
|
242 | 242 | setting_default_language: Idioma predeterminat |
|
243 | 243 | setting_login_required: Es necessita autenticació |
|
244 | 244 | setting_self_registration: Registre automàtic |
|
245 | 245 | setting_attachment_max_size: Mida màxima dels adjunts |
|
246 | 246 | setting_issues_export_limit: "Límit d'exportació d'assumptes" |
|
247 | 247 | setting_mail_from: "Adreça de correu electrònic d'emissió" |
|
248 | 248 | setting_bcc_recipients: Vincula els destinataris de les còpies amb carbó (bcc) |
|
249 | 249 | setting_host_name: "Nom de l'ordinador" |
|
250 | 250 | setting_text_formatting: Format del text |
|
251 | 251 | setting_wiki_compression: "Comprimeix l'historial del wiki" |
|
252 | 252 | setting_feeds_limit: Límit de contingut del canal |
|
253 | 253 | setting_default_projects_public: Els projectes nous són públics per defecte |
|
254 | 254 | setting_autofetch_changesets: Omple automàticament les publicacions |
|
255 | 255 | setting_sys_api_enabled: Habilita el WS per a la gestió del dipòsit |
|
256 | 256 | setting_commit_ref_keywords: Paraules claus per a la referència |
|
257 | 257 | setting_commit_fix_keywords: Paraules claus per a la correcció |
|
258 | 258 | setting_autologin: Entrada automàtica |
|
259 | 259 | setting_date_format: Format de la data |
|
260 | 260 | setting_time_format: Format de hora |
|
261 | 261 | setting_cross_project_issue_relations: "Permet les relacions d'assumptes entre projectes" |
|
262 | 262 | setting_issue_list_default_columns: "Columnes mostrades per defecte en la llista d'assumptes" |
|
263 | 263 | setting_repositories_encodings: Codificacions del dipòsit |
|
264 | 264 | setting_commit_logs_encoding: Codificació dels missatges publicats |
|
265 | 265 | setting_emails_footer: Peu dels correus electrònics |
|
266 | 266 | setting_protocol: Protocol |
|
267 | 267 | setting_per_page_options: Opcions dels objectes per pàgina |
|
268 | 268 | setting_user_format: "Format de com mostrar l'usuari" |
|
269 | 269 | setting_activity_days_default: "Dies a mostrar l'activitat del projecte" |
|
270 | 270 | setting_display_subprojects_issues: "Mostra els assumptes d'un subprojecte en el projecte pare per defecte" |
|
271 | 271 | setting_enabled_scm: "Habilita l'SCM" |
|
272 | 272 | setting_mail_handler_api_enabled: "Habilita el WS per correus electrònics d'entrada" |
|
273 | 273 | setting_mail_handler_api_key: Clau API |
|
274 | 274 | setting_sequential_project_identifiers: Genera identificadors de projecte seqüencials |
|
275 | 275 | |
|
276 | 276 | project_module_issue_tracking: "Seguidor d'assumptes" |
|
277 | 277 | project_module_time_tracking: Seguidor de temps |
|
278 | 278 | project_module_news: Noticies |
|
279 | 279 | project_module_documents: Documents |
|
280 | 280 | project_module_files: Fitxers |
|
281 | 281 | project_module_wiki: Wiki |
|
282 | 282 | project_module_repository: Dipòsit |
|
283 | 283 | project_module_boards: Taulers |
|
284 | 284 | |
|
285 | 285 | label_user: Usuari |
|
286 | 286 | label_user_plural: Usuaris |
|
287 | 287 | label_user_new: Usuari nou |
|
288 | 288 | label_project: Projecte |
|
289 | 289 | label_project_new: Projecte nou |
|
290 | 290 | label_project_plural: Projectes |
|
291 | 291 | label_x_projects: |
|
292 | 292 | zero: no projects |
|
293 | 293 | one: 1 project |
|
294 | 294 | other: "{{count}} projects" |
|
295 | 295 | label_project_all: Tots els projectes |
|
296 | 296 | label_project_latest: Els últims projectes |
|
297 | 297 | label_issue: Assumpte |
|
298 | 298 | label_issue_new: Assumpte nou |
|
299 | 299 | label_issue_plural: Assumptes |
|
300 | 300 | label_issue_view_all: Visualitza tots els assumptes |
|
301 | 301 | label_issues_by: "Assumptes per {{value}}" |
|
302 | 302 | label_issue_added: Assumpte afegit |
|
303 | 303 | label_issue_updated: Assumpte actualitzat |
|
304 | 304 | label_document: Document |
|
305 | 305 | label_document_new: Document nou |
|
306 | 306 | label_document_plural: Documents |
|
307 | 307 | label_document_added: Document afegit |
|
308 | 308 | label_role: Rol |
|
309 | 309 | label_role_plural: Rols |
|
310 | 310 | label_role_new: Rol nou |
|
311 | 311 | label_role_and_permissions: Rols i permisos |
|
312 | 312 | label_member: Membre |
|
313 | 313 | label_member_new: Membre nou |
|
314 | 314 | label_member_plural: Membres |
|
315 | 315 | label_tracker: Seguidor |
|
316 | 316 | label_tracker_plural: Seguidors |
|
317 | 317 | label_tracker_new: Seguidor nou |
|
318 | 318 | label_workflow: Flux de treball |
|
319 | 319 | label_issue_status: "Estat de l'assumpte" |
|
320 | 320 | label_issue_status_plural: "Estats de l'assumpte" |
|
321 | 321 | label_issue_status_new: Estat nou |
|
322 | 322 | label_issue_category: "Categoria de l'assumpte" |
|
323 | 323 | label_issue_category_plural: "Categories de l'assumpte" |
|
324 | 324 | label_issue_category_new: Categoria nova |
|
325 | 325 | label_custom_field: Camp personalitzat |
|
326 | 326 | label_custom_field_plural: Camps personalitzats |
|
327 | 327 | label_custom_field_new: Camp personalitzat nou |
|
328 | 328 | label_enumerations: Enumeracions |
|
329 | 329 | label_enumeration_new: Valor nou |
|
330 | 330 | label_information: Informació |
|
331 | 331 | label_information_plural: Informació |
|
332 | 332 | label_please_login: Entreu |
|
333 | 333 | label_register: Registre |
|
334 | 334 | label_password_lost: Contrasenya perduda |
|
335 | 335 | label_home: Inici |
|
336 | 336 | label_my_page: La meva pàgina |
|
337 | 337 | label_my_account: El meu compte |
|
338 | 338 | label_my_projects: Els meus projectes |
|
339 | 339 | label_administration: Administració |
|
340 | 340 | label_login: Entra |
|
341 | 341 | label_logout: Surt |
|
342 | 342 | label_help: Ajuda |
|
343 | 343 | label_reported_issues: Assumptes informats |
|
344 | 344 | label_assigned_to_me_issues: Assumptes assignats a mi |
|
345 | 345 | label_last_login: Última connexió |
|
346 | 346 | label_registered_on: Informat el |
|
347 | 347 | label_activity: Activitat |
|
348 | 348 | label_overall_activity: Activitat global |
|
349 | 349 | label_new: Nou |
|
350 | 350 | label_logged_as: Heu entrat com a |
|
351 | 351 | label_environment: Entorn |
|
352 | 352 | label_authentication: Autenticació |
|
353 | 353 | label_auth_source: "Mode d'autenticació" |
|
354 | 354 | label_auth_source_new: "Mode d'autenticació nou" |
|
355 | 355 | label_auth_source_plural: "Modes d'autenticació" |
|
356 | 356 | label_subproject_plural: Subprojectes |
|
357 | 357 | label_and_its_subprojects: "{{value}} i els seus subprojectes" |
|
358 | 358 | label_min_max_length: Longitud mín - max |
|
359 | 359 | label_list: Llist |
|
360 | 360 | label_date: Data |
|
361 | 361 | label_integer: Enter |
|
362 | 362 | label_float: Flotant |
|
363 | 363 | label_boolean: Booleà |
|
364 | 364 | label_string: Text |
|
365 | 365 | label_text: Text llarg |
|
366 | 366 | label_attribute: Atribut |
|
367 | 367 | label_attribute_plural: Atributs |
|
368 | 368 | label_download: "{{count}} baixada" |
|
369 | 369 | label_download_plural: "{{count}} baixades" |
|
370 | 370 | label_no_data: Sense dades a mostrar |
|
371 | 371 | label_change_status: "Canvia l'estat" |
|
372 | 372 | label_history: Historial |
|
373 | 373 | label_attachment: Fitxer |
|
374 | 374 | label_attachment_new: Fitxer nou |
|
375 | 375 | label_attachment_delete: Suprimeix el fitxer |
|
376 | 376 | label_attachment_plural: Fitxers |
|
377 | 377 | label_file_added: Fitxer afegit |
|
378 | 378 | label_report: Informe |
|
379 | 379 | label_report_plural: Informes |
|
380 | 380 | label_news: Noticies |
|
381 | 381 | label_news_new: Afegeix noticies |
|
382 | 382 | label_news_plural: Noticies |
|
383 | 383 | label_news_latest: Últimes noticies |
|
384 | 384 | label_news_view_all: Visualitza totes les noticies |
|
385 | 385 | label_news_added: Noticies afegides |
|
386 | 386 | label_change_log: Registre de canvis |
|
387 | 387 | label_settings: Paràmetres |
|
388 | 388 | label_overview: Resum |
|
389 | 389 | label_version: Versió |
|
390 | 390 | label_version_new: Versió nova |
|
391 | 391 | label_version_plural: Versions |
|
392 | 392 | label_confirmation: Confirmació |
|
393 | 393 | label_export_to: 'També disponible a:' |
|
394 | 394 | label_read: Llegeix... |
|
395 | 395 | label_public_projects: Projectes públics |
|
396 | 396 | label_open_issues: obert |
|
397 | 397 | label_open_issues_plural: oberts |
|
398 | 398 | label_closed_issues: tancat |
|
399 | 399 | label_closed_issues_plural: tancats |
|
400 | 400 | label_x_open_issues_abbr_on_total: |
|
401 | 401 | zero: 0 open / {{total}} |
|
402 | 402 | one: 1 open / {{total}} |
|
403 | 403 | other: "{{count}} open / {{total}}" |
|
404 | 404 | label_x_open_issues_abbr: |
|
405 | 405 | zero: 0 open |
|
406 | 406 | one: 1 open |
|
407 | 407 | other: "{{count}} open" |
|
408 | 408 | label_x_closed_issues_abbr: |
|
409 | 409 | zero: 0 closed |
|
410 | 410 | one: 1 closed |
|
411 | 411 | other: "{{count}} closed" |
|
412 | 412 | label_total: Total |
|
413 | 413 | label_permissions: Permisos |
|
414 | 414 | label_current_status: Estat actual |
|
415 | 415 | label_new_statuses_allowed: Nous estats autoritzats |
|
416 | 416 | label_all: tots |
|
417 | 417 | label_none: cap |
|
418 | 418 | label_nobody: ningú |
|
419 | 419 | label_next: Següent |
|
420 | 420 | label_previous: Anterior |
|
421 | 421 | label_used_by: Utilitzat per |
|
422 | 422 | label_details: Detalls |
|
423 | 423 | label_add_note: Afegeix una nota |
|
424 | 424 | label_per_page: Per pàgina |
|
425 | 425 | label_calendar: Calendari |
|
426 | 426 | label_months_from: mesos des de |
|
427 | 427 | label_gantt: Gantt |
|
428 | 428 | label_internal: Intern |
|
429 | 429 | label_last_changes: "últims {{count}} canvis" |
|
430 | 430 | label_change_view_all: Visualitza tots els canvis |
|
431 | 431 | label_personalize_page: Personalitza aquesta pàgina |
|
432 | 432 | label_comment: Comentari |
|
433 | 433 | label_comment_plural: Comentaris |
|
434 | 434 | label_x_comments: |
|
435 | 435 | zero: no comments |
|
436 | 436 | one: 1 comment |
|
437 | 437 | other: "{{count}} comments" |
|
438 | 438 | label_comment_add: Afegeix un comentari |
|
439 | 439 | label_comment_added: Comentari afegit |
|
440 | 440 | label_comment_delete: Suprimeix comentaris |
|
441 | 441 | label_query: Consulta personalitzada |
|
442 | 442 | label_query_plural: Consultes personalitzades |
|
443 | 443 | label_query_new: Consulta nova |
|
444 | 444 | label_filter_add: Afegeix un filtre |
|
445 | 445 | label_filter_plural: Filtres |
|
446 | 446 | label_equals: és |
|
447 | 447 | label_not_equals: no és |
|
448 | 448 | label_in_less_than: en menys de |
|
449 | 449 | label_in_more_than: en més de |
|
450 | 450 | label_in: en |
|
451 | 451 | label_today: avui |
|
452 | 452 | label_all_time: tot el temps |
|
453 | 453 | label_yesterday: ahir |
|
454 | 454 | label_this_week: aquesta setmana |
|
455 | 455 | label_last_week: "l'última setmana" |
|
456 | 456 | label_last_n_days: "els últims {{count}} dies" |
|
457 | 457 | label_this_month: aquest més |
|
458 | 458 | label_last_month: "l'últim més" |
|
459 | 459 | label_this_year: aquest any |
|
460 | 460 | label_date_range: Abast de les dates |
|
461 | 461 | label_less_than_ago: fa menys de |
|
462 | 462 | label_more_than_ago: fa més de |
|
463 | 463 | label_ago: fa |
|
464 | 464 | label_contains: conté |
|
465 | 465 | label_not_contains: no conté |
|
466 | 466 | label_day_plural: dies |
|
467 | 467 | label_repository: Dipòsit |
|
468 | 468 | label_repository_plural: Dipòsits |
|
469 | 469 | label_browse: Navega |
|
470 | 470 | label_modification: "{{count}} canvi" |
|
471 | 471 | label_modification_plural: "{{count}} canvis" |
|
472 | 472 | label_revision: Revisió |
|
473 | 473 | label_revision_plural: Revisions |
|
474 | 474 | label_associated_revisions: Revisions associades |
|
475 | 475 | label_added: afegit |
|
476 | 476 | label_modified: modificat |
|
477 | 477 | label_renamed: reanomenat |
|
478 | 478 | label_copied: copiat |
|
479 | 479 | label_deleted: suprimit |
|
480 | 480 | label_latest_revision: Última revisió |
|
481 | 481 | label_latest_revision_plural: Últimes revisions |
|
482 | 482 | label_view_revisions: Visualitza les revisions |
|
483 | 483 | label_max_size: Mida màxima |
|
484 | 484 | label_sort_highest: Mou a la part superior |
|
485 | 485 | label_sort_higher: Mou cap amunt |
|
486 | 486 | label_sort_lower: Mou cap avall |
|
487 | 487 | label_sort_lowest: Mou a la part inferior |
|
488 | 488 | label_roadmap: Planificació |
|
489 | 489 | label_roadmap_due_in: "Venç en {{value}}" |
|
490 | 490 | label_roadmap_overdue: "{{value}} tard" |
|
491 | 491 | label_roadmap_no_issues: No hi ha assumptes per a aquesta versió |
|
492 | 492 | label_search: Cerca |
|
493 | 493 | label_result_plural: Resultats |
|
494 | 494 | label_all_words: Totes les paraules |
|
495 | 495 | label_wiki: Wiki |
|
496 | 496 | label_wiki_edit: Edició wiki |
|
497 | 497 | label_wiki_edit_plural: Edicions wiki |
|
498 | 498 | label_wiki_page: Pàgina wiki |
|
499 | 499 | label_wiki_page_plural: Pàgines wiki |
|
500 | 500 | label_index_by_title: Índex per títol |
|
501 | 501 | label_index_by_date: Índex per data |
|
502 | 502 | label_current_version: Versió actual |
|
503 | 503 | label_preview: Previsualització |
|
504 | 504 | label_feed_plural: Canals |
|
505 | 505 | label_changes_details: Detalls de tots els canvis |
|
506 | 506 | label_issue_tracking: "Seguiment d'assumptes" |
|
507 | 507 | label_spent_time: Temps invertit |
|
508 | 508 | label_f_hour: "{{value}} hora" |
|
509 | 509 | label_f_hour_plural: "{{value}} hores" |
|
510 | 510 | label_time_tracking: Temps de seguiment |
|
511 | 511 | label_change_plural: Canvis |
|
512 | 512 | label_statistics: Estadístiques |
|
513 | 513 | label_commits_per_month: Publicacions per mes |
|
514 | 514 | label_commits_per_author: Publicacions per autor |
|
515 | 515 | label_view_diff: Visualitza les diferències |
|
516 | 516 | label_diff_inline: en línia |
|
517 | 517 | label_diff_side_by_side: costat per costat |
|
518 | 518 | label_options: Opcions |
|
519 | 519 | label_copy_workflow_from: Copia el flux de treball des de |
|
520 | 520 | label_permissions_report: Informe de permisos |
|
521 | 521 | label_watched_issues: Assumptes vigilats |
|
522 | 522 | label_related_issues: Assumptes relacionats |
|
523 | 523 | label_applied_status: Estat aplicat |
|
524 | 524 | label_loading: "S'està carregant..." |
|
525 | 525 | label_relation_new: Relació nova |
|
526 | 526 | label_relation_delete: Suprimeix la relació |
|
527 | 527 | label_relates_to: relacionat amb |
|
528 | 528 | label_duplicates: duplicats |
|
529 | 529 | label_duplicated_by: duplicat per |
|
530 | 530 | label_blocks: bloqueja |
|
531 | 531 | label_blocked_by: bloquejats per |
|
532 | 532 | label_precedes: anterior a |
|
533 | 533 | label_follows: posterior a |
|
534 | 534 | label_end_to_start: final al començament |
|
535 | 535 | label_end_to_end: final al final |
|
536 | 536 | label_start_to_start: començament al començament |
|
537 | 537 | label_start_to_end: començament al final |
|
538 | 538 | label_stay_logged_in: "Manté l'entrada" |
|
539 | 539 | label_disabled: inhabilitat |
|
540 | 540 | label_show_completed_versions: Mostra les versions completes |
|
541 | 541 | label_me: jo mateix |
|
542 | 542 | label_board: Fòrum |
|
543 | 543 | label_board_new: Fòrum nou |
|
544 | 544 | label_board_plural: Fòrums |
|
545 | 545 | label_topic_plural: Temes |
|
546 | 546 | label_message_plural: Missatges |
|
547 | 547 | label_message_last: Últim missatge |
|
548 | 548 | label_message_new: Missatge nou |
|
549 | 549 | label_message_posted: Missatge afegit |
|
550 | 550 | label_reply_plural: Respostes |
|
551 | 551 | label_send_information: "Envia la informació del compte a l'usuari" |
|
552 | 552 | label_year: Any |
|
553 | 553 | label_month: Mes |
|
554 | 554 | label_week: Setmana |
|
555 | 555 | label_date_from: Des de |
|
556 | 556 | label_date_to: A |
|
557 | 557 | label_language_based: "Basat en l'idioma de l'usuari" |
|
558 | 558 | label_sort_by: "Ordena per {{value}}" |
|
559 | 559 | label_send_test_email: Envia un correu electrònic de prova |
|
560 | 560 | label_feeds_access_key_created_on: "Clau d'accés del RSS creada fa {{value}}" |
|
561 | 561 | label_module_plural: Mòduls |
|
562 | 562 | label_added_time_by: "Afegit per {{author}} fa {{age}}" |
|
563 | 563 | label_updated_time: "Actualitzat fa {{value}}" |
|
564 | 564 | label_jump_to_a_project: Salta al projecte... |
|
565 | 565 | label_file_plural: Fitxers |
|
566 | 566 | label_changeset_plural: Conjunt de canvis |
|
567 | 567 | label_default_columns: Columnes predeterminades |
|
568 | 568 | label_no_change_option: (sense canvis) |
|
569 | 569 | label_bulk_edit_selected_issues: Edita en bloc els assumptes seleccionats |
|
570 | 570 | label_theme: Tema |
|
571 | 571 | label_default: Predeterminat |
|
572 | 572 | label_search_titles_only: Cerca només en els títols |
|
573 | 573 | label_user_mail_option_all: "Per qualsevol esdeveniment en tots els meus projectes" |
|
574 | 574 | label_user_mail_option_selected: "Per qualsevol esdeveniment en els projectes seleccionats..." |
|
575 | 575 | label_user_mail_option_none: "Només per les coses que vigilo o hi estic implicat" |
|
576 | 576 | label_user_mail_no_self_notified: "No vull ser notificat pels canvis que faig jo mateix" |
|
577 | 577 | label_registration_activation_by_email: activació del compte per correu electrònic |
|
578 | 578 | label_registration_manual_activation: activació del compte manual |
|
579 | 579 | label_registration_automatic_activation: activació del compte automàtica |
|
580 | 580 | label_display_per_page: "Per pàgina: {{value}}'" |
|
581 | 581 | label_age: Edat |
|
582 | 582 | label_change_properties: Canvia les propietats |
|
583 | 583 | label_general: General |
|
584 | 584 | label_more: Més |
|
585 | 585 | label_scm: SCM |
|
586 | 586 | label_plugins: Connectors |
|
587 | 587 | label_ldap_authentication: Autenticació LDAP |
|
588 | 588 | label_downloads_abbr: Baixades |
|
589 | 589 | label_optional_description: Descripció opcional |
|
590 | 590 | label_add_another_file: Afegeix un altre fitxer |
|
591 | 591 | label_preferences: Preferències |
|
592 | 592 | label_chronological_order: En ordre cronològic |
|
593 | 593 | label_reverse_chronological_order: En ordre cronològic invers |
|
594 | 594 | label_planning: Planificació |
|
595 | 595 | label_incoming_emails: "Correu electrònics d'entrada" |
|
596 | 596 | label_generate_key: Genera una clau |
|
597 | 597 | label_issue_watchers: Vigilants |
|
598 | 598 | |
|
599 | 599 | button_login: Entra |
|
600 | 600 | button_submit: Tramet |
|
601 | 601 | button_save: Desa |
|
602 | 602 | button_check_all: Activa-ho tot |
|
603 | 603 | button_uncheck_all: Desactiva-ho tot |
|
604 | 604 | button_delete: Suprimeix |
|
605 | 605 | button_create: Crea |
|
606 | 606 | button_test: Test |
|
607 | 607 | button_edit: Edit |
|
608 | 608 | button_add: Afegeix |
|
609 | 609 | button_change: Canvia |
|
610 | 610 | button_apply: Aplica |
|
611 | 611 | button_clear: Neteja |
|
612 | 612 | button_lock: Bloca |
|
613 | 613 | button_unlock: Desbloca |
|
614 | 614 | button_download: Baixa |
|
615 | 615 | button_list: Llista |
|
616 | 616 | button_view: Visualitza |
|
617 | 617 | button_move: Mou |
|
618 | 618 | button_back: Enrere |
|
619 | 619 | button_cancel: Cancel·la |
|
620 | 620 | button_activate: Activa |
|
621 | 621 | button_sort: Ordena |
|
622 | 622 | button_log_time: "Hora d'entrada" |
|
623 | 623 | button_rollback: Torna a aquesta versió |
|
624 | 624 | button_watch: Vigila |
|
625 | 625 | button_unwatch: No vigilis |
|
626 | 626 | button_reply: Resposta |
|
627 | 627 | button_archive: Arxiva |
|
628 | 628 | button_unarchive: Desarxiva |
|
629 | 629 | button_reset: Reinicia |
|
630 | 630 | button_rename: Reanomena |
|
631 | 631 | button_change_password: Canvia la contrasenya |
|
632 | 632 | button_copy: Copia |
|
633 | 633 | button_annotate: Anota |
|
634 | 634 | button_update: Actualitza |
|
635 | 635 | button_configure: Configura |
|
636 | 636 | button_quote: Cita |
|
637 | 637 | |
|
638 | 638 | status_active: actiu |
|
639 | 639 | status_registered: informat |
|
640 | 640 | status_locked: bloquejat |
|
641 | 641 | |
|
642 | 642 | text_select_mail_notifications: "Seleccioneu les accions per les quals s'hauria d'enviar una notificació per correu electrònic." |
|
643 | 643 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
644 | 644 | text_min_max_length_info: 0 significa sense restricció |
|
645 | 645 | text_project_destroy_confirmation: Segur que voleu suprimir aquest projecte i les dades relacionades? |
|
646 | 646 | text_subprojects_destroy_warning: "També seran suprimits els seus subprojectes: {{value}}." |
|
647 | 647 | text_workflow_edit: Seleccioneu un rol i un seguidor per a editar el flux de treball |
|
648 | 648 | text_are_you_sure: Segur? |
|
649 | 649 | text_journal_changed: "canviat des de {{old}} a {{new}}" |
|
650 | 650 | text_journal_set_to: "establert a {{value}}" |
|
651 | 651 | text_journal_deleted: suprimit |
|
652 | 652 | text_tip_task_begin_day: "tasca que s'inicia aquest dia" |
|
653 | 653 | text_tip_task_end_day: tasca que finalitza aquest dia |
|
654 | 654 | text_tip_task_begin_end_day: "tasca que s'inicia i finalitza aquest dia" |
|
655 | 655 | text_project_identifier_info: "Es permeten lletres en minúscules (a-z), números i guions.<br />Un cop desat, l'identificador no es pot modificar." |
|
656 | 656 | text_caracters_maximum: "{{count}} caràcters com a màxim." |
|
657 | 657 | text_caracters_minimum: "Com a mínim ha de tenir {{count}} caràcters." |
|
658 | 658 | text_length_between: "Longitud entre {{min}} i {{max}} caràcters." |
|
659 | 659 | text_tracker_no_workflow: "No s'ha definit cap flux de treball per a aquest seguidor" |
|
660 | 660 | text_unallowed_characters: Caràcters no permesos |
|
661 | 661 | text_comma_separated: Es permeten valors múltiples (separats per una coma). |
|
662 | 662 | text_issues_ref_in_commit_messages: Referència i soluciona els assumptes en els missatges publicats |
|
663 | 663 | text_issue_added: "L'assumpte {{id}} ha sigut informat per {{author}}." |
|
664 | 664 | text_issue_updated: "L'assumpte {{id}} ha sigut actualitzat per {{author}}." |
|
665 | 665 | text_wiki_destroy_confirmation: Segur que voleu suprimir aquest wiki i tots els seus continguts? |
|
666 | 666 | text_issue_category_destroy_question: "Alguns assumptes ({{count}}) estan assignats a aquesta categoria. Què voleu fer?" |
|
667 | 667 | text_issue_category_destroy_assignments: Suprimeix les assignacions de la categoria |
|
668 | 668 | text_issue_category_reassign_to: Torna a assignar els assumptes a aquesta categoria |
|
669 | 669 | text_user_mail_option: "Per als projectes no seleccionats, només rebreu notificacions sobre les coses que vigileu o que hi esteu implicat (ex. assumptes que en sou l'autor o hi esteu assignat)." |
|
670 | 670 | text_no_configuration_data: "Encara no s'han configurat els rols, seguidors, estats de l'assumpte i flux de treball.\nÉs altament recomanable que carregueu la configuració predeterminada. Podreu modificar-la un cop carregada." |
|
671 | 671 | text_load_default_configuration: Carrega la configuració predeterminada |
|
672 | 672 | text_status_changed_by_changeset: "Aplicat en el conjunt de canvis {{value}}." |
|
673 | 673 | text_issues_destroy_confirmation: "Segur que voleu suprimir els assumptes seleccionats?" |
|
674 | 674 | text_select_project_modules: "Seleccioneu els mòduls a habilitar per a aquest projecte:" |
|
675 | 675 | text_default_administrator_account_changed: "S'ha canviat el compte d'administrador predeterminat" |
|
676 | 676 | text_file_repository_writable: Es pot escriure en el dipòsit de fitxers |
|
677 | 677 | text_rmagick_available: RMagick disponible (opcional) |
|
678 | 678 | text_destroy_time_entries_question: "S'han informat %.02f hores en els assumptes que aneu a suprimir. Què voleu fer?" |
|
679 | 679 | text_destroy_time_entries: Suprimeix les hores informades |
|
680 | 680 | text_assign_time_entries_to_project: Assigna les hores informades al projecte |
|
681 | 681 | text_reassign_time_entries: 'Torna a assignar les hores informades a aquest assumpte:' |
|
682 | 682 | text_user_wrote: "{{value}} va escriure:'" |
|
683 | 683 | text_enumeration_destroy_question: "{{count}} objectes estan assignats a aquest valor.'" |
|
684 | 684 | text_enumeration_category_reassign_to: 'Torna a assignar-los a aquest valor:' |
|
685 | 685 | text_email_delivery_not_configured: "El lliurament per correu electrònic no està configurat i les notificacions estan inhabilitades.\nConfigureu el servidor SMTP a config/email.yml i reinicieu l'aplicació per habilitar-lo." |
|
686 | 686 | |
|
687 | 687 | default_role_manager: Gestor |
|
688 | 688 | default_role_developper: Desenvolupador |
|
689 | 689 | default_role_reporter: Informador |
|
690 | 690 | default_tracker_bug: Error |
|
691 | 691 | default_tracker_feature: Característica |
|
692 | 692 | default_tracker_support: Suport |
|
693 | 693 | default_issue_status_new: Nou |
|
694 | 694 | default_issue_status_assigned: Assignat |
|
695 | 695 | default_issue_status_resolved: Resolt |
|
696 | 696 | default_issue_status_feedback: Comentaris |
|
697 | 697 | default_issue_status_closed: Tancat |
|
698 | 698 | default_issue_status_rejected: Rebutjat |
|
699 | 699 | default_doc_category_user: "Documentació d'usuari" |
|
700 | 700 | default_doc_category_tech: Documentació tècnica |
|
701 | 701 | default_priority_low: Baixa |
|
702 | 702 | default_priority_normal: Normal |
|
703 | 703 | default_priority_high: Alta |
|
704 | 704 | default_priority_urgent: Urgent |
|
705 | 705 | default_priority_immediate: Immediata |
|
706 | 706 | default_activity_design: Disseny |
|
707 | 707 | default_activity_development: Desenvolupament |
|
708 | 708 | |
|
709 | 709 | enumeration_issue_priorities: Prioritat dels assumptes |
|
710 | 710 | enumeration_doc_categories: Categories del document |
|
711 | 711 | enumeration_activities: Activitats (seguidor de temps) |
|
712 | 712 | setting_plain_text_mail: plain text only (no HTML) |
|
713 | 713 | permission_view_files: View files |
|
714 | 714 | permission_edit_issues: Edit issues |
|
715 | 715 | permission_edit_own_time_entries: Edit own time logs |
|
716 | 716 | permission_manage_public_queries: Manage public queries |
|
717 | 717 | permission_add_issues: Add issues |
|
718 | 718 | permission_log_time: Log spent time |
|
719 | 719 | permission_view_changesets: View changesets |
|
720 | 720 | permission_view_time_entries: View spent time |
|
721 | 721 | permission_manage_versions: Manage versions |
|
722 | 722 | permission_manage_wiki: Manage wiki |
|
723 | 723 | permission_manage_categories: Manage issue categories |
|
724 | 724 | permission_protect_wiki_pages: Protect wiki pages |
|
725 | 725 | permission_comment_news: Comment news |
|
726 | 726 | permission_delete_messages: Delete messages |
|
727 | 727 | permission_select_project_modules: Select project modules |
|
728 | 728 | permission_manage_documents: Manage documents |
|
729 | 729 | permission_edit_wiki_pages: Edit wiki pages |
|
730 | 730 | permission_add_issue_watchers: Add watchers |
|
731 | 731 | permission_view_gantt: View gantt chart |
|
732 | 732 | permission_move_issues: Move issues |
|
733 | 733 | permission_manage_issue_relations: Manage issue relations |
|
734 | 734 | permission_delete_wiki_pages: Delete wiki pages |
|
735 | 735 | permission_manage_boards: Manage boards |
|
736 | 736 | permission_delete_wiki_pages_attachments: Delete attachments |
|
737 | 737 | permission_view_wiki_edits: View wiki history |
|
738 | 738 | permission_add_messages: Post messages |
|
739 | 739 | permission_view_messages: View messages |
|
740 | 740 | permission_manage_files: Manage files |
|
741 | 741 | permission_edit_issue_notes: Edit notes |
|
742 | 742 | permission_manage_news: Manage news |
|
743 | 743 | permission_view_calendar: View calendrier |
|
744 | 744 | permission_manage_members: Manage members |
|
745 | 745 | permission_edit_messages: Edit messages |
|
746 | 746 | permission_delete_issues: Delete issues |
|
747 | 747 | permission_view_issue_watchers: View watchers list |
|
748 | 748 | permission_manage_repository: Manage repository |
|
749 | 749 | permission_commit_access: Commit access |
|
750 | 750 | permission_browse_repository: Browse repository |
|
751 | 751 | permission_view_documents: View documents |
|
752 | 752 | permission_edit_project: Edit project |
|
753 | 753 | permission_add_issue_notes: Add notes |
|
754 | 754 | permission_save_queries: Save queries |
|
755 | 755 | permission_view_wiki_pages: View wiki |
|
756 | 756 | permission_rename_wiki_pages: Rename wiki pages |
|
757 | 757 | permission_edit_time_entries: Edit time logs |
|
758 | 758 | permission_edit_own_issue_notes: Edit own notes |
|
759 | 759 | setting_gravatar_enabled: Use Gravatar user icons |
|
760 | 760 | label_example: Example |
|
761 | 761 | 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." |
|
762 | 762 | permission_edit_own_messages: Edit own messages |
|
763 | 763 | permission_delete_own_messages: Delete own messages |
|
764 | 764 | label_user_activity: "{{value}}'s activity" |
|
765 | 765 | label_updated_time_by: "Updated by {{author}} {{age}} ago" |
|
766 | 766 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
767 | 767 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
768 | 768 | text_plugin_assets_writable: Plugin assets directory writable |
|
769 | 769 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
770 | 770 | button_create_and_continue: Create and continue |
|
771 | 771 | text_custom_field_possible_values_info: 'One line for each value' |
|
772 | 772 | label_display: Display |
|
773 | 773 | field_editable: Editable |
|
774 | 774 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
775 | 775 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
776 | 776 | field_watcher: Watcher |
|
777 | 777 | setting_openid: Allow OpenID login and registration |
|
778 | field_identity_url: OpenID URL | |
|
779 | label_login_with_open_id_option: or login with OpenID |
@@ -1,781 +1,783 | |||
|
1 | 1 | cs: |
|
2 | 2 | date: |
|
3 | 3 | formats: |
|
4 | 4 | # Use the strftime parameters for formats. |
|
5 | 5 | # When no format has been given, it uses default. |
|
6 | 6 | # You can provide other formats here if you like! |
|
7 | 7 | default: "%Y-%m-%d" |
|
8 | 8 | short: "%b %d" |
|
9 | 9 | long: "%B %d, %Y" |
|
10 | 10 | |
|
11 | 11 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
12 | 12 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] |
|
13 | 13 | |
|
14 | 14 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
15 | 15 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
16 | 16 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
17 | 17 | # Used in date_select and datime_select. |
|
18 | 18 | order: [ :year, :month, :day ] |
|
19 | 19 | |
|
20 | 20 | time: |
|
21 | 21 | formats: |
|
22 | 22 | default: "%a, %d %b %Y %H:%M:%S %z" |
|
23 | 23 | short: "%d %b %H:%M" |
|
24 | 24 | long: "%B %d, %Y %H:%M" |
|
25 | 25 | am: "am" |
|
26 | 26 | pm: "pm" |
|
27 | 27 | |
|
28 | 28 | datetime: |
|
29 | 29 | distance_in_words: |
|
30 | 30 | half_a_minute: "half a minute" |
|
31 | 31 | less_than_x_seconds: |
|
32 | 32 | one: "less than 1 second" |
|
33 | 33 | other: "less than {{count}} seconds" |
|
34 | 34 | x_seconds: |
|
35 | 35 | one: "1 second" |
|
36 | 36 | other: "{{count}} seconds" |
|
37 | 37 | less_than_x_minutes: |
|
38 | 38 | one: "less than a minute" |
|
39 | 39 | other: "less than {{count}} minutes" |
|
40 | 40 | x_minutes: |
|
41 | 41 | one: "1 minute" |
|
42 | 42 | other: "{{count}} minutes" |
|
43 | 43 | about_x_hours: |
|
44 | 44 | one: "about 1 hour" |
|
45 | 45 | other: "about {{count}} hours" |
|
46 | 46 | x_days: |
|
47 | 47 | one: "1 day" |
|
48 | 48 | other: "{{count}} days" |
|
49 | 49 | about_x_months: |
|
50 | 50 | one: "about 1 month" |
|
51 | 51 | other: "about {{count}} months" |
|
52 | 52 | x_months: |
|
53 | 53 | one: "1 month" |
|
54 | 54 | other: "{{count}} months" |
|
55 | 55 | about_x_years: |
|
56 | 56 | one: "about 1 year" |
|
57 | 57 | other: "about {{count}} years" |
|
58 | 58 | over_x_years: |
|
59 | 59 | one: "over 1 year" |
|
60 | 60 | other: "over {{count}} years" |
|
61 | 61 | |
|
62 | 62 | # Used in array.to_sentence. |
|
63 | 63 | support: |
|
64 | 64 | array: |
|
65 | 65 | sentence_connector: "and" |
|
66 | 66 | skip_last_comma: false |
|
67 | 67 | |
|
68 | 68 | activerecord: |
|
69 | 69 | errors: |
|
70 | 70 | messages: |
|
71 | 71 | inclusion: "není zahrnuto v seznamu" |
|
72 | 72 | exclusion: "je rezervováno" |
|
73 | 73 | invalid: "je neplatné" |
|
74 | 74 | confirmation: "se neshoduje s potvrzením" |
|
75 | 75 | accepted: "musí být akceptováno" |
|
76 | 76 | empty: "nemůže být prázdný" |
|
77 | 77 | blank: "nemůže být prázdný" |
|
78 | 78 | too_long: "je příliš dlouhý" |
|
79 | 79 | too_short: "je příliš krátký" |
|
80 | 80 | wrong_length: "má chybnou délku" |
|
81 | 81 | taken: "je již použito" |
|
82 | 82 | not_a_number: "není číslo" |
|
83 | 83 | not_a_date: "není platné datum" |
|
84 | 84 | greater_than: "must be greater than {{count}}" |
|
85 | 85 | greater_than_or_equal_to: "must be greater than or equal to {{count}}" |
|
86 | 86 | equal_to: "must be equal to {{count}}" |
|
87 | 87 | less_than: "must be less than {{count}}" |
|
88 | 88 | less_than_or_equal_to: "must be less than or equal to {{count}}" |
|
89 | 89 | odd: "must be odd" |
|
90 | 90 | even: "must be even" |
|
91 | 91 | greater_than_start_date: "musí být větší než počáteční datum" |
|
92 | 92 | not_same_project: "nepatří stejnému projektu" |
|
93 | 93 | circular_dependency: "Tento vztah by vytvořil cyklickou závislost" |
|
94 | 94 | |
|
95 | 95 | # CZ translation by Maxim Krušina | Massimo Filippi, s.r.o. | maxim@mxm.cz |
|
96 | 96 | # Based on original CZ translation by Jan Kadleček |
|
97 | 97 | |
|
98 | 98 | actionview_instancetag_blank_option: Prosím vyberte |
|
99 | 99 | |
|
100 | 100 | general_text_No: 'Ne' |
|
101 | 101 | general_text_Yes: 'Ano' |
|
102 | 102 | general_text_no: 'ne' |
|
103 | 103 | general_text_yes: 'ano' |
|
104 | 104 | general_lang_name: 'Čeština' |
|
105 | 105 | general_csv_separator: ',' |
|
106 | 106 | general_csv_decimal_separator: '.' |
|
107 | 107 | general_csv_encoding: UTF-8 |
|
108 | 108 | general_pdf_encoding: UTF-8 |
|
109 | 109 | general_first_day_of_week: '1' |
|
110 | 110 | |
|
111 | 111 | notice_account_updated: Účet byl úspěšně změněn. |
|
112 | 112 | notice_account_invalid_creditentials: Chybné jméno nebo heslo |
|
113 | 113 | notice_account_password_updated: Heslo bylo úspěšně změněno. |
|
114 | 114 | notice_account_wrong_password: Chybné heslo |
|
115 | 115 | notice_account_register_done: Účet byl úspěšně vytvořen. Pro aktivaci účtu klikněte na odkaz v emailu, který vám byl zaslán. |
|
116 | 116 | notice_account_unknown_email: Neznámý uživatel. |
|
117 | 117 | notice_can_t_change_password: Tento účet používá externí autentifikaci. Zde heslo změnit nemůžete. |
|
118 | 118 | notice_account_lost_email_sent: Byl vám zaslán email s intrukcemi jak si nastavíte nové heslo. |
|
119 | 119 | notice_account_activated: Váš účet byl aktivován. Nyní se můžete přihlásit. |
|
120 | 120 | notice_successful_create: Úspěšně vytvořeno. |
|
121 | 121 | notice_successful_update: Úspěšně aktualizováno. |
|
122 | 122 | notice_successful_delete: Úspěšně odstraněno. |
|
123 | 123 | notice_successful_connection: Úspěšné připojení. |
|
124 | 124 | notice_file_not_found: Stránka na kterou se snažíte zobrazit neexistuje nebo byla smazána. |
|
125 | 125 | notice_locking_conflict: Údaje byly změněny jiným uživatelem. |
|
126 | 126 | notice_scm_error: Entry and/or revision doesn't exist in the repository. |
|
127 | 127 | notice_not_authorized: Nemáte dostatečná práva pro zobrazení této stránky. |
|
128 | 128 | notice_email_sent: "Na adresu {{value}} byl odeslán email" |
|
129 | 129 | notice_email_error: "Při odesílání emailu nastala chyba ({{value}})" |
|
130 | 130 | notice_feeds_access_key_reseted: Váš klíč pro přístup k RSS byl resetován. |
|
131 | 131 | notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}." |
|
132 | 132 | notice_no_issue_selected: "Nebyl zvolen žádný úkol. Prosím, zvolte úkoly, které chcete editovat" |
|
133 | 133 | notice_account_pending: "Váš účet byl vytvořen, nyní čeká na schválení administrátorem." |
|
134 | 134 | notice_default_data_loaded: Výchozí konfigurace úspěšně nahrána. |
|
135 | 135 | |
|
136 | 136 | error_can_t_load_default_data: "Výchozí konfigurace nebyla nahrána: {{value}}" |
|
137 | 137 | error_scm_not_found: "Položka a/nebo revize neexistují v repository." |
|
138 | 138 | error_scm_command_failed: "Při pokusu o přístup k repository došlo k chybě: {{value}}" |
|
139 | 139 | error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu' |
|
140 | 140 | |
|
141 | 141 | mail_subject_lost_password: "Vaše heslo ({{value}})" |
|
142 | 142 | mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:' |
|
143 | 143 | mail_subject_register: "Aktivace účtu ({{value}})" |
|
144 | 144 | mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:' |
|
145 | 145 | mail_body_account_information_external: "Pomocí vašeho účtu {{value}} se můžete přihlásit." |
|
146 | 146 | mail_body_account_information: Informace o vašem účtu |
|
147 | 147 | mail_subject_account_activation_request: "Aktivace {{value}} účtu" |
|
148 | 148 | mail_body_account_activation_request: "Byl zaregistrován nový uživatel {{value}}. Aktivace jeho účtu závisí na vašem potvrzení." |
|
149 | 149 | |
|
150 | 150 | gui_validation_error: 1 chyba |
|
151 | 151 | gui_validation_error_plural: "{{count}} chyb(y)" |
|
152 | 152 | |
|
153 | 153 | field_name: Název |
|
154 | 154 | field_description: Popis |
|
155 | 155 | field_summary: Přehled |
|
156 | 156 | field_is_required: Povinné pole |
|
157 | 157 | field_firstname: Jméno |
|
158 | 158 | field_lastname: Příjmení |
|
159 | 159 | field_mail: Email |
|
160 | 160 | field_filename: Soubor |
|
161 | 161 | field_filesize: Velikost |
|
162 | 162 | field_downloads: Staženo |
|
163 | 163 | field_author: Autor |
|
164 | 164 | field_created_on: Vytvořeno |
|
165 | 165 | field_updated_on: Aktualizováno |
|
166 | 166 | field_field_format: Formát |
|
167 | 167 | field_is_for_all: Pro všechny projekty |
|
168 | 168 | field_possible_values: Možné hodnoty |
|
169 | 169 | field_regexp: Regulární výraz |
|
170 | 170 | field_min_length: Minimální délka |
|
171 | 171 | field_max_length: Maximální délka |
|
172 | 172 | field_value: Hodnota |
|
173 | 173 | field_category: Kategorie |
|
174 | 174 | field_title: Název |
|
175 | 175 | field_project: Projekt |
|
176 | 176 | field_issue: Úkol |
|
177 | 177 | field_status: Stav |
|
178 | 178 | field_notes: Poznámka |
|
179 | 179 | field_is_closed: Úkol uzavřen |
|
180 | 180 | field_is_default: Výchozí stav |
|
181 | 181 | field_tracker: Fronta |
|
182 | 182 | field_subject: Předmět |
|
183 | 183 | field_due_date: Uzavřít do |
|
184 | 184 | field_assigned_to: Přiřazeno |
|
185 | 185 | field_priority: Priorita |
|
186 | 186 | field_fixed_version: Přiřazeno k verzi |
|
187 | 187 | field_user: Uživatel |
|
188 | 188 | field_role: Role |
|
189 | 189 | field_homepage: Homepage |
|
190 | 190 | field_is_public: Veřejný |
|
191 | 191 | field_parent: Nadřazený projekt |
|
192 | 192 | field_is_in_chlog: Úkoly zobrazené v změnovém logu |
|
193 | 193 | field_is_in_roadmap: Úkoly zobrazené v plánu |
|
194 | 194 | field_login: Přihlášení |
|
195 | 195 | field_mail_notification: Emailová oznámení |
|
196 | 196 | field_admin: Administrátor |
|
197 | 197 | field_last_login_on: Poslední přihlášení |
|
198 | 198 | field_language: Jazyk |
|
199 | 199 | field_effective_date: Datum |
|
200 | 200 | field_password: Heslo |
|
201 | 201 | field_new_password: Nové heslo |
|
202 | 202 | field_password_confirmation: Potvrzení |
|
203 | 203 | field_version: Verze |
|
204 | 204 | field_type: Typ |
|
205 | 205 | field_host: Host |
|
206 | 206 | field_port: Port |
|
207 | 207 | field_account: Účet |
|
208 | 208 | field_base_dn: Base DN |
|
209 | 209 | field_attr_login: Přihlášení (atribut) |
|
210 | 210 | field_attr_firstname: Jméno (atribut) |
|
211 | 211 | field_attr_lastname: Příjemní (atribut) |
|
212 | 212 | field_attr_mail: Email (atribut) |
|
213 | 213 | field_onthefly: Automatické vytváření uživatelů |
|
214 | 214 | field_start_date: Začátek |
|
215 | 215 | field_done_ratio: %% Hotovo |
|
216 | 216 | field_auth_source: Autentifikační mód |
|
217 | 217 | field_hide_mail: Nezobrazovat můj email |
|
218 | 218 | field_comments: Komentář |
|
219 | 219 | field_url: URL |
|
220 | 220 | field_start_page: Výchozí stránka |
|
221 | 221 | field_subproject: Podprojekt |
|
222 | 222 | field_hours: Hodiny |
|
223 | 223 | field_activity: Aktivita |
|
224 | 224 | field_spent_on: Datum |
|
225 | 225 | field_identifier: Identifikátor |
|
226 | 226 | field_is_filter: Použít jako filtr |
|
227 | 227 | field_issue_to_id: Související úkol |
|
228 | 228 | field_delay: Zpoždění |
|
229 | 229 | field_assignable: Úkoly mohou být přiřazeny této roli |
|
230 | 230 | field_redirect_existing_links: Přesměrovat stvávající odkazy |
|
231 | 231 | field_estimated_hours: Odhadovaná doba |
|
232 | 232 | field_column_names: Sloupce |
|
233 | 233 | field_time_zone: Časové pásmo |
|
234 | 234 | field_searchable: Umožnit vyhledávání |
|
235 | 235 | field_default_value: Výchozí hodnota |
|
236 | 236 | field_comments_sorting: Zobrazit komentáře |
|
237 | 237 | |
|
238 | 238 | setting_app_title: Název aplikace |
|
239 | 239 | setting_app_subtitle: Podtitulek aplikace |
|
240 | 240 | setting_welcome_text: Uvítací text |
|
241 | 241 | setting_default_language: Výchozí jazyk |
|
242 | 242 | setting_login_required: Auten. vyžadována |
|
243 | 243 | setting_self_registration: Povolena automatická registrace |
|
244 | 244 | setting_attachment_max_size: Maximální velikost přílohy |
|
245 | 245 | setting_issues_export_limit: Limit pro export úkolů |
|
246 | 246 | setting_mail_from: Odesílat emaily z adresy |
|
247 | 247 | setting_bcc_recipients: Příjemci skryté kopie (bcc) |
|
248 | 248 | setting_host_name: Host name |
|
249 | 249 | setting_text_formatting: Formátování textu |
|
250 | 250 | setting_wiki_compression: Komperese historie Wiki |
|
251 | 251 | setting_feeds_limit: Feed content limit |
|
252 | 252 | setting_default_projects_public: Nové projekty nastavovat jako veřejné |
|
253 | 253 | setting_autofetch_changesets: Autofetch commits |
|
254 | 254 | setting_sys_api_enabled: Povolit WS pro správu repozitory |
|
255 | 255 | setting_commit_ref_keywords: Klíčová slova pro odkazy |
|
256 | 256 | setting_commit_fix_keywords: Klíčová slova pro uzavření |
|
257 | 257 | setting_autologin: Automatické přihlašování |
|
258 | 258 | setting_date_format: Formát data |
|
259 | 259 | setting_time_format: Formát času |
|
260 | 260 | setting_cross_project_issue_relations: Povolit vazby úkolů napříč projekty |
|
261 | 261 | setting_issue_list_default_columns: Výchozí sloupce zobrazené v seznamu úkolů |
|
262 | 262 | setting_repositories_encodings: Kódování |
|
263 | 263 | setting_emails_footer: Patička emailů |
|
264 | 264 | setting_protocol: Protokol |
|
265 | 265 | setting_per_page_options: Povolené počty řádků na stránce |
|
266 | 266 | setting_user_format: Formát zobrazení uživatele |
|
267 | 267 | setting_activity_days_default: Days displayed on project activity |
|
268 | 268 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
269 | 269 | |
|
270 | 270 | project_module_issue_tracking: Sledování úkolů |
|
271 | 271 | project_module_time_tracking: Sledování času |
|
272 | 272 | project_module_news: Novinky |
|
273 | 273 | project_module_documents: Dokumenty |
|
274 | 274 | project_module_files: Soubory |
|
275 | 275 | project_module_wiki: Wiki |
|
276 | 276 | project_module_repository: Repository |
|
277 | 277 | project_module_boards: Diskuse |
|
278 | 278 | |
|
279 | 279 | label_user: Uživatel |
|
280 | 280 | label_user_plural: Uživatelé |
|
281 | 281 | label_user_new: Nový uživatel |
|
282 | 282 | label_project: Projekt |
|
283 | 283 | label_project_new: Nový projekt |
|
284 | 284 | label_project_plural: Projekty |
|
285 | 285 | label_x_projects: |
|
286 | 286 | zero: no projects |
|
287 | 287 | one: 1 project |
|
288 | 288 | other: "{{count}} projects" |
|
289 | 289 | label_project_all: Všechny projekty |
|
290 | 290 | label_project_latest: Poslední projekty |
|
291 | 291 | label_issue: Úkol |
|
292 | 292 | label_issue_new: Nový úkol |
|
293 | 293 | label_issue_plural: Úkoly |
|
294 | 294 | label_issue_view_all: Všechny úkoly |
|
295 | 295 | label_issues_by: "Úkoly od uživatele {{value}}" |
|
296 | 296 | label_issue_added: Úkol přidán |
|
297 | 297 | label_issue_updated: Úkol aktualizován |
|
298 | 298 | label_document: Dokument |
|
299 | 299 | label_document_new: Nový dokument |
|
300 | 300 | label_document_plural: Dokumenty |
|
301 | 301 | label_document_added: Dokument přidán |
|
302 | 302 | label_role: Role |
|
303 | 303 | label_role_plural: Role |
|
304 | 304 | label_role_new: Nová role |
|
305 | 305 | label_role_and_permissions: Role a práva |
|
306 | 306 | label_member: Člen |
|
307 | 307 | label_member_new: Nový člen |
|
308 | 308 | label_member_plural: Členové |
|
309 | 309 | label_tracker: Fronta |
|
310 | 310 | label_tracker_plural: Fronty |
|
311 | 311 | label_tracker_new: Nová fronta |
|
312 | 312 | label_workflow: Workflow |
|
313 | 313 | label_issue_status: Stav úkolu |
|
314 | 314 | label_issue_status_plural: Stavy úkolů |
|
315 | 315 | label_issue_status_new: Nový stav |
|
316 | 316 | label_issue_category: Kategorie úkolu |
|
317 | 317 | label_issue_category_plural: Kategorie úkolů |
|
318 | 318 | label_issue_category_new: Nová kategorie |
|
319 | 319 | label_custom_field: Uživatelské pole |
|
320 | 320 | label_custom_field_plural: Uživatelská pole |
|
321 | 321 | label_custom_field_new: Nové uživatelské pole |
|
322 | 322 | label_enumerations: Seznamy |
|
323 | 323 | label_enumeration_new: Nová hodnota |
|
324 | 324 | label_information: Informace |
|
325 | 325 | label_information_plural: Informace |
|
326 | 326 | label_please_login: Prosím přihlašte se |
|
327 | 327 | label_register: Registrovat |
|
328 | 328 | label_password_lost: Zapomenuté heslo |
|
329 | 329 | label_home: Úvodní |
|
330 | 330 | label_my_page: Moje stránka |
|
331 | 331 | label_my_account: Můj účet |
|
332 | 332 | label_my_projects: Moje projekty |
|
333 | 333 | label_administration: Administrace |
|
334 | 334 | label_login: Přihlášení |
|
335 | 335 | label_logout: Odhlášení |
|
336 | 336 | label_help: Nápověda |
|
337 | 337 | label_reported_issues: Nahlášené úkoly |
|
338 | 338 | label_assigned_to_me_issues: Mé úkoly |
|
339 | 339 | label_last_login: Poslední přihlášení |
|
340 | 340 | label_registered_on: Registrován |
|
341 | 341 | label_activity: Aktivita |
|
342 | 342 | label_overall_activity: Celková aktivita |
|
343 | 343 | label_new: Nový |
|
344 | 344 | label_logged_as: Přihlášen jako |
|
345 | 345 | label_environment: Prostředí |
|
346 | 346 | label_authentication: Autentifikace |
|
347 | 347 | label_auth_source: Mód autentifikace |
|
348 | 348 | label_auth_source_new: Nový mód autentifikace |
|
349 | 349 | label_auth_source_plural: Módy autentifikace |
|
350 | 350 | label_subproject_plural: Podprojekty |
|
351 | 351 | label_min_max_length: Min - Max délka |
|
352 | 352 | label_list: Seznam |
|
353 | 353 | label_date: Datum |
|
354 | 354 | label_integer: Celé číslo |
|
355 | 355 | label_float: Desetiné číslo |
|
356 | 356 | label_boolean: Ano/Ne |
|
357 | 357 | label_string: Text |
|
358 | 358 | label_text: Dlouhý text |
|
359 | 359 | label_attribute: Atribut |
|
360 | 360 | label_attribute_plural: Atributy |
|
361 | 361 | label_download: "{{count}} Download" |
|
362 | 362 | label_download_plural: "{{count}} Downloads" |
|
363 | 363 | label_no_data: Žádné položky |
|
364 | 364 | label_change_status: Změnit stav |
|
365 | 365 | label_history: Historie |
|
366 | 366 | label_attachment: Soubor |
|
367 | 367 | label_attachment_new: Nový soubor |
|
368 | 368 | label_attachment_delete: Odstranit soubor |
|
369 | 369 | label_attachment_plural: Soubory |
|
370 | 370 | label_file_added: Soubor přidán |
|
371 | 371 | label_report: Přeheled |
|
372 | 372 | label_report_plural: Přehledy |
|
373 | 373 | label_news: Novinky |
|
374 | 374 | label_news_new: Přidat novinku |
|
375 | 375 | label_news_plural: Novinky |
|
376 | 376 | label_news_latest: Poslední novinky |
|
377 | 377 | label_news_view_all: Zobrazit všechny novinky |
|
378 | 378 | label_news_added: Novinka přidána |
|
379 | 379 | label_change_log: Protokol změn |
|
380 | 380 | label_settings: Nastavení |
|
381 | 381 | label_overview: Přehled |
|
382 | 382 | label_version: Verze |
|
383 | 383 | label_version_new: Nová verze |
|
384 | 384 | label_version_plural: Verze |
|
385 | 385 | label_confirmation: Potvrzení |
|
386 | 386 | label_export_to: 'Také k dispozici:' |
|
387 | 387 | label_read: Načítá se... |
|
388 | 388 | label_public_projects: Veřejné projekty |
|
389 | 389 | label_open_issues: otevřený |
|
390 | 390 | label_open_issues_plural: otevřené |
|
391 | 391 | label_closed_issues: uzavřený |
|
392 | 392 | label_closed_issues_plural: uzavřené |
|
393 | 393 | label_x_open_issues_abbr_on_total: |
|
394 | 394 | zero: 0 open / {{total}} |
|
395 | 395 | one: 1 open / {{total}} |
|
396 | 396 | other: "{{count}} open / {{total}}" |
|
397 | 397 | label_x_open_issues_abbr: |
|
398 | 398 | zero: 0 open |
|
399 | 399 | one: 1 open |
|
400 | 400 | other: "{{count}} open" |
|
401 | 401 | label_x_closed_issues_abbr: |
|
402 | 402 | zero: 0 closed |
|
403 | 403 | one: 1 closed |
|
404 | 404 | other: "{{count}} closed" |
|
405 | 405 | label_total: Celkem |
|
406 | 406 | label_permissions: Práva |
|
407 | 407 | label_current_status: Aktuální stav |
|
408 | 408 | label_new_statuses_allowed: Nové povolené stavy |
|
409 | 409 | label_all: vše |
|
410 | 410 | label_none: nic |
|
411 | 411 | label_nobody: nikdo |
|
412 | 412 | label_next: Další |
|
413 | 413 | label_previous: Předchozí |
|
414 | 414 | label_used_by: Použito |
|
415 | 415 | label_details: Detaily |
|
416 | 416 | label_add_note: Přidat poznámku |
|
417 | 417 | label_per_page: Na stránku |
|
418 | 418 | label_calendar: Kalendář |
|
419 | 419 | label_months_from: měsíců od |
|
420 | 420 | label_gantt: Ganttův graf |
|
421 | 421 | label_internal: Interní |
|
422 | 422 | label_last_changes: "posledních {{count}} změn" |
|
423 | 423 | label_change_view_all: Zobrazit všechny změny |
|
424 | 424 | label_personalize_page: Přizpůsobit tuto stránku |
|
425 | 425 | label_comment: Komentář |
|
426 | 426 | label_comment_plural: Komentáře |
|
427 | 427 | label_x_comments: |
|
428 | 428 | zero: no comments |
|
429 | 429 | one: 1 comment |
|
430 | 430 | other: "{{count}} comments" |
|
431 | 431 | label_comment_add: Přidat komentáře |
|
432 | 432 | label_comment_added: Komentář přidán |
|
433 | 433 | label_comment_delete: Odstranit komentář |
|
434 | 434 | label_query: Uživatelský dotaz |
|
435 | 435 | label_query_plural: Uživatelské dotazy |
|
436 | 436 | label_query_new: Nový dotaz |
|
437 | 437 | label_filter_add: Přidat filtr |
|
438 | 438 | label_filter_plural: Filtry |
|
439 | 439 | label_equals: je |
|
440 | 440 | label_not_equals: není |
|
441 | 441 | label_in_less_than: je měší než |
|
442 | 442 | label_in_more_than: je větší než |
|
443 | 443 | label_in: v |
|
444 | 444 | label_today: dnes |
|
445 | 445 | label_all_time: vše |
|
446 | 446 | label_yesterday: včera |
|
447 | 447 | label_this_week: tento týden |
|
448 | 448 | label_last_week: minulý týden |
|
449 | 449 | label_last_n_days: "posledních {{count}} dnů" |
|
450 | 450 | label_this_month: tento měsíc |
|
451 | 451 | label_last_month: minulý měsíc |
|
452 | 452 | label_this_year: tento rok |
|
453 | 453 | label_date_range: Časový rozsah |
|
454 | 454 | label_less_than_ago: před méně jak (dny) |
|
455 | 455 | label_more_than_ago: před více jak (dny) |
|
456 | 456 | label_ago: před (dny) |
|
457 | 457 | label_contains: obsahuje |
|
458 | 458 | label_not_contains: neobsahuje |
|
459 | 459 | label_day_plural: dny |
|
460 | 460 | label_repository: Repository |
|
461 | 461 | label_repository_plural: Repository |
|
462 | 462 | label_browse: Procházet |
|
463 | 463 | label_modification: "{{count}} změna" |
|
464 | 464 | label_modification_plural: "{{count}} změn" |
|
465 | 465 | label_revision: Revize |
|
466 | 466 | label_revision_plural: Revizí |
|
467 | 467 | label_associated_revisions: Související verze |
|
468 | 468 | label_added: přidáno |
|
469 | 469 | label_modified: změněno |
|
470 | 470 | label_deleted: odstraněno |
|
471 | 471 | label_latest_revision: Poslední revize |
|
472 | 472 | label_latest_revision_plural: Poslední revize |
|
473 | 473 | label_view_revisions: Zobrazit revize |
|
474 | 474 | label_max_size: Maximální velikost |
|
475 | 475 | label_sort_highest: Přesunout na začátek |
|
476 | 476 | label_sort_higher: Přesunout nahoru |
|
477 | 477 | label_sort_lower: Přesunout dolů |
|
478 | 478 | label_sort_lowest: Přesunout na konec |
|
479 | 479 | label_roadmap: Plán |
|
480 | 480 | label_roadmap_due_in: "Zbývá {{value}}" |
|
481 | 481 | label_roadmap_overdue: "{{value}} pozdě" |
|
482 | 482 | label_roadmap_no_issues: Pro tuto verzi nejsou žádné úkoly |
|
483 | 483 | label_search: Hledat |
|
484 | 484 | label_result_plural: Výsledky |
|
485 | 485 | label_all_words: Všechna slova |
|
486 | 486 | label_wiki: Wiki |
|
487 | 487 | label_wiki_edit: Wiki úprava |
|
488 | 488 | label_wiki_edit_plural: Wiki úpravy |
|
489 | 489 | label_wiki_page: Wiki stránka |
|
490 | 490 | label_wiki_page_plural: Wiki stránky |
|
491 | 491 | label_index_by_title: Index dle názvu |
|
492 | 492 | label_index_by_date: Index dle data |
|
493 | 493 | label_current_version: Aktuální verze |
|
494 | 494 | label_preview: Náhled |
|
495 | 495 | label_feed_plural: Příspěvky |
|
496 | 496 | label_changes_details: Detail všech změn |
|
497 | 497 | label_issue_tracking: Sledování úkolů |
|
498 | 498 | label_spent_time: Strávený čas |
|
499 | 499 | label_f_hour: "{{value}} hodina" |
|
500 | 500 | label_f_hour_plural: "{{value}} hodin" |
|
501 | 501 | label_time_tracking: Sledování času |
|
502 | 502 | label_change_plural: Změny |
|
503 | 503 | label_statistics: Statistiky |
|
504 | 504 | label_commits_per_month: Commitů za měsíc |
|
505 | 505 | label_commits_per_author: Commitů za autora |
|
506 | 506 | label_view_diff: Zobrazit rozdíly |
|
507 | 507 | label_diff_inline: uvnitř |
|
508 | 508 | label_diff_side_by_side: vedle sebe |
|
509 | 509 | label_options: Nastavení |
|
510 | 510 | label_copy_workflow_from: Kopírovat workflow z |
|
511 | 511 | label_permissions_report: Přehled práv |
|
512 | 512 | label_watched_issues: Sledované úkoly |
|
513 | 513 | label_related_issues: Související úkoly |
|
514 | 514 | label_applied_status: Použitý stav |
|
515 | 515 | label_loading: Nahrávám... |
|
516 | 516 | label_relation_new: Nová souvislost |
|
517 | 517 | label_relation_delete: Odstranit souvislost |
|
518 | 518 | label_relates_to: související s |
|
519 | 519 | label_duplicates: duplicity |
|
520 | 520 | label_blocks: bloků |
|
521 | 521 | label_blocked_by: zablokován |
|
522 | 522 | label_precedes: předchází |
|
523 | 523 | label_follows: následuje |
|
524 | 524 | label_end_to_start: od konce do začátku |
|
525 | 525 | label_end_to_end: od konce do konce |
|
526 | 526 | label_start_to_start: od začátku do začátku |
|
527 | 527 | label_start_to_end: od začátku do konce |
|
528 | 528 | label_stay_logged_in: Zůstat přihlášený |
|
529 | 529 | label_disabled: zakázán |
|
530 | 530 | label_show_completed_versions: Ukázat dokončené verze |
|
531 | 531 | label_me: mě |
|
532 | 532 | label_board: Fórum |
|
533 | 533 | label_board_new: Nové fórum |
|
534 | 534 | label_board_plural: Fóra |
|
535 | 535 | label_topic_plural: Témata |
|
536 | 536 | label_message_plural: Zprávy |
|
537 | 537 | label_message_last: Poslední zpráva |
|
538 | 538 | label_message_new: Nová zpráva |
|
539 | 539 | label_message_posted: Zpráva přidána |
|
540 | 540 | label_reply_plural: Odpovědi |
|
541 | 541 | label_send_information: Zaslat informace o účtu uživateli |
|
542 | 542 | label_year: Rok |
|
543 | 543 | label_month: Měsíc |
|
544 | 544 | label_week: Týden |
|
545 | 545 | label_date_from: Od |
|
546 | 546 | label_date_to: Do |
|
547 | 547 | label_language_based: Podle výchozího jazyku |
|
548 | 548 | label_sort_by: "Seřadit podle {{value}}" |
|
549 | 549 | label_send_test_email: Poslat testovací email |
|
550 | 550 | label_feeds_access_key_created_on: "Přístupový klíč pro RSS byl vytvořen před {{value}}" |
|
551 | 551 | label_module_plural: Moduly |
|
552 | 552 | label_added_time_by: "'Přidáno uživatelem {{author}} před {{age}}'" |
|
553 | 553 | label_updated_time: "Aktualizováno před {{value}}'" |
|
554 | 554 | label_jump_to_a_project: Zvolit projekt... |
|
555 | 555 | label_file_plural: Soubory |
|
556 | 556 | label_changeset_plural: Changesety |
|
557 | 557 | label_default_columns: Výchozí sloupce |
|
558 | 558 | label_no_change_option: (beze změny) |
|
559 | 559 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
560 | 560 | label_theme: Téma |
|
561 | 561 | label_default: Výchozí |
|
562 | 562 | label_search_titles_only: Vyhledávat pouze v názvech |
|
563 | 563 | label_user_mail_option_all: "Pro všechny události všech mých projektů" |
|
564 | 564 | label_user_mail_option_selected: "Pro všechny události vybraných projektů..." |
|
565 | 565 | label_user_mail_option_none: "Pouze pro události které sleduji nebo které se mne týkají" |
|
566 | 566 | label_user_mail_no_self_notified: "Nezasílat informace o mnou vytvořených změnách" |
|
567 | 567 | label_registration_activation_by_email: aktivace účtu emailem |
|
568 | 568 | label_registration_manual_activation: manuální aktivace účtu |
|
569 | 569 | label_registration_automatic_activation: automatická aktivace účtu |
|
570 | 570 | label_display_per_page: "{{value}} na stránku'" |
|
571 | 571 | label_age: Věk |
|
572 | 572 | label_change_properties: Změnit vlastnosti |
|
573 | 573 | label_general: Obecné |
|
574 | 574 | label_more: Více |
|
575 | 575 | label_scm: SCM |
|
576 | 576 | label_plugins: Doplňky |
|
577 | 577 | label_ldap_authentication: Autentifikace LDAP |
|
578 | 578 | label_downloads_abbr: D/L |
|
579 | 579 | label_optional_description: Volitelný popis |
|
580 | 580 | label_add_another_file: Přidat další soubor |
|
581 | 581 | label_preferences: Nastavení |
|
582 | 582 | label_chronological_order: V chronologickém pořadí |
|
583 | 583 | label_reverse_chronological_order: V obrácaném chronologickém pořadí |
|
584 | 584 | |
|
585 | 585 | button_login: Přihlásit |
|
586 | 586 | button_submit: Potvrdit |
|
587 | 587 | button_save: Uložit |
|
588 | 588 | button_check_all: Zašrtnout vše |
|
589 | 589 | button_uncheck_all: Odšrtnout vše |
|
590 | 590 | button_delete: Odstranit |
|
591 | 591 | button_create: Vytvořit |
|
592 | 592 | button_test: Test |
|
593 | 593 | button_edit: Upravit |
|
594 | 594 | button_add: Přidat |
|
595 | 595 | button_change: Změnit |
|
596 | 596 | button_apply: Použít |
|
597 | 597 | button_clear: Smazat |
|
598 | 598 | button_lock: Zamknout |
|
599 | 599 | button_unlock: Odemknout |
|
600 | 600 | button_download: Stáhnout |
|
601 | 601 | button_list: Vypsat |
|
602 | 602 | button_view: Zobrazit |
|
603 | 603 | button_move: Přesunout |
|
604 | 604 | button_back: Zpět |
|
605 | 605 | button_cancel: Storno |
|
606 | 606 | button_activate: Aktivovat |
|
607 | 607 | button_sort: Seřadit |
|
608 | 608 | button_log_time: Přidat čas |
|
609 | 609 | button_rollback: Zpět k této verzi |
|
610 | 610 | button_watch: Sledovat |
|
611 | 611 | button_unwatch: Nesledovat |
|
612 | 612 | button_reply: Odpovědět |
|
613 | 613 | button_archive: Archivovat |
|
614 | 614 | button_unarchive: Odarchivovat |
|
615 | 615 | button_reset: Reset |
|
616 | 616 | button_rename: Přejmenovat |
|
617 | 617 | button_change_password: Změnit heslo |
|
618 | 618 | button_copy: Kopírovat |
|
619 | 619 | button_annotate: Komentovat |
|
620 | 620 | button_update: Aktualizovat |
|
621 | 621 | button_configure: Konfigurovat |
|
622 | 622 | |
|
623 | 623 | status_active: aktivní |
|
624 | 624 | status_registered: registrovaný |
|
625 | 625 | status_locked: uzamčený |
|
626 | 626 | |
|
627 | 627 | text_select_mail_notifications: Vyberte akci při které bude zasláno upozornění emailem. |
|
628 | 628 | text_regexp_info: např. ^[A-Z0-9]+$ |
|
629 | 629 | text_min_max_length_info: 0 znamená bez limitu |
|
630 | 630 | text_project_destroy_confirmation: Jste si jisti, že chcete odstranit tento projekt a všechna související data ? |
|
631 | 631 | text_workflow_edit: Vyberte roli a frontu k editaci workflow |
|
632 | 632 | text_are_you_sure: Jste si jisti? |
|
633 | 633 | text_journal_changed: "změněno z {{old}} na {{new}}" |
|
634 | 634 | text_journal_set_to: "nastaveno na {{value}}" |
|
635 | 635 | text_journal_deleted: odstraněno |
|
636 | 636 | text_tip_task_begin_day: úkol začíná v tento den |
|
637 | 637 | text_tip_task_end_day: úkol končí v tento den |
|
638 | 638 | text_tip_task_begin_end_day: úkol začíná a končí v tento den |
|
639 | 639 | text_project_identifier_info: 'Jsou povolena malá písmena (a-z), čísla a pomlčky.<br />Po uložení již není možné identifikátor změnit.' |
|
640 | 640 | text_caracters_maximum: "{{count}} znaků maximálně." |
|
641 | 641 | text_caracters_minimum: "Musí být alespoň {{count}} znaků dlouhé." |
|
642 | 642 | text_length_between: "Délka mezi {{min}} a {{max}} znaky." |
|
643 | 643 | text_tracker_no_workflow: Pro tuto frontu není definován žádný workflow |
|
644 | 644 | text_unallowed_characters: Nepovolené znaky |
|
645 | 645 | text_comma_separated: Povoleno více hodnot (oddělěné čárkou). |
|
646 | 646 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
647 | 647 | text_issue_added: "Úkol {{id}} byl vytvořen uživatelem {{author}}." |
|
648 | 648 | text_issue_updated: "Úkol {{id}} byl aktualizován uživatelem {{author}}." |
|
649 | 649 | text_wiki_destroy_confirmation: Opravdu si přejete odstranit tuto WIKI a celý její obsah? |
|
650 | 650 | text_issue_category_destroy_question: "Některé úkoly ({{count}}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?" |
|
651 | 651 | text_issue_category_destroy_assignments: Zrušit přiřazení ke kategorii |
|
652 | 652 | text_issue_category_reassign_to: Přiřadit úkoly do této kategorie |
|
653 | 653 | text_user_mail_option: "U projektů, které nebyly vybrány, budete dostávat oznámení pouze o vašich či o sledovaných položkách (např. o položkách jejichž jste autor nebo ke kterým jste přiřazen(a))." |
|
654 | 654 | text_no_configuration_data: "Role, fronty, stavy úkolů ani workflow nebyly zatím nakonfigurovány.\nVelice doporučujeme nahrát výchozí konfiguraci.Po té si můžete vše upravit" |
|
655 | 655 | text_load_default_configuration: Nahrát výchozí konfiguraci |
|
656 | 656 | text_status_changed_by_changeset: "Použito v changesetu {{value}}." |
|
657 | 657 | text_issues_destroy_confirmation: 'Opravdu si přejete odstranit všechny zvolené úkoly?' |
|
658 | 658 | text_select_project_modules: 'Aktivní moduly v tomto projektu:' |
|
659 | 659 | text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno |
|
660 | 660 | text_file_repository_writable: Povolen zápis do repository |
|
661 | 661 | text_rmagick_available: RMagick k dispozici (volitelné) |
|
662 | 662 | text_destroy_time_entries_question: U úkolů, které chcete odstranit je evidováno %.02f práce. Co chete udělat? |
|
663 | 663 | text_destroy_time_entries: Odstranit evidované hodiny. |
|
664 | 664 | text_assign_time_entries_to_project: Přiřadit evidované hodiny projektu |
|
665 | 665 | text_reassign_time_entries: 'Přeřadit evidované hodiny k tomuto úkolu:' |
|
666 | 666 | |
|
667 | 667 | default_role_manager: Manažer |
|
668 | 668 | default_role_developper: Vývojář |
|
669 | 669 | default_role_reporter: Reportér |
|
670 | 670 | default_tracker_bug: Chyba |
|
671 | 671 | default_tracker_feature: Požadavek |
|
672 | 672 | default_tracker_support: Podpora |
|
673 | 673 | default_issue_status_new: Nový |
|
674 | 674 | default_issue_status_assigned: Přiřazený |
|
675 | 675 | default_issue_status_resolved: Vyřešený |
|
676 | 676 | default_issue_status_feedback: Čeká se |
|
677 | 677 | default_issue_status_closed: Uzavřený |
|
678 | 678 | default_issue_status_rejected: Odmítnutý |
|
679 | 679 | default_doc_category_user: Uživatelská dokumentace |
|
680 | 680 | default_doc_category_tech: Technická dokumentace |
|
681 | 681 | default_priority_low: Nízká |
|
682 | 682 | default_priority_normal: Normální |
|
683 | 683 | default_priority_high: Vysoká |
|
684 | 684 | default_priority_urgent: Urgentní |
|
685 | 685 | default_priority_immediate: Okamžitá |
|
686 | 686 | default_activity_design: Design |
|
687 | 687 | default_activity_development: Vývoj |
|
688 | 688 | |
|
689 | 689 | enumeration_issue_priorities: Priority úkolů |
|
690 | 690 | enumeration_doc_categories: Kategorie dokumentů |
|
691 | 691 | enumeration_activities: Aktivity (sledování času) |
|
692 | 692 | error_scm_annotate: "Položka neexistuje nebo nemůže být komentována." |
|
693 | 693 | label_planning: Plánování |
|
694 | 694 | text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted.'" |
|
695 | 695 | label_and_its_subprojects: "{{value}} and its subprojects" |
|
696 | 696 | mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:" |
|
697 | 697 | mail_subject_reminder: "{{count}} issue(s) due in the next days" |
|
698 | 698 | text_user_wrote: "{{value}} wrote:'" |
|
699 | 699 | label_duplicated_by: duplicated by |
|
700 | 700 | setting_enabled_scm: Enabled SCM |
|
701 | 701 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
702 | 702 | text_enumeration_destroy_question: "{{count}} objects are assigned to this value.'" |
|
703 | 703 | label_incoming_emails: Incoming emails |
|
704 | 704 | label_generate_key: Generate a key |
|
705 | 705 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
706 | 706 | setting_mail_handler_api_key: API key |
|
707 | 707 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
708 | 708 | field_parent_title: Parent page |
|
709 | 709 | label_issue_watchers: Watchers |
|
710 | 710 | setting_commit_logs_encoding: Commit messages encoding |
|
711 | 711 | button_quote: Quote |
|
712 | 712 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
713 | 713 | notice_unable_delete_version: Unable to delete version |
|
714 | 714 | label_renamed: renamed |
|
715 | 715 | label_copied: copied |
|
716 | 716 | setting_plain_text_mail: plain text only (no HTML) |
|
717 | 717 | permission_view_files: View files |
|
718 | 718 | permission_edit_issues: Edit issues |
|
719 | 719 | permission_edit_own_time_entries: Edit own time logs |
|
720 | 720 | permission_manage_public_queries: Manage public queries |
|
721 | 721 | permission_add_issues: Add issues |
|
722 | 722 | permission_log_time: Log spent time |
|
723 | 723 | permission_view_changesets: View changesets |
|
724 | 724 | permission_view_time_entries: View spent time |
|
725 | 725 | permission_manage_versions: Manage versions |
|
726 | 726 | permission_manage_wiki: Manage wiki |
|
727 | 727 | permission_manage_categories: Manage issue categories |
|
728 | 728 | permission_protect_wiki_pages: Protect wiki pages |
|
729 | 729 | permission_comment_news: Comment news |
|
730 | 730 | permission_delete_messages: Delete messages |
|
731 | 731 | permission_select_project_modules: Select project modules |
|
732 | 732 | permission_manage_documents: Manage documents |
|
733 | 733 | permission_edit_wiki_pages: Edit wiki pages |
|
734 | 734 | permission_add_issue_watchers: Add watchers |
|
735 | 735 | permission_view_gantt: View gantt chart |
|
736 | 736 | permission_move_issues: Move issues |
|
737 | 737 | permission_manage_issue_relations: Manage issue relations |
|
738 | 738 | permission_delete_wiki_pages: Delete wiki pages |
|
739 | 739 | permission_manage_boards: Manage boards |
|
740 | 740 | permission_delete_wiki_pages_attachments: Delete attachments |
|
741 | 741 | permission_view_wiki_edits: View wiki history |
|
742 | 742 | permission_add_messages: Post messages |
|
743 | 743 | permission_view_messages: View messages |
|
744 | 744 | permission_manage_files: Manage files |
|
745 | 745 | permission_edit_issue_notes: Edit notes |
|
746 | 746 | permission_manage_news: Manage news |
|
747 | 747 | permission_view_calendar: View calendrier |
|
748 | 748 | permission_manage_members: Manage members |
|
749 | 749 | permission_edit_messages: Edit messages |
|
750 | 750 | permission_delete_issues: Delete issues |
|
751 | 751 | permission_view_issue_watchers: View watchers list |
|
752 | 752 | permission_manage_repository: Manage repository |
|
753 | 753 | permission_commit_access: Commit access |
|
754 | 754 | permission_browse_repository: Browse repository |
|
755 | 755 | permission_view_documents: View documents |
|
756 | 756 | permission_edit_project: Edit project |
|
757 | 757 | permission_add_issue_notes: Add notes |
|
758 | 758 | permission_save_queries: Save queries |
|
759 | 759 | permission_view_wiki_pages: View wiki |
|
760 | 760 | permission_rename_wiki_pages: Rename wiki pages |
|
761 | 761 | permission_edit_time_entries: Edit time logs |
|
762 | 762 | permission_edit_own_issue_notes: Edit own notes |
|
763 | 763 | setting_gravatar_enabled: Use Gravatar user icons |
|
764 | 764 | label_example: Example |
|
765 | 765 | 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." |
|
766 | 766 | permission_edit_own_messages: Edit own messages |
|
767 | 767 | permission_delete_own_messages: Delete own messages |
|
768 | 768 | label_user_activity: "{{value}}'s activity" |
|
769 | 769 | label_updated_time_by: "Updated by {{author}} {{age}} ago" |
|
770 | 770 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
771 | 771 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
772 | 772 | text_plugin_assets_writable: Plugin assets directory writable |
|
773 | 773 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
774 | 774 | button_create_and_continue: Create and continue |
|
775 | 775 | text_custom_field_possible_values_info: 'One line for each value' |
|
776 | 776 | label_display: Display |
|
777 | 777 | field_editable: Editable |
|
778 | 778 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
779 | 779 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
780 | 780 | field_watcher: Watcher |
|
781 | 781 | setting_openid: Allow OpenID login and registration |
|
782 | field_identity_url: OpenID URL | |
|
783 | label_login_with_open_id_option: or login with OpenID |
@@ -1,808 +1,810 | |||
|
1 | 1 | # Danish translation file for standard Ruby on Rails internationalization |
|
2 | 2 | # by Lars Hoeg (http://www.lenio.dk/) |
|
3 | 3 | |
|
4 | 4 | da: |
|
5 | 5 | date: |
|
6 | 6 | formats: |
|
7 | 7 | default: "%d.%m.%Y" |
|
8 | 8 | short: "%e. %b %Y" |
|
9 | 9 | long: "%e. %B %Y" |
|
10 | 10 | |
|
11 | 11 | day_names: [søndag, mandag, tirsdag, onsdag, torsdag, fredag, lørdag] |
|
12 | 12 | abbr_day_names: [sø, ma, ti, 'on', to, fr, lø] |
|
13 | 13 | month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december] |
|
14 | 14 | abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] |
|
15 | 15 | order: [ :day, :month, :year ] |
|
16 | 16 | |
|
17 | 17 | time: |
|
18 | 18 | formats: |
|
19 | 19 | default: "%e. %B %Y, %H:%M" |
|
20 | 20 | short: "%e. %b %Y, %H:%M" |
|
21 | 21 | long: "%A, %e. %B %Y, %H:%M" |
|
22 | 22 | am: "" |
|
23 | 23 | pm: "" |
|
24 | 24 | |
|
25 | 25 | support: |
|
26 | 26 | array: |
|
27 | 27 | sentence_connector: "og" |
|
28 | 28 | skip_last_comma: true |
|
29 | 29 | |
|
30 | 30 | datetime: |
|
31 | 31 | distance_in_words: |
|
32 | 32 | half_a_minute: "et halvt minut" |
|
33 | 33 | less_than_x_seconds: |
|
34 | 34 | one: "mindre end et sekund" |
|
35 | 35 | other: "mindre end {{count}} sekunder" |
|
36 | 36 | x_seconds: |
|
37 | 37 | one: "et sekund" |
|
38 | 38 | other: "{{count}} sekunder" |
|
39 | 39 | less_than_x_minutes: |
|
40 | 40 | one: "mindre end et minut" |
|
41 | 41 | other: "mindre end {{count}} minutter" |
|
42 | 42 | x_minutes: |
|
43 | 43 | one: "et minut" |
|
44 | 44 | other: "{{count}} minutter" |
|
45 | 45 | about_x_hours: |
|
46 | 46 | one: "cirka en time" |
|
47 | 47 | other: "cirka {{count}} timer" |
|
48 | 48 | x_days: |
|
49 | 49 | one: "en dag" |
|
50 | 50 | other: "{{count}} dage" |
|
51 | 51 | about_x_months: |
|
52 | 52 | one: "cirka en måned" |
|
53 | 53 | other: "cirka {{count}} måneder" |
|
54 | 54 | x_months: |
|
55 | 55 | one: "en måned" |
|
56 | 56 | other: "{{count}} måneder" |
|
57 | 57 | about_x_years: |
|
58 | 58 | one: "cirka et år" |
|
59 | 59 | other: "cirka {{count}} år" |
|
60 | 60 | over_x_years: |
|
61 | 61 | one: "mere end et år" |
|
62 | 62 | other: "mere end {{count}} år" |
|
63 | 63 | |
|
64 | 64 | number: |
|
65 | 65 | format: |
|
66 | 66 | separator: "," |
|
67 | 67 | delimiter: "." |
|
68 | 68 | precision: 3 |
|
69 | 69 | currency: |
|
70 | 70 | format: |
|
71 | 71 | format: "%u %n" |
|
72 | 72 | unit: "DKK" |
|
73 | 73 | separator: "," |
|
74 | 74 | delimiter: "." |
|
75 | 75 | precision: 2 |
|
76 | 76 | precision: |
|
77 | 77 | format: |
|
78 | 78 | # separator: |
|
79 | 79 | delimiter: "" |
|
80 | 80 | # precision: |
|
81 | 81 | human: |
|
82 | 82 | format: |
|
83 | 83 | # separator: |
|
84 | 84 | delimiter: "" |
|
85 | 85 | precision: 1 |
|
86 | 86 | storage_units: [Bytes, KB, MB, GB, TB] |
|
87 | 87 | percentage: |
|
88 | 88 | format: |
|
89 | 89 | # separator: |
|
90 | 90 | delimiter: "" |
|
91 | 91 | # precision: |
|
92 | 92 | |
|
93 | 93 | activerecord: |
|
94 | 94 | errors: |
|
95 | 95 | messages: |
|
96 | 96 | inclusion: "er ikke i listen" |
|
97 | 97 | exclusion: "er reserveret" |
|
98 | 98 | invalid: "er ikke gyldig" |
|
99 | 99 | confirmation: "stemmer ikke overens" |
|
100 | 100 | accepted: "skal accepteres" |
|
101 | 101 | empty: "må ikke udelades" |
|
102 | 102 | blank: "skal udfyldes" |
|
103 | 103 | too_long: "er for lang (maksimum {{count}} tegn)" |
|
104 | 104 | too_short: "er for kort (minimum {{count}} tegn)" |
|
105 | 105 | wrong_length: "har forkert længde (skulle være {{count}} tegn)" |
|
106 | 106 | taken: "er allerede brugt" |
|
107 | 107 | not_a_number: "er ikke et tal" |
|
108 | 108 | greater_than: "skal være større end {{count}}" |
|
109 | 109 | greater_than_or_equal_to: "skal være større end eller lig med {{count}}" |
|
110 | 110 | equal_to: "skal være lig med {{count}}" |
|
111 | 111 | less_than: "skal være mindre end {{count}}" |
|
112 | 112 | less_than_or_equal_to: "skal være mindre end eller lig med {{count}}" |
|
113 | 113 | odd: "skal være ulige" |
|
114 | 114 | even: "skal være lige" |
|
115 | 115 | greater_than_start_date: "skal være senere end startdatoen" |
|
116 | 116 | not_same_project: "høre ikke til samme projekt" |
|
117 | 117 | circular_dependency: "Denne relation vil skabe et afhængighedsforhold" |
|
118 | 118 | |
|
119 | 119 | template: |
|
120 | 120 | header: |
|
121 | 121 | one: "En fejl forhindrede {{model}} i at blive gemt" |
|
122 | 122 | other: "{{count}} fejl forhindrede denne {{model}} i at blive gemt" |
|
123 | 123 | body: "Der var problemer med følgende felter:" |
|
124 | 124 | |
|
125 | 125 | actionview_instancetag_blank_option: Vælg venligst |
|
126 | 126 | |
|
127 | 127 | general_text_No: 'Nej' |
|
128 | 128 | general_text_Yes: 'Ja' |
|
129 | 129 | general_text_no: 'nej' |
|
130 | 130 | general_text_yes: 'ja' |
|
131 | 131 | general_lang_name: 'Danish (Dansk)' |
|
132 | 132 | general_csv_separator: ',' |
|
133 | 133 | general_csv_encoding: ISO-8859-1 |
|
134 | 134 | general_pdf_encoding: ISO-8859-1 |
|
135 | 135 | general_first_day_of_week: '1' |
|
136 | 136 | |
|
137 | 137 | notice_account_updated: Kontoen er opdateret. |
|
138 | 138 | notice_account_invalid_creditentials: Ugyldig bruger og kodeord |
|
139 | 139 | notice_account_password_updated: Kodeordet er opdateret. |
|
140 | 140 | notice_account_wrong_password: Forkert kodeord |
|
141 | 141 | notice_account_register_done: Kontoen er oprettet. For at aktivere kontoen skal du klikke på linket i den tilsendte email. |
|
142 | 142 | notice_account_unknown_email: Ukendt bruger. |
|
143 | 143 | notice_can_t_change_password: Denne konto benytter en ekstern sikkerhedsgodkendelse. Det er ikke muligt at skifte kodeord. |
|
144 | 144 | notice_account_lost_email_sent: En email med instruktioner til at vælge et nyt kodeord er afsendt til dig. |
|
145 | 145 | notice_account_activated: Din konto er aktiveret. Du kan nu logge ind. |
|
146 | 146 | notice_successful_create: Succesfuld oprettelse. |
|
147 | 147 | notice_successful_update: Succesfuld opdatering. |
|
148 | 148 | notice_successful_delete: Succesfuld sletning. |
|
149 | 149 | notice_successful_connection: Succesfuld forbindelse. |
|
150 | 150 | notice_file_not_found: Siden du forsøger at tilgå, eksisterer ikke eller er blevet fjernet. |
|
151 | 151 | notice_locking_conflict: Data er opdateret af en anden bruger. |
|
152 | 152 | notice_not_authorized: Du har ikke adgang til denne side. |
|
153 | 153 | notice_email_sent: "En email er sendt til {{value}}" |
|
154 | 154 | notice_email_error: "En fejl opstod under afsendelse af email ({{value}})" |
|
155 | 155 | notice_feeds_access_key_reseted: Din adgangsnøgle til RSS er nulstillet. |
|
156 | 156 | notice_failed_to_save_issues: "Det mislykkedes at gemme {{count}} sage(r) på {{total}} valgt: {{ids}}." |
|
157 | 157 | notice_no_issue_selected: "Ingen sag er valgt! Vælg venligst hvilke emner du vil rette." |
|
158 | 158 | notice_account_pending: "Din konto er oprettet, og afventer administrators godkendelse." |
|
159 | 159 | notice_default_data_loaded: Standardopsætningen er indlæst. |
|
160 | 160 | |
|
161 | 161 | error_can_t_load_default_data: "Standardopsætning kunne ikke indlæses: {{value}}" |
|
162 | 162 | error_scm_not_found: "Adgang og/eller revision blev ikke fundet i det valgte repository." |
|
163 | 163 | error_scm_command_failed: "En fejl opstod under fobindelsen til det valgte repository: {{value}}" |
|
164 | 164 | |
|
165 | 165 | mail_subject_lost_password: "Dit {{value}} kodeord" |
|
166 | 166 | mail_body_lost_password: 'For at ændre dit kodeord, klik på dette link:' |
|
167 | 167 | mail_subject_register: "{{value}} kontoaktivering" |
|
168 | 168 | mail_body_register: 'For at aktivere din konto, klik på dette link:' |
|
169 | 169 | mail_body_account_information_external: "Du kan bruge din {{value}} konto til at logge ind." |
|
170 | 170 | mail_body_account_information: Din kontoinformation |
|
171 | 171 | mail_subject_account_activation_request: "{{value}} kontoaktivering" |
|
172 | 172 | mail_body_account_activation_request: "En ny bruger ({{value}}) er registreret. Godkend venligst kontoen:'" |
|
173 | 173 | |
|
174 | 174 | gui_validation_error: 1 fejl |
|
175 | 175 | gui_validation_error_plural: "{{count}} fejl" |
|
176 | 176 | |
|
177 | 177 | field_name: Navn |
|
178 | 178 | field_description: Beskrivelse |
|
179 | 179 | field_summary: Sammenfatning |
|
180 | 180 | field_is_required: Skal udfyldes |
|
181 | 181 | field_firstname: Fornavn |
|
182 | 182 | field_lastname: Efternavn |
|
183 | 183 | field_mail: Email |
|
184 | 184 | field_filename: Fil |
|
185 | 185 | field_filesize: Størrelse |
|
186 | 186 | field_downloads: Downloads |
|
187 | 187 | field_author: Forfatter |
|
188 | 188 | field_created_on: Oprettet |
|
189 | 189 | field_updated_on: Opdateret |
|
190 | 190 | field_field_format: Format |
|
191 | 191 | field_is_for_all: For alle projekter |
|
192 | 192 | field_possible_values: Mulige værdier |
|
193 | 193 | field_regexp: Regulære udtryk |
|
194 | 194 | field_min_length: Mindste længde |
|
195 | 195 | field_max_length: Største længde |
|
196 | 196 | field_value: Værdi |
|
197 | 197 | field_category: Kategori |
|
198 | 198 | field_title: Titel |
|
199 | 199 | field_project: Projekt |
|
200 | 200 | field_issue: Sag |
|
201 | 201 | field_status: Status |
|
202 | 202 | field_notes: Noter |
|
203 | 203 | field_is_closed: Sagen er lukket |
|
204 | 204 | field_is_default: Standardværdi |
|
205 | 205 | field_tracker: Type |
|
206 | 206 | field_subject: Emne |
|
207 | 207 | field_due_date: Deadline |
|
208 | 208 | field_assigned_to: Tildelt til |
|
209 | 209 | field_priority: Prioritet |
|
210 | 210 | field_fixed_version: Target version |
|
211 | 211 | field_user: Bruger |
|
212 | 212 | field_role: Rolle |
|
213 | 213 | field_homepage: Hjemmeside |
|
214 | 214 | field_is_public: Offentlig |
|
215 | 215 | field_parent: Underprojekt af |
|
216 | 216 | field_is_in_chlog: Sager vist i ændringer |
|
217 | 217 | field_is_in_roadmap: Sager vist i roadmap |
|
218 | 218 | field_login: Login |
|
219 | 219 | field_mail_notification: Email-påmindelser |
|
220 | 220 | field_admin: Administrator |
|
221 | 221 | field_last_login_on: Sidste forbindelse |
|
222 | 222 | field_language: Sprog |
|
223 | 223 | field_effective_date: Dato |
|
224 | 224 | field_password: Kodeord |
|
225 | 225 | field_new_password: Nyt kodeord |
|
226 | 226 | field_password_confirmation: Bekræft |
|
227 | 227 | field_version: Version |
|
228 | 228 | field_type: Type |
|
229 | 229 | field_host: Vært |
|
230 | 230 | field_port: Port |
|
231 | 231 | field_account: Kode |
|
232 | 232 | field_base_dn: Base DN |
|
233 | 233 | field_attr_login: Login attribut |
|
234 | 234 | field_attr_firstname: Fornavn attribut |
|
235 | 235 | field_attr_lastname: Efternavn attribut |
|
236 | 236 | field_attr_mail: Email attribut |
|
237 | 237 | field_onthefly: løbende brugeroprettelse |
|
238 | 238 | field_start_date: Start |
|
239 | 239 | field_done_ratio: %% Færdig |
|
240 | 240 | field_auth_source: Sikkerhedsmetode |
|
241 | 241 | field_hide_mail: Skjul min email |
|
242 | 242 | field_comments: Kommentar |
|
243 | 243 | field_url: URL |
|
244 | 244 | field_start_page: Startside |
|
245 | 245 | field_subproject: Underprojekt |
|
246 | 246 | field_hours: Timer |
|
247 | 247 | field_activity: Aktivitet |
|
248 | 248 | field_spent_on: Dato |
|
249 | 249 | field_identifier: Identificering |
|
250 | 250 | field_is_filter: Brugt som et filter |
|
251 | 251 | field_issue_to_id: Beslægtede sag |
|
252 | 252 | field_delay: Udsættelse |
|
253 | 253 | field_assignable: Sager kan tildeles denne rolle |
|
254 | 254 | field_redirect_existing_links: Videresend eksisterende links |
|
255 | 255 | field_estimated_hours: Anslået tid |
|
256 | 256 | field_column_names: Kolonner |
|
257 | 257 | field_time_zone: Tidszone |
|
258 | 258 | field_searchable: Søgbar |
|
259 | 259 | field_default_value: Standardværdi |
|
260 | 260 | |
|
261 | 261 | setting_app_title: Applikationstitel |
|
262 | 262 | setting_app_subtitle: Applikationsundertekst |
|
263 | 263 | setting_welcome_text: Velkomsttekst |
|
264 | 264 | setting_default_language: Standardsporg |
|
265 | 265 | setting_login_required: Sikkerhed påkrævet |
|
266 | 266 | setting_self_registration: Brugeroprettelse |
|
267 | 267 | setting_attachment_max_size: Vedhæftede filers max størrelse |
|
268 | 268 | setting_issues_export_limit: Sagseksporteringsbegrænsning |
|
269 | 269 | setting_mail_from: Afsender-email |
|
270 | 270 | setting_bcc_recipients: Skjult modtager (bcc) |
|
271 | 271 | setting_host_name: Værts navn |
|
272 | 272 | setting_text_formatting: Tekstformatering |
|
273 | 273 | setting_wiki_compression: Wiki historikkomprimering |
|
274 | 274 | setting_feeds_limit: Feed indholdsbegrænsning |
|
275 | 275 | setting_autofetch_changesets: Automatisk hent commits |
|
276 | 276 | setting_sys_api_enabled: Aktiver webservice for automatisk administration af repository |
|
277 | 277 | setting_commit_ref_keywords: Referencenøgleord |
|
278 | 278 | setting_commit_fix_keywords: Afslutningsnøgleord |
|
279 | 279 | setting_autologin: Autologin |
|
280 | 280 | setting_date_format: Datoformat |
|
281 | 281 | setting_time_format: Tidsformat |
|
282 | 282 | setting_cross_project_issue_relations: Tillad sagsrelationer på tværs af projekter |
|
283 | 283 | setting_issue_list_default_columns: Standardkolonner på sagslisten |
|
284 | 284 | setting_repositories_encodings: Repository-tegnsæt |
|
285 | 285 | setting_emails_footer: Email-fodnote |
|
286 | 286 | setting_protocol: Protokol |
|
287 | 287 | setting_per_page_options: Objekter pr. side-indstillinger |
|
288 | 288 | setting_user_format: Brugervisningsformat |
|
289 | 289 | |
|
290 | 290 | project_module_issue_tracking: Sagssøgning |
|
291 | 291 | project_module_time_tracking: Tidsstyring |
|
292 | 292 | project_module_news: Nyheder |
|
293 | 293 | project_module_documents: Dokumenter |
|
294 | 294 | project_module_files: Filer |
|
295 | 295 | project_module_wiki: Wiki |
|
296 | 296 | project_module_repository: Repository |
|
297 | 297 | project_module_boards: Opslagstavle |
|
298 | 298 | |
|
299 | 299 | label_user: Bruger |
|
300 | 300 | label_user_plural: Brugere |
|
301 | 301 | label_user_new: Ny bruger |
|
302 | 302 | label_project: Projekt |
|
303 | 303 | label_project_new: Nyt projekt |
|
304 | 304 | label_project_plural: Projekter |
|
305 | 305 | label_x_projects: |
|
306 | 306 | zero: no projects |
|
307 | 307 | one: 1 project |
|
308 | 308 | other: "{{count}} projects" |
|
309 | 309 | label_project_all: Alle projekter |
|
310 | 310 | label_project_latest: Seneste projekter |
|
311 | 311 | label_issue: Sag |
|
312 | 312 | label_issue_new: Opret sag |
|
313 | 313 | label_issue_plural: Sager |
|
314 | 314 | label_issue_view_all: Vis alle sager |
|
315 | 315 | label_issues_by: "Sager fra {{value}}" |
|
316 | 316 | label_issue_added: Sagen er oprettet |
|
317 | 317 | label_issue_updated: Sagen er opdateret |
|
318 | 318 | label_document: Dokument |
|
319 | 319 | label_document_new: Nyt dokument |
|
320 | 320 | label_document_plural: Dokumenter |
|
321 | 321 | label_document_added: Dokument tilføjet |
|
322 | 322 | label_role: Rolle |
|
323 | 323 | label_role_plural: Roller |
|
324 | 324 | label_role_new: Ny rolle |
|
325 | 325 | label_role_and_permissions: Roller og rettigheder |
|
326 | 326 | label_member: Medlem |
|
327 | 327 | label_member_new: Nyt medlem |
|
328 | 328 | label_member_plural: Medlemmer |
|
329 | 329 | label_tracker: Type |
|
330 | 330 | label_tracker_plural: Typer |
|
331 | 331 | label_tracker_new: Ny type |
|
332 | 332 | label_workflow: Arbejdsgang |
|
333 | 333 | label_issue_status: Sagsstatus |
|
334 | 334 | label_issue_status_plural: Sagsstatuser |
|
335 | 335 | label_issue_status_new: Ny status |
|
336 | 336 | label_issue_category: Sagskategori |
|
337 | 337 | label_issue_category_plural: Sagskategorier |
|
338 | 338 | label_issue_category_new: Ny kategori |
|
339 | 339 | label_custom_field: Brugerdefineret felt |
|
340 | 340 | label_custom_field_plural: Brugerdefineret felt |
|
341 | 341 | label_custom_field_new: Nyt brugerdefineret felt |
|
342 | 342 | label_enumerations: Værdier |
|
343 | 343 | label_enumeration_new: Ny værdi |
|
344 | 344 | label_information: Information |
|
345 | 345 | label_information_plural: Information |
|
346 | 346 | label_please_login: Login |
|
347 | 347 | label_register: Registrer |
|
348 | 348 | label_password_lost: Glemt kodeord |
|
349 | 349 | label_home: Forside |
|
350 | 350 | label_my_page: Min side |
|
351 | 351 | label_my_account: Min konto |
|
352 | 352 | label_my_projects: Mine projekter |
|
353 | 353 | label_administration: Administration |
|
354 | 354 | label_login: Log ind |
|
355 | 355 | label_logout: Log ud |
|
356 | 356 | label_help: Hjælp |
|
357 | 357 | label_reported_issues: Rapporterede sager |
|
358 | 358 | label_assigned_to_me_issues: Sager tildelt til mig |
|
359 | 359 | label_last_login: Sidste forbindelse |
|
360 | 360 | label_registered_on: Registeret den |
|
361 | 361 | label_activity: Aktivitet |
|
362 | 362 | label_new: Ny |
|
363 | 363 | label_logged_as: Registreret som |
|
364 | 364 | label_environment: Miljø |
|
365 | 365 | label_authentication: Sikkerhed |
|
366 | 366 | label_auth_source: Sikkerhedsmetode |
|
367 | 367 | label_auth_source_new: Ny sikkerhedsmetode |
|
368 | 368 | label_auth_source_plural: Sikkerhedsmetoder |
|
369 | 369 | label_subproject_plural: Underprojekter |
|
370 | 370 | label_min_max_length: Min - Max længde |
|
371 | 371 | label_list: Liste |
|
372 | 372 | label_date: Dato |
|
373 | 373 | label_integer: Heltal |
|
374 | 374 | label_float: Kommatal |
|
375 | 375 | label_boolean: Sand/falsk |
|
376 | 376 | label_string: Tekst |
|
377 | 377 | label_text: Lang tekst |
|
378 | 378 | label_attribute: Attribut |
|
379 | 379 | label_attribute_plural: Attributter |
|
380 | 380 | label_download: "{{count}} Download" |
|
381 | 381 | label_download_plural: "{{count}} Downloads" |
|
382 | 382 | label_no_data: Ingen data at vise |
|
383 | 383 | label_change_status: Ændringsstatus |
|
384 | 384 | label_history: Historik |
|
385 | 385 | label_attachment: Fil |
|
386 | 386 | label_attachment_new: Ny fil |
|
387 | 387 | label_attachment_delete: Slet fil |
|
388 | 388 | label_attachment_plural: Filer |
|
389 | 389 | label_file_added: Fil tilføjet |
|
390 | 390 | label_report: Rapport |
|
391 | 391 | label_report_plural: Rapporter |
|
392 | 392 | label_news: Nyheder |
|
393 | 393 | label_news_new: Tilføj nyheder |
|
394 | 394 | label_news_plural: Nyheder |
|
395 | 395 | label_news_latest: Seneste nyheder |
|
396 | 396 | label_news_view_all: Vis alle nyheder |
|
397 | 397 | label_news_added: Nyhed tilføjet |
|
398 | 398 | label_change_log: Ændringer |
|
399 | 399 | label_settings: Indstillinger |
|
400 | 400 | label_overview: Oversigt |
|
401 | 401 | label_version: Version |
|
402 | 402 | label_version_new: Ny version |
|
403 | 403 | label_version_plural: Versioner |
|
404 | 404 | label_confirmation: Bekræftigelser |
|
405 | 405 | label_export_to: Eksporter til |
|
406 | 406 | label_read: Læs... |
|
407 | 407 | label_public_projects: Offentlige projekter |
|
408 | 408 | label_open_issues: åben |
|
409 | 409 | label_open_issues_plural: åbne |
|
410 | 410 | label_closed_issues: lukket |
|
411 | 411 | label_closed_issues_plural: lukkede |
|
412 | 412 | label_x_open_issues_abbr_on_total: |
|
413 | 413 | zero: 0 open / {{total}} |
|
414 | 414 | one: 1 open / {{total}} |
|
415 | 415 | other: "{{count}} open / {{total}}" |
|
416 | 416 | label_x_open_issues_abbr: |
|
417 | 417 | zero: 0 open |
|
418 | 418 | one: 1 open |
|
419 | 419 | other: "{{count}} open" |
|
420 | 420 | label_x_closed_issues_abbr: |
|
421 | 421 | zero: 0 closed |
|
422 | 422 | one: 1 closed |
|
423 | 423 | other: "{{count}} closed" |
|
424 | 424 | label_total: Total |
|
425 | 425 | label_permissions: Rettigheder |
|
426 | 426 | label_current_status: Nuværende status |
|
427 | 427 | label_new_statuses_allowed: Ny status tilladt |
|
428 | 428 | label_all: alle |
|
429 | 429 | label_none: intet |
|
430 | 430 | label_nobody: ingen |
|
431 | 431 | label_next: Næste |
|
432 | 432 | label_previous: Forrig |
|
433 | 433 | label_used_by: Brugt af |
|
434 | 434 | label_details: Detaljer |
|
435 | 435 | label_add_note: Tilføj en note |
|
436 | 436 | label_per_page: Pr. side |
|
437 | 437 | label_calendar: Kalender |
|
438 | 438 | label_months_from: måneder frem |
|
439 | 439 | label_gantt: Gantt |
|
440 | 440 | label_internal: Intern |
|
441 | 441 | label_last_changes: "sidste {{count}} ændringer" |
|
442 | 442 | label_change_view_all: Vis alle ændringer |
|
443 | 443 | label_personalize_page: Tilret denne side |
|
444 | 444 | label_comment: Kommentar |
|
445 | 445 | label_comment_plural: Kommentarer |
|
446 | 446 | label_x_comments: |
|
447 | 447 | zero: no comments |
|
448 | 448 | one: 1 comment |
|
449 | 449 | other: "{{count}} comments" |
|
450 | 450 | label_comment_add: Tilføj en kommentar |
|
451 | 451 | label_comment_added: Kommentaren er tilføjet |
|
452 | 452 | label_comment_delete: Slet kommentar |
|
453 | 453 | label_query: Brugerdefineret forespørgsel |
|
454 | 454 | label_query_plural: Brugerdefinerede forespørgsler |
|
455 | 455 | label_query_new: Ny forespørgsel |
|
456 | 456 | label_filter_add: Tilføj filter |
|
457 | 457 | label_filter_plural: Filtre |
|
458 | 458 | label_equals: er |
|
459 | 459 | label_not_equals: er ikke |
|
460 | 460 | label_in_less_than: er mindre end |
|
461 | 461 | label_in_more_than: er større end |
|
462 | 462 | label_in: indeholdt i |
|
463 | 463 | label_today: i dag |
|
464 | 464 | label_all_time: altid |
|
465 | 465 | label_yesterday: i går |
|
466 | 466 | label_this_week: denne uge |
|
467 | 467 | label_last_week: sidste uge |
|
468 | 468 | label_last_n_days: "sidste {{count}} dage" |
|
469 | 469 | label_this_month: denne måned |
|
470 | 470 | label_last_month: sidste måned |
|
471 | 471 | label_this_year: dette år |
|
472 | 472 | label_date_range: Dato interval |
|
473 | 473 | label_less_than_ago: mindre end dage siden |
|
474 | 474 | label_more_than_ago: mere end dage siden |
|
475 | 475 | label_ago: days siden |
|
476 | 476 | label_contains: indeholder |
|
477 | 477 | label_not_contains: ikke indeholder |
|
478 | 478 | label_day_plural: dage |
|
479 | 479 | label_repository: Repository |
|
480 | 480 | label_repository_plural: Repositories |
|
481 | 481 | label_browse: Gennemse |
|
482 | 482 | label_modification: "{{count}} ændring" |
|
483 | 483 | label_modification_plural: "{{count}} ændringer" |
|
484 | 484 | label_revision: Revision |
|
485 | 485 | label_revision_plural: Revisioner |
|
486 | 486 | label_associated_revisions: Tilnyttede revisioner |
|
487 | 487 | label_added: tilføjet |
|
488 | 488 | label_modified: ændret |
|
489 | 489 | label_deleted: slettet |
|
490 | 490 | label_latest_revision: Seneste revision |
|
491 | 491 | label_latest_revision_plural: Seneste revisioner |
|
492 | 492 | label_view_revisions: Se revisioner |
|
493 | 493 | label_max_size: Maximal størrelse |
|
494 | 494 | label_sort_highest: Flyt til toppen |
|
495 | 495 | label_sort_higher: Flyt op |
|
496 | 496 | label_sort_lower: Flyt ned |
|
497 | 497 | label_sort_lowest: Flyt til bunden |
|
498 | 498 | label_roadmap: Roadmap |
|
499 | 499 | label_roadmap_due_in: Deadline |
|
500 | 500 | label_roadmap_overdue: "{{value}} forsinket" |
|
501 | 501 | label_roadmap_no_issues: Ingen sager til denne version |
|
502 | 502 | label_search: Søg |
|
503 | 503 | label_result_plural: Resultater |
|
504 | 504 | label_all_words: Alle ord |
|
505 | 505 | label_wiki: Wiki |
|
506 | 506 | label_wiki_edit: Wiki ændring |
|
507 | 507 | label_wiki_edit_plural: Wiki ændringer |
|
508 | 508 | label_wiki_page: Wiki side |
|
509 | 509 | label_wiki_page_plural: Wiki sider |
|
510 | 510 | label_index_by_title: Indhold efter titel |
|
511 | 511 | label_index_by_date: Indhold efter dato |
|
512 | 512 | label_current_version: Nuværende version |
|
513 | 513 | label_preview: Forhåndsvisning |
|
514 | 514 | label_feed_plural: Feeds |
|
515 | 515 | label_changes_details: Detaljer for alle ænringer |
|
516 | 516 | label_issue_tracking: Sags søgning |
|
517 | 517 | label_spent_time: Brugt tid |
|
518 | 518 | label_f_hour: "{{value}} time" |
|
519 | 519 | label_f_hour_plural: "{{value}} timer" |
|
520 | 520 | label_time_tracking: Tidsstyring |
|
521 | 521 | label_change_plural: Ændringer |
|
522 | 522 | label_statistics: Statistik |
|
523 | 523 | label_commits_per_month: Commits pr. måned |
|
524 | 524 | label_commits_per_author: Commits pr. bruger |
|
525 | 525 | label_view_diff: Vis forskellighed |
|
526 | 526 | label_diff_inline: inline |
|
527 | 527 | label_diff_side_by_side: side om side |
|
528 | 528 | label_options: Optioner |
|
529 | 529 | label_copy_workflow_from: Kopier arbejdsgang fra |
|
530 | 530 | label_permissions_report: Godkendelsesrapport |
|
531 | 531 | label_watched_issues: Overvågede sager |
|
532 | 532 | label_related_issues: Relaterede sager |
|
533 | 533 | label_applied_status: Anvendte statuser |
|
534 | 534 | label_loading: Indlæser... |
|
535 | 535 | label_relation_new: Ny relation |
|
536 | 536 | label_relation_delete: Slet relation |
|
537 | 537 | label_relates_to: relaterer til |
|
538 | 538 | label_duplicates: kopierer |
|
539 | 539 | label_blocks: blokerer |
|
540 | 540 | label_blocked_by: blokeret af |
|
541 | 541 | label_precedes: kommer før |
|
542 | 542 | label_follows: følger |
|
543 | 543 | label_end_to_start: slut til start |
|
544 | 544 | label_end_to_end: slut til slut |
|
545 | 545 | label_start_to_start: start til start |
|
546 | 546 | label_start_to_end: start til slut |
|
547 | 547 | label_stay_logged_in: Forbliv indlogget |
|
548 | 548 | label_disabled: deaktiveret |
|
549 | 549 | label_show_completed_versions: Vis færdige versioner |
|
550 | 550 | label_me: mig |
|
551 | 551 | label_board: Forum |
|
552 | 552 | label_board_new: Nyt forum |
|
553 | 553 | label_board_plural: Fora |
|
554 | 554 | label_topic_plural: Emner |
|
555 | 555 | label_message_plural: Beskeder |
|
556 | 556 | label_message_last: Sidste besked |
|
557 | 557 | label_message_new: Ny besked |
|
558 | 558 | label_message_posted: Besked tilføjet |
|
559 | 559 | label_reply_plural: Besvarer |
|
560 | 560 | label_send_information: Send konto information til bruger |
|
561 | 561 | label_year: År |
|
562 | 562 | label_month: Måned |
|
563 | 563 | label_week: Uge |
|
564 | 564 | label_date_from: Fra |
|
565 | 565 | label_date_to: Til |
|
566 | 566 | label_language_based: Baseret på brugerens sprog |
|
567 | 567 | label_sort_by: "Sorter efter {{value}}" |
|
568 | 568 | label_send_test_email: Send en test email |
|
569 | 569 | label_feeds_access_key_created_on: "RSS adgangsnøgle danet for {{value}} siden" |
|
570 | 570 | label_module_plural: Moduler |
|
571 | 571 | label_added_time_by: "Tilføjet af {{author}} for {{age}} siden" |
|
572 | 572 | label_updated_time: "Opdateret for {{value}} siden" |
|
573 | 573 | label_jump_to_a_project: Skift til projekt... |
|
574 | 574 | label_file_plural: Filer |
|
575 | 575 | label_changeset_plural: Ændringer |
|
576 | 576 | label_default_columns: Standard kolonner |
|
577 | 577 | label_no_change_option: (Ingen ændringer) |
|
578 | 578 | label_bulk_edit_selected_issues: Masseret de valgte sager |
|
579 | 579 | label_theme: Tema |
|
580 | 580 | label_default: standard |
|
581 | 581 | label_search_titles_only: Søg kun i titler |
|
582 | 582 | label_user_mail_option_all: "For alle hændelser på mine projekter" |
|
583 | 583 | label_user_mail_option_selected: "For alle hændelser, kun på de valgte projekter..." |
|
584 | 584 | label_user_mail_option_none: "Kun for ting jeg overvåger, eller jeg er involveret i" |
|
585 | 585 | label_user_mail_no_self_notified: "Jeg ønsker ikke besked, om ændring foretaget af mig selv" |
|
586 | 586 | label_registration_activation_by_email: kontoaktivering på email |
|
587 | 587 | label_registration_manual_activation: manuel kontoaktivering |
|
588 | 588 | label_registration_automatic_activation: automatisk kontoaktivering |
|
589 | 589 | label_display_per_page: "Per side: {{value}}'" |
|
590 | 590 | label_age: Alder |
|
591 | 591 | label_change_properties: Ændre indstillinger |
|
592 | 592 | label_general: Generalt |
|
593 | 593 | label_more: Mere |
|
594 | 594 | label_scm: SCM |
|
595 | 595 | label_plugins: Plugins |
|
596 | 596 | label_ldap_authentication: LDAP-godkendelse |
|
597 | 597 | label_downloads_abbr: D/L |
|
598 | 598 | |
|
599 | 599 | button_login: Login |
|
600 | 600 | button_submit: Send |
|
601 | 601 | button_save: Gem |
|
602 | 602 | button_check_all: Vælg alt |
|
603 | 603 | button_uncheck_all: Fravælg alt |
|
604 | 604 | button_delete: Slet |
|
605 | 605 | button_create: Opret |
|
606 | 606 | button_test: Test |
|
607 | 607 | button_edit: Ret |
|
608 | 608 | button_add: Tilføj |
|
609 | 609 | button_change: Ændre |
|
610 | 610 | button_apply: Anvend |
|
611 | 611 | button_clear: Nulstil |
|
612 | 612 | button_lock: Lås |
|
613 | 613 | button_unlock: Lås op |
|
614 | 614 | button_download: Download |
|
615 | 615 | button_list: List |
|
616 | 616 | button_view: Vis |
|
617 | 617 | button_move: Flyt |
|
618 | 618 | button_back: Tilbage |
|
619 | 619 | button_cancel: Annuller |
|
620 | 620 | button_activate: Aktiver |
|
621 | 621 | button_sort: Sorter |
|
622 | 622 | button_log_time: Log tid |
|
623 | 623 | button_rollback: Tilbagefør til denne version |
|
624 | 624 | button_watch: Overvåg |
|
625 | 625 | button_unwatch: Stop overvågning |
|
626 | 626 | button_reply: Besvar |
|
627 | 627 | button_archive: Arkiver |
|
628 | 628 | button_unarchive: Fjern fra arkiv |
|
629 | 629 | button_reset: Nulstil |
|
630 | 630 | button_rename: Omdøb |
|
631 | 631 | button_change_password: Skift kodeord |
|
632 | 632 | button_copy: Kopier |
|
633 | 633 | button_annotate: Annotere |
|
634 | 634 | button_update: Opdater |
|
635 | 635 | button_configure: Konfigurer |
|
636 | 636 | |
|
637 | 637 | status_active: aktiv |
|
638 | 638 | status_registered: registreret |
|
639 | 639 | status_locked: låst |
|
640 | 640 | |
|
641 | 641 | text_select_mail_notifications: Vælg handlinger der skal sendes email besked for. |
|
642 | 642 | text_regexp_info: f.eks. ^[A-ZÆØÅ0-9]+$ |
|
643 | 643 | text_min_max_length_info: 0 betyder ingen begrænsninger |
|
644 | 644 | text_project_destroy_confirmation: Er du sikker på at du vil slette dette projekt og alle relaterede data? |
|
645 | 645 | text_workflow_edit: Vælg en rolle samt en type for at redigere arbejdsgangen |
|
646 | 646 | text_are_you_sure: Er du sikker? |
|
647 | 647 | text_journal_changed: "ændret fra {{old}} til {{new}}" |
|
648 | 648 | text_journal_set_to: "sat til {{value}}" |
|
649 | 649 | text_journal_deleted: slettet |
|
650 | 650 | text_tip_task_begin_day: opgaven begynder denne dag |
|
651 | 651 | text_tip_task_end_day: opaven slutter denne dag |
|
652 | 652 | text_tip_task_begin_end_day: opgaven begynder og slutter denne dag |
|
653 | 653 | text_project_identifier_info: 'Små bogstaver (a-z), numre og bindestreg er tilladt.<br />Når den er gemt, kan indifikatoren ikke rettes.' |
|
654 | 654 | text_caracters_maximum: "max {{count}} karakterer." |
|
655 | 655 | text_caracters_minimum: "Skal være mindst {{count}} karakterer lang." |
|
656 | 656 | text_length_between: "Længde skal være mellem {{min}} og {{max}} karakterer." |
|
657 | 657 | text_tracker_no_workflow: Ingen arbejdsgang defineret for denne type |
|
658 | 658 | text_unallowed_characters: Ikke tilladte karakterer |
|
659 | 659 | text_comma_separated: Adskillige værdier tilladt (adskilt med komma). |
|
660 | 660 | text_issues_ref_in_commit_messages: Referer og løser sager i commit-beskeder |
|
661 | 661 | text_issue_added: "Sag {{id}} er rapporteret af {{author}}." |
|
662 | 662 | text_issue_updated: "Sag {{id}} er blevet opdateret af {{author}}." |
|
663 | 663 | text_wiki_destroy_confirmation: Er du sikker på at du vil slette denne wiki og dens indhold? |
|
664 | 664 | text_issue_category_destroy_question: "Nogle sager ({{count}}) er tildelt denne kategori. Hvad ønsker du at gøre?" |
|
665 | 665 | text_issue_category_destroy_assignments: Slet tildelinger af kategori |
|
666 | 666 | text_issue_category_reassign_to: Tildel sager til denne kategori |
|
667 | 667 | text_user_mail_option: "For ikke-valgte projekter vil du kun modtage beskeder omhandlende ting du er involveret i eller overvåger (f.eks. sager du ha indberettet eller ejer)." |
|
668 | 668 | text_no_configuration_data: "Roller, typer, sagsstatuser og arbejdsgange er endnu ikke konfigureret.\nDet er anbefalet at indlæse standardopsætningen. Du vil kunne ændre denne når den er indlæst." |
|
669 | 669 | text_load_default_configuration: Indlæs standardopsætningen |
|
670 | 670 | text_status_changed_by_changeset: "Anvendt i ændring {{value}}." |
|
671 | 671 | text_issues_destroy_confirmation: 'Er du sikker på du ønsker at slette den/de valgte sag(er)?' |
|
672 | 672 | text_select_project_modules: 'Vælg moduler er skal være aktiveret for dette projekt:' |
|
673 | 673 | text_default_administrator_account_changed: Standard administratorkonto ændret |
|
674 | 674 | text_file_repository_writable: Filarkiv er skrivbar |
|
675 | 675 | text_rmagick_available: RMagick tilgængelig (valgfri) |
|
676 | 676 | |
|
677 | 677 | default_role_manager: Leder |
|
678 | 678 | default_role_developper: Udvikler |
|
679 | 679 | default_role_reporter: Rapportør |
|
680 | 680 | default_tracker_bug: Bug |
|
681 | 681 | default_tracker_feature: Feature |
|
682 | 682 | default_tracker_support: Support |
|
683 | 683 | default_issue_status_new: Ny |
|
684 | 684 | default_issue_status_assigned: Tildelt |
|
685 | 685 | default_issue_status_resolved: Løst |
|
686 | 686 | default_issue_status_feedback: Feedback |
|
687 | 687 | default_issue_status_closed: Lukket |
|
688 | 688 | default_issue_status_rejected: Afvist |
|
689 | 689 | default_doc_category_user: Brugerdokumentation |
|
690 | 690 | default_doc_category_tech: Teknisk dokumentation |
|
691 | 691 | default_priority_low: Lav |
|
692 | 692 | default_priority_normal: Normal |
|
693 | 693 | default_priority_high: Høj |
|
694 | 694 | default_priority_urgent: Akut |
|
695 | 695 | default_priority_immediate: Omgående |
|
696 | 696 | default_activity_design: Design |
|
697 | 697 | default_activity_development: Udvikling |
|
698 | 698 | |
|
699 | 699 | enumeration_issue_priorities: Sagsprioriteter |
|
700 | 700 | enumeration_doc_categories: Dokumentkategorier |
|
701 | 701 | enumeration_activities: Aktiviteter (tidsstyring) |
|
702 | 702 | |
|
703 | 703 | label_add_another_file: Tilføj endnu en fil |
|
704 | 704 | label_chronological_order: I kronologisk rækkefølge |
|
705 | 705 | setting_activity_days_default: Antal dage der vises under projektaktivitet |
|
706 | 706 | text_destroy_time_entries_question: %.02f timer er reporteret på denne sag, som du er ved at slette. Hvad vil du gøre? |
|
707 | 707 | error_issue_not_found_in_project: 'Sagen blev ikke fundet eller tilhører ikke dette projekt' |
|
708 | 708 | text_assign_time_entries_to_project: Tildel raporterede timer til projektet |
|
709 | 709 | setting_display_subprojects_issues: Vis sager for underprojekter på hovedprojektet som standard |
|
710 | 710 | label_optional_description: Optionel beskrivelse |
|
711 | 711 | text_destroy_time_entries: Slet raportede timer |
|
712 | 712 | field_comments_sorting: Vis kommentar |
|
713 | 713 | text_reassign_time_entries: 'Tildel raportede timer til denne sag igen' |
|
714 | 714 | label_reverse_chronological_order: I omvendt kronologisk rækkefølge |
|
715 | 715 | label_preferences: Preferences |
|
716 | 716 | label_overall_activity: Overordnet aktivitet |
|
717 | 717 | setting_default_projects_public: Nye projekter er offentlige som standard |
|
718 | 718 | error_scm_annotate: "The entry does not exist or can not be annotated." |
|
719 | 719 | label_planning: Planlægning |
|
720 | 720 | text_subprojects_destroy_warning: "Dets underprojekter(er): {{value}} vil også blive slettet.'" |
|
721 | 721 | permission_edit_issues: Edit issues |
|
722 | 722 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
723 | 723 | permission_edit_own_issue_notes: Edit own notes |
|
724 | 724 | setting_enabled_scm: Enabled SCM |
|
725 | 725 | button_quote: Quote |
|
726 | 726 | permission_view_files: View files |
|
727 | 727 | permission_add_issues: Add issues |
|
728 | 728 | permission_edit_own_messages: Edit own messages |
|
729 | 729 | permission_delete_own_messages: Delete own messages |
|
730 | 730 | permission_manage_public_queries: Manage public queries |
|
731 | 731 | permission_log_time: Log spent time |
|
732 | 732 | label_renamed: renamed |
|
733 | 733 | label_incoming_emails: Incoming emails |
|
734 | 734 | permission_view_changesets: View changesets |
|
735 | 735 | permission_manage_versions: Manage versions |
|
736 | 736 | permission_view_time_entries: View spent time |
|
737 | 737 | label_generate_key: Generate a key |
|
738 | 738 | permission_manage_categories: Manage issue categories |
|
739 | 739 | permission_manage_wiki: Manage wiki |
|
740 | 740 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
741 | 741 | setting_plain_text_mail: Plain text mail (no HTML) |
|
742 | 742 | field_parent_title: Parent page |
|
743 | 743 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
744 | 744 | permission_protect_wiki_pages: Protect wiki pages |
|
745 | 745 | permission_manage_documents: Manage documents |
|
746 | 746 | permission_add_issue_watchers: Add watchers |
|
747 | 747 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
748 | 748 | permission_comment_news: Comment news |
|
749 | 749 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
750 | 750 | permission_select_project_modules: Select project modules |
|
751 | 751 | permission_view_gantt: View gantt chart |
|
752 | 752 | permission_delete_messages: Delete messages |
|
753 | 753 | permission_move_issues: Move issues |
|
754 | 754 | permission_edit_wiki_pages: Edit wiki pages |
|
755 | 755 | label_user_activity: "{{value}}'s activity" |
|
756 | 756 | permission_manage_issue_relations: Manage issue relations |
|
757 | 757 | label_issue_watchers: Watchers |
|
758 | 758 | permission_delete_wiki_pages: Delete wiki pages |
|
759 | 759 | notice_unable_delete_version: Unable to delete version. |
|
760 | 760 | permission_view_wiki_edits: View wiki history |
|
761 | 761 | field_editable: Editable |
|
762 | 762 | mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:" |
|
763 | 763 | label_duplicated_by: duplicated by |
|
764 | 764 | permission_manage_boards: Manage boards |
|
765 | 765 | permission_delete_wiki_pages_attachments: Delete attachments |
|
766 | 766 | permission_view_messages: View messages |
|
767 | 767 | text_enumeration_destroy_question: "{{count}} objects are assigned to this value.'" |
|
768 | 768 | permission_manage_files: Manage files |
|
769 | 769 | permission_add_messages: Post messages |
|
770 | 770 | permission_edit_issue_notes: Edit notes |
|
771 | 771 | permission_manage_news: Manage news |
|
772 | 772 | text_plugin_assets_writable: Plugin assets directory writable |
|
773 | 773 | label_display: Display |
|
774 | 774 | label_and_its_subprojects: "{{value}} and its subprojects" |
|
775 | 775 | permission_view_calendar: View calender |
|
776 | 776 | button_create_and_continue: Create and continue |
|
777 | 777 | setting_gravatar_enabled: Use Gravatar user icons |
|
778 | 778 | label_updated_time_by: "Updated by {{author}} {{age}} ago" |
|
779 | 779 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
780 | 780 | text_user_wrote: "{{value}} wrote:'" |
|
781 | 781 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
782 | 782 | permission_delete_issues: Delete issues |
|
783 | 783 | permission_view_documents: View documents |
|
784 | 784 | permission_browse_repository: Browse repository |
|
785 | 785 | permission_manage_repository: Manage repository |
|
786 | 786 | permission_manage_members: Manage members |
|
787 | 787 | mail_subject_reminder: "{{count}} issue(s) due in the next days" |
|
788 | 788 | permission_add_issue_notes: Add notes |
|
789 | 789 | permission_edit_messages: Edit messages |
|
790 | 790 | permission_view_issue_watchers: View watchers list |
|
791 | 791 | permission_commit_access: Commit access |
|
792 | 792 | setting_mail_handler_api_key: API key |
|
793 | 793 | label_example: Example |
|
794 | 794 | permission_rename_wiki_pages: Rename wiki pages |
|
795 | 795 | text_custom_field_possible_values_info: 'One line for each value' |
|
796 | 796 | permission_view_wiki_pages: View wiki |
|
797 | 797 | permission_edit_project: Edit project |
|
798 | 798 | permission_save_queries: Save queries |
|
799 | 799 | label_copied: copied |
|
800 | 800 | setting_commit_logs_encoding: Commit messages encoding |
|
801 | 801 | text_repository_usernames_mapping: "Select or 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." |
|
802 | 802 | permission_edit_time_entries: Edit time logs |
|
803 | 803 | general_csv_decimal_separator: '.' |
|
804 | 804 | permission_edit_own_time_entries: Edit own time logs |
|
805 | 805 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
806 | 806 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
807 | 807 | field_watcher: Watcher |
|
808 | 808 | setting_openid: Allow OpenID login and registration |
|
809 | field_identity_url: OpenID URL | |
|
810 | label_login_with_open_id_option: or login with OpenID |
@@ -1,809 +1,811 | |||
|
1 | 1 | # German translations for Ruby on Rails |
|
2 | 2 | # by Clemens Kofler (clemens@railway.at) |
|
3 | 3 | |
|
4 | 4 | de: |
|
5 | 5 | date: |
|
6 | 6 | formats: |
|
7 | 7 | default: "%d.%m.%Y" |
|
8 | 8 | short: "%e. %b" |
|
9 | 9 | long: "%e. %B %Y" |
|
10 | 10 | only_day: "%e" |
|
11 | 11 | |
|
12 | 12 | day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag] |
|
13 | 13 | abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa] |
|
14 | 14 | month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember] |
|
15 | 15 | abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez] |
|
16 | 16 | order: [ :day, :month, :year ] |
|
17 | 17 | |
|
18 | 18 | time: |
|
19 | 19 | formats: |
|
20 | 20 | default: "%A, %e. %B %Y, %H:%M Uhr" |
|
21 | 21 | short: "%e. %B, %H:%M Uhr" |
|
22 | 22 | long: "%A, %e. %B %Y, %H:%M Uhr" |
|
23 | 23 | time: "%H:%M" |
|
24 | 24 | |
|
25 | 25 | am: "vormittags" |
|
26 | 26 | pm: "nachmittags" |
|
27 | 27 | |
|
28 | 28 | datetime: |
|
29 | 29 | distance_in_words: |
|
30 | 30 | half_a_minute: 'eine halbe Minute' |
|
31 | 31 | less_than_x_seconds: |
|
32 | 32 | zero: 'weniger als 1 Sekunde' |
|
33 | 33 | one: 'weniger als 1 Sekunde' |
|
34 | 34 | other: 'weniger als {{count}} Sekunden' |
|
35 | 35 | x_seconds: |
|
36 | 36 | one: '1 Sekunde' |
|
37 | 37 | other: '{{count}} Sekunden' |
|
38 | 38 | less_than_x_minutes: |
|
39 | 39 | zero: 'weniger als 1 Minute' |
|
40 | 40 | one: 'weniger als eine Minute' |
|
41 | 41 | other: 'weniger als {{count}} Minuten' |
|
42 | 42 | x_minutes: |
|
43 | 43 | one: '1 Minute' |
|
44 | 44 | other: '{{count}} Minuten' |
|
45 | 45 | about_x_hours: |
|
46 | 46 | one: 'etwa 1 Stunde' |
|
47 | 47 | other: 'etwa {{count}} Stunden' |
|
48 | 48 | x_days: |
|
49 | 49 | one: '1 Tag' |
|
50 | 50 | other: '{{count}} Tage' |
|
51 | 51 | about_x_months: |
|
52 | 52 | one: 'etwa 1 Monat' |
|
53 | 53 | other: 'etwa {{count}} Monate' |
|
54 | 54 | x_months: |
|
55 | 55 | one: '1 Monat' |
|
56 | 56 | other: '{{count}} Monate' |
|
57 | 57 | about_x_years: |
|
58 | 58 | one: 'etwa 1 Jahr' |
|
59 | 59 | other: 'etwa {{count}} Jahre' |
|
60 | 60 | over_x_years: |
|
61 | 61 | one: 'mehr als 1 Jahr' |
|
62 | 62 | other: 'mehr als {{count}} Jahre' |
|
63 | 63 | |
|
64 | 64 | number: |
|
65 | 65 | format: |
|
66 | 66 | precision: 2 |
|
67 | 67 | separator: ',' |
|
68 | 68 | delimiter: '.' |
|
69 | 69 | currency: |
|
70 | 70 | format: |
|
71 | 71 | unit: '€' |
|
72 | 72 | format: '%n%u' |
|
73 | 73 | separator: |
|
74 | 74 | delimiter: |
|
75 | 75 | precision: |
|
76 | 76 | percentage: |
|
77 | 77 | format: |
|
78 | 78 | delimiter: "" |
|
79 | 79 | precision: |
|
80 | 80 | format: |
|
81 | 81 | delimiter: "" |
|
82 | 82 | human: |
|
83 | 83 | format: |
|
84 | 84 | delimiter: "" |
|
85 | 85 | precision: 1 |
|
86 | 86 | |
|
87 | 87 | support: |
|
88 | 88 | array: |
|
89 | 89 | sentence_connector: "und" |
|
90 | 90 | skip_last_comma: true |
|
91 | 91 | |
|
92 | 92 | activerecord: |
|
93 | 93 | errors: |
|
94 | 94 | template: |
|
95 | 95 | header: |
|
96 | 96 | one: "Konnte dieses {{model}} Objekt nicht speichern: 1 Fehler." |
|
97 | 97 | other: "Konnte dieses {{model}} Objekt nicht speichern: {{count}} Fehler." |
|
98 | 98 | body: "Bitte überprüfen Sie die folgenden Felder:" |
|
99 | 99 | |
|
100 | 100 | messages: |
|
101 | 101 | inclusion: "ist kein gültiger Wert" |
|
102 | 102 | exclusion: "ist nicht verfügbar" |
|
103 | 103 | invalid: "ist nicht gültig" |
|
104 | 104 | confirmation: "stimmt nicht mit der Bestätigung überein" |
|
105 | 105 | accepted: "muss akzeptiert werden" |
|
106 | 106 | empty: "muss ausgefüllt werden" |
|
107 | 107 | blank: "muss ausgefüllt werden" |
|
108 | 108 | too_long: "ist zu lang (nicht mehr als {{count}} Zeichen)" |
|
109 | 109 | too_short: "ist zu kurz (nicht weniger als {{count}} Zeichen)" |
|
110 | 110 | wrong_length: "hat die falsche Länge (muss genau {{count}} Zeichen haben)" |
|
111 | 111 | taken: "ist bereits vergeben" |
|
112 | 112 | not_a_number: "ist keine Zahl" |
|
113 | 113 | greater_than: "muss größer als {{count}} sein" |
|
114 | 114 | greater_than_or_equal_to: "muss größer oder gleich {{count}} sein" |
|
115 | 115 | equal_to: "muss genau {{count}} sein" |
|
116 | 116 | less_than: "muss kleiner als {{count}} sein" |
|
117 | 117 | less_than_or_equal_to: "muss kleiner oder gleich {{count}} sein" |
|
118 | 118 | odd: "muss ungerade sein" |
|
119 | 119 | even: "muss gerade sein" |
|
120 | 120 | greater_than_start_date: "muss größer als Anfangsdatum sein" |
|
121 | 121 | not_same_project: "gehört nicht zum selben Projekt" |
|
122 | 122 | circular_dependency: "Diese Beziehung würde eine zyklische Abhängigkeit erzeugen" |
|
123 | 123 | models: |
|
124 | 124 | |
|
125 | 125 | actionview_instancetag_blank_option: Bitte auswählen |
|
126 | 126 | |
|
127 | 127 | general_text_No: 'Nein' |
|
128 | 128 | general_text_Yes: 'Ja' |
|
129 | 129 | general_text_no: 'nein' |
|
130 | 130 | general_text_yes: 'ja' |
|
131 | 131 | general_lang_name: 'Deutsch' |
|
132 | 132 | general_csv_separator: ';' |
|
133 | 133 | general_csv_decimal_separator: ',' |
|
134 | 134 | general_csv_encoding: ISO-8859-1 |
|
135 | 135 | general_pdf_encoding: ISO-8859-1 |
|
136 | 136 | general_first_day_of_week: '1' |
|
137 | 137 | |
|
138 | 138 | notice_account_updated: Konto wurde erfolgreich aktualisiert. |
|
139 | 139 | notice_account_invalid_creditentials: Benutzer oder Kennwort unzulässig |
|
140 | 140 | notice_account_password_updated: Kennwort wurde erfolgreich aktualisiert. |
|
141 | 141 | notice_account_wrong_password: Falsches Kennwort |
|
142 | 142 | notice_account_register_done: Konto wurde erfolgreich angelegt. |
|
143 | 143 | notice_account_unknown_email: Unbekannter Benutzer. |
|
144 | 144 | notice_can_t_change_password: Dieses Konto verwendet eine externe Authentifizierungs-Quelle. Unmöglich, das Kennwort zu ändern. |
|
145 | 145 | notice_account_lost_email_sent: Eine E-Mail mit Anweisungen, ein neues Kennwort zu wählen, wurde Ihnen geschickt. |
|
146 | 146 | notice_account_activated: Ihr Konto ist aktiviert. Sie können sich jetzt anmelden. |
|
147 | 147 | notice_successful_create: Erfolgreich angelegt |
|
148 | 148 | notice_successful_update: Erfolgreich aktualisiert. |
|
149 | 149 | notice_successful_delete: Erfolgreich gelöscht. |
|
150 | 150 | notice_successful_connection: Verbindung erfolgreich. |
|
151 | 151 | notice_file_not_found: Anhang existiert nicht oder ist gelöscht worden. |
|
152 | 152 | notice_locking_conflict: Datum wurde von einem anderen Benutzer geändert. |
|
153 | 153 | notice_not_authorized: Sie sind nicht berechtigt, auf diese Seite zuzugreifen. |
|
154 | 154 | notice_email_sent: "Eine E-Mail wurde an {{value}} gesendet." |
|
155 | 155 | notice_email_error: "Beim Senden einer E-Mail ist ein Fehler aufgetreten ({{value}})." |
|
156 | 156 | notice_feeds_access_key_reseted: Ihr Atom-Zugriffsschlüssel wurde zurückgesetzt. |
|
157 | 157 | notice_failed_to_save_issues: "{{count}} von {{total}} ausgewählten Tickets konnte(n) nicht gespeichert werden: {{ids}}." |
|
158 | 158 | notice_no_issue_selected: "Kein Ticket ausgewählt! Bitte wählen Sie die Tickets, die Sie bearbeiten möchten." |
|
159 | 159 | notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators." |
|
160 | 160 | notice_default_data_loaded: Die Standard-Konfiguration wurde erfolgreich geladen. |
|
161 | 161 | notice_unable_delete_version: Die Version konnte nicht gelöscht werden |
|
162 | 162 | |
|
163 | 163 | error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: {{value}}" |
|
164 | 164 | error_scm_not_found: Eintrag und/oder Revision existiert nicht im Projektarchiv. |
|
165 | 165 | error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: {{value}}" |
|
166 | 166 | error_scm_annotate: "Der Eintrag existiert nicht oder kann nicht annotiert werden." |
|
167 | 167 | error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.' |
|
168 | 168 | |
|
169 | 169 | warning_attachments_not_saved: "{{count}} Datei(en) konnten nicht gespeichert werden." |
|
170 | 170 | |
|
171 | 171 | mail_subject_lost_password: "Ihr {{value}} Kennwort" |
|
172 | 172 | mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:' |
|
173 | 173 | mail_subject_register: "{{value}} Kontoaktivierung" |
|
174 | 174 | mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:' |
|
175 | 175 | mail_body_account_information_external: "Sie können sich mit Ihrem Konto {{value}} an anmelden." |
|
176 | 176 | mail_body_account_information: Ihre Konto-Informationen |
|
177 | 177 | mail_subject_account_activation_request: "Antrag auf {{value}} Kontoaktivierung" |
|
178 | 178 | mail_body_account_activation_request: "Ein neuer Benutzer ({{value}}) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:'" |
|
179 | 179 | mail_subject_reminder: "{{count}} Tickets müssen in den nächsten Tagen abgegeben werden" |
|
180 | 180 | mail_body_reminder: "{{count}} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten {{days}} Tagen abgegeben werden:" |
|
181 | 181 | |
|
182 | 182 | gui_validation_error: 1 Fehler |
|
183 | 183 | gui_validation_error_plural: "{{count}} Fehler" |
|
184 | 184 | |
|
185 | 185 | field_name: Name |
|
186 | 186 | field_description: Beschreibung |
|
187 | 187 | field_summary: Zusammenfassung |
|
188 | 188 | field_is_required: Erforderlich |
|
189 | 189 | field_firstname: Vorname |
|
190 | 190 | field_lastname: Nachname |
|
191 | 191 | field_mail: E-Mail |
|
192 | 192 | field_filename: Datei |
|
193 | 193 | field_filesize: Größe |
|
194 | 194 | field_downloads: Downloads |
|
195 | 195 | field_author: Autor |
|
196 | 196 | field_created_on: Angelegt |
|
197 | 197 | field_updated_on: Aktualisiert |
|
198 | 198 | field_field_format: Format |
|
199 | 199 | field_is_for_all: Für alle Projekte |
|
200 | 200 | field_possible_values: Mögliche Werte |
|
201 | 201 | field_regexp: Regulärer Ausdruck |
|
202 | 202 | field_min_length: Minimale Länge |
|
203 | 203 | field_max_length: Maximale Länge |
|
204 | 204 | field_value: Wert |
|
205 | 205 | field_category: Kategorie |
|
206 | 206 | field_title: Titel |
|
207 | 207 | field_project: Projekt |
|
208 | 208 | field_issue: Ticket |
|
209 | 209 | field_status: Status |
|
210 | 210 | field_notes: Kommentare |
|
211 | 211 | field_is_closed: Ticket geschlossen |
|
212 | 212 | field_is_default: Standardeinstellung |
|
213 | 213 | field_tracker: Tracker |
|
214 | 214 | field_subject: Thema |
|
215 | 215 | field_due_date: Abgabedatum |
|
216 | 216 | field_assigned_to: Zugewiesen an |
|
217 | 217 | field_priority: Priorität |
|
218 | 218 | field_fixed_version: Zielversion |
|
219 | 219 | field_user: Benutzer |
|
220 | 220 | field_role: Rolle |
|
221 | 221 | field_homepage: Projekt-Homepage |
|
222 | 222 | field_is_public: Öffentlich |
|
223 | 223 | field_parent: Unterprojekt von |
|
224 | 224 | field_is_in_chlog: Im Change-Log anzeigen |
|
225 | 225 | field_is_in_roadmap: In der Roadmap anzeigen |
|
226 | 226 | field_login: Mitgliedsname |
|
227 | 227 | field_mail_notification: Mailbenachrichtigung |
|
228 | 228 | field_admin: Administrator |
|
229 | 229 | field_last_login_on: Letzte Anmeldung |
|
230 | 230 | field_language: Sprache |
|
231 | 231 | field_effective_date: Datum |
|
232 | 232 | field_password: Kennwort |
|
233 | 233 | field_new_password: Neues Kennwort |
|
234 | 234 | field_password_confirmation: Bestätigung |
|
235 | 235 | field_version: Version |
|
236 | 236 | field_type: Typ |
|
237 | 237 | field_host: Host |
|
238 | 238 | field_port: Port |
|
239 | 239 | field_account: Konto |
|
240 | 240 | field_base_dn: Base DN |
|
241 | 241 | field_attr_login: Mitgliedsname-Attribut |
|
242 | 242 | field_attr_firstname: Vorname-Attribut |
|
243 | 243 | field_attr_lastname: Name-Attribut |
|
244 | 244 | field_attr_mail: E-Mail-Attribut |
|
245 | 245 | field_onthefly: On-the-fly-Benutzererstellung |
|
246 | 246 | field_start_date: Beginn |
|
247 | 247 | field_done_ratio: %% erledigt |
|
248 | 248 | field_auth_source: Authentifizierungs-Modus |
|
249 | 249 | field_hide_mail: E-Mail-Adresse nicht anzeigen |
|
250 | 250 | field_comments: Kommentar |
|
251 | 251 | field_url: URL |
|
252 | 252 | field_start_page: Hauptseite |
|
253 | 253 | field_subproject: Subprojekt von |
|
254 | 254 | field_hours: Stunden |
|
255 | 255 | field_activity: Aktivität |
|
256 | 256 | field_spent_on: Datum |
|
257 | 257 | field_identifier: Kennung |
|
258 | 258 | field_is_filter: Als Filter benutzen |
|
259 | 259 | field_issue_to_id: Zugehöriges Ticket |
|
260 | 260 | field_delay: Pufferzeit |
|
261 | 261 | field_assignable: Tickets können dieser Rolle zugewiesen werden |
|
262 | 262 | field_redirect_existing_links: Existierende Links umleiten |
|
263 | 263 | field_estimated_hours: Geschätzter Aufwand |
|
264 | 264 | field_column_names: Spalten |
|
265 | 265 | field_time_zone: Zeitzone |
|
266 | 266 | field_searchable: Durchsuchbar |
|
267 | 267 | field_default_value: Standardwert |
|
268 | 268 | field_comments_sorting: Kommentare anzeigen |
|
269 | 269 | field_parent_title: Übergeordnete Seite |
|
270 | 270 | |
|
271 | 271 | setting_app_title: Applikations-Titel |
|
272 | 272 | setting_app_subtitle: Applikations-Untertitel |
|
273 | 273 | setting_welcome_text: Willkommenstext |
|
274 | 274 | setting_default_language: Default-Sprache |
|
275 | 275 | setting_login_required: Authentisierung erforderlich |
|
276 | 276 | setting_self_registration: Anmeldung ermöglicht |
|
277 | 277 | setting_attachment_max_size: Max. Dateigröße |
|
278 | 278 | setting_issues_export_limit: Max. Anzahl Tickets bei CSV/PDF-Export |
|
279 | 279 | setting_mail_from: E-Mail-Absender |
|
280 | 280 | setting_bcc_recipients: E-Mails als Blindkopie (BCC) senden |
|
281 | 281 | setting_plain_text_mail: Nur reinen Text (kein HTML) senden |
|
282 | 282 | setting_host_name: Hostname |
|
283 | 283 | setting_text_formatting: Textformatierung |
|
284 | 284 | setting_wiki_compression: Wiki-Historie komprimieren |
|
285 | 285 | setting_feeds_limit: Max. Anzahl Einträge pro Atom-Feed |
|
286 | 286 | setting_default_projects_public: Neue Projekte sind standardmäßig öffentlich |
|
287 | 287 | setting_autofetch_changesets: Changesets automatisch abrufen |
|
288 | 288 | setting_sys_api_enabled: Webservice zur Verwaltung der Projektarchive benutzen |
|
289 | 289 | setting_commit_ref_keywords: Schlüsselwörter (Beziehungen) |
|
290 | 290 | setting_commit_fix_keywords: Schlüsselwörter (Status) |
|
291 | 291 | setting_autologin: Automatische Anmeldung |
|
292 | 292 | setting_date_format: Datumsformat |
|
293 | 293 | setting_time_format: Zeitformat |
|
294 | 294 | setting_cross_project_issue_relations: Ticket-Beziehungen zwischen Projekten erlauben |
|
295 | 295 | setting_issue_list_default_columns: Default-Spalten in der Ticket-Auflistung |
|
296 | 296 | setting_repositories_encodings: Kodierungen der Projektarchive |
|
297 | 297 | setting_commit_logs_encoding: Kodierung der Commit-Log-Meldungen |
|
298 | 298 | setting_emails_footer: E-Mail-Fußzeile |
|
299 | 299 | setting_protocol: Protokoll |
|
300 | 300 | setting_per_page_options: Objekte pro Seite |
|
301 | 301 | setting_user_format: Benutzer-Anzeigeformat |
|
302 | 302 | setting_activity_days_default: Anzahl Tage pro Seite der Projekt-Aktivität |
|
303 | 303 | setting_display_subprojects_issues: Tickets von Unterprojekten im Hauptprojekt anzeigen |
|
304 | 304 | setting_enabled_scm: Aktivierte Versionskontrollsysteme |
|
305 | 305 | setting_mail_handler_api_enabled: Abruf eingehender E-Mails aktivieren |
|
306 | 306 | setting_mail_handler_api_key: API-Schlüssel |
|
307 | 307 | setting_sequential_project_identifiers: Fortlaufende Projektkennungen generieren |
|
308 | 308 | setting_gravatar_enabled: Gravatar Benutzerbilder benutzen |
|
309 | 309 | setting_diff_max_lines_displayed: Maximale Anzahl anzuzeigender Diff-Zeilen |
|
310 | 310 | |
|
311 | 311 | permission_edit_project: Projekt bearbeiten |
|
312 | 312 | permission_select_project_modules: Projektmodule auswählen |
|
313 | 313 | permission_manage_members: Mitglieder verwalten |
|
314 | 314 | permission_manage_versions: Versionen verwalten |
|
315 | 315 | permission_manage_categories: Ticket-Kategorien verwalten |
|
316 | 316 | permission_add_issues: Tickets hinzufügen |
|
317 | 317 | permission_edit_issues: Tickets bearbeiten |
|
318 | 318 | permission_manage_issue_relations: Ticket-Beziehungen verwalten |
|
319 | 319 | permission_add_issue_notes: Kommentare hinzufügen |
|
320 | 320 | permission_edit_issue_notes: Kommentare bearbeiten |
|
321 | 321 | permission_edit_own_issue_notes: Eigene Kommentare bearbeiten |
|
322 | 322 | permission_move_issues: Tickets verschieben |
|
323 | 323 | permission_delete_issues: Tickets löschen |
|
324 | 324 | permission_manage_public_queries: Öffentliche Filter verwalten |
|
325 | 325 | permission_save_queries: Filter speichern |
|
326 | 326 | permission_view_gantt: Gantt-Diagramm ansehen |
|
327 | 327 | permission_view_calendar: Kalender ansehen |
|
328 | 328 | permission_view_issue_watchers: Liste der Beobachter ansehen |
|
329 | 329 | permission_add_issue_watchers: Beobachter hinzufügen |
|
330 | 330 | permission_log_time: Aufwände buchen |
|
331 | 331 | permission_view_time_entries: Gebuchte Aufwände ansehen |
|
332 | 332 | permission_edit_time_entries: Gebuchte Aufwände bearbeiten |
|
333 | 333 | permission_edit_own_time_entries: Selbst gebuchte Aufwände bearbeiten |
|
334 | 334 | permission_manage_news: News verwalten |
|
335 | 335 | permission_comment_news: News kommentieren |
|
336 | 336 | permission_manage_documents: Dokumente verwalten |
|
337 | 337 | permission_view_documents: Dokumente ansehen |
|
338 | 338 | permission_manage_files: Dateien verwalten |
|
339 | 339 | permission_view_files: Dateien ansehen |
|
340 | 340 | permission_manage_wiki: Wiki verwalten |
|
341 | 341 | permission_rename_wiki_pages: Wiki-Seiten umbenennen |
|
342 | 342 | permission_delete_wiki_pages: Wiki-Seiten löschen |
|
343 | 343 | permission_view_wiki_pages: Wiki ansehen |
|
344 | 344 | permission_view_wiki_edits: Wiki-Versionsgeschichte ansehen |
|
345 | 345 | permission_edit_wiki_pages: Wiki-Seiten bearbeiten |
|
346 | 346 | permission_delete_wiki_pages_attachments: Anhänge löschen |
|
347 | 347 | permission_protect_wiki_pages: Wiki-Seiten schützen |
|
348 | 348 | permission_manage_repository: Projektarchiv verwalten |
|
349 | 349 | permission_browse_repository: Projektarchiv ansehen |
|
350 | 350 | permission_view_changesets: Changesets ansehen |
|
351 | 351 | permission_commit_access: Commit-Zugriff (über WebDAV) |
|
352 | 352 | permission_manage_boards: Foren verwalten |
|
353 | 353 | permission_view_messages: Forenbeiträge ansehen |
|
354 | 354 | permission_add_messages: Forenbeiträge hinzufügen |
|
355 | 355 | permission_edit_messages: Forenbeiträge bearbeiten |
|
356 | 356 | permission_edit_own_messages: Eigene Forenbeiträge bearbeiten |
|
357 | 357 | permission_delete_messages: Forenbeiträge löschen |
|
358 | 358 | permission_delete_own_messages: Eigene Forenbeiträge löschen |
|
359 | 359 | |
|
360 | 360 | project_module_issue_tracking: Ticket-Verfolgung |
|
361 | 361 | project_module_time_tracking: Zeiterfassung |
|
362 | 362 | project_module_news: News |
|
363 | 363 | project_module_documents: Dokumente |
|
364 | 364 | project_module_files: Dateien |
|
365 | 365 | project_module_wiki: Wiki |
|
366 | 366 | project_module_repository: Projektarchiv |
|
367 | 367 | project_module_boards: Foren |
|
368 | 368 | |
|
369 | 369 | label_user: Benutzer |
|
370 | 370 | label_user_plural: Benutzer |
|
371 | 371 | label_user_new: Neuer Benutzer |
|
372 | 372 | label_project: Projekt |
|
373 | 373 | label_project_new: Neues Projekt |
|
374 | 374 | label_project_plural: Projekte |
|
375 | 375 | label_x_projects: |
|
376 | 376 | zero: no projects |
|
377 | 377 | one: 1 project |
|
378 | 378 | other: "{{count}} projects" |
|
379 | 379 | label_project_all: Alle Projekte |
|
380 | 380 | label_project_latest: Neueste Projekte |
|
381 | 381 | label_issue: Ticket |
|
382 | 382 | label_issue_new: Neues Ticket |
|
383 | 383 | label_issue_plural: Tickets |
|
384 | 384 | label_issue_view_all: Alle Tickets anzeigen |
|
385 | 385 | label_issues_by: "Tickets von {{value}}" |
|
386 | 386 | label_issue_added: Ticket hinzugefügt |
|
387 | 387 | label_issue_updated: Ticket aktualisiert |
|
388 | 388 | label_document: Dokument |
|
389 | 389 | label_document_new: Neues Dokument |
|
390 | 390 | label_document_plural: Dokumente |
|
391 | 391 | label_document_added: Dokument hinzugefügt |
|
392 | 392 | label_role: Rolle |
|
393 | 393 | label_role_plural: Rollen |
|
394 | 394 | label_role_new: Neue Rolle |
|
395 | 395 | label_role_and_permissions: Rollen und Rechte |
|
396 | 396 | label_member: Mitglied |
|
397 | 397 | label_member_new: Neues Mitglied |
|
398 | 398 | label_member_plural: Mitglieder |
|
399 | 399 | label_tracker: Tracker |
|
400 | 400 | label_tracker_plural: Tracker |
|
401 | 401 | label_tracker_new: Neuer Tracker |
|
402 | 402 | label_workflow: Workflow |
|
403 | 403 | label_issue_status: Ticket-Status |
|
404 | 404 | label_issue_status_plural: Ticket-Status |
|
405 | 405 | label_issue_status_new: Neuer Status |
|
406 | 406 | label_issue_category: Ticket-Kategorie |
|
407 | 407 | label_issue_category_plural: Ticket-Kategorien |
|
408 | 408 | label_issue_category_new: Neue Kategorie |
|
409 | 409 | label_custom_field: Benutzerdefiniertes Feld |
|
410 | 410 | label_custom_field_plural: Benutzerdefinierte Felder |
|
411 | 411 | label_custom_field_new: Neues Feld |
|
412 | 412 | label_enumerations: Aufzählungen |
|
413 | 413 | label_enumeration_new: Neuer Wert |
|
414 | 414 | label_information: Information |
|
415 | 415 | label_information_plural: Informationen |
|
416 | 416 | label_please_login: Anmelden |
|
417 | 417 | label_register: Registrieren |
|
418 | 418 | label_password_lost: Kennwort vergessen |
|
419 | 419 | label_home: Hauptseite |
|
420 | 420 | label_my_page: Meine Seite |
|
421 | 421 | label_my_account: Mein Konto |
|
422 | 422 | label_my_projects: Meine Projekte |
|
423 | 423 | label_administration: Administration |
|
424 | 424 | label_login: Anmelden |
|
425 | 425 | label_logout: Abmelden |
|
426 | 426 | label_help: Hilfe |
|
427 | 427 | label_reported_issues: Gemeldete Tickets |
|
428 | 428 | label_assigned_to_me_issues: Mir zugewiesen |
|
429 | 429 | label_last_login: Letzte Anmeldung |
|
430 | 430 | label_registered_on: Angemeldet am |
|
431 | 431 | label_activity: Aktivität |
|
432 | 432 | label_overall_activity: Aktivität aller Projekte anzeigen |
|
433 | 433 | label_user_activity: "Aktivität von {{value}}" |
|
434 | 434 | label_new: Neu |
|
435 | 435 | label_logged_as: Angemeldet als |
|
436 | 436 | label_environment: Environment |
|
437 | 437 | label_authentication: Authentifizierung |
|
438 | 438 | label_auth_source: Authentifizierungs-Modus |
|
439 | 439 | label_auth_source_new: Neuer Authentifizierungs-Modus |
|
440 | 440 | label_auth_source_plural: Authentifizierungs-Arten |
|
441 | 441 | label_subproject_plural: Unterprojekte |
|
442 | 442 | label_and_its_subprojects: "{{value}} und dessen Unterprojekte" |
|
443 | 443 | label_min_max_length: Länge (Min. - Max.) |
|
444 | 444 | label_list: Liste |
|
445 | 445 | label_date: Datum |
|
446 | 446 | label_integer: Zahl |
|
447 | 447 | label_float: Fließkommazahl |
|
448 | 448 | label_boolean: Boolean |
|
449 | 449 | label_string: Text |
|
450 | 450 | label_text: Langer Text |
|
451 | 451 | label_attribute: Attribut |
|
452 | 452 | label_attribute_plural: Attribute |
|
453 | 453 | label_download: "{{count}} Download" |
|
454 | 454 | label_download_plural: "{{count}} Downloads" |
|
455 | 455 | label_no_data: Nichts anzuzeigen |
|
456 | 456 | label_change_status: Statuswechsel |
|
457 | 457 | label_history: Historie |
|
458 | 458 | label_attachment: Datei |
|
459 | 459 | label_attachment_new: Neue Datei |
|
460 | 460 | label_attachment_delete: Anhang löschen |
|
461 | 461 | label_attachment_plural: Dateien |
|
462 | 462 | label_file_added: Datei hinzugefügt |
|
463 | 463 | label_report: Bericht |
|
464 | 464 | label_report_plural: Berichte |
|
465 | 465 | label_news: News |
|
466 | 466 | label_news_new: News hinzufügen |
|
467 | 467 | label_news_plural: News |
|
468 | 468 | label_news_latest: Letzte News |
|
469 | 469 | label_news_view_all: Alle News anzeigen |
|
470 | 470 | label_news_added: News hinzugefügt |
|
471 | 471 | label_change_log: Change-Log |
|
472 | 472 | label_settings: Konfiguration |
|
473 | 473 | label_overview: Übersicht |
|
474 | 474 | label_version: Version |
|
475 | 475 | label_version_new: Neue Version |
|
476 | 476 | label_version_plural: Versionen |
|
477 | 477 | label_confirmation: Bestätigung |
|
478 | 478 | label_export_to: "Auch abrufbar als:" |
|
479 | 479 | label_read: Lesen... |
|
480 | 480 | label_public_projects: Öffentliche Projekte |
|
481 | 481 | label_open_issues: offen |
|
482 | 482 | label_open_issues_plural: offen |
|
483 | 483 | label_closed_issues: geschlossen |
|
484 | 484 | label_closed_issues_plural: geschlossen |
|
485 | 485 | label_x_open_issues_abbr_on_total: |
|
486 | 486 | zero: 0 open / {{total}} |
|
487 | 487 | one: 1 open / {{total}} |
|
488 | 488 | other: "{{count}} open / {{total}}" |
|
489 | 489 | label_x_open_issues_abbr: |
|
490 | 490 | zero: 0 open |
|
491 | 491 | one: 1 open |
|
492 | 492 | other: "{{count}} open" |
|
493 | 493 | label_x_closed_issues_abbr: |
|
494 | 494 | zero: 0 closed |
|
495 | 495 | one: 1 closed |
|
496 | 496 | other: "{{count}} closed" |
|
497 | 497 | label_total: Gesamtzahl |
|
498 | 498 | label_permissions: Berechtigungen |
|
499 | 499 | label_current_status: Gegenwärtiger Status |
|
500 | 500 | label_new_statuses_allowed: Neue Berechtigungen |
|
501 | 501 | label_all: alle |
|
502 | 502 | label_none: kein |
|
503 | 503 | label_nobody: Niemand |
|
504 | 504 | label_next: Weiter |
|
505 | 505 | label_previous: Zurück |
|
506 | 506 | label_used_by: Benutzt von |
|
507 | 507 | label_details: Details |
|
508 | 508 | label_add_note: Kommentar hinzufügen |
|
509 | 509 | label_per_page: Pro Seite |
|
510 | 510 | label_calendar: Kalender |
|
511 | 511 | label_months_from: Monate ab |
|
512 | 512 | label_gantt: Gantt-Diagramm |
|
513 | 513 | label_internal: Intern |
|
514 | 514 | label_last_changes: "{{count}} letzte Änderungen" |
|
515 | 515 | label_change_view_all: Alle Änderungen anzeigen |
|
516 | 516 | label_personalize_page: Diese Seite anpassen |
|
517 | 517 | label_comment: Kommentar |
|
518 | 518 | label_comment_plural: Kommentare |
|
519 | 519 | label_x_comments: |
|
520 | 520 | zero: no comments |
|
521 | 521 | one: 1 comment |
|
522 | 522 | other: "{{count}} comments" |
|
523 | 523 | label_comment_add: Kommentar hinzufügen |
|
524 | 524 | label_comment_added: Kommentar hinzugefügt |
|
525 | 525 | label_comment_delete: Kommentar löschen |
|
526 | 526 | label_query: Benutzerdefinierte Abfrage |
|
527 | 527 | label_query_plural: Benutzerdefinierte Berichte |
|
528 | 528 | label_query_new: Neuer Bericht |
|
529 | 529 | label_filter_add: Filter hinzufügen |
|
530 | 530 | label_filter_plural: Filter |
|
531 | 531 | label_equals: ist |
|
532 | 532 | label_not_equals: ist nicht |
|
533 | 533 | label_in_less_than: in weniger als |
|
534 | 534 | label_in_more_than: in mehr als |
|
535 | 535 | label_in: an |
|
536 | 536 | label_today: heute |
|
537 | 537 | label_all_time: gesamter Zeitraum |
|
538 | 538 | label_yesterday: gestern |
|
539 | 539 | label_this_week: aktuelle Woche |
|
540 | 540 | label_last_week: vorige Woche |
|
541 | 541 | label_last_n_days: "die letzten {{count}} Tage" |
|
542 | 542 | label_this_month: aktueller Monat |
|
543 | 543 | label_last_month: voriger Monat |
|
544 | 544 | label_this_year: aktuelles Jahr |
|
545 | 545 | label_date_range: Zeitraum |
|
546 | 546 | label_less_than_ago: vor weniger als |
|
547 | 547 | label_more_than_ago: vor mehr als |
|
548 | 548 | label_ago: vor |
|
549 | 549 | label_contains: enthält |
|
550 | 550 | label_not_contains: enthält nicht |
|
551 | 551 | label_day_plural: Tage |
|
552 | 552 | label_repository: Projektarchiv |
|
553 | 553 | label_repository_plural: Projektarchive |
|
554 | 554 | label_browse: Codebrowser |
|
555 | 555 | label_modification: "{{count}} Änderung" |
|
556 | 556 | label_modification_plural: "{{count}} Änderungen" |
|
557 | 557 | label_revision: Revision |
|
558 | 558 | label_revision_plural: Revisionen |
|
559 | 559 | label_associated_revisions: Zugehörige Revisionen |
|
560 | 560 | label_added: hinzugefügt |
|
561 | 561 | label_modified: geändert |
|
562 | 562 | label_copied: kopiert |
|
563 | 563 | label_renamed: umbenannt |
|
564 | 564 | label_deleted: gelöscht |
|
565 | 565 | label_latest_revision: Aktuellste Revision |
|
566 | 566 | label_latest_revision_plural: Aktuellste Revisionen |
|
567 | 567 | label_view_revisions: Revisionen anzeigen |
|
568 | 568 | label_max_size: Maximale Größe |
|
569 | 569 | label_sort_highest: An den Anfang |
|
570 | 570 | label_sort_higher: Eins höher |
|
571 | 571 | label_sort_lower: Eins tiefer |
|
572 | 572 | label_sort_lowest: Ans Ende |
|
573 | 573 | label_roadmap: Roadmap |
|
574 | 574 | label_roadmap_due_in: "Fällig in {{value}}" |
|
575 | 575 | label_roadmap_overdue: "{{value}} verspätet" |
|
576 | 576 | label_roadmap_no_issues: Keine Tickets für diese Version |
|
577 | 577 | label_search: Suche |
|
578 | 578 | label_result_plural: Resultate |
|
579 | 579 | label_all_words: Alle Wörter |
|
580 | 580 | label_wiki: Wiki |
|
581 | 581 | label_wiki_edit: Wiki-Bearbeitung |
|
582 | 582 | label_wiki_edit_plural: Wiki-Bearbeitungen |
|
583 | 583 | label_wiki_page: Wiki-Seite |
|
584 | 584 | label_wiki_page_plural: Wiki-Seiten |
|
585 | 585 | label_index_by_title: Seiten nach Titel sortiert |
|
586 | 586 | label_index_by_date: Seiten nach Datum sortiert |
|
587 | 587 | label_current_version: Gegenwärtige Version |
|
588 | 588 | label_preview: Vorschau |
|
589 | 589 | label_feed_plural: Feeds |
|
590 | 590 | label_changes_details: Details aller Änderungen |
|
591 | 591 | label_issue_tracking: Tickets |
|
592 | 592 | label_spent_time: Aufgewendete Zeit |
|
593 | 593 | label_f_hour: "{{value}} Stunde" |
|
594 | 594 | label_f_hour_plural: "{{value}} Stunden" |
|
595 | 595 | label_time_tracking: Zeiterfassung |
|
596 | 596 | label_change_plural: Änderungen |
|
597 | 597 | label_statistics: Statistiken |
|
598 | 598 | label_commits_per_month: Übertragungen pro Monat |
|
599 | 599 | label_commits_per_author: Übertragungen pro Autor |
|
600 | 600 | label_view_diff: Unterschiede anzeigen |
|
601 | 601 | label_diff_inline: inline |
|
602 | 602 | label_diff_side_by_side: nebeneinander |
|
603 | 603 | label_options: Optionen |
|
604 | 604 | label_copy_workflow_from: Workflow kopieren von |
|
605 | 605 | label_permissions_report: Berechtigungsübersicht |
|
606 | 606 | label_watched_issues: Beobachtete Tickets |
|
607 | 607 | label_related_issues: Zugehörige Tickets |
|
608 | 608 | label_applied_status: Zugewiesener Status |
|
609 | 609 | label_loading: Lade... |
|
610 | 610 | label_relation_new: Neue Beziehung |
|
611 | 611 | label_relation_delete: Beziehung löschen |
|
612 | 612 | label_relates_to: Beziehung mit |
|
613 | 613 | label_duplicates: Duplikat von |
|
614 | 614 | label_duplicated_by: Dupliziert durch |
|
615 | 615 | label_blocks: Blockiert |
|
616 | 616 | label_blocked_by: Blockiert durch |
|
617 | 617 | label_precedes: Vorgänger von |
|
618 | 618 | label_follows: folgt |
|
619 | 619 | label_end_to_start: Ende - Anfang |
|
620 | 620 | label_end_to_end: Ende - Ende |
|
621 | 621 | label_start_to_start: Anfang - Anfang |
|
622 | 622 | label_start_to_end: Anfang - Ende |
|
623 | 623 | label_stay_logged_in: Angemeldet bleiben |
|
624 | 624 | label_disabled: gesperrt |
|
625 | 625 | label_show_completed_versions: Abgeschlossene Versionen anzeigen |
|
626 | 626 | label_me: ich |
|
627 | 627 | label_board: Forum |
|
628 | 628 | label_board_new: Neues Forum |
|
629 | 629 | label_board_plural: Foren |
|
630 | 630 | label_topic_plural: Themen |
|
631 | 631 | label_message_plural: Forenbeiträge |
|
632 | 632 | label_message_last: Letzter Forenbeitrag |
|
633 | 633 | label_message_new: Neues Thema |
|
634 | 634 | label_message_posted: Forenbeitrag hinzugefügt |
|
635 | 635 | label_reply_plural: Antworten |
|
636 | 636 | label_send_information: Sende Kontoinformationen zum Benutzer |
|
637 | 637 | label_year: Jahr |
|
638 | 638 | label_month: Monat |
|
639 | 639 | label_week: Woche |
|
640 | 640 | label_date_from: Von |
|
641 | 641 | label_date_to: Bis |
|
642 | 642 | label_language_based: Sprachabhängig |
|
643 | 643 | label_sort_by: "Sortiert nach {{value}}" |
|
644 | 644 | label_send_test_email: Test-E-Mail senden |
|
645 | 645 | label_feeds_access_key_created_on: "Atom-Zugriffsschlüssel vor {{value}} erstellt" |
|
646 | 646 | label_module_plural: Module |
|
647 | 647 | label_added_time_by: "Von {{author}} vor {{age}} hinzugefügt" |
|
648 | 648 | label_updated_time_by: "Von {{author}} vor {{age}} aktualisiert" |
|
649 | 649 | label_updated_time: "Vor {{value}} aktualisiert" |
|
650 | 650 | label_jump_to_a_project: Zu einem Projekt springen... |
|
651 | 651 | label_file_plural: Dateien |
|
652 | 652 | label_changeset_plural: Changesets |
|
653 | 653 | label_default_columns: Default-Spalten |
|
654 | 654 | label_no_change_option: (Keine Änderung) |
|
655 | 655 | label_bulk_edit_selected_issues: Alle ausgewählten Tickets bearbeiten |
|
656 | 656 | label_theme: Stil |
|
657 | 657 | label_default: Default |
|
658 | 658 | label_search_titles_only: Nur Titel durchsuchen |
|
659 | 659 | label_user_mail_option_all: "Für alle Ereignisse in all meinen Projekten" |
|
660 | 660 | label_user_mail_option_selected: "Für alle Ereignisse in den ausgewählten Projekten..." |
|
661 | 661 | label_user_mail_option_none: "Nur für Dinge, die ich beobachte oder an denen ich beteiligt bin" |
|
662 | 662 | label_user_mail_no_self_notified: "Ich möchte nicht über Änderungen benachrichtigt werden, die ich selbst durchführe." |
|
663 | 663 | label_registration_activation_by_email: Kontoaktivierung durch E-Mail |
|
664 | 664 | label_registration_manual_activation: Manuelle Kontoaktivierung |
|
665 | 665 | label_registration_automatic_activation: Automatische Kontoaktivierung |
|
666 | 666 | label_display_per_page: "Pro Seite: {{value}}'" |
|
667 | 667 | label_age: Geändert vor |
|
668 | 668 | label_change_properties: Eigenschaften ändern |
|
669 | 669 | label_general: Allgemein |
|
670 | 670 | label_more: Mehr |
|
671 | 671 | label_scm: Versionskontrollsystem |
|
672 | 672 | label_plugins: Plugins |
|
673 | 673 | label_ldap_authentication: LDAP-Authentifizierung |
|
674 | 674 | label_downloads_abbr: D/L |
|
675 | 675 | label_optional_description: Beschreibung (optional) |
|
676 | 676 | label_add_another_file: Eine weitere Datei hinzufügen |
|
677 | 677 | label_preferences: Präferenzen |
|
678 | 678 | label_chronological_order: in zeitlicher Reihenfolge |
|
679 | 679 | label_reverse_chronological_order: in umgekehrter zeitlicher Reihenfolge |
|
680 | 680 | label_planning: Terminplanung |
|
681 | 681 | label_incoming_emails: Eingehende E-Mails |
|
682 | 682 | label_generate_key: Generieren |
|
683 | 683 | label_issue_watchers: Beobachter |
|
684 | 684 | label_example: Beispiel |
|
685 | 685 | |
|
686 | 686 | button_login: Anmelden |
|
687 | 687 | button_submit: OK |
|
688 | 688 | button_save: Speichern |
|
689 | 689 | button_check_all: Alles auswählen |
|
690 | 690 | button_uncheck_all: Alles abwählen |
|
691 | 691 | button_delete: Löschen |
|
692 | 692 | button_create: Anlegen |
|
693 | 693 | button_test: Testen |
|
694 | 694 | button_edit: Bearbeiten |
|
695 | 695 | button_add: Hinzufügen |
|
696 | 696 | button_change: Wechseln |
|
697 | 697 | button_apply: Anwenden |
|
698 | 698 | button_clear: Zurücksetzen |
|
699 | 699 | button_lock: Sperren |
|
700 | 700 | button_unlock: Entsperren |
|
701 | 701 | button_download: Download |
|
702 | 702 | button_list: Liste |
|
703 | 703 | button_view: Anzeigen |
|
704 | 704 | button_move: Verschieben |
|
705 | 705 | button_back: Zurück |
|
706 | 706 | button_cancel: Abbrechen |
|
707 | 707 | button_activate: Aktivieren |
|
708 | 708 | button_sort: Sortieren |
|
709 | 709 | button_log_time: Aufwand buchen |
|
710 | 710 | button_rollback: Auf diese Version zurücksetzen |
|
711 | 711 | button_watch: Beobachten |
|
712 | 712 | button_unwatch: Nicht beobachten |
|
713 | 713 | button_reply: Antworten |
|
714 | 714 | button_archive: Archivieren |
|
715 | 715 | button_unarchive: Entarchivieren |
|
716 | 716 | button_reset: Zurücksetzen |
|
717 | 717 | button_rename: Umbenennen |
|
718 | 718 | button_change_password: Kennwort ändern |
|
719 | 719 | button_copy: Kopieren |
|
720 | 720 | button_annotate: Annotieren |
|
721 | 721 | button_update: Aktualisieren |
|
722 | 722 | button_configure: Konfigurieren |
|
723 | 723 | button_quote: Zitieren |
|
724 | 724 | |
|
725 | 725 | status_active: aktiv |
|
726 | 726 | status_registered: angemeldet |
|
727 | 727 | status_locked: gesperrt |
|
728 | 728 | |
|
729 | 729 | text_select_mail_notifications: Bitte wählen Sie die Aktionen aus, für die eine Mailbenachrichtigung gesendet werden soll |
|
730 | 730 | text_regexp_info: z. B. ^[A-Z0-9]+$ |
|
731 | 731 | text_min_max_length_info: 0 heißt keine Beschränkung |
|
732 | 732 | text_project_destroy_confirmation: Sind Sie sicher, dass sie das Projekt löschen wollen? |
|
733 | 733 | text_subprojects_destroy_warning: "Dessen Unterprojekte ({{value}}) werden ebenfalls gelöscht.'" |
|
734 | 734 | text_workflow_edit: Workflow zum Bearbeiten auswählen |
|
735 | 735 | text_are_you_sure: Sind Sie sicher? |
|
736 | 736 | text_journal_changed: "geändert von {{old}} zu {{new}}" |
|
737 | 737 | text_journal_set_to: "gestellt zu {{value}}" |
|
738 | 738 | text_journal_deleted: gelöscht |
|
739 | 739 | text_tip_task_begin_day: Aufgabe, die an diesem Tag beginnt |
|
740 | 740 | text_tip_task_end_day: Aufgabe, die an diesem Tag endet |
|
741 | 741 | text_tip_task_begin_end_day: Aufgabe, die an diesem Tag beginnt und endet |
|
742 | 742 | text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern und Bindestriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.' |
|
743 | 743 | text_caracters_maximum: "Max. {{count}} Zeichen." |
|
744 | 744 | text_caracters_minimum: "Muss mindestens {{count}} Zeichen lang sein." |
|
745 | 745 | text_length_between: "Länge zwischen {{min}} und {{max}} Zeichen." |
|
746 | 746 | text_tracker_no_workflow: Kein Workflow für diesen Tracker definiert. |
|
747 | 747 | text_unallowed_characters: Nicht erlaubte Zeichen |
|
748 | 748 | text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt). |
|
749 | 749 | text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log-Meldungen |
|
750 | 750 | text_issue_added: "Ticket {{id}} wurde erstellt by {{author}}." |
|
751 | 751 | text_issue_updated: "Ticket {{id}} wurde aktualisiert by {{author}}." |
|
752 | 752 | text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten? |
|
753 | 753 | text_issue_category_destroy_question: "Einige Tickets ({{count}}) sind dieser Kategorie zugeodnet. Was möchten Sie tun?" |
|
754 | 754 | text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen |
|
755 | 755 | text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen |
|
756 | 756 | text_user_mail_option: "Für nicht ausgewählte Projekte werden Sie nur Benachrichtigungen für Dinge erhalten, die Sie beobachten oder an denen Sie beteiligt sind (z. B. Tickets, deren Autor Sie sind oder die Ihnen zugewiesen sind)." |
|
757 | 757 | text_no_configuration_data: "Rollen, Tracker, Ticket-Status und Workflows wurden noch nicht konfiguriert.\nEs ist sehr zu empfehlen, die Standard-Konfiguration zu laden. Sobald sie geladen ist, können Sie sie abändern." |
|
758 | 758 | text_load_default_configuration: Standard-Konfiguration laden |
|
759 | 759 | text_status_changed_by_changeset: "Status geändert durch Changeset {{value}}." |
|
760 | 760 | text_issues_destroy_confirmation: 'Sind Sie sicher, dass Sie die ausgewählten Tickets löschen möchten?' |
|
761 | 761 | text_select_project_modules: 'Bitte wählen Sie die Module aus, die in diesem Projekt aktiviert sein sollen:' |
|
762 | 762 | text_default_administrator_account_changed: Administrator-Kennwort geändert |
|
763 | 763 | text_file_repository_writable: Verzeichnis für Dateien beschreibbar |
|
764 | 764 | text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar |
|
765 | 765 | text_rmagick_available: RMagick verfügbar (optional) |
|
766 | 766 | text_destroy_time_entries_question: Es wurden bereits %.02f Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen? |
|
767 | 767 | text_destroy_time_entries: Gebuchte Aufwände löschen |
|
768 | 768 | text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen |
|
769 | 769 | text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:' |
|
770 | 770 | text_user_wrote: "{{value}} schrieb:'" |
|
771 | 771 | text_enumeration_destroy_question: "{{count}} Objekte sind diesem Wert zugeordnet.'" |
|
772 | 772 | text_enumeration_category_reassign_to: 'Die Objekte stattdessen diesem Wert zuordnen:' |
|
773 | 773 | text_email_delivery_not_configured: "Der SMTP-Server ist nicht konfiguriert und Mailbenachrichtigungen sind ausgeschaltet.\nNehmen Sie die Einstellungen für Ihren SMTP-Server in config/email.yml vor und starten Sie die Applikation neu." |
|
774 | 774 | text_repository_usernames_mapping: "Bitte legen Sie die Zuordnung der Redmine-Benutzer zu den Benutzernamen der Commit-Log-Meldungen des Projektarchivs fest.\nBenutzer mit identischen Redmine- und Projektarchiv-Benutzernamen oder -E-Mail-Adressen werden automatisch zugeordnet." |
|
775 | 775 | text_diff_truncated: '... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.' |
|
776 | 776 | |
|
777 | 777 | default_role_manager: Manager |
|
778 | 778 | default_role_developper: Entwickler |
|
779 | 779 | default_role_reporter: Reporter |
|
780 | 780 | default_tracker_bug: Fehler |
|
781 | 781 | default_tracker_feature: Feature |
|
782 | 782 | default_tracker_support: Unterstützung |
|
783 | 783 | default_issue_status_new: Neu |
|
784 | 784 | default_issue_status_assigned: Zugewiesen |
|
785 | 785 | default_issue_status_resolved: Gelöst |
|
786 | 786 | default_issue_status_feedback: Feedback |
|
787 | 787 | default_issue_status_closed: Erledigt |
|
788 | 788 | default_issue_status_rejected: Abgewiesen |
|
789 | 789 | default_doc_category_user: Benutzerdokumentation |
|
790 | 790 | default_doc_category_tech: Technische Dokumentation |
|
791 | 791 | default_priority_low: Niedrig |
|
792 | 792 | default_priority_normal: Normal |
|
793 | 793 | default_priority_high: Hoch |
|
794 | 794 | default_priority_urgent: Dringend |
|
795 | 795 | default_priority_immediate: Sofort |
|
796 | 796 | default_activity_design: Design |
|
797 | 797 | default_activity_development: Entwicklung |
|
798 | 798 | |
|
799 | 799 | enumeration_issue_priorities: Ticket-Prioritäten |
|
800 | 800 | enumeration_doc_categories: Dokumentenkategorien |
|
801 | 801 | enumeration_activities: Aktivitäten (Zeiterfassung) |
|
802 | 802 | field_editable: Editable |
|
803 | 803 | label_display: Display |
|
804 | 804 | button_create_and_continue: Create and continue |
|
805 | 805 | text_custom_field_possible_values_info: 'One line for each value' |
|
806 | 806 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
807 | 807 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
808 | 808 | field_watcher: Watcher |
|
809 | 809 | setting_openid: Allow OpenID login and registration |
|
810 | field_identity_url: OpenID URL | |
|
811 | label_login_with_open_id_option: or login with OpenID |
@@ -1,779 +1,781 | |||
|
1 | 1 | en: |
|
2 | 2 | date: |
|
3 | 3 | formats: |
|
4 | 4 | # Use the strftime parameters for formats. |
|
5 | 5 | # When no format has been given, it uses default. |
|
6 | 6 | # You can provide other formats here if you like! |
|
7 | 7 | default: "%Y-%m-%d" |
|
8 | 8 | short: "%b %d" |
|
9 | 9 | long: "%B %d, %Y" |
|
10 | 10 | |
|
11 | 11 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
12 | 12 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] |
|
13 | 13 | |
|
14 | 14 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
15 | 15 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
16 | 16 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
17 | 17 | # Used in date_select and datime_select. |
|
18 | 18 | order: [ :year, :month, :day ] |
|
19 | 19 | |
|
20 | 20 | time: |
|
21 | 21 | formats: |
|
22 | 22 | default: "%a, %d %b %Y %H:%M:%S %z" |
|
23 | 23 | short: "%d %b %H:%M" |
|
24 | 24 | long: "%B %d, %Y %H:%M" |
|
25 | 25 | am: "am" |
|
26 | 26 | pm: "pm" |
|
27 | 27 | |
|
28 | 28 | datetime: |
|
29 | 29 | distance_in_words: |
|
30 | 30 | half_a_minute: "half a minute" |
|
31 | 31 | less_than_x_seconds: |
|
32 | 32 | one: "less than 1 second" |
|
33 | 33 | other: "less than {{count}} seconds" |
|
34 | 34 | x_seconds: |
|
35 | 35 | one: "1 second" |
|
36 | 36 | other: "{{count}} seconds" |
|
37 | 37 | less_than_x_minutes: |
|
38 | 38 | one: "less than a minute" |
|
39 | 39 | other: "less than {{count}} minutes" |
|
40 | 40 | x_minutes: |
|
41 | 41 | one: "1 minute" |
|
42 | 42 | other: "{{count}} minutes" |
|
43 | 43 | about_x_hours: |
|
44 | 44 | one: "about 1 hour" |
|
45 | 45 | other: "about {{count}} hours" |
|
46 | 46 | x_days: |
|
47 | 47 | one: "1 day" |
|
48 | 48 | other: "{{count}} days" |
|
49 | 49 | about_x_months: |
|
50 | 50 | one: "about 1 month" |
|
51 | 51 | other: "about {{count}} months" |
|
52 | 52 | x_months: |
|
53 | 53 | one: "1 month" |
|
54 | 54 | other: "{{count}} months" |
|
55 | 55 | about_x_years: |
|
56 | 56 | one: "about 1 year" |
|
57 | 57 | other: "about {{count}} years" |
|
58 | 58 | over_x_years: |
|
59 | 59 | one: "over 1 year" |
|
60 | 60 | other: "over {{count}} years" |
|
61 | 61 | |
|
62 | 62 | # Used in array.to_sentence. |
|
63 | 63 | support: |
|
64 | 64 | array: |
|
65 | 65 | sentence_connector: "and" |
|
66 | 66 | skip_last_comma: false |
|
67 | 67 | |
|
68 | 68 | activerecord: |
|
69 | 69 | errors: |
|
70 | 70 | messages: |
|
71 | 71 | inclusion: "is not included in the list" |
|
72 | 72 | exclusion: "is reserved" |
|
73 | 73 | invalid: "is invalid" |
|
74 | 74 | confirmation: "doesn't match confirmation" |
|
75 | 75 | accepted: "must be accepted" |
|
76 | 76 | empty: "can't be empty" |
|
77 | 77 | blank: "can't be blank" |
|
78 | 78 | too_long: "is too long" |
|
79 | 79 | too_short: "is too short" |
|
80 | 80 | wrong_length: "is the wrong length" |
|
81 | 81 | taken: "has already been taken" |
|
82 | 82 | not_a_number: "is not a number" |
|
83 | 83 | not_a_date: "is not a valid date" |
|
84 | 84 | greater_than: "must be greater than {{count}}" |
|
85 | 85 | greater_than_or_equal_to: "must be greater than or equal to {{count}}" |
|
86 | 86 | equal_to: "must be equal to {{count}}" |
|
87 | 87 | less_than: "must be less than {{count}}" |
|
88 | 88 | less_than_or_equal_to: "must be less than or equal to {{count}}" |
|
89 | 89 | odd: "must be odd" |
|
90 | 90 | even: "must be even" |
|
91 | 91 | greater_than_start_date: "must be greater than start date" |
|
92 | 92 | not_same_project: "doesn't belong to the same project" |
|
93 | 93 | circular_dependency: "This relation would create a circular dependency" |
|
94 | 94 | |
|
95 | 95 | actionview_instancetag_blank_option: Please select |
|
96 | 96 | |
|
97 | 97 | general_text_No: 'No' |
|
98 | 98 | general_text_Yes: 'Yes' |
|
99 | 99 | general_text_no: 'no' |
|
100 | 100 | general_text_yes: 'yes' |
|
101 | 101 | general_lang_name: 'English' |
|
102 | 102 | general_csv_separator: ',' |
|
103 | 103 | general_csv_decimal_separator: '.' |
|
104 | 104 | general_csv_encoding: ISO-8859-1 |
|
105 | 105 | general_pdf_encoding: ISO-8859-1 |
|
106 | 106 | general_first_day_of_week: '7' |
|
107 | 107 | |
|
108 | 108 | notice_account_updated: Account was successfully updated. |
|
109 | 109 | notice_account_invalid_creditentials: Invalid user or password |
|
110 | 110 | notice_account_password_updated: Password was successfully updated. |
|
111 | 111 | notice_account_wrong_password: Wrong password |
|
112 | 112 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. |
|
113 | 113 | notice_account_unknown_email: Unknown user. |
|
114 | 114 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. |
|
115 | 115 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. |
|
116 | 116 | notice_account_activated: Your account has been activated. You can now log in. |
|
117 | 117 | notice_successful_create: Successful creation. |
|
118 | 118 | notice_successful_update: Successful update. |
|
119 | 119 | notice_successful_delete: Successful deletion. |
|
120 | 120 | notice_successful_connection: Successful connection. |
|
121 | 121 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. |
|
122 | 122 | notice_locking_conflict: Data has been updated by another user. |
|
123 | 123 | notice_not_authorized: You are not authorized to access this page. |
|
124 | 124 | notice_email_sent: "An email was sent to {{value}}" |
|
125 | 125 | notice_email_error: "An error occurred while sending mail ({{value}})" |
|
126 | 126 | notice_feeds_access_key_reseted: Your RSS access key was reset. |
|
127 | 127 | notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}." |
|
128 | 128 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
129 | 129 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
130 | 130 | notice_default_data_loaded: Default configuration successfully loaded. |
|
131 | 131 | notice_unable_delete_version: Unable to delete version. |
|
132 | 132 | |
|
133 | 133 | error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}" |
|
134 | 134 | error_scm_not_found: "The entry or revision was not found in the repository." |
|
135 | 135 | error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}" |
|
136 | 136 | error_scm_annotate: "The entry does not exist or can not be annotated." |
|
137 | 137 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
138 | 138 | |
|
139 | 139 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
140 | 140 | |
|
141 | 141 | mail_subject_lost_password: "Your {{value}} password" |
|
142 | 142 | mail_body_lost_password: 'To change your password, click on the following link:' |
|
143 | 143 | mail_subject_register: "Your {{value}} account activation" |
|
144 | 144 | mail_body_register: 'To activate your account, click on the following link:' |
|
145 | 145 | mail_body_account_information_external: "You can use your {{value}} account to log in." |
|
146 | 146 | mail_body_account_information: Your account information |
|
147 | 147 | mail_subject_account_activation_request: "{{value}} account activation request" |
|
148 | 148 | mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:'" |
|
149 | 149 | mail_subject_reminder: "{{count}} issue(s) due in the next days" |
|
150 | 150 | mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:" |
|
151 | 151 | |
|
152 | 152 | gui_validation_error: 1 error |
|
153 | 153 | gui_validation_error_plural: "{{count}} errors" |
|
154 | 154 | |
|
155 | 155 | field_name: Name |
|
156 | 156 | field_description: Description |
|
157 | 157 | field_summary: Summary |
|
158 | 158 | field_is_required: Required |
|
159 | 159 | field_firstname: Firstname |
|
160 | 160 | field_lastname: Lastname |
|
161 | 161 | field_mail: Email |
|
162 | 162 | field_filename: File |
|
163 | 163 | field_filesize: Size |
|
164 | 164 | field_downloads: Downloads |
|
165 | 165 | field_author: Author |
|
166 | 166 | field_created_on: Created |
|
167 | 167 | field_updated_on: Updated |
|
168 | 168 | field_field_format: Format |
|
169 | 169 | field_is_for_all: For all projects |
|
170 | 170 | field_possible_values: Possible values |
|
171 | 171 | field_regexp: Regular expression |
|
172 | 172 | field_min_length: Minimum length |
|
173 | 173 | field_max_length: Maximum length |
|
174 | 174 | field_value: Value |
|
175 | 175 | field_category: Category |
|
176 | 176 | field_title: Title |
|
177 | 177 | field_project: Project |
|
178 | 178 | field_issue: Issue |
|
179 | 179 | field_status: Status |
|
180 | 180 | field_notes: Notes |
|
181 | 181 | field_is_closed: Issue closed |
|
182 | 182 | field_is_default: Default value |
|
183 | 183 | field_tracker: Tracker |
|
184 | 184 | field_subject: Subject |
|
185 | 185 | field_due_date: Due date |
|
186 | 186 | field_assigned_to: Assigned to |
|
187 | 187 | field_priority: Priority |
|
188 | 188 | field_fixed_version: Target version |
|
189 | 189 | field_user: User |
|
190 | 190 | field_role: Role |
|
191 | 191 | field_homepage: Homepage |
|
192 | 192 | field_is_public: Public |
|
193 | 193 | field_parent: Subproject of |
|
194 | 194 | field_is_in_chlog: Issues displayed in changelog |
|
195 | 195 | field_is_in_roadmap: Issues displayed in roadmap |
|
196 | 196 | field_login: Login |
|
197 | 197 | field_mail_notification: Email notifications |
|
198 | 198 | field_admin: Administrator |
|
199 | 199 | field_last_login_on: Last connection |
|
200 | 200 | field_language: Language |
|
201 | 201 | field_effective_date: Date |
|
202 | 202 | field_password: Password |
|
203 | 203 | field_new_password: New password |
|
204 | 204 | field_password_confirmation: Confirmation |
|
205 | 205 | field_version: Version |
|
206 | 206 | field_type: Type |
|
207 | 207 | field_host: Host |
|
208 | 208 | field_port: Port |
|
209 | 209 | field_account: Account |
|
210 | 210 | field_base_dn: Base DN |
|
211 | 211 | field_attr_login: Login attribute |
|
212 | 212 | field_attr_firstname: Firstname attribute |
|
213 | 213 | field_attr_lastname: Lastname attribute |
|
214 | 214 | field_attr_mail: Email attribute |
|
215 | 215 | field_onthefly: On-the-fly user creation |
|
216 | 216 | field_start_date: Start |
|
217 | 217 | field_done_ratio: %% Done |
|
218 | 218 | field_auth_source: Authentication mode |
|
219 | 219 | field_hide_mail: Hide my email address |
|
220 | 220 | field_comments: Comment |
|
221 | 221 | field_url: URL |
|
222 | 222 | field_start_page: Start page |
|
223 | 223 | field_subproject: Subproject |
|
224 | 224 | field_hours: Hours |
|
225 | 225 | field_activity: Activity |
|
226 | 226 | field_spent_on: Date |
|
227 | 227 | field_identifier: Identifier |
|
228 | 228 | field_is_filter: Used as a filter |
|
229 | 229 | field_issue_to_id: Related issue |
|
230 | 230 | field_delay: Delay |
|
231 | 231 | field_assignable: Issues can be assigned to this role |
|
232 | 232 | field_redirect_existing_links: Redirect existing links |
|
233 | 233 | field_estimated_hours: Estimated time |
|
234 | 234 | field_column_names: Columns |
|
235 | 235 | field_time_zone: Time zone |
|
236 | 236 | field_searchable: Searchable |
|
237 | 237 | field_default_value: Default value |
|
238 | 238 | field_comments_sorting: Display comments |
|
239 | 239 | field_parent_title: Parent page |
|
240 | 240 | field_editable: Editable |
|
241 | 241 | field_watcher: Watcher |
|
242 | field_identity_url: OpenID URL | |
|
242 | 243 | |
|
243 | 244 | setting_app_title: Application title |
|
244 | 245 | setting_app_subtitle: Application subtitle |
|
245 | 246 | setting_welcome_text: Welcome text |
|
246 | 247 | setting_default_language: Default language |
|
247 | 248 | setting_login_required: Authentication required |
|
248 | 249 | setting_self_registration: Self-registration |
|
249 | 250 | setting_attachment_max_size: Attachment max. size |
|
250 | 251 | setting_issues_export_limit: Issues export limit |
|
251 | 252 | setting_mail_from: Emission email address |
|
252 | 253 | setting_bcc_recipients: Blind carbon copy recipients (bcc) |
|
253 | 254 | setting_plain_text_mail: Plain text mail (no HTML) |
|
254 | 255 | setting_host_name: Host name and path |
|
255 | 256 | setting_text_formatting: Text formatting |
|
256 | 257 | setting_wiki_compression: Wiki history compression |
|
257 | 258 | setting_feeds_limit: Feed content limit |
|
258 | 259 | setting_default_projects_public: New projects are public by default |
|
259 | 260 | setting_autofetch_changesets: Autofetch commits |
|
260 | 261 | setting_sys_api_enabled: Enable WS for repository management |
|
261 | 262 | setting_commit_ref_keywords: Referencing keywords |
|
262 | 263 | setting_commit_fix_keywords: Fixing keywords |
|
263 | 264 | setting_autologin: Autologin |
|
264 | 265 | setting_date_format: Date format |
|
265 | 266 | setting_time_format: Time format |
|
266 | 267 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
267 | 268 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
268 | 269 | setting_repositories_encodings: Repositories encodings |
|
269 | 270 | setting_commit_logs_encoding: Commit messages encoding |
|
270 | 271 | setting_emails_footer: Emails footer |
|
271 | 272 | setting_protocol: Protocol |
|
272 | 273 | setting_per_page_options: Objects per page options |
|
273 | 274 | setting_user_format: Users display format |
|
274 | 275 | setting_activity_days_default: Days displayed on project activity |
|
275 | 276 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
276 | 277 | setting_enabled_scm: Enabled SCM |
|
277 | 278 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
278 | 279 | setting_mail_handler_api_key: API key |
|
279 | 280 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
280 | 281 | setting_gravatar_enabled: Use Gravatar user icons |
|
281 | 282 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
282 | 283 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
283 | 284 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
284 | 285 | setting_openid: Allow OpenID login and registration |
|
285 | 286 | |
|
286 | 287 | permission_edit_project: Edit project |
|
287 | 288 | permission_select_project_modules: Select project modules |
|
288 | 289 | permission_manage_members: Manage members |
|
289 | 290 | permission_manage_versions: Manage versions |
|
290 | 291 | permission_manage_categories: Manage issue categories |
|
291 | 292 | permission_add_issues: Add issues |
|
292 | 293 | permission_edit_issues: Edit issues |
|
293 | 294 | permission_manage_issue_relations: Manage issue relations |
|
294 | 295 | permission_add_issue_notes: Add notes |
|
295 | 296 | permission_edit_issue_notes: Edit notes |
|
296 | 297 | permission_edit_own_issue_notes: Edit own notes |
|
297 | 298 | permission_move_issues: Move issues |
|
298 | 299 | permission_delete_issues: Delete issues |
|
299 | 300 | permission_manage_public_queries: Manage public queries |
|
300 | 301 | permission_save_queries: Save queries |
|
301 | 302 | permission_view_gantt: View gantt chart |
|
302 | 303 | permission_view_calendar: View calender |
|
303 | 304 | permission_view_issue_watchers: View watchers list |
|
304 | 305 | permission_add_issue_watchers: Add watchers |
|
305 | 306 | permission_log_time: Log spent time |
|
306 | 307 | permission_view_time_entries: View spent time |
|
307 | 308 | permission_edit_time_entries: Edit time logs |
|
308 | 309 | permission_edit_own_time_entries: Edit own time logs |
|
309 | 310 | permission_manage_news: Manage news |
|
310 | 311 | permission_comment_news: Comment news |
|
311 | 312 | permission_manage_documents: Manage documents |
|
312 | 313 | permission_view_documents: View documents |
|
313 | 314 | permission_manage_files: Manage files |
|
314 | 315 | permission_view_files: View files |
|
315 | 316 | permission_manage_wiki: Manage wiki |
|
316 | 317 | permission_rename_wiki_pages: Rename wiki pages |
|
317 | 318 | permission_delete_wiki_pages: Delete wiki pages |
|
318 | 319 | permission_view_wiki_pages: View wiki |
|
319 | 320 | permission_view_wiki_edits: View wiki history |
|
320 | 321 | permission_edit_wiki_pages: Edit wiki pages |
|
321 | 322 | permission_delete_wiki_pages_attachments: Delete attachments |
|
322 | 323 | permission_protect_wiki_pages: Protect wiki pages |
|
323 | 324 | permission_manage_repository: Manage repository |
|
324 | 325 | permission_browse_repository: Browse repository |
|
325 | 326 | permission_view_changesets: View changesets |
|
326 | 327 | permission_commit_access: Commit access |
|
327 | 328 | permission_manage_boards: Manage boards |
|
328 | 329 | permission_view_messages: View messages |
|
329 | 330 | permission_add_messages: Post messages |
|
330 | 331 | permission_edit_messages: Edit messages |
|
331 | 332 | permission_edit_own_messages: Edit own messages |
|
332 | 333 | permission_delete_messages: Delete messages |
|
333 | 334 | permission_delete_own_messages: Delete own messages |
|
334 | 335 | |
|
335 | 336 | project_module_issue_tracking: Issue tracking |
|
336 | 337 | project_module_time_tracking: Time tracking |
|
337 | 338 | project_module_news: News |
|
338 | 339 | project_module_documents: Documents |
|
339 | 340 | project_module_files: Files |
|
340 | 341 | project_module_wiki: Wiki |
|
341 | 342 | project_module_repository: Repository |
|
342 | 343 | project_module_boards: Boards |
|
343 | 344 | |
|
344 | 345 | label_user: User |
|
345 | 346 | label_user_plural: Users |
|
346 | 347 | label_user_new: New user |
|
347 | 348 | label_project: Project |
|
348 | 349 | label_project_new: New project |
|
349 | 350 | label_project_plural: Projects |
|
350 | 351 | label_x_projects: |
|
351 | 352 | zero: no projects |
|
352 | 353 | one: 1 project |
|
353 | 354 | other: "{{count}} projects" |
|
354 | 355 | label_project_all: All Projects |
|
355 | 356 | label_project_latest: Latest projects |
|
356 | 357 | label_issue: Issue |
|
357 | 358 | label_issue_new: New issue |
|
358 | 359 | label_issue_plural: Issues |
|
359 | 360 | label_issue_view_all: View all issues |
|
360 | 361 | label_issues_by: "Issues by {{value}}" |
|
361 | 362 | label_issue_added: Issue added |
|
362 | 363 | label_issue_updated: Issue updated |
|
363 | 364 | label_document: Document |
|
364 | 365 | label_document_new: New document |
|
365 | 366 | label_document_plural: Documents |
|
366 | 367 | label_document_added: Document added |
|
367 | 368 | label_role: Role |
|
368 | 369 | label_role_plural: Roles |
|
369 | 370 | label_role_new: New role |
|
370 | 371 | label_role_and_permissions: Roles and permissions |
|
371 | 372 | label_member: Member |
|
372 | 373 | label_member_new: New member |
|
373 | 374 | label_member_plural: Members |
|
374 | 375 | label_tracker: Tracker |
|
375 | 376 | label_tracker_plural: Trackers |
|
376 | 377 | label_tracker_new: New tracker |
|
377 | 378 | label_workflow: Workflow |
|
378 | 379 | label_issue_status: Issue status |
|
379 | 380 | label_issue_status_plural: Issue statuses |
|
380 | 381 | label_issue_status_new: New status |
|
381 | 382 | label_issue_category: Issue category |
|
382 | 383 | label_issue_category_plural: Issue categories |
|
383 | 384 | label_issue_category_new: New category |
|
384 | 385 | label_custom_field: Custom field |
|
385 | 386 | label_custom_field_plural: Custom fields |
|
386 | 387 | label_custom_field_new: New custom field |
|
387 | 388 | label_enumerations: Enumerations |
|
388 | 389 | label_enumeration_new: New value |
|
389 | 390 | label_information: Information |
|
390 | 391 | label_information_plural: Information |
|
391 | 392 | label_please_login: Please log in |
|
392 | 393 | label_register: Register |
|
394 | label_login_with_open_id_option: or login with OpenID | |
|
393 | 395 | label_password_lost: Lost password |
|
394 | 396 | label_home: Home |
|
395 | 397 | label_my_page: My page |
|
396 | 398 | label_my_account: My account |
|
397 | 399 | label_my_projects: My projects |
|
398 | 400 | label_administration: Administration |
|
399 | 401 | label_login: Sign in |
|
400 | 402 | label_logout: Sign out |
|
401 | 403 | label_help: Help |
|
402 | 404 | label_reported_issues: Reported issues |
|
403 | 405 | label_assigned_to_me_issues: Issues assigned to me |
|
404 | 406 | label_last_login: Last connection |
|
405 | 407 | label_registered_on: Registered on |
|
406 | 408 | label_activity: Activity |
|
407 | 409 | label_overall_activity: Overall activity |
|
408 | 410 | label_user_activity: "{{value}}'s activity" |
|
409 | 411 | label_new: New |
|
410 | 412 | label_logged_as: Logged in as |
|
411 | 413 | label_environment: Environment |
|
412 | 414 | label_authentication: Authentication |
|
413 | 415 | label_auth_source: Authentication mode |
|
414 | 416 | label_auth_source_new: New authentication mode |
|
415 | 417 | label_auth_source_plural: Authentication modes |
|
416 | 418 | label_subproject_plural: Subprojects |
|
417 | 419 | label_and_its_subprojects: "{{value}} and its subprojects" |
|
418 | 420 | label_min_max_length: Min - Max length |
|
419 | 421 | label_list: List |
|
420 | 422 | label_date: Date |
|
421 | 423 | label_integer: Integer |
|
422 | 424 | label_float: Float |
|
423 | 425 | label_boolean: Boolean |
|
424 | 426 | label_string: Text |
|
425 | 427 | label_text: Long text |
|
426 | 428 | label_attribute: Attribute |
|
427 | 429 | label_attribute_plural: Attributes |
|
428 | 430 | label_download: "{{count}} Download" |
|
429 | 431 | label_download_plural: "{{count}} Downloads" |
|
430 | 432 | label_no_data: No data to display |
|
431 | 433 | label_change_status: Change status |
|
432 | 434 | label_history: History |
|
433 | 435 | label_attachment: File |
|
434 | 436 | label_attachment_new: New file |
|
435 | 437 | label_attachment_delete: Delete file |
|
436 | 438 | label_attachment_plural: Files |
|
437 | 439 | label_file_added: File added |
|
438 | 440 | label_report: Report |
|
439 | 441 | label_report_plural: Reports |
|
440 | 442 | label_news: News |
|
441 | 443 | label_news_new: Add news |
|
442 | 444 | label_news_plural: News |
|
443 | 445 | label_news_latest: Latest news |
|
444 | 446 | label_news_view_all: View all news |
|
445 | 447 | label_news_added: News added |
|
446 | 448 | label_change_log: Change log |
|
447 | 449 | label_settings: Settings |
|
448 | 450 | label_overview: Overview |
|
449 | 451 | label_version: Version |
|
450 | 452 | label_version_new: New version |
|
451 | 453 | label_version_plural: Versions |
|
452 | 454 | label_confirmation: Confirmation |
|
453 | 455 | label_export_to: 'Also available in:' |
|
454 | 456 | label_read: Read... |
|
455 | 457 | label_public_projects: Public projects |
|
456 | 458 | label_open_issues: open |
|
457 | 459 | label_open_issues_plural: open |
|
458 | 460 | label_closed_issues: closed |
|
459 | 461 | label_closed_issues_plural: closed |
|
460 | 462 | label_x_open_issues_abbr_on_total: |
|
461 | 463 | zero: 0 open / {{total}} |
|
462 | 464 | one: 1 open / {{total}} |
|
463 | 465 | other: "{{count}} open / {{total}}" |
|
464 | 466 | label_x_open_issues_abbr: |
|
465 | 467 | zero: 0 open |
|
466 | 468 | one: 1 open |
|
467 | 469 | other: "{{count}} open" |
|
468 | 470 | label_x_closed_issues_abbr: |
|
469 | 471 | zero: 0 closed |
|
470 | 472 | one: 1 closed |
|
471 | 473 | other: "{{count}} closed" |
|
472 | 474 | label_total: Total |
|
473 | 475 | label_permissions: Permissions |
|
474 | 476 | label_current_status: Current status |
|
475 | 477 | label_new_statuses_allowed: New statuses allowed |
|
476 | 478 | label_all: all |
|
477 | 479 | label_none: none |
|
478 | 480 | label_nobody: nobody |
|
479 | 481 | label_next: Next |
|
480 | 482 | label_previous: Previous |
|
481 | 483 | label_used_by: Used by |
|
482 | 484 | label_details: Details |
|
483 | 485 | label_add_note: Add a note |
|
484 | 486 | label_per_page: Per page |
|
485 | 487 | label_calendar: Calendar |
|
486 | 488 | label_months_from: months from |
|
487 | 489 | label_gantt: Gantt |
|
488 | 490 | label_internal: Internal |
|
489 | 491 | label_last_changes: "last {{count}} changes" |
|
490 | 492 | label_change_view_all: View all changes |
|
491 | 493 | label_personalize_page: Personalize this page |
|
492 | 494 | label_comment: Comment |
|
493 | 495 | label_comment_plural: Comments |
|
494 | 496 | label_x_comments: |
|
495 | 497 | zero: no comments |
|
496 | 498 | one: 1 comment |
|
497 | 499 | other: "{{count}} comments" |
|
498 | 500 | label_comment_add: Add a comment |
|
499 | 501 | label_comment_added: Comment added |
|
500 | 502 | label_comment_delete: Delete comments |
|
501 | 503 | label_query: Custom query |
|
502 | 504 | label_query_plural: Custom queries |
|
503 | 505 | label_query_new: New query |
|
504 | 506 | label_filter_add: Add filter |
|
505 | 507 | label_filter_plural: Filters |
|
506 | 508 | label_equals: is |
|
507 | 509 | label_not_equals: is not |
|
508 | 510 | label_in_less_than: in less than |
|
509 | 511 | label_in_more_than: in more than |
|
510 | 512 | label_in: in |
|
511 | 513 | label_today: today |
|
512 | 514 | label_all_time: all time |
|
513 | 515 | label_yesterday: yesterday |
|
514 | 516 | label_this_week: this week |
|
515 | 517 | label_last_week: last week |
|
516 | 518 | label_last_n_days: "last {{count}} days" |
|
517 | 519 | label_this_month: this month |
|
518 | 520 | label_last_month: last month |
|
519 | 521 | label_this_year: this year |
|
520 | 522 | label_date_range: Date range |
|
521 | 523 | label_less_than_ago: less than days ago |
|
522 | 524 | label_more_than_ago: more than days ago |
|
523 | 525 | label_ago: days ago |
|
524 | 526 | label_contains: contains |
|
525 | 527 | label_not_contains: doesn't contain |
|
526 | 528 | label_day_plural: days |
|
527 | 529 | label_repository: Repository |
|
528 | 530 | label_repository_plural: Repositories |
|
529 | 531 | label_browse: Browse |
|
530 | 532 | label_modification: "{{count}} change" |
|
531 | 533 | label_modification_plural: "{{count}} changes" |
|
532 | 534 | label_revision: Revision |
|
533 | 535 | label_revision_plural: Revisions |
|
534 | 536 | label_associated_revisions: Associated revisions |
|
535 | 537 | label_added: added |
|
536 | 538 | label_modified: modified |
|
537 | 539 | label_copied: copied |
|
538 | 540 | label_renamed: renamed |
|
539 | 541 | label_deleted: deleted |
|
540 | 542 | label_latest_revision: Latest revision |
|
541 | 543 | label_latest_revision_plural: Latest revisions |
|
542 | 544 | label_view_revisions: View revisions |
|
543 | 545 | label_max_size: Maximum size |
|
544 | 546 | label_sort_highest: Move to top |
|
545 | 547 | label_sort_higher: Move up |
|
546 | 548 | label_sort_lower: Move down |
|
547 | 549 | label_sort_lowest: Move to bottom |
|
548 | 550 | label_roadmap: Roadmap |
|
549 | 551 | label_roadmap_due_in: "Due in {{value}}" |
|
550 | 552 | label_roadmap_overdue: "{{value}} late" |
|
551 | 553 | label_roadmap_no_issues: No issues for this version |
|
552 | 554 | label_search: Search |
|
553 | 555 | label_result_plural: Results |
|
554 | 556 | label_all_words: All words |
|
555 | 557 | label_wiki: Wiki |
|
556 | 558 | label_wiki_edit: Wiki edit |
|
557 | 559 | label_wiki_edit_plural: Wiki edits |
|
558 | 560 | label_wiki_page: Wiki page |
|
559 | 561 | label_wiki_page_plural: Wiki pages |
|
560 | 562 | label_index_by_title: Index by title |
|
561 | 563 | label_index_by_date: Index by date |
|
562 | 564 | label_current_version: Current version |
|
563 | 565 | label_preview: Preview |
|
564 | 566 | label_feed_plural: Feeds |
|
565 | 567 | label_changes_details: Details of all changes |
|
566 | 568 | label_issue_tracking: Issue tracking |
|
567 | 569 | label_spent_time: Spent time |
|
568 | 570 | label_f_hour: "{{value}} hour" |
|
569 | 571 | label_f_hour_plural: "{{value}} hours" |
|
570 | 572 | label_time_tracking: Time tracking |
|
571 | 573 | label_change_plural: Changes |
|
572 | 574 | label_statistics: Statistics |
|
573 | 575 | label_commits_per_month: Commits per month |
|
574 | 576 | label_commits_per_author: Commits per author |
|
575 | 577 | label_view_diff: View differences |
|
576 | 578 | label_diff_inline: inline |
|
577 | 579 | label_diff_side_by_side: side by side |
|
578 | 580 | label_options: Options |
|
579 | 581 | label_copy_workflow_from: Copy workflow from |
|
580 | 582 | label_permissions_report: Permissions report |
|
581 | 583 | label_watched_issues: Watched issues |
|
582 | 584 | label_related_issues: Related issues |
|
583 | 585 | label_applied_status: Applied status |
|
584 | 586 | label_loading: Loading... |
|
585 | 587 | label_relation_new: New relation |
|
586 | 588 | label_relation_delete: Delete relation |
|
587 | 589 | label_relates_to: related to |
|
588 | 590 | label_duplicates: duplicates |
|
589 | 591 | label_duplicated_by: duplicated by |
|
590 | 592 | label_blocks: blocks |
|
591 | 593 | label_blocked_by: blocked by |
|
592 | 594 | label_precedes: precedes |
|
593 | 595 | label_follows: follows |
|
594 | 596 | label_end_to_start: end to start |
|
595 | 597 | label_end_to_end: end to end |
|
596 | 598 | label_start_to_start: start to start |
|
597 | 599 | label_start_to_end: start to end |
|
598 | 600 | label_stay_logged_in: Stay logged in |
|
599 | 601 | label_disabled: disabled |
|
600 | 602 | label_show_completed_versions: Show completed versions |
|
601 | 603 | label_me: me |
|
602 | 604 | label_board: Forum |
|
603 | 605 | label_board_new: New forum |
|
604 | 606 | label_board_plural: Forums |
|
605 | 607 | label_topic_plural: Topics |
|
606 | 608 | label_message_plural: Messages |
|
607 | 609 | label_message_last: Last message |
|
608 | 610 | label_message_new: New message |
|
609 | 611 | label_message_posted: Message added |
|
610 | 612 | label_reply_plural: Replies |
|
611 | 613 | label_send_information: Send account information to the user |
|
612 | 614 | label_year: Year |
|
613 | 615 | label_month: Month |
|
614 | 616 | label_week: Week |
|
615 | 617 | label_date_from: From |
|
616 | 618 | label_date_to: To |
|
617 | 619 | label_language_based: Based on user's language |
|
618 | 620 | label_sort_by: "Sort by {{value}}" |
|
619 | 621 | label_send_test_email: Send a test email |
|
620 | 622 | label_feeds_access_key_created_on: "RSS access key created {{value}} ago" |
|
621 | 623 | label_module_plural: Modules |
|
622 | 624 | label_added_time_by: "Added by {{author}} {{age}} ago" |
|
623 | 625 | label_updated_time_by: "Updated by {{author}} {{age}} ago" |
|
624 | 626 | label_updated_time: "Updated {{value}} ago" |
|
625 | 627 | label_jump_to_a_project: Jump to a project... |
|
626 | 628 | label_file_plural: Files |
|
627 | 629 | label_changeset_plural: Changesets |
|
628 | 630 | label_default_columns: Default columns |
|
629 | 631 | label_no_change_option: (No change) |
|
630 | 632 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
631 | 633 | label_theme: Theme |
|
632 | 634 | label_default: Default |
|
633 | 635 | label_search_titles_only: Search titles only |
|
634 | 636 | label_user_mail_option_all: "For any event on all my projects" |
|
635 | 637 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
636 | 638 | label_user_mail_option_none: "Only for things I watch or I'm involved in" |
|
637 | 639 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
638 | 640 | label_registration_activation_by_email: account activation by email |
|
639 | 641 | label_registration_manual_activation: manual account activation |
|
640 | 642 | label_registration_automatic_activation: automatic account activation |
|
641 | 643 | label_display_per_page: "Per page: {{value}}'" |
|
642 | 644 | label_age: Age |
|
643 | 645 | label_change_properties: Change properties |
|
644 | 646 | label_general: General |
|
645 | 647 | label_more: More |
|
646 | 648 | label_scm: SCM |
|
647 | 649 | label_plugins: Plugins |
|
648 | 650 | label_ldap_authentication: LDAP authentication |
|
649 | 651 | label_downloads_abbr: D/L |
|
650 | 652 | label_optional_description: Optional description |
|
651 | 653 | label_add_another_file: Add another file |
|
652 | 654 | label_preferences: Preferences |
|
653 | 655 | label_chronological_order: In chronological order |
|
654 | 656 | label_reverse_chronological_order: In reverse chronological order |
|
655 | 657 | label_planning: Planning |
|
656 | 658 | label_incoming_emails: Incoming emails |
|
657 | 659 | label_generate_key: Generate a key |
|
658 | 660 | label_issue_watchers: Watchers |
|
659 | 661 | label_example: Example |
|
660 | 662 | label_display: Display |
|
661 | 663 | |
|
662 | 664 | button_login: Login |
|
663 | 665 | button_submit: Submit |
|
664 | 666 | button_save: Save |
|
665 | 667 | button_check_all: Check all |
|
666 | 668 | button_uncheck_all: Uncheck all |
|
667 | 669 | button_delete: Delete |
|
668 | 670 | button_create: Create |
|
669 | 671 | button_create_and_continue: Create and continue |
|
670 | 672 | button_test: Test |
|
671 | 673 | button_edit: Edit |
|
672 | 674 | button_add: Add |
|
673 | 675 | button_change: Change |
|
674 | 676 | button_apply: Apply |
|
675 | 677 | button_clear: Clear |
|
676 | 678 | button_lock: Lock |
|
677 | 679 | button_unlock: Unlock |
|
678 | 680 | button_download: Download |
|
679 | 681 | button_list: List |
|
680 | 682 | button_view: View |
|
681 | 683 | button_move: Move |
|
682 | 684 | button_back: Back |
|
683 | 685 | button_cancel: Cancel |
|
684 | 686 | button_activate: Activate |
|
685 | 687 | button_sort: Sort |
|
686 | 688 | button_log_time: Log time |
|
687 | 689 | button_rollback: Rollback to this version |
|
688 | 690 | button_watch: Watch |
|
689 | 691 | button_unwatch: Unwatch |
|
690 | 692 | button_reply: Reply |
|
691 | 693 | button_archive: Archive |
|
692 | 694 | button_unarchive: Unarchive |
|
693 | 695 | button_reset: Reset |
|
694 | 696 | button_rename: Rename |
|
695 | 697 | button_change_password: Change password |
|
696 | 698 | button_copy: Copy |
|
697 | 699 | button_annotate: Annotate |
|
698 | 700 | button_update: Update |
|
699 | 701 | button_configure: Configure |
|
700 | 702 | button_quote: Quote |
|
701 | 703 | |
|
702 | 704 | status_active: active |
|
703 | 705 | status_registered: registered |
|
704 | 706 | status_locked: locked |
|
705 | 707 | |
|
706 | 708 | text_select_mail_notifications: Select actions for which email notifications should be sent. |
|
707 | 709 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
708 | 710 | text_min_max_length_info: 0 means no restriction |
|
709 | 711 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data ? |
|
710 | 712 | text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted.'" |
|
711 | 713 | text_workflow_edit: Select a role and a tracker to edit the workflow |
|
712 | 714 | text_are_you_sure: Are you sure ? |
|
713 | 715 | text_journal_changed: "changed from {{old}} to {{new}}" |
|
714 | 716 | text_journal_set_to: "set to {{value}}" |
|
715 | 717 | text_journal_deleted: deleted |
|
716 | 718 | text_tip_task_begin_day: task beginning this day |
|
717 | 719 | text_tip_task_end_day: task ending this day |
|
718 | 720 | text_tip_task_begin_end_day: task beginning and ending this day |
|
719 | 721 | text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' |
|
720 | 722 | text_caracters_maximum: "{{count}} characters maximum." |
|
721 | 723 | text_caracters_minimum: "Must be at least {{count}} characters long." |
|
722 | 724 | text_length_between: "Length between {{min}} and {{max}} characters." |
|
723 | 725 | text_tracker_no_workflow: No workflow defined for this tracker |
|
724 | 726 | text_unallowed_characters: Unallowed characters |
|
725 | 727 | text_comma_separated: Multiple values allowed (comma separated). |
|
726 | 728 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
727 | 729 | text_issue_added: "Issue {{id}} has been reported by {{author}}." |
|
728 | 730 | text_issue_updated: "Issue {{id}} has been updated by {{author}}." |
|
729 | 731 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
730 | 732 | text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do ?" |
|
731 | 733 | text_issue_category_destroy_assignments: Remove category assignments |
|
732 | 734 | text_issue_category_reassign_to: Reassign issues to this category |
|
733 | 735 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
734 | 736 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
735 | 737 | text_load_default_configuration: Load the default configuration |
|
736 | 738 | text_status_changed_by_changeset: "Applied in changeset {{value}}." |
|
737 | 739 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' |
|
738 | 740 | text_select_project_modules: 'Select modules to enable for this project:' |
|
739 | 741 | text_default_administrator_account_changed: Default administrator account changed |
|
740 | 742 | text_file_repository_writable: Attachments directory writable |
|
741 | 743 | text_plugin_assets_writable: Plugin assets directory writable |
|
742 | 744 | text_rmagick_available: RMagick available (optional) |
|
743 | 745 | text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? |
|
744 | 746 | text_destroy_time_entries: Delete reported hours |
|
745 | 747 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
746 | 748 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
747 | 749 | text_user_wrote: "{{value}} wrote:'" |
|
748 | 750 | text_enumeration_destroy_question: "{{count}} objects are assigned to this value.'" |
|
749 | 751 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
750 | 752 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
751 | 753 | text_repository_usernames_mapping: "Select or 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." |
|
752 | 754 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
753 | 755 | text_custom_field_possible_values_info: 'One line for each value' |
|
754 | 756 | |
|
755 | 757 | default_role_manager: Manager |
|
756 | 758 | default_role_developper: Developer |
|
757 | 759 | default_role_reporter: Reporter |
|
758 | 760 | default_tracker_bug: Bug |
|
759 | 761 | default_tracker_feature: Feature |
|
760 | 762 | default_tracker_support: Support |
|
761 | 763 | default_issue_status_new: New |
|
762 | 764 | default_issue_status_assigned: Assigned |
|
763 | 765 | default_issue_status_resolved: Resolved |
|
764 | 766 | default_issue_status_feedback: Feedback |
|
765 | 767 | default_issue_status_closed: Closed |
|
766 | 768 | default_issue_status_rejected: Rejected |
|
767 | 769 | default_doc_category_user: User documentation |
|
768 | 770 | default_doc_category_tech: Technical documentation |
|
769 | 771 | default_priority_low: Low |
|
770 | 772 | default_priority_normal: Normal |
|
771 | 773 | default_priority_high: High |
|
772 | 774 | default_priority_urgent: Urgent |
|
773 | 775 | default_priority_immediate: Immediate |
|
774 | 776 | default_activity_design: Design |
|
775 | 777 | default_activity_development: Development |
|
776 | 778 | |
|
777 | 779 | enumeration_issue_priorities: Issue priorities |
|
778 | 780 | enumeration_doc_categories: Document categories |
|
779 | 781 | enumeration_activities: Activities (time tracking) |
@@ -1,829 +1,831 | |||
|
1 | 1 | # Spanish translations for Rails |
|
2 | 2 | # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com) |
|
3 | 3 | |
|
4 | 4 | es: |
|
5 | 5 | number: |
|
6 | 6 | # Used in number_with_delimiter() |
|
7 | 7 | # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' |
|
8 | 8 | format: |
|
9 | 9 | # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) |
|
10 | 10 | separator: "," |
|
11 | 11 | # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) |
|
12 | 12 | delimiter: "." |
|
13 | 13 | # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00) |
|
14 | 14 | precision: 3 |
|
15 | 15 | |
|
16 | 16 | # Used in number_to_currency() |
|
17 | 17 | currency: |
|
18 | 18 | format: |
|
19 | 19 | # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) |
|
20 | 20 | format: "%n %u" |
|
21 | 21 | unit: "€" |
|
22 | 22 | # These three are to override number.format and are optional |
|
23 | 23 | separator: "," |
|
24 | 24 | delimiter: "." |
|
25 | 25 | precision: 2 |
|
26 | 26 | |
|
27 | 27 | # Used in number_to_percentage() |
|
28 | 28 | percentage: |
|
29 | 29 | format: |
|
30 | 30 | # These three are to override number.format and are optional |
|
31 | 31 | # separator: |
|
32 | 32 | delimiter: "" |
|
33 | 33 | # precision: |
|
34 | 34 | |
|
35 | 35 | # Used in number_to_precision() |
|
36 | 36 | precision: |
|
37 | 37 | format: |
|
38 | 38 | # These three are to override number.format and are optional |
|
39 | 39 | # separator: |
|
40 | 40 | delimiter: "" |
|
41 | 41 | # precision: |
|
42 | 42 | |
|
43 | 43 | # Used in number_to_human_size() |
|
44 | 44 | human: |
|
45 | 45 | format: |
|
46 | 46 | # These three are to override number.format and are optional |
|
47 | 47 | # separator: |
|
48 | 48 | delimiter: "" |
|
49 | 49 | precision: 1 |
|
50 | 50 | |
|
51 | 51 | # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() |
|
52 | 52 | datetime: |
|
53 | 53 | distance_in_words: |
|
54 | 54 | half_a_minute: "medio minuto" |
|
55 | 55 | less_than_x_seconds: |
|
56 | 56 | one: "menos de 1 segundo" |
|
57 | 57 | other: "menos de {{count}} segundos" |
|
58 | 58 | x_seconds: |
|
59 | 59 | one: "1 segundo" |
|
60 | 60 | other: "{{count}} segundos" |
|
61 | 61 | less_than_x_minutes: |
|
62 | 62 | one: "menos de 1 minuto" |
|
63 | 63 | other: "menos de {{count}} minutos" |
|
64 | 64 | x_minutes: |
|
65 | 65 | one: "1 minuto" |
|
66 | 66 | other: "{{count}} minutos" |
|
67 | 67 | about_x_hours: |
|
68 | 68 | one: "alrededor de 1 hora" |
|
69 | 69 | other: "alrededor de {{count}} horas" |
|
70 | 70 | x_days: |
|
71 | 71 | one: "1 día" |
|
72 | 72 | other: "{{count}} días" |
|
73 | 73 | about_x_months: |
|
74 | 74 | one: "alrededor de 1 mes" |
|
75 | 75 | other: "alrededor de {{count}} meses" |
|
76 | 76 | x_months: |
|
77 | 77 | one: "1 mes" |
|
78 | 78 | other: "{{count}} meses" |
|
79 | 79 | about_x_years: |
|
80 | 80 | one: "alrededor de 1 año" |
|
81 | 81 | other: "alrededor de {{count}} años" |
|
82 | 82 | over_x_years: |
|
83 | 83 | one: "más de 1 año" |
|
84 | 84 | other: "más de {{count}} años" |
|
85 | 85 | |
|
86 | 86 | activerecord: |
|
87 | 87 | errors: |
|
88 | 88 | template: |
|
89 | 89 | header: |
|
90 | 90 | one: "no se pudo guardar este {{model}} porque se encontró 1 error" |
|
91 | 91 | other: "no se pudo guardar este {{model}} porque se encontraron {{count}} errores" |
|
92 | 92 | # The variable :count is also available |
|
93 | 93 | body: "Se encontraron problemas con los siguientes campos:" |
|
94 | 94 | |
|
95 | 95 | # The values :model, :attribute and :value are always available for interpolation |
|
96 | 96 | # The value :count is available when applicable. Can be used for pluralization. |
|
97 | 97 | messages: |
|
98 | 98 | inclusion: "no está incluido en la lista" |
|
99 | 99 | exclusion: "está reservado" |
|
100 | 100 | invalid: "no es válido" |
|
101 | 101 | confirmation: "no coincide con la confirmación" |
|
102 | 102 | accepted: "debe ser aceptado" |
|
103 | 103 | empty: "no puede estar vacío" |
|
104 | 104 | blank: "no puede estar en blanco" |
|
105 | 105 | too_long: "es demasiado largo ({{count}} caracteres máximo)" |
|
106 | 106 | too_short: "es demasiado corto ({{count}} caracteres mínimo)" |
|
107 | 107 | wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)" |
|
108 | 108 | taken: "ya está en uso" |
|
109 | 109 | not_a_number: "no es un número" |
|
110 | 110 | greater_than: "debe ser mayor que {{count}}" |
|
111 | 111 | greater_than_or_equal_to: "debe ser mayor que o igual a {{count}}" |
|
112 | 112 | equal_to: "debe ser igual a {{count}}" |
|
113 | 113 | less_than: "debe ser menor que {{count}}" |
|
114 | 114 | less_than_or_equal_to: "debe ser menor que o igual a {{count}}" |
|
115 | 115 | odd: "debe ser impar" |
|
116 | 116 | even: "debe ser par" |
|
117 | 117 | greater_than_start_date: "debe ser posterior a la fecha de comienzo" |
|
118 | 118 | not_same_project: "no pertenece al mismo proyecto" |
|
119 | 119 | circular_dependency: "Esta relación podría crear una dependencia circular" |
|
120 | 120 | |
|
121 | 121 | # Append your own errors here or at the model/attributes scope. |
|
122 | 122 | |
|
123 | 123 | models: |
|
124 | 124 | # Overrides default messages |
|
125 | 125 | |
|
126 | 126 | attributes: |
|
127 | 127 | # Overrides model and default messages. |
|
128 | 128 | |
|
129 | 129 | date: |
|
130 | 130 | formats: |
|
131 | 131 | # Use the strftime parameters for formats. |
|
132 | 132 | # When no format has been given, it uses default. |
|
133 | 133 | # You can provide other formats here if you like! |
|
134 | 134 | default: "%Y-%m-%d" |
|
135 | 135 | short: "%d de %b" |
|
136 | 136 | long: "%d de %B de %Y" |
|
137 | 137 | |
|
138 | 138 | day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] |
|
139 | 139 | abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] |
|
140 | 140 | |
|
141 | 141 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
142 | 142 | month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre] |
|
143 | 143 | abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic] |
|
144 | 144 | # Used in date_select and datime_select. |
|
145 | 145 | order: [ :year, :month, :day ] |
|
146 | 146 | |
|
147 | 147 | time: |
|
148 | 148 | formats: |
|
149 | 149 | default: "%A, %d de %B de %Y %H:%M:%S %z" |
|
150 | 150 | short: "%d de %b %H:%M" |
|
151 | 151 | long: "%d de %B de %Y %H:%M" |
|
152 | 152 | am: "am" |
|
153 | 153 | pm: "pm" |
|
154 | 154 | |
|
155 | 155 | # Used in array.to_sentence. |
|
156 | 156 | support: |
|
157 | 157 | array: |
|
158 | 158 | sentence_connector: "y" |
|
159 | 159 | |
|
160 | 160 | actionview_instancetag_blank_option: Por favor seleccione |
|
161 | 161 | |
|
162 | 162 | button_activate: Activar |
|
163 | 163 | button_add: Añadir |
|
164 | 164 | button_annotate: Anotar |
|
165 | 165 | button_apply: Aceptar |
|
166 | 166 | button_archive: Archivar |
|
167 | 167 | button_back: Atrás |
|
168 | 168 | button_cancel: Cancelar |
|
169 | 169 | button_change: Cambiar |
|
170 | 170 | button_change_password: Cambiar contraseña |
|
171 | 171 | button_check_all: Seleccionar todo |
|
172 | 172 | button_clear: Anular |
|
173 | 173 | button_configure: Configurar |
|
174 | 174 | button_copy: Copiar |
|
175 | 175 | button_create: Crear |
|
176 | 176 | button_delete: Borrar |
|
177 | 177 | button_download: Descargar |
|
178 | 178 | button_edit: Modificar |
|
179 | 179 | button_list: Listar |
|
180 | 180 | button_lock: Bloquear |
|
181 | 181 | button_log_time: Tiempo dedicado |
|
182 | 182 | button_login: Conexión |
|
183 | 183 | button_move: Mover |
|
184 | 184 | button_quote: Citar |
|
185 | 185 | button_rename: Renombrar |
|
186 | 186 | button_reply: Responder |
|
187 | 187 | button_reset: Reestablecer |
|
188 | 188 | button_rollback: Volver a esta versión |
|
189 | 189 | button_save: Guardar |
|
190 | 190 | button_sort: Ordenar |
|
191 | 191 | button_submit: Aceptar |
|
192 | 192 | button_test: Probar |
|
193 | 193 | button_unarchive: Desarchivar |
|
194 | 194 | button_uncheck_all: No seleccionar nada |
|
195 | 195 | button_unlock: Desbloquear |
|
196 | 196 | button_unwatch: No monitorizar |
|
197 | 197 | button_update: Actualizar |
|
198 | 198 | button_view: Ver |
|
199 | 199 | button_watch: Monitorizar |
|
200 | 200 | default_activity_design: Diseño |
|
201 | 201 | default_activity_development: Desarrollo |
|
202 | 202 | default_doc_category_tech: Documentación técnica |
|
203 | 203 | default_doc_category_user: Documentación de usuario |
|
204 | 204 | default_issue_status_assigned: Asignada |
|
205 | 205 | default_issue_status_closed: Cerrada |
|
206 | 206 | default_issue_status_feedback: Comentarios |
|
207 | 207 | default_issue_status_new: Nueva |
|
208 | 208 | default_issue_status_rejected: Rechazada |
|
209 | 209 | default_issue_status_resolved: Resuelta |
|
210 | 210 | default_priority_high: Alta |
|
211 | 211 | default_priority_immediate: Inmediata |
|
212 | 212 | default_priority_low: Baja |
|
213 | 213 | default_priority_normal: Normal |
|
214 | 214 | default_priority_urgent: Urgente |
|
215 | 215 | default_role_developper: Desarrollador |
|
216 | 216 | default_role_manager: Jefe de proyecto |
|
217 | 217 | default_role_reporter: Informador |
|
218 | 218 | default_tracker_bug: Errores |
|
219 | 219 | default_tracker_feature: Tareas |
|
220 | 220 | default_tracker_support: Soporte |
|
221 | 221 | enumeration_activities: Actividades (tiempo dedicado) |
|
222 | 222 | enumeration_doc_categories: Categorías del documento |
|
223 | 223 | enumeration_issue_priorities: Prioridad de las peticiones |
|
224 | 224 | error_can_t_load_default_data: "No se ha podido cargar la configuración por defecto: {{value}}" |
|
225 | 225 | error_issue_not_found_in_project: 'La petición no se encuentra o no está asociada a este proyecto' |
|
226 | 226 | error_scm_annotate: "No existe la entrada o no ha podido ser anotada" |
|
227 | 227 | error_scm_command_failed: "Se produjo un error al acceder al repositorio: {{value}}" |
|
228 | 228 | error_scm_not_found: "La entrada y/o la revisión no existe en el repositorio." |
|
229 | 229 | field_account: Cuenta |
|
230 | 230 | field_activity: Actividad |
|
231 | 231 | field_admin: Administrador |
|
232 | 232 | field_assignable: Se pueden asignar peticiones a este perfil |
|
233 | 233 | field_assigned_to: Asignado a |
|
234 | 234 | field_attr_firstname: Cualidad del nombre |
|
235 | 235 | field_attr_lastname: Cualidad del apellido |
|
236 | 236 | field_attr_login: Cualidad del identificador |
|
237 | 237 | field_attr_mail: Cualidad del Email |
|
238 | 238 | field_auth_source: Modo de identificación |
|
239 | 239 | field_author: Autor |
|
240 | 240 | field_base_dn: DN base |
|
241 | 241 | field_category: Categoría |
|
242 | 242 | field_column_names: Columnas |
|
243 | 243 | field_comments: Comentario |
|
244 | 244 | field_comments_sorting: Mostrar comentarios |
|
245 | 245 | field_created_on: Creado |
|
246 | 246 | field_default_value: Estado por defecto |
|
247 | 247 | field_delay: Retraso |
|
248 | 248 | field_description: Descripción |
|
249 | 249 | field_done_ratio: %% Realizado |
|
250 | 250 | field_downloads: Descargas |
|
251 | 251 | field_due_date: Fecha fin |
|
252 | 252 | field_effective_date: Fecha |
|
253 | 253 | field_estimated_hours: Tiempo estimado |
|
254 | 254 | field_field_format: Formato |
|
255 | 255 | field_filename: Fichero |
|
256 | 256 | field_filesize: Tamaño |
|
257 | 257 | field_firstname: Nombre |
|
258 | 258 | field_fixed_version: Versión prevista |
|
259 | 259 | field_hide_mail: Ocultar mi dirección de correo |
|
260 | 260 | field_homepage: Sitio web |
|
261 | 261 | field_host: Anfitrión |
|
262 | 262 | field_hours: Horas |
|
263 | 263 | field_identifier: Identificador |
|
264 | 264 | field_is_closed: Petición resuelta |
|
265 | 265 | field_is_default: Estado por defecto |
|
266 | 266 | field_is_filter: Usado como filtro |
|
267 | 267 | field_is_for_all: Para todos los proyectos |
|
268 | 268 | field_is_in_chlog: Consultar las peticiones en el histórico |
|
269 | 269 | field_is_in_roadmap: Consultar las peticiones en la planificación |
|
270 | 270 | field_is_public: Público |
|
271 | 271 | field_is_required: Obligatorio |
|
272 | 272 | field_issue: Petición |
|
273 | 273 | field_issue_to_id: Petición relacionada |
|
274 | 274 | field_language: Idioma |
|
275 | 275 | field_last_login_on: Última conexión |
|
276 | 276 | field_lastname: Apellido |
|
277 | 277 | field_login: Identificador |
|
278 | 278 | field_mail: Correo electrónico |
|
279 | 279 | field_mail_notification: Notificaciones por correo |
|
280 | 280 | field_max_length: Longitud máxima |
|
281 | 281 | field_min_length: Longitud mínima |
|
282 | 282 | field_name: Nombre |
|
283 | 283 | field_new_password: Nueva contraseña |
|
284 | 284 | field_notes: Notas |
|
285 | 285 | field_onthefly: Creación del usuario "al vuelo" |
|
286 | 286 | field_parent: Proyecto padre |
|
287 | 287 | field_parent_title: Página padre |
|
288 | 288 | field_password: Contraseña |
|
289 | 289 | field_password_confirmation: Confirmación |
|
290 | 290 | field_port: Puerto |
|
291 | 291 | field_possible_values: Valores posibles |
|
292 | 292 | field_priority: Prioridad |
|
293 | 293 | field_project: Proyecto |
|
294 | 294 | field_redirect_existing_links: Redireccionar enlaces existentes |
|
295 | 295 | field_regexp: Expresión regular |
|
296 | 296 | field_role: Perfil |
|
297 | 297 | field_searchable: Incluir en las búsquedas |
|
298 | 298 | field_spent_on: Fecha |
|
299 | 299 | field_start_date: Fecha de inicio |
|
300 | 300 | field_start_page: Página principal |
|
301 | 301 | field_status: Estado |
|
302 | 302 | field_subject: Tema |
|
303 | 303 | field_subproject: Proyecto secundario |
|
304 | 304 | field_summary: Resumen |
|
305 | 305 | field_time_zone: Zona horaria |
|
306 | 306 | field_title: Título |
|
307 | 307 | field_tracker: Tipo |
|
308 | 308 | field_type: Tipo |
|
309 | 309 | field_updated_on: Actualizado |
|
310 | 310 | field_url: URL |
|
311 | 311 | field_user: Usuario |
|
312 | 312 | field_value: Valor |
|
313 | 313 | field_version: Versión |
|
314 | 314 | general_csv_decimal_separator: ',' |
|
315 | 315 | general_csv_encoding: ISO-8859-15 |
|
316 | 316 | general_csv_separator: ';' |
|
317 | 317 | general_first_day_of_week: '1' |
|
318 | 318 | general_lang_name: 'Español' |
|
319 | 319 | general_pdf_encoding: ISO-8859-15 |
|
320 | 320 | general_text_No: 'No' |
|
321 | 321 | general_text_Yes: 'Sí' |
|
322 | 322 | general_text_no: 'no' |
|
323 | 323 | general_text_yes: 'sí' |
|
324 | 324 | gui_validation_error: 1 error |
|
325 | 325 | gui_validation_error_plural: "{{count}} errores" |
|
326 | 326 | label_activity: Actividad |
|
327 | 327 | label_add_another_file: Añadir otro fichero |
|
328 | 328 | label_add_note: Añadir una nota |
|
329 | 329 | label_added: añadido |
|
330 | 330 | label_added_time_by: "Añadido por {{author}} hace {{age}}" |
|
331 | 331 | label_administration: Administración |
|
332 | 332 | label_age: Edad |
|
333 | 333 | label_ago: hace |
|
334 | 334 | label_all: todos |
|
335 | 335 | label_all_time: todo el tiempo |
|
336 | 336 | label_all_words: Todas las palabras |
|
337 | 337 | label_and_its_subprojects: "{{value}} y proyectos secundarios" |
|
338 | 338 | label_applied_status: Aplicar estado |
|
339 | 339 | label_assigned_to_me_issues: Peticiones que me están asignadas |
|
340 | 340 | label_associated_revisions: Revisiones asociadas |
|
341 | 341 | label_attachment: Fichero |
|
342 | 342 | label_attachment_delete: Borrar el fichero |
|
343 | 343 | label_attachment_new: Nuevo fichero |
|
344 | 344 | label_attachment_plural: Ficheros |
|
345 | 345 | label_attribute: Cualidad |
|
346 | 346 | label_attribute_plural: Cualidades |
|
347 | 347 | label_auth_source: Modo de autenticación |
|
348 | 348 | label_auth_source_new: Nuevo modo de autenticación |
|
349 | 349 | label_auth_source_plural: Modos de autenticación |
|
350 | 350 | label_authentication: Autenticación |
|
351 | 351 | label_blocked_by: bloqueado por |
|
352 | 352 | label_blocks: bloquea a |
|
353 | 353 | label_board: Foro |
|
354 | 354 | label_board_new: Nuevo foro |
|
355 | 355 | label_board_plural: Foros |
|
356 | 356 | label_boolean: Booleano |
|
357 | 357 | label_browse: Hojear |
|
358 | 358 | label_bulk_edit_selected_issues: Editar las peticiones seleccionadas |
|
359 | 359 | label_calendar: Calendario |
|
360 | 360 | label_change_log: Cambios |
|
361 | 361 | label_change_plural: Cambios |
|
362 | 362 | label_change_properties: Cambiar propiedades |
|
363 | 363 | label_change_status: Cambiar el estado |
|
364 | 364 | label_change_view_all: Ver todos los cambios |
|
365 | 365 | label_changes_details: Detalles de todos los cambios |
|
366 | 366 | label_changeset_plural: Cambios |
|
367 | 367 | label_chronological_order: En orden cronológico |
|
368 | 368 | label_closed_issues: cerrada |
|
369 | 369 | label_closed_issues_plural: cerradas |
|
370 | 370 | label_x_open_issues_abbr_on_total: |
|
371 | 371 | zero: 0 open / {{total}} |
|
372 | 372 | one: 1 open / {{total}} |
|
373 | 373 | other: "{{count}} open / {{total}}" |
|
374 | 374 | label_x_open_issues_abbr: |
|
375 | 375 | zero: 0 open |
|
376 | 376 | one: 1 open |
|
377 | 377 | other: "{{count}} open" |
|
378 | 378 | label_x_closed_issues_abbr: |
|
379 | 379 | zero: 0 closed |
|
380 | 380 | one: 1 closed |
|
381 | 381 | other: "{{count}} closed" |
|
382 | 382 | label_comment: Comentario |
|
383 | 383 | label_comment_add: Añadir un comentario |
|
384 | 384 | label_comment_added: Comentario añadido |
|
385 | 385 | label_comment_delete: Borrar comentarios |
|
386 | 386 | label_comment_plural: Comentarios |
|
387 | 387 | label_x_comments: |
|
388 | 388 | zero: no comments |
|
389 | 389 | one: 1 comment |
|
390 | 390 | other: "{{count}} comments" |
|
391 | 391 | label_commits_per_author: Commits por autor |
|
392 | 392 | label_commits_per_month: Commits por mes |
|
393 | 393 | label_confirmation: Confirmación |
|
394 | 394 | label_contains: contiene |
|
395 | 395 | label_copied: copiado |
|
396 | 396 | label_copy_workflow_from: Copiar flujo de trabajo desde |
|
397 | 397 | label_current_status: Estado actual |
|
398 | 398 | label_current_version: Versión actual |
|
399 | 399 | label_custom_field: Campo personalizado |
|
400 | 400 | label_custom_field_new: Nuevo campo personalizado |
|
401 | 401 | label_custom_field_plural: Campos personalizados |
|
402 | 402 | label_date: Fecha |
|
403 | 403 | label_date_from: Desde |
|
404 | 404 | label_date_range: Rango de fechas |
|
405 | 405 | label_date_to: Hasta |
|
406 | 406 | label_day_plural: días |
|
407 | 407 | label_default: Por defecto |
|
408 | 408 | label_default_columns: Columnas por defecto |
|
409 | 409 | label_deleted: suprimido |
|
410 | 410 | label_details: Detalles |
|
411 | 411 | label_diff_inline: en línea |
|
412 | 412 | label_diff_side_by_side: cara a cara |
|
413 | 413 | label_disabled: deshabilitado |
|
414 | 414 | label_display_per_page: "Por página: {{value}}'" |
|
415 | 415 | label_document: Documento |
|
416 | 416 | label_document_added: Documento añadido |
|
417 | 417 | label_document_new: Nuevo documento |
|
418 | 418 | label_document_plural: Documentos |
|
419 | 419 | label_download: "{{count}} Descarga" |
|
420 | 420 | label_download_plural: "{{count}} Descargas" |
|
421 | 421 | label_downloads_abbr: D/L |
|
422 | 422 | label_duplicated_by: duplicada por |
|
423 | 423 | label_duplicates: duplicada de |
|
424 | 424 | label_end_to_end: fin a fin |
|
425 | 425 | label_end_to_start: fin a principio |
|
426 | 426 | label_enumeration_new: Nuevo valor |
|
427 | 427 | label_enumerations: Listas de valores |
|
428 | 428 | label_environment: Entorno |
|
429 | 429 | label_equals: igual |
|
430 | 430 | label_example: Ejemplo |
|
431 | 431 | label_export_to: 'Exportar a:' |
|
432 | 432 | label_f_hour: "{{value}} hora" |
|
433 | 433 | label_f_hour_plural: "{{value}} horas" |
|
434 | 434 | label_feed_plural: Feeds |
|
435 | 435 | label_feeds_access_key_created_on: "Clave de acceso por RSS creada hace {{value}}" |
|
436 | 436 | label_file_added: Fichero añadido |
|
437 | 437 | label_file_plural: Archivos |
|
438 | 438 | label_filter_add: Añadir el filtro |
|
439 | 439 | label_filter_plural: Filtros |
|
440 | 440 | label_float: Flotante |
|
441 | 441 | label_follows: posterior a |
|
442 | 442 | label_gantt: Gantt |
|
443 | 443 | label_general: General |
|
444 | 444 | label_generate_key: Generar clave |
|
445 | 445 | label_help: Ayuda |
|
446 | 446 | label_history: Histórico |
|
447 | 447 | label_home: Inicio |
|
448 | 448 | label_in: en |
|
449 | 449 | label_in_less_than: en menos que |
|
450 | 450 | label_in_more_than: en más que |
|
451 | 451 | label_incoming_emails: Correos entrantes |
|
452 | 452 | label_index_by_date: Índice por fecha |
|
453 | 453 | label_index_by_title: Índice por título |
|
454 | 454 | label_information: Información |
|
455 | 455 | label_information_plural: Información |
|
456 | 456 | label_integer: Número |
|
457 | 457 | label_internal: Interno |
|
458 | 458 | label_issue: Petición |
|
459 | 459 | label_issue_added: Petición añadida |
|
460 | 460 | label_issue_category: Categoría de las peticiones |
|
461 | 461 | label_issue_category_new: Nueva categoría |
|
462 | 462 | label_issue_category_plural: Categorías de las peticiones |
|
463 | 463 | label_issue_new: Nueva petición |
|
464 | 464 | label_issue_plural: Peticiones |
|
465 | 465 | label_issue_status: Estado de la petición |
|
466 | 466 | label_issue_status_new: Nuevo estado |
|
467 | 467 | label_issue_status_plural: Estados de las peticiones |
|
468 | 468 | label_issue_tracking: Peticiones |
|
469 | 469 | label_issue_updated: Petición actualizada |
|
470 | 470 | label_issue_view_all: Ver todas las peticiones |
|
471 | 471 | label_issue_watchers: Seguidores |
|
472 | 472 | label_issues_by: "Peticiones por {{value}}" |
|
473 | 473 | label_jump_to_a_project: Ir al proyecto... |
|
474 | 474 | label_language_based: Basado en el idioma |
|
475 | 475 | label_last_changes: "últimos {{count}} cambios" |
|
476 | 476 | label_last_login: Última conexión |
|
477 | 477 | label_last_month: último mes |
|
478 | 478 | label_last_n_days: "últimos {{count}} días" |
|
479 | 479 | label_last_week: última semana |
|
480 | 480 | label_latest_revision: Última revisión |
|
481 | 481 | label_latest_revision_plural: Últimas revisiones |
|
482 | 482 | label_ldap_authentication: Autenticación LDAP |
|
483 | 483 | label_less_than_ago: hace menos de |
|
484 | 484 | label_list: Lista |
|
485 | 485 | label_loading: Cargando... |
|
486 | 486 | label_logged_as: Conectado como |
|
487 | 487 | label_login: Conexión |
|
488 | 488 | label_logout: Desconexión |
|
489 | 489 | label_max_size: Tamaño máximo |
|
490 | 490 | label_me: yo mismo |
|
491 | 491 | label_member: Miembro |
|
492 | 492 | label_member_new: Nuevo miembro |
|
493 | 493 | label_member_plural: Miembros |
|
494 | 494 | label_message_last: Último mensaje |
|
495 | 495 | label_message_new: Nuevo mensaje |
|
496 | 496 | label_message_plural: Mensajes |
|
497 | 497 | label_message_posted: Mensaje añadido |
|
498 | 498 | label_min_max_length: Longitud mín - máx |
|
499 | 499 | label_modification: "{{count}} modificación" |
|
500 | 500 | label_modification_plural: "{{count}} modificaciones" |
|
501 | 501 | label_modified: modificado |
|
502 | 502 | label_module_plural: Módulos |
|
503 | 503 | label_month: Mes |
|
504 | 504 | label_months_from: meses de |
|
505 | 505 | label_more: Más |
|
506 | 506 | label_more_than_ago: hace más de |
|
507 | 507 | label_my_account: Mi cuenta |
|
508 | 508 | label_my_page: Mi página |
|
509 | 509 | label_my_projects: Mis proyectos |
|
510 | 510 | label_new: Nuevo |
|
511 | 511 | label_new_statuses_allowed: Nuevos estados autorizados |
|
512 | 512 | label_news: Noticia |
|
513 | 513 | label_news_added: Noticia añadida |
|
514 | 514 | label_news_latest: Últimas noticias |
|
515 | 515 | label_news_new: Nueva noticia |
|
516 | 516 | label_news_plural: Noticias |
|
517 | 517 | label_news_view_all: Ver todas las noticias |
|
518 | 518 | label_next: Siguiente |
|
519 | 519 | label_no_change_option: (Sin cambios) |
|
520 | 520 | label_no_data: Ningún dato a mostrar |
|
521 | 521 | label_nobody: nadie |
|
522 | 522 | label_none: ninguno |
|
523 | 523 | label_not_contains: no contiene |
|
524 | 524 | label_not_equals: no igual |
|
525 | 525 | label_open_issues: abierta |
|
526 | 526 | label_open_issues_plural: abiertas |
|
527 | 527 | label_optional_description: Descripción opcional |
|
528 | 528 | label_options: Opciones |
|
529 | 529 | label_overall_activity: Actividad global |
|
530 | 530 | label_overview: Vistazo |
|
531 | 531 | label_password_lost: ¿Olvidaste la contraseña? |
|
532 | 532 | label_per_page: Por página |
|
533 | 533 | label_permissions: Permisos |
|
534 | 534 | label_permissions_report: Informe de permisos |
|
535 | 535 | label_personalize_page: Personalizar esta página |
|
536 | 536 | label_planning: Planificación |
|
537 | 537 | label_please_login: Conexión |
|
538 | 538 | label_plugins: Extensiones |
|
539 | 539 | label_precedes: anterior a |
|
540 | 540 | label_preferences: Preferencias |
|
541 | 541 | label_preview: Previsualizar |
|
542 | 542 | label_previous: Anterior |
|
543 | 543 | label_project: Proyecto |
|
544 | 544 | label_project_all: Todos los proyectos |
|
545 | 545 | label_project_latest: Últimos proyectos |
|
546 | 546 | label_project_new: Nuevo proyecto |
|
547 | 547 | label_project_plural: Proyectos |
|
548 | 548 | label_x_projects: |
|
549 | 549 | zero: no projects |
|
550 | 550 | one: 1 project |
|
551 | 551 | other: "{{count}} projects" |
|
552 | 552 | label_public_projects: Proyectos públicos |
|
553 | 553 | label_query: Consulta personalizada |
|
554 | 554 | label_query_new: Nueva consulta |
|
555 | 555 | label_query_plural: Consultas personalizadas |
|
556 | 556 | label_read: Leer... |
|
557 | 557 | label_register: Registrar |
|
558 | 558 | label_registered_on: Inscrito el |
|
559 | 559 | label_registration_activation_by_email: activación de cuenta por correo |
|
560 | 560 | label_registration_automatic_activation: activación automática de cuenta |
|
561 | 561 | label_registration_manual_activation: activación manual de cuenta |
|
562 | 562 | label_related_issues: Peticiones relacionadas |
|
563 | 563 | label_relates_to: relacionada con |
|
564 | 564 | label_relation_delete: Eliminar relación |
|
565 | 565 | label_relation_new: Nueva relación |
|
566 | 566 | label_renamed: renombrado |
|
567 | 567 | label_reply_plural: Respuestas |
|
568 | 568 | label_report: Informe |
|
569 | 569 | label_report_plural: Informes |
|
570 | 570 | label_reported_issues: Peticiones registradas por mí |
|
571 | 571 | label_repository: Repositorio |
|
572 | 572 | label_repository_plural: Repositorios |
|
573 | 573 | label_result_plural: Resultados |
|
574 | 574 | label_reverse_chronological_order: En orden cronológico inverso |
|
575 | 575 | label_revision: Revisión |
|
576 | 576 | label_revision_plural: Revisiones |
|
577 | 577 | label_roadmap: Planificación |
|
578 | 578 | label_roadmap_due_in: "Finaliza en {{value}}" |
|
579 | 579 | label_roadmap_no_issues: No hay peticiones para esta versión |
|
580 | 580 | label_roadmap_overdue: "{{value}} tarde" |
|
581 | 581 | label_role: Perfil |
|
582 | 582 | label_role_and_permissions: Perfiles y permisos |
|
583 | 583 | label_role_new: Nuevo perfil |
|
584 | 584 | label_role_plural: Perfiles |
|
585 | 585 | label_scm: SCM |
|
586 | 586 | label_search: Búsqueda |
|
587 | 587 | label_search_titles_only: Buscar sólo en títulos |
|
588 | 588 | label_send_information: Enviar información de la cuenta al usuario |
|
589 | 589 | label_send_test_email: Enviar un correo de prueba |
|
590 | 590 | label_settings: Configuración |
|
591 | 591 | label_show_completed_versions: Muestra las versiones terminadas |
|
592 | 592 | label_sort_by: "Ordenar por {{value}}" |
|
593 | 593 | label_sort_higher: Subir |
|
594 | 594 | label_sort_highest: Primero |
|
595 | 595 | label_sort_lower: Bajar |
|
596 | 596 | label_sort_lowest: Último |
|
597 | 597 | label_spent_time: Tiempo dedicado |
|
598 | 598 | label_start_to_end: principio a fin |
|
599 | 599 | label_start_to_start: principio a principio |
|
600 | 600 | label_statistics: Estadísticas |
|
601 | 601 | label_stay_logged_in: Recordar conexión |
|
602 | 602 | label_string: Texto |
|
603 | 603 | label_subproject_plural: Proyectos secundarios |
|
604 | 604 | label_text: Texto largo |
|
605 | 605 | label_theme: Tema |
|
606 | 606 | label_this_month: este mes |
|
607 | 607 | label_this_week: esta semana |
|
608 | 608 | label_this_year: este año |
|
609 | 609 | label_time_tracking: Control de tiempo |
|
610 | 610 | label_today: hoy |
|
611 | 611 | label_topic_plural: Temas |
|
612 | 612 | label_total: Total |
|
613 | 613 | label_tracker: Tipo |
|
614 | 614 | label_tracker_new: Nuevo tipo |
|
615 | 615 | label_tracker_plural: Tipos de peticiones |
|
616 | 616 | label_updated_time: "Actualizado hace {{value}}" |
|
617 | 617 | label_updated_time_by: "Actualizado por {{author}} hace {{age}}" |
|
618 | 618 | label_used_by: Utilizado por |
|
619 | 619 | label_user: Usuario |
|
620 | 620 | label_user_activity: "Actividad de {{value}}" |
|
621 | 621 | label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí" |
|
622 | 622 | label_user_mail_option_all: "Para cualquier evento en todos mis proyectos" |
|
623 | 623 | label_user_mail_option_none: "Sólo para elementos monitorizados o relacionados conmigo" |
|
624 | 624 | label_user_mail_option_selected: "Para cualquier evento de los proyectos seleccionados..." |
|
625 | 625 | label_user_new: Nuevo usuario |
|
626 | 626 | label_user_plural: Usuarios |
|
627 | 627 | label_version: Versión |
|
628 | 628 | label_version_new: Nueva versión |
|
629 | 629 | label_version_plural: Versiones |
|
630 | 630 | label_view_diff: Ver diferencias |
|
631 | 631 | label_view_revisions: Ver las revisiones |
|
632 | 632 | label_watched_issues: Peticiones monitorizadas |
|
633 | 633 | label_week: Semana |
|
634 | 634 | label_wiki: Wiki |
|
635 | 635 | label_wiki_edit: Wiki edicción |
|
636 | 636 | label_wiki_edit_plural: Wiki edicciones |
|
637 | 637 | label_wiki_page: Wiki página |
|
638 | 638 | label_wiki_page_plural: Wiki páginas |
|
639 | 639 | label_workflow: Flujo de trabajo |
|
640 | 640 | label_year: Año |
|
641 | 641 | label_yesterday: ayer |
|
642 | 642 | mail_body_account_activation_request: "Se ha inscrito un nuevo usuario ({{value}}). La cuenta está pendiende de aprobación:'" |
|
643 | 643 | mail_body_account_information: Información sobre su cuenta |
|
644 | 644 | mail_body_account_information_external: "Puede usar su cuenta {{value}} para conectarse." |
|
645 | 645 | mail_body_lost_password: 'Para cambiar su contraseña, haga clic en el siguiente enlace:' |
|
646 | 646 | mail_body_register: 'Para activar su cuenta, haga clic en el siguiente enlace:' |
|
647 | 647 | mail_body_reminder: "{{count}} peticion(es) asignadas a tí finalizan en los próximos {{days}} días:" |
|
648 | 648 | mail_subject_account_activation_request: "Petición de activación de cuenta {{value}}" |
|
649 | 649 | mail_subject_lost_password: "Tu contraseña del {{value}}" |
|
650 | 650 | mail_subject_register: "Activación de la cuenta del {{value}}" |
|
651 | 651 | mail_subject_reminder: "{{count}} peticion(es) finalizan en los próximos días" |
|
652 | 652 | notice_account_activated: Su cuenta ha sido activada. Ya puede conectarse. |
|
653 | 653 | notice_account_invalid_creditentials: Usuario o contraseña inválido. |
|
654 | 654 | notice_account_lost_email_sent: Se le ha enviado un correo con instrucciones para elegir una nueva contraseña. |
|
655 | 655 | notice_account_password_updated: Contraseña modificada correctamente. |
|
656 | 656 | notice_account_pending: "Su cuenta ha sido creada y está pendiende de la aprobación por parte del administrador." |
|
657 | 657 | notice_account_register_done: Cuenta creada correctamente. Para activarla, haga clic sobre el enlace que le ha sido enviado por correo. |
|
658 | 658 | notice_account_unknown_email: Usuario desconocido. |
|
659 | 659 | notice_account_updated: Cuenta actualizada correctamente. |
|
660 | 660 | notice_account_wrong_password: Contraseña incorrecta. |
|
661 | 661 | notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña. |
|
662 | 662 | notice_default_data_loaded: Configuración por defecto cargada correctamente. |
|
663 | 663 | notice_email_error: "Ha ocurrido un error mientras enviando el correo ({{value}})" |
|
664 | 664 | notice_email_sent: "Se ha enviado un correo a {{value}}" |
|
665 | 665 | notice_failed_to_save_issues: "Imposible grabar %s peticion(es) en {{count}} seleccionado: {{value}}." |
|
666 | 666 | notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada. |
|
667 | 667 | notice_file_not_found: La página a la que intenta acceder no existe. |
|
668 | 668 | notice_locking_conflict: Los datos han sido modificados por otro usuario. |
|
669 | 669 | notice_no_issue_selected: "Ninguna petición seleccionada. Por favor, compruebe la petición que quiere modificar" |
|
670 | 670 | notice_not_authorized: No tiene autorización para acceder a esta página. |
|
671 | 671 | notice_successful_connection: Conexión correcta. |
|
672 | 672 | notice_successful_create: Creación correcta. |
|
673 | 673 | notice_successful_delete: Borrado correcto. |
|
674 | 674 | notice_successful_update: Modificación correcta. |
|
675 | 675 | notice_unable_delete_version: No se puede borrar la versión |
|
676 | 676 | permission_add_issue_notes: Añadir notas |
|
677 | 677 | permission_add_issue_watchers: Añadir seguidores |
|
678 | 678 | permission_add_issues: Añadir peticiones |
|
679 | 679 | permission_add_messages: Enviar mensajes |
|
680 | 680 | permission_browse_repository: Hojear repositiorio |
|
681 | 681 | permission_comment_news: Comentar noticias |
|
682 | 682 | permission_commit_access: Acceso de escritura |
|
683 | 683 | permission_delete_issues: Borrar peticiones |
|
684 | 684 | permission_delete_messages: Borrar mensajes |
|
685 | 685 | permission_delete_own_messages: Borrar mensajes propios |
|
686 | 686 | permission_delete_wiki_pages: Borrar páginas wiki |
|
687 | 687 | permission_delete_wiki_pages_attachments: Borrar ficheros |
|
688 | 688 | permission_edit_issue_notes: Modificar notas |
|
689 | 689 | permission_edit_issues: Modificar peticiones |
|
690 | 690 | permission_edit_messages: Modificar mensajes |
|
691 | 691 | permission_edit_own_issue_notes: Modificar notas propias |
|
692 | 692 | permission_edit_own_messages: Editar mensajes propios |
|
693 | 693 | permission_edit_own_time_entries: Modificar tiempos dedicados propios |
|
694 | 694 | permission_edit_project: Modificar proyecto |
|
695 | 695 | permission_edit_time_entries: Modificar tiempos dedicados |
|
696 | 696 | permission_edit_wiki_pages: Modificar páginas wiki |
|
697 | 697 | permission_log_time: Anotar tiempo dedicado |
|
698 | 698 | permission_manage_boards: Administrar foros |
|
699 | 699 | permission_manage_categories: Administrar categorías de peticiones |
|
700 | 700 | permission_manage_documents: Administrar documentos |
|
701 | 701 | permission_manage_files: Administrar ficheros |
|
702 | 702 | permission_manage_issue_relations: Administrar relación con otras peticiones |
|
703 | 703 | permission_manage_members: Administrar miembros |
|
704 | 704 | permission_manage_news: Administrar noticias |
|
705 | 705 | permission_manage_public_queries: Administrar consultas públicas |
|
706 | 706 | permission_manage_repository: Administrar repositorio |
|
707 | 707 | permission_manage_versions: Administrar versiones |
|
708 | 708 | permission_manage_wiki: Administrar wiki |
|
709 | 709 | permission_move_issues: Mover peticiones |
|
710 | 710 | permission_protect_wiki_pages: Proteger páginas wiki |
|
711 | 711 | permission_rename_wiki_pages: Renombrar páginas wiki |
|
712 | 712 | permission_save_queries: Grabar consultas |
|
713 | 713 | permission_select_project_modules: Seleccionar módulos del proyecto |
|
714 | 714 | permission_view_calendar: Ver calendario |
|
715 | 715 | permission_view_changesets: Ver cambios |
|
716 | 716 | permission_view_documents: Ver documentos |
|
717 | 717 | permission_view_files: Ver ficheros |
|
718 | 718 | permission_view_gantt: Ver diagrama de Gantt |
|
719 | 719 | permission_view_issue_watchers: Ver lista de seguidores |
|
720 | 720 | permission_view_messages: Ver mensajes |
|
721 | 721 | permission_view_time_entries: Ver tiempo dedicado |
|
722 | 722 | permission_view_wiki_edits: Ver histórico del wiki |
|
723 | 723 | permission_view_wiki_pages: Ver wiki |
|
724 | 724 | project_module_boards: Foros |
|
725 | 725 | project_module_documents: Documentos |
|
726 | 726 | project_module_files: Ficheros |
|
727 | 727 | project_module_issue_tracking: Peticiones |
|
728 | 728 | project_module_news: Noticias |
|
729 | 729 | project_module_repository: Repositorio |
|
730 | 730 | project_module_time_tracking: Control de tiempo |
|
731 | 731 | project_module_wiki: Wiki |
|
732 | 732 | setting_activity_days_default: Días a mostrar en la actividad de proyecto |
|
733 | 733 | setting_app_subtitle: Subtítulo de la aplicación |
|
734 | 734 | setting_app_title: Título de la aplicación |
|
735 | 735 | setting_attachment_max_size: Tamaño máximo del fichero |
|
736 | 736 | setting_autofetch_changesets: Autorellenar los commits del repositorio |
|
737 | 737 | setting_autologin: Conexión automática |
|
738 | 738 | setting_bcc_recipients: Ocultar las copias de carbón (bcc) |
|
739 | 739 | setting_commit_fix_keywords: Palabras clave para la corrección |
|
740 | 740 | setting_commit_logs_encoding: Codificación de los mensajes de commit |
|
741 | 741 | setting_commit_ref_keywords: Palabras clave para la referencia |
|
742 | 742 | setting_cross_project_issue_relations: Permitir relacionar peticiones de distintos proyectos |
|
743 | 743 | setting_date_format: Formato de fecha |
|
744 | 744 | setting_default_language: Idioma por defecto |
|
745 | 745 | setting_default_projects_public: Los proyectos nuevos son públicos por defecto |
|
746 | 746 | setting_diff_max_lines_displayed: Número máximo de diferencias mostradas |
|
747 | 747 | setting_display_subprojects_issues: Mostrar por defecto peticiones de proy. secundarios en el principal |
|
748 | 748 | setting_emails_footer: Pie de mensajes |
|
749 | 749 | setting_enabled_scm: Activar SCM |
|
750 | 750 | setting_feeds_limit: Límite de contenido para sindicación |
|
751 | 751 | setting_gravatar_enabled: Usar iconos de usuario (Gravatar) |
|
752 | 752 | setting_host_name: Nombre y ruta del servidor |
|
753 | 753 | setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones |
|
754 | 754 | setting_issues_export_limit: Límite de exportación de peticiones |
|
755 | 755 | setting_login_required: Se requiere identificación |
|
756 | 756 | setting_mail_from: Correo desde el que enviar mensajes |
|
757 | 757 | setting_mail_handler_api_enabled: Activar SW para mensajes entrantes |
|
758 | 758 | setting_mail_handler_api_key: Clave de la API |
|
759 | 759 | setting_per_page_options: Objetos por página |
|
760 | 760 | setting_plain_text_mail: sólo texto plano (no HTML) |
|
761 | 761 | setting_protocol: Protocolo |
|
762 | 762 | setting_repositories_encodings: Codificaciones del repositorio |
|
763 | 763 | setting_self_registration: Registro permitido |
|
764 | 764 | setting_sequential_project_identifiers: Generar identificadores de proyecto |
|
765 | 765 | setting_sys_api_enabled: Habilitar SW para la gestión del repositorio |
|
766 | 766 | setting_text_formatting: Formato de texto |
|
767 | 767 | setting_time_format: Formato de hora |
|
768 | 768 | setting_user_format: Formato de nombre de usuario |
|
769 | 769 | setting_welcome_text: Texto de bienvenida |
|
770 | 770 | setting_wiki_compression: Compresión del historial del Wiki |
|
771 | 771 | status_active: activo |
|
772 | 772 | status_locked: bloqueado |
|
773 | 773 | status_registered: registrado |
|
774 | 774 | text_are_you_sure: ¿Está seguro? |
|
775 | 775 | text_assign_time_entries_to_project: Asignar las horas al proyecto |
|
776 | 776 | text_caracters_maximum: "{{count}} caracteres como máximo." |
|
777 | 777 | text_caracters_minimum: "{{count}} caracteres como mínimo" |
|
778 | 778 | text_comma_separated: Múltiples valores permitidos (separados por coma). |
|
779 | 779 | text_default_administrator_account_changed: Cuenta de administrador por defecto modificada |
|
780 | 780 | text_destroy_time_entries: Borrar las horas |
|
781 | 781 | text_destroy_time_entries_question: Existen %.02f horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer ? |
|
782 | 782 | text_diff_truncated: '... Diferencia truncada por exceder el máximo tamaño visualizable.' |
|
783 | 783 | text_email_delivery_not_configured: "El envío de correos no está configurado, y las notificaciones se han desactivado. \n Configure el servidor de SMTP en config/email.yml y reinicie la aplicación para activar los cambios." |
|
784 | 784 | text_enumeration_category_reassign_to: 'Reasignar al siguiente valor:' |
|
785 | 785 | text_enumeration_destroy_question: "{{count}} objetos con este valor asignado.'" |
|
786 | 786 | text_file_repository_writable: Se puede escribir en el repositorio |
|
787 | 787 | text_issue_added: "Petición {{id}} añadida por {{author}}." |
|
788 | 788 | text_issue_category_destroy_assignments: Dejar las peticiones sin categoría |
|
789 | 789 | text_issue_category_destroy_question: "Algunas peticiones ({{count}}) están asignadas a esta categoría. ¿Qué desea hacer?" |
|
790 | 790 | text_issue_category_reassign_to: Reasignar las peticiones a la categoría |
|
791 | 791 | text_issue_updated: "La petición {{id}} ha sido actualizada por {{author}}." |
|
792 | 792 | text_issues_destroy_confirmation: '¿Seguro que quiere borrar las peticiones seleccionadas?' |
|
793 | 793 | text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes |
|
794 | 794 | text_journal_changed: "cambiado de {{old}} a {{new}}" |
|
795 | 795 | text_journal_deleted: suprimido |
|
796 | 796 | text_journal_set_to: "fijado a {{value}}" |
|
797 | 797 | text_length_between: "Longitud entre {{min}} y {{max}} caracteres." |
|
798 | 798 | text_load_default_configuration: Cargar la configuración por defecto |
|
799 | 799 | text_min_max_length_info: 0 para ninguna restricción |
|
800 | 800 | 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." |
|
801 | 801 | text_project_destroy_confirmation: ¿Estás seguro de querer eliminar el proyecto? |
|
802 | 802 | 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.' |
|
803 | 803 | text_reassign_time_entries: 'Reasignar las horas a esta petición:' |
|
804 | 804 | text_regexp_info: ej. ^[A-Z0-9]+$ |
|
805 | 805 | 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." |
|
806 | 806 | text_rmagick_available: RMagick disponible (opcional) |
|
807 | 807 | text_select_mail_notifications: Seleccionar los eventos a notificar |
|
808 | 808 | text_select_project_modules: 'Seleccione los módulos a activar para este proyecto:' |
|
809 | 809 | text_status_changed_by_changeset: "Aplicado en los cambios {{value}}" |
|
810 | 810 | text_subprojects_destroy_warning: "Los proyectos secundarios: {{value}} también se eliminarán'" |
|
811 | 811 | text_tip_task_begin_day: tarea que comienza este día |
|
812 | 812 | text_tip_task_begin_end_day: tarea que comienza y termina este día |
|
813 | 813 | text_tip_task_end_day: tarea que termina este día |
|
814 | 814 | text_tracker_no_workflow: No hay ningún flujo de trabajo definido para este tipo de petición |
|
815 | 815 | text_unallowed_characters: Caracteres no permitidos |
|
816 | 816 | 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)." |
|
817 | 817 | text_user_wrote: "{{value}} escribió:'" |
|
818 | 818 | text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido? |
|
819 | 819 | text_workflow_edit: Seleccionar un flujo de trabajo para actualizar |
|
820 | 820 | text_plugin_assets_writable: Plugin assets directory writable |
|
821 | 821 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
822 | 822 | button_create_and_continue: Create and continue |
|
823 | 823 | text_custom_field_possible_values_info: 'One line for each value' |
|
824 | 824 | label_display: Display |
|
825 | 825 | field_editable: Editable |
|
826 | 826 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
827 | 827 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
828 | 828 | field_watcher: Watcher |
|
829 | 829 | setting_openid: Allow OpenID login and registration |
|
830 | field_identity_url: OpenID URL | |
|
831 | label_login_with_open_id_option: or login with OpenID |
@@ -1,819 +1,821 | |||
|
1 | 1 | # Finnish translations for Ruby on Rails |
|
2 | 2 | # by Marko Seppä (marko.seppa@gmail.com) |
|
3 | 3 | |
|
4 | 4 | fi: |
|
5 | 5 | date: |
|
6 | 6 | formats: |
|
7 | 7 | default: "%e. %Bta %Y" |
|
8 | 8 | long: "%A%e. %Bta %Y" |
|
9 | 9 | short: "%e.%m.%Y" |
|
10 | 10 | |
|
11 | 11 | day_names: [Sunnuntai, Maanantai, Tiistai, Keskiviikko, Torstai, Perjantai, Lauantai] |
|
12 | 12 | abbr_day_names: [Su, Ma, Ti, Ke, To, Pe, La] |
|
13 | 13 | month_names: [~, Tammikuu, Helmikuu, Maaliskuu, Huhtikuu, Toukokuu, Kesäkuu, Heinäkuu, Elokuu, Syyskuu, Lokakuu, Marraskuu, Joulukuu] |
|
14 | 14 | abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kesä, Heinä, Elo, Syys, Loka, Marras, Joulu] |
|
15 | 15 | order: [:day, :month, :year] |
|
16 | 16 | |
|
17 | 17 | time: |
|
18 | 18 | formats: |
|
19 | 19 | default: "%a, %e. %b %Y %H:%M:%S %z" |
|
20 | 20 | short: "%e. %b %H:%M" |
|
21 | 21 | long: "%B %d, %Y %H:%M" |
|
22 | 22 | am: "aamupäivä" |
|
23 | 23 | pm: "iltapäivä" |
|
24 | 24 | |
|
25 | 25 | support: |
|
26 | 26 | array: |
|
27 | 27 | words_connector: ", " |
|
28 | 28 | two_words_connector: " ja " |
|
29 | 29 | last_word_connector: " ja " |
|
30 | 30 | |
|
31 | 31 | |
|
32 | 32 | |
|
33 | 33 | number: |
|
34 | 34 | format: |
|
35 | 35 | separator: "," |
|
36 | 36 | delimiter: "." |
|
37 | 37 | precision: 3 |
|
38 | 38 | |
|
39 | 39 | currency: |
|
40 | 40 | format: |
|
41 | 41 | format: "%n %u" |
|
42 | 42 | unit: "€" |
|
43 | 43 | separator: "," |
|
44 | 44 | delimiter: "." |
|
45 | 45 | precision: 2 |
|
46 | 46 | |
|
47 | 47 | percentage: |
|
48 | 48 | format: |
|
49 | 49 | # separator: |
|
50 | 50 | delimiter: "" |
|
51 | 51 | # precision: |
|
52 | 52 | |
|
53 | 53 | precision: |
|
54 | 54 | format: |
|
55 | 55 | # separator: |
|
56 | 56 | delimiter: "" |
|
57 | 57 | # precision: |
|
58 | 58 | |
|
59 | 59 | human: |
|
60 | 60 | format: |
|
61 | 61 | delimiter: "" |
|
62 | 62 | precision: 1 |
|
63 | 63 | storage_units: [Tavua, KB, MB, GB, TB] |
|
64 | 64 | |
|
65 | 65 | datetime: |
|
66 | 66 | distance_in_words: |
|
67 | 67 | half_a_minute: "puoli minuuttia" |
|
68 | 68 | less_than_x_seconds: |
|
69 | 69 | one: "aiemmin kuin sekunti" |
|
70 | 70 | other: "aiemmin kuin {{count}} sekuntia" |
|
71 | 71 | x_seconds: |
|
72 | 72 | one: "sekunti" |
|
73 | 73 | other: "{{count}} sekuntia" |
|
74 | 74 | less_than_x_minutes: |
|
75 | 75 | one: "aiemmin kuin minuutti" |
|
76 | 76 | other: "aiemmin kuin {{count}} minuuttia" |
|
77 | 77 | x_minutes: |
|
78 | 78 | one: "minuutti" |
|
79 | 79 | other: "{{count}} minuuttia" |
|
80 | 80 | about_x_hours: |
|
81 | 81 | one: "noin tunti" |
|
82 | 82 | other: "noin {{count}} tuntia" |
|
83 | 83 | x_days: |
|
84 | 84 | one: "päivä" |
|
85 | 85 | other: "{{count}} päivää" |
|
86 | 86 | about_x_months: |
|
87 | 87 | one: "noin kuukausi" |
|
88 | 88 | other: "noin {{count}} kuukautta" |
|
89 | 89 | x_months: |
|
90 | 90 | one: "kuukausi" |
|
91 | 91 | other: "{{count}} kuukautta" |
|
92 | 92 | about_x_years: |
|
93 | 93 | one: "vuosi" |
|
94 | 94 | other: "noin {{count}} vuotta" |
|
95 | 95 | over_x_years: |
|
96 | 96 | one: "yli vuosi" |
|
97 | 97 | other: "yli {{count}} vuotta" |
|
98 | 98 | prompts: |
|
99 | 99 | year: "Vuosi" |
|
100 | 100 | month: "Kuukausi" |
|
101 | 101 | day: "Päivä" |
|
102 | 102 | hour: "Tunti" |
|
103 | 103 | minute: "Minuutti" |
|
104 | 104 | second: "Sekuntia" |
|
105 | 105 | |
|
106 | 106 | activerecord: |
|
107 | 107 | errors: |
|
108 | 108 | template: |
|
109 | 109 | header: |
|
110 | 110 | one: "1 virhe esti tämän {{model}} mallinteen tallentamisen" |
|
111 | 111 | other: "{{count}} virhettä esti tämän {{model}} mallinteen tallentamisen" |
|
112 | 112 | body: "Seuraavat kentät aiheuttivat ongelmia:" |
|
113 | 113 | messages: |
|
114 | 114 | inclusion: "ei löydy listauksesta" |
|
115 | 115 | exclusion: "on jo varattu" |
|
116 | 116 | invalid: "on kelvoton" |
|
117 | 117 | confirmation: "ei vastaa varmennusta" |
|
118 | 118 | accepted: "täytyy olla hyväksytty" |
|
119 | 119 | empty: "ei voi olla tyhjä" |
|
120 | 120 | blank: "ei voi olla sisällötön" |
|
121 | 121 | too_long: "on liian pitkä (maksimi on {{count}} merkkiä)" |
|
122 | 122 | too_short: "on liian lyhyt (minimi on {{count}} merkkiä)" |
|
123 | 123 | wrong_length: "on väärän pituinen (täytyy olla täsmälleen {{count}} merkkiä)" |
|
124 | 124 | taken: "on jo käytössä" |
|
125 | 125 | not_a_number: "ei ole numero" |
|
126 | 126 | greater_than: "täytyy olla suurempi kuin {{count}}" |
|
127 | 127 | greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin{{count}}" |
|
128 | 128 | equal_to: "täytyy olla yhtä suuri kuin {{count}}" |
|
129 | 129 | less_than: "täytyy olla pienempi kuin {{count}}" |
|
130 | 130 | less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin {{count}}" |
|
131 | 131 | odd: "täytyy olla pariton" |
|
132 | 132 | even: "täytyy olla parillinen" |
|
133 | 133 | greater_than_start_date: "tulee olla aloituspäivän jälkeinen" |
|
134 | 134 | not_same_project: "ei kuulu samaan projektiin" |
|
135 | 135 | circular_dependency: "Tämä suhde loisi kehän." |
|
136 | 136 | |
|
137 | 137 | |
|
138 | 138 | actionview_instancetag_blank_option: Valitse, ole hyvä |
|
139 | 139 | |
|
140 | 140 | general_text_No: 'Ei' |
|
141 | 141 | general_text_Yes: 'Kyllä' |
|
142 | 142 | general_text_no: 'ei' |
|
143 | 143 | general_text_yes: 'kyllä' |
|
144 | 144 | general_lang_name: 'Finnish (Suomi)' |
|
145 | 145 | general_csv_separator: ',' |
|
146 | 146 | general_csv_decimal_separator: '.' |
|
147 | 147 | general_csv_encoding: ISO-8859-15 |
|
148 | 148 | general_pdf_encoding: ISO-8859-15 |
|
149 | 149 | general_first_day_of_week: '1' |
|
150 | 150 | |
|
151 | 151 | notice_account_updated: Tilin päivitys onnistui. |
|
152 | 152 | notice_account_invalid_creditentials: Virheellinen käyttäjätunnus tai salasana |
|
153 | 153 | notice_account_password_updated: Salasanan päivitys onnistui. |
|
154 | 154 | notice_account_wrong_password: Väärä salasana |
|
155 | 155 | notice_account_register_done: Tilin luonti onnistui. Aktivoidaksesi tilin seuraa linkkiä joka välitettiin sähköpostiisi. |
|
156 | 156 | notice_account_unknown_email: Tuntematon käyttäjä. |
|
157 | 157 | notice_can_t_change_password: Tämä tili käyttää ulkoista tunnistautumisjärjestelmää. Salasanaa ei voi muuttaa. |
|
158 | 158 | notice_account_lost_email_sent: Sinulle on lähetetty sähköposti jossa on ohje kuinka vaihdat salasanasi. |
|
159 | 159 | notice_account_activated: Tilisi on nyt aktivoitu, voit kirjautua sisälle. |
|
160 | 160 | notice_successful_create: Luonti onnistui. |
|
161 | 161 | notice_successful_update: Päivitys onnistui. |
|
162 | 162 | notice_successful_delete: Poisto onnistui. |
|
163 | 163 | notice_successful_connection: Yhteyden muodostus onnistui. |
|
164 | 164 | notice_file_not_found: Hakemaasi sivua ei löytynyt tai se on poistettu. |
|
165 | 165 | notice_locking_conflict: Toinen käyttäjä on päivittänyt tiedot. |
|
166 | 166 | notice_not_authorized: Sinulla ei ole oikeutta näyttää tätä sivua. |
|
167 | 167 | notice_email_sent: "Sähköposti on lähetty osoitteeseen {{value}}" |
|
168 | 168 | notice_email_error: "Sähköpostilähetyksessä tapahtui virhe ({{value}})" |
|
169 | 169 | notice_feeds_access_key_reseted: RSS salasana on nollaantunut. |
|
170 | 170 | notice_failed_to_save_issues: "{{count}} Tapahtum(an/ien) tallennus epäonnistui {{total}} valitut: {{ids}}." |
|
171 | 171 | notice_no_issue_selected: "Tapahtumia ei ole valittu! Valitse tapahtumat joita haluat muokata." |
|
172 | 172 | notice_account_pending: "Tilisi on luotu ja odottaa ylläpitäjän hyväksyntää." |
|
173 | 173 | notice_default_data_loaded: Vakioasetusten palautus onnistui. |
|
174 | 174 | |
|
175 | 175 | error_can_t_load_default_data: "Vakioasetuksia ei voitu ladata: {{value}}" |
|
176 | 176 | error_scm_not_found: "Syötettä ja/tai versiota ei löydy tietovarastosta." |
|
177 | 177 | error_scm_command_failed: "Tietovarastoon pääsyssä tapahtui virhe: {{value}}" |
|
178 | 178 | |
|
179 | 179 | mail_subject_lost_password: "Sinun {{value}} salasanasi" |
|
180 | 180 | mail_body_lost_password: 'Vaihtaaksesi salasanasi, napsauta seuraavaa linkkiä:' |
|
181 | 181 | mail_subject_register: "{{value}} tilin aktivointi" |
|
182 | 182 | mail_body_register: 'Aktivoidaksesi tilisi, napsauta seuraavaa linkkiä:' |
|
183 | 183 | mail_body_account_information_external: "Voit nyt käyttää {{value}} tiliäsi kirjautuaksesi järjestelmään." |
|
184 | 184 | mail_body_account_information: Sinun tilin tiedot |
|
185 | 185 | mail_subject_account_activation_request: "{{value}} tilin aktivointi pyyntö" |
|
186 | 186 | mail_body_account_activation_request: "Uusi käyttäjä ({{value}}) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:'" |
|
187 | 187 | |
|
188 | 188 | gui_validation_error: 1 virhe |
|
189 | 189 | gui_validation_error_plural: "{{count}} virhettä" |
|
190 | 190 | |
|
191 | 191 | field_name: Nimi |
|
192 | 192 | field_description: Kuvaus |
|
193 | 193 | field_summary: Yhteenveto |
|
194 | 194 | field_is_required: Vaaditaan |
|
195 | 195 | field_firstname: Etunimi |
|
196 | 196 | field_lastname: Sukunimi |
|
197 | 197 | field_mail: Sähköposti |
|
198 | 198 | field_filename: Tiedosto |
|
199 | 199 | field_filesize: Koko |
|
200 | 200 | field_downloads: Latausta |
|
201 | 201 | field_author: Tekijä |
|
202 | 202 | field_created_on: Luotu |
|
203 | 203 | field_updated_on: Päivitetty |
|
204 | 204 | field_field_format: Muoto |
|
205 | 205 | field_is_for_all: Kaikille projekteille |
|
206 | 206 | field_possible_values: Mahdolliset arvot |
|
207 | 207 | field_regexp: Säännöllinen lauseke (reg exp) |
|
208 | 208 | field_min_length: Minimipituus |
|
209 | 209 | field_max_length: Maksimipituus |
|
210 | 210 | field_value: Arvo |
|
211 | 211 | field_category: Luokka |
|
212 | 212 | field_title: Otsikko |
|
213 | 213 | field_project: Projekti |
|
214 | 214 | field_issue: Tapahtuma |
|
215 | 215 | field_status: Tila |
|
216 | 216 | field_notes: Muistiinpanot |
|
217 | 217 | field_is_closed: Tapahtuma suljettu |
|
218 | 218 | field_is_default: Vakioarvo |
|
219 | 219 | field_tracker: Tapahtuma |
|
220 | 220 | field_subject: Aihe |
|
221 | 221 | field_due_date: Määräaika |
|
222 | 222 | field_assigned_to: Nimetty |
|
223 | 223 | field_priority: Prioriteetti |
|
224 | 224 | field_fixed_version: Kohdeversio |
|
225 | 225 | field_user: Käyttäjä |
|
226 | 226 | field_role: Rooli |
|
227 | 227 | field_homepage: Kotisivu |
|
228 | 228 | field_is_public: Julkinen |
|
229 | 229 | field_parent: Aliprojekti |
|
230 | 230 | field_is_in_chlog: Tapahtumat näytetään muutoslokissa |
|
231 | 231 | field_is_in_roadmap: Tapahtumat näytetään roadmap näkymässä |
|
232 | 232 | field_login: Kirjautuminen |
|
233 | 233 | field_mail_notification: Sähköposti muistutukset |
|
234 | 234 | field_admin: Ylläpitäjä |
|
235 | 235 | field_last_login_on: Viimeinen yhteys |
|
236 | 236 | field_language: Kieli |
|
237 | 237 | field_effective_date: Päivä |
|
238 | 238 | field_password: Salasana |
|
239 | 239 | field_new_password: Uusi salasana |
|
240 | 240 | field_password_confirmation: Vahvistus |
|
241 | 241 | field_version: Versio |
|
242 | 242 | field_type: Tyyppi |
|
243 | 243 | field_host: Verkko-osoite |
|
244 | 244 | field_port: Portti |
|
245 | 245 | field_account: Tili |
|
246 | 246 | field_base_dn: Base DN |
|
247 | 247 | field_attr_login: Kirjautumismääre |
|
248 | 248 | field_attr_firstname: Etuminenmääre |
|
249 | 249 | field_attr_lastname: Sukunimenmääre |
|
250 | 250 | field_attr_mail: Sähköpostinmääre |
|
251 | 251 | field_onthefly: Automaattinen käyttäjien luonti |
|
252 | 252 | field_start_date: Alku |
|
253 | 253 | field_done_ratio: %% Tehty |
|
254 | 254 | field_auth_source: Varmennusmuoto |
|
255 | 255 | field_hide_mail: Piiloita sähköpostiosoitteeni |
|
256 | 256 | field_comments: Kommentti |
|
257 | 257 | field_url: URL |
|
258 | 258 | field_start_page: Aloitussivu |
|
259 | 259 | field_subproject: Aliprojekti |
|
260 | 260 | field_hours: Tuntia |
|
261 | 261 | field_activity: Historia |
|
262 | 262 | field_spent_on: Päivä |
|
263 | 263 | field_identifier: Tunniste |
|
264 | 264 | field_is_filter: Käytetään suodattimena |
|
265 | 265 | field_issue_to_id: Liittyvä tapahtuma |
|
266 | 266 | field_delay: Viive |
|
267 | 267 | field_assignable: Tapahtumia voidaan nimetä tälle roolille |
|
268 | 268 | field_redirect_existing_links: Uudelleenohjaa olemassa olevat linkit |
|
269 | 269 | field_estimated_hours: Arvioitu aika |
|
270 | 270 | field_column_names: Saraketta |
|
271 | 271 | field_time_zone: Aikavyöhyke |
|
272 | 272 | field_searchable: Haettava |
|
273 | 273 | field_default_value: Vakioarvo |
|
274 | 274 | |
|
275 | 275 | setting_app_title: Ohjelman otsikko |
|
276 | 276 | setting_app_subtitle: Ohjelman alaotsikko |
|
277 | 277 | setting_welcome_text: Tervehdysteksti |
|
278 | 278 | setting_default_language: Vakiokieli |
|
279 | 279 | setting_login_required: Pakollinen kirjautuminen |
|
280 | 280 | setting_self_registration: Itserekisteröinti |
|
281 | 281 | setting_attachment_max_size: Liitteen maksimikoko |
|
282 | 282 | setting_issues_export_limit: Tapahtumien vientirajoite |
|
283 | 283 | setting_mail_from: Lähettäjän sähköpostiosoite |
|
284 | 284 | setting_bcc_recipients: Vastaanottajat piilokopiona (bcc) |
|
285 | 285 | setting_host_name: Verkko-osoite |
|
286 | 286 | setting_text_formatting: Tekstin muotoilu |
|
287 | 287 | setting_wiki_compression: Wiki historian pakkaus |
|
288 | 288 | setting_feeds_limit: Syötteen sisällön raja |
|
289 | 289 | setting_autofetch_changesets: Automaattisten muutosjoukkojen haku |
|
290 | 290 | setting_sys_api_enabled: Salli WS tietovaraston hallintaan |
|
291 | 291 | setting_commit_ref_keywords: Viittaavat hakusanat |
|
292 | 292 | setting_commit_fix_keywords: Korjaavat hakusanat |
|
293 | 293 | setting_autologin: Automaatinen kirjautuminen |
|
294 | 294 | setting_date_format: Päivän muoto |
|
295 | 295 | setting_time_format: Ajan muoto |
|
296 | 296 | setting_cross_project_issue_relations: Salli projektien väliset tapahtuminen suhteet |
|
297 | 297 | setting_issue_list_default_columns: Vakiosarakkeiden näyttö tapahtumalistauksessa |
|
298 | 298 | setting_repositories_encodings: Tietovaraston koodaus |
|
299 | 299 | setting_emails_footer: Sähköpostin alatunniste |
|
300 | 300 | setting_protocol: Protokolla |
|
301 | 301 | setting_per_page_options: Sivun objektien määrän asetukset |
|
302 | 302 | |
|
303 | 303 | label_user: Käyttäjä |
|
304 | 304 | label_user_plural: Käyttäjät |
|
305 | 305 | label_user_new: Uusi käyttäjä |
|
306 | 306 | label_project: Projekti |
|
307 | 307 | label_project_new: Uusi projekti |
|
308 | 308 | label_project_plural: Projektit |
|
309 | 309 | label_x_projects: |
|
310 | 310 | zero: no projects |
|
311 | 311 | one: 1 project |
|
312 | 312 | other: "{{count}} projects" |
|
313 | 313 | label_project_all: Kaikki projektit |
|
314 | 314 | label_project_latest: Uusimmat projektit |
|
315 | 315 | label_issue: Tapahtuma |
|
316 | 316 | label_issue_new: Uusi tapahtuma |
|
317 | 317 | label_issue_plural: Tapahtumat |
|
318 | 318 | label_issue_view_all: Näytä kaikki tapahtumat |
|
319 | 319 | label_issues_by: "Tapahtumat {{value}}" |
|
320 | 320 | label_document: Dokumentti |
|
321 | 321 | label_document_new: Uusi dokumentti |
|
322 | 322 | label_document_plural: Dokumentit |
|
323 | 323 | label_role: Rooli |
|
324 | 324 | label_role_plural: Roolit |
|
325 | 325 | label_role_new: Uusi rooli |
|
326 | 326 | label_role_and_permissions: Roolit ja oikeudet |
|
327 | 327 | label_member: Jäsen |
|
328 | 328 | label_member_new: Uusi jäsen |
|
329 | 329 | label_member_plural: Jäsenet |
|
330 | 330 | label_tracker: Tapahtuma |
|
331 | 331 | label_tracker_plural: Tapahtumat |
|
332 | 332 | label_tracker_new: Uusi tapahtuma |
|
333 | 333 | label_workflow: Työnkulku |
|
334 | 334 | label_issue_status: Tapahtuman tila |
|
335 | 335 | label_issue_status_plural: Tapahtumien tilat |
|
336 | 336 | label_issue_status_new: Uusi tila |
|
337 | 337 | label_issue_category: Tapahtumaluokka |
|
338 | 338 | label_issue_category_plural: Tapahtumaluokat |
|
339 | 339 | label_issue_category_new: Uusi luokka |
|
340 | 340 | label_custom_field: Räätälöity kenttä |
|
341 | 341 | label_custom_field_plural: Räätälöidyt kentät |
|
342 | 342 | label_custom_field_new: Uusi räätälöity kenttä |
|
343 | 343 | label_enumerations: Lista |
|
344 | 344 | label_enumeration_new: Uusi arvo |
|
345 | 345 | label_information: Tieto |
|
346 | 346 | label_information_plural: Tiedot |
|
347 | 347 | label_please_login: Kirjaudu ole hyvä |
|
348 | 348 | label_register: Rekisteröidy |
|
349 | 349 | label_password_lost: Hukattu salasana |
|
350 | 350 | label_home: Koti |
|
351 | 351 | label_my_page: Omasivu |
|
352 | 352 | label_my_account: Oma tili |
|
353 | 353 | label_my_projects: Omat projektit |
|
354 | 354 | label_administration: Ylläpito |
|
355 | 355 | label_login: Kirjaudu sisään |
|
356 | 356 | label_logout: Kirjaudu ulos |
|
357 | 357 | label_help: Ohjeet |
|
358 | 358 | label_reported_issues: Raportoidut tapahtumat |
|
359 | 359 | label_assigned_to_me_issues: Minulle nimetyt tapahtumat |
|
360 | 360 | label_last_login: Viimeinen yhteys |
|
361 | 361 | label_registered_on: Rekisteröity |
|
362 | 362 | label_activity: Historia |
|
363 | 363 | label_new: Uusi |
|
364 | 364 | label_logged_as: Kirjauduttu nimellä |
|
365 | 365 | label_environment: Ympäristö |
|
366 | 366 | label_authentication: Varmennus |
|
367 | 367 | label_auth_source: Varmennustapa |
|
368 | 368 | label_auth_source_new: Uusi varmennustapa |
|
369 | 369 | label_auth_source_plural: Varmennustavat |
|
370 | 370 | label_subproject_plural: Aliprojektit |
|
371 | 371 | label_min_max_length: Min - Max pituudet |
|
372 | 372 | label_list: Lista |
|
373 | 373 | label_date: Päivä |
|
374 | 374 | label_integer: Kokonaisluku |
|
375 | 375 | label_float: Liukuluku |
|
376 | 376 | label_boolean: Totuusarvomuuttuja |
|
377 | 377 | label_string: Merkkijono |
|
378 | 378 | label_text: Pitkä merkkijono |
|
379 | 379 | label_attribute: Määre |
|
380 | 380 | label_attribute_plural: Määreet |
|
381 | 381 | label_download: "{{count}} Lataus" |
|
382 | 382 | label_download_plural: "{{count}} Lataukset" |
|
383 | 383 | label_no_data: Ei tietoa näytettäväksi |
|
384 | 384 | label_change_status: Muutos tila |
|
385 | 385 | label_history: Historia |
|
386 | 386 | label_attachment: Tiedosto |
|
387 | 387 | label_attachment_new: Uusi tiedosto |
|
388 | 388 | label_attachment_delete: Poista tiedosto |
|
389 | 389 | label_attachment_plural: Tiedostot |
|
390 | 390 | label_report: Raportti |
|
391 | 391 | label_report_plural: Raportit |
|
392 | 392 | label_news: Uutinen |
|
393 | 393 | label_news_new: Lisää uutinen |
|
394 | 394 | label_news_plural: Uutiset |
|
395 | 395 | label_news_latest: Viimeisimmät uutiset |
|
396 | 396 | label_news_view_all: Näytä kaikki uutiset |
|
397 | 397 | label_change_log: Muutosloki |
|
398 | 398 | label_settings: Asetukset |
|
399 | 399 | label_overview: Yleiskatsaus |
|
400 | 400 | label_version: Versio |
|
401 | 401 | label_version_new: Uusi versio |
|
402 | 402 | label_version_plural: Versiot |
|
403 | 403 | label_confirmation: Vahvistus |
|
404 | 404 | label_export_to: Vie |
|
405 | 405 | label_read: Lukee... |
|
406 | 406 | label_public_projects: Julkiset projektit |
|
407 | 407 | label_open_issues: avoin, yhteensä |
|
408 | 408 | label_open_issues_plural: avointa, yhteensä |
|
409 | 409 | label_closed_issues: suljettu |
|
410 | 410 | label_closed_issues_plural: suljettua |
|
411 | 411 | label_x_open_issues_abbr_on_total: |
|
412 | 412 | zero: 0 open / {{total}} |
|
413 | 413 | one: 1 open / {{total}} |
|
414 | 414 | other: "{{count}} open / {{total}}" |
|
415 | 415 | label_x_open_issues_abbr: |
|
416 | 416 | zero: 0 open |
|
417 | 417 | one: 1 open |
|
418 | 418 | other: "{{count}} open" |
|
419 | 419 | label_x_closed_issues_abbr: |
|
420 | 420 | zero: 0 closed |
|
421 | 421 | one: 1 closed |
|
422 | 422 | other: "{{count}} closed" |
|
423 | 423 | label_total: Yhteensä |
|
424 | 424 | label_permissions: Oikeudet |
|
425 | 425 | label_current_status: Nykyinen tila |
|
426 | 426 | label_new_statuses_allowed: Uudet tilat sallittu |
|
427 | 427 | label_all: kaikki |
|
428 | 428 | label_none: ei mitään |
|
429 | 429 | label_nobody: ei kukaan |
|
430 | 430 | label_next: Seuraava |
|
431 | 431 | label_previous: Edellinen |
|
432 | 432 | label_used_by: Käytetty |
|
433 | 433 | label_details: Yksityiskohdat |
|
434 | 434 | label_add_note: Lisää muistiinpano |
|
435 | 435 | label_per_page: Per sivu |
|
436 | 436 | label_calendar: Kalenteri |
|
437 | 437 | label_months_from: kuukauden päässä |
|
438 | 438 | label_gantt: Gantt |
|
439 | 439 | label_internal: Sisäinen |
|
440 | 440 | label_last_changes: "viimeiset {{count}} muutokset" |
|
441 | 441 | label_change_view_all: Näytä kaikki muutokset |
|
442 | 442 | label_personalize_page: Personoi tämä sivu |
|
443 | 443 | label_comment: Kommentti |
|
444 | 444 | label_comment_plural: Kommentit |
|
445 | 445 | label_x_comments: |
|
446 | 446 | zero: no comments |
|
447 | 447 | one: 1 comment |
|
448 | 448 | other: "{{count}} comments" |
|
449 | 449 | label_comment_add: Lisää kommentti |
|
450 | 450 | label_comment_added: Kommentti lisätty |
|
451 | 451 | label_comment_delete: Poista kommentti |
|
452 | 452 | label_query: Räätälöity haku |
|
453 | 453 | label_query_plural: Räätälöidyt haut |
|
454 | 454 | label_query_new: Uusi haku |
|
455 | 455 | label_filter_add: Lisää suodatin |
|
456 | 456 | label_filter_plural: Suodattimet |
|
457 | 457 | label_equals: sama kuin |
|
458 | 458 | label_not_equals: eri kuin |
|
459 | 459 | label_in_less_than: pienempi kuin |
|
460 | 460 | label_in_more_than: suurempi kuin |
|
461 | 461 | label_today: tänään |
|
462 | 462 | label_this_week: tällä viikolla |
|
463 | 463 | label_less_than_ago: vähemmän kuin päivää sitten |
|
464 | 464 | label_more_than_ago: enemän kuin päivää sitten |
|
465 | 465 | label_ago: päiviä sitten |
|
466 | 466 | label_contains: sisältää |
|
467 | 467 | label_not_contains: ei sisällä |
|
468 | 468 | label_day_plural: päivää |
|
469 | 469 | label_repository: Tietovarasto |
|
470 | 470 | label_repository_plural: Tietovarastot |
|
471 | 471 | label_browse: Selaus |
|
472 | 472 | label_modification: "{{count}} muutos" |
|
473 | 473 | label_modification_plural: "{{count}} muutettu" |
|
474 | 474 | label_revision: Versio |
|
475 | 475 | label_revision_plural: Versiot |
|
476 | 476 | label_added: lisätty |
|
477 | 477 | label_modified: muokattu |
|
478 | 478 | label_deleted: poistettu |
|
479 | 479 | label_latest_revision: Viimeisin versio |
|
480 | 480 | label_latest_revision_plural: Viimeisimmät versiot |
|
481 | 481 | label_view_revisions: Näytä versiot |
|
482 | 482 | label_max_size: Suurin koko |
|
483 | 483 | label_sort_highest: Siirrä ylimmäiseksi |
|
484 | 484 | label_sort_higher: Siirrä ylös |
|
485 | 485 | label_sort_lower: Siirrä alas |
|
486 | 486 | label_sort_lowest: Siirrä alimmaiseksi |
|
487 | 487 | label_roadmap: Roadmap |
|
488 | 488 | label_roadmap_due_in: "Määräaika {{value}}" |
|
489 | 489 | label_roadmap_overdue: "{{value}} myöhässä" |
|
490 | 490 | label_roadmap_no_issues: Ei tapahtumia tälle versiolle |
|
491 | 491 | label_search: Haku |
|
492 | 492 | label_result_plural: Tulokset |
|
493 | 493 | label_all_words: kaikki sanat |
|
494 | 494 | label_wiki: Wiki |
|
495 | 495 | label_wiki_edit: Wiki muokkaus |
|
496 | 496 | label_wiki_edit_plural: Wiki muokkaukset |
|
497 | 497 | label_wiki_page: Wiki sivu |
|
498 | 498 | label_wiki_page_plural: Wiki sivut |
|
499 | 499 | label_index_by_title: Hakemisto otsikoittain |
|
500 | 500 | label_index_by_date: Hakemisto päivittäin |
|
501 | 501 | label_current_version: Nykyinen versio |
|
502 | 502 | label_preview: Esikatselu |
|
503 | 503 | label_feed_plural: Syötteet |
|
504 | 504 | label_changes_details: Kaikkien muutosten yksityiskohdat |
|
505 | 505 | label_issue_tracking: Tapahtumien seuranta |
|
506 | 506 | label_spent_time: Käytetty aika |
|
507 | 507 | label_f_hour: "{{value}} tunti" |
|
508 | 508 | label_f_hour_plural: "{{value}} tuntia" |
|
509 | 509 | label_time_tracking: Ajan seuranta |
|
510 | 510 | label_change_plural: Muutokset |
|
511 | 511 | label_statistics: Tilastot |
|
512 | 512 | label_commits_per_month: Tapahtumaa per kuukausi |
|
513 | 513 | label_commits_per_author: Tapahtumaa per tekijä |
|
514 | 514 | label_view_diff: Näytä erot |
|
515 | 515 | label_diff_inline: sisällössä |
|
516 | 516 | label_diff_side_by_side: vierekkäin |
|
517 | 517 | label_options: Valinnat |
|
518 | 518 | label_copy_workflow_from: Kopioi työnkulku |
|
519 | 519 | label_permissions_report: Oikeuksien raportti |
|
520 | 520 | label_watched_issues: Seurattavat tapahtumat |
|
521 | 521 | label_related_issues: Liittyvät tapahtumat |
|
522 | 522 | label_applied_status: Lisätty tila |
|
523 | 523 | label_loading: Lataa... |
|
524 | 524 | label_relation_new: Uusi suhde |
|
525 | 525 | label_relation_delete: Poista suhde |
|
526 | 526 | label_relates_to: liittyy |
|
527 | 527 | label_duplicates: kopio |
|
528 | 528 | label_blocks: estää |
|
529 | 529 | label_blocked_by: estetty |
|
530 | 530 | label_precedes: edeltää |
|
531 | 531 | label_follows: seuraa |
|
532 | 532 | label_end_to_start: lopusta alkuun |
|
533 | 533 | label_end_to_end: lopusta loppuun |
|
534 | 534 | label_start_to_start: alusta alkuun |
|
535 | 535 | label_start_to_end: alusta loppuun |
|
536 | 536 | label_stay_logged_in: Pysy kirjautuneena |
|
537 | 537 | label_disabled: poistettu käytöstä |
|
538 | 538 | label_show_completed_versions: Näytä valmiit versiot |
|
539 | 539 | label_me: minä |
|
540 | 540 | label_board: Keskustelupalsta |
|
541 | 541 | label_board_new: Uusi keskustelupalsta |
|
542 | 542 | label_board_plural: Keskustelupalstat |
|
543 | 543 | label_topic_plural: Aiheet |
|
544 | 544 | label_message_plural: Viestit |
|
545 | 545 | label_message_last: Viimeisin viesti |
|
546 | 546 | label_message_new: Uusi viesti |
|
547 | 547 | label_reply_plural: Vastaukset |
|
548 | 548 | label_send_information: Lähetä tilin tiedot käyttäjälle |
|
549 | 549 | label_year: Vuosi |
|
550 | 550 | label_month: Kuukausi |
|
551 | 551 | label_week: Viikko |
|
552 | 552 | label_language_based: Pohjautuen käyttäjän kieleen |
|
553 | 553 | label_sort_by: "Lajittele {{value}}" |
|
554 | 554 | label_send_test_email: Lähetä testi sähköposti |
|
555 | 555 | label_feeds_access_key_created_on: "RSS salasana luotiin {{value}} sitten" |
|
556 | 556 | label_module_plural: Moduulit |
|
557 | 557 | label_added_time_by: "Lisännyt {{author}} {{age}} sitten" |
|
558 | 558 | label_updated_time: "Päivitetty {{value}} sitten" |
|
559 | 559 | label_jump_to_a_project: Siirry projektiin... |
|
560 | 560 | label_file_plural: Tiedostot |
|
561 | 561 | label_changeset_plural: Muutosryhmät |
|
562 | 562 | label_default_columns: Vakiosarakkeet |
|
563 | 563 | label_no_change_option: (Ei muutosta) |
|
564 | 564 | label_bulk_edit_selected_issues: Perusmuotoile valitut tapahtumat |
|
565 | 565 | label_theme: Teema |
|
566 | 566 | label_default: Vakio |
|
567 | 567 | label_search_titles_only: Hae vain otsikot |
|
568 | 568 | label_user_mail_option_all: "Kaikista tapahtumista kaikissa projekteistani" |
|
569 | 569 | label_user_mail_option_selected: "Kaikista tapahtumista vain valitsemistani projekteista..." |
|
570 | 570 | label_user_mail_option_none: "Vain tapahtumista joita valvon tai olen mukana" |
|
571 | 571 | label_user_mail_no_self_notified: "En halua muistutusta muutoksista joita itse teen" |
|
572 | 572 | label_registration_activation_by_email: tilin aktivointi sähköpostitse |
|
573 | 573 | label_registration_manual_activation: tilin aktivointi käsin |
|
574 | 574 | label_registration_automatic_activation: tilin aktivointi automaattisesti |
|
575 | 575 | label_display_per_page: "Per sivu: {{value}}'" |
|
576 | 576 | label_age: Ikä |
|
577 | 577 | label_change_properties: Vaihda asetuksia |
|
578 | 578 | label_general: Yleinen |
|
579 | 579 | |
|
580 | 580 | button_login: Kirjaudu |
|
581 | 581 | button_submit: Lähetä |
|
582 | 582 | button_save: Tallenna |
|
583 | 583 | button_check_all: Valitse kaikki |
|
584 | 584 | button_uncheck_all: Poista valinnat |
|
585 | 585 | button_delete: Poista |
|
586 | 586 | button_create: Luo |
|
587 | 587 | button_test: Testaa |
|
588 | 588 | button_edit: Muokkaa |
|
589 | 589 | button_add: Lisää |
|
590 | 590 | button_change: Muuta |
|
591 | 591 | button_apply: Ota käyttöön |
|
592 | 592 | button_clear: Tyhjää |
|
593 | 593 | button_lock: Lukitse |
|
594 | 594 | button_unlock: Vapauta |
|
595 | 595 | button_download: Lataa |
|
596 | 596 | button_list: Lista |
|
597 | 597 | button_view: Näytä |
|
598 | 598 | button_move: Siirrä |
|
599 | 599 | button_back: Takaisin |
|
600 | 600 | button_cancel: Peruuta |
|
601 | 601 | button_activate: Aktivoi |
|
602 | 602 | button_sort: Järjestä |
|
603 | 603 | button_log_time: Seuraa aikaa |
|
604 | 604 | button_rollback: Siirry takaisin tähän versioon |
|
605 | 605 | button_watch: Seuraa |
|
606 | 606 | button_unwatch: Älä seuraa |
|
607 | 607 | button_reply: Vastaa |
|
608 | 608 | button_archive: Arkistoi |
|
609 | 609 | button_unarchive: Palauta |
|
610 | 610 | button_reset: Nollaus |
|
611 | 611 | button_rename: Uudelleen nimeä |
|
612 | 612 | button_change_password: Vaihda salasana |
|
613 | 613 | button_copy: Kopioi |
|
614 | 614 | button_annotate: Lisää selitys |
|
615 | 615 | button_update: Päivitä |
|
616 | 616 | |
|
617 | 617 | status_active: aktiivinen |
|
618 | 618 | status_registered: rekisteröity |
|
619 | 619 | status_locked: lukittu |
|
620 | 620 | |
|
621 | 621 | text_select_mail_notifications: Valitse tapahtumat joista tulisi lähettää sähköpostimuistutus. |
|
622 | 622 | text_regexp_info: esim. ^[A-Z0-9]+$ |
|
623 | 623 | text_min_max_length_info: 0 tarkoittaa, ei rajoitusta |
|
624 | 624 | text_project_destroy_confirmation: Oletko varma että haluat poistaa tämän projektin ja kaikki siihen kuuluvat tiedot? |
|
625 | 625 | text_workflow_edit: Valitse rooli ja tapahtuma muokataksesi työnkulkua |
|
626 | 626 | text_are_you_sure: Oletko varma? |
|
627 | 627 | text_journal_changed: "{{old}} muutettu arvoksi {{new}}" |
|
628 | 628 | text_journal_set_to: "muutettu {{value}}" |
|
629 | 629 | text_journal_deleted: poistettu |
|
630 | 630 | text_tip_task_begin_day: tehtävä joka alkaa tänä päivänä |
|
631 | 631 | text_tip_task_end_day: tehtävä joka loppuu tänä päivänä |
|
632 | 632 | text_tip_task_begin_end_day: tehtävä joka alkaa ja loppuu tänä päivänä |
|
633 | 633 | text_project_identifier_info: 'Pienet kirjaimet (a-z), numerot ja viivat ovat sallittu.<br />Tallentamisen jälkeen tunnistetta ei voi muuttaa.' |
|
634 | 634 | text_caracters_maximum: "{{count}} merkkiä enintään." |
|
635 | 635 | text_caracters_minimum: "Täytyy olla vähintään {{count}} merkkiä pitkä." |
|
636 | 636 | text_length_between: "Pituus välillä {{min}} ja {{max}} merkkiä." |
|
637 | 637 | text_tracker_no_workflow: Työnkulkua ei määritelty tälle tapahtumalle |
|
638 | 638 | text_unallowed_characters: Kiellettyjä merkkejä |
|
639 | 639 | text_comma_separated: Useat arvot sallittu (pilkku eroteltuna). |
|
640 | 640 | text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä |
|
641 | 641 | text_issue_added: "Issue {{id}} has been reported by {{author}}." |
|
642 | 642 | text_issue_updated: "Issue {{id}} has been updated by {{author}}." |
|
643 | 643 | text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n ja kaikki sen sisältämän tiedon? |
|
644 | 644 | text_issue_category_destroy_question: "Jotkut tapahtumat ({{count}}) ovat nimetty tälle luokalle. Mitä haluat tehdä?" |
|
645 | 645 | text_issue_category_destroy_assignments: Poista luokan tehtävät |
|
646 | 646 | text_issue_category_reassign_to: Vaihda tapahtuma tähän luokkaan |
|
647 | 647 | text_user_mail_option: "Valitsemattomille projekteille, saat vain muistutuksen asioista joita seuraat tai olet mukana (esim. tapahtumat joissa olet tekijä tai nimettynä)." |
|
648 | 648 | text_no_configuration_data: "Rooleja, tapahtumien tiloja ja työnkulkua ei vielä olla määritelty.\nOn erittäin suotavaa ladata vakioasetukset. Voit muuttaa sitä latauksen jälkeen." |
|
649 | 649 | text_load_default_configuration: Lataa vakioasetukset |
|
650 | 650 | |
|
651 | 651 | default_role_manager: Päälikkö |
|
652 | 652 | default_role_developper: Kehittäjä |
|
653 | 653 | default_role_reporter: Tarkastelija |
|
654 | 654 | default_tracker_bug: Ohjelmointivirhe |
|
655 | 655 | default_tracker_feature: Ominaisuus |
|
656 | 656 | default_tracker_support: Tuki |
|
657 | 657 | default_issue_status_new: Uusi |
|
658 | 658 | default_issue_status_assigned: Nimetty |
|
659 | 659 | default_issue_status_resolved: Hyväksytty |
|
660 | 660 | default_issue_status_feedback: Palaute |
|
661 | 661 | default_issue_status_closed: Suljettu |
|
662 | 662 | default_issue_status_rejected: Hylätty |
|
663 | 663 | default_doc_category_user: Käyttäjä dokumentaatio |
|
664 | 664 | default_doc_category_tech: Tekninen dokumentaatio |
|
665 | 665 | default_priority_low: Matala |
|
666 | 666 | default_priority_normal: Normaali |
|
667 | 667 | default_priority_high: Korkea |
|
668 | 668 | default_priority_urgent: Kiireellinen |
|
669 | 669 | default_priority_immediate: Valitön |
|
670 | 670 | default_activity_design: Suunnittelu |
|
671 | 671 | default_activity_development: Kehitys |
|
672 | 672 | |
|
673 | 673 | enumeration_issue_priorities: Tapahtuman tärkeysjärjestys |
|
674 | 674 | enumeration_doc_categories: Dokumentin luokat |
|
675 | 675 | enumeration_activities: Historia (ajan seuranta) |
|
676 | 676 | label_associated_revisions: Liittyvät versiot |
|
677 | 677 | setting_user_format: Käyttäjien esitysmuoto |
|
678 | 678 | text_status_changed_by_changeset: "Päivitetty muutosversioon {{value}}." |
|
679 | 679 | text_issues_destroy_confirmation: 'Oletko varma että haluat poistaa valitut tapahtumat ?' |
|
680 | 680 | label_more: Lisää |
|
681 | 681 | label_issue_added: Tapahtuma lisätty |
|
682 | 682 | label_issue_updated: Tapahtuma päivitetty |
|
683 | 683 | label_document_added: Dokumentti lisätty |
|
684 | 684 | label_message_posted: Viesti lisätty |
|
685 | 685 | label_file_added: Tiedosto lisätty |
|
686 | 686 | label_scm: SCM |
|
687 | 687 | text_select_project_modules: 'Valitse modulit jotka haluat käyttöön tähän projektiin:' |
|
688 | 688 | label_news_added: Uutinen lisätty |
|
689 | 689 | project_module_boards: Keskustelupalsta |
|
690 | 690 | project_module_issue_tracking: Tapahtuman seuranta |
|
691 | 691 | project_module_wiki: Wiki |
|
692 | 692 | project_module_files: Tiedostot |
|
693 | 693 | project_module_documents: Dokumentit |
|
694 | 694 | project_module_repository: Tietovarasto |
|
695 | 695 | project_module_news: Uutiset |
|
696 | 696 | project_module_time_tracking: Ajan seuranta |
|
697 | 697 | text_file_repository_writable: Kirjoitettava tiedostovarasto |
|
698 | 698 | text_default_administrator_account_changed: Vakio hallinoijan tunnus muutettu |
|
699 | 699 | text_rmagick_available: RMagick saatavilla (valinnainen) |
|
700 | 700 | button_configure: Asetukset |
|
701 | 701 | label_plugins: Lisäosat |
|
702 | 702 | label_ldap_authentication: LDAP tunnistautuminen |
|
703 | 703 | label_downloads_abbr: D/L |
|
704 | 704 | label_add_another_file: Lisää uusi tiedosto |
|
705 | 705 | label_this_month: tässä kuussa |
|
706 | 706 | text_destroy_time_entries_question: %.02f tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ? |
|
707 | 707 | label_last_n_days: "viimeiset {{count}} päivää" |
|
708 | 708 | label_all_time: koko ajalta |
|
709 | 709 | error_issue_not_found_in_project: 'Tapahtumaa ei löytynyt tai se ei kuulu tähän projektiin' |
|
710 | 710 | label_this_year: tänä vuonna |
|
711 | 711 | text_assign_time_entries_to_project: Määritä tunnit projektille |
|
712 | 712 | label_date_range: Aikaväli |
|
713 | 713 | label_last_week: viime viikolla |
|
714 | 714 | label_yesterday: eilen |
|
715 | 715 | label_optional_description: Lisäkuvaus |
|
716 | 716 | label_last_month: viime kuussa |
|
717 | 717 | text_destroy_time_entries: Poista raportoidut tunnit |
|
718 | 718 | text_reassign_time_entries: 'Siirrä raportoidut tunnit tälle tapahtumalle:' |
|
719 | 719 | label_chronological_order: Aikajärjestyksessä |
|
720 | 720 | label_date_to: '' |
|
721 | 721 | setting_activity_days_default: Päivien esittäminen projektien historiassa |
|
722 | 722 | label_date_from: '' |
|
723 | 723 | label_in: '' |
|
724 | 724 | setting_display_subprojects_issues: Näytä aliprojektien tapahtumat pääprojektissa oletusarvoisesti |
|
725 | 725 | field_comments_sorting: Näytä kommentit |
|
726 | 726 | label_reverse_chronological_order: Käänteisessä aikajärjestyksessä |
|
727 | 727 | label_preferences: Asetukset |
|
728 | 728 | setting_default_projects_public: Uudet projektit ovat oletuksena julkisia |
|
729 | 729 | label_overall_activity: Kokonaishistoria |
|
730 | 730 | error_scm_annotate: "Merkintää ei ole tai siihen ei voi lisätä selityksiä." |
|
731 | 731 | label_planning: Suunnittelu |
|
732 | 732 | text_subprojects_destroy_warning: "Tämän aliprojekti(t): {{value}} tullaan myös poistamaan.'" |
|
733 | 733 | label_and_its_subprojects: "{{value}} ja aliprojektit" |
|
734 | 734 | mail_body_reminder: "{{count}} sinulle nimettyä tapahtuma(a) erääntyy {{days}} päivä sisään:" |
|
735 | 735 | mail_subject_reminder: "{{count}} tapahtuma(a) erääntyy lähipäivinä" |
|
736 | 736 | text_user_wrote: "{{value}} kirjoitti:'" |
|
737 | 737 | label_duplicated_by: kopioinut |
|
738 | 738 | setting_enabled_scm: Versionhallinta käytettävissä |
|
739 | 739 | text_enumeration_category_reassign_to: 'Siirrä täksi arvoksi:' |
|
740 | 740 | text_enumeration_destroy_question: "{{count}} kohdetta on sijoitettu tälle arvolle.'" |
|
741 | 741 | label_incoming_emails: Saapuvat sähköpostiviestit |
|
742 | 742 | label_generate_key: Luo avain |
|
743 | 743 | setting_mail_handler_api_enabled: Ota käyttöön WS saapuville sähköposteille |
|
744 | 744 | setting_mail_handler_api_key: API avain |
|
745 | 745 | text_email_delivery_not_configured: "Sähköpostin jakelu ei ole määritelty ja sähköpostimuistutukset eivät ole käytössä.\nKonfiguroi sähköpostipalvelinasetukset (SMTP) config/email.yml tiedostosta ja uudelleenkäynnistä sovellus jotta asetukset astuvat voimaan." |
|
746 | 746 | field_parent_title: Aloitussivu |
|
747 | 747 | label_issue_watchers: Tapahtuman seuraajat |
|
748 | 748 | button_quote: Vastaa |
|
749 | 749 | setting_sequential_project_identifiers: Luo peräkkäiset projektien tunnisteet |
|
750 | 750 | setting_commit_logs_encoding: Tee viestien koodaus |
|
751 | 751 | notice_unable_delete_version: Version poisto epäonnistui |
|
752 | 752 | label_renamed: uudelleennimetty |
|
753 | 753 | label_copied: kopioitu |
|
754 | 754 | setting_plain_text_mail: vain muotoilematonta tekstiä (ei HTML) |
|
755 | 755 | permission_view_files: Näytä tiedostot |
|
756 | 756 | permission_edit_issues: Muokkaa tapahtumia |
|
757 | 757 | permission_edit_own_time_entries: Muokka omia aikamerkintöjä |
|
758 | 758 | permission_manage_public_queries: Hallinnoi julkisia hakuja |
|
759 | 759 | permission_add_issues: Lisää tapahtumia |
|
760 | 760 | permission_log_time: Lokita käytettyä aikaa |
|
761 | 761 | permission_view_changesets: Näytä muutosryhmät |
|
762 | 762 | permission_view_time_entries: Näytä käytetty aika |
|
763 | 763 | permission_manage_versions: Hallinnoi versioita |
|
764 | 764 | permission_manage_wiki: Hallinnoi wikiä |
|
765 | 765 | permission_manage_categories: Hallinnoi tapahtumien luokkia |
|
766 | 766 | permission_protect_wiki_pages: Suojaa wiki sivut |
|
767 | 767 | permission_comment_news: Kommentoi uutisia |
|
768 | 768 | permission_delete_messages: Poista viestit |
|
769 | 769 | permission_select_project_modules: Valitse projektin modulit |
|
770 | 770 | permission_manage_documents: Hallinnoi dokumentteja |
|
771 | 771 | permission_edit_wiki_pages: Muokkaa wiki sivuja |
|
772 | 772 | permission_add_issue_watchers: Lisää seuraajia |
|
773 | 773 | permission_view_gantt: Näytä gantt kaavio |
|
774 | 774 | permission_move_issues: Siirrä tapahtuma |
|
775 | 775 | permission_manage_issue_relations: Hallinoi tapahtuman suhteita |
|
776 | 776 | permission_delete_wiki_pages: Poista wiki sivuja |
|
777 | 777 | permission_manage_boards: Hallinnoi keskustelupalstaa |
|
778 | 778 | permission_delete_wiki_pages_attachments: Poista liitteitä |
|
779 | 779 | permission_view_wiki_edits: Näytä wiki historia |
|
780 | 780 | permission_add_messages: Jätä viesti |
|
781 | 781 | permission_view_messages: Näytä viestejä |
|
782 | 782 | permission_manage_files: Hallinnoi tiedostoja |
|
783 | 783 | permission_edit_issue_notes: Muokkaa muistiinpanoja |
|
784 | 784 | permission_manage_news: Hallinnoi uutisia |
|
785 | 785 | permission_view_calendar: Näytä kalenteri |
|
786 | 786 | permission_manage_members: Hallinnoi jäseniä |
|
787 | 787 | permission_edit_messages: Muokkaa viestejä |
|
788 | 788 | permission_delete_issues: Poista tapahtumia |
|
789 | 789 | permission_view_issue_watchers: Näytä seuraaja lista |
|
790 | 790 | permission_manage_repository: Hallinnoi tietovarastoa |
|
791 | 791 | permission_commit_access: Tee pääsyoikeus |
|
792 | 792 | permission_browse_repository: Selaa tietovarastoa |
|
793 | 793 | permission_view_documents: Näytä dokumentit |
|
794 | 794 | permission_edit_project: Muokkaa projektia |
|
795 | 795 | permission_add_issue_notes: Lisää muistiinpanoja |
|
796 | 796 | permission_save_queries: Tallenna hakuja |
|
797 | 797 | permission_view_wiki_pages: Näytä wiki |
|
798 | 798 | permission_rename_wiki_pages: Uudelleennimeä wiki sivuja |
|
799 | 799 | permission_edit_time_entries: Muokkaa aika lokeja |
|
800 | 800 | permission_edit_own_issue_notes: Muokkaa omia muistiinpanoja |
|
801 | 801 | setting_gravatar_enabled: Käytä Gravatar käyttäjä ikoneita |
|
802 | 802 | label_example: Esimerkki |
|
803 | 803 | text_repository_usernames_mapping: "Valitse päivittääksesi Redmine käyttäjä jokaiseen käyttäjään joka löytyy tietovaraston lokista.\nKäyttäjät joilla on sama Redmine ja tietovaraston käyttäjänimi tai sähköpostiosoite, yhdistetään automaattisesti." |
|
804 | 804 | permission_edit_own_messages: Muokkaa omia viestejä |
|
805 | 805 | permission_delete_own_messages: Poista omia viestejä |
|
806 | 806 | label_user_activity: "Käyttäjän {{value}} historia" |
|
807 | 807 | label_updated_time_by: "Updated by {{author}} {{age}} ago" |
|
808 | 808 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
809 | 809 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
810 | 810 | text_plugin_assets_writable: Plugin assets directory writable |
|
811 | 811 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
812 | 812 | button_create_and_continue: Create and continue |
|
813 | 813 | text_custom_field_possible_values_info: 'One line for each value' |
|
814 | 814 | label_display: Display |
|
815 | 815 | field_editable: Editable |
|
816 | 816 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
817 | 817 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
818 | 818 | field_watcher: Watcher |
|
819 | 819 | setting_openid: Allow OpenID login and registration |
|
820 | field_identity_url: OpenID URL | |
|
821 | label_login_with_open_id_option: or login with OpenID |
@@ -1,812 +1,814 | |||
|
1 | 1 | # French translations for Ruby on Rails |
|
2 | 2 | # by Christian Lescuyer (christian@flyingcoders.com) |
|
3 | 3 | # contributor: Sebastien Grosjean - ZenCocoon.com |
|
4 | 4 | |
|
5 | 5 | fr: |
|
6 | 6 | date: |
|
7 | 7 | formats: |
|
8 | 8 | default: "%d/%m/%Y" |
|
9 | 9 | short: "%e %b" |
|
10 | 10 | long: "%e %B %Y" |
|
11 | 11 | long_ordinal: "%e %B %Y" |
|
12 | 12 | only_day: "%e" |
|
13 | 13 | |
|
14 | 14 | day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi] |
|
15 | 15 | abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] |
|
16 | 16 | month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] |
|
17 | 17 | abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] |
|
18 | 18 | order: [ :day, :month, :year ] |
|
19 | 19 | |
|
20 | 20 | time: |
|
21 | 21 | formats: |
|
22 | 22 | default: "%d/%m/%Y %H:%M" |
|
23 | 23 | time: "%H:%M" |
|
24 | 24 | short: "%d %b %H:%M" |
|
25 | 25 | long: "%A %d %B %Y %H:%M:%S %Z" |
|
26 | 26 | long_ordinal: "%A %d %B %Y %H:%M:%S %Z" |
|
27 | 27 | only_second: "%S" |
|
28 | 28 | am: 'am' |
|
29 | 29 | pm: 'pm' |
|
30 | 30 | |
|
31 | 31 | datetime: |
|
32 | 32 | distance_in_words: |
|
33 | 33 | half_a_minute: "30 secondes" |
|
34 | 34 | less_than_x_seconds: |
|
35 | 35 | zero: "moins d'une seconde" |
|
36 | 36 | one: "moins de 1 seconde" |
|
37 | 37 | other: "moins de {{count}} secondes" |
|
38 | 38 | x_seconds: |
|
39 | 39 | one: "1 seconde" |
|
40 | 40 | other: "{{count}} secondes" |
|
41 | 41 | less_than_x_minutes: |
|
42 | 42 | zero: "moins d'une minute" |
|
43 | 43 | one: "moins de 1 minute" |
|
44 | 44 | other: "moins de {{count}} minutes" |
|
45 | 45 | x_minutes: |
|
46 | 46 | one: "1 minute" |
|
47 | 47 | other: "{{count}} minutes" |
|
48 | 48 | about_x_hours: |
|
49 | 49 | one: "environ une heure" |
|
50 | 50 | other: "environ {{count}} heures" |
|
51 | 51 | x_days: |
|
52 | 52 | one: "1 jour" |
|
53 | 53 | other: "{{count}} jours" |
|
54 | 54 | about_x_months: |
|
55 | 55 | one: "environ un mois" |
|
56 | 56 | other: "environ {{count}} mois" |
|
57 | 57 | x_months: |
|
58 | 58 | one: "1 mois" |
|
59 | 59 | other: "{{count}} mois" |
|
60 | 60 | about_x_years: |
|
61 | 61 | one: "environ un an" |
|
62 | 62 | other: "environ {{count}} ans" |
|
63 | 63 | over_x_years: |
|
64 | 64 | one: "plus d'un an" |
|
65 | 65 | other: "plus de {{count}} ans" |
|
66 | 66 | prompts: |
|
67 | 67 | year: "Année" |
|
68 | 68 | month: "Mois" |
|
69 | 69 | day: "Jour" |
|
70 | 70 | hour: "Heure" |
|
71 | 71 | minute: "Minute" |
|
72 | 72 | second: "Seconde" |
|
73 | 73 | |
|
74 | 74 | number: |
|
75 | 75 | format: |
|
76 | 76 | precision: 3 |
|
77 | 77 | separator: ',' |
|
78 | 78 | delimiter: ' ' |
|
79 | 79 | currency: |
|
80 | 80 | format: |
|
81 | 81 | unit: '€' |
|
82 | 82 | precision: 2 |
|
83 | 83 | format: '%n %u' |
|
84 | 84 | human: |
|
85 | 85 | format: |
|
86 | 86 | precision: 2 |
|
87 | 87 | storage_units: [ Octet, ko, Mo, Go, To ] |
|
88 | 88 | |
|
89 | 89 | support: |
|
90 | 90 | array: |
|
91 | 91 | sentence_connector: 'et' |
|
92 | 92 | skip_last_comma: true |
|
93 | 93 | word_connector: ", " |
|
94 | 94 | two_words_connector: " et " |
|
95 | 95 | last_word_connector: " et " |
|
96 | 96 | |
|
97 | 97 | activerecord: |
|
98 | 98 | errors: |
|
99 | 99 | template: |
|
100 | 100 | header: |
|
101 | 101 | one: "Impossible d'enregistrer {{model}}: 1 erreur" |
|
102 | 102 | other: "Impossible d'enregistrer {{model}}: {{count}} erreurs." |
|
103 | 103 | body: "Veuillez vérifier les champs suivants :" |
|
104 | 104 | messages: |
|
105 | 105 | inclusion: "n'est pas inclus(e) dans la liste" |
|
106 | 106 | exclusion: "n'est pas disponible" |
|
107 | 107 | invalid: "n'est pas valide" |
|
108 | 108 | confirmation: "ne concorde pas avec la confirmation" |
|
109 | 109 | accepted: "doit être accepté(e)" |
|
110 | 110 | empty: "doit être renseigné(e)" |
|
111 | 111 | blank: "doit être renseigné(e)" |
|
112 | 112 | too_long: "est trop long (pas plus de {{count}} caractères)" |
|
113 | 113 | too_short: "est trop court (au moins {{count}} caractères)" |
|
114 | 114 | wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)" |
|
115 | 115 | taken: "n'est pas disponible" |
|
116 | 116 | not_a_number: "n'est pas un nombre" |
|
117 | 117 | greater_than: "doit être supérieur à {{count}}" |
|
118 | 118 | greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}" |
|
119 | 119 | equal_to: "doit être égal à {{count}}" |
|
120 | 120 | less_than: "doit être inférieur à {{count}}" |
|
121 | 121 | less_than_or_equal_to: "doit être inférieur ou égal à {{count}}" |
|
122 | 122 | odd: "doit être impair" |
|
123 | 123 | even: "doit être pair" |
|
124 | 124 | greater_than_start_date: "doit être postérieure à la date de début" |
|
125 | 125 | not_same_project: "n'appartient pas au même projet" |
|
126 | 126 | circular_dependency: "Cette relation créerait une dépendance circulaire" |
|
127 | 127 | |
|
128 | 128 | actionview_instancetag_blank_option: Choisir |
|
129 | 129 | |
|
130 | 130 | general_text_No: 'Non' |
|
131 | 131 | general_text_Yes: 'Oui' |
|
132 | 132 | general_text_no: 'non' |
|
133 | 133 | general_text_yes: 'oui' |
|
134 | 134 | general_lang_name: 'Français' |
|
135 | 135 | general_csv_separator: ';' |
|
136 | 136 | general_csv_decimal_separator: ',' |
|
137 | 137 | general_csv_encoding: ISO-8859-1 |
|
138 | 138 | general_pdf_encoding: ISO-8859-1 |
|
139 | 139 | general_first_day_of_week: '1' |
|
140 | 140 | |
|
141 | 141 | notice_account_updated: Le compte a été mis à jour avec succès. |
|
142 | 142 | notice_account_invalid_creditentials: Identifiant ou mot de passe invalide. |
|
143 | 143 | notice_account_password_updated: Mot de passe mis à jour avec succès. |
|
144 | 144 | notice_account_wrong_password: Mot de passe incorrect |
|
145 | 145 | notice_account_register_done: Un message contenant les instructions pour activer votre compte vous a été envoyé. |
|
146 | 146 | notice_account_unknown_email: Aucun compte ne correspond à cette adresse. |
|
147 | 147 | notice_can_t_change_password: Ce compte utilise une authentification externe. Impossible de changer le mot de passe. |
|
148 | 148 | notice_account_lost_email_sent: Un message contenant les instructions pour choisir un nouveau mot de passe vous a été envoyé. |
|
149 | 149 | notice_account_activated: Votre compte a été activé. Vous pouvez à présent vous connecter. |
|
150 | 150 | notice_successful_create: Création effectuée avec succès. |
|
151 | 151 | notice_successful_update: Mise à jour effectuée avec succès. |
|
152 | 152 | notice_successful_delete: Suppression effectuée avec succès. |
|
153 | 153 | notice_successful_connection: Connection réussie. |
|
154 | 154 | notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée." |
|
155 | 155 | notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible. |
|
156 | 156 | notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page." |
|
157 | 157 | notice_email_sent: "Un email a été envoyé à {{value}}" |
|
158 | 158 | notice_email_error: "Erreur lors de l'envoi de l'email ({{value}})" |
|
159 | 159 | notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." |
|
160 | 160 | notice_failed_to_save_issues: "{{count}} demande(s) sur les {{total}} sélectionnées n'ont pas pu être mise(s) à jour: {{ids}}." |
|
161 | 161 | notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour." |
|
162 | 162 | notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur." |
|
163 | 163 | notice_default_data_loaded: Paramétrage par défaut chargé avec succès. |
|
164 | 164 | notice_unable_delete_version: Impossible de supprimer cette version. |
|
165 | 165 | |
|
166 | 166 | error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage: {{value}}" |
|
167 | 167 | error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt." |
|
168 | 168 | error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt: {{value}}" |
|
169 | 169 | error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée." |
|
170 | 170 | error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" |
|
171 | 171 | |
|
172 | 172 | warning_attachments_not_saved: "{{count}} fichier(s) n'ont pas pu être sauvegardés." |
|
173 | 173 | |
|
174 | 174 | mail_subject_lost_password: "Votre mot de passe {{value}}" |
|
175 | 175 | mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant:' |
|
176 | 176 | mail_subject_register: "Activation de votre compte {{value}}" |
|
177 | 177 | mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant:' |
|
178 | 178 | mail_body_account_information_external: "Vous pouvez utiliser votre compte {{value}} pour vous connecter." |
|
179 | 179 | mail_body_account_information: Paramètres de connexion de votre compte |
|
180 | 180 | mail_subject_account_activation_request: "Demande d'activation d'un compte {{value}}" |
|
181 | 181 | mail_body_account_activation_request: "Un nouvel utilisateur ({{value}}) s'est inscrit. Son compte nécessite votre approbation:" |
|
182 | 182 | mail_subject_reminder: "{{count}} demande(s) arrivent à échéance" |
|
183 | 183 | mail_body_reminder: "{{count}} demande(s) qui vous sont assignées arrivent à échéance dans les {{days}} prochains jours:" |
|
184 | 184 | |
|
185 | 185 | gui_validation_error: 1 erreur |
|
186 | 186 | gui_validation_error_plural: "{{count}} erreurs" |
|
187 | 187 | |
|
188 | 188 | field_name: Nom |
|
189 | 189 | field_description: Description |
|
190 | 190 | field_summary: Résumé |
|
191 | 191 | field_is_required: Obligatoire |
|
192 | 192 | field_firstname: Prénom |
|
193 | 193 | field_lastname: Nom |
|
194 | 194 | field_mail: Email |
|
195 | 195 | field_filename: Fichier |
|
196 | 196 | field_filesize: Taille |
|
197 | 197 | field_downloads: Téléchargements |
|
198 | 198 | field_author: Auteur |
|
199 | 199 | field_created_on: Créé |
|
200 | 200 | field_updated_on: Mis à jour |
|
201 | 201 | field_field_format: Format |
|
202 | 202 | field_is_for_all: Pour tous les projets |
|
203 | 203 | field_possible_values: Valeurs possibles |
|
204 | 204 | field_regexp: Expression régulière |
|
205 | 205 | field_min_length: Longueur minimum |
|
206 | 206 | field_max_length: Longueur maximum |
|
207 | 207 | field_value: Valeur |
|
208 | 208 | field_category: Catégorie |
|
209 | 209 | field_title: Titre |
|
210 | 210 | field_project: Projet |
|
211 | 211 | field_issue: Demande |
|
212 | 212 | field_status: Statut |
|
213 | 213 | field_notes: Notes |
|
214 | 214 | field_is_closed: Demande fermée |
|
215 | 215 | field_is_default: Valeur par défaut |
|
216 | 216 | field_tracker: Tracker |
|
217 | 217 | field_subject: Sujet |
|
218 | 218 | field_due_date: Date d'échéance |
|
219 | 219 | field_assigned_to: Assigné à |
|
220 | 220 | field_priority: Priorité |
|
221 | 221 | field_fixed_version: Version cible |
|
222 | 222 | field_user: Utilisateur |
|
223 | 223 | field_role: Rôle |
|
224 | 224 | field_homepage: Site web |
|
225 | 225 | field_is_public: Public |
|
226 | 226 | field_parent: Sous-projet de |
|
227 | 227 | field_is_in_chlog: Demandes affichées dans l'historique |
|
228 | 228 | field_is_in_roadmap: Demandes affichées dans la roadmap |
|
229 | 229 | field_login: Identifiant |
|
230 | 230 | field_mail_notification: Notifications par mail |
|
231 | 231 | field_admin: Administrateur |
|
232 | 232 | field_last_login_on: Dernière connexion |
|
233 | 233 | field_language: Langue |
|
234 | 234 | field_effective_date: Date |
|
235 | 235 | field_password: Mot de passe |
|
236 | 236 | field_new_password: Nouveau mot de passe |
|
237 | 237 | field_password_confirmation: Confirmation |
|
238 | 238 | field_version: Version |
|
239 | 239 | field_type: Type |
|
240 | 240 | field_host: Hôte |
|
241 | 241 | field_port: Port |
|
242 | 242 | field_account: Compte |
|
243 | 243 | field_base_dn: Base DN |
|
244 | 244 | field_attr_login: Attribut Identifiant |
|
245 | 245 | field_attr_firstname: Attribut Prénom |
|
246 | 246 | field_attr_lastname: Attribut Nom |
|
247 | 247 | field_attr_mail: Attribut Email |
|
248 | 248 | field_onthefly: Création des utilisateurs à la volée |
|
249 | 249 | field_start_date: Début |
|
250 | 250 | field_done_ratio: %% Réalisé |
|
251 | 251 | field_auth_source: Mode d'authentification |
|
252 | 252 | field_hide_mail: Cacher mon adresse mail |
|
253 | 253 | field_comments: Commentaire |
|
254 | 254 | field_url: URL |
|
255 | 255 | field_start_page: Page de démarrage |
|
256 | 256 | field_subproject: Sous-projet |
|
257 | 257 | field_hours: Heures |
|
258 | 258 | field_activity: Activité |
|
259 | 259 | field_spent_on: Date |
|
260 | 260 | field_identifier: Identifiant |
|
261 | 261 | field_is_filter: Utilisé comme filtre |
|
262 | 262 | field_issue_to_id: Demande liée |
|
263 | 263 | field_delay: Retard |
|
264 | 264 | field_assignable: Demandes assignables à ce rôle |
|
265 | 265 | field_redirect_existing_links: Rediriger les liens existants |
|
266 | 266 | field_estimated_hours: Temps estimé |
|
267 | 267 | field_column_names: Colonnes |
|
268 | 268 | field_time_zone: Fuseau horaire |
|
269 | 269 | field_searchable: Utilisé pour les recherches |
|
270 | 270 | field_default_value: Valeur par défaut |
|
271 | 271 | field_comments_sorting: Afficher les commentaires |
|
272 | 272 | field_parent_title: Page parent |
|
273 | 273 | field_editable: Modifiable |
|
274 | 274 | field_watcher: Observateur |
|
275 | field_identity_url: URL OpenID | |
|
275 | 276 | |
|
276 | 277 | setting_app_title: Titre de l'application |
|
277 | 278 | setting_app_subtitle: Sous-titre de l'application |
|
278 | 279 | setting_welcome_text: Texte d'accueil |
|
279 | 280 | setting_default_language: Langue par défaut |
|
280 | 281 | setting_login_required: Authentification obligatoire |
|
281 | 282 | setting_self_registration: Inscription des nouveaux utilisateurs |
|
282 | 283 | setting_attachment_max_size: Taille max des fichiers |
|
283 | 284 | setting_issues_export_limit: Limite export demandes |
|
284 | 285 | setting_mail_from: Adresse d'émission |
|
285 | 286 | setting_bcc_recipients: Destinataires en copie cachée (cci) |
|
286 | 287 | setting_plain_text_mail: Mail texte brut (non HTML) |
|
287 | 288 | setting_host_name: Nom d'hôte et chemin |
|
288 | 289 | setting_text_formatting: Formatage du texte |
|
289 | 290 | setting_wiki_compression: Compression historique wiki |
|
290 | 291 | setting_feeds_limit: Limite du contenu des flux RSS |
|
291 | 292 | setting_default_projects_public: Définir les nouveaux projects comme publics par défaut |
|
292 | 293 | setting_autofetch_changesets: Récupération auto. des commits |
|
293 | 294 | setting_sys_api_enabled: Activer les WS pour la gestion des dépôts |
|
294 | 295 | setting_commit_ref_keywords: Mot-clés de référencement |
|
295 | 296 | setting_commit_fix_keywords: Mot-clés de résolution |
|
296 | 297 | setting_autologin: Autologin |
|
297 | 298 | setting_date_format: Format de date |
|
298 | 299 | setting_time_format: Format d'heure |
|
299 | 300 | setting_cross_project_issue_relations: Autoriser les relations entre demandes de différents projets |
|
300 | 301 | setting_issue_list_default_columns: Colonnes affichées par défaut sur la liste des demandes |
|
301 | 302 | setting_repositories_encodings: Encodages des dépôts |
|
302 | 303 | setting_commit_logs_encoding: Encodage des messages de commit |
|
303 | 304 | setting_emails_footer: Pied-de-page des emails |
|
304 | 305 | setting_protocol: Protocole |
|
305 | 306 | setting_per_page_options: Options d'objets affichés par page |
|
306 | 307 | setting_user_format: Format d'affichage des utilisateurs |
|
307 | 308 | setting_activity_days_default: Nombre de jours affichés sur l'activité des projets |
|
308 | 309 | setting_display_subprojects_issues: Afficher par défaut les demandes des sous-projets sur les projets principaux |
|
309 | 310 | setting_enabled_scm: SCM activés |
|
310 | 311 | setting_mail_handler_api_enabled: "Activer le WS pour la réception d'emails" |
|
311 | 312 | setting_mail_handler_api_key: Clé de protection de l'API |
|
312 | 313 | setting_sequential_project_identifiers: Générer des identifiants de projet séquentiels |
|
313 | 314 | setting_gravatar_enabled: Afficher les Gravatar des utilisateurs |
|
314 | 315 | setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées |
|
315 | 316 | setting_file_max_size_displayed: Taille maximum des fichiers texte affichés en ligne |
|
316 | 317 | setting_repository_log_display_limit: "Nombre maximum de revisions affichées sur l'historique d'un fichier" |
|
317 | 318 | setting_openid: "Autoriser l'authentification et l'enregistrement OpenID" |
|
318 | 319 | |
|
319 | 320 | permission_edit_project: Modifier le projet |
|
320 | 321 | permission_select_project_modules: Choisir les modules |
|
321 | 322 | permission_manage_members: Gérer les members |
|
322 | 323 | permission_manage_versions: Gérer les versions |
|
323 | 324 | permission_manage_categories: Gérer les catégories de demandes |
|
324 | 325 | permission_add_issues: Créer des demandes |
|
325 | 326 | permission_edit_issues: Modifier les demandes |
|
326 | 327 | permission_manage_issue_relations: Gérer les relations |
|
327 | 328 | permission_add_issue_notes: Ajouter des notes |
|
328 | 329 | permission_edit_issue_notes: Modifier les notes |
|
329 | 330 | permission_edit_own_issue_notes: Modifier ses propres notes |
|
330 | 331 | permission_move_issues: Déplacer les demandes |
|
331 | 332 | permission_delete_issues: Supprimer les demandes |
|
332 | 333 | permission_manage_public_queries: Gérer les requêtes publiques |
|
333 | 334 | permission_save_queries: Sauvegarder les requêtes |
|
334 | 335 | permission_view_gantt: Voir le gantt |
|
335 | 336 | permission_view_calendar: Voir le calendrier |
|
336 | 337 | permission_view_issue_watchers: Voir la liste des observateurs |
|
337 | 338 | permission_add_issue_watchers: Ajouter des observateurs |
|
338 | 339 | permission_log_time: Saisir le temps passé |
|
339 | 340 | permission_view_time_entries: Voir le temps passé |
|
340 | 341 | permission_edit_time_entries: Modifier les temps passés |
|
341 | 342 | permission_edit_own_time_entries: Modifier son propre temps passé |
|
342 | 343 | permission_manage_news: Gérer les annonces |
|
343 | 344 | permission_comment_news: Commenter les annonces |
|
344 | 345 | permission_manage_documents: Gérer les documents |
|
345 | 346 | permission_view_documents: Voir les documents |
|
346 | 347 | permission_manage_files: Gérer les fichiers |
|
347 | 348 | permission_view_files: Voir les fichiers |
|
348 | 349 | permission_manage_wiki: Gérer le wiki |
|
349 | 350 | permission_rename_wiki_pages: Renommer les pages |
|
350 | 351 | permission_delete_wiki_pages: Supprimer les pages |
|
351 | 352 | permission_view_wiki_pages: Voir le wiki |
|
352 | 353 | permission_view_wiki_edits: "Voir l'historique des modifications" |
|
353 | 354 | permission_edit_wiki_pages: Modifier les pages |
|
354 | 355 | permission_delete_wiki_pages_attachments: Supprimer les fichiers joints |
|
355 | 356 | permission_protect_wiki_pages: Protéger les pages |
|
356 | 357 | permission_manage_repository: Gérer le dépôt de sources |
|
357 | 358 | permission_browse_repository: Parcourir les sources |
|
358 | 359 | permission_view_changesets: Voir les révisions |
|
359 | 360 | permission_commit_access: Droit de commit |
|
360 | 361 | permission_manage_boards: Gérer les forums |
|
361 | 362 | permission_view_messages: Voir les messages |
|
362 | 363 | permission_add_messages: Poster un message |
|
363 | 364 | permission_edit_messages: Modifier les messages |
|
364 | 365 | permission_edit_own_messages: Modifier ses propres messages |
|
365 | 366 | permission_delete_messages: Supprimer les messages |
|
366 | 367 | permission_delete_own_messages: Supprimer ses propres messages |
|
367 | 368 | |
|
368 | 369 | project_module_issue_tracking: Suivi des demandes |
|
369 | 370 | project_module_time_tracking: Suivi du temps passé |
|
370 | 371 | project_module_news: Publication d'annonces |
|
371 | 372 | project_module_documents: Publication de documents |
|
372 | 373 | project_module_files: Publication de fichiers |
|
373 | 374 | project_module_wiki: Wiki |
|
374 | 375 | project_module_repository: Dépôt de sources |
|
375 | 376 | project_module_boards: Forums de discussion |
|
376 | 377 | |
|
377 | 378 | label_user: Utilisateur |
|
378 | 379 | label_user_plural: Utilisateurs |
|
379 | 380 | label_user_new: Nouvel utilisateur |
|
380 | 381 | label_project: Projet |
|
381 | 382 | label_project_new: Nouveau projet |
|
382 | 383 | label_project_plural: Projets |
|
383 | 384 | label_x_projects: |
|
384 | 385 | zero: aucun projet |
|
385 | 386 | one: 1 projet |
|
386 | 387 | other: "{{count}} projets" |
|
387 | 388 | label_project_all: Tous les projets |
|
388 | 389 | label_project_latest: Derniers projets |
|
389 | 390 | label_issue: Demande |
|
390 | 391 | label_issue_new: Nouvelle demande |
|
391 | 392 | label_issue_plural: Demandes |
|
392 | 393 | label_issue_view_all: Voir toutes les demandes |
|
393 | 394 | label_issue_added: Demande ajoutée |
|
394 | 395 | label_issue_updated: Demande mise à jour |
|
395 | 396 | label_issues_by: "Demandes par {{value}}" |
|
396 | 397 | label_document: Document |
|
397 | 398 | label_document_new: Nouveau document |
|
398 | 399 | label_document_plural: Documents |
|
399 | 400 | label_document_added: Document ajouté |
|
400 | 401 | label_role: Rôle |
|
401 | 402 | label_role_plural: Rôles |
|
402 | 403 | label_role_new: Nouveau rôle |
|
403 | 404 | label_role_and_permissions: Rôles et permissions |
|
404 | 405 | label_member: Membre |
|
405 | 406 | label_member_new: Nouveau membre |
|
406 | 407 | label_member_plural: Membres |
|
407 | 408 | label_tracker: Tracker |
|
408 | 409 | label_tracker_plural: Trackers |
|
409 | 410 | label_tracker_new: Nouveau tracker |
|
410 | 411 | label_workflow: Workflow |
|
411 | 412 | label_issue_status: Statut de demandes |
|
412 | 413 | label_issue_status_plural: Statuts de demandes |
|
413 | 414 | label_issue_status_new: Nouveau statut |
|
414 | 415 | label_issue_category: Catégorie de demandes |
|
415 | 416 | label_issue_category_plural: Catégories de demandes |
|
416 | 417 | label_issue_category_new: Nouvelle catégorie |
|
417 | 418 | label_custom_field: Champ personnalisé |
|
418 | 419 | label_custom_field_plural: Champs personnalisés |
|
419 | 420 | label_custom_field_new: Nouveau champ personnalisé |
|
420 | 421 | label_enumerations: Listes de valeurs |
|
421 | 422 | label_enumeration_new: Nouvelle valeur |
|
422 | 423 | label_information: Information |
|
423 | 424 | label_information_plural: Informations |
|
424 | 425 | label_please_login: Identification |
|
425 | 426 | label_register: S'enregistrer |
|
427 | label_login_with_open_id_option: S'authentifier avec OpenID | |
|
426 | 428 | label_password_lost: Mot de passe perdu |
|
427 | 429 | label_home: Accueil |
|
428 | 430 | label_my_page: Ma page |
|
429 | 431 | label_my_account: Mon compte |
|
430 | 432 | label_my_projects: Mes projets |
|
431 | 433 | label_administration: Administration |
|
432 | 434 | label_login: Connexion |
|
433 | 435 | label_logout: Déconnexion |
|
434 | 436 | label_help: Aide |
|
435 | 437 | label_reported_issues: Demandes soumises |
|
436 | 438 | label_assigned_to_me_issues: Demandes qui me sont assignées |
|
437 | 439 | label_last_login: Dernière connexion |
|
438 | 440 | label_registered_on: Inscrit le |
|
439 | 441 | label_activity: Activité |
|
440 | 442 | label_overall_activity: Activité globale |
|
441 | 443 | label_user_activity: "Activité de {{value}}" |
|
442 | 444 | label_new: Nouveau |
|
443 | 445 | label_logged_as: Connecté en tant que |
|
444 | 446 | label_environment: Environnement |
|
445 | 447 | label_authentication: Authentification |
|
446 | 448 | label_auth_source: Mode d'authentification |
|
447 | 449 | label_auth_source_new: Nouveau mode d'authentification |
|
448 | 450 | label_auth_source_plural: Modes d'authentification |
|
449 | 451 | label_subproject_plural: Sous-projets |
|
450 | 452 | label_and_its_subprojects: "{{value}} et ses sous-projets" |
|
451 | 453 | label_min_max_length: Longueurs mini - maxi |
|
452 | 454 | label_list: Liste |
|
453 | 455 | label_date: Date |
|
454 | 456 | label_integer: Entier |
|
455 | 457 | label_float: Nombre décimal |
|
456 | 458 | label_boolean: Booléen |
|
457 | 459 | label_string: Texte |
|
458 | 460 | label_text: Texte long |
|
459 | 461 | label_attribute: Attribut |
|
460 | 462 | label_attribute_plural: Attributs |
|
461 | 463 | label_download: "{{count}} Téléchargement" |
|
462 | 464 | label_download_plural: "{{count}} Téléchargements" |
|
463 | 465 | label_no_data: Aucune donnée à afficher |
|
464 | 466 | label_change_status: Changer le statut |
|
465 | 467 | label_history: Historique |
|
466 | 468 | label_attachment: Fichier |
|
467 | 469 | label_attachment_new: Nouveau fichier |
|
468 | 470 | label_attachment_delete: Supprimer le fichier |
|
469 | 471 | label_attachment_plural: Fichiers |
|
470 | 472 | label_file_added: Fichier ajouté |
|
471 | 473 | label_report: Rapport |
|
472 | 474 | label_report_plural: Rapports |
|
473 | 475 | label_news: Annonce |
|
474 | 476 | label_news_new: Nouvelle annonce |
|
475 | 477 | label_news_plural: Annonces |
|
476 | 478 | label_news_latest: Dernières annonces |
|
477 | 479 | label_news_view_all: Voir toutes les annonces |
|
478 | 480 | label_news_added: Annonce ajoutée |
|
479 | 481 | label_change_log: Historique |
|
480 | 482 | label_settings: Configuration |
|
481 | 483 | label_overview: Aperçu |
|
482 | 484 | label_version: Version |
|
483 | 485 | label_version_new: Nouvelle version |
|
484 | 486 | label_version_plural: Versions |
|
485 | 487 | label_confirmation: Confirmation |
|
486 | 488 | label_export_to: 'Formats disponibles:' |
|
487 | 489 | label_read: Lire... |
|
488 | 490 | label_public_projects: Projets publics |
|
489 | 491 | label_open_issues: ouvert |
|
490 | 492 | label_open_issues_plural: ouverts |
|
491 | 493 | label_closed_issues: fermé |
|
492 | 494 | label_closed_issues_plural: fermés |
|
493 | 495 | label_x_open_issues_abbr_on_total: |
|
494 | 496 | zero: 0 ouvert sur {{total}} |
|
495 | 497 | one: 1 ouvert sur {{total}} |
|
496 | 498 | other: "{{count}} ouverts sur {{total}}" |
|
497 | 499 | label_x_open_issues_abbr: |
|
498 | 500 | zero: 0 ouvert |
|
499 | 501 | one: 1 ouvert |
|
500 | 502 | other: "{{count}} ouverts" |
|
501 | 503 | label_x_closed_issues_abbr: |
|
502 | 504 | zero: 0 fermé |
|
503 | 505 | one: 1 fermé |
|
504 | 506 | other: "{{count}} fermés" |
|
505 | 507 | label_total: Total |
|
506 | 508 | label_permissions: Permissions |
|
507 | 509 | label_current_status: Statut actuel |
|
508 | 510 | label_new_statuses_allowed: Nouveaux statuts autorisés |
|
509 | 511 | label_all: tous |
|
510 | 512 | label_none: aucun |
|
511 | 513 | label_nobody: personne |
|
512 | 514 | label_next: Suivant |
|
513 | 515 | label_previous: Précédent |
|
514 | 516 | label_used_by: Utilisé par |
|
515 | 517 | label_details: Détails |
|
516 | 518 | label_add_note: Ajouter une note |
|
517 | 519 | label_per_page: Par page |
|
518 | 520 | label_calendar: Calendrier |
|
519 | 521 | label_months_from: mois depuis |
|
520 | 522 | label_gantt: Gantt |
|
521 | 523 | label_internal: Interne |
|
522 | 524 | label_last_changes: "{{count}} derniers changements" |
|
523 | 525 | label_change_view_all: Voir tous les changements |
|
524 | 526 | label_personalize_page: Personnaliser cette page |
|
525 | 527 | label_comment: Commentaire |
|
526 | 528 | label_comment_plural: Commentaires |
|
527 | 529 | label_x_comments: |
|
528 | 530 | zero: aucun commentaire |
|
529 | 531 | one: 1 commentaire |
|
530 | 532 | other: "{{count}} commentaires" |
|
531 | 533 | label_comment_add: Ajouter un commentaire |
|
532 | 534 | label_comment_added: Commentaire ajouté |
|
533 | 535 | label_comment_delete: Supprimer les commentaires |
|
534 | 536 | label_query: Rapport personnalisé |
|
535 | 537 | label_query_plural: Rapports personnalisés |
|
536 | 538 | label_query_new: Nouveau rapport |
|
537 | 539 | label_filter_add: Ajouter le filtre |
|
538 | 540 | label_filter_plural: Filtres |
|
539 | 541 | label_equals: égal |
|
540 | 542 | label_not_equals: différent |
|
541 | 543 | label_in_less_than: dans moins de |
|
542 | 544 | label_in_more_than: dans plus de |
|
543 | 545 | label_in: dans |
|
544 | 546 | label_today: aujourd'hui |
|
545 | 547 | label_all_time: toute la période |
|
546 | 548 | label_yesterday: hier |
|
547 | 549 | label_this_week: cette semaine |
|
548 | 550 | label_last_week: la semaine dernière |
|
549 | 551 | label_last_n_days: "les {{count}} derniers jours" |
|
550 | 552 | label_this_month: ce mois-ci |
|
551 | 553 | label_last_month: le mois dernier |
|
552 | 554 | label_this_year: cette année |
|
553 | 555 | label_date_range: Période |
|
554 | 556 | label_less_than_ago: il y a moins de |
|
555 | 557 | label_more_than_ago: il y a plus de |
|
556 | 558 | label_ago: il y a |
|
557 | 559 | label_contains: contient |
|
558 | 560 | label_not_contains: ne contient pas |
|
559 | 561 | label_day_plural: jours |
|
560 | 562 | label_repository: Dépôt |
|
561 | 563 | label_repository_plural: Dépôts |
|
562 | 564 | label_browse: Parcourir |
|
563 | 565 | label_modification: "{{count}} modification" |
|
564 | 566 | label_modification_plural: "{{count}} modifications" |
|
565 | 567 | label_revision: Révision |
|
566 | 568 | label_revision_plural: Révisions |
|
567 | 569 | label_associated_revisions: Révisions associées |
|
568 | 570 | label_added: ajouté |
|
569 | 571 | label_modified: modifié |
|
570 | 572 | label_copied: copié |
|
571 | 573 | label_renamed: renommé |
|
572 | 574 | label_deleted: supprimé |
|
573 | 575 | label_latest_revision: Dernière révision |
|
574 | 576 | label_latest_revision_plural: Dernières révisions |
|
575 | 577 | label_view_revisions: Voir les révisions |
|
576 | 578 | label_max_size: Taille maximale |
|
577 | 579 | label_sort_highest: Remonter en premier |
|
578 | 580 | label_sort_higher: Remonter |
|
579 | 581 | label_sort_lower: Descendre |
|
580 | 582 | label_sort_lowest: Descendre en dernier |
|
581 | 583 | label_roadmap: Roadmap |
|
582 | 584 | label_roadmap_due_in: "Echéance dans {{value}}" |
|
583 | 585 | label_roadmap_overdue: "En retard de {{value}}" |
|
584 | 586 | label_roadmap_no_issues: Aucune demande pour cette version |
|
585 | 587 | label_search: Recherche |
|
586 | 588 | label_result_plural: Résultats |
|
587 | 589 | label_all_words: Tous les mots |
|
588 | 590 | label_wiki: Wiki |
|
589 | 591 | label_wiki_edit: Révision wiki |
|
590 | 592 | label_wiki_edit_plural: Révisions wiki |
|
591 | 593 | label_wiki_page: Page wiki |
|
592 | 594 | label_wiki_page_plural: Pages wiki |
|
593 | 595 | label_index_by_title: Index par titre |
|
594 | 596 | label_index_by_date: Index par date |
|
595 | 597 | label_current_version: Version actuelle |
|
596 | 598 | label_preview: Prévisualisation |
|
597 | 599 | label_feed_plural: Flux RSS |
|
598 | 600 | label_changes_details: Détails de tous les changements |
|
599 | 601 | label_issue_tracking: Suivi des demandes |
|
600 | 602 | label_spent_time: Temps passé |
|
601 | 603 | label_f_hour: "{{value}} heure" |
|
602 | 604 | label_f_hour_plural: "{{value}} heures" |
|
603 | 605 | label_time_tracking: Suivi du temps |
|
604 | 606 | label_change_plural: Changements |
|
605 | 607 | label_statistics: Statistiques |
|
606 | 608 | label_commits_per_month: Commits par mois |
|
607 | 609 | label_commits_per_author: Commits par auteur |
|
608 | 610 | label_view_diff: Voir les différences |
|
609 | 611 | label_diff_inline: en ligne |
|
610 | 612 | label_diff_side_by_side: côte à côte |
|
611 | 613 | label_options: Options |
|
612 | 614 | label_copy_workflow_from: Copier le workflow de |
|
613 | 615 | label_permissions_report: Synthèse des permissions |
|
614 | 616 | label_watched_issues: Demandes surveillées |
|
615 | 617 | label_related_issues: Demandes liées |
|
616 | 618 | label_applied_status: Statut appliqué |
|
617 | 619 | label_loading: Chargement... |
|
618 | 620 | label_relation_new: Nouvelle relation |
|
619 | 621 | label_relation_delete: Supprimer la relation |
|
620 | 622 | label_relates_to: lié à |
|
621 | 623 | label_duplicates: duplique |
|
622 | 624 | label_duplicated_by: dupliqué par |
|
623 | 625 | label_blocks: bloque |
|
624 | 626 | label_blocked_by: bloqué par |
|
625 | 627 | label_precedes: précède |
|
626 | 628 | label_follows: suit |
|
627 | 629 | label_end_to_start: fin à début |
|
628 | 630 | label_end_to_end: fin à fin |
|
629 | 631 | label_start_to_start: début à début |
|
630 | 632 | label_start_to_end: début à fin |
|
631 | 633 | label_stay_logged_in: Rester connecté |
|
632 | 634 | label_disabled: désactivé |
|
633 | 635 | label_show_completed_versions: Voir les versions passées |
|
634 | 636 | label_me: moi |
|
635 | 637 | label_board: Forum |
|
636 | 638 | label_board_new: Nouveau forum |
|
637 | 639 | label_board_plural: Forums |
|
638 | 640 | label_topic_plural: Discussions |
|
639 | 641 | label_message_plural: Messages |
|
640 | 642 | label_message_last: Dernier message |
|
641 | 643 | label_message_new: Nouveau message |
|
642 | 644 | label_message_posted: Message ajouté |
|
643 | 645 | label_reply_plural: Réponses |
|
644 | 646 | label_send_information: Envoyer les informations à l'utilisateur |
|
645 | 647 | label_year: Année |
|
646 | 648 | label_month: Mois |
|
647 | 649 | label_week: Semaine |
|
648 | 650 | label_date_from: Du |
|
649 | 651 | label_date_to: Au |
|
650 | 652 | label_language_based: Basé sur la langue de l'utilisateur |
|
651 | 653 | label_sort_by: "Trier par {{value}}" |
|
652 | 654 | label_send_test_email: Envoyer un email de test |
|
653 | 655 | label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a {{value}}" |
|
654 | 656 | label_module_plural: Modules |
|
655 | 657 | label_added_time_by: "Ajouté par {{author}} il y a {{age}}" |
|
656 | 658 | label_updated_time_by: "Mis à jour par {{author}} il y a {{age}}" |
|
657 | 659 | label_updated_time: "Mis à jour il y a {{value}}" |
|
658 | 660 | label_jump_to_a_project: Aller à un projet... |
|
659 | 661 | label_file_plural: Fichiers |
|
660 | 662 | label_changeset_plural: Révisions |
|
661 | 663 | label_default_columns: Colonnes par défaut |
|
662 | 664 | label_no_change_option: (Pas de changement) |
|
663 | 665 | label_bulk_edit_selected_issues: Modifier les demandes sélectionnées |
|
664 | 666 | label_theme: Thème |
|
665 | 667 | label_default: Défaut |
|
666 | 668 | label_search_titles_only: Uniquement dans les titres |
|
667 | 669 | label_user_mail_option_all: "Pour tous les événements de tous mes projets" |
|
668 | 670 | label_user_mail_option_selected: "Pour tous les événements des projets sélectionnés..." |
|
669 | 671 | label_user_mail_option_none: "Seulement pour ce que je surveille ou à quoi je participe" |
|
670 | 672 | label_user_mail_no_self_notified: "Je ne veux pas être notifié des changements que j'effectue" |
|
671 | 673 | label_registration_activation_by_email: activation du compte par email |
|
672 | 674 | label_registration_manual_activation: activation manuelle du compte |
|
673 | 675 | label_registration_automatic_activation: activation automatique du compte |
|
674 | 676 | label_display_per_page: "Par page: {{value}}" |
|
675 | 677 | label_age: Age |
|
676 | 678 | label_change_properties: Changer les propriétés |
|
677 | 679 | label_general: Général |
|
678 | 680 | label_more: Plus |
|
679 | 681 | label_scm: SCM |
|
680 | 682 | label_plugins: Plugins |
|
681 | 683 | label_ldap_authentication: Authentification LDAP |
|
682 | 684 | label_downloads_abbr: D/L |
|
683 | 685 | label_optional_description: Description facultative |
|
684 | 686 | label_add_another_file: Ajouter un autre fichier |
|
685 | 687 | label_preferences: Préférences |
|
686 | 688 | label_chronological_order: Dans l'ordre chronologique |
|
687 | 689 | label_reverse_chronological_order: Dans l'ordre chronologique inverse |
|
688 | 690 | label_planning: Planning |
|
689 | 691 | label_incoming_emails: Emails entrants |
|
690 | 692 | label_generate_key: Générer une clé |
|
691 | 693 | label_issue_watchers: Observateurs |
|
692 | 694 | label_example: Exemple |
|
693 | 695 | label_display: Affichage |
|
694 | 696 | |
|
695 | 697 | button_login: Connexion |
|
696 | 698 | button_submit: Soumettre |
|
697 | 699 | button_save: Sauvegarder |
|
698 | 700 | button_check_all: Tout cocher |
|
699 | 701 | button_uncheck_all: Tout décocher |
|
700 | 702 | button_delete: Supprimer |
|
701 | 703 | button_create: Créer |
|
702 | 704 | button_create_and_continue: Créer et continuer |
|
703 | 705 | button_test: Tester |
|
704 | 706 | button_edit: Modifier |
|
705 | 707 | button_add: Ajouter |
|
706 | 708 | button_change: Changer |
|
707 | 709 | button_apply: Appliquer |
|
708 | 710 | button_clear: Effacer |
|
709 | 711 | button_lock: Verrouiller |
|
710 | 712 | button_unlock: Déverrouiller |
|
711 | 713 | button_download: Télécharger |
|
712 | 714 | button_list: Lister |
|
713 | 715 | button_view: Voir |
|
714 | 716 | button_move: Déplacer |
|
715 | 717 | button_back: Retour |
|
716 | 718 | button_cancel: Annuler |
|
717 | 719 | button_activate: Activer |
|
718 | 720 | button_sort: Trier |
|
719 | 721 | button_log_time: Saisir temps |
|
720 | 722 | button_rollback: Revenir à cette version |
|
721 | 723 | button_watch: Surveiller |
|
722 | 724 | button_unwatch: Ne plus surveiller |
|
723 | 725 | button_reply: Répondre |
|
724 | 726 | button_archive: Archiver |
|
725 | 727 | button_unarchive: Désarchiver |
|
726 | 728 | button_reset: Réinitialiser |
|
727 | 729 | button_rename: Renommer |
|
728 | 730 | button_change_password: Changer de mot de passe |
|
729 | 731 | button_copy: Copier |
|
730 | 732 | button_annotate: Annoter |
|
731 | 733 | button_update: Mettre à jour |
|
732 | 734 | button_configure: Configurer |
|
733 | 735 | button_quote: Citer |
|
734 | 736 | |
|
735 | 737 | status_active: actif |
|
736 | 738 | status_registered: enregistré |
|
737 | 739 | status_locked: vérouillé |
|
738 | 740 | |
|
739 | 741 | text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée |
|
740 | 742 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
741 | 743 | text_min_max_length_info: 0 pour aucune restriction |
|
742 | 744 | text_project_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce projet et toutes ses données ? |
|
743 | 745 | text_subprojects_destroy_warning: "Ses sous-projets: {{value}} seront également supprimés.'" |
|
744 | 746 | text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow |
|
745 | 747 | text_are_you_sure: Etes-vous sûr ? |
|
746 | 748 | text_journal_changed: "changé de {{old}} à {{new}}" |
|
747 | 749 | text_journal_set_to: "mis à {{value}}" |
|
748 | 750 | text_journal_deleted: supprimé |
|
749 | 751 | text_tip_task_begin_day: tâche commençant ce jour |
|
750 | 752 | text_tip_task_end_day: tâche finissant ce jour |
|
751 | 753 | text_tip_task_begin_end_day: tâche commençant et finissant ce jour |
|
752 | 754 | text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' |
|
753 | 755 | text_caracters_maximum: "{{count}} caractères maximum." |
|
754 | 756 | text_caracters_minimum: "{{count}} caractères minimum." |
|
755 | 757 | text_length_between: "Longueur comprise entre {{min}} et {{max}} caractères." |
|
756 | 758 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker |
|
757 | 759 | text_unallowed_characters: Caractères non autorisés |
|
758 | 760 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). |
|
759 | 761 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits |
|
760 | 762 | text_issue_added: "La demande {{id}} a été soumise par {{author}}." |
|
761 | 763 | text_issue_updated: "La demande {{id}} a été mise à jour par {{author}}." |
|
762 | 764 | text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? |
|
763 | 765 | text_issue_category_destroy_question: "{{count}} demandes sont affectées à cette catégories. Que voulez-vous faire ?" |
|
764 | 766 | text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie |
|
765 | 767 | text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie |
|
766 | 768 | text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)." |
|
767 | 769 | text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé." |
|
768 | 770 | text_load_default_configuration: Charger le paramétrage par défaut |
|
769 | 771 | text_status_changed_by_changeset: "Appliqué par commit {{value}}." |
|
770 | 772 | text_issues_destroy_confirmation: 'Etes-vous sûr de vouloir supprimer le(s) demandes(s) selectionnée(s) ?' |
|
771 | 773 | text_select_project_modules: 'Selectionner les modules à activer pour ce project:' |
|
772 | 774 | text_default_administrator_account_changed: Compte administrateur par défaut changé |
|
773 | 775 | text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture |
|
774 | 776 | text_plugin_assets_writable: Répertoire public des plugins accessible en écriture |
|
775 | 777 | text_rmagick_available: Bibliothèque RMagick présente (optionnelle) |
|
776 | 778 | text_destroy_time_entries_question: %.02f heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ? |
|
777 | 779 | text_destroy_time_entries: Supprimer les heures |
|
778 | 780 | text_assign_time_entries_to_project: Reporter les heures sur le projet |
|
779 | 781 | text_reassign_time_entries: 'Reporter les heures sur cette demande:' |
|
780 | 782 | text_user_wrote: "{{value}} a écrit:'" |
|
781 | 783 | text_enumeration_destroy_question: "Cette valeur est affectée à {{count}} objets.'" |
|
782 | 784 | text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:' |
|
783 | 785 | text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/email.yml et redémarrez l'application pour les activer." |
|
784 | 786 | text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés." |
|
785 | 787 | text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.' |
|
786 | 788 | text_custom_field_possible_values_info: 'Une ligne par valeur' |
|
787 | 789 | |
|
788 | 790 | default_role_manager: Manager |
|
789 | 791 | default_role_developper: Développeur |
|
790 | 792 | default_role_reporter: Rapporteur |
|
791 | 793 | default_tracker_bug: Anomalie |
|
792 | 794 | default_tracker_feature: Evolution |
|
793 | 795 | default_tracker_support: Assistance |
|
794 | 796 | default_issue_status_new: Nouveau |
|
795 | 797 | default_issue_status_assigned: Assigné |
|
796 | 798 | default_issue_status_resolved: Résolu |
|
797 | 799 | default_issue_status_feedback: Commentaire |
|
798 | 800 | default_issue_status_closed: Fermé |
|
799 | 801 | default_issue_status_rejected: Rejeté |
|
800 | 802 | default_doc_category_user: Documentation utilisateur |
|
801 | 803 | default_doc_category_tech: Documentation technique |
|
802 | 804 | default_priority_low: Bas |
|
803 | 805 | default_priority_normal: Normal |
|
804 | 806 | default_priority_high: Haut |
|
805 | 807 | default_priority_urgent: Urgent |
|
806 | 808 | default_priority_immediate: Immédiat |
|
807 | 809 | default_activity_design: Conception |
|
808 | 810 | default_activity_development: Développement |
|
809 | 811 | |
|
810 | 812 | enumeration_issue_priorities: Priorités des demandes |
|
811 | 813 | enumeration_doc_categories: Catégories des documents |
|
812 | 814 | enumeration_activities: Activités (suivi du temps) |
@@ -1,809 +1,811 | |||
|
1 | 1 | # Galician (Spain) for Ruby on Rails |
|
2 | 2 | # by Marcos Arias Pena (markus@agil-e.com) |
|
3 | 3 | |
|
4 | 4 | gl: |
|
5 | 5 | number: |
|
6 | 6 | format: |
|
7 | 7 | separator: "," |
|
8 | 8 | delimiter: "." |
|
9 | 9 | precision: 3 |
|
10 | 10 | |
|
11 | 11 | currency: |
|
12 | 12 | format: |
|
13 | 13 | format: "%n %u" |
|
14 | 14 | unit: "€" |
|
15 | 15 | separator: "," |
|
16 | 16 | delimiter: "." |
|
17 | 17 | precision: 2 |
|
18 | 18 | |
|
19 | 19 | percentage: |
|
20 | 20 | format: |
|
21 | 21 | # separator: |
|
22 | 22 | delimiter: "" |
|
23 | 23 | # precision: |
|
24 | 24 | |
|
25 | 25 | precision: |
|
26 | 26 | format: |
|
27 | 27 | # separator: |
|
28 | 28 | delimiter: "" |
|
29 | 29 | # precision: |
|
30 | 30 | |
|
31 | 31 | human: |
|
32 | 32 | format: |
|
33 | 33 | # separator: |
|
34 | 34 | delimiter: "" |
|
35 | 35 | precision: 1 |
|
36 | 36 | |
|
37 | 37 | |
|
38 | 38 | date: |
|
39 | 39 | formats: |
|
40 | 40 | default: "%e/%m/%Y" |
|
41 | 41 | short: "%e %b" |
|
42 | 42 | long: "%A %e de %B de %Y" |
|
43 | 43 | day_names: [Domingo, Luns, Martes, Mércores, Xoves, Venres, Sábado] |
|
44 | 44 | abbr_day_names: [Dom, Lun, Mar, Mer, Xov, Ven, Sab] |
|
45 | 45 | month_names: [~, Xaneiro, Febreiro, Marzo, Abril, Maio, Xunio, Xullo, Agosto, Setembro, Outubro, Novembro, Decembro] |
|
46 | 46 | abbr_month_names: [~, Xan, Feb, Maz, Abr, Mai, Xun, Xul, Ago, Set, Out, Nov, Dec] |
|
47 | 47 | order: [:day, :month, :year] |
|
48 | 48 | |
|
49 | 49 | time: |
|
50 | 50 | formats: |
|
51 | 51 | default: "%A, %e de %B de %Y, %H:%M hs" |
|
52 | 52 | time: "%H:%M hs" |
|
53 | 53 | short: "%e/%m, %H:%M hs" |
|
54 | 54 | long: "%A %e de %B de %Y ás %H:%M horas" |
|
55 | 55 | |
|
56 | 56 | am: '' |
|
57 | 57 | pm: '' |
|
58 | 58 | |
|
59 | 59 | datetime: |
|
60 | 60 | distance_in_words: |
|
61 | 61 | half_a_minute: 'medio minuto' |
|
62 | 62 | less_than_x_seconds: |
|
63 | 63 | zero: 'menos dun segundo' |
|
64 | 64 | one: '1 segundo' |
|
65 | 65 | few: 'poucos segundos' |
|
66 | 66 | other: '{{count}} segundos' |
|
67 | 67 | x_seconds: |
|
68 | 68 | one: '1 segundo' |
|
69 | 69 | other: '{{count}} segundos' |
|
70 | 70 | less_than_x_minutes: |
|
71 | 71 | zero: 'menos dun minuto' |
|
72 | 72 | one: '1 minuto' |
|
73 | 73 | other: '{{count}} minutos' |
|
74 | 74 | x_minutes: |
|
75 | 75 | one: '1 minuto' |
|
76 | 76 | other: '{{count}} minuto' |
|
77 | 77 | about_x_hours: |
|
78 | 78 | one: 'aproximadamente unha hora' |
|
79 | 79 | other: '{{count}} horas' |
|
80 | 80 | x_days: |
|
81 | 81 | one: '1 día' |
|
82 | 82 | other: '{{count}} días' |
|
83 | 83 | x_weeks: |
|
84 | 84 | one: '1 semana' |
|
85 | 85 | other: '{{count}} semanas' |
|
86 | 86 | about_x_months: |
|
87 | 87 | one: 'aproximadamente 1 mes' |
|
88 | 88 | other: '{{count}} meses' |
|
89 | 89 | x_months: |
|
90 | 90 | one: '1 mes' |
|
91 | 91 | other: '{{count}} meses' |
|
92 | 92 | about_x_years: |
|
93 | 93 | one: 'aproximadamente 1 ano' |
|
94 | 94 | other: '{{count}} anos' |
|
95 | 95 | over_x_years: |
|
96 | 96 | one: 'máis dun ano' |
|
97 | 97 | other: '{{count}} anos' |
|
98 | 98 | now: 'agora' |
|
99 | 99 | today: 'hoxe' |
|
100 | 100 | tomorrow: 'mañá' |
|
101 | 101 | in: 'dentro de' |
|
102 | 102 | |
|
103 | 103 | support: |
|
104 | 104 | array: |
|
105 | 105 | sentence_connector: e |
|
106 | 106 | |
|
107 | 107 | activerecord: |
|
108 | 108 | models: |
|
109 | 109 | attributes: |
|
110 | 110 | errors: |
|
111 | 111 | template: |
|
112 | 112 | header: |
|
113 | 113 | one: "1 erro evitou que se poidese gardar o {{model}}" |
|
114 | 114 | other: "{{count}} erros evitaron que se poidese gardar o {{model}}" |
|
115 | 115 | body: "Atopáronse os seguintes problemas:" |
|
116 | 116 | messages: |
|
117 | 117 | inclusion: "non está incluido na lista" |
|
118 | 118 | exclusion: "xa existe" |
|
119 | 119 | invalid: "non é válido" |
|
120 | 120 | confirmation: "non coincide coa confirmación" |
|
121 | 121 | accepted: "debe ser aceptado" |
|
122 | 122 | empty: "non pode estar valeiro" |
|
123 | 123 | blank: "non pode estar en blanco" |
|
124 | 124 | too_long: "é demasiado longo (non máis de {{count}} carácteres)" |
|
125 | 125 | too_short: "é demasiado curto (non menos de {{count}} carácteres)" |
|
126 | 126 | wrong_length: "non ten a lonxitude correcta (debe ser de {{count}} carácteres)" |
|
127 | 127 | taken: "non está dispoñible" |
|
128 | 128 | not_a_number: "non é un número" |
|
129 | 129 | greater_than: "debe ser maior que {{count}}" |
|
130 | 130 | greater_than_or_equal_to: "debe ser maior ou igual que {{count}}" |
|
131 | 131 | equal_to: "debe ser igual a {{count}}" |
|
132 | 132 | less_than: "debe ser menor que {{count}}" |
|
133 | 133 | less_than_or_equal_to: "debe ser menor ou igual que {{count}}" |
|
134 | 134 | odd: "debe ser par" |
|
135 | 135 | even: "debe ser impar" |
|
136 | 136 | greater_than_start_date: "debe ser posterior á data de comezo" |
|
137 | 137 | not_same_project: "non pertence ao mesmo proxecto" |
|
138 | 138 | circular_dependency: "Esta relación podería crear unha dependencia circular" |
|
139 | 139 | |
|
140 | 140 | actionview_instancetag_blank_option: Por favor seleccione |
|
141 | 141 | |
|
142 | 142 | button_activate: Activar |
|
143 | 143 | button_add: Engadir |
|
144 | 144 | button_annotate: Anotar |
|
145 | 145 | button_apply: Aceptar |
|
146 | 146 | button_archive: Arquivar |
|
147 | 147 | button_back: Atrás |
|
148 | 148 | button_cancel: Cancelar |
|
149 | 149 | button_change: Cambiar |
|
150 | 150 | button_change_password: Cambiar contrasinal |
|
151 | 151 | button_check_all: Seleccionar todo |
|
152 | 152 | button_clear: Anular |
|
153 | 153 | button_configure: Configurar |
|
154 | 154 | button_copy: Copiar |
|
155 | 155 | button_create: Crear |
|
156 | 156 | button_delete: Borrar |
|
157 | 157 | button_download: Descargar |
|
158 | 158 | button_edit: Modificar |
|
159 | 159 | button_list: Listar |
|
160 | 160 | button_lock: Bloquear |
|
161 | 161 | button_log_time: Tempo dedicado |
|
162 | 162 | button_login: Conexión |
|
163 | 163 | button_move: Mover |
|
164 | 164 | button_quote: Citar |
|
165 | 165 | button_rename: Renomear |
|
166 | 166 | button_reply: Respostar |
|
167 | 167 | button_reset: Restablecer |
|
168 | 168 | button_rollback: Volver a esta versión |
|
169 | 169 | button_save: Gardar |
|
170 | 170 | button_sort: Ordenar |
|
171 | 171 | button_submit: Aceptar |
|
172 | 172 | button_test: Probar |
|
173 | 173 | button_unarchive: Desarquivar |
|
174 | 174 | button_uncheck_all: Non seleccionar nada |
|
175 | 175 | button_unlock: Desbloquear |
|
176 | 176 | button_unwatch: Non monitorizar |
|
177 | 177 | button_update: Actualizar |
|
178 | 178 | button_view: Ver |
|
179 | 179 | button_watch: Monitorizar |
|
180 | 180 | default_activity_design: Deseño |
|
181 | 181 | default_activity_development: Desenvolvemento |
|
182 | 182 | default_doc_category_tech: Documentación técnica |
|
183 | 183 | default_doc_category_user: Documentación de usuario |
|
184 | 184 | default_issue_status_assigned: Asignada |
|
185 | 185 | default_issue_status_closed: Pechada |
|
186 | 186 | default_issue_status_feedback: Comentarios |
|
187 | 187 | default_issue_status_new: Nova |
|
188 | 188 | default_issue_status_rejected: Rexeitada |
|
189 | 189 | default_issue_status_resolved: Resolta |
|
190 | 190 | default_priority_high: Alta |
|
191 | 191 | default_priority_immediate: Inmediata |
|
192 | 192 | default_priority_low: Baixa |
|
193 | 193 | default_priority_normal: Normal |
|
194 | 194 | default_priority_urgent: Urxente |
|
195 | 195 | default_role_developper: Desenvolvedor |
|
196 | 196 | default_role_manager: Xefe de proxecto |
|
197 | 197 | default_role_reporter: Informador |
|
198 | 198 | default_tracker_bug: Erros |
|
199 | 199 | default_tracker_feature: Tarefas |
|
200 | 200 | default_tracker_support: Soporte |
|
201 | 201 | enumeration_activities: Actividades (tempo dedicado) |
|
202 | 202 | enumeration_doc_categories: Categorías do documento |
|
203 | 203 | enumeration_issue_priorities: Prioridade das peticións |
|
204 | 204 | error_can_t_load_default_data: "Non se puido cargar a configuración por defecto: {{value}}" |
|
205 | 205 | error_issue_not_found_in_project: 'A petición non se atopa ou non está asociada a este proxecto' |
|
206 | 206 | error_scm_annotate: "Non existe a entrada ou non se puido anotar" |
|
207 | 207 | error_scm_command_failed: "Aconteceu un erro ao acceder ó repositorio: {{value}}" |
|
208 | 208 | error_scm_not_found: "A entrada e/ou revisión non existe no repositorio." |
|
209 | 209 | field_account: Conta |
|
210 | 210 | field_activity: Actividade |
|
211 | 211 | field_admin: Administrador |
|
212 | 212 | field_assignable: Pódense asignar peticións a este perfil |
|
213 | 213 | field_assigned_to: Asignado a |
|
214 | 214 | field_attr_firstname: Atributo do nome |
|
215 | 215 | field_attr_lastname: Atributo do apelido |
|
216 | 216 | field_attr_login: Atributo do identificador |
|
217 | 217 | field_attr_mail: Atributo do Email |
|
218 | 218 | field_auth_source: Modo de identificación |
|
219 | 219 | field_author: Autor |
|
220 | 220 | field_base_dn: DN base |
|
221 | 221 | field_category: Categoría |
|
222 | 222 | field_column_names: Columnas |
|
223 | 223 | field_comments: Comentario |
|
224 | 224 | field_comments_sorting: Mostrar comentarios |
|
225 | 225 | field_created_on: Creado |
|
226 | 226 | field_default_value: Estado por defecto |
|
227 | 227 | field_delay: Retraso |
|
228 | 228 | field_description: Descrición |
|
229 | 229 | field_done_ratio: %% Realizado |
|
230 | 230 | field_downloads: Descargas |
|
231 | 231 | field_due_date: Data fin |
|
232 | 232 | field_effective_date: Data |
|
233 | 233 | field_estimated_hours: Tempo estimado |
|
234 | 234 | field_field_format: Formato |
|
235 | 235 | field_filename: Arquivo |
|
236 | 236 | field_filesize: Tamaño |
|
237 | 237 | field_firstname: Nome |
|
238 | 238 | field_fixed_version: Versión prevista |
|
239 | 239 | field_hide_mail: Ocultar a miña dirección de correo |
|
240 | 240 | field_homepage: Sitio web |
|
241 | 241 | field_host: Anfitrión |
|
242 | 242 | field_hours: Horas |
|
243 | 243 | field_identifier: Identificador |
|
244 | 244 | field_is_closed: Petición resolta |
|
245 | 245 | field_is_default: Estado por defecto |
|
246 | 246 | field_is_filter: Usado como filtro |
|
247 | 247 | field_is_for_all: Para todos os proxectos |
|
248 | 248 | field_is_in_chlog: Consultar as peticións no histórico |
|
249 | 249 | field_is_in_roadmap: Consultar as peticións na planificación |
|
250 | 250 | field_is_public: Público |
|
251 | 251 | field_is_required: Obrigatorio |
|
252 | 252 | field_issue: Petición |
|
253 | 253 | field_issue_to_id: Petición relacionada |
|
254 | 254 | field_language: Idioma |
|
255 | 255 | field_last_login_on: Última conexión |
|
256 | 256 | field_lastname: Apelido |
|
257 | 257 | field_login: Identificador |
|
258 | 258 | field_mail: Correo electrónico |
|
259 | 259 | field_mail_notification: Notificacións por correo |
|
260 | 260 | field_max_length: Lonxitude máxima |
|
261 | 261 | field_min_length: Lonxitude mínima |
|
262 | 262 | field_name: Nome |
|
263 | 263 | field_new_password: Novo contrasinal |
|
264 | 264 | field_notes: Notas |
|
265 | 265 | field_onthefly: Creación do usuario "ao voo" |
|
266 | 266 | field_parent: Proxecto pai |
|
267 | 267 | field_parent_title: Páxina pai |
|
268 | 268 | field_password: Contrasinal |
|
269 | 269 | field_password_confirmation: Confirmación |
|
270 | 270 | field_port: Porto |
|
271 | 271 | field_possible_values: Valores posibles |
|
272 | 272 | field_priority: Prioridade |
|
273 | 273 | field_project: Proxecto |
|
274 | 274 | field_redirect_existing_links: Redireccionar enlaces existentes |
|
275 | 275 | field_regexp: Expresión regular |
|
276 | 276 | field_role: Perfil |
|
277 | 277 | field_searchable: Incluír nas búsquedas |
|
278 | 278 | field_spent_on: Data |
|
279 | 279 | field_start_date: Data de inicio |
|
280 | 280 | field_start_page: Páxina principal |
|
281 | 281 | field_status: Estado |
|
282 | 282 | field_subject: Tema |
|
283 | 283 | field_subproject: Proxecto secundario |
|
284 | 284 | field_summary: Resumo |
|
285 | 285 | field_time_zone: Zona horaria |
|
286 | 286 | field_title: Título |
|
287 | 287 | field_tracker: Tipo |
|
288 | 288 | field_type: Tipo |
|
289 | 289 | field_updated_on: Actualizado |
|
290 | 290 | field_url: URL |
|
291 | 291 | field_user: Usuario |
|
292 | 292 | field_value: Valor |
|
293 | 293 | field_version: Versión |
|
294 | 294 | general_csv_decimal_separator: ',' |
|
295 | 295 | general_csv_encoding: ISO-8859-15 |
|
296 | 296 | general_csv_separator: ';' |
|
297 | 297 | general_first_day_of_week: '1' |
|
298 | 298 | general_lang_name: 'Galego' |
|
299 | 299 | general_pdf_encoding: ISO-8859-15 |
|
300 | 300 | general_text_No: 'Non' |
|
301 | 301 | general_text_Yes: 'Si' |
|
302 | 302 | general_text_no: 'non' |
|
303 | 303 | general_text_yes: 'si' |
|
304 | 304 | gui_validation_error: 1 erro |
|
305 | 305 | gui_validation_error_plural: "{{count}} erros" |
|
306 | 306 | label_activity: Actividade |
|
307 | 307 | label_add_another_file: Engadir outro arquivo |
|
308 | 308 | label_add_note: Engadir unha nota |
|
309 | 309 | label_added: engadido |
|
310 | 310 | label_added_time_by: "Engadido por {{author}} fai {{age}}" |
|
311 | 311 | label_administration: Administración |
|
312 | 312 | label_age: Idade |
|
313 | 313 | label_ago: fai |
|
314 | 314 | label_all: todos |
|
315 | 315 | label_all_time: todo o tempo |
|
316 | 316 | label_all_words: Tódalas palabras |
|
317 | 317 | label_and_its_subprojects: "{{value}} e proxectos secundarios" |
|
318 | 318 | label_applied_status: Aplicar estado |
|
319 | 319 | label_assigned_to_me_issues: Peticións asignadas a min |
|
320 | 320 | label_associated_revisions: Revisións asociadas |
|
321 | 321 | label_attachment: Arquivo |
|
322 | 322 | label_attachment_delete: Borrar o arquivo |
|
323 | 323 | label_attachment_new: Novo arquivo |
|
324 | 324 | label_attachment_plural: Arquivos |
|
325 | 325 | label_attribute: Atributo |
|
326 | 326 | label_attribute_plural: Atributos |
|
327 | 327 | label_auth_source: Modo de autenticación |
|
328 | 328 | label_auth_source_new: Novo modo de autenticación |
|
329 | 329 | label_auth_source_plural: Modos de autenticación |
|
330 | 330 | label_authentication: Autenticación |
|
331 | 331 | label_blocked_by: bloqueado por |
|
332 | 332 | label_blocks: bloquea a |
|
333 | 333 | label_board: Foro |
|
334 | 334 | label_board_new: Novo foro |
|
335 | 335 | label_board_plural: Foros |
|
336 | 336 | label_boolean: Booleano |
|
337 | 337 | label_browse: Ollar |
|
338 | 338 | label_bulk_edit_selected_issues: Editar as peticións seleccionadas |
|
339 | 339 | label_calendar: Calendario |
|
340 | 340 | label_change_log: Cambios |
|
341 | 341 | label_change_plural: Cambios |
|
342 | 342 | label_change_properties: Cambiar propiedades |
|
343 | 343 | label_change_status: Cambiar o estado |
|
344 | 344 | label_change_view_all: Ver tódolos cambios |
|
345 | 345 | label_changes_details: Detalles de tódolos cambios |
|
346 | 346 | label_changeset_plural: Cambios |
|
347 | 347 | label_chronological_order: En orde cronolóxica |
|
348 | 348 | label_closed_issues: pechada |
|
349 | 349 | label_closed_issues_plural: pechadas |
|
350 | 350 | label_x_open_issues_abbr_on_total: |
|
351 | 351 | zero: 0 open / {{total}} |
|
352 | 352 | one: 1 open / {{total}} |
|
353 | 353 | other: "{{count}} open / {{total}}" |
|
354 | 354 | label_x_open_issues_abbr: |
|
355 | 355 | zero: 0 open |
|
356 | 356 | one: 1 open |
|
357 | 357 | other: "{{count}} open" |
|
358 | 358 | label_x_closed_issues_abbr: |
|
359 | 359 | zero: 0 closed |
|
360 | 360 | one: 1 closed |
|
361 | 361 | other: "{{count}} closed" |
|
362 | 362 | label_comment: Comentario |
|
363 | 363 | label_comment_add: Engadir un comentario |
|
364 | 364 | label_comment_added: Comentario engadido |
|
365 | 365 | label_comment_delete: Borrar comentarios |
|
366 | 366 | label_comment_plural: Comentarios |
|
367 | 367 | label_x_comments: |
|
368 | 368 | zero: no comments |
|
369 | 369 | one: 1 comment |
|
370 | 370 | other: "{{count}} comments" |
|
371 | 371 | label_commits_per_author: Commits por autor |
|
372 | 372 | label_commits_per_month: Commits por mes |
|
373 | 373 | label_confirmation: Confirmación |
|
374 | 374 | label_contains: conten |
|
375 | 375 | label_copied: copiado |
|
376 | 376 | label_copy_workflow_from: Copiar fluxo de traballo dende |
|
377 | 377 | label_current_status: Estado actual |
|
378 | 378 | label_current_version: Versión actual |
|
379 | 379 | label_custom_field: Campo personalizado |
|
380 | 380 | label_custom_field_new: Novo campo personalizado |
|
381 | 381 | label_custom_field_plural: Campos personalizados |
|
382 | 382 | label_date: Data |
|
383 | 383 | label_date_from: Dende |
|
384 | 384 | label_date_range: Rango de datas |
|
385 | 385 | label_date_to: Ata |
|
386 | 386 | label_day_plural: días |
|
387 | 387 | label_default: Por defecto |
|
388 | 388 | label_default_columns: Columnas por defecto |
|
389 | 389 | label_deleted: suprimido |
|
390 | 390 | label_details: Detalles |
|
391 | 391 | label_diff_inline: en liña |
|
392 | 392 | label_diff_side_by_side: cara a cara |
|
393 | 393 | label_disabled: deshabilitado |
|
394 | 394 | label_display_per_page: "Por páxina: {{value}}'" |
|
395 | 395 | label_document: Documento |
|
396 | 396 | label_document_added: Documento engadido |
|
397 | 397 | label_document_new: Novo documento |
|
398 | 398 | label_document_plural: Documentos |
|
399 | 399 | label_download: "{{count}} Descarga" |
|
400 | 400 | label_download_plural: "{{count}} Descargas" |
|
401 | 401 | label_downloads_abbr: D/L |
|
402 | 402 | label_duplicated_by: duplicada por |
|
403 | 403 | label_duplicates: duplicada de |
|
404 | 404 | label_end_to_end: fin a fin |
|
405 | 405 | label_end_to_start: fin a principio |
|
406 | 406 | label_enumeration_new: Novo valor |
|
407 | 407 | label_enumerations: Listas de valores |
|
408 | 408 | label_environment: Entorno |
|
409 | 409 | label_equals: igual |
|
410 | 410 | label_example: Exemplo |
|
411 | 411 | label_export_to: 'Exportar a:' |
|
412 | 412 | label_f_hour: "{{value}} hora" |
|
413 | 413 | label_f_hour_plural: "{{value}} horas" |
|
414 | 414 | label_feed_plural: Feeds |
|
415 | 415 | label_feeds_access_key_created_on: "Clave de acceso por RSS creada fai {{value}}" |
|
416 | 416 | label_file_added: Arquivo engadido |
|
417 | 417 | label_file_plural: Arquivos |
|
418 | 418 | label_filter_add: Engadir o filtro |
|
419 | 419 | label_filter_plural: Filtros |
|
420 | 420 | label_float: Flotante |
|
421 | 421 | label_follows: posterior a |
|
422 | 422 | label_gantt: Gantt |
|
423 | 423 | label_general: Xeral |
|
424 | 424 | label_generate_key: Xerar clave |
|
425 | 425 | label_help: Axuda |
|
426 | 426 | label_history: Histórico |
|
427 | 427 | label_home: Inicio |
|
428 | 428 | label_in: en |
|
429 | 429 | label_in_less_than: en menos que |
|
430 | 430 | label_in_more_than: en mais que |
|
431 | 431 | label_incoming_emails: Correos entrantes |
|
432 | 432 | label_index_by_date: Índice por data |
|
433 | 433 | label_index_by_title: Índice por título |
|
434 | 434 | label_information: Información |
|
435 | 435 | label_information_plural: Información |
|
436 | 436 | label_integer: Número |
|
437 | 437 | label_internal: Interno |
|
438 | 438 | label_issue: Petición |
|
439 | 439 | label_issue_added: Petición engadida |
|
440 | 440 | label_issue_category: Categoría das peticións |
|
441 | 441 | label_issue_category_new: Nova categoría |
|
442 | 442 | label_issue_category_plural: Categorías das peticións |
|
443 | 443 | label_issue_new: Nova petición |
|
444 | 444 | label_issue_plural: Peticións |
|
445 | 445 | label_issue_status: Estado da petición |
|
446 | 446 | label_issue_status_new: Novo estado |
|
447 | 447 | label_issue_status_plural: Estados das peticións |
|
448 | 448 | label_issue_tracking: Peticións |
|
449 | 449 | label_issue_updated: Petición actualizada |
|
450 | 450 | label_issue_view_all: Ver tódalas peticións |
|
451 | 451 | label_issue_watchers: Seguidores |
|
452 | 452 | label_issues_by: "Peticións por {{value}}" |
|
453 | 453 | label_jump_to_a_project: Ir ao proxecto... |
|
454 | 454 | label_language_based: Baseado no idioma |
|
455 | 455 | label_last_changes: "últimos {{count}} cambios" |
|
456 | 456 | label_last_login: Última conexión |
|
457 | 457 | label_last_month: último mes |
|
458 | 458 | label_last_n_days: "últimos {{count}} días" |
|
459 | 459 | label_last_week: última semana |
|
460 | 460 | label_latest_revision: Última revisión |
|
461 | 461 | label_latest_revision_plural: Últimas revisións |
|
462 | 462 | label_ldap_authentication: Autenticación LDAP |
|
463 | 463 | label_less_than_ago: fai menos de |
|
464 | 464 | label_list: Lista |
|
465 | 465 | label_loading: Cargando... |
|
466 | 466 | label_logged_as: Conectado como |
|
467 | 467 | label_login: Conexión |
|
468 | 468 | label_logout: Desconexión |
|
469 | 469 | label_max_size: Tamaño máximo |
|
470 | 470 | label_me: eu mesmo |
|
471 | 471 | label_member: Membro |
|
472 | 472 | label_member_new: Novo membro |
|
473 | 473 | label_member_plural: Membros |
|
474 | 474 | label_message_last: Última mensaxe |
|
475 | 475 | label_message_new: Nova mensaxe |
|
476 | 476 | label_message_plural: Mensaxes |
|
477 | 477 | label_message_posted: Mensaxe engadida |
|
478 | 478 | label_min_max_length: Lonxitude mín - máx |
|
479 | 479 | label_modification: "{{count}} modificación" |
|
480 | 480 | label_modification_plural: "{{count}} modificacións" |
|
481 | 481 | label_modified: modificado |
|
482 | 482 | label_module_plural: Módulos |
|
483 | 483 | label_month: Mes |
|
484 | 484 | label_months_from: meses de |
|
485 | 485 | label_more: Mais |
|
486 | 486 | label_more_than_ago: fai mais de |
|
487 | 487 | label_my_account: A miña conta |
|
488 | 488 | label_my_page: A miña páxina |
|
489 | 489 | label_my_projects: Os meus proxectos |
|
490 | 490 | label_new: Novo |
|
491 | 491 | label_new_statuses_allowed: Novos estados autorizados |
|
492 | 492 | label_news: Noticia |
|
493 | 493 | label_news_added: Noticia engadida |
|
494 | 494 | label_news_latest: Últimas noticias |
|
495 | 495 | label_news_new: Nova noticia |
|
496 | 496 | label_news_plural: Noticias |
|
497 | 497 | label_news_view_all: Ver tódalas noticias |
|
498 | 498 | label_next: Seguinte |
|
499 | 499 | label_no_change_option: (Sen cambios) |
|
500 | 500 | label_no_data: Ningún dato a mostrar |
|
501 | 501 | label_nobody: ninguén |
|
502 | 502 | label_none: ningún |
|
503 | 503 | label_not_contains: non conten |
|
504 | 504 | label_not_equals: non igual |
|
505 | 505 | label_open_issues: aberta |
|
506 | 506 | label_open_issues_plural: abertas |
|
507 | 507 | label_optional_description: Descrición opcional |
|
508 | 508 | label_options: Opcións |
|
509 | 509 | label_overall_activity: Actividade global |
|
510 | 510 | label_overview: Vistazo |
|
511 | 511 | label_password_lost: ¿Esqueciches o contrasinal? |
|
512 | 512 | label_per_page: Por páxina |
|
513 | 513 | label_permissions: Permisos |
|
514 | 514 | label_permissions_report: Informe de permisos |
|
515 | 515 | label_personalize_page: Personalizar esta páxina |
|
516 | 516 | label_planning: Planificación |
|
517 | 517 | label_please_login: Conexión |
|
518 | 518 | label_plugins: Extensións |
|
519 | 519 | label_precedes: anterior a |
|
520 | 520 | label_preferences: Preferencias |
|
521 | 521 | label_preview: Previsualizar |
|
522 | 522 | label_previous: Anterior |
|
523 | 523 | label_project: Proxecto |
|
524 | 524 | label_project_all: Tódolos proxectos |
|
525 | 525 | label_project_latest: Últimos proxectos |
|
526 | 526 | label_project_new: Novo proxecto |
|
527 | 527 | label_project_plural: Proxectos |
|
528 | 528 | label_x_projects: |
|
529 | 529 | zero: no projects |
|
530 | 530 | one: 1 project |
|
531 | 531 | other: "{{count}} projects" |
|
532 | 532 | label_public_projects: Proxectos públicos |
|
533 | 533 | label_query: Consulta personalizada |
|
534 | 534 | label_query_new: Nova consulta |
|
535 | 535 | label_query_plural: Consultas personalizadas |
|
536 | 536 | label_read: Ler... |
|
537 | 537 | label_register: Rexistrar |
|
538 | 538 | label_registered_on: Inscrito o |
|
539 | 539 | label_registration_activation_by_email: activación de conta por correo |
|
540 | 540 | label_registration_automatic_activation: activación automática de conta |
|
541 | 541 | label_registration_manual_activation: activación manual de conta |
|
542 | 542 | label_related_issues: Peticións relacionadas |
|
543 | 543 | label_relates_to: relacionada con |
|
544 | 544 | label_relation_delete: Eliminar relación |
|
545 | 545 | label_relation_new: Nova relación |
|
546 | 546 | label_renamed: renomeado |
|
547 | 547 | label_reply_plural: Respostas |
|
548 | 548 | label_report: Informe |
|
549 | 549 | label_report_plural: Informes |
|
550 | 550 | label_reported_issues: Peticións rexistradas por min |
|
551 | 551 | label_repository: Repositorio |
|
552 | 552 | label_repository_plural: Repositorios |
|
553 | 553 | label_result_plural: Resultados |
|
554 | 554 | label_reverse_chronological_order: En orde cronolóxica inversa |
|
555 | 555 | label_revision: Revisión |
|
556 | 556 | label_revision_plural: Revisións |
|
557 | 557 | label_roadmap: Planificación |
|
558 | 558 | label_roadmap_due_in: "Remata en {{value}}" |
|
559 | 559 | label_roadmap_no_issues: Non hai peticións para esta versión |
|
560 | 560 | label_roadmap_overdue: "{{value}} tarde" |
|
561 | 561 | label_role: Perfil |
|
562 | 562 | label_role_and_permissions: Perfiles e permisos |
|
563 | 563 | label_role_new: Novo perfil |
|
564 | 564 | label_role_plural: Perfiles |
|
565 | 565 | label_scm: SCM |
|
566 | 566 | label_search: Búsqueda |
|
567 | 567 | label_search_titles_only: Buscar só en títulos |
|
568 | 568 | label_send_information: Enviar información da conta ó usuario |
|
569 | 569 | label_send_test_email: Enviar un correo de proba |
|
570 | 570 | label_settings: Configuración |
|
571 | 571 | label_show_completed_versions: Mostra as versións rematadas |
|
572 | 572 | label_sort_by: "Ordenar por {{value}}" |
|
573 | 573 | label_sort_higher: Subir |
|
574 | 574 | label_sort_highest: Primeiro |
|
575 | 575 | label_sort_lower: Baixar |
|
576 | 576 | label_sort_lowest: Último |
|
577 | 577 | label_spent_time: Tempo dedicado |
|
578 | 578 | label_start_to_end: comezo a fin |
|
579 | 579 | label_start_to_start: comezo a comezo |
|
580 | 580 | label_statistics: Estatísticas |
|
581 | 581 | label_stay_logged_in: Lembrar contrasinal |
|
582 | 582 | label_string: Texto |
|
583 | 583 | label_subproject_plural: Proxectos secundarios |
|
584 | 584 | label_text: Texto largo |
|
585 | 585 | label_theme: Tema |
|
586 | 586 | label_this_month: este mes |
|
587 | 587 | label_this_week: esta semana |
|
588 | 588 | label_this_year: este ano |
|
589 | 589 | label_time_tracking: Control de tempo |
|
590 | 590 | label_today: hoxe |
|
591 | 591 | label_topic_plural: Temas |
|
592 | 592 | label_total: Total |
|
593 | 593 | label_tracker: Tipo |
|
594 | 594 | label_tracker_new: Novo tipo |
|
595 | 595 | label_tracker_plural: Tipos de peticións |
|
596 | 596 | label_updated_time: "Actualizado fai {{value}}" |
|
597 | 597 | label_updated_time_by: "Actualizado por {{author}} fai {{age}}" |
|
598 | 598 | label_used_by: Utilizado por |
|
599 | 599 | label_user: Usuario |
|
600 | 600 | label_user_activity: "Actividade de {{value}}" |
|
601 | 601 | label_user_mail_no_self_notified: "Non quero ser avisado de cambios feitos por min" |
|
602 | 602 | label_user_mail_option_all: "Para calquera evento en tódolos proxectos" |
|
603 | 603 | label_user_mail_option_none: "Só para elementos monitorizados ou relacionados comigo" |
|
604 | 604 | label_user_mail_option_selected: "Para calquera evento dos proxectos seleccionados..." |
|
605 | 605 | label_user_new: Novo usuario |
|
606 | 606 | label_user_plural: Usuarios |
|
607 | 607 | label_version: Versión |
|
608 | 608 | label_version_new: Nova versión |
|
609 | 609 | label_version_plural: Versións |
|
610 | 610 | label_view_diff: Ver diferencias |
|
611 | 611 | label_view_revisions: Ver as revisións |
|
612 | 612 | label_watched_issues: Peticións monitorizadas |
|
613 | 613 | label_week: Semana |
|
614 | 614 | label_wiki: Wiki |
|
615 | 615 | label_wiki_edit: Wiki edición |
|
616 | 616 | label_wiki_edit_plural: Wiki edicións |
|
617 | 617 | label_wiki_page: Wiki páxina |
|
618 | 618 | label_wiki_page_plural: Wiki páxinas |
|
619 | 619 | label_workflow: Fluxo de traballo |
|
620 | 620 | label_year: Ano |
|
621 | 621 | label_yesterday: onte |
|
622 | 622 | mail_body_account_activation_request: "Inscribiuse un novo usuario ({{value}}). A conta está pendente de aprobación:'" |
|
623 | 623 | mail_body_account_information: Información sobre a súa conta |
|
624 | 624 | mail_body_account_information_external: "Pode usar a súa conta {{value}} para conectarse." |
|
625 | 625 | mail_body_lost_password: 'Para cambiar o seu contrasinal, faga clic no seguinte enlace:' |
|
626 | 626 | mail_body_register: 'Para activar a súa conta, faga clic no seguinte enlace:' |
|
627 | 627 | mail_body_reminder: "{{count}} petición(s) asignadas a ti rematan nos próximos {{days}} días:" |
|
628 | 628 | mail_subject_account_activation_request: "Petición de activación de conta {{value}}" |
|
629 | 629 | mail_subject_lost_password: "O teu contrasinal de {{value}}" |
|
630 | 630 | mail_subject_register: "Activación da conta de {{value}}" |
|
631 | 631 | mail_subject_reminder: "{{count}} petición(s) rematarán nos próximos días" |
|
632 | 632 | notice_account_activated: A súa conta foi activada. Xa pode conectarse. |
|
633 | 633 | notice_account_invalid_creditentials: Usuario ou contrasinal inválido. |
|
634 | 634 | notice_account_lost_email_sent: Enviouse un correo con instrucións para elixir un novo contrasinal. |
|
635 | 635 | notice_account_password_updated: Contrasinal modificado correctamente. |
|
636 | 636 | notice_account_pending: "A súa conta creouse e está pendente da aprobación por parte do administrador." |
|
637 | 637 | notice_account_register_done: Conta creada correctamente. Para activala, faga clic sobre o enlace que se lle enviou por correo. |
|
638 | 638 | notice_account_unknown_email: Usuario descoñecido. |
|
639 | 639 | notice_account_updated: Conta actualizada correctamente. |
|
640 | 640 | notice_account_wrong_password: Contrasinal incorrecto. |
|
641 | 641 | notice_can_t_change_password: Esta conta utiliza unha fonte de autenticación externa. Non é posible cambiar o contrasinal. |
|
642 | 642 | notice_default_data_loaded: Configuración por defecto cargada correctamente. |
|
643 | 643 | notice_email_error: "Ocorreu un error enviando o correo ({{value}})" |
|
644 | 644 | notice_email_sent: "Enviouse un correo a {{value}}" |
|
645 | 645 | notice_failed_to_save_issues: "Imposible gravar %s petición(s) en {{count}} seleccionado: {{value}}." |
|
646 | 646 | notice_feeds_access_key_reseted: A súa clave de acceso para RSS reiniciouse. |
|
647 | 647 | notice_file_not_found: A páxina á que tenta acceder non existe. |
|
648 | 648 | notice_locking_conflict: Os datos modificáronse por outro usuario. |
|
649 | 649 | notice_no_issue_selected: "Ningunha petición seleccionada. Por favor, comprobe a petición que quere modificar" |
|
650 | 650 | notice_not_authorized: Non ten autorización para acceder a esta páxina. |
|
651 | 651 | notice_successful_connection: Conexión correcta. |
|
652 | 652 | notice_successful_create: Creación correcta. |
|
653 | 653 | notice_successful_delete: Borrado correcto. |
|
654 | 654 | notice_successful_update: Modificación correcta. |
|
655 | 655 | notice_unable_delete_version: Non se pode borrar a versión |
|
656 | 656 | permission_add_issue_notes: Engadir notas |
|
657 | 657 | permission_add_issue_watchers: Engadir seguidores |
|
658 | 658 | permission_add_issues: Engadir peticións |
|
659 | 659 | permission_add_messages: Enviar mensaxes |
|
660 | 660 | permission_browse_repository: Ollar repositorio |
|
661 | 661 | permission_comment_news: Comentar noticias |
|
662 | 662 | permission_commit_access: Acceso de escritura |
|
663 | 663 | permission_delete_issues: Borrar peticións |
|
664 | 664 | permission_delete_messages: Borrar mensaxes |
|
665 | 665 | permission_delete_own_messages: Borrar mensaxes propios |
|
666 | 666 | permission_delete_wiki_pages: Borrar páxinas wiki |
|
667 | 667 | permission_delete_wiki_pages_attachments: Borrar arquivos |
|
668 | 668 | permission_edit_issue_notes: Modificar notas |
|
669 | 669 | permission_edit_issues: Modificar peticións |
|
670 | 670 | permission_edit_messages: Modificar mensaxes |
|
671 | 671 | permission_edit_own_issue_notes: Modificar notas propias |
|
672 | 672 | permission_edit_own_messages: Editar mensaxes propios |
|
673 | 673 | permission_edit_own_time_entries: Modificar tempos dedicados propios |
|
674 | 674 | permission_edit_project: Modificar proxecto |
|
675 | 675 | permission_edit_time_entries: Modificar tempos dedicados |
|
676 | 676 | permission_edit_wiki_pages: Modificar páxinas wiki |
|
677 | 677 | permission_log_time: Anotar tempo dedicado |
|
678 | 678 | permission_manage_boards: Administrar foros |
|
679 | 679 | permission_manage_categories: Administrar categorías de peticións |
|
680 | 680 | permission_manage_documents: Administrar documentos |
|
681 | 681 | permission_manage_files: Administrar arquivos |
|
682 | 682 | permission_manage_issue_relations: Administrar relación con outras peticións |
|
683 | 683 | permission_manage_members: Administrar membros |
|
684 | 684 | permission_manage_news: Administrar noticias |
|
685 | 685 | permission_manage_public_queries: Administrar consultas públicas |
|
686 | 686 | permission_manage_repository: Administrar repositorio |
|
687 | 687 | permission_manage_versions: Administrar versións |
|
688 | 688 | permission_manage_wiki: Administrar wiki |
|
689 | 689 | permission_move_issues: Mover peticións |
|
690 | 690 | permission_protect_wiki_pages: Protexer páxinas wiki |
|
691 | 691 | permission_rename_wiki_pages: Renomear páxinas wiki |
|
692 | 692 | permission_save_queries: Gravar consultas |
|
693 | 693 | permission_select_project_modules: Seleccionar módulos do proxecto |
|
694 | 694 | permission_view_calendar: Ver calendario |
|
695 | 695 | permission_view_changesets: Ver cambios |
|
696 | 696 | permission_view_documents: Ver documentos |
|
697 | 697 | permission_view_files: Ver arquivos |
|
698 | 698 | permission_view_gantt: Ver diagrama de Gantt |
|
699 | 699 | permission_view_issue_watchers: Ver lista de seguidores |
|
700 | 700 | permission_view_messages: Ver mensaxes |
|
701 | 701 | permission_view_time_entries: Ver tempo dedicado |
|
702 | 702 | permission_view_wiki_edits: Ver histórico do wiki |
|
703 | 703 | permission_view_wiki_pages: Ver wiki |
|
704 | 704 | project_module_boards: Foros |
|
705 | 705 | project_module_documents: Documentos |
|
706 | 706 | project_module_files: Arquivos |
|
707 | 707 | project_module_issue_tracking: Peticións |
|
708 | 708 | project_module_news: Noticias |
|
709 | 709 | project_module_repository: Repositorio |
|
710 | 710 | project_module_time_tracking: Control de tempo |
|
711 | 711 | project_module_wiki: Wiki |
|
712 | 712 | setting_activity_days_default: Días a mostrar na actividade do proxecto |
|
713 | 713 | setting_app_subtitle: Subtítulo da aplicación |
|
714 | 714 | setting_app_title: Título da aplicación |
|
715 | 715 | setting_attachment_max_size: Tamaño máximo do arquivo |
|
716 | 716 | setting_autofetch_changesets: Autorechear os commits do repositorio |
|
717 | 717 | setting_autologin: Conexión automática |
|
718 | 718 | setting_bcc_recipients: Ocultar as copias de carbón (bcc) |
|
719 | 719 | setting_commit_fix_keywords: Palabras clave para a corrección |
|
720 | 720 | setting_commit_logs_encoding: Codificación das mensaxes de commit |
|
721 | 721 | setting_commit_ref_keywords: Palabras clave para a referencia |
|
722 | 722 | setting_cross_project_issue_relations: Permitir relacionar peticións de distintos proxectos |
|
723 | 723 | setting_date_format: Formato da data |
|
724 | 724 | setting_default_language: Idioma por defecto |
|
725 | 725 | setting_default_projects_public: Os proxectos novos son públicos por defecto |
|
726 | 726 | setting_diff_max_lines_displayed: Número máximo de diferencias mostradas |
|
727 | 727 | setting_display_subprojects_issues: Mostrar por defecto peticións de prox. secundarios no principal |
|
728 | 728 | setting_emails_footer: Pe de mensaxes |
|
729 | 729 | setting_enabled_scm: Activar SCM |
|
730 | 730 | setting_feeds_limit: Límite de contido para sindicación |
|
731 | 731 | setting_gravatar_enabled: Usar iconas de usuario (Gravatar) |
|
732 | 732 | setting_host_name: Nome e ruta do servidor |
|
733 | 733 | setting_issue_list_default_columns: Columnas por defecto para a lista de peticións |
|
734 | 734 | setting_issues_export_limit: Límite de exportación de peticións |
|
735 | 735 | setting_login_required: Requírese identificación |
|
736 | 736 | setting_mail_from: Correo dende o que enviar mensaxes |
|
737 | 737 | setting_mail_handler_api_enabled: Activar SW para mensaxes entrantes |
|
738 | 738 | setting_mail_handler_api_key: Clave da API |
|
739 | 739 | setting_per_page_options: Obxectos por páxina |
|
740 | 740 | setting_plain_text_mail: só texto plano (non HTML) |
|
741 | 741 | setting_protocol: Protocolo |
|
742 | 742 | setting_repositories_encodings: Codificacións do repositorio |
|
743 | 743 | setting_self_registration: Rexistro permitido |
|
744 | 744 | setting_sequential_project_identifiers: Xerar identificadores de proxecto |
|
745 | 745 | setting_sys_api_enabled: Habilitar SW para a xestión do repositorio |
|
746 | 746 | setting_text_formatting: Formato de texto |
|
747 | 747 | setting_time_format: Formato de hora |
|
748 | 748 | setting_user_format: Formato de nome de usuario |
|
749 | 749 | setting_welcome_text: Texto de benvida |
|
750 | 750 | setting_wiki_compression: Compresión do historial do Wiki |
|
751 | 751 | status_active: activo |
|
752 | 752 | status_locked: bloqueado |
|
753 | 753 | status_registered: rexistrado |
|
754 | 754 | text_are_you_sure: ¿Está seguro? |
|
755 | 755 | text_assign_time_entries_to_project: Asignar as horas ó proxecto |
|
756 | 756 | text_caracters_maximum: "{{count}} caracteres como máximo." |
|
757 | 757 | text_caracters_minimum: "{{count}} caracteres como mínimo" |
|
758 | 758 | text_comma_separated: Múltiples valores permitidos (separados por coma). |
|
759 | 759 | text_default_administrator_account_changed: Conta de administrador por defecto modificada |
|
760 | 760 | text_destroy_time_entries: Borrar as horas |
|
761 | 761 | text_destroy_time_entries_question: Existen %.02f horas asignadas á petición que quere borrar. ¿Que quere facer ? |
|
762 | 762 | text_diff_truncated: '... Diferencia truncada por exceder o máximo tamaño visualizable.' |
|
763 | 763 | text_email_delivery_not_configured: "O envío de correos non está configurado, e as notificacións desactiváronse. \n Configure o servidor de SMTP en config/email.yml e reinicie a aplicación para activar os cambios." |
|
764 | 764 | text_enumeration_category_reassign_to: 'Reasignar ó seguinte valor:' |
|
765 | 765 | text_enumeration_destroy_question: "{{count}} obxectos con este valor asignado.'" |
|
766 | 766 | text_file_repository_writable: Pódese escribir no repositorio |
|
767 | 767 | text_issue_added: "Petición {{id}} engadida por {{author}}." |
|
768 | 768 | text_issue_category_destroy_assignments: Deixar as peticións sen categoría |
|
769 | 769 | text_issue_category_destroy_question: "Algunhas peticións ({{count}}) están asignadas a esta categoría. ¿Que desexa facer?" |
|
770 | 770 | text_issue_category_reassign_to: Reasignar as peticións á categoría |
|
771 | 771 | text_issue_updated: "A petición {{id}} actualizouse por {{author}}." |
|
772 | 772 | text_issues_destroy_confirmation: '¿Seguro que quere borrar as peticións seleccionadas?' |
|
773 | 773 | text_issues_ref_in_commit_messages: Referencia e petición de corrección nas mensaxes |
|
774 | 774 | text_journal_changed: "cambiado de {{old}} a {{new}}" |
|
775 | 775 | text_journal_deleted: suprimido |
|
776 | 776 | text_journal_set_to: "fixado a {{value}}" |
|
777 | 777 | text_length_between: "Lonxitude entre {{min}} e {{max}} caracteres." |
|
778 | 778 | text_load_default_configuration: Cargar a configuración por defecto |
|
779 | 779 | text_min_max_length_info: 0 para ningunha restrición |
|
780 | 780 | text_no_configuration_data: "Inda non se configuraron perfiles, nin tipos, estados e fluxo de traballo asociado a peticións. Recoméndase encarecidamente cargar a configuración por defecto. Unha vez cargada, poderá modificala." |
|
781 | 781 | text_project_destroy_confirmation: ¿Estás seguro de querer eliminar o proxecto? |
|
782 | 782 | text_project_identifier_info: 'Letras minúsculas (a-z), números e signos de puntuación permitidos.<br />Unha vez gardado, o identificador non pode modificarse.' |
|
783 | 783 | text_reassign_time_entries: 'Reasignar as horas a esta petición:' |
|
784 | 784 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
785 | 785 | text_repository_usernames_mapping: "Estableza a correspondencia entre os usuarios de Redmine e os presentes no log do repositorio.\nOs usuarios co mesmo nome ou correo en Redmine e no repositorio serán asociados automaticamente." |
|
786 | 786 | text_rmagick_available: RMagick dispoñible (opcional) |
|
787 | 787 | text_select_mail_notifications: Seleccionar os eventos a notificar |
|
788 | 788 | text_select_project_modules: 'Seleccione os módulos a activar para este proxecto:' |
|
789 | 789 | text_status_changed_by_changeset: "Aplicado nos cambios {{value}}" |
|
790 | 790 | text_subprojects_destroy_warning: "Os proxectos secundarios: {{value}} tamén se eliminarán'" |
|
791 | 791 | text_tip_task_begin_day: tarefa que comeza este día |
|
792 | 792 | text_tip_task_begin_end_day: tarefa que comeza e remata este día |
|
793 | 793 | text_tip_task_end_day: tarefa que remata este día |
|
794 | 794 | text_tracker_no_workflow: Non hai ningún fluxo de traballo definido para este tipo de petición |
|
795 | 795 | text_unallowed_characters: Caracteres non permitidos |
|
796 | 796 | text_user_mail_option: "Dos proxectos non seleccionados, só recibirá notificacións sobre elementos monitorizados ou elementos nos que estea involucrado (por exemplo, peticións das que vostede sexa autor ou asignadas a vostede)." |
|
797 | 797 | text_user_wrote: "{{value}} escribiu:'" |
|
798 | 798 | text_wiki_destroy_confirmation: ¿Seguro que quere borrar o wiki e todo o seu contido? |
|
799 | 799 | text_workflow_edit: Seleccionar un fluxo de traballo para actualizar |
|
800 | 800 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
801 | 801 | field_editable: Editable |
|
802 | 802 | text_plugin_assets_writable: Plugin assets directory writable |
|
803 | 803 | label_display: Display |
|
804 | 804 | button_create_and_continue: Create and continue |
|
805 | 805 | text_custom_field_possible_values_info: 'One line for each value' |
|
806 | 806 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
807 | 807 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
808 | 808 | field_watcher: Watcher |
|
809 | 809 | setting_openid: Allow OpenID login and registration |
|
810 | field_identity_url: OpenID URL | |
|
811 | label_login_with_open_id_option: or login with OpenID |
@@ -1,792 +1,794 | |||
|
1 | 1 | # Hebrew translations for Ruby on Rails |
|
2 | 2 | # by Dotan Nahum (dipidi@gmail.com) |
|
3 | 3 | |
|
4 | 4 | he: |
|
5 | 5 | date: |
|
6 | 6 | formats: |
|
7 | 7 | default: "%Y-%m-%d" |
|
8 | 8 | short: "%e %b" |
|
9 | 9 | long: "%B %e, %Y" |
|
10 | 10 | only_day: "%e" |
|
11 | 11 | |
|
12 | 12 | day_names: [ראשון, שני, שלישי, רביעי, חמישי, שישי, שבת] |
|
13 | 13 | abbr_day_names: [רא, שנ, של, רב, חמ, שי, שב] |
|
14 | 14 | month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר] |
|
15 | 15 | abbr_month_names: [~, יאנ, פב, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצ] |
|
16 | 16 | order: [ :day, :month, :year ] |
|
17 | 17 | |
|
18 | 18 | time: |
|
19 | 19 | formats: |
|
20 | 20 | default: "%a %b %d %H:%M:%S %Z %Y" |
|
21 | 21 | time: "%H:%M" |
|
22 | 22 | short: "%d %b %H:%M" |
|
23 | 23 | long: "%B %d, %Y %H:%M" |
|
24 | 24 | only_second: "%S" |
|
25 | 25 | |
|
26 | 26 | datetime: |
|
27 | 27 | formats: |
|
28 | 28 | default: "%d-%m-%YT%H:%M:%S%Z" |
|
29 | 29 | |
|
30 | 30 | am: 'am' |
|
31 | 31 | pm: 'pm' |
|
32 | 32 | |
|
33 | 33 | datetime: |
|
34 | 34 | distance_in_words: |
|
35 | 35 | half_a_minute: 'חצי דקה' |
|
36 | 36 | less_than_x_seconds: |
|
37 | 37 | zero: 'פחות משניה אחת' |
|
38 | 38 | one: 'פחות משניה אחת' |
|
39 | 39 | other: 'פחות מ- {{count}} שניות' |
|
40 | 40 | x_seconds: |
|
41 | 41 | one: 'שניה אחת' |
|
42 | 42 | other: '{{count}} שניות' |
|
43 | 43 | less_than_x_minutes: |
|
44 | 44 | zero: 'פחות מדקה אחת' |
|
45 | 45 | one: 'פחות מדקה אחת' |
|
46 | 46 | other: 'פחות מ- {{count}} דקות' |
|
47 | 47 | x_minutes: |
|
48 | 48 | one: 'דקה אחת' |
|
49 | 49 | other: '{{count}} דקות' |
|
50 | 50 | about_x_hours: |
|
51 | 51 | one: 'בערך שעה אחת' |
|
52 | 52 | other: 'בערך {{count}} שעות' |
|
53 | 53 | x_days: |
|
54 | 54 | one: 'יום אחד' |
|
55 | 55 | other: '{{count}} ימים' |
|
56 | 56 | about_x_months: |
|
57 | 57 | one: 'בערך חודש אחד' |
|
58 | 58 | other: 'בערך {{count}} חודשים' |
|
59 | 59 | x_months: |
|
60 | 60 | one: 'חודש אחד' |
|
61 | 61 | other: '{{count}} חודשים' |
|
62 | 62 | about_x_years: |
|
63 | 63 | one: 'בערך שנה אחת' |
|
64 | 64 | other: 'בערך {{count}} שנים' |
|
65 | 65 | over_x_years: |
|
66 | 66 | one: 'מעל שנה אחת' |
|
67 | 67 | other: 'מעל {{count}} שנים' |
|
68 | 68 | |
|
69 | 69 | number: |
|
70 | 70 | format: |
|
71 | 71 | precision: 3 |
|
72 | 72 | separator: '.' |
|
73 | 73 | delimiter: ',' |
|
74 | 74 | currency: |
|
75 | 75 | format: |
|
76 | 76 | unit: 'שח' |
|
77 | 77 | precision: 2 |
|
78 | 78 | format: '%u %n' |
|
79 | 79 | |
|
80 | 80 | support: |
|
81 | 81 | array: |
|
82 | 82 | sentence_connector: "and" |
|
83 | 83 | skip_last_comma: false |
|
84 | 84 | |
|
85 | 85 | activerecord: |
|
86 | 86 | errors: |
|
87 | 87 | messages: |
|
88 | 88 | inclusion: "לא נכלל ברשימה" |
|
89 | 89 | exclusion: "לא זמין" |
|
90 | 90 | invalid: "לא ולידי" |
|
91 | 91 | confirmation: "לא תואם לאישורו" |
|
92 | 92 | accepted: "חייב באישור" |
|
93 | 93 | empty: "חייב להכלל" |
|
94 | 94 | blank: "חייב להכלל" |
|
95 | 95 | too_long: "יותר מדי ארוך (לא יותר מ- {{count}} תוים)" |
|
96 | 96 | too_short: "יותר מדי קצר (לא יותר מ- {{count}} תוים)" |
|
97 | 97 | wrong_length: "לא באורך הנכון (חייב להיות {{count}} תוים)" |
|
98 | 98 | taken: "לא זמין" |
|
99 | 99 | not_a_number: "הוא לא מספר" |
|
100 | 100 | greater_than: "חייב להיות גדול מ- {{count}}" |
|
101 | 101 | greater_than_or_equal_to: "חייב להיות גדול או שווה ל- {{count}}" |
|
102 | 102 | equal_to: "חייב להיות שווה ל- {{count}}" |
|
103 | 103 | less_than: "חייב להיות קטן מ- {{count}}" |
|
104 | 104 | less_than_or_equal_to: "חייב להיות קטן או שווה ל- {{count}}" |
|
105 | 105 | odd: "חייב להיות אי זוגי" |
|
106 | 106 | even: "חייב להיות זוגי" |
|
107 | 107 | greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה" |
|
108 | 108 | not_same_project: "לא שייך לאותו הפרויקט" |
|
109 | 109 | circular_dependency: "הקשר הזה יצור תלות מעגלית" |
|
110 | 110 | |
|
111 | 111 | actionview_instancetag_blank_option: בחר בבקשה |
|
112 | 112 | |
|
113 | 113 | general_text_No: 'לא' |
|
114 | 114 | general_text_Yes: 'כן' |
|
115 | 115 | general_text_no: 'לא' |
|
116 | 116 | general_text_yes: 'כן' |
|
117 | 117 | general_lang_name: 'Hebrew (עברית)' |
|
118 | 118 | general_csv_separator: ',' |
|
119 | 119 | general_csv_decimal_separator: '.' |
|
120 | 120 | general_csv_encoding: ISO-8859-8-I |
|
121 | 121 | general_pdf_encoding: ISO-8859-8-I |
|
122 | 122 | general_first_day_of_week: '7' |
|
123 | 123 | |
|
124 | 124 | notice_account_updated: החשבון עודכן בהצלחה! |
|
125 | 125 | notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים |
|
126 | 126 | notice_account_password_updated: הסיסמה עודכנה בהצלחה! |
|
127 | 127 | notice_account_wrong_password: סיסמה שגויה |
|
128 | 128 | notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך. |
|
129 | 129 | notice_account_unknown_email: משתמש לא מוכר. |
|
130 | 130 | notice_can_t_change_password: החשבון הזה משתמש במקור אימות חיצוני. שינוי סיסמה הינו בילתי אפשר |
|
131 | 131 | notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך. |
|
132 | 132 | notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת. |
|
133 | 133 | notice_successful_create: יצירה מוצלחת. |
|
134 | 134 | notice_successful_update: עידכון מוצלח. |
|
135 | 135 | notice_successful_delete: מחיקה מוצלחת. |
|
136 | 136 | notice_successful_connection: חיבור מוצלח. |
|
137 | 137 | notice_file_not_found: הדף שאת\ה מנסה לגשת אליו אינו קיים או שהוסר. |
|
138 | 138 | notice_locking_conflict: המידע עודכן על ידי משתמש אחר. |
|
139 | 139 | notice_not_authorized: אינך מורשה לראות דף זה. |
|
140 | 140 | notice_email_sent: "דואל נשלח לכתובת {{value}}" |
|
141 | 141 | notice_email_error: "ארעה שגיאה בעט שליחת הדואל ({{value}})" |
|
142 | 142 | notice_feeds_access_key_reseted: מפתח ה-RSS שלך אופס. |
|
143 | 143 | notice_failed_to_save_issues: "נכשרת בשמירת {{count}} נושא\ים ב {{total}} נבחרו: {{ids}}." |
|
144 | 144 | notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך." |
|
145 | 145 | |
|
146 | 146 | error_scm_not_found: כניסה ו\או גירסא אינם קיימים במאגר. |
|
147 | 147 | error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: {{value}}" |
|
148 | 148 | |
|
149 | 149 | mail_subject_lost_password: "סיסמת ה-{{value}} שלך" |
|
150 | 150 | mail_body_lost_password: 'לשינו סיסמת ה-Redmine שלך,לחץ על הקישור הבא:' |
|
151 | 151 | mail_subject_register: "הפעלת חשבון {{value}}" |
|
152 | 152 | mail_body_register: 'להפעלת חשבון ה-Redmine שלך, לחץ על הקישור הבא:' |
|
153 | 153 | |
|
154 | 154 | gui_validation_error: שגיאה 1 |
|
155 | 155 | gui_validation_error_plural: "{{count}} שגיאות" |
|
156 | 156 | |
|
157 | 157 | field_name: שם |
|
158 | 158 | field_description: תיאור |
|
159 | 159 | field_summary: תקציר |
|
160 | 160 | field_is_required: נדרש |
|
161 | 161 | field_firstname: שם פרטי |
|
162 | 162 | field_lastname: שם משפחה |
|
163 | 163 | field_mail: דוא"ל |
|
164 | 164 | field_filename: קובץ |
|
165 | 165 | field_filesize: גודל |
|
166 | 166 | field_downloads: הורדות |
|
167 | 167 | field_author: כותב |
|
168 | 168 | field_created_on: נוצר |
|
169 | 169 | field_updated_on: עודכן |
|
170 | 170 | field_field_format: פורמט |
|
171 | 171 | field_is_for_all: לכל הפרויקטים |
|
172 | 172 | field_possible_values: ערכים אפשריים |
|
173 | 173 | field_regexp: ביטוי רגיל |
|
174 | 174 | field_min_length: אורך מינימאלי |
|
175 | 175 | field_max_length: אורך מקסימאלי |
|
176 | 176 | field_value: ערך |
|
177 | 177 | field_category: קטגוריה |
|
178 | 178 | field_title: כותרת |
|
179 | 179 | field_project: פרויקט |
|
180 | 180 | field_issue: נושא |
|
181 | 181 | field_status: מצב |
|
182 | 182 | field_notes: הערות |
|
183 | 183 | field_is_closed: נושא סגור |
|
184 | 184 | field_is_default: ערך ברירת מחדל |
|
185 | 185 | field_tracker: עוקב |
|
186 | 186 | field_subject: שם נושא |
|
187 | 187 | field_due_date: תאריך סיום |
|
188 | 188 | field_assigned_to: מוצב ל |
|
189 | 189 | field_priority: עדיפות |
|
190 | 190 | field_fixed_version: גירסאת יעד |
|
191 | 191 | field_user: מתשמש |
|
192 | 192 | field_role: תפקיד |
|
193 | 193 | field_homepage: דף הבית |
|
194 | 194 | field_is_public: פומבי |
|
195 | 195 | field_parent: תת פרויקט של |
|
196 | 196 | field_is_in_chlog: נושאים המוצגים בדו"ח השינויים |
|
197 | 197 | field_is_in_roadmap: נושאים המוצגים במפת הדרכים |
|
198 | 198 | field_login: שם משתמש |
|
199 | 199 | field_mail_notification: הודעות דוא"ל |
|
200 | 200 | field_admin: אדמיניסטרציה |
|
201 | 201 | field_last_login_on: חיבור אחרון |
|
202 | 202 | field_language: שפה |
|
203 | 203 | field_effective_date: תאריך |
|
204 | 204 | field_password: סיסמה |
|
205 | 205 | field_new_password: סיסמה חדשה |
|
206 | 206 | field_password_confirmation: אישור |
|
207 | 207 | field_version: גירסא |
|
208 | 208 | field_type: סוג |
|
209 | 209 | field_host: שרת |
|
210 | 210 | field_port: פורט |
|
211 | 211 | field_account: חשבון |
|
212 | 212 | field_base_dn: בסיס DN |
|
213 | 213 | field_attr_login: תכונת התחברות |
|
214 | 214 | field_attr_firstname: תכונת שם פרטים |
|
215 | 215 | field_attr_lastname: תכונת שם משפחה |
|
216 | 216 | field_attr_mail: תכונת דוא"ל |
|
217 | 217 | field_onthefly: יצירת משתמשים זריזה |
|
218 | 218 | field_start_date: התחל |
|
219 | 219 | field_done_ratio: %% גמור |
|
220 | 220 | field_auth_source: מצב אימות |
|
221 | 221 | field_hide_mail: החבא את כתובת הדוא"ל שלי |
|
222 | 222 | field_comments: הערות |
|
223 | 223 | field_url: URL |
|
224 | 224 | field_start_page: דף התחלתי |
|
225 | 225 | field_subproject: תת פרויקט |
|
226 | 226 | field_hours: שעות |
|
227 | 227 | field_activity: פעילות |
|
228 | 228 | field_spent_on: תאריך |
|
229 | 229 | field_identifier: מזהה |
|
230 | 230 | field_is_filter: משמש כמסנן |
|
231 | 231 | field_issue_to_id: נושאים קשורים |
|
232 | 232 | field_delay: עיקוב |
|
233 | 233 | field_assignable: ניתן להקצות נושאים לתפקיד זה |
|
234 | 234 | field_redirect_existing_links: העבר קישורים קיימים |
|
235 | 235 | field_estimated_hours: זמן משוער |
|
236 | 236 | field_column_names: עמודות |
|
237 | 237 | field_default_value: ערך ברירת מחדל |
|
238 | 238 | |
|
239 | 239 | setting_app_title: כותרת ישום |
|
240 | 240 | setting_app_subtitle: תת-כותרת ישום |
|
241 | 241 | setting_welcome_text: טקסט "ברוך הבא" |
|
242 | 242 | setting_default_language: שפת ברירת מחדל |
|
243 | 243 | setting_login_required: דרוש אימות |
|
244 | 244 | setting_self_registration: אפשר הרשמות עצמית |
|
245 | 245 | setting_attachment_max_size: גודל דבוקה מקסימאלי |
|
246 | 246 | setting_issues_export_limit: גבול יצוא נושאים |
|
247 | 247 | setting_mail_from: כתובת שליחת דוא"ל |
|
248 | 248 | setting_host_name: שם שרת |
|
249 | 249 | setting_text_formatting: עיצוב טקסט |
|
250 | 250 | setting_wiki_compression: כיווץ היסטורית WIKI |
|
251 | 251 | setting_feeds_limit: גבול תוכן הזנות |
|
252 | 252 | setting_autofetch_changesets: משיכה אוטומתי של עידכונים |
|
253 | 253 | setting_sys_api_enabled: אפשר WS לניהול המאגר |
|
254 | 254 | setting_commit_ref_keywords: מילות מפתח מקשרות |
|
255 | 255 | setting_commit_fix_keywords: מילות מפתח מתקנות |
|
256 | 256 | setting_autologin: חיבור אוטומטי |
|
257 | 257 | setting_date_format: פורמט תאריך |
|
258 | 258 | setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים |
|
259 | 259 | setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים |
|
260 | 260 | setting_repositories_encodings: קידוד המאגרים |
|
261 | 261 | |
|
262 | 262 | label_user: משתמש |
|
263 | 263 | label_user_plural: משתמשים |
|
264 | 264 | label_user_new: משתמש חדש |
|
265 | 265 | label_project: פרויקט |
|
266 | 266 | label_project_new: פרויקט חדש |
|
267 | 267 | label_project_plural: פרויקטים |
|
268 | 268 | label_x_projects: |
|
269 | 269 | zero: no projects |
|
270 | 270 | one: 1 project |
|
271 | 271 | other: "{{count}} projects" |
|
272 | 272 | label_project_all: כל הפרויקטים |
|
273 | 273 | label_project_latest: הפרויקטים החדשים ביותר |
|
274 | 274 | label_issue: נושא |
|
275 | 275 | label_issue_new: נושא חדש |
|
276 | 276 | label_issue_plural: נושאים |
|
277 | 277 | label_issue_view_all: צפה בכל הנושאים |
|
278 | 278 | label_document: מסמך |
|
279 | 279 | label_document_new: מסמך חדש |
|
280 | 280 | label_document_plural: מסמכים |
|
281 | 281 | label_role: תפקיד |
|
282 | 282 | label_role_plural: תפקידים |
|
283 | 283 | label_role_new: תפקיד חדש |
|
284 | 284 | label_role_and_permissions: תפקידים והרשאות |
|
285 | 285 | label_member: חבר |
|
286 | 286 | label_member_new: חבר חדש |
|
287 | 287 | label_member_plural: חברים |
|
288 | 288 | label_tracker: עוקב |
|
289 | 289 | label_tracker_plural: עוקבים |
|
290 | 290 | label_tracker_new: עוקב חדש |
|
291 | 291 | label_workflow: זרימת עבודה |
|
292 | 292 | label_issue_status: מצב נושא |
|
293 | 293 | label_issue_status_plural: מצבי נושא |
|
294 | 294 | label_issue_status_new: מצב חדש |
|
295 | 295 | label_issue_category: קטגורית נושא |
|
296 | 296 | label_issue_category_plural: קטגוריות נושא |
|
297 | 297 | label_issue_category_new: קטגוריה חדשה |
|
298 | 298 | label_custom_field: שדה אישי |
|
299 | 299 | label_custom_field_plural: שדות אישיים |
|
300 | 300 | label_custom_field_new: שדה אישי חדש |
|
301 | 301 | label_enumerations: אינומרציות |
|
302 | 302 | label_enumeration_new: ערך חדש |
|
303 | 303 | label_information: מידע |
|
304 | 304 | label_information_plural: מידע |
|
305 | 305 | label_please_login: התחבר בבקשה |
|
306 | 306 | label_register: הרשמה |
|
307 | 307 | label_password_lost: אבדה הסיסמה? |
|
308 | 308 | label_home: דף הבית |
|
309 | 309 | label_my_page: הדף שלי |
|
310 | 310 | label_my_account: החשבון שלי |
|
311 | 311 | label_my_projects: הפרויקטים שלי |
|
312 | 312 | label_administration: אדמיניסטרציה |
|
313 | 313 | label_login: התחבר |
|
314 | 314 | label_logout: התנתק |
|
315 | 315 | label_help: עזרה |
|
316 | 316 | label_reported_issues: נושאים שדווחו |
|
317 | 317 | label_assigned_to_me_issues: נושאים שהוצבו לי |
|
318 | 318 | label_last_login: חיבור אחרון |
|
319 | 319 | label_registered_on: נרשם בתאריך |
|
320 | 320 | label_activity: פעילות |
|
321 | 321 | label_new: חדש |
|
322 | 322 | label_logged_as: מחובר כ |
|
323 | 323 | label_environment: סביבה |
|
324 | 324 | label_authentication: אישור |
|
325 | 325 | label_auth_source: מצב אישור |
|
326 | 326 | label_auth_source_new: מצב אישור חדש |
|
327 | 327 | label_auth_source_plural: מצבי אישור |
|
328 | 328 | label_subproject_plural: תת-פרויקטים |
|
329 | 329 | label_min_max_length: אורך מינימאלי - מקסימאלי |
|
330 | 330 | label_list: רשימה |
|
331 | 331 | label_date: תאריך |
|
332 | 332 | label_integer: מספר שלם |
|
333 | 333 | label_boolean: ערך בוליאני |
|
334 | 334 | label_string: טקסט |
|
335 | 335 | label_text: טקסט ארוך |
|
336 | 336 | label_attribute: תכונה |
|
337 | 337 | label_attribute_plural: תכונות |
|
338 | 338 | label_download: "הורדה {{count}}" |
|
339 | 339 | label_download_plural: "{{count}} הורדות" |
|
340 | 340 | label_no_data: אין מידע להציג |
|
341 | 341 | label_change_status: שנה מצב |
|
342 | 342 | label_history: היסטוריה |
|
343 | 343 | label_attachment: קובץ |
|
344 | 344 | label_attachment_new: קובץ חדש |
|
345 | 345 | label_attachment_delete: מחק קובץ |
|
346 | 346 | label_attachment_plural: קבצים |
|
347 | 347 | label_report: דו"ח |
|
348 | 348 | label_report_plural: דו"חות |
|
349 | 349 | label_news: חדשות |
|
350 | 350 | label_news_new: הוסף חדשות |
|
351 | 351 | label_news_plural: חדשות |
|
352 | 352 | label_news_latest: חדשות אחרונות |
|
353 | 353 | label_news_view_all: צפה בכל החדשות |
|
354 | 354 | label_change_log: דו"ח שינויים |
|
355 | 355 | label_settings: הגדרות |
|
356 | 356 | label_overview: מבט רחב |
|
357 | 357 | label_version: גירסא |
|
358 | 358 | label_version_new: גירסא חדשה |
|
359 | 359 | label_version_plural: גירסאות |
|
360 | 360 | label_confirmation: אישור |
|
361 | 361 | label_export_to: יצא ל |
|
362 | 362 | label_read: קרא... |
|
363 | 363 | label_public_projects: פרויקטים פומביים |
|
364 | 364 | label_open_issues: פתוח |
|
365 | 365 | label_open_issues_plural: פתוחים |
|
366 | 366 | label_closed_issues: סגור |
|
367 | 367 | label_closed_issues_plural: סגורים |
|
368 | 368 | label_x_open_issues_abbr_on_total: |
|
369 | 369 | zero: 0 open / {{total}} |
|
370 | 370 | one: 1 open / {{total}} |
|
371 | 371 | other: "{{count}} open / {{total}}" |
|
372 | 372 | label_x_open_issues_abbr: |
|
373 | 373 | zero: 0 open |
|
374 | 374 | one: 1 open |
|
375 | 375 | other: "{{count}} open" |
|
376 | 376 | label_x_closed_issues_abbr: |
|
377 | 377 | zero: 0 closed |
|
378 | 378 | one: 1 closed |
|
379 | 379 | other: "{{count}} closed" |
|
380 | 380 | label_total: סה"כ |
|
381 | 381 | label_permissions: הרשאות |
|
382 | 382 | label_current_status: מצב נוכחי |
|
383 | 383 | label_new_statuses_allowed: מצבים חדשים אפשריים |
|
384 | 384 | label_all: הכל |
|
385 | 385 | label_none: כלום |
|
386 | 386 | label_next: הבא |
|
387 | 387 | label_previous: הקודם |
|
388 | 388 | label_used_by: בשימוש ע"י |
|
389 | 389 | label_details: פרטים |
|
390 | 390 | label_add_note: הוסף הערה |
|
391 | 391 | label_per_page: לכל דף |
|
392 | 392 | label_calendar: לוח שנה |
|
393 | 393 | label_months_from: חודשים מ |
|
394 | 394 | label_gantt: גאנט |
|
395 | 395 | label_internal: פנימי |
|
396 | 396 | label_last_changes: "{{count}} שינוים אחרונים" |
|
397 | 397 | label_change_view_all: צפה בכל השינוים |
|
398 | 398 | label_personalize_page: הפוך דף זה לשלך |
|
399 | 399 | label_comment: תגובה |
|
400 | 400 | label_comment_plural: תגובות |
|
401 | 401 | label_x_comments: |
|
402 | 402 | zero: no comments |
|
403 | 403 | one: 1 comment |
|
404 | 404 | other: "{{count}} comments" |
|
405 | 405 | label_comment_add: הוסף תגובה |
|
406 | 406 | label_comment_added: תגובה הוספה |
|
407 | 407 | label_comment_delete: מחק תגובות |
|
408 | 408 | label_query: שאילתה אישית |
|
409 | 409 | label_query_plural: שאילתות אישיות |
|
410 | 410 | label_query_new: שאילתה חדשה |
|
411 | 411 | label_filter_add: הוסף מסנן |
|
412 | 412 | label_filter_plural: מסננים |
|
413 | 413 | label_equals: הוא |
|
414 | 414 | label_not_equals: הוא לא |
|
415 | 415 | label_in_less_than: בפחות מ |
|
416 | 416 | label_in_more_than: ביותר מ |
|
417 | 417 | label_in: ב |
|
418 | 418 | label_today: היום |
|
419 | 419 | label_this_week: השבוע |
|
420 | 420 | label_less_than_ago: פחות ממספר ימים |
|
421 | 421 | label_more_than_ago: יותר ממספר ימים |
|
422 | 422 | label_ago: מספר ימים |
|
423 | 423 | label_contains: מכיל |
|
424 | 424 | label_not_contains: לא מכיל |
|
425 | 425 | label_day_plural: ימים |
|
426 | 426 | label_repository: מאגר |
|
427 | 427 | label_browse: סייר |
|
428 | 428 | label_modification: "שינוי {{count}}" |
|
429 | 429 | label_modification_plural: "{{count}} שינויים" |
|
430 | 430 | label_revision: גירסא |
|
431 | 431 | label_revision_plural: גירסאות |
|
432 | 432 | label_added: הוסף |
|
433 | 433 | label_modified: שונה |
|
434 | 434 | label_deleted: נמחק |
|
435 | 435 | label_latest_revision: גירסא אחרונה |
|
436 | 436 | label_latest_revision_plural: גירסאות אחרונות |
|
437 | 437 | label_view_revisions: צפה בגירסאות |
|
438 | 438 | label_max_size: גודל מקסימאלי |
|
439 | 439 | label_sort_highest: הזז לראשית |
|
440 | 440 | label_sort_higher: הזז למעלה |
|
441 | 441 | label_sort_lower: הזז למטה |
|
442 | 442 | label_sort_lowest: הזז לתחתית |
|
443 | 443 | label_roadmap: מפת הדרכים |
|
444 | 444 | label_roadmap_due_in: "נגמר בעוד {{value}}" |
|
445 | 445 | label_roadmap_overdue: "{{value}} מאחר" |
|
446 | 446 | label_roadmap_no_issues: אין נושאים לגירסא זו |
|
447 | 447 | label_search: חפש |
|
448 | 448 | label_result_plural: תוצאות |
|
449 | 449 | label_all_words: כל המילים |
|
450 | 450 | label_wiki: Wiki |
|
451 | 451 | label_wiki_edit: ערוך Wiki |
|
452 | 452 | label_wiki_edit_plural: עריכות Wiki |
|
453 | 453 | label_wiki_page: דף Wiki |
|
454 | 454 | label_wiki_page_plural: דפי Wiki |
|
455 | 455 | label_index_by_title: סדר עך פי כותרת |
|
456 | 456 | label_index_by_date: סדר על פי תאריך |
|
457 | 457 | label_current_version: גירסא נוכאית |
|
458 | 458 | label_preview: תצוגה מקדימה |
|
459 | 459 | label_feed_plural: הזנות |
|
460 | 460 | label_changes_details: פירוט כל השינויים |
|
461 | 461 | label_issue_tracking: מעקב אחר נושאים |
|
462 | 462 | label_spent_time: זמן שבוזבז |
|
463 | 463 | label_f_hour: "{{value}} שעה" |
|
464 | 464 | label_f_hour_plural: "{{value}} שעות" |
|
465 | 465 | label_time_tracking: מעקב זמנים |
|
466 | 466 | label_change_plural: שינויים |
|
467 | 467 | label_statistics: סטטיסטיקות |
|
468 | 468 | label_commits_per_month: הפקדות לפי חודש |
|
469 | 469 | label_commits_per_author: הפקדות לפי כותב |
|
470 | 470 | label_view_diff: צפה בהבדלים |
|
471 | 471 | label_diff_inline: בתוך השורה |
|
472 | 472 | label_diff_side_by_side: צד לצד |
|
473 | 473 | label_options: אפשרויות |
|
474 | 474 | label_copy_workflow_from: העתק זירמת עבודה מ |
|
475 | 475 | label_permissions_report: דו"ח הרשאות |
|
476 | 476 | label_watched_issues: נושאים שנצפו |
|
477 | 477 | label_related_issues: נושאים קשורים |
|
478 | 478 | label_applied_status: מוצב מוחל |
|
479 | 479 | label_loading: טוען... |
|
480 | 480 | label_relation_new: קשר חדש |
|
481 | 481 | label_relation_delete: מחק קשר |
|
482 | 482 | label_relates_to: קשור ל |
|
483 | 483 | label_duplicates: מכפיל את |
|
484 | 484 | label_blocks: חוסם את |
|
485 | 485 | label_blocked_by: חסום ע"י |
|
486 | 486 | label_precedes: מקדים את |
|
487 | 487 | label_follows: עוקב אחרי |
|
488 | 488 | label_end_to_start: מהתחלה לסוף |
|
489 | 489 | label_end_to_end: מהסוף לסוף |
|
490 | 490 | label_start_to_start: מהתחלה להתחלה |
|
491 | 491 | label_start_to_end: מהתחלה לסוף |
|
492 | 492 | label_stay_logged_in: השאר מחובר |
|
493 | 493 | label_disabled: מבוטל |
|
494 | 494 | label_show_completed_versions: הצג גירזאות גמורות |
|
495 | 495 | label_me: אני |
|
496 | 496 | label_board: פורום |
|
497 | 497 | label_board_new: פורום חדש |
|
498 | 498 | label_board_plural: פורומים |
|
499 | 499 | label_topic_plural: נושאים |
|
500 | 500 | label_message_plural: הודעות |
|
501 | 501 | label_message_last: הודעה אחרונה |
|
502 | 502 | label_message_new: הודעה חדשה |
|
503 | 503 | label_reply_plural: השבות |
|
504 | 504 | label_send_information: שלח מידע על חשבון למשתמש |
|
505 | 505 | label_year: שנה |
|
506 | 506 | label_month: חודש |
|
507 | 507 | label_week: שבוע |
|
508 | 508 | label_date_from: מתאריך |
|
509 | 509 | label_date_to: עד |
|
510 | 510 | label_language_based: מבוסס שפה |
|
511 | 511 | label_sort_by: "מין לפי {{value}}" |
|
512 | 512 | label_send_test_email: שלח דו"ל בדיקה |
|
513 | 513 | label_feeds_access_key_created_on: "מפתח הזנת RSS נוצר לפני{{value}}" |
|
514 | 514 | label_module_plural: מודולים |
|
515 | 515 | label_added_time_by: "הוסף על ידי {{author}} לפני {{age}} " |
|
516 | 516 | label_updated_time: "עודכן לפני {{value}} " |
|
517 | 517 | label_jump_to_a_project: קפוץ לפרויקט... |
|
518 | 518 | label_file_plural: קבצים |
|
519 | 519 | label_changeset_plural: אוסף שינוים |
|
520 | 520 | label_default_columns: עמודת ברירת מחדל |
|
521 | 521 | label_no_change_option: (אין שינוים) |
|
522 | 522 | label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים |
|
523 | 523 | label_theme: ערכת נושא |
|
524 | 524 | label_default: ברירת מחדש |
|
525 | 525 | |
|
526 | 526 | button_login: התחבר |
|
527 | 527 | button_submit: הגש |
|
528 | 528 | button_save: שמור |
|
529 | 529 | button_check_all: בחר הכל |
|
530 | 530 | button_uncheck_all: בחר כלום |
|
531 | 531 | button_delete: מחק |
|
532 | 532 | button_create: צור |
|
533 | 533 | button_test: בדוק |
|
534 | 534 | button_edit: ערוך |
|
535 | 535 | button_add: הוסף |
|
536 | 536 | button_change: שנה |
|
537 | 537 | button_apply: הוצא לפועל |
|
538 | 538 | button_clear: נקה |
|
539 | 539 | button_lock: נעל |
|
540 | 540 | button_unlock: בטל נעילה |
|
541 | 541 | button_download: הורד |
|
542 | 542 | button_list: רשימה |
|
543 | 543 | button_view: צפה |
|
544 | 544 | button_move: הזז |
|
545 | 545 | button_back: הקודם |
|
546 | 546 | button_cancel: בטח |
|
547 | 547 | button_activate: הפעל |
|
548 | 548 | button_sort: מיין |
|
549 | 549 | button_log_time: זמן לוג |
|
550 | 550 | button_rollback: חזור לגירסא זו |
|
551 | 551 | button_watch: צפה |
|
552 | 552 | button_unwatch: בטל צפיה |
|
553 | 553 | button_reply: השב |
|
554 | 554 | button_archive: ארכיון |
|
555 | 555 | button_unarchive: הוצא מהארכיון |
|
556 | 556 | button_reset: אפס |
|
557 | 557 | button_rename: שנה שם |
|
558 | 558 | |
|
559 | 559 | status_active: פעיל |
|
560 | 560 | status_registered: רשום |
|
561 | 561 | status_locked: נעול |
|
562 | 562 | |
|
563 | 563 | text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל. |
|
564 | 564 | text_regexp_info: כגון. ^[A-Z0-9]+$ |
|
565 | 565 | text_min_max_length_info: 0 משמעו ללא הגבלות |
|
566 | 566 | text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו ? |
|
567 | 567 | text_workflow_edit: בחר תפקיד ועוקב כדי לערות את זרימת העבודה |
|
568 | 568 | text_are_you_sure: האם אתה בטוח ? |
|
569 | 569 | text_journal_changed: "שונה מ {{old}} ל {{new}}" |
|
570 | 570 | text_journal_set_to: "שונה ל {{value}}" |
|
571 | 571 | text_journal_deleted: נמחק |
|
572 | 572 | text_tip_task_begin_day: מטלה המתחילה היום |
|
573 | 573 | text_tip_task_end_day: מטלה המסתיימת היום |
|
574 | 574 | text_tip_task_begin_end_day: מטלה המתחילה ומסתיימת היום |
|
575 | 575 | text_project_identifier_info: 'אותיות לטיניות (a-z), מספרים ומקפים.<br />ברגע שנשמר, לא ניתן לשנות את המזהה.' |
|
576 | 576 | text_caracters_maximum: "מקסימום {{count}} תווים." |
|
577 | 577 | text_length_between: "אורך בין {{min}} ל {{max}} תווים." |
|
578 | 578 | text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור עוקב זה |
|
579 | 579 | text_unallowed_characters: תווים לא מורשים |
|
580 | 580 | text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים). |
|
581 | 581 | text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדות |
|
582 | 582 | text_issue_added: "הנושא {{id}} דווח (by {{author}})." |
|
583 | 583 | text_issue_updated: "הנושא {{id}} עודכן (by {{author}})." |
|
584 | 584 | text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו? |
|
585 | 585 | text_issue_category_destroy_question: "כמה נושאים ({{count}}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?" |
|
586 | 586 | text_issue_category_destroy_assignments: הסר הצבת קטגוריה |
|
587 | 587 | text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים |
|
588 | 588 | |
|
589 | 589 | default_role_manager: מנהל |
|
590 | 590 | default_role_developper: מפתח |
|
591 | 591 | default_role_reporter: מדווח |
|
592 | 592 | default_tracker_bug: באג |
|
593 | 593 | default_tracker_feature: פיצ'ר |
|
594 | 594 | default_tracker_support: תמיכה |
|
595 | 595 | default_issue_status_new: חדש |
|
596 | 596 | default_issue_status_assigned: מוצב |
|
597 | 597 | default_issue_status_resolved: פתור |
|
598 | 598 | default_issue_status_feedback: משוב |
|
599 | 599 | default_issue_status_closed: סגור |
|
600 | 600 | default_issue_status_rejected: דחוי |
|
601 | 601 | default_doc_category_user: תיעוד משתמש |
|
602 | 602 | default_doc_category_tech: תיעוד טכני |
|
603 | 603 | default_priority_low: נמוכה |
|
604 | 604 | default_priority_normal: רגילה |
|
605 | 605 | default_priority_high: גהבוה |
|
606 | 606 | default_priority_urgent: דחופה |
|
607 | 607 | default_priority_immediate: מידית |
|
608 | 608 | default_activity_design: עיצוב |
|
609 | 609 | default_activity_development: פיתוח |
|
610 | 610 | |
|
611 | 611 | enumeration_issue_priorities: עדיפות נושאים |
|
612 | 612 | enumeration_doc_categories: קטגוריות מסמכים |
|
613 | 613 | enumeration_activities: פעילויות (מעקב אחר זמנים) |
|
614 | 614 | label_search_titles_only: חפש בכותרות בלבד |
|
615 | 615 | label_nobody: אף אחד |
|
616 | 616 | button_change_password: שנה סיסמא |
|
617 | 617 | text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או מוצבים אליך)." |
|
618 | 618 | label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..." |
|
619 | 619 | label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי" |
|
620 | 620 | label_user_mail_option_none: "רק לנושאים שאני צופה או קשור אליהם" |
|
621 | 621 | setting_emails_footer: תחתית דוא"ל |
|
622 | 622 | label_float: צף |
|
623 | 623 | button_copy: העתק |
|
624 | 624 | mail_body_account_information_external: "אתה יכול להשתמש בחשבון {{value}} כדי להתחבר" |
|
625 | 625 | mail_body_account_information: פרטי החשבון שלך |
|
626 | 626 | setting_protocol: פרוטוקול |
|
627 | 627 | label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע" |
|
628 | 628 | setting_time_format: פורמט זמן |
|
629 | 629 | label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל |
|
630 | 630 | mail_subject_account_activation_request: "בקשת הפעלה לחשבון {{value}}" |
|
631 | 631 | mail_body_account_activation_request: "משתמש חדש ({{value}}) נרשם. החשבון שלו מחכה לאישור שלך:'" |
|
632 | 632 | label_registration_automatic_activation: הפעלת חשבון אוטומטית |
|
633 | 633 | label_registration_manual_activation: הפעלת חשבון ידנית |
|
634 | 634 | notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת." |
|
635 | 635 | field_time_zone: איזור זמן |
|
636 | 636 | text_caracters_minimum: "חייב להיות לפחות באורך של {{count}} תווים." |
|
637 | 637 | setting_bcc_recipients: מוסתר (bcc) |
|
638 | 638 | button_annotate: הוסף תיאור מסגרת |
|
639 | 639 | label_issues_by: "נושאים של {{value}}" |
|
640 | 640 | field_searchable: ניתן לחיפוש |
|
641 | 641 | label_display_per_page: "לכל דף: {{value}}'" |
|
642 | 642 | setting_per_page_options: אפשרויות אוביקטים לפי דף |
|
643 | 643 | label_age: גיל |
|
644 | 644 | notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות. |
|
645 | 645 | text_load_default_configuration: טען את אפשרויות ברירת המחדל |
|
646 | 646 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. יהיה באפשרותך לשנותו לאחר שיטען." |
|
647 | 647 | error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: {{value}}" |
|
648 | 648 | button_update: עדכן |
|
649 | 649 | label_change_properties: שנה מאפיינים |
|
650 | 650 | label_general: כללי |
|
651 | 651 | label_repository_plural: מאגרים |
|
652 | 652 | label_associated_revisions: שינויים קשורים |
|
653 | 653 | setting_user_format: פורמט הצגת משתמשים |
|
654 | 654 | text_status_changed_by_changeset: "הוחל בסדרת השינויים {{value}}." |
|
655 | 655 | label_more: עוד |
|
656 | 656 | text_issues_destroy_confirmation: 'האם את\ה בטוח שברצונך למחוק את הנושא\ים ?' |
|
657 | 657 | label_scm: SCM |
|
658 | 658 | text_select_project_modules: 'בחר מודולים להחיל על פקרויקט זה:' |
|
659 | 659 | label_issue_added: נושא הוסף |
|
660 | 660 | label_issue_updated: נושא עודכן |
|
661 | 661 | label_document_added: מוסמך הוסף |
|
662 | 662 | label_message_posted: הודעה הוספה |
|
663 | 663 | label_file_added: קובץ הוסף |
|
664 | 664 | label_news_added: חדשות הוספו |
|
665 | 665 | project_module_boards: לוחות |
|
666 | 666 | project_module_issue_tracking: מעקב נושאים |
|
667 | 667 | project_module_wiki: Wiki |
|
668 | 668 | project_module_files: קבצים |
|
669 | 669 | project_module_documents: מסמכים |
|
670 | 670 | project_module_repository: מאגר |
|
671 | 671 | project_module_news: חדשות |
|
672 | 672 | project_module_time_tracking: מעקב אחר זמנים |
|
673 | 673 | text_file_repository_writable: מאגר הקבצים ניתן לכתיבה |
|
674 | 674 | text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה |
|
675 | 675 | text_rmagick_available: RMagick available (optional) |
|
676 | 676 | button_configure: אפשרויות |
|
677 | 677 | label_plugins: פלאגינים |
|
678 | 678 | label_ldap_authentication: אימות LDAP |
|
679 | 679 | label_downloads_abbr: D/L |
|
680 | 680 | label_this_month: החודש |
|
681 | 681 | label_last_n_days: "ב-{{count}} ימים אחרונים" |
|
682 | 682 | label_all_time: תמיד |
|
683 | 683 | label_this_year: השנה |
|
684 | 684 | label_date_range: טווח תאריכים |
|
685 | 685 | label_last_week: שבוע שעבר |
|
686 | 686 | label_yesterday: אתמול |
|
687 | 687 | label_last_month: חודש שעבר |
|
688 | 688 | label_add_another_file: הוסף עוד קובץ |
|
689 | 689 | label_optional_description: תיאור רשות |
|
690 | 690 | text_destroy_time_entries_question: %.02f שעות דווחו על הנושים שאת\ה עומד\ת למחוק. מה ברצונך לעשות ? |
|
691 | 691 | error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט' |
|
692 | 692 | text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה |
|
693 | 693 | text_destroy_time_entries: מחק שעות שדווחו |
|
694 | 694 | text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:' |
|
695 | 695 | setting_activity_days_default: ימים המוצגים על פעילות הפרויקט |
|
696 | 696 | label_chronological_order: בסדר כרונולוגי |
|
697 | 697 | field_comments_sorting: הצג הערות |
|
698 | 698 | label_reverse_chronological_order: בסדר כרונולוגי הפוך |
|
699 | 699 | label_preferences: העדפות |
|
700 | 700 | setting_display_subprojects_issues: הצג נושאים של תת פרויקטים כברירת מחדל |
|
701 | 701 | label_overall_activity: פעילות כוללת |
|
702 | 702 | setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל |
|
703 | 703 | error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה." |
|
704 | 704 | label_planning: תכנון |
|
705 | 705 | text_subprojects_destroy_warning: "תת הפרויקט\ים: {{value}} ימחקו גם כן.'" |
|
706 | 706 | label_and_its_subprojects: "{{value}} וכל תת הפרויקטים שלו" |
|
707 | 707 | mail_body_reminder: "{{count}} נושאים שמיועדים אליך מיועדים להגשה בתוך {{days}} ימים:" |
|
708 | 708 | mail_subject_reminder: "{{count}} נושאים מיעדים להגשה בימים הקרובים" |
|
709 | 709 | text_user_wrote: "{{value}} כתב:'" |
|
710 | 710 | label_duplicated_by: שוכפל ע"י |
|
711 | 711 | setting_enabled_scm: אפשר SCM |
|
712 | 712 | text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:' |
|
713 | 713 | text_enumeration_destroy_question: "{{count}} אוביקטים מוצבים לערך זה.'" |
|
714 | 714 | label_incoming_emails: דוא"ל נכנס |
|
715 | 715 | label_generate_key: יצר מפתח |
|
716 | 716 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
717 | 717 | setting_mail_handler_api_key: מפתח API |
|
718 | 718 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them." |
|
719 | 719 | field_parent_title: דף אב |
|
720 | 720 | label_issue_watchers: צופים |
|
721 | 721 | setting_commit_logs_encoding: Commit messages encoding |
|
722 | 722 | button_quote: צטט |
|
723 | 723 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
724 | 724 | notice_unable_delete_version: לא ניתן למחוק גירסא |
|
725 | 725 | label_renamed: השם שונה |
|
726 | 726 | label_copied: הועתק |
|
727 | 727 | setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML) |
|
728 | 728 | permission_view_files: צפה בקבצים |
|
729 | 729 | permission_edit_issues: ערוך נושאים |
|
730 | 730 | permission_edit_own_time_entries: ערוך את לוג הזמן של עצמך |
|
731 | 731 | permission_manage_public_queries: נהל שאילתות פומביות |
|
732 | 732 | permission_add_issues: הוסף נושא |
|
733 | 733 | permission_log_time: תעד זמן שבוזבז |
|
734 | 734 | permission_view_changesets: צפה בקבוצות שינויים |
|
735 | 735 | permission_view_time_entries: צפה בזמן שבוזבז |
|
736 | 736 | permission_manage_versions: נהל גירסאות |
|
737 | 737 | permission_manage_wiki: נהל wiki |
|
738 | 738 | permission_manage_categories: נהל קטגוריות נושאים |
|
739 | 739 | permission_protect_wiki_pages: הגן כל דפי wiki |
|
740 | 740 | permission_comment_news: הגב על החדשות |
|
741 | 741 | permission_delete_messages: מחק הודעות |
|
742 | 742 | permission_select_project_modules: בחר מודולי פרויקט |
|
743 | 743 | permission_manage_documents: נהל מסמכים |
|
744 | 744 | permission_edit_wiki_pages: ערוך דפי wiki |
|
745 | 745 | permission_add_issue_watchers: הוסף צופים |
|
746 | 746 | permission_view_gantt: צפה בגאנט |
|
747 | 747 | permission_move_issues: הזז נושאים |
|
748 | 748 | permission_manage_issue_relations: נהל יחס בין נושאים |
|
749 | 749 | permission_delete_wiki_pages: מחק דפי wiki |
|
750 | 750 | permission_manage_boards: נהל לוחות |
|
751 | 751 | permission_delete_wiki_pages_attachments: מחק דבוקות |
|
752 | 752 | permission_view_wiki_edits: צפה בהיסטורית wiki |
|
753 | 753 | permission_add_messages: הצב הודעות |
|
754 | 754 | permission_view_messages: צפה בהודעות |
|
755 | 755 | permission_manage_files: נהל קבצים |
|
756 | 756 | permission_edit_issue_notes: ערוך רשימות |
|
757 | 757 | permission_manage_news: נהל חדשות |
|
758 | 758 | permission_view_calendar: צפה בלוח השנה |
|
759 | 759 | permission_manage_members: נהל חברים |
|
760 | 760 | permission_edit_messages: ערוך הודעות |
|
761 | 761 | permission_delete_issues: מחק נושאים |
|
762 | 762 | permission_view_issue_watchers: צפה ברשימה צופים |
|
763 | 763 | permission_manage_repository: נהל מאגר |
|
764 | 764 | permission_commit_access: Commit access |
|
765 | 765 | permission_browse_repository: סייר במאגר |
|
766 | 766 | permission_view_documents: צפה במסמכים |
|
767 | 767 | permission_edit_project: ערוך פרויקט |
|
768 | 768 | permission_add_issue_notes: Add notes |
|
769 | 769 | permission_save_queries: שמור שאילתות |
|
770 | 770 | permission_view_wiki_pages: צפה ב-wiki |
|
771 | 771 | permission_rename_wiki_pages: שנה שם של דפי wiki |
|
772 | 772 | permission_edit_time_entries: ערוך רישום זמנים |
|
773 | 773 | permission_edit_own_issue_notes: Edit own notes |
|
774 | 774 | setting_gravatar_enabled: Use Gravatar user icons |
|
775 | 775 | label_example: דוגמא |
|
776 | 776 | 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." |
|
777 | 777 | permission_edit_own_messages: ערוך הודעות של עצמך |
|
778 | 778 | permission_delete_own_messages: מחק הודעות של עצמך |
|
779 | 779 | label_user_activity: "הפעילות של {{value}}" |
|
780 | 780 | label_updated_time_by: "עודכן ע'י {{author}} לפני {{age}}" |
|
781 | 781 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
782 | 782 | text_plugin_assets_writable: Plugin assets directory writable |
|
783 | 783 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
784 | 784 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
785 | 785 | button_create_and_continue: Create and continue |
|
786 | 786 | text_custom_field_possible_values_info: 'One line for each value' |
|
787 | 787 | label_display: Display |
|
788 | 788 | field_editable: Editable |
|
789 | 789 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
790 | 790 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
791 | 791 | field_watcher: Watcher |
|
792 | 792 | setting_openid: Allow OpenID login and registration |
|
793 | field_identity_url: OpenID URL | |
|
794 | label_login_with_open_id_option: or login with OpenID |
@@ -1,814 +1,816 | |||
|
1 | 1 | # Hungarian translations for Ruby on Rails |
|
2 | 2 | # by Richard Abonyi (richard.abonyi@gmail.com) |
|
3 | 3 | # thanks to KKata, replaced and #hup.hu |
|
4 | 4 | # Cleaned up by László Bácsi (http://lackac.hu) |
|
5 | 5 | # updated by kfl62 kfl62g@gmail.com |
|
6 | 6 | |
|
7 | 7 | "hu": |
|
8 | 8 | date: |
|
9 | 9 | formats: |
|
10 | 10 | default: "%Y.%m.%d." |
|
11 | 11 | short: "%b %e." |
|
12 | 12 | long: "%Y. %B %e." |
|
13 | 13 | day_names: [vasárnap, hétfő, kedd, szerda, csütörtök, péntek, szombat] |
|
14 | 14 | abbr_day_names: [v., h., k., sze., cs., p., szo.] |
|
15 | 15 | month_names: [~, január, február, március, április, május, június, július, augusztus, szeptember, október, november, december] |
|
16 | 16 | abbr_month_names: [~, jan., febr., márc., ápr., máj., jún., júl., aug., szept., okt., nov., dec.] |
|
17 | 17 | order: [ :year, :month, :day ] |
|
18 | 18 | |
|
19 | 19 | time: |
|
20 | 20 | formats: |
|
21 | 21 | default: "%Y. %b %e., %H:%M" |
|
22 | 22 | short: "%b %e., %H:%M" |
|
23 | 23 | long: "%Y. %B %e., %A, %H:%M" |
|
24 | 24 | am: "de." |
|
25 | 25 | pm: "du." |
|
26 | 26 | |
|
27 | 27 | datetime: |
|
28 | 28 | distance_in_words: |
|
29 | 29 | half_a_minute: 'fél perc' |
|
30 | 30 | less_than_x_seconds: |
|
31 | 31 | # zero: 'kevesebb, mint 1 másodperc' |
|
32 | 32 | one: 'kevesebb, mint 1 másodperc' |
|
33 | 33 | other: 'kevesebb, mint {{count}} másodperc' |
|
34 | 34 | x_seconds: |
|
35 | 35 | one: '1 másodperc' |
|
36 | 36 | other: '{{count}} másodperc' |
|
37 | 37 | less_than_x_minutes: |
|
38 | 38 | # zero: 'kevesebb, mint 1 perc' |
|
39 | 39 | one: 'kevesebb, mint 1 perc' |
|
40 | 40 | other: 'kevesebb, mint {{count}} perc' |
|
41 | 41 | x_minutes: |
|
42 | 42 | one: '1 perc' |
|
43 | 43 | other: '{{count}} perc' |
|
44 | 44 | about_x_hours: |
|
45 | 45 | one: 'majdnem 1 óra' |
|
46 | 46 | other: 'majdnem {{count}} óra' |
|
47 | 47 | x_days: |
|
48 | 48 | one: '1 nap' |
|
49 | 49 | other: '{{count}} nap' |
|
50 | 50 | about_x_months: |
|
51 | 51 | one: 'majdnem 1 hónap' |
|
52 | 52 | other: 'majdnem {{count}} hónap' |
|
53 | 53 | x_months: |
|
54 | 54 | one: '1 hónap' |
|
55 | 55 | other: '{{count}} hónap' |
|
56 | 56 | about_x_years: |
|
57 | 57 | one: 'majdnem 1 év' |
|
58 | 58 | other: 'majdnem {{count}} év' |
|
59 | 59 | over_x_years: |
|
60 | 60 | one: 'több, mint 1 év' |
|
61 | 61 | other: 'több, mint {{count}} év' |
|
62 | 62 | prompts: |
|
63 | 63 | year: "Év" |
|
64 | 64 | month: "Hónap" |
|
65 | 65 | day: "Nap" |
|
66 | 66 | hour: "Óra" |
|
67 | 67 | minute: "Perc" |
|
68 | 68 | second: "Másodperc" |
|
69 | 69 | |
|
70 | 70 | number: |
|
71 | 71 | format: |
|
72 | 72 | precision: 2 |
|
73 | 73 | separator: ',' |
|
74 | 74 | delimiter: ' ' |
|
75 | 75 | currency: |
|
76 | 76 | format: |
|
77 | 77 | unit: 'Ft' |
|
78 | 78 | precision: 0 |
|
79 | 79 | format: '%n %u' |
|
80 | 80 | separator: "" |
|
81 | 81 | delimiter: "" |
|
82 | 82 | percentage: |
|
83 | 83 | format: |
|
84 | 84 | delimiter: "" |
|
85 | 85 | precision: |
|
86 | 86 | format: |
|
87 | 87 | delimiter: "" |
|
88 | 88 | human: |
|
89 | 89 | format: |
|
90 | 90 | delimiter: "" |
|
91 | 91 | precision: 1 |
|
92 | 92 | storage_units: [bájt, KB, MB, GB, TB] |
|
93 | 93 | |
|
94 | 94 | support: |
|
95 | 95 | array: |
|
96 | 96 | # sentence_connector: "és" |
|
97 | 97 | # skip_last_comma: true |
|
98 | 98 | words_connector: ", " |
|
99 | 99 | two_words_connector: " és " |
|
100 | 100 | last_word_connector: " és " |
|
101 | 101 | activerecord: |
|
102 | 102 | errors: |
|
103 | 103 | template: |
|
104 | 104 | header: |
|
105 | 105 | one: "1 hiba miatt nem menthető a következő: {{model}}" |
|
106 | 106 | other: "{{count}} hiba miatt nem menthető a következő: {{model}}" |
|
107 | 107 | body: "Problémás mezők:" |
|
108 | 108 | messages: |
|
109 | 109 | inclusion: "nincs a listában" |
|
110 | 110 | exclusion: "nem elérhető" |
|
111 | 111 | invalid: "nem megfelelő" |
|
112 | 112 | confirmation: "nem egyezik" |
|
113 | 113 | accepted: "nincs elfogadva" |
|
114 | 114 | empty: "nincs megadva" |
|
115 | 115 | blank: "nincs megadva" |
|
116 | 116 | too_long: "túl hosszú (nem lehet több {{count}} karakternél)" |
|
117 | 117 | too_short: "túl rövid (legalább {{count}} karakter kell legyen)" |
|
118 | 118 | wrong_length: "nem megfelelő hosszúságú ({{count}} karakter szükséges)" |
|
119 | 119 | taken: "már foglalt" |
|
120 | 120 | not_a_number: "nem szám" |
|
121 | 121 | greater_than: "nagyobb kell legyen, mint {{count}}" |
|
122 | 122 | greater_than_or_equal_to: "legalább {{count}} kell legyen" |
|
123 | 123 | equal_to: "pontosan {{count}} kell legyen" |
|
124 | 124 | less_than: "kevesebb, mint {{count}} kell legyen" |
|
125 | 125 | less_than_or_equal_to: "legfeljebb {{count}} lehet" |
|
126 | 126 | odd: "páratlan kell legyen" |
|
127 | 127 | even: "páros kell legyen" |
|
128 | 128 | greater_than_start_date: "nagyobbnak kell lennie, mint az indítás dátuma" |
|
129 | 129 | not_same_project: "nem azonos projekthez tartozik" |
|
130 | 130 | circular_dependency: "Ez a kapcsolat egy körkörös függőséget eredményez" |
|
131 | 131 | |
|
132 | 132 | actionview_instancetag_blank_option: Kérem válasszon |
|
133 | 133 | |
|
134 | 134 | general_text_No: 'Nem' |
|
135 | 135 | general_text_Yes: 'Igen' |
|
136 | 136 | general_text_no: 'nem' |
|
137 | 137 | general_text_yes: 'igen' |
|
138 | 138 | general_lang_name: 'Magyar' |
|
139 | 139 | general_csv_separator: ',' |
|
140 | 140 | general_csv_decimal_separator: '.' |
|
141 | 141 | general_csv_encoding: ISO-8859-2 |
|
142 | 142 | general_pdf_encoding: ISO-8859-2 |
|
143 | 143 | general_first_day_of_week: '1' |
|
144 | 144 | |
|
145 | 145 | notice_account_updated: A fiók adatai sikeresen frissítve. |
|
146 | 146 | notice_account_invalid_creditentials: Hibás felhasználói név, vagy jelszó |
|
147 | 147 | notice_account_password_updated: A jelszó módosítása megtörtént. |
|
148 | 148 | notice_account_wrong_password: Hibás jelszó |
|
149 | 149 | notice_account_register_done: A fiók sikeresen létrehozva. Aktiválásához kattints az e-mailben kapott linkre |
|
150 | 150 | notice_account_unknown_email: Ismeretlen felhasználó. |
|
151 | 151 | notice_can_t_change_password: A fiók külső azonosítási forrást használ. A jelszó megváltoztatása nem lehetséges. |
|
152 | 152 | notice_account_lost_email_sent: Egy e-mail üzenetben postáztunk Önnek egy leírást az új jelszó beállításáról. |
|
153 | 153 | notice_account_activated: Fiókját aktiváltuk. Most már be tud jelentkezni a rendszerbe. |
|
154 | 154 | notice_successful_create: Sikeres létrehozás. |
|
155 | 155 | notice_successful_update: Sikeres módosítás. |
|
156 | 156 | notice_successful_delete: Sikeres törlés. |
|
157 | 157 | notice_successful_connection: Sikeres bejelentkezés. |
|
158 | 158 | notice_file_not_found: Az oldal, amit meg szeretne nézni nem található, vagy átkerült egy másik helyre. |
|
159 | 159 | notice_locking_conflict: Az adatot egy másik felhasználó idő közben módosította. |
|
160 | 160 | notice_not_authorized: Nincs hozzáférési engedélye ehhez az oldalhoz. |
|
161 | 161 | notice_email_sent: "Egy e-mail üzenetet küldtünk a következő címre {{value}}" |
|
162 | 162 | notice_email_error: "Hiba történt a levél küldése közben ({{value}})" |
|
163 | 163 | notice_feeds_access_key_reseted: Az RSS hozzáférési kulcsát újra generáltuk. |
|
164 | 164 | notice_failed_to_save_issues: "Nem sikerült a {{count}} feladat(ok) mentése a {{total}} -ban kiválasztva: {{ids}}." |
|
165 | 165 | notice_no_issue_selected: "Nincs feladat kiválasztva! Kérem jelölje meg melyik feladatot szeretné szerkeszteni!" |
|
166 | 166 | notice_account_pending: "A fiókja létrejött, és adminisztrátori jóváhagyásra vár." |
|
167 | 167 | notice_default_data_loaded: Az alapértelmezett konfiguráció betöltése sikeresen megtörtént. |
|
168 | 168 | |
|
169 | 169 | error_can_t_load_default_data: "Az alapértelmezett konfiguráció betöltése nem lehetséges: {{value}}" |
|
170 | 170 | error_scm_not_found: "A bejegyzés, vagy revízió nem található a tárolóban." |
|
171 | 171 | error_scm_command_failed: "A tároló elérése közben hiba lépett fel: {{value}}" |
|
172 | 172 | error_scm_annotate: "A bejegyzés nem létezik, vagy nics jegyzetekkel ellátva." |
|
173 | 173 | error_issue_not_found_in_project: 'A feladat nem található, vagy nem ehhez a projekthez tartozik' |
|
174 | 174 | |
|
175 | 175 | mail_subject_lost_password: Az Ön Redmine jelszava |
|
176 | 176 | mail_body_lost_password: 'A Redmine jelszó megváltoztatásához, kattintson a következő linkre:' |
|
177 | 177 | mail_subject_register: Redmine azonosító aktiválása |
|
178 | 178 | mail_body_register: 'A Redmine azonosítója aktiválásához, kattintson a következő linkre:' |
|
179 | 179 | mail_body_account_information_external: "A {{value}} azonosító használatával bejelentkezhet a Redmineba." |
|
180 | 180 | mail_body_account_information: Az Ön Redmine azonosítójának információi |
|
181 | 181 | mail_subject_account_activation_request: Redmine azonosító aktiválási kérelem |
|
182 | 182 | mail_body_account_activation_request: "Egy új felhasználó ({{value}}) regisztrált, azonosítója jóváhasgyásra várakozik:'" |
|
183 | 183 | |
|
184 | 184 | gui_validation_error: 1 hiba |
|
185 | 185 | gui_validation_error_plural: "{{count}} hiba" |
|
186 | 186 | |
|
187 | 187 | field_name: Név |
|
188 | 188 | field_description: Leírás |
|
189 | 189 | field_summary: Összegzés |
|
190 | 190 | field_is_required: Kötelező |
|
191 | 191 | field_firstname: Keresztnév |
|
192 | 192 | field_lastname: Vezetéknév |
|
193 | 193 | field_mail: E-mail |
|
194 | 194 | field_filename: Fájl |
|
195 | 195 | field_filesize: Méret |
|
196 | 196 | field_downloads: Letöltések |
|
197 | 197 | field_author: Szerző |
|
198 | 198 | field_created_on: Létrehozva |
|
199 | 199 | field_updated_on: Módosítva |
|
200 | 200 | field_field_format: Formátum |
|
201 | 201 | field_is_for_all: Minden projekthez |
|
202 | 202 | field_possible_values: Lehetséges értékek |
|
203 | 203 | field_regexp: Reguláris kifejezés |
|
204 | 204 | field_min_length: Minimum hossz |
|
205 | 205 | field_max_length: Maximum hossz |
|
206 | 206 | field_value: Érték |
|
207 | 207 | field_category: Kategória |
|
208 | 208 | field_title: Cím |
|
209 | 209 | field_project: Projekt |
|
210 | 210 | field_issue: Feladat |
|
211 | 211 | field_status: Státusz |
|
212 | 212 | field_notes: Feljegyzések |
|
213 | 213 | field_is_closed: Feladat lezárva |
|
214 | 214 | field_is_default: Alapértelmezett érték |
|
215 | 215 | field_tracker: Típus |
|
216 | 216 | field_subject: Tárgy |
|
217 | 217 | field_due_date: Befejezés dátuma |
|
218 | 218 | field_assigned_to: Felelős |
|
219 | 219 | field_priority: Prioritás |
|
220 | 220 | field_fixed_version: Cél verzió |
|
221 | 221 | field_user: Felhasználó |
|
222 | 222 | field_role: Szerepkör |
|
223 | 223 | field_homepage: Weboldal |
|
224 | 224 | field_is_public: Nyilvános |
|
225 | 225 | field_parent: Szülő projekt |
|
226 | 226 | field_is_in_chlog: Feladatok látszanak a változás naplóban |
|
227 | 227 | field_is_in_roadmap: Feladatok látszanak az életútban |
|
228 | 228 | field_login: Azonosító |
|
229 | 229 | field_mail_notification: E-mail értesítések |
|
230 | 230 | field_admin: Adminisztrátor |
|
231 | 231 | field_last_login_on: Utolsó bejelentkezés |
|
232 | 232 | field_language: Nyelv |
|
233 | 233 | field_effective_date: Dátum |
|
234 | 234 | field_password: Jelszó |
|
235 | 235 | field_new_password: Új jelszó |
|
236 | 236 | field_password_confirmation: Megerősítés |
|
237 | 237 | field_version: Verzió |
|
238 | 238 | field_type: Típus |
|
239 | 239 | field_host: Kiszolgáló |
|
240 | 240 | field_port: Port |
|
241 | 241 | field_account: Felhasználói fiók |
|
242 | 242 | field_base_dn: Base DN |
|
243 | 243 | field_attr_login: Bejelentkezési tulajdonság |
|
244 | 244 | field_attr_firstname: Családnév |
|
245 | 245 | field_attr_lastname: Utónév |
|
246 | 246 | field_attr_mail: E-mail |
|
247 | 247 | field_onthefly: On-the-fly felhasználó létrehozás |
|
248 | 248 | field_start_date: Kezdés dátuma |
|
249 | 249 | field_done_ratio: Elkészült (%%) |
|
250 | 250 | field_auth_source: Azonosítási mód |
|
251 | 251 | field_hide_mail: Rejtse el az e-mail címem |
|
252 | 252 | field_comments: Megjegyzés |
|
253 | 253 | field_url: URL |
|
254 | 254 | field_start_page: Kezdőlap |
|
255 | 255 | field_subproject: Alprojekt |
|
256 | 256 | field_hours: Óra |
|
257 | 257 | field_activity: Aktivitás |
|
258 | 258 | field_spent_on: Dátum |
|
259 | 259 | field_identifier: Azonosító |
|
260 | 260 | field_is_filter: Szűrőként használható |
|
261 | 261 | field_issue_to_id: Kapcsolódó feladat |
|
262 | 262 | field_delay: Késés |
|
263 | 263 | field_assignable: Feladat rendelhető ehhez a szerepkörhöz |
|
264 | 264 | field_redirect_existing_links: Létező linkek átirányítása |
|
265 | 265 | field_estimated_hours: Becsült idő |
|
266 | 266 | field_column_names: Oszlopok |
|
267 | 267 | field_time_zone: Időzóna |
|
268 | 268 | field_searchable: Kereshető |
|
269 | 269 | field_default_value: Alapértelmezett érték |
|
270 | 270 | field_comments_sorting: Feljegyzések megjelenítése |
|
271 | 271 | |
|
272 | 272 | setting_app_title: Alkalmazás címe |
|
273 | 273 | setting_app_subtitle: Alkalmazás alcíme |
|
274 | 274 | setting_welcome_text: Üdvözlő üzenet |
|
275 | 275 | setting_default_language: Alapértelmezett nyelv |
|
276 | 276 | setting_login_required: Azonosítás szükséges |
|
277 | 277 | setting_self_registration: Regisztráció |
|
278 | 278 | setting_attachment_max_size: Melléklet max. mérete |
|
279 | 279 | setting_issues_export_limit: Feladatok exportálásának korlátja |
|
280 | 280 | setting_mail_from: Kibocsátó e-mail címe |
|
281 | 281 | setting_bcc_recipients: Titkos másolat címzet (bcc) |
|
282 | 282 | setting_host_name: Kiszolgáló neve |
|
283 | 283 | setting_text_formatting: Szöveg formázás |
|
284 | 284 | setting_wiki_compression: Wiki történet tömörítés |
|
285 | 285 | setting_feeds_limit: RSS tartalom korlát |
|
286 | 286 | setting_default_projects_public: Az új projektek alapértelmezés szerint nyilvánosak |
|
287 | 287 | setting_autofetch_changesets: Commitok automatikus lehúzása |
|
288 | 288 | setting_sys_api_enabled: WS engedélyezése a tárolók kezeléséhez |
|
289 | 289 | setting_commit_ref_keywords: Hivatkozó kulcsszavak |
|
290 | 290 | setting_commit_fix_keywords: Javítások kulcsszavai |
|
291 | 291 | setting_autologin: Automatikus bejelentkezés |
|
292 | 292 | setting_date_format: Dátum formátum |
|
293 | 293 | setting_time_format: Idő formátum |
|
294 | 294 | setting_cross_project_issue_relations: Kereszt-projekt feladat hivatkozások engedélyezése |
|
295 | 295 | setting_issue_list_default_columns: Az alapértelmezésként megjelenített oszlopok a feladat listában |
|
296 | 296 | setting_repositories_encodings: Tárolók kódolása |
|
297 | 297 | setting_emails_footer: E-mail lábléc |
|
298 | 298 | setting_protocol: Protokol |
|
299 | 299 | setting_per_page_options: Objektum / oldal opciók |
|
300 | 300 | setting_user_format: Felhasználók megjelenítésének formája |
|
301 | 301 | setting_activity_days_default: Napok megjelenítése a project aktivitásnál |
|
302 | 302 | setting_display_subprojects_issues: Alapértelmezettként mutassa az alprojektek feladatait is a projekteken |
|
303 | 303 | |
|
304 | 304 | project_module_issue_tracking: Feladat követés |
|
305 | 305 | project_module_time_tracking: Idő rögzítés |
|
306 | 306 | project_module_news: Hírek |
|
307 | 307 | project_module_documents: Dokumentumok |
|
308 | 308 | project_module_files: Fájlok |
|
309 | 309 | project_module_wiki: Wiki |
|
310 | 310 | project_module_repository: Tároló |
|
311 | 311 | project_module_boards: Fórumok |
|
312 | 312 | |
|
313 | 313 | label_user: Felhasználó |
|
314 | 314 | label_user_plural: Felhasználók |
|
315 | 315 | label_user_new: Új felhasználó |
|
316 | 316 | label_project: Projekt |
|
317 | 317 | label_project_new: Új projekt |
|
318 | 318 | label_project_plural: Projektek |
|
319 | 319 | label_x_projects: |
|
320 | 320 | zero: no projects |
|
321 | 321 | one: 1 project |
|
322 | 322 | other: "{{count}} projects" |
|
323 | 323 | label_project_all: Az összes projekt |
|
324 | 324 | label_project_latest: Legutóbbi projektek |
|
325 | 325 | label_issue: Feladat |
|
326 | 326 | label_issue_new: Új feladat |
|
327 | 327 | label_issue_plural: Feladatok |
|
328 | 328 | label_issue_view_all: Minden feladat megtekintése |
|
329 | 329 | label_issues_by: "{{value}} feladatai" |
|
330 | 330 | label_issue_added: Feladat hozzáadva |
|
331 | 331 | label_issue_updated: Feladat frissítve |
|
332 | 332 | label_document: Dokumentum |
|
333 | 333 | label_document_new: Új dokumentum |
|
334 | 334 | label_document_plural: Dokumentumok |
|
335 | 335 | label_document_added: Dokumentum hozzáadva |
|
336 | 336 | label_role: Szerepkör |
|
337 | 337 | label_role_plural: Szerepkörök |
|
338 | 338 | label_role_new: Új szerepkör |
|
339 | 339 | label_role_and_permissions: Szerepkörök, és jogosultságok |
|
340 | 340 | label_member: Résztvevő |
|
341 | 341 | label_member_new: Új résztvevő |
|
342 | 342 | label_member_plural: Résztvevők |
|
343 | 343 | label_tracker: Feladat típus |
|
344 | 344 | label_tracker_plural: Feladat típusok |
|
345 | 345 | label_tracker_new: Új feladat típus |
|
346 | 346 | label_workflow: Workflow |
|
347 | 347 | label_issue_status: Feladat státusz |
|
348 | 348 | label_issue_status_plural: Feladat státuszok |
|
349 | 349 | label_issue_status_new: Új státusz |
|
350 | 350 | label_issue_category: Feladat kategória |
|
351 | 351 | label_issue_category_plural: Feladat kategóriák |
|
352 | 352 | label_issue_category_new: Új kategória |
|
353 | 353 | label_custom_field: Egyéni mező |
|
354 | 354 | label_custom_field_plural: Egyéni mezők |
|
355 | 355 | label_custom_field_new: Új egyéni mező |
|
356 | 356 | label_enumerations: Felsorolások |
|
357 | 357 | label_enumeration_new: Új érték |
|
358 | 358 | label_information: Információ |
|
359 | 359 | label_information_plural: Információk |
|
360 | 360 | label_please_login: Jelentkezzen be |
|
361 | 361 | label_register: Regisztráljon |
|
362 | 362 | label_password_lost: Elfelejtett jelszó |
|
363 | 363 | label_home: Kezdőlap |
|
364 | 364 | label_my_page: Saját kezdőlapom |
|
365 | 365 | label_my_account: Fiókom adatai |
|
366 | 366 | label_my_projects: Saját projektem |
|
367 | 367 | label_administration: Adminisztráció |
|
368 | 368 | label_login: Bejelentkezés |
|
369 | 369 | label_logout: Kijelentkezés |
|
370 | 370 | label_help: Súgó |
|
371 | 371 | label_reported_issues: Bejelentett feladatok |
|
372 | 372 | label_assigned_to_me_issues: A nekem kiosztott feladatok |
|
373 | 373 | label_last_login: Utolsó bejelentkezés |
|
374 | 374 | label_registered_on: Regisztrált |
|
375 | 375 | label_activity: Tevékenységek |
|
376 | 376 | label_overall_activity: Teljes aktivitás |
|
377 | 377 | label_new: Új |
|
378 | 378 | label_logged_as: Bejelentkezve, mint |
|
379 | 379 | label_environment: Környezet |
|
380 | 380 | label_authentication: Azonosítás |
|
381 | 381 | label_auth_source: Azonosítás módja |
|
382 | 382 | label_auth_source_new: Új azonosítási mód |
|
383 | 383 | label_auth_source_plural: Azonosítási módok |
|
384 | 384 | label_subproject_plural: Alprojektek |
|
385 | 385 | label_and_its_subprojects: "{{value}} és alprojektjei" |
|
386 | 386 | label_min_max_length: Min - Max hossz |
|
387 | 387 | label_list: Lista |
|
388 | 388 | label_date: Dátum |
|
389 | 389 | label_integer: Egész |
|
390 | 390 | label_float: Lebegőpontos |
|
391 | 391 | label_boolean: Logikai |
|
392 | 392 | label_string: Szöveg |
|
393 | 393 | label_text: Hosszú szöveg |
|
394 | 394 | label_attribute: Tulajdonság |
|
395 | 395 | label_attribute_plural: Tulajdonságok |
|
396 | 396 | label_download: "{{count}} Letöltés" |
|
397 | 397 | label_download_plural: "{{count}} Letöltések" |
|
398 | 398 | label_no_data: Nincs megjeleníthető adat |
|
399 | 399 | label_change_status: Státusz módosítása |
|
400 | 400 | label_history: Történet |
|
401 | 401 | label_attachment: Fájl |
|
402 | 402 | label_attachment_new: Új fájl |
|
403 | 403 | label_attachment_delete: Fájl törlése |
|
404 | 404 | label_attachment_plural: Fájlok |
|
405 | 405 | label_file_added: Fájl hozzáadva |
|
406 | 406 | label_report: Jelentés |
|
407 | 407 | label_report_plural: Jelentések |
|
408 | 408 | label_news: Hírek |
|
409 | 409 | label_news_new: Hír hozzáadása |
|
410 | 410 | label_news_plural: Hírek |
|
411 | 411 | label_news_latest: Legutóbbi hírek |
|
412 | 412 | label_news_view_all: Minden hír megtekintése |
|
413 | 413 | label_news_added: Hír hozzáadva |
|
414 | 414 | label_change_log: Változás napló |
|
415 | 415 | label_settings: Beállítások |
|
416 | 416 | label_overview: Áttekintés |
|
417 | 417 | label_version: Verzió |
|
418 | 418 | label_version_new: Új verzió |
|
419 | 419 | label_version_plural: Verziók |
|
420 | 420 | label_confirmation: Jóváhagyás |
|
421 | 421 | label_export_to: Exportálás |
|
422 | 422 | label_read: Olvas... |
|
423 | 423 | label_public_projects: Nyilvános projektek |
|
424 | 424 | label_open_issues: nyitott |
|
425 | 425 | label_open_issues_plural: nyitott |
|
426 | 426 | label_closed_issues: lezárt |
|
427 | 427 | label_closed_issues_plural: lezárt |
|
428 | 428 | label_x_open_issues_abbr_on_total: |
|
429 | 429 | zero: 0 open / {{total}} |
|
430 | 430 | one: 1 open / {{total}} |
|
431 | 431 | other: "{{count}} open / {{total}}" |
|
432 | 432 | label_x_open_issues_abbr: |
|
433 | 433 | zero: 0 open |
|
434 | 434 | one: 1 open |
|
435 | 435 | other: "{{count}} open" |
|
436 | 436 | label_x_closed_issues_abbr: |
|
437 | 437 | zero: 0 closed |
|
438 | 438 | one: 1 closed |
|
439 | 439 | other: "{{count}} closed" |
|
440 | 440 | label_total: Összesen |
|
441 | 441 | label_permissions: Jogosultságok |
|
442 | 442 | label_current_status: Jelenlegi státusz |
|
443 | 443 | label_new_statuses_allowed: Státusz változtatások engedélyei |
|
444 | 444 | label_all: mind |
|
445 | 445 | label_none: nincs |
|
446 | 446 | label_nobody: senki |
|
447 | 447 | label_next: Következő |
|
448 | 448 | label_previous: Előző |
|
449 | 449 | label_used_by: Használja |
|
450 | 450 | label_details: Részletek |
|
451 | 451 | label_add_note: Jegyzet hozzáadása |
|
452 | 452 | label_per_page: Oldalanként |
|
453 | 453 | label_calendar: Naptár |
|
454 | 454 | label_months_from: hónap, kezdve |
|
455 | 455 | label_gantt: Gantt |
|
456 | 456 | label_internal: Belső |
|
457 | 457 | label_last_changes: "utolsó {{count}} változás" |
|
458 | 458 | label_change_view_all: Minden változás megtekintése |
|
459 | 459 | label_personalize_page: Az oldal testreszabása |
|
460 | 460 | label_comment: Megjegyzés |
|
461 | 461 | label_comment_plural: Megjegyzés |
|
462 | 462 | label_x_comments: |
|
463 | 463 | zero: no comments |
|
464 | 464 | one: 1 comment |
|
465 | 465 | other: "{{count}} comments" |
|
466 | 466 | label_comment_add: Megjegyzés hozzáadása |
|
467 | 467 | label_comment_added: Megjegyzés hozzáadva |
|
468 | 468 | label_comment_delete: Megjegyzések törlése |
|
469 | 469 | label_query: Egyéni lekérdezés |
|
470 | 470 | label_query_plural: Egyéni lekérdezések |
|
471 | 471 | label_query_new: Új lekérdezés |
|
472 | 472 | label_filter_add: Szűrő hozzáadása |
|
473 | 473 | label_filter_plural: Szűrők |
|
474 | 474 | label_equals: egyenlő |
|
475 | 475 | label_not_equals: nem egyenlő |
|
476 | 476 | label_in_less_than: kevesebb, mint |
|
477 | 477 | label_in_more_than: több, mint |
|
478 | 478 | label_in: in |
|
479 | 479 | label_today: ma |
|
480 | 480 | label_all_time: mindenkor |
|
481 | 481 | label_yesterday: tegnap |
|
482 | 482 | label_this_week: aktuális hét |
|
483 | 483 | label_last_week: múlt hét |
|
484 | 484 | label_last_n_days: "az elmúlt {{count}} nap" |
|
485 | 485 | label_this_month: aktuális hónap |
|
486 | 486 | label_last_month: múlt hónap |
|
487 | 487 | label_this_year: aktuális év |
|
488 | 488 | label_date_range: Dátum intervallum |
|
489 | 489 | label_less_than_ago: kevesebb, mint nappal ezelőtt |
|
490 | 490 | label_more_than_ago: több, mint nappal ezelőtt |
|
491 | 491 | label_ago: nappal ezelőtt |
|
492 | 492 | label_contains: tartalmazza |
|
493 | 493 | label_not_contains: nem tartalmazza |
|
494 | 494 | label_day_plural: nap |
|
495 | 495 | label_repository: Tároló |
|
496 | 496 | label_repository_plural: Tárolók |
|
497 | 497 | label_browse: Tallóz |
|
498 | 498 | label_modification: "{{count}} változás" |
|
499 | 499 | label_modification_plural: "{{count}} változások" |
|
500 | 500 | label_revision: Revízió |
|
501 | 501 | label_revision_plural: Revíziók |
|
502 | 502 | label_associated_revisions: Kapcsolt revíziók |
|
503 | 503 | label_added: hozzáadva |
|
504 | 504 | label_modified: módosítva |
|
505 | 505 | label_deleted: törölve |
|
506 | 506 | label_latest_revision: Legutolsó revízió |
|
507 | 507 | label_latest_revision_plural: Legutolsó revíziók |
|
508 | 508 | label_view_revisions: Revíziók megtekintése |
|
509 | 509 | label_max_size: Maximális méret |
|
510 | 510 | label_sort_highest: Az elejére |
|
511 | 511 | label_sort_higher: Eggyel feljebb |
|
512 | 512 | label_sort_lower: Eggyel lejjebb |
|
513 | 513 | label_sort_lowest: Az aljára |
|
514 | 514 | label_roadmap: Életút |
|
515 | 515 | label_roadmap_due_in: "Elkészültéig várhatóan még {{value}}" |
|
516 | 516 | label_roadmap_overdue: "{{value}} késésben" |
|
517 | 517 | label_roadmap_no_issues: Nincsenek feladatok ehhez a verzióhoz |
|
518 | 518 | label_search: Keresés |
|
519 | 519 | label_result_plural: Találatok |
|
520 | 520 | label_all_words: Minden szó |
|
521 | 521 | label_wiki: Wiki |
|
522 | 522 | label_wiki_edit: Wiki szerkesztés |
|
523 | 523 | label_wiki_edit_plural: Wiki szerkesztések |
|
524 | 524 | label_wiki_page: Wiki oldal |
|
525 | 525 | label_wiki_page_plural: Wiki oldalak |
|
526 | 526 | label_index_by_title: Cím szerint indexelve |
|
527 | 527 | label_index_by_date: Dátum szerint indexelve |
|
528 | 528 | label_current_version: Jelenlegi verzió |
|
529 | 529 | label_preview: Előnézet |
|
530 | 530 | label_feed_plural: Visszajelzések |
|
531 | 531 | label_changes_details: Változások részletei |
|
532 | 532 | label_issue_tracking: Feladat követés |
|
533 | 533 | label_spent_time: Ráfordított idő |
|
534 | 534 | label_f_hour: "{{value}} óra" |
|
535 | 535 | label_f_hour_plural: "{{value}} óra" |
|
536 | 536 | label_time_tracking: Idő követés |
|
537 | 537 | label_change_plural: Változások |
|
538 | 538 | label_statistics: Statisztikák |
|
539 | 539 | label_commits_per_month: Commits havonta |
|
540 | 540 | label_commits_per_author: Commits szerzőnként |
|
541 | 541 | label_view_diff: Különbségek megtekintése |
|
542 | 542 | label_diff_inline: inline |
|
543 | 543 | label_diff_side_by_side: side by side |
|
544 | 544 | label_options: Opciók |
|
545 | 545 | label_copy_workflow_from: Workflow másolása innen |
|
546 | 546 | label_permissions_report: Jogosultsági riport |
|
547 | 547 | label_watched_issues: Megfigyelt feladatok |
|
548 | 548 | label_related_issues: Kapcsolódó feladatok |
|
549 | 549 | label_applied_status: Alkalmazandó státusz |
|
550 | 550 | label_loading: Betöltés... |
|
551 | 551 | label_relation_new: Új kapcsolat |
|
552 | 552 | label_relation_delete: Kapcsolat törlése |
|
553 | 553 | label_relates_to: kapcsolódik |
|
554 | 554 | label_duplicates: duplikálja |
|
555 | 555 | label_blocks: zárolja |
|
556 | 556 | label_blocked_by: zárolta |
|
557 | 557 | label_precedes: megelőzi |
|
558 | 558 | label_follows: követi |
|
559 | 559 | label_end_to_start: végétől indulásig |
|
560 | 560 | label_end_to_end: végétől végéig |
|
561 | 561 | label_start_to_start: indulástól indulásig |
|
562 | 562 | label_start_to_end: indulástól végéig |
|
563 | 563 | label_stay_logged_in: Emlékezzen rám |
|
564 | 564 | label_disabled: kikapcsolva |
|
565 | 565 | label_show_completed_versions: A kész verziók mutatása |
|
566 | 566 | label_me: én |
|
567 | 567 | label_board: Fórum |
|
568 | 568 | label_board_new: Új fórum |
|
569 | 569 | label_board_plural: Fórumok |
|
570 | 570 | label_topic_plural: Témák |
|
571 | 571 | label_message_plural: Üzenetek |
|
572 | 572 | label_message_last: Utolsó üzenet |
|
573 | 573 | label_message_new: Új üzenet |
|
574 | 574 | label_message_posted: Üzenet hozzáadva |
|
575 | 575 | label_reply_plural: Válaszok |
|
576 | 576 | label_send_information: Fiók infomációk küldése a felhasználónak |
|
577 | 577 | label_year: Év |
|
578 | 578 | label_month: Hónap |
|
579 | 579 | label_week: Hét |
|
580 | 580 | label_date_from: 'Kezdet:' |
|
581 | 581 | label_date_to: 'Vége:' |
|
582 | 582 | label_language_based: A felhasználó nyelve alapján |
|
583 | 583 | label_sort_by: "{{value}} szerint rendezve" |
|
584 | 584 | label_send_test_email: Teszt e-mail küldése |
|
585 | 585 | label_feeds_access_key_created_on: "RSS hozzáférési kulcs létrehozva ennyivel ezelőtt: {{value}}'" |
|
586 | 586 | label_module_plural: Modulok |
|
587 | 587 | label_added_time_by: "'{{author}} adta hozzá ennyivel ezelőtt: {{age}}'" |
|
588 | 588 | label_updated_time: "Utolsó módosítás ennyivel ezelőtt: {{value}}'" |
|
589 | 589 | label_jump_to_a_project: Ugrás projekthez... |
|
590 | 590 | label_file_plural: Fájlok |
|
591 | 591 | label_changeset_plural: Changesets |
|
592 | 592 | label_default_columns: Alapértelmezett oszlopok |
|
593 | 593 | label_no_change_option: (Nincs változás) |
|
594 | 594 | label_bulk_edit_selected_issues: A kiválasztott feladatok kötegelt szerkesztése |
|
595 | 595 | label_theme: Téma |
|
596 | 596 | label_default: Alapértelmezett |
|
597 | 597 | label_search_titles_only: Keresés csak a címekben |
|
598 | 598 | label_user_mail_option_all: "Minden eseményről minden saját projektemben" |
|
599 | 599 | label_user_mail_option_selected: "Minden eseményről a kiválasztott projektekben..." |
|
600 | 600 | label_user_mail_option_none: "Csak a megfigyelt dolgokról, vagy, amiben részt veszek" |
|
601 | 601 | label_user_mail_no_self_notified: "Nem kérek értesítést az általam végzett módosításokról" |
|
602 | 602 | label_registration_activation_by_email: Fiók aktiválása e-mailben |
|
603 | 603 | label_registration_manual_activation: Manuális fiók aktiválás |
|
604 | 604 | label_registration_automatic_activation: Automatikus fiók aktiválás |
|
605 | 605 | label_display_per_page: "Oldalanként: {{value}}'" |
|
606 | 606 | label_age: Kor |
|
607 | 607 | label_change_properties: Tulajdonságok változtatása |
|
608 | 608 | label_general: Általános |
|
609 | 609 | label_more: továbbiak |
|
610 | 610 | label_scm: SCM |
|
611 | 611 | label_plugins: Pluginek |
|
612 | 612 | label_ldap_authentication: LDAP azonosítás |
|
613 | 613 | label_downloads_abbr: D/L |
|
614 | 614 | label_optional_description: Opcionális leírás |
|
615 | 615 | label_add_another_file: Újabb fájl hozzáadása |
|
616 | 616 | label_preferences: Tulajdonságok |
|
617 | 617 | label_chronological_order: Időrendben |
|
618 | 618 | label_reverse_chronological_order: Fordított időrendben |
|
619 | 619 | label_planning: Tervezés |
|
620 | 620 | |
|
621 | 621 | button_login: Bejelentkezés |
|
622 | 622 | button_submit: Elfogad |
|
623 | 623 | button_save: Mentés |
|
624 | 624 | button_check_all: Mindent kijelöl |
|
625 | 625 | button_uncheck_all: Kijelölés törlése |
|
626 | 626 | button_delete: Töröl |
|
627 | 627 | button_create: Létrehoz |
|
628 | 628 | button_test: Teszt |
|
629 | 629 | button_edit: Szerkeszt |
|
630 | 630 | button_add: Hozzáad |
|
631 | 631 | button_change: Változtat |
|
632 | 632 | button_apply: Alkalmaz |
|
633 | 633 | button_clear: Töröl |
|
634 | 634 | button_lock: Zárol |
|
635 | 635 | button_unlock: Felold |
|
636 | 636 | button_download: Letöltés |
|
637 | 637 | button_list: Lista |
|
638 | 638 | button_view: Megnéz |
|
639 | 639 | button_move: Mozgat |
|
640 | 640 | button_back: Vissza |
|
641 | 641 | button_cancel: Mégse |
|
642 | 642 | button_activate: Aktivál |
|
643 | 643 | button_sort: Rendezés |
|
644 | 644 | button_log_time: Idő rögzítés |
|
645 | 645 | button_rollback: Visszaáll erre a verzióra |
|
646 | 646 | button_watch: Megfigyel |
|
647 | 647 | button_unwatch: Megfigyelés törlése |
|
648 | 648 | button_reply: Válasz |
|
649 | 649 | button_archive: Archivál |
|
650 | 650 | button_unarchive: Dearchivál |
|
651 | 651 | button_reset: Reset |
|
652 | 652 | button_rename: Átnevez |
|
653 | 653 | button_change_password: Jelszó megváltoztatása |
|
654 | 654 | button_copy: Másol |
|
655 | 655 | button_annotate: Jegyzetel |
|
656 | 656 | button_update: Módosít |
|
657 | 657 | button_configure: Konfigurál |
|
658 | 658 | |
|
659 | 659 | status_active: aktív |
|
660 | 660 | status_registered: regisztrált |
|
661 | 661 | status_locked: zárolt |
|
662 | 662 | |
|
663 | 663 | text_select_mail_notifications: Válasszon eseményeket, amelyekről e-mail értesítést kell küldeni. |
|
664 | 664 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
665 | 665 | text_min_max_length_info: 0 = nincs korlátozás |
|
666 | 666 | text_project_destroy_confirmation: Biztosan törölni szeretné a projektet és vele együtt minden kapcsolódó adatot ? |
|
667 | 667 | text_subprojects_destroy_warning: "Az alprojekt(ek): {{value}} szintén törlésre kerülnek.'" |
|
668 | 668 | text_workflow_edit: Válasszon egy szerepkört, és egy trackert a workflow szerkesztéséhez |
|
669 | 669 | text_are_you_sure: Biztos benne ? |
|
670 | 670 | text_journal_changed: "változás: {{old}} volt, {{new}} lett" |
|
671 | 671 | text_journal_set_to: "beállítva: {{value}}" |
|
672 | 672 | text_journal_deleted: törölve |
|
673 | 673 | text_tip_task_begin_day: a feladat ezen a napon kezdődik |
|
674 | 674 | text_tip_task_end_day: a feladat ezen a napon ér véget |
|
675 | 675 | text_tip_task_begin_end_day: a feladat ezen a napon kezdődik és ér véget |
|
676 | 676 | text_project_identifier_info: 'Kis betűk (a-z), számok és kötőjel megengedett.<br />Mentés után az azonosítót megváltoztatni nem lehet.' |
|
677 | 677 | text_caracters_maximum: "maximum {{count}} karakter." |
|
678 | 678 | text_caracters_minimum: "Legkevesebb {{count}} karakter hosszúnek kell lennie." |
|
679 | 679 | text_length_between: "Legalább {{min}} és legfeljebb {{max}} hosszú karakter." |
|
680 | 680 | text_tracker_no_workflow: Nincs workflow definiálva ehhez a tracker-hez |
|
681 | 681 | text_unallowed_characters: Tiltott karakterek |
|
682 | 682 | text_comma_separated: Több érték megengedett (vesszővel elválasztva) |
|
683 | 683 | text_issues_ref_in_commit_messages: Hivatkozás feladatokra, feladatok javítása a commit üzenetekben |
|
684 | 684 | text_issue_added: "Issue {{id}} has been reported by {{author}}." |
|
685 | 685 | text_issue_updated: "Issue {{id}} has been updated by {{author}}." |
|
686 | 686 | text_wiki_destroy_confirmation: Biztosan törölni szeretné ezt a wiki-t minden tartalmával együtt ? |
|
687 | 687 | text_issue_category_destroy_question: "Néhány feladat ({{count}}) hozzá van rendelve ehhez a kategóriához. Mit szeretne tenni ?" |
|
688 | 688 | text_issue_category_destroy_assignments: Kategória hozzárendelés megszűntetése |
|
689 | 689 | text_issue_category_reassign_to: Feladatok újra hozzárendelése a kategóriához |
|
690 | 690 | text_user_mail_option: "A nem kiválasztott projektekről csak akkor kap értesítést, ha figyelést kér rá, vagy részt vesz benne (pl. Ön a létrehozó, vagy a hozzárendelő)" |
|
691 | 691 | text_no_configuration_data: "Szerepkörök, trackerek, feladat státuszok, és workflow adatok még nincsenek konfigurálva.\nErősen ajánlott, az alapértelmezett konfiguráció betöltése, és utána módosíthatja azt." |
|
692 | 692 | text_load_default_configuration: Alapértelmezett konfiguráció betöltése |
|
693 | 693 | text_status_changed_by_changeset: "Applied in changeset {{value}}." |
|
694 | 694 | text_issues_destroy_confirmation: 'Biztos benne, hogy törölni szeretné a kijelölt feladato(ka)t ?' |
|
695 | 695 | text_select_project_modules: 'Válassza ki az engedélyezett modulokat ehhez a projekthez:' |
|
696 | 696 | text_default_administrator_account_changed: Alapértelmezett adminisztrátor fiók megváltoztatva |
|
697 | 697 | text_file_repository_writable: Fájl tároló írható |
|
698 | 698 | text_rmagick_available: RMagick elérhető (opcionális) |
|
699 | 699 | text_destroy_time_entries_question: %.02f órányi munka van rögzítve a feladatokon, amiket törölni szeretne. Mit szeretne tenni ? |
|
700 | 700 | text_destroy_time_entries: A rögzített órák törlése |
|
701 | 701 | text_assign_time_entries_to_project: A rögzített órák hozzárendelése a projekthez |
|
702 | 702 | text_reassign_time_entries: 'A rögzített órák újra hozzárendelése ehhez a feladathoz:' |
|
703 | 703 | |
|
704 | 704 | default_role_manager: Vezető |
|
705 | 705 | default_role_developper: Fejlesztő |
|
706 | 706 | default_role_reporter: Bejelentő |
|
707 | 707 | default_tracker_bug: Hiba |
|
708 | 708 | default_tracker_feature: Fejlesztés |
|
709 | 709 | default_tracker_support: Support |
|
710 | 710 | default_issue_status_new: Új |
|
711 | 711 | default_issue_status_assigned: Kiosztva |
|
712 | 712 | default_issue_status_resolved: Megoldva |
|
713 | 713 | default_issue_status_feedback: Visszajelzés |
|
714 | 714 | default_issue_status_closed: Lezárt |
|
715 | 715 | default_issue_status_rejected: Elutasított |
|
716 | 716 | default_doc_category_user: Felhasználói dokumentáció |
|
717 | 717 | default_doc_category_tech: Technikai dokumentáció |
|
718 | 718 | default_priority_low: Alacsony |
|
719 | 719 | default_priority_normal: Normál |
|
720 | 720 | default_priority_high: Magas |
|
721 | 721 | default_priority_urgent: Sürgős |
|
722 | 722 | default_priority_immediate: Azonnal |
|
723 | 723 | default_activity_design: Tervezés |
|
724 | 724 | default_activity_development: Fejlesztés |
|
725 | 725 | |
|
726 | 726 | enumeration_issue_priorities: Feladat prioritások |
|
727 | 727 | enumeration_doc_categories: Dokumentum kategóriák |
|
728 | 728 | enumeration_activities: Tevékenységek (idő rögzítés) |
|
729 | 729 | mail_body_reminder: "{{count}} neked kiosztott feladat határidős az elkövetkező {{days}} napban:" |
|
730 | 730 | mail_subject_reminder: "{{count}} feladat határidős az elkövetkező napokban" |
|
731 | 731 | text_user_wrote: "{{value}} írta:'" |
|
732 | 732 | label_duplicated_by: duplikálta |
|
733 | 733 | setting_enabled_scm: Forráskódkezelő (SCM) engedélyezése |
|
734 | 734 | text_enumeration_category_reassign_to: 'Újra hozzárendelés ehhez:' |
|
735 | 735 | text_enumeration_destroy_question: "{{count}} objektum van hozzárendelve ehhez az értékhez.'" |
|
736 | 736 | label_incoming_emails: Beérkezett levelek |
|
737 | 737 | label_generate_key: Kulcs generálása |
|
738 | 738 | setting_mail_handler_api_enabled: Web Service engedélyezése a beérkezett levelekhez |
|
739 | 739 | setting_mail_handler_api_key: API kulcs |
|
740 | 740 | text_email_delivery_not_configured: "Az E-mail küldés nincs konfigurálva, és az értesítések ki vannak kapcsolva.\nÁllítsd be az SMTP szervert a config/email.yml fájlban és indítsd újra az alkalmazást, hogy érvénybe lépjen." |
|
741 | 741 | field_parent_title: Szülő oldal |
|
742 | 742 | label_issue_watchers: Megfigyelők |
|
743 | 743 | setting_commit_logs_encoding: Commit üzenetek kódlapja |
|
744 | 744 | button_quote: Idézet |
|
745 | 745 | setting_sequential_project_identifiers: Szekvenciális projekt azonosítók generálása |
|
746 | 746 | notice_unable_delete_version: A verziót nem lehet törölni |
|
747 | 747 | label_renamed: átnevezve |
|
748 | 748 | label_copied: lemásolva |
|
749 | 749 | setting_plain_text_mail: csak szöveg (nem HTML) |
|
750 | 750 | permission_view_files: Fájlok megtekintése |
|
751 | 751 | permission_edit_issues: Feladatok szerkesztése |
|
752 | 752 | permission_edit_own_time_entries: Saját időnapló szerkesztése |
|
753 | 753 | permission_manage_public_queries: Nyilvános kérések kezelése |
|
754 | 754 | permission_add_issues: Feladat felvétele |
|
755 | 755 | permission_log_time: Idő rögzítése |
|
756 | 756 | permission_view_changesets: Változáskötegek megtekintése |
|
757 | 757 | permission_view_time_entries: Időrögzítések megtekintése |
|
758 | 758 | permission_manage_versions: Verziók kezelése |
|
759 | 759 | permission_manage_wiki: Wiki kezelése |
|
760 | 760 | permission_manage_categories: Feladat kategóriák kezelése |
|
761 | 761 | permission_protect_wiki_pages: Wiki oldalak védelme |
|
762 | 762 | permission_comment_news: Hírek kommentelése |
|
763 | 763 | permission_delete_messages: Üzenetek törlése |
|
764 | 764 | permission_select_project_modules: Projekt modulok kezelése |
|
765 | 765 | permission_manage_documents: Dokumentumok kezelése |
|
766 | 766 | permission_edit_wiki_pages: Wiki oldalak szerkesztése |
|
767 | 767 | permission_add_issue_watchers: Megfigyelők felvétele |
|
768 | 768 | permission_view_gantt: Gannt diagramm megtekintése |
|
769 | 769 | permission_move_issues: Feladatok mozgatása |
|
770 | 770 | permission_manage_issue_relations: Feladat kapcsolatok kezelése |
|
771 | 771 | permission_delete_wiki_pages: Wiki oldalak törlése |
|
772 | 772 | permission_manage_boards: Fórumok kezelése |
|
773 | 773 | permission_delete_wiki_pages_attachments: Csatolmányok törlése |
|
774 | 774 | permission_view_wiki_edits: Wiki történet megtekintése |
|
775 | 775 | permission_add_messages: Üzenet beküldése |
|
776 | 776 | permission_view_messages: Üzenetek megtekintése |
|
777 | 777 | permission_manage_files: Fájlok kezelése |
|
778 | 778 | permission_edit_issue_notes: Jegyzetek szerkesztése |
|
779 | 779 | permission_manage_news: Hírek kezelése |
|
780 | 780 | permission_view_calendar: Naptár megtekintése |
|
781 | 781 | permission_manage_members: Tagok kezelése |
|
782 | 782 | permission_edit_messages: Üzenetek szerkesztése |
|
783 | 783 | permission_delete_issues: Feladatok törlése |
|
784 | 784 | permission_view_issue_watchers: Megfigyelők listázása |
|
785 | 785 | permission_manage_repository: Tárolók kezelése |
|
786 | 786 | permission_commit_access: Commit hozzáférés |
|
787 | 787 | permission_browse_repository: Tároló böngészése |
|
788 | 788 | permission_view_documents: Dokumetumok megtekintése |
|
789 | 789 | permission_edit_project: Projekt szerkesztése |
|
790 | 790 | permission_add_issue_notes: Jegyzet rögzítése |
|
791 | 791 | permission_save_queries: Kérések mentése |
|
792 | 792 | permission_view_wiki_pages: Wiki megtekintése |
|
793 | 793 | permission_rename_wiki_pages: Wiki oldalak átnevezése |
|
794 | 794 | permission_edit_time_entries: Időnaplók szerkesztése |
|
795 | 795 | permission_edit_own_issue_notes: Saját jegyzetek szerkesztése |
|
796 | 796 | setting_gravatar_enabled: Felhasználói fényképek engedélyezése |
|
797 | 797 | label_example: Példa |
|
798 | 798 | text_repository_usernames_mapping: "Állítsd be a felhasználó összerendeléseket a Redmine, és a tároló logban található felhasználók között.\nAz azonos felhasználó nevek összerendelése automatikusan megtörténik." |
|
799 | 799 | permission_edit_own_messages: Saját üzenetek szerkesztése |
|
800 | 800 | permission_delete_own_messages: Saját üzenetek törlése |
|
801 | 801 | label_user_activity: "{{value}} tevékenységei" |
|
802 | 802 | label_updated_time_by: "Módosította {{author}} ennyivel ezelőtt: {{age}}" |
|
803 | 803 | text_diff_truncated: '... A diff fájl vége nem jelenik meg, mert hosszab, mint a megjeleníthető sorok száma.' |
|
804 | 804 | setting_diff_max_lines_displayed: A megjelenítendő sorok száma (maximum) a diff fájloknál |
|
805 | 805 | text_plugin_assets_writable: Plugin eszközök könyvtár írható |
|
806 | 806 | warning_attachments_not_saved: "{{count}} fájl mentése nem sikerült." |
|
807 | 807 | button_create_and_continue: Létrehozás és folytatás |
|
808 | 808 | text_custom_field_possible_values_info: 'Értékenként egy sor' |
|
809 | 809 | label_display: Megmutat |
|
810 | 810 | field_editable: Szerkeszthető |
|
811 | 811 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
812 | 812 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
813 | 813 | field_watcher: Watcher |
|
814 | 814 | setting_openid: Allow OpenID login and registration |
|
815 | field_identity_url: OpenID URL | |
|
816 | label_login_with_open_id_option: or login with OpenID |
@@ -1,795 +1,797 | |||
|
1 | 1 | # Italian translations for Ruby on Rails |
|
2 | 2 | # by Claudio Poli (masterkain@gmail.com) |
|
3 | 3 | |
|
4 | 4 | it: |
|
5 | 5 | date: |
|
6 | 6 | formats: |
|
7 | 7 | default: "%d-%m-%Y" |
|
8 | 8 | short: "%d %b" |
|
9 | 9 | long: "%d %B %Y" |
|
10 | 10 | only_day: "%e" |
|
11 | 11 | |
|
12 | 12 | day_names: [Domenica, Lunedì, Martedì, Mercoledì, Giovedì, Venerdì, Sabato] |
|
13 | 13 | abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab] |
|
14 | 14 | month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre] |
|
15 | 15 | abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic] |
|
16 | 16 | order: [ :day, :month, :year ] |
|
17 | 17 | |
|
18 | 18 | time: |
|
19 | 19 | formats: |
|
20 | 20 | default: "%a %d %b %Y, %H:%M:%S %z" |
|
21 | 21 | time: "%H:%M" |
|
22 | 22 | short: "%d %b %H:%M" |
|
23 | 23 | long: "%d %B %Y %H:%M" |
|
24 | 24 | only_second: "%S" |
|
25 | 25 | |
|
26 | 26 | datetime: |
|
27 | 27 | formats: |
|
28 | 28 | default: "%d-%m-%YT%H:%M:%S%Z" |
|
29 | 29 | |
|
30 | 30 | am: 'am' |
|
31 | 31 | pm: 'pm' |
|
32 | 32 | |
|
33 | 33 | datetime: |
|
34 | 34 | distance_in_words: |
|
35 | 35 | half_a_minute: "mezzo minuto" |
|
36 | 36 | less_than_x_seconds: |
|
37 | 37 | one: "meno di un secondo" |
|
38 | 38 | other: "meno di {{count}} secondi" |
|
39 | 39 | x_seconds: |
|
40 | 40 | one: "1 secondo" |
|
41 | 41 | other: "{{count}} secondi" |
|
42 | 42 | less_than_x_minutes: |
|
43 | 43 | one: "meno di un minuto" |
|
44 | 44 | other: "meno di {{count}} minuti" |
|
45 | 45 | x_minutes: |
|
46 | 46 | one: "1 minuto" |
|
47 | 47 | other: "{{count}} minuti" |
|
48 | 48 | about_x_hours: |
|
49 | 49 | one: "circa un'ora" |
|
50 | 50 | other: "circa {{count}} ore" |
|
51 | 51 | x_days: |
|
52 | 52 | one: "1 giorno" |
|
53 | 53 | other: "{{count}} giorni" |
|
54 | 54 | about_x_months: |
|
55 | 55 | one: "circa un mese" |
|
56 | 56 | other: "circa {{count}} mesi" |
|
57 | 57 | x_months: |
|
58 | 58 | one: "1 mese" |
|
59 | 59 | other: "{{count}} mesi" |
|
60 | 60 | about_x_years: |
|
61 | 61 | one: "circa un anno" |
|
62 | 62 | other: "circa {{count}} anni" |
|
63 | 63 | over_x_years: |
|
64 | 64 | one: "oltre un anno" |
|
65 | 65 | other: "oltre {{count}} anni" |
|
66 | 66 | |
|
67 | 67 | number: |
|
68 | 68 | format: |
|
69 | 69 | precision: 3 |
|
70 | 70 | separator: ',' |
|
71 | 71 | delimiter: '.' |
|
72 | 72 | currency: |
|
73 | 73 | format: |
|
74 | 74 | unit: '€' |
|
75 | 75 | precision: 2 |
|
76 | 76 | format: '%n %u' |
|
77 | 77 | |
|
78 | 78 | support: |
|
79 | 79 | array: |
|
80 | 80 | sentence_connector: "and" |
|
81 | 81 | skip_last_comma: false |
|
82 | 82 | |
|
83 | 83 | activerecord: |
|
84 | 84 | errors: |
|
85 | 85 | template: |
|
86 | 86 | header: |
|
87 | 87 | one: "Non posso salvare questo {{model}}: 1 errore" |
|
88 | 88 | other: "Non posso salvare questo {{model}}: {{count}} errori." |
|
89 | 89 | body: "Per favore ricontrolla i seguenti campi:" |
|
90 | 90 | messages: |
|
91 | 91 | inclusion: "non è incluso nella lista" |
|
92 | 92 | exclusion: "è riservato" |
|
93 | 93 | invalid: "non è valido" |
|
94 | 94 | confirmation: "non coincide con la conferma" |
|
95 | 95 | accepted: "deve essere accettata" |
|
96 | 96 | empty: "non può essere vuoto" |
|
97 | 97 | blank: "non può essere lasciato in bianco" |
|
98 | 98 | too_long: "è troppo lungo (il massimo è {{count}} lettere)" |
|
99 | 99 | too_short: "è troppo corto (il minimo è {{count}} lettere)" |
|
100 | 100 | wrong_length: "è della lunghezza sbagliata (deve essere di {{count}} lettere)" |
|
101 | 101 | taken: "è già in uso" |
|
102 | 102 | not_a_number: "non è un numero" |
|
103 | 103 | greater_than: "deve essere superiore a {{count}}" |
|
104 | 104 | greater_than_or_equal_to: "deve essere superiore o uguale a {{count}}" |
|
105 | 105 | equal_to: "deve essere uguale a {{count}}" |
|
106 | 106 | less_than: "deve essere meno di {{count}}" |
|
107 | 107 | less_than_or_equal_to: "deve essere meno o uguale a {{count}}" |
|
108 | 108 | odd: "deve essere dispari" |
|
109 | 109 | even: "deve essere pari" |
|
110 | 110 | greater_than_start_date: "deve essere maggiore della data di partenza" |
|
111 | 111 | not_same_project: "non appartiene allo stesso progetto" |
|
112 | 112 | circular_dependency: "Questa relazione creerebbe una dipendenza circolare" |
|
113 | 113 | |
|
114 | 114 | actionview_instancetag_blank_option: Scegli |
|
115 | 115 | |
|
116 | 116 | general_text_No: 'No' |
|
117 | 117 | general_text_Yes: 'Si' |
|
118 | 118 | general_text_no: 'no' |
|
119 | 119 | general_text_yes: 'si' |
|
120 | 120 | general_lang_name: 'Italiano' |
|
121 | 121 | general_csv_separator: ',' |
|
122 | 122 | general_csv_decimal_separator: '.' |
|
123 | 123 | general_csv_encoding: ISO-8859-1 |
|
124 | 124 | general_pdf_encoding: ISO-8859-1 |
|
125 | 125 | general_first_day_of_week: '1' |
|
126 | 126 | |
|
127 | 127 | notice_account_updated: L'utenza è stata aggiornata. |
|
128 | 128 | notice_account_invalid_creditentials: Nome utente o password non validi. |
|
129 | 129 | notice_account_password_updated: La password è stata aggiornata. |
|
130 | 130 | notice_account_wrong_password: Password errata |
|
131 | 131 | notice_account_register_done: L'utenza è stata creata. |
|
132 | 132 | notice_account_unknown_email: Utente sconosciuto. |
|
133 | 133 | notice_can_t_change_password: Questa utenza utilizza un metodo di autenticazione esterno. Impossibile cambiare la password. |
|
134 | 134 | notice_account_lost_email_sent: Ti è stata spedita una email con le istruzioni per cambiare la password. |
|
135 | 135 | notice_account_activated: Il tuo account è stato attivato. Ora puoi effettuare l'accesso. |
|
136 | 136 | notice_successful_create: Creazione effettuata. |
|
137 | 137 | notice_successful_update: Modifica effettuata. |
|
138 | 138 | notice_successful_delete: Eliminazione effettuata. |
|
139 | 139 | notice_successful_connection: Connessione effettuata. |
|
140 | 140 | notice_file_not_found: La pagina desiderata non esiste o è stata rimossa. |
|
141 | 141 | notice_locking_conflict: Le informazioni sono state modificate da un altro utente. |
|
142 | 142 | notice_not_authorized: Non sei autorizzato ad accedere a questa pagina. |
|
143 | 143 | notice_email_sent: "Una e-mail è stata spedita a {{value}}" |
|
144 | 144 | notice_email_error: "Si è verificato un errore durante l'invio di una e-mail ({{value}})" |
|
145 | 145 | notice_feeds_access_key_reseted: La tua chiave di accesso RSS è stata reimpostata. |
|
146 | 146 | |
|
147 | 147 | error_scm_not_found: "La risorsa e/o la versione non esistono nel repository." |
|
148 | 148 | error_scm_command_failed: "Si è verificato un errore durante l'accesso al repository: {{value}}" |
|
149 | 149 | |
|
150 | 150 | mail_subject_lost_password: "Password {{value}}" |
|
151 | 151 | mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:' |
|
152 | 152 | mail_subject_register: "Attivazione utenza {{value}}" |
|
153 | 153 | mail_body_register: 'Per attivare la vostra utenza, usate il seguente collegamento:' |
|
154 | 154 | |
|
155 | 155 | gui_validation_error: 1 errore |
|
156 | 156 | gui_validation_error_plural: "{{count}} errori" |
|
157 | 157 | |
|
158 | 158 | field_name: Nome |
|
159 | 159 | field_description: Descrizione |
|
160 | 160 | field_summary: Sommario |
|
161 | 161 | field_is_required: Richiesto |
|
162 | 162 | field_firstname: Nome |
|
163 | 163 | field_lastname: Cognome |
|
164 | 164 | field_mail: Email |
|
165 | 165 | field_filename: File |
|
166 | 166 | field_filesize: Dimensione |
|
167 | 167 | field_downloads: Download |
|
168 | 168 | field_author: Autore |
|
169 | 169 | field_created_on: Creato |
|
170 | 170 | field_updated_on: Aggiornato |
|
171 | 171 | field_field_format: Formato |
|
172 | 172 | field_is_for_all: Per tutti i progetti |
|
173 | 173 | field_possible_values: Valori possibili |
|
174 | 174 | field_regexp: Espressione regolare |
|
175 | 175 | field_min_length: Lunghezza minima |
|
176 | 176 | field_max_length: Lunghezza massima |
|
177 | 177 | field_value: Valore |
|
178 | 178 | field_category: Categoria |
|
179 | 179 | field_title: Titolo |
|
180 | 180 | field_project: Progetto |
|
181 | 181 | field_issue: Segnalazione |
|
182 | 182 | field_status: Stato |
|
183 | 183 | field_notes: Note |
|
184 | 184 | field_is_closed: Chiude la segnalazione |
|
185 | 185 | field_is_default: Stato predefinito |
|
186 | 186 | field_tracker: Tracker |
|
187 | 187 | field_subject: Oggetto |
|
188 | 188 | field_due_date: Data ultima |
|
189 | 189 | field_assigned_to: Assegnato a |
|
190 | 190 | field_priority: Priorita' |
|
191 | 191 | field_fixed_version: Versione prevista |
|
192 | 192 | field_user: Utente |
|
193 | 193 | field_role: Ruolo |
|
194 | 194 | field_homepage: Homepage |
|
195 | 195 | field_is_public: Pubblico |
|
196 | 196 | field_parent: Sottoprogetto di |
|
197 | 197 | field_is_in_chlog: Segnalazioni mostrate nel changelog |
|
198 | 198 | field_is_in_roadmap: Segnalazioni mostrate nel roadmap |
|
199 | 199 | field_login: Login |
|
200 | 200 | field_mail_notification: Notifiche via e-mail |
|
201 | 201 | field_admin: Amministratore |
|
202 | 202 | field_last_login_on: Ultima connessione |
|
203 | 203 | field_language: Lingua |
|
204 | 204 | field_effective_date: Data |
|
205 | 205 | field_password: Password |
|
206 | 206 | field_new_password: Nuova password |
|
207 | 207 | field_password_confirmation: Conferma |
|
208 | 208 | field_version: Versione |
|
209 | 209 | field_type: Tipo |
|
210 | 210 | field_host: Host |
|
211 | 211 | field_port: Porta |
|
212 | 212 | field_account: Utenza |
|
213 | 213 | field_base_dn: DN base |
|
214 | 214 | field_attr_login: Attributo login |
|
215 | 215 | field_attr_firstname: Attributo nome |
|
216 | 216 | field_attr_lastname: Attributo cognome |
|
217 | 217 | field_attr_mail: Attributo e-mail |
|
218 | 218 | field_onthefly: Creazione utenza "al volo" |
|
219 | 219 | field_start_date: Inizio |
|
220 | 220 | field_done_ratio: %% completato |
|
221 | 221 | field_auth_source: Modalità di autenticazione |
|
222 | 222 | field_hide_mail: Nascondi il mio indirizzo di e-mail |
|
223 | 223 | field_comments: Commento |
|
224 | 224 | field_url: URL |
|
225 | 225 | field_start_page: Pagina principale |
|
226 | 226 | field_subproject: Sottoprogetto |
|
227 | 227 | field_hours: Ore |
|
228 | 228 | field_activity: Attività |
|
229 | 229 | field_spent_on: Data |
|
230 | 230 | field_identifier: Identificativo |
|
231 | 231 | field_is_filter: Usato come filtro |
|
232 | 232 | field_issue_to_id: Segnalazioni correlate |
|
233 | 233 | field_delay: Ritardo |
|
234 | 234 | field_assignable: E' possibile assegnare segnalazioni a questo ruolo |
|
235 | 235 | field_redirect_existing_links: Redirige i collegamenti esistenti |
|
236 | 236 | field_estimated_hours: Tempo stimato |
|
237 | 237 | field_default_value: Stato predefinito |
|
238 | 238 | |
|
239 | 239 | setting_app_title: Titolo applicazione |
|
240 | 240 | setting_app_subtitle: Sottotitolo applicazione |
|
241 | 241 | setting_welcome_text: Testo di benvenuto |
|
242 | 242 | setting_default_language: Lingua predefinita |
|
243 | 243 | setting_login_required: Autenticazione richiesta |
|
244 | 244 | setting_self_registration: Auto-registrazione abilitata |
|
245 | 245 | setting_attachment_max_size: Massima dimensione allegati |
|
246 | 246 | setting_issues_export_limit: Limite esportazione segnalazioni |
|
247 | 247 | setting_mail_from: Indirizzo sorgente e-mail |
|
248 | 248 | setting_host_name: Nome host |
|
249 | 249 | setting_text_formatting: Formattazione testo |
|
250 | 250 | setting_wiki_compression: Comprimi cronologia wiki |
|
251 | 251 | setting_feeds_limit: Limite contenuti del feed |
|
252 | 252 | setting_autofetch_changesets: Acquisisci automaticamente le commit |
|
253 | 253 | setting_sys_api_enabled: Abilita WS per la gestione del repository |
|
254 | 254 | setting_commit_ref_keywords: Parole chiave riferimento |
|
255 | 255 | setting_commit_fix_keywords: Parole chiave chiusura |
|
256 | 256 | setting_autologin: Login automatico |
|
257 | 257 | setting_date_format: Formato data |
|
258 | 258 | setting_cross_project_issue_relations: Consenti la creazione di relazioni tra segnalazioni in progetti differenti |
|
259 | 259 | |
|
260 | 260 | label_user: Utente |
|
261 | 261 | label_user_plural: Utenti |
|
262 | 262 | label_user_new: Nuovo utente |
|
263 | 263 | label_project: Progetto |
|
264 | 264 | label_project_new: Nuovo progetto |
|
265 | 265 | label_project_plural: Progetti |
|
266 | 266 | label_x_projects: |
|
267 | 267 | zero: no projects |
|
268 | 268 | one: 1 project |
|
269 | 269 | other: "{{count}} projects" |
|
270 | 270 | label_project_all: Tutti i progetti |
|
271 | 271 | label_project_latest: Ultimi progetti registrati |
|
272 | 272 | label_issue: Segnalazione |
|
273 | 273 | label_issue_new: Nuova segnalazione |
|
274 | 274 | label_issue_plural: Segnalazioni |
|
275 | 275 | label_issue_view_all: Mostra tutte le segnalazioni |
|
276 | 276 | label_document: Documento |
|
277 | 277 | label_document_new: Nuovo documento |
|
278 | 278 | label_document_plural: Documenti |
|
279 | 279 | label_role: Ruolo |
|
280 | 280 | label_role_plural: Ruoli |
|
281 | 281 | label_role_new: Nuovo ruolo |
|
282 | 282 | label_role_and_permissions: Ruoli e permessi |
|
283 | 283 | label_member: Membro |
|
284 | 284 | label_member_new: Nuovo membro |
|
285 | 285 | label_member_plural: Membri |
|
286 | 286 | label_tracker: Tracker |
|
287 | 287 | label_tracker_plural: Tracker |
|
288 | 288 | label_tracker_new: Nuovo tracker |
|
289 | 289 | label_workflow: Workflow |
|
290 | 290 | label_issue_status: Stato segnalazioni |
|
291 | 291 | label_issue_status_plural: Stati segnalazione |
|
292 | 292 | label_issue_status_new: Nuovo stato |
|
293 | 293 | label_issue_category: Categorie segnalazioni |
|
294 | 294 | label_issue_category_plural: Categorie segnalazioni |
|
295 | 295 | label_issue_category_new: Nuova categoria |
|
296 | 296 | label_custom_field: Campo personalizzato |
|
297 | 297 | label_custom_field_plural: Campi personalizzati |
|
298 | 298 | label_custom_field_new: Nuovo campo personalizzato |
|
299 | 299 | label_enumerations: Enumerazioni |
|
300 | 300 | label_enumeration_new: Nuovo valore |
|
301 | 301 | label_information: Informazione |
|
302 | 302 | label_information_plural: Informazioni |
|
303 | 303 | label_please_login: Autenticarsi |
|
304 | 304 | label_register: Registrati |
|
305 | 305 | label_password_lost: Password dimenticata |
|
306 | 306 | label_home: Home |
|
307 | 307 | label_my_page: Pagina personale |
|
308 | 308 | label_my_account: La mia utenza |
|
309 | 309 | label_my_projects: I miei progetti |
|
310 | 310 | label_administration: Amministrazione |
|
311 | 311 | label_login: Login |
|
312 | 312 | label_logout: Logout |
|
313 | 313 | label_help: Aiuto |
|
314 | 314 | label_reported_issues: Segnalazioni |
|
315 | 315 | label_assigned_to_me_issues: Le mie segnalazioni |
|
316 | 316 | label_last_login: Ultimo collegamento |
|
317 | 317 | label_registered_on: Registrato il |
|
318 | 318 | label_activity: Attività |
|
319 | 319 | label_new: Nuovo |
|
320 | 320 | label_logged_as: Autenticato come |
|
321 | 321 | label_environment: Ambiente |
|
322 | 322 | label_authentication: Autenticazione |
|
323 | 323 | label_auth_source: Modalità di autenticazione |
|
324 | 324 | label_auth_source_new: Nuova modalità di autenticazione |
|
325 | 325 | label_auth_source_plural: Modalità di autenticazione |
|
326 | 326 | label_subproject_plural: Sottoprogetti |
|
327 | 327 | label_min_max_length: Lunghezza minima - massima |
|
328 | 328 | label_list: Elenco |
|
329 | 329 | label_date: Data |
|
330 | 330 | label_integer: Intero |
|
331 | 331 | label_boolean: Booleano |
|
332 | 332 | label_string: Testo |
|
333 | 333 | label_text: Testo esteso |
|
334 | 334 | label_attribute: Attributo |
|
335 | 335 | label_attribute_plural: Attributi |
|
336 | 336 | label_download: "{{count}} Download" |
|
337 | 337 | label_download_plural: "{{count}} Download" |
|
338 | 338 | label_no_data: Nessun dato disponibile |
|
339 | 339 | label_change_status: Cambia stato |
|
340 | 340 | label_history: Cronologia |
|
341 | 341 | label_attachment: File |
|
342 | 342 | label_attachment_new: Nuovo file |
|
343 | 343 | label_attachment_delete: Elimina file |
|
344 | 344 | label_attachment_plural: File |
|
345 | 345 | label_report: Report |
|
346 | 346 | label_report_plural: Report |
|
347 | 347 | label_news: Notizia |
|
348 | 348 | label_news_new: Aggiungi notizia |
|
349 | 349 | label_news_plural: Notizie |
|
350 | 350 | label_news_latest: Utime notizie |
|
351 | 351 | label_news_view_all: Tutte le notizie |
|
352 | 352 | label_change_log: Elenco modifiche |
|
353 | 353 | label_settings: Impostazioni |
|
354 | 354 | label_overview: Panoramica |
|
355 | 355 | label_version: Versione |
|
356 | 356 | label_version_new: Nuova versione |
|
357 | 357 | label_version_plural: Versioni |
|
358 | 358 | label_confirmation: Conferma |
|
359 | 359 | label_export_to: Esporta su |
|
360 | 360 | label_read: Leggi... |
|
361 | 361 | label_public_projects: Progetti pubblici |
|
362 | 362 | label_open_issues: aperta |
|
363 | 363 | label_open_issues_plural: aperte |
|
364 | 364 | label_closed_issues: chiusa |
|
365 | 365 | label_closed_issues_plural: chiuse |
|
366 | 366 | label_x_open_issues_abbr_on_total: |
|
367 | 367 | zero: 0 open / {{total}} |
|
368 | 368 | one: 1 open / {{total}} |
|
369 | 369 | other: "{{count}} open / {{total}}" |
|
370 | 370 | label_x_open_issues_abbr: |
|
371 | 371 | zero: 0 open |
|
372 | 372 | one: 1 open |
|
373 | 373 | other: "{{count}} open" |
|
374 | 374 | label_x_closed_issues_abbr: |
|
375 | 375 | zero: 0 closed |
|
376 | 376 | one: 1 closed |
|
377 | 377 | other: "{{count}} closed" |
|
378 | 378 | label_total: Totale |
|
379 | 379 | label_permissions: Permessi |
|
380 | 380 | label_current_status: Stato attuale |
|
381 | 381 | label_new_statuses_allowed: Nuovi stati possibili |
|
382 | 382 | label_all: tutti |
|
383 | 383 | label_none: nessuno |
|
384 | 384 | label_next: Successivo |
|
385 | 385 | label_previous: Precedente |
|
386 | 386 | label_used_by: Usato da |
|
387 | 387 | label_details: Dettagli |
|
388 | 388 | label_add_note: Aggiungi una nota |
|
389 | 389 | label_per_page: Per pagina |
|
390 | 390 | label_calendar: Calendario |
|
391 | 391 | label_months_from: mesi da |
|
392 | 392 | label_gantt: Gantt |
|
393 | 393 | label_internal: Interno |
|
394 | 394 | label_last_changes: "ultime {{count}} modifiche" |
|
395 | 395 | label_change_view_all: Tutte le modifiche |
|
396 | 396 | label_personalize_page: Personalizza la pagina |
|
397 | 397 | label_comment: Commento |
|
398 | 398 | label_comment_plural: Commenti |
|
399 | 399 | label_x_comments: |
|
400 | 400 | zero: no comments |
|
401 | 401 | one: 1 comment |
|
402 | 402 | other: "{{count}} comments" |
|
403 | 403 | label_comment_add: Aggiungi un commento |
|
404 | 404 | label_comment_added: Commento aggiunto |
|
405 | 405 | label_comment_delete: Elimina commenti |
|
406 | 406 | label_query: Query personalizzata |
|
407 | 407 | label_query_plural: Query personalizzate |
|
408 | 408 | label_query_new: Nuova query |
|
409 | 409 | label_filter_add: Aggiungi filtro |
|
410 | 410 | label_filter_plural: Filtri |
|
411 | 411 | label_equals: è |
|
412 | 412 | label_not_equals: non è |
|
413 | 413 | label_in_less_than: è minore di |
|
414 | 414 | label_in_more_than: è maggiore di |
|
415 | 415 | label_in: in |
|
416 | 416 | label_today: oggi |
|
417 | 417 | label_this_week: questa settimana |
|
418 | 418 | label_less_than_ago: meno di giorni fa |
|
419 | 419 | label_more_than_ago: più di giorni fa |
|
420 | 420 | label_ago: giorni fa |
|
421 | 421 | label_contains: contiene |
|
422 | 422 | label_not_contains: non contiene |
|
423 | 423 | label_day_plural: giorni |
|
424 | 424 | label_repository: Repository |
|
425 | 425 | label_browse: Sfoglia |
|
426 | 426 | label_modification: "{{count}} modifica" |
|
427 | 427 | label_modification_plural: "{{count}} modifiche" |
|
428 | 428 | label_revision: Versione |
|
429 | 429 | label_revision_plural: Versioni |
|
430 | 430 | label_added: aggiunto |
|
431 | 431 | label_modified: modificato |
|
432 | 432 | label_deleted: eliminato |
|
433 | 433 | label_latest_revision: Ultima versione |
|
434 | 434 | label_latest_revision_plural: Ultime versioni |
|
435 | 435 | label_view_revisions: Mostra versioni |
|
436 | 436 | label_max_size: Dimensione massima |
|
437 | 437 | label_sort_highest: Sposta in cima |
|
438 | 438 | label_sort_higher: Su |
|
439 | 439 | label_sort_lower: Giù |
|
440 | 440 | label_sort_lowest: Sposta in fondo |
|
441 | 441 | label_roadmap: Roadmap |
|
442 | 442 | label_roadmap_due_in: "Da ultimare in {{value}}" |
|
443 | 443 | label_roadmap_overdue: "{{value}} di ritardo" |
|
444 | 444 | label_roadmap_no_issues: Nessuna segnalazione per questa versione |
|
445 | 445 | label_search: Ricerca |
|
446 | 446 | label_result_plural: Risultati |
|
447 | 447 | label_all_words: Tutte le parole |
|
448 | 448 | label_wiki: Wiki |
|
449 | 449 | label_wiki_edit: Modifica Wiki |
|
450 | 450 | label_wiki_edit_plural: Modfiche wiki |
|
451 | 451 | label_wiki_page: Pagina Wiki |
|
452 | 452 | label_wiki_page_plural: Pagine Wiki |
|
453 | 453 | label_index_by_title: Ordina per titolo |
|
454 | 454 | label_index_by_date: Ordina per data |
|
455 | 455 | label_current_version: Versione corrente |
|
456 | 456 | label_preview: Anteprima |
|
457 | 457 | label_feed_plural: Feed |
|
458 | 458 | label_changes_details: Particolari di tutti i cambiamenti |
|
459 | 459 | label_issue_tracking: Tracking delle segnalazioni |
|
460 | 460 | label_spent_time: Tempo impiegato |
|
461 | 461 | label_f_hour: "{{value}} ora" |
|
462 | 462 | label_f_hour_plural: "{{value}} ore" |
|
463 | 463 | label_time_tracking: Tracking del tempo |
|
464 | 464 | label_change_plural: Modifiche |
|
465 | 465 | label_statistics: Statistiche |
|
466 | 466 | label_commits_per_month: Commit per mese |
|
467 | 467 | label_commits_per_author: Commit per autore |
|
468 | 468 | label_view_diff: mostra differenze |
|
469 | 469 | label_diff_inline: in linea |
|
470 | 470 | label_diff_side_by_side: fianco a fianco |
|
471 | 471 | label_options: Opzioni |
|
472 | 472 | label_copy_workflow_from: Copia workflow da |
|
473 | 473 | label_permissions_report: Report permessi |
|
474 | 474 | label_watched_issues: Segnalazioni osservate |
|
475 | 475 | label_related_issues: Segnalazioni correlate |
|
476 | 476 | label_applied_status: Stato applicato |
|
477 | 477 | label_loading: Caricamento... |
|
478 | 478 | label_relation_new: Nuova relazione |
|
479 | 479 | label_relation_delete: Elimina relazione |
|
480 | 480 | label_relates_to: correlato a |
|
481 | 481 | label_duplicates: duplicati |
|
482 | 482 | label_blocks: blocchi |
|
483 | 483 | label_blocked_by: bloccato da |
|
484 | 484 | label_precedes: precede |
|
485 | 485 | label_follows: segue |
|
486 | 486 | label_end_to_start: end to start |
|
487 | 487 | label_end_to_end: end to end |
|
488 | 488 | label_start_to_start: start to start |
|
489 | 489 | label_start_to_end: start to end |
|
490 | 490 | label_stay_logged_in: Rimani collegato |
|
491 | 491 | label_disabled: disabilitato |
|
492 | 492 | label_show_completed_versions: Mostra versioni completate |
|
493 | 493 | label_me: io |
|
494 | 494 | label_board: Forum |
|
495 | 495 | label_board_new: Nuovo forum |
|
496 | 496 | label_board_plural: Forum |
|
497 | 497 | label_topic_plural: Argomenti |
|
498 | 498 | label_message_plural: Messaggi |
|
499 | 499 | label_message_last: Ultimo messaggio |
|
500 | 500 | label_message_new: Nuovo messaggio |
|
501 | 501 | label_reply_plural: Risposte |
|
502 | 502 | label_send_information: Invia all'utente le informazioni relative all'account |
|
503 | 503 | label_year: Anno |
|
504 | 504 | label_month: Mese |
|
505 | 505 | label_week: Settimana |
|
506 | 506 | label_date_from: Da |
|
507 | 507 | label_date_to: A |
|
508 | 508 | label_language_based: Basato sul linguaggio |
|
509 | 509 | label_sort_by: "Ordina per {{value}}" |
|
510 | 510 | label_send_test_email: Invia una e-mail di test |
|
511 | 511 | label_feeds_access_key_created_on: "chiave di accesso RSS creata {{value}} fa" |
|
512 | 512 | label_module_plural: Moduli |
|
513 | 513 | label_added_time_by: "Aggiunto da {{author}} {{age}} fa" |
|
514 | 514 | label_updated_time: "Aggiornato {{value}} fa" |
|
515 | 515 | label_jump_to_a_project: Vai al progetto... |
|
516 | 516 | |
|
517 | 517 | button_login: Login |
|
518 | 518 | button_submit: Invia |
|
519 | 519 | button_save: Salva |
|
520 | 520 | button_check_all: Seleziona tutti |
|
521 | 521 | button_uncheck_all: Deseleziona tutti |
|
522 | 522 | button_delete: Elimina |
|
523 | 523 | button_create: Crea |
|
524 | 524 | button_test: Test |
|
525 | 525 | button_edit: Modifica |
|
526 | 526 | button_add: Aggiungi |
|
527 | 527 | button_change: Modifica |
|
528 | 528 | button_apply: Applica |
|
529 | 529 | button_clear: Pulisci |
|
530 | 530 | button_lock: Blocca |
|
531 | 531 | button_unlock: Sblocca |
|
532 | 532 | button_download: Scarica |
|
533 | 533 | button_list: Elenca |
|
534 | 534 | button_view: Mostra |
|
535 | 535 | button_move: Sposta |
|
536 | 536 | button_back: Indietro |
|
537 | 537 | button_cancel: Annulla |
|
538 | 538 | button_activate: Attiva |
|
539 | 539 | button_sort: Ordina |
|
540 | 540 | button_log_time: Registra tempo |
|
541 | 541 | button_rollback: Ripristina questa versione |
|
542 | 542 | button_watch: Osserva |
|
543 | 543 | button_unwatch: Dimentica |
|
544 | 544 | button_reply: Rispondi |
|
545 | 545 | button_archive: Archivia |
|
546 | 546 | button_unarchive: Ripristina |
|
547 | 547 | button_reset: Reset |
|
548 | 548 | button_rename: Rinomina |
|
549 | 549 | |
|
550 | 550 | status_active: attivo |
|
551 | 551 | status_registered: registrato |
|
552 | 552 | status_locked: bloccato |
|
553 | 553 | |
|
554 | 554 | text_select_mail_notifications: Seleziona le azioni per cui deve essere inviata una notifica. |
|
555 | 555 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
556 | 556 | text_min_max_length_info: 0 significa nessuna restrizione |
|
557 | 557 | text_project_destroy_confirmation: Sei sicuro di voler cancellare il progetti e tutti i dati ad esso collegati? |
|
558 | 558 | text_workflow_edit: Seleziona un ruolo ed un tracker per modificare il workflow |
|
559 | 559 | text_are_you_sure: Sei sicuro ? |
|
560 | 560 | text_journal_changed: "cambiato da {{old}} a {{new}}" |
|
561 | 561 | text_journal_set_to: "impostato a {{value}}" |
|
562 | 562 | text_journal_deleted: cancellato |
|
563 | 563 | text_tip_task_begin_day: attività che iniziano in questa giornata |
|
564 | 564 | text_tip_task_end_day: attività che terminano in questa giornata |
|
565 | 565 | text_tip_task_begin_end_day: attività che iniziano e terminano in questa giornata |
|
566 | 566 | text_project_identifier_info: "Lettere minuscole (a-z), numeri e trattini permessi.<br />Una volta salvato, l'identificativo non può essere modificato." |
|
567 | 567 | text_caracters_maximum: "massimo {{count}} caratteri." |
|
568 | 568 | text_length_between: "Lunghezza compresa tra {{min}} e {{max}} caratteri." |
|
569 | 569 | text_tracker_no_workflow: Nessun workflow definito per questo tracker |
|
570 | 570 | text_unallowed_characters: Caratteri non permessi |
|
571 | 571 | text_comma_separated: Valori multipli permessi (separati da virgola). |
|
572 | 572 | text_issues_ref_in_commit_messages: Segnalazioni di riferimento e chiusura nei messaggi di commit |
|
573 | 573 | text_issue_added: "E' stata segnalata l'anomalia {{id}} da {{author}}." |
|
574 | 574 | text_issue_updated: "L'anomalia {{id}} e' stata aggiornata da {{author}}." |
|
575 | 575 | text_wiki_destroy_confirmation: Sicuro di voler cancellare questo wiki e tutti i suoi contenuti? |
|
576 | 576 | text_issue_category_destroy_question: "Alcune segnalazioni ({{count}}) risultano assegnate a questa categoria. Cosa vuoi fare ?" |
|
577 | 577 | text_issue_category_destroy_assignments: Rimuovi gli assegnamenti a questa categoria |
|
578 | 578 | text_issue_category_reassign_to: Riassegna segnalazioni a questa categoria |
|
579 | 579 | |
|
580 | 580 | default_role_manager: Manager |
|
581 | 581 | default_role_developper: Sviluppatore |
|
582 | 582 | default_role_reporter: Reporter |
|
583 | 583 | default_tracker_bug: Segnalazione |
|
584 | 584 | default_tracker_feature: Funzione |
|
585 | 585 | default_tracker_support: Supporto |
|
586 | 586 | default_issue_status_new: Nuovo |
|
587 | 587 | default_issue_status_assigned: Assegnato |
|
588 | 588 | default_issue_status_resolved: Risolto |
|
589 | 589 | default_issue_status_feedback: Feedback |
|
590 | 590 | default_issue_status_closed: Chiuso |
|
591 | 591 | default_issue_status_rejected: Rifiutato |
|
592 | 592 | default_doc_category_user: Documentazione utente |
|
593 | 593 | default_doc_category_tech: Documentazione tecnica |
|
594 | 594 | default_priority_low: Bassa |
|
595 | 595 | default_priority_normal: Normale |
|
596 | 596 | default_priority_high: Alta |
|
597 | 597 | default_priority_urgent: Urgente |
|
598 | 598 | default_priority_immediate: Immediata |
|
599 | 599 | default_activity_design: Progettazione |
|
600 | 600 | default_activity_development: Sviluppo |
|
601 | 601 | |
|
602 | 602 | enumeration_issue_priorities: Priorità segnalazioni |
|
603 | 603 | enumeration_doc_categories: Categorie di documenti |
|
604 | 604 | enumeration_activities: Attività (time tracking) |
|
605 | 605 | label_file_plural: File |
|
606 | 606 | label_changeset_plural: Changeset |
|
607 | 607 | field_column_names: Colonne |
|
608 | 608 | label_default_columns: Colonne predefinite |
|
609 | 609 | setting_issue_list_default_columns: Colonne predefinite mostrate nell'elenco segnalazioni |
|
610 | 610 | setting_repositories_encodings: Codifiche dei repository |
|
611 | 611 | notice_no_issue_selected: "Nessuna segnalazione selezionata! Seleziona le segnalazioni che intendi modificare." |
|
612 | 612 | label_bulk_edit_selected_issues: Modifica massiva delle segnalazioni selezionate |
|
613 | 613 | label_no_change_option: (Nessuna modifica) |
|
614 | 614 | notice_failed_to_save_issues: "Impossibile salvare {{count}} segnalazioni su {{total}} selezionate: {{ids}}." |
|
615 | 615 | label_theme: Tema |
|
616 | 616 | label_default: Predefinito |
|
617 | 617 | label_search_titles_only: Cerca solo nei titoli |
|
618 | 618 | label_nobody: nessuno |
|
619 | 619 | button_change_password: Modifica password |
|
620 | 620 | text_user_mail_option: "Per i progetti non selezionati, riceverai solo le notifiche riguardanti le cose che osservi o nelle quali sei coinvolto (per esempio segnalazioni che hai creato o che ti sono state assegnate)." |
|
621 | 621 | label_user_mail_option_selected: "Solo per gli eventi relativi ai progetti selezionati..." |
|
622 | 622 | label_user_mail_option_all: "Per ogni evento relativo ad uno dei miei progetti" |
|
623 | 623 | label_user_mail_option_none: "Solo per argomenti che osservo o che mi riguardano" |
|
624 | 624 | setting_emails_footer: Piè di pagina e-mail |
|
625 | 625 | label_float: Decimale |
|
626 | 626 | button_copy: Copia |
|
627 | 627 | mail_body_account_information_external: "Puoi utilizzare il tuo account {{value}} per accedere al sistema." |
|
628 | 628 | mail_body_account_information: Le informazioni riguardanti il tuo account |
|
629 | 629 | setting_protocol: Protocollo |
|
630 | 630 | label_user_mail_no_self_notified: "Non voglio notifiche riguardanti modifiche da me apportate" |
|
631 | 631 | setting_time_format: Formato ora |
|
632 | 632 | label_registration_activation_by_email: attivazione account via e-mail |
|
633 | 633 | mail_subject_account_activation_request: "{{value}} richiesta attivazione account" |
|
634 | 634 | mail_body_account_activation_request: "Un nuovo utente ({{value}}) ha effettuato la registrazione. Il suo account è in attesa di abilitazione da parte tua:'" |
|
635 | 635 | label_registration_automatic_activation: attivazione account automatica |
|
636 | 636 | label_registration_manual_activation: attivazione account manuale |
|
637 | 637 | notice_account_pending: "Il tuo account è stato creato ed è in attesa di attivazione da parte dell'amministratore." |
|
638 | 638 | field_time_zone: Fuso orario |
|
639 | 639 | text_caracters_minimum: "Deve essere lungo almeno {{count}} caratteri." |
|
640 | 640 | setting_bcc_recipients: Destinatari in copia nascosta (bcc) |
|
641 | 641 | button_annotate: Annota |
|
642 | 642 | label_issues_by: "Segnalazioni di {{value}}" |
|
643 | 643 | field_searchable: Ricercabile |
|
644 | 644 | label_display_per_page: "Per pagina: {{value}}'" |
|
645 | 645 | setting_per_page_options: Opzioni oggetti per pagina |
|
646 | 646 | label_age: Età |
|
647 | 647 | notice_default_data_loaded: Configurazione predefinita caricata con successo. |
|
648 | 648 | text_load_default_configuration: Carica la configurazione predefinita |
|
649 | 649 | text_no_configuration_data: "Ruoli, tracker, stati delle segnalazioni e workflow non sono stati ancora configurati.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
650 | 650 | error_can_t_load_default_data: "Non è stato possibile caricare la configurazione predefinita : {{value}}" |
|
651 | 651 | button_update: Aggiorna |
|
652 | 652 | label_change_properties: Modifica le proprietà |
|
653 | 653 | label_general: Generale |
|
654 | 654 | label_repository_plural: Repository |
|
655 | 655 | label_associated_revisions: Revisioni associate |
|
656 | 656 | setting_user_format: Formato visualizzazione utenti |
|
657 | 657 | text_status_changed_by_changeset: "Applicata nel changeset {{value}}." |
|
658 | 658 | label_more: Altro |
|
659 | 659 | text_issues_destroy_confirmation: 'Sei sicuro di voler eliminare le segnalazioni selezionate?' |
|
660 | 660 | label_scm: SCM |
|
661 | 661 | text_select_project_modules: 'Seleziona i moduli abilitati per questo progetto:' |
|
662 | 662 | label_issue_added: Segnalazioni aggiunte |
|
663 | 663 | label_issue_updated: Segnalazioni aggiornate |
|
664 | 664 | label_document_added: Documenti aggiunti |
|
665 | 665 | label_message_posted: Messaggi aggiunti |
|
666 | 666 | label_file_added: File aggiunti |
|
667 | 667 | label_news_added: Notizie aggiunte |
|
668 | 668 | project_module_boards: Forum |
|
669 | 669 | project_module_issue_tracking: Tracking delle segnalazioni |
|
670 | 670 | project_module_wiki: Wiki |
|
671 | 671 | project_module_files: File |
|
672 | 672 | project_module_documents: Documenti |
|
673 | 673 | project_module_repository: Repository |
|
674 | 674 | project_module_news: Notizie |
|
675 | 675 | project_module_time_tracking: Time tracking |
|
676 | 676 | text_file_repository_writable: Repository dei file scrivibile |
|
677 | 677 | text_default_administrator_account_changed: L'account amministrativo predefinito è stato modificato |
|
678 | 678 | text_rmagick_available: RMagick disponibile (opzionale) |
|
679 | 679 | button_configure: Configura |
|
680 | 680 | label_plugins: Plugin |
|
681 | 681 | label_ldap_authentication: Autenticazione LDAP |
|
682 | 682 | label_downloads_abbr: D/L |
|
683 | 683 | label_this_month: questo mese |
|
684 | 684 | label_last_n_days: "ultimi {{count}} giorni" |
|
685 | 685 | label_all_time: sempre |
|
686 | 686 | label_this_year: quest'anno |
|
687 | 687 | label_date_range: Intervallo di date |
|
688 | 688 | label_last_week: ultima settimana |
|
689 | 689 | label_yesterday: ieri |
|
690 | 690 | label_last_month: ultimo mese |
|
691 | 691 | label_add_another_file: Aggiungi un altro file |
|
692 | 692 | label_optional_description: Descrizione opzionale |
|
693 | 693 | text_destroy_time_entries_question: %.02f ore risultano spese sulle segnalazioni che stai per cancellare. Cosa vuoi fare ? |
|
694 | 694 | error_issue_not_found_in_project: 'La segnalazione non è stata trovata o non appartiene al progetto' |
|
695 | 695 | text_assign_time_entries_to_project: Assegna le ore segnalate al progetto |
|
696 | 696 | text_destroy_time_entries: Elimina le ore segnalate |
|
697 | 697 | text_reassign_time_entries: 'Riassegna le ore a questa segnalazione:' |
|
698 | 698 | setting_activity_days_default: Giorni mostrati sulle attività di progetto |
|
699 | 699 | label_chronological_order: In ordine cronologico |
|
700 | 700 | field_comments_sorting: Mostra commenti |
|
701 | 701 | label_reverse_chronological_order: In ordine cronologico inverso |
|
702 | 702 | label_preferences: Preferenze |
|
703 | 703 | setting_display_subprojects_issues: Mostra le segnalazioni dei sottoprogetti nel progetto principale per default |
|
704 | 704 | label_overall_activity: Attività generale |
|
705 | 705 | setting_default_projects_public: I nuovi progetti sono pubblici per default |
|
706 | 706 | error_scm_annotate: "L'oggetto non esiste o non può essere annotato." |
|
707 | 707 | label_planning: Pianificazione |
|
708 | 708 | text_subprojects_destroy_warning: "Anche i suoi sottoprogetti: {{value}} verranno eliminati.'" |
|
709 | 709 | label_and_its_subprojects: "{{value}} ed i suoi sottoprogetti" |
|
710 | 710 | mail_body_reminder: "{{count}} segnalazioni che ti sono state assegnate scadranno nei prossimi {{days}} giorni:" |
|
711 | 711 | mail_subject_reminder: "{{count}} segnalazioni in scadenza nei prossimi giorni" |
|
712 | 712 | text_user_wrote: "{{value}} ha scritto:'" |
|
713 | 713 | label_duplicated_by: duplicato da |
|
714 | 714 | setting_enabled_scm: SCM abilitato |
|
715 | 715 | text_enumeration_category_reassign_to: 'Riassegnale a questo valore:' |
|
716 | 716 | text_enumeration_destroy_question: "{{count}} oggetti hanno un assegnamento su questo valore.'" |
|
717 | 717 | label_incoming_emails: E-mail in arrivo |
|
718 | 718 | label_generate_key: Genera una chiave |
|
719 | 719 | setting_mail_handler_api_enabled: Abilita WS per le e-mail in arrivo |
|
720 | 720 | setting_mail_handler_api_key: Chiave API |
|
721 | 721 | text_email_delivery_not_configured: "La consegna via e-mail non è configurata e le notifiche sono disabilitate.\nConfigura il tuo server SMTP in config/email.yml e riavvia l'applicazione per abilitarle." |
|
722 | 722 | field_parent_title: Parent page |
|
723 | 723 | label_issue_watchers: Osservatori |
|
724 | 724 | setting_commit_logs_encoding: Codifica dei messaggi di commit |
|
725 | 725 | button_quote: Quota |
|
726 | 726 | setting_sequential_project_identifiers: Genera progetti con identificativi in sequenza |
|
727 | 727 | notice_unable_delete_version: Impossibile cancellare la versione |
|
728 | 728 | label_renamed: rinominato |
|
729 | 729 | label_copied: copiato |
|
730 | 730 | setting_plain_text_mail: Solo testo (non HTML) |
|
731 | 731 | permission_view_files: Vedi files |
|
732 | 732 | permission_edit_issues: Modifica segnalazioni |
|
733 | 733 | permission_edit_own_time_entries: Modifica propri time logs |
|
734 | 734 | permission_manage_public_queries: Gestisci query pubbliche |
|
735 | 735 | permission_add_issues: Aggiungi segnalazioni |
|
736 | 736 | permission_log_time: Segna tempo impiegato |
|
737 | 737 | permission_view_changesets: Vedi changesets |
|
738 | 738 | permission_view_time_entries: Vedi tempi impiegati |
|
739 | 739 | permission_manage_versions: Gestisci versioni |
|
740 | 740 | permission_manage_wiki: Gestisci wiki |
|
741 | 741 | permission_manage_categories: Gestisci categorie segnalazione |
|
742 | 742 | permission_protect_wiki_pages: Proteggi pagine wiki |
|
743 | 743 | permission_comment_news: Commenta notizie |
|
744 | 744 | permission_delete_messages: Elimina messaggi |
|
745 | 745 | permission_select_project_modules: Seleziona moduli progetto |
|
746 | 746 | permission_manage_documents: Gestisci documenti |
|
747 | 747 | permission_edit_wiki_pages: Modifica pagine wiki |
|
748 | 748 | permission_add_issue_watchers: Aggiungi osservatori |
|
749 | 749 | permission_view_gantt: Vedi diagrammi gantt |
|
750 | 750 | permission_move_issues: Muovi segnalazioni |
|
751 | 751 | permission_manage_issue_relations: Gestisci relazioni tra segnalazioni |
|
752 | 752 | permission_delete_wiki_pages: Elimina pagine wiki |
|
753 | 753 | permission_manage_boards: Gestisci forum |
|
754 | 754 | permission_delete_wiki_pages_attachments: Elimina allegati |
|
755 | 755 | permission_view_wiki_edits: Vedi cronologia wiki |
|
756 | 756 | permission_add_messages: Aggiungi messaggi |
|
757 | 757 | permission_view_messages: Vedi messaggi |
|
758 | 758 | permission_manage_files: Gestisci files |
|
759 | 759 | permission_edit_issue_notes: Modifica note |
|
760 | 760 | permission_manage_news: Gestisci notizie |
|
761 | 761 | permission_view_calendar: Vedi calendario |
|
762 | 762 | permission_manage_members: Gestisci membri |
|
763 | 763 | permission_edit_messages: Modifica messaggi |
|
764 | 764 | permission_delete_issues: Elimina segnalazioni |
|
765 | 765 | permission_view_issue_watchers: Vedi lista osservatori |
|
766 | 766 | permission_manage_repository: Gestisci repository |
|
767 | 767 | permission_commit_access: Permesso di commit |
|
768 | 768 | permission_browse_repository: Sfoglia repository |
|
769 | 769 | permission_view_documents: Vedi documenti |
|
770 | 770 | permission_edit_project: Modifica progetti |
|
771 | 771 | permission_add_issue_notes: Aggiungi note |
|
772 | 772 | permission_save_queries: Salva query |
|
773 | 773 | permission_view_wiki_pages: Vedi pagine wiki |
|
774 | 774 | permission_rename_wiki_pages: Rinomina pagine wiki |
|
775 | 775 | permission_edit_time_entries: Modifica time logs |
|
776 | 776 | permission_edit_own_issue_notes: Modifica proprie note |
|
777 | 777 | setting_gravatar_enabled: Usa icone utente Gravatar |
|
778 | 778 | label_example: Esempio |
|
779 | 779 | text_repository_usernames_mapping: "Seleziona per aggiornare la corrispondenza tra gli utenti Redmine e quelli presenti nel log del repository.\nGli utenti Redmine e repository con lo stesso username o email sono mappati automaticamente." |
|
780 | 780 | permission_edit_own_messages: Modifica propri messaggi |
|
781 | 781 | permission_delete_own_messages: Elimina propri messaggi |
|
782 | 782 | label_user_activity: "attività di {{value}}" |
|
783 | 783 | label_updated_time_by: "Aggiornato da {{author}} {{age}} fa" |
|
784 | 784 | text_diff_truncated: '... Le differenze sono state troncate perchè superano il limite massimo visualizzabile.' |
|
785 | 785 | setting_diff_max_lines_displayed: Limite massimo di differenze (linee) mostrate |
|
786 | 786 | text_plugin_assets_writable: Plugin assets directory writable |
|
787 | 787 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
788 | 788 | button_create_and_continue: Create and continue |
|
789 | 789 | text_custom_field_possible_values_info: 'One line for each value' |
|
790 | 790 | label_display: Display |
|
791 | 791 | field_editable: Editable |
|
792 | 792 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
793 | 793 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
794 | 794 | field_watcher: Watcher |
|
795 | 795 | setting_openid: Allow OpenID login and registration |
|
796 | field_identity_url: OpenID URL | |
|
797 | label_login_with_open_id_option: or login with OpenID |
@@ -1,807 +1,809 | |||
|
1 | 1 | # Japanese translations for Ruby on Rails |
|
2 | 2 | # by Akira Matsuda (ronnie@dio.jp) |
|
3 | 3 | # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh. |
|
4 | 4 | |
|
5 | 5 | ja: |
|
6 | 6 | date: |
|
7 | 7 | formats: |
|
8 | 8 | default: "%Y/%m/%d" |
|
9 | 9 | short: "%m/%d" |
|
10 | 10 | long: "%Y年%m月%d日(%a)" |
|
11 | 11 | |
|
12 | 12 | day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] |
|
13 | 13 | abbr_day_names: [日, 月, 火, 水, 木, 金, 土] |
|
14 | 14 | |
|
15 | 15 | month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
16 | 16 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
17 | 17 | |
|
18 | 18 | order: [:year, :month, :day] |
|
19 | 19 | |
|
20 | 20 | time: |
|
21 | 21 | formats: |
|
22 | 22 | default: "%Y/%m/%d %H:%M:%S" |
|
23 | 23 | short: "%y/%m/%d %H:%M" |
|
24 | 24 | long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" |
|
25 | 25 | am: "午前" |
|
26 | 26 | pm: "午後" |
|
27 | 27 | |
|
28 | 28 | support: |
|
29 | 29 | array: |
|
30 | 30 | sentence_connector: "及び" |
|
31 | 31 | skip_last_comma: true |
|
32 | 32 | |
|
33 | 33 | number: |
|
34 | 34 | format: |
|
35 | 35 | separator: "." |
|
36 | 36 | delimiter: "," |
|
37 | 37 | precision: 3 |
|
38 | 38 | |
|
39 | 39 | currency: |
|
40 | 40 | format: |
|
41 | 41 | format: "%n%u" |
|
42 | 42 | unit: "円" |
|
43 | 43 | separator: "." |
|
44 | 44 | delimiter: "," |
|
45 | 45 | precision: 0 |
|
46 | 46 | |
|
47 | 47 | percentage: |
|
48 | 48 | format: |
|
49 | 49 | delimiter: "" |
|
50 | 50 | |
|
51 | 51 | precision: |
|
52 | 52 | format: |
|
53 | 53 | delimiter: "" |
|
54 | 54 | |
|
55 | 55 | human: |
|
56 | 56 | format: |
|
57 | 57 | delimiter: "" |
|
58 | 58 | precision: 1 |
|
59 | 59 | |
|
60 | 60 | datetime: |
|
61 | 61 | distance_in_words: |
|
62 | 62 | half_a_minute: "30秒前後" |
|
63 | 63 | less_than_x_seconds: |
|
64 | 64 | one: "1秒以下" |
|
65 | 65 | other: "{{count}}秒以下" |
|
66 | 66 | x_seconds: |
|
67 | 67 | one: "1秒" |
|
68 | 68 | other: "{{count}}秒" |
|
69 | 69 | less_than_x_minutes: |
|
70 | 70 | one: "1分以下" |
|
71 | 71 | other: "{{count}}分以下" |
|
72 | 72 | x_minutes: |
|
73 | 73 | one: "1分" |
|
74 | 74 | other: "{{count}}分" |
|
75 | 75 | about_x_hours: |
|
76 | 76 | one: "約1時間" |
|
77 | 77 | other: "約{{count}}時間" |
|
78 | 78 | x_days: |
|
79 | 79 | one: "1日" |
|
80 | 80 | other: "{{count}}日" |
|
81 | 81 | about_x_months: |
|
82 | 82 | one: "約1ヶ月" |
|
83 | 83 | other: "約{{count}}ヶ月" |
|
84 | 84 | x_months: |
|
85 | 85 | one: "1ヶ月" |
|
86 | 86 | other: "{{count}}ヶ月" |
|
87 | 87 | about_x_years: |
|
88 | 88 | one: "約{{count}}年以上" |
|
89 | 89 | other: "約{{count}}年以上" |
|
90 | 90 | over_x_years: |
|
91 | 91 | one: "{{count}}年以上" |
|
92 | 92 | other: "{{count}}年以上" |
|
93 | 93 | |
|
94 | 94 | activerecord: |
|
95 | 95 | errors: |
|
96 | 96 | template: |
|
97 | 97 | header: |
|
98 | 98 | one: "{{model}}にエラーが発生しました。" |
|
99 | 99 | other: "{{model}}に{{count}}つのエラーが発生しました。" |
|
100 | 100 | body: "次の項目を確認してください。" |
|
101 | 101 | |
|
102 | 102 | messages: |
|
103 | 103 | inclusion: "は一覧にありません。" |
|
104 | 104 | exclusion: "は予約されています。" |
|
105 | 105 | invalid: "は不正な値です。" |
|
106 | 106 | confirmation: "が一致しません。" |
|
107 | 107 | accepted: "を受諾してください。" |
|
108 | 108 | empty: "を入力してください。" |
|
109 | 109 | blank: "を入力してください。" |
|
110 | 110 | too_long: "は{{count}}文字以内で入力してください。" |
|
111 | 111 | too_short: "は{{count}}文字以上で入力してください。" |
|
112 | 112 | wrong_length: "は{{count}}文字で入力してください。" |
|
113 | 113 | taken: "はすでに存在します。" |
|
114 | 114 | not_a_number: "は数値で入力してください。" |
|
115 | 115 | greater_than: "は{{count}}より大きい値にしてください。" |
|
116 | 116 | greater_than_or_equal_to: "は{{count}}以上の値にしてください。" |
|
117 | 117 | equal_to: "は{{count}}にしてください。" |
|
118 | 118 | less_than: "は{{count}}より小さい値にしてください。" |
|
119 | 119 | less_than_or_equal_to: "は{{count}}以下の値にしてください。" |
|
120 | 120 | odd: "は奇数にしてください。" |
|
121 | 121 | even: "は偶数にしてください。" |
|
122 | 122 | greater_than_start_date: "を開始日より後にしてください" |
|
123 | 123 | not_same_project: "同じプロジェクトに属していません" |
|
124 | 124 | circular_dependency: "この関係では、循環依存になります" |
|
125 | 125 | |
|
126 | 126 | actionview_instancetag_blank_option: 選んでください |
|
127 | 127 | |
|
128 | 128 | general_text_No: 'いいえ' |
|
129 | 129 | general_text_Yes: 'はい' |
|
130 | 130 | general_text_no: 'いいえ' |
|
131 | 131 | general_text_yes: 'はい' |
|
132 | 132 | general_lang_name: 'Japanese (日本語)' |
|
133 | 133 | general_csv_separator: ',' |
|
134 | 134 | general_csv_decimal_separator: '.' |
|
135 | 135 | general_csv_encoding: SJIS |
|
136 | 136 | general_pdf_encoding: UTF-8 |
|
137 | 137 | general_first_day_of_week: '7' |
|
138 | 138 | |
|
139 | 139 | notice_account_updated: アカウントが更新されました。 |
|
140 | 140 | notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 |
|
141 | 141 | notice_account_password_updated: パスワードが更新されました。 |
|
142 | 142 | notice_account_wrong_password: パスワードが違います |
|
143 | 143 | notice_account_register_done: アカウントが作成されました。 |
|
144 | 144 | notice_account_unknown_email: ユーザが存在しません。 |
|
145 | 145 | notice_can_t_change_password: このアカウントでは外部認証を使っています。パスワードは変更できません。 |
|
146 | 146 | notice_account_lost_email_sent: 新しいパスワードのメールを送信しました。 |
|
147 | 147 | notice_account_activated: アカウントが有効になりました。ログインできます。 |
|
148 | 148 | notice_successful_create: 作成しました。 |
|
149 | 149 | notice_successful_update: 更新しました。 |
|
150 | 150 | notice_successful_delete: 削除しました。 |
|
151 | 151 | notice_successful_connection: 接続しました。 |
|
152 | 152 | notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。 |
|
153 | 153 | notice_locking_conflict: 別のユーザがデータを更新しています。 |
|
154 | 154 | notice_not_authorized: このページにアクセスするには認証が必要です。 |
|
155 | 155 | notice_email_sent: "{{value}}宛にメールを送信しました。" |
|
156 | 156 | notice_email_error: "メール送信中にエラーが発生しました({{value}})" |
|
157 | 157 | notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。 |
|
158 | 158 | |
|
159 | 159 | error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。 |
|
160 | 160 | error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: {{value}}" |
|
161 | 161 | |
|
162 | 162 | mail_subject_lost_password: "{{value}}パスワード" |
|
163 | 163 | mail_body_lost_password: 'パスワードを変更するには、以下のリンクをたどってください:' |
|
164 | 164 | mail_subject_register: "{{value}}アカウントのアクティブ化" |
|
165 | 165 | mail_body_register: 'アカウントをアクティブにするには、以下のリンクをたどってください:' |
|
166 | 166 | |
|
167 | 167 | gui_validation_error: 1件のエラー |
|
168 | 168 | gui_validation_error_plural: "{{count}}件のエラー" |
|
169 | 169 | |
|
170 | 170 | field_name: 名前 |
|
171 | 171 | field_description: 説明 |
|
172 | 172 | field_summary: サマリ |
|
173 | 173 | field_is_required: 必須 |
|
174 | 174 | field_firstname: 名前 |
|
175 | 175 | field_lastname: 苗字 |
|
176 | 176 | field_mail: メールアドレス |
|
177 | 177 | field_filename: ファイル |
|
178 | 178 | field_filesize: サイズ |
|
179 | 179 | field_downloads: ダウンロード |
|
180 | 180 | field_author: 起票者 |
|
181 | 181 | field_created_on: 作成日 |
|
182 | 182 | field_updated_on: 更新日 |
|
183 | 183 | field_field_format: 書式 |
|
184 | 184 | field_is_for_all: 全プロジェクト向け |
|
185 | 185 | field_possible_values: 選択肢 |
|
186 | 186 | field_regexp: 正規表現 |
|
187 | 187 | field_min_length: 最小値 |
|
188 | 188 | field_max_length: 最大値 |
|
189 | 189 | field_value: 値 |
|
190 | 190 | field_category: カテゴリ |
|
191 | 191 | field_title: タイトル |
|
192 | 192 | field_project: プロジェクト |
|
193 | 193 | field_issue: チケット |
|
194 | 194 | field_status: ステータス |
|
195 | 195 | field_notes: 注記 |
|
196 | 196 | field_is_closed: 終了したチケット |
|
197 | 197 | field_is_default: デフォルトのステータス |
|
198 | 198 | field_tracker: トラッカー |
|
199 | 199 | field_subject: 題名 |
|
200 | 200 | field_due_date: 期限日 |
|
201 | 201 | field_assigned_to: 担当者 |
|
202 | 202 | field_priority: 優先度 |
|
203 | 203 | field_fixed_version: Target version |
|
204 | 204 | field_user: ユーザ |
|
205 | 205 | field_role: 役割 |
|
206 | 206 | field_homepage: ホームページ |
|
207 | 207 | field_is_public: 公開 |
|
208 | 208 | field_parent: 親プロジェクト名 |
|
209 | 209 | field_is_in_chlog: 変更記録に表示されているチケット |
|
210 | 210 | field_is_in_roadmap: ロードマップに表示されているチケット |
|
211 | 211 | field_login: ログイン |
|
212 | 212 | field_mail_notification: メール通知 |
|
213 | 213 | field_admin: 管理者 |
|
214 | 214 | field_last_login_on: 最終接続日 |
|
215 | 215 | field_language: 言語 |
|
216 | 216 | field_effective_date: 日付 |
|
217 | 217 | field_password: パスワード |
|
218 | 218 | field_new_password: 新しいパスワード |
|
219 | 219 | field_password_confirmation: パスワードの確認 |
|
220 | 220 | field_version: バージョン |
|
221 | 221 | field_type: タイプ |
|
222 | 222 | field_host: ホスト |
|
223 | 223 | field_port: ポート |
|
224 | 224 | field_account: アカウント |
|
225 | 225 | field_base_dn: Base DN |
|
226 | 226 | field_attr_login: ログイン名属性 |
|
227 | 227 | field_attr_firstname: 名前属性 |
|
228 | 228 | field_attr_lastname: 苗字属性 |
|
229 | 229 | field_attr_mail: メール属性 |
|
230 | 230 | field_onthefly: あわせてユーザを作成 |
|
231 | 231 | field_start_date: 開始日 |
|
232 | 232 | field_done_ratio: 進捗 %% |
|
233 | 233 | field_auth_source: 認証モード |
|
234 | 234 | field_hide_mail: メールアドレスを隠す |
|
235 | 235 | field_comments: コメント |
|
236 | 236 | field_url: URL |
|
237 | 237 | field_start_page: メインページ |
|
238 | 238 | field_subproject: サブプロジェクト |
|
239 | 239 | field_hours: 時間 |
|
240 | 240 | field_activity: 活動 |
|
241 | 241 | field_spent_on: 日付 |
|
242 | 242 | field_identifier: 識別子 |
|
243 | 243 | field_is_filter: フィルタとして使う |
|
244 | 244 | field_issue_to_id: 関連するチケット |
|
245 | 245 | field_delay: 遅延 |
|
246 | 246 | field_assignable: チケットはこのロールに割り当てることができます |
|
247 | 247 | field_redirect_existing_links: 既存のリンクをリダイレクトする |
|
248 | 248 | field_estimated_hours: 予定工数 |
|
249 | 249 | field_default_value: デフォルトのステータス |
|
250 | 250 | |
|
251 | 251 | setting_app_title: アプリケーションのタイトル |
|
252 | 252 | setting_app_subtitle: アプリケーションのサブタイトル |
|
253 | 253 | setting_welcome_text: ウェルカムメッセージ |
|
254 | 254 | setting_default_language: 既定の言語 |
|
255 | 255 | setting_login_required: 認証が必要 |
|
256 | 256 | setting_self_registration: ユーザは自分で登録できる |
|
257 | 257 | setting_attachment_max_size: 添付の最大サイズ |
|
258 | 258 | setting_issues_export_limit: 出力するチケット数の上限 |
|
259 | 259 | setting_mail_from: 送信元メールアドレス |
|
260 | 260 | setting_host_name: ホスト名 |
|
261 | 261 | setting_text_formatting: テキストの書式 |
|
262 | 262 | setting_wiki_compression: Wiki履歴を圧縮する |
|
263 | 263 | setting_feeds_limit: フィード内容の上限 |
|
264 | 264 | setting_autofetch_changesets: コミットを自動取得する |
|
265 | 265 | setting_sys_api_enabled: リポジトリ管理用のWeb Serviceを有効にする |
|
266 | 266 | setting_commit_ref_keywords: 参照用キーワード |
|
267 | 267 | setting_commit_fix_keywords: 修正用キーワード |
|
268 | 268 | setting_autologin: 自動ログイン |
|
269 | 269 | setting_date_format: 日付の形式 |
|
270 | 270 | setting_cross_project_issue_relations: 異なるプロジェクトのチケット間で関係の設定を許可 |
|
271 | 271 | |
|
272 | 272 | label_user: ユーザ |
|
273 | 273 | label_user_plural: ユーザ |
|
274 | 274 | label_user_new: 新しいユーザ |
|
275 | 275 | label_project: プロジェクト |
|
276 | 276 | label_project_new: 新しいプロジェクト |
|
277 | 277 | label_project_plural: プロジェクト |
|
278 | 278 | label_x_projects: |
|
279 | 279 | zero: no projects |
|
280 | 280 | one: 1 project |
|
281 | 281 | other: "{{count}} projects" |
|
282 | 282 | label_project_all: 全プロジェクト |
|
283 | 283 | label_project_latest: 最近のプロジェクト |
|
284 | 284 | label_issue: チケット |
|
285 | 285 | label_issue_new: 新しいチケット |
|
286 | 286 | label_issue_plural: チケット |
|
287 | 287 | label_issue_view_all: チケットを全て見る |
|
288 | 288 | label_document: 文書 |
|
289 | 289 | label_document_new: 新しい文書 |
|
290 | 290 | label_document_plural: 文書 |
|
291 | 291 | label_role: ロール |
|
292 | 292 | label_role_plural: ロール |
|
293 | 293 | label_role_new: 新しいロール |
|
294 | 294 | label_role_and_permissions: ロールと権限 |
|
295 | 295 | label_member: メンバー |
|
296 | 296 | label_member_new: 新しいメンバー |
|
297 | 297 | label_member_plural: メンバー |
|
298 | 298 | label_tracker: トラッカー |
|
299 | 299 | label_tracker_plural: トラッカー |
|
300 | 300 | label_tracker_new: 新しいトラッカーを作成 |
|
301 | 301 | label_workflow: ワークフロー |
|
302 | 302 | label_issue_status: チケットのステータス |
|
303 | 303 | label_issue_status_plural: チケットのステータス |
|
304 | 304 | label_issue_status_new: 新しいステータス |
|
305 | 305 | label_issue_category: チケットのカテゴリ |
|
306 | 306 | label_issue_category_plural: チケットのカテゴリ |
|
307 | 307 | label_issue_category_new: 新しいカテゴリ |
|
308 | 308 | label_custom_field: カスタムフィールド |
|
309 | 309 | label_custom_field_plural: カスタムフィールド |
|
310 | 310 | label_custom_field_new: 新しいカスタムフィールドを作成 |
|
311 | 311 | label_enumerations: 列挙項目 |
|
312 | 312 | label_enumeration_new: 新しい値 |
|
313 | 313 | label_information: 情報 |
|
314 | 314 | label_information_plural: 情報 |
|
315 | 315 | label_please_login: ログインしてください |
|
316 | 316 | label_register: 登録する |
|
317 | 317 | label_password_lost: パスワードの再発行 |
|
318 | 318 | label_home: ホーム |
|
319 | 319 | label_my_page: マイページ |
|
320 | 320 | label_my_account: マイアカウント |
|
321 | 321 | label_my_projects: マイプロジェクト |
|
322 | 322 | label_administration: 管理 |
|
323 | 323 | label_login: ログイン |
|
324 | 324 | label_logout: ログアウト |
|
325 | 325 | label_help: ヘルプ |
|
326 | 326 | label_reported_issues: 報告したチケット |
|
327 | 327 | label_assigned_to_me_issues: 担当しているチケット |
|
328 | 328 | label_last_login: 最近の接続 |
|
329 | 329 | label_registered_on: 登録日 |
|
330 | 330 | label_activity: 活動 |
|
331 | 331 | label_new: 新しく作成 |
|
332 | 332 | label_logged_as: ログイン中: |
|
333 | 333 | label_environment: 環境 |
|
334 | 334 | label_authentication: 認証 |
|
335 | 335 | label_auth_source: 認証モード |
|
336 | 336 | label_auth_source_new: 新しい認証モード |
|
337 | 337 | label_auth_source_plural: 認証モード |
|
338 | 338 | label_subproject_plural: サブプロジェクト |
|
339 | 339 | label_min_max_length: 最小値 - 最大値の長さ |
|
340 | 340 | label_list: リストから選択 |
|
341 | 341 | label_date: 日付 |
|
342 | 342 | label_integer: 整数 |
|
343 | 343 | label_boolean: 真偽値 |
|
344 | 344 | label_string: テキスト |
|
345 | 345 | label_text: 長いテキスト |
|
346 | 346 | label_attribute: 属性 |
|
347 | 347 | label_attribute_plural: 属性 |
|
348 | 348 | label_download: "{{count}} ダウンロード" |
|
349 | 349 | label_download_plural: "{{count}} ダウンロード" |
|
350 | 350 | label_no_data: 表示するデータがありません |
|
351 | 351 | label_change_status: ステータスの変更 |
|
352 | 352 | label_history: 履歴 |
|
353 | 353 | label_attachment: ファイル |
|
354 | 354 | label_attachment_new: 新しいファイル |
|
355 | 355 | label_attachment_delete: ファイルを削除 |
|
356 | 356 | label_attachment_plural: ファイル |
|
357 | 357 | label_report: レポート |
|
358 | 358 | label_report_plural: レポート |
|
359 | 359 | label_news: ニュース |
|
360 | 360 | label_news_new: ニュースを追加 |
|
361 | 361 | label_news_plural: ニュース |
|
362 | 362 | label_news_latest: 最新ニュース |
|
363 | 363 | label_news_view_all: 全てのニュースを見る |
|
364 | 364 | label_change_log: 変更記録 |
|
365 | 365 | label_settings: 設定 |
|
366 | 366 | label_overview: 概要 |
|
367 | 367 | label_version: バージョン |
|
368 | 368 | label_version_new: 新しいバージョン |
|
369 | 369 | label_version_plural: バージョン |
|
370 | 370 | label_confirmation: 確認 |
|
371 | 371 | label_export_to: 他の形式に出力 |
|
372 | 372 | label_read: 読む... |
|
373 | 373 | label_public_projects: 公開プロジェクト |
|
374 | 374 | label_open_issues: 未完了 |
|
375 | 375 | label_open_issues_plural: 未完了 |
|
376 | 376 | label_closed_issues: 終了 |
|
377 | 377 | label_closed_issues_plural: 終了 |
|
378 | 378 | label_x_open_issues_abbr_on_total: |
|
379 | 379 | zero: 0 open / {{total}} |
|
380 | 380 | one: 1 open / {{total}} |
|
381 | 381 | other: "{{count}} open / {{total}}" |
|
382 | 382 | label_x_open_issues_abbr: |
|
383 | 383 | zero: 0 open |
|
384 | 384 | one: 1 open |
|
385 | 385 | other: "{{count}} open" |
|
386 | 386 | label_x_closed_issues_abbr: |
|
387 | 387 | zero: 0 closed |
|
388 | 388 | one: 1 closed |
|
389 | 389 | other: "{{count}} closed" |
|
390 | 390 | label_total: 合計 |
|
391 | 391 | label_permissions: 権限 |
|
392 | 392 | label_current_status: 現在のステータス |
|
393 | 393 | label_new_statuses_allowed: ステータスの移行先 |
|
394 | 394 | label_all: 全て |
|
395 | 395 | label_none: なし |
|
396 | 396 | label_next: 次 |
|
397 | 397 | label_previous: 前 |
|
398 | 398 | label_used_by: 使用中 |
|
399 | 399 | label_details: 詳細 |
|
400 | 400 | label_add_note: 注記を追加 |
|
401 | 401 | label_per_page: ページ毎 |
|
402 | 402 | label_calendar: カレンダー |
|
403 | 403 | label_months_from: ヶ月 from |
|
404 | 404 | label_gantt: ガントチャート |
|
405 | 405 | label_internal: Internal |
|
406 | 406 | label_last_changes: "最新の変更{{count}}件" |
|
407 | 407 | label_change_view_all: 全ての変更を見る |
|
408 | 408 | label_personalize_page: このページをパーソナライズする |
|
409 | 409 | label_comment: コメント |
|
410 | 410 | label_comment_plural: コメント |
|
411 | 411 | label_x_comments: |
|
412 | 412 | zero: no comments |
|
413 | 413 | one: 1 comment |
|
414 | 414 | other: "{{count}} comments" |
|
415 | 415 | label_comment_add: コメント追加 |
|
416 | 416 | label_comment_added: 追加されたコメント |
|
417 | 417 | label_comment_delete: コメント削除 |
|
418 | 418 | label_query: カスタムクエリ |
|
419 | 419 | label_query_plural: カスタムクエリ |
|
420 | 420 | label_query_new: 新しいクエリ |
|
421 | 421 | label_filter_add: フィルタ追加 |
|
422 | 422 | label_filter_plural: フィルタ |
|
423 | 423 | label_equals: 等しい |
|
424 | 424 | label_not_equals: 等しくない |
|
425 | 425 | label_in_less_than: 残日数がこれより多い |
|
426 | 426 | label_in_more_than: 残日数がこれより少ない |
|
427 | 427 | label_in: 残日数 |
|
428 | 428 | label_today: 今日 |
|
429 | 429 | label_this_week: この週 |
|
430 | 430 | label_less_than_ago: 経過日数がこれより少ない |
|
431 | 431 | label_more_than_ago: 経過日数がこれより多い |
|
432 | 432 | label_ago: 日前 |
|
433 | 433 | label_contains: 含む |
|
434 | 434 | label_not_contains: 含まない |
|
435 | 435 | label_day_plural: 日 |
|
436 | 436 | label_repository: リポジトリ |
|
437 | 437 | label_browse: ブラウズ |
|
438 | 438 | label_modification: "{{count}}点の変更" |
|
439 | 439 | label_modification_plural: "{{count}}点の変更" |
|
440 | 440 | label_revision: リビジョン |
|
441 | 441 | label_revision_plural: リビジョン |
|
442 | 442 | label_added: 追加 |
|
443 | 443 | label_modified: 変更 |
|
444 | 444 | label_deleted: 削除 |
|
445 | 445 | label_latest_revision: 最新リビジョン |
|
446 | 446 | label_latest_revision_plural: 最新リビジョン |
|
447 | 447 | label_view_revisions: リビジョンを見る |
|
448 | 448 | label_max_size: 最大サイズ |
|
449 | 449 | label_sort_highest: 一番上へ |
|
450 | 450 | label_sort_higher: 上へ |
|
451 | 451 | label_sort_lower: 下へ |
|
452 | 452 | label_sort_lowest: 一番下へ |
|
453 | 453 | label_roadmap: ロードマップ |
|
454 | 454 | label_roadmap_due_in: "期日まで {{value}}" |
|
455 | 455 | label_roadmap_overdue: "{{value}}遅れ" |
|
456 | 456 | label_roadmap_no_issues: このバージョンに向けてのチケットはありません |
|
457 | 457 | label_search: 検索 |
|
458 | 458 | label_result_plural: 結果 |
|
459 | 459 | label_all_words: すべての単語 |
|
460 | 460 | label_wiki: Wiki |
|
461 | 461 | label_wiki_edit: Wiki編集 |
|
462 | 462 | label_wiki_edit_plural: Wiki編集 |
|
463 | 463 | label_wiki_page: Wiki page |
|
464 | 464 | label_wiki_page_plural: Wikiページ |
|
465 | 465 | label_index_by_title: 索引(名前順) |
|
466 | 466 | label_index_by_date: 索引(日付順) |
|
467 | 467 | label_current_version: 最新版 |
|
468 | 468 | label_preview: プレビュー |
|
469 | 469 | label_feed_plural: フィード |
|
470 | 470 | label_changes_details: 全変更の詳細 |
|
471 | 471 | label_issue_tracking: チケットトラッキング |
|
472 | 472 | label_spent_time: 経過時間 |
|
473 | 473 | label_f_hour: "{{value}} 時間" |
|
474 | 474 | label_f_hour_plural: "{{value}} 時間" |
|
475 | 475 | label_time_tracking: 時間トラッキング |
|
476 | 476 | label_change_plural: 変更 |
|
477 | 477 | label_statistics: 統計 |
|
478 | 478 | label_commits_per_month: 月別のコミット |
|
479 | 479 | label_commits_per_author: 起票者別のコミット |
|
480 | 480 | label_view_diff: 差分を見る |
|
481 | 481 | label_diff_inline: インライン |
|
482 | 482 | label_diff_side_by_side: 横に並べる |
|
483 | 483 | label_options: オプション |
|
484 | 484 | label_copy_workflow_from: ワークフローをここからコピー |
|
485 | 485 | label_permissions_report: 権限レポート |
|
486 | 486 | label_watched_issues: ウォッチ中のチケット |
|
487 | 487 | label_related_issues: 関連するチケット |
|
488 | 488 | label_applied_status: 適用されたステータス |
|
489 | 489 | label_loading: ロード中... |
|
490 | 490 | label_relation_new: 新しい関連 |
|
491 | 491 | label_relation_delete: 関連の削除 |
|
492 | 492 | label_relates_to: 関係している |
|
493 | 493 | label_duplicates: 重複している |
|
494 | 494 | label_blocks: ブロックしている |
|
495 | 495 | label_blocked_by: ブロックされている |
|
496 | 496 | label_precedes: 先行する |
|
497 | 497 | label_follows: 後続する |
|
498 | 498 | label_end_to_start: end to start |
|
499 | 499 | label_end_to_end: end to end |
|
500 | 500 | label_start_to_start: start to start |
|
501 | 501 | label_start_to_end: start to end |
|
502 | 502 | label_stay_logged_in: ログインを維持 |
|
503 | 503 | label_disabled: 無効 |
|
504 | 504 | label_show_completed_versions: 完了したバージョンを表示 |
|
505 | 505 | label_me: 自分 |
|
506 | 506 | label_board: フォーラム |
|
507 | 507 | label_board_new: 新しいフォーラム |
|
508 | 508 | label_board_plural: フォーラム |
|
509 | 509 | label_topic_plural: トピック |
|
510 | 510 | label_message_plural: メッセージ |
|
511 | 511 | label_message_last: 最新のメッセージ |
|
512 | 512 | label_message_new: 新しいメッセージ |
|
513 | 513 | label_reply_plural: 返答 |
|
514 | 514 | label_send_information: アカウント情報をユーザに送信 |
|
515 | 515 | label_year: 年 |
|
516 | 516 | label_month: 月 |
|
517 | 517 | label_week: 週 |
|
518 | 518 | label_date_from: "日付指定: " |
|
519 | 519 | label_date_to: から |
|
520 | 520 | label_language_based: 既定の言語の設定に従う |
|
521 | 521 | label_sort_by: "{{value}}で並び替え" |
|
522 | 522 | label_send_test_email: テストメールを送信 |
|
523 | 523 | label_feeds_access_key_created_on: "RSSアクセスキーは{{value}}前に作成されました" |
|
524 | 524 | label_module_plural: モジュール |
|
525 | 525 | label_added_time_by: "{{author}}が{{age}}前に追加しました" |
|
526 | 526 | label_updated_time: "{{value}}前に更新されました" |
|
527 | 527 | label_jump_to_a_project: プロジェクトへ移動... |
|
528 | 528 | |
|
529 | 529 | button_login: ログイン |
|
530 | 530 | button_submit: 変更 |
|
531 | 531 | button_save: 保存 |
|
532 | 532 | button_check_all: チェックを全部つける |
|
533 | 533 | button_uncheck_all: チェックを全部外す |
|
534 | 534 | button_delete: 削除 |
|
535 | 535 | button_create: 作成 |
|
536 | 536 | button_test: テスト |
|
537 | 537 | button_edit: 編集 |
|
538 | 538 | button_add: 追加 |
|
539 | 539 | button_change: 変更 |
|
540 | 540 | button_apply: 適用 |
|
541 | 541 | button_clear: クリア |
|
542 | 542 | button_lock: ロック |
|
543 | 543 | button_unlock: アンロック |
|
544 | 544 | button_download: ダウンロード |
|
545 | 545 | button_list: 一覧 |
|
546 | 546 | button_view: 見る |
|
547 | 547 | button_move: 移動 |
|
548 | 548 | button_back: 戻る |
|
549 | 549 | button_cancel: キャンセル |
|
550 | 550 | button_activate: 有効にする |
|
551 | 551 | button_sort: ソート |
|
552 | 552 | button_log_time: 時間を記録 |
|
553 | 553 | button_rollback: このバージョンにロールバック |
|
554 | 554 | button_watch: ウォッチ |
|
555 | 555 | button_unwatch: ウォッチをやめる |
|
556 | 556 | button_reply: 返答 |
|
557 | 557 | button_archive: 書庫に保存 |
|
558 | 558 | button_unarchive: 書庫から戻す |
|
559 | 559 | button_reset: リセット |
|
560 | 560 | button_rename: 名前変更 |
|
561 | 561 | |
|
562 | 562 | status_active: 有効 |
|
563 | 563 | status_registered: 登録 |
|
564 | 564 | status_locked: ロック |
|
565 | 565 | |
|
566 | 566 | text_select_mail_notifications: どのメール通知を送信するか、アクションを選択してください。 |
|
567 | 567 | text_regexp_info: 例) ^[A-Z0-9]+$ |
|
568 | 568 | text_min_max_length_info: 0だと無制限になります |
|
569 | 569 | text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除したいのですか? |
|
570 | 570 | text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください |
|
571 | 571 | text_are_you_sure: よろしいですか? |
|
572 | 572 | text_journal_changed: "{{old}}から{{new}}に変更" |
|
573 | 573 | text_journal_set_to: "{{value}}にセット" |
|
574 | 574 | text_journal_deleted: 削除 |
|
575 | 575 | text_tip_task_begin_day: この日に開始するタスク |
|
576 | 576 | text_tip_task_end_day: この日に終了するタスク |
|
577 | 577 | text_tip_task_begin_end_day: この日のうちに開始して終了するタスク |
|
578 | 578 | text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。' |
|
579 | 579 | text_caracters_maximum: "最大 {{count}} 文字です。" |
|
580 | 580 | text_length_between: "長さは {{min}} から {{max}} 文字までです。" |
|
581 | 581 | text_tracker_no_workflow: このトラッカーにワークフローが定義されていません |
|
582 | 582 | text_unallowed_characters: 使えない文字です |
|
583 | 583 | text_comma_separated: (カンマで区切った)複数の値が使えます |
|
584 | 584 | text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正 |
|
585 | 585 | text_issue_added: "チケット {{id}} が報告されました。 (by {{author}})" |
|
586 | 586 | text_issue_updated: "チケット {{id}} が更新されました。 (by {{author}})" |
|
587 | 587 | text_wiki_destroy_confirmation: 本当にこのwikiとその内容の全てを削除しますか? |
|
588 | 588 | text_issue_category_destroy_question: "このカテゴリに割り当て済みのチケット({{count}})があります。何をしようとしていますか?" |
|
589 | 589 | text_issue_category_destroy_assignments: カテゴリの割り当てを削除する |
|
590 | 590 | text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする |
|
591 | 591 | |
|
592 | 592 | default_role_manager: 管理者 |
|
593 | 593 | default_role_developper: 開発者 |
|
594 | 594 | default_role_reporter: 報告者 |
|
595 | 595 | default_tracker_bug: バグ |
|
596 | 596 | default_tracker_feature: 機能 |
|
597 | 597 | default_tracker_support: サポート |
|
598 | 598 | default_issue_status_new: 新規 |
|
599 | 599 | default_issue_status_assigned: 担当 |
|
600 | 600 | default_issue_status_resolved: 解決 |
|
601 | 601 | default_issue_status_feedback: フィードバック |
|
602 | 602 | default_issue_status_closed: 終了 |
|
603 | 603 | default_issue_status_rejected: 却下 |
|
604 | 604 | default_doc_category_user: ユーザ文書 |
|
605 | 605 | default_doc_category_tech: 技術文書 |
|
606 | 606 | default_priority_low: 低め |
|
607 | 607 | default_priority_normal: 通常 |
|
608 | 608 | default_priority_high: 高め |
|
609 | 609 | default_priority_urgent: 急いで |
|
610 | 610 | default_priority_immediate: 今すぐ |
|
611 | 611 | default_activity_design: 設計作業 |
|
612 | 612 | default_activity_development: 開発作業 |
|
613 | 613 | |
|
614 | 614 | enumeration_issue_priorities: チケットの優先度 |
|
615 | 615 | enumeration_doc_categories: 文書カテゴリ |
|
616 | 616 | enumeration_activities: 作業分類 (時間トラッキング) |
|
617 | 617 | label_file_plural: ファイル |
|
618 | 618 | label_changeset_plural: チェンジセット |
|
619 | 619 | field_column_names: 項目 |
|
620 | 620 | label_default_columns: 既定の項目 |
|
621 | 621 | setting_issue_list_default_columns: チケットの一覧で表示する項目 |
|
622 | 622 | setting_repositories_encodings: リポジトリのエンコーディング |
|
623 | 623 | notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。" |
|
624 | 624 | label_bulk_edit_selected_issues: チケットの一括編集 |
|
625 | 625 | label_no_change_option: (変更無し) |
|
626 | 626 | notice_failed_to_save_issues: "{{count}}件のチケットが保存できませんでした({{total}}件選択のうち) : {{ids}}." |
|
627 | 627 | label_theme: テーマ |
|
628 | 628 | label_default: 既定 |
|
629 | 629 | label_search_titles_only: タイトルのみ |
|
630 | 630 | label_nobody: nobody |
|
631 | 631 | button_change_password: パスワード変更 |
|
632 | 632 | text_user_mail_option: "未選択のプロジェクトでは、ウォッチまたは関係しているチケット(例: 自分が報告者もしくは担当者であるチケット)のみメールが送信されます。" |
|
633 | 633 | label_user_mail_option_selected: "選択したプロジェクト..." |
|
634 | 634 | label_user_mail_option_all: "参加しているプロジェクトの全てのチケット" |
|
635 | 635 | label_user_mail_option_none: "ウォッチまたは関係しているチケットのみ" |
|
636 | 636 | setting_emails_footer: メールのフッタ |
|
637 | 637 | label_float: 小数 |
|
638 | 638 | button_copy: コピー |
|
639 | 639 | mail_body_account_information_external: "「{{value}}」アカウントを使ってにログインできます。" |
|
640 | 640 | mail_body_account_information: アカウント情報 |
|
641 | 641 | setting_protocol: プロトコル |
|
642 | 642 | label_user_mail_no_self_notified: 自分自身による変更の通知は不要です |
|
643 | 643 | setting_time_format: 時刻の形式 |
|
644 | 644 | label_registration_activation_by_email: メールでアカウントを有効化 |
|
645 | 645 | mail_subject_account_activation_request: "{{value}}アカウントの有効化要求" |
|
646 | 646 | mail_body_account_activation_request: "新しいユーザ({{value}})が登録しています。このアカウントはあなたの承認待ちです:" |
|
647 | 647 | label_registration_automatic_activation: 自動でアカウントを有効化 |
|
648 | 648 | label_registration_manual_activation: 手動でアカウントを有効化 |
|
649 | 649 | notice_account_pending: アカウントは作成済みで、管理者の承認待ちです。 |
|
650 | 650 | field_time_zone: タイムゾーン |
|
651 | 651 | text_caracters_minimum: "最低{{count}}文字の長さが必要です" |
|
652 | 652 | setting_bcc_recipients: ブラインドカーボンコピーで受信(bcc) |
|
653 | 653 | setting_plain_text_mail: プレインテキストのみ(HTMLなし) |
|
654 | 654 | button_annotate: 注釈 |
|
655 | 655 | label_issues_by: "{{value}}別のチケット" |
|
656 | 656 | field_searchable: Searchable |
|
657 | 657 | label_display_per_page: "1ページに: {{value}}'" |
|
658 | 658 | setting_per_page_options: ページ毎の表示件数 |
|
659 | 659 | label_age: 年齢 |
|
660 | 660 | notice_default_data_loaded: デフォルト設定をロードしました。 |
|
661 | 661 | text_load_default_configuration: デフォルト設定をロード |
|
662 | 662 | text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。" |
|
663 | 663 | error_can_t_load_default_data: "デフォルト設定がロードできませんでした: {{value}}" |
|
664 | 664 | button_update: 更新 |
|
665 | 665 | label_change_properties: プロパティの変更 |
|
666 | 666 | label_general: 全般 |
|
667 | 667 | label_repository_plural: リポジトリ |
|
668 | 668 | label_associated_revisions: 関係しているリビジョン |
|
669 | 669 | setting_user_format: ユーザ名の表示書式 |
|
670 | 670 | text_status_changed_by_changeset: "チェンジセット{{value}}で適用されました。" |
|
671 | 671 | label_more: 続き |
|
672 | 672 | text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?' |
|
673 | 673 | label_scm: SCM |
|
674 | 674 | text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:' |
|
675 | 675 | label_issue_added: チケットが追加されました |
|
676 | 676 | label_issue_updated: チケットが更新されました |
|
677 | 677 | label_document_added: 文書が追加されました |
|
678 | 678 | label_message_posted: メッセージが追加されました |
|
679 | 679 | label_file_added: ファイルが追加されました |
|
680 | 680 | label_news_added: ニュースが追加されました |
|
681 | 681 | project_module_boards: フォーラム |
|
682 | 682 | project_module_issue_tracking: チケットトラッキング |
|
683 | 683 | project_module_wiki: Wiki |
|
684 | 684 | project_module_files: ファイル |
|
685 | 685 | project_module_documents: 文書 |
|
686 | 686 | project_module_repository: リポジトリ |
|
687 | 687 | project_module_news: ニュース |
|
688 | 688 | project_module_time_tracking: 時間トラッキング |
|
689 | 689 | text_file_repository_writable: ファイルリポジトリに書き込み可能 |
|
690 | 690 | text_default_administrator_account_changed: デフォルト管理アカウントが変更済 |
|
691 | 691 | text_rmagick_available: RMagickが使用可能 (オプション) |
|
692 | 692 | button_configure: 設定 |
|
693 | 693 | label_plugins: プラグイン |
|
694 | 694 | label_ldap_authentication: LDAP認証 |
|
695 | 695 | label_downloads_abbr: DL |
|
696 | 696 | label_this_month: 今月 |
|
697 | 697 | label_last_n_days: "最後の{{count}}日間" |
|
698 | 698 | label_all_time: 全期間 |
|
699 | 699 | label_this_year: 今年 |
|
700 | 700 | label_date_range: 日付の範囲 |
|
701 | 701 | label_last_week: 先週 |
|
702 | 702 | label_yesterday: 昨日 |
|
703 | 703 | label_last_month: 先月 |
|
704 | 704 | label_add_another_file: 別のファイルを追加 |
|
705 | 705 | text_destroy_time_entries_question: チケットに記録された%.02f時間を削除しようとしています。何がしたいのですか? |
|
706 | 706 | error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません' |
|
707 | 707 | text_assign_time_entries_to_project: 記録された時間をプロジェクトに割り当て |
|
708 | 708 | label_optional_description: 任意のコメント |
|
709 | 709 | text_destroy_time_entries: 記録された時間を削除 |
|
710 | 710 | text_reassign_time_entries: '記録された時間をこのチケットに再割り当て:' |
|
711 | 711 | setting_activity_days_default: プロジェクトの活動ページに表示される日数 |
|
712 | 712 | label_chronological_order: 古い順 |
|
713 | 713 | field_comments_sorting: コメントを表示 |
|
714 | 714 | label_reverse_chronological_order: 新しい順 |
|
715 | 715 | label_preferences: 設定 |
|
716 | 716 | setting_display_subprojects_issues: デフォルトでサブプロジェクトのチケットをメインプロジェクトに表示する |
|
717 | 717 | label_overall_activity: 全ての活動 |
|
718 | 718 | setting_default_projects_public: デフォルトで新しいプロジェクトは公開にする |
|
719 | 719 | error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。" |
|
720 | 720 | label_planning: 計画 |
|
721 | 721 | text_subprojects_destroy_warning: "サブプロジェクト {{value}} も削除されます。'" |
|
722 | 722 | label_and_its_subprojects: "{{value}} とサブプロジェクト" |
|
723 | 723 | mail_body_reminder: "{{count}}件の担当チケットの期限が{{days}}日以内に到来します:" |
|
724 | 724 | mail_subject_reminder: "{{count}}件のチケットが期限間近です" |
|
725 | 725 | text_user_wrote: "{{value}} wrote:'" |
|
726 | 726 | label_duplicated_by: duplicated by |
|
727 | 727 | setting_enabled_scm: 使用するSCM |
|
728 | 728 | text_enumeration_category_reassign_to: '次の値に割り当て直す:' |
|
729 | 729 | text_enumeration_destroy_question: "{{count}}個のオブジェクトがこの値に割り当てられています。'" |
|
730 | 730 | label_incoming_emails: 受信メール |
|
731 | 731 | label_generate_key: キーの生成 |
|
732 | 732 | setting_mail_handler_api_enabled: 受信メール用のWeb Serviceを有効にする |
|
733 | 733 | setting_mail_handler_api_key: APIキー |
|
734 | 734 | text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/email.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。" |
|
735 | 735 | field_parent_title: 親ページ |
|
736 | 736 | label_issue_watchers: Watchers |
|
737 | 737 | setting_commit_logs_encoding: コミットメッセージのエンコーディング |
|
738 | 738 | button_quote: 引用 |
|
739 | 739 | setting_sequential_project_identifiers: プロジェクト識別子を連番で生成する |
|
740 | 740 | notice_unable_delete_version: バージョンを削除できません |
|
741 | 741 | label_renamed: renamed |
|
742 | 742 | label_copied: copied |
|
743 | 743 | permission_view_files: View files |
|
744 | 744 | permission_edit_issues: Edit issues |
|
745 | 745 | permission_edit_own_time_entries: Edit own time logs |
|
746 | 746 | permission_manage_public_queries: Manage public queries |
|
747 | 747 | permission_add_issues: Add issues |
|
748 | 748 | permission_log_time: Log spent time |
|
749 | 749 | permission_view_changesets: View changesets |
|
750 | 750 | permission_view_time_entries: View spent time |
|
751 | 751 | permission_manage_versions: Manage versions |
|
752 | 752 | permission_manage_wiki: Manage wiki |
|
753 | 753 | permission_manage_categories: Manage issue categories |
|
754 | 754 | permission_protect_wiki_pages: Protect wiki pages |
|
755 | 755 | permission_comment_news: Comment news |
|
756 | 756 | permission_delete_messages: Delete messages |
|
757 | 757 | permission_select_project_modules: Select project modules |
|
758 | 758 | permission_manage_documents: Manage documents |
|
759 | 759 | permission_edit_wiki_pages: Edit wiki pages |
|
760 | 760 | permission_add_issue_watchers: Add watchers |
|
761 | 761 | permission_view_gantt: View gantt chart |
|
762 | 762 | permission_move_issues: Move issues |
|
763 | 763 | permission_manage_issue_relations: Manage issue relations |
|
764 | 764 | permission_delete_wiki_pages: Delete wiki pages |
|
765 | 765 | permission_manage_boards: Manage boards |
|
766 | 766 | permission_delete_wiki_pages_attachments: Delete attachments |
|
767 | 767 | permission_view_wiki_edits: View wiki history |
|
768 | 768 | permission_add_messages: Post messages |
|
769 | 769 | permission_view_messages: View messages |
|
770 | 770 | permission_manage_files: Manage files |
|
771 | 771 | permission_edit_issue_notes: Edit notes |
|
772 | 772 | permission_manage_news: Manage news |
|
773 | 773 | permission_view_calendar: View calendrier |
|
774 | 774 | permission_manage_members: Manage members |
|
775 | 775 | permission_edit_messages: Edit messages |
|
776 | 776 | permission_delete_issues: Delete issues |
|
777 | 777 | permission_view_issue_watchers: View watchers list |
|
778 | 778 | permission_manage_repository: Manage repository |
|
779 | 779 | permission_commit_access: Commit access |
|
780 | 780 | permission_browse_repository: Browse repository |
|
781 | 781 | permission_view_documents: View documents |
|
782 | 782 | permission_edit_project: Edit project |
|
783 | 783 | permission_add_issue_notes: Add notes |
|
784 | 784 | permission_save_queries: Save queries |
|
785 | 785 | permission_view_wiki_pages: View wiki |
|
786 | 786 | permission_rename_wiki_pages: Rename wiki pages |
|
787 | 787 | permission_edit_time_entries: Edit time logs |
|
788 | 788 | permission_edit_own_issue_notes: Edit own notes |
|
789 | 789 | setting_gravatar_enabled: Gravatarユーザーアイコンを使用する |
|
790 | 790 | label_example: 例 |
|
791 | 791 | text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。" |
|
792 | 792 | permission_edit_own_messages: Edit own messages |
|
793 | 793 | permission_delete_own_messages: Delete own messages |
|
794 | 794 | label_user_activity: "{{value}}の活動" |
|
795 | 795 | label_updated_time_by: "{{author}}が{{age}}前に更新" |
|
796 | 796 | text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。' |
|
797 | 797 | setting_diff_max_lines_displayed: 差分の表示行数の上限 |
|
798 | 798 | text_plugin_assets_writable: Plugin assets directory writable |
|
799 | 799 | warning_attachments_not_saved: "{{count}}個のファイルが保存できませんでした。" |
|
800 | 800 | button_create_and_continue: 連続作成 |
|
801 | 801 | text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。' |
|
802 | 802 | label_display: 表示 |
|
803 | 803 | field_editable: Editable |
|
804 | 804 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
805 | 805 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
806 | 806 | field_watcher: Watcher |
|
807 | 807 | setting_openid: Allow OpenID login and registration |
|
808 | field_identity_url: OpenID URL | |
|
809 | label_login_with_open_id_option: or login with OpenID |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: modified file | |
The requested commit or file is too big and content was truncated. Show full diff |
General Comments 0
You need to be logged in to leave comments.
Login now