##// END OF EJS Templates
Merged r9553 from trunk....
Jean-Philippe Lang -
r9410:0a09984954ab
parent child
Show More
@@ -1,1039 +1,1036
1 # Croatian translations for Ruby on Rails
2 # by Helix d.o.o. (info@helix.hr)
3
4 1 hr:
5 2 direction: ltr
6 3 date:
7 4 formats:
8 5 # Use the strftime parameters for formats.
9 6 # When no format has been given, it uses default.
10 7 # You can provide other formats here if you like!
11 8 default: "%m/%d/%Y"
12 9 short: "%b %d"
13 10 long: "%B %d, %Y"
14 11
15 12 day_names: [Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota, Nedjelja]
16 13 abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub]
17 14
18 15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 16 month_names: [~, Sijecanj, Veljaca, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac]
20 17 abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, List, Stu, Pro]
21 18 # Used in date_select and datime_select.
22 19 order:
23 20 - :year
24 21 - :month
25 22 - :day
26 23
27 24 time:
28 25 formats:
29 26 default: "%m/%d/%Y %I:%M %p"
30 27 time: "%I:%M %p"
31 28 short: "%d %b %H:%M"
32 29 long: "%B %d, %Y %H:%M"
33 30 am: "am"
34 31 pm: "pm"
35 32
36 33 datetime:
37 34 distance_in_words:
38 35 half_a_minute: "pola minute"
39 36 less_than_x_seconds:
40 37 one: "manje od sekunde"
41 38 other: "manje od %{count} sekundi"
42 39 x_seconds:
43 40 one: "1 sekunda"
44 41 other: "%{count} sekundi"
45 42 less_than_x_minutes:
46 43 one: "manje od minute"
47 44 other: "manje od %{count} minuta"
48 45 x_minutes:
49 46 one: "1 minuta"
50 47 other: "%{count} minuta"
51 48 about_x_hours:
52 49 one: "oko sat vremena"
53 50 other: "oko %{count} sati"
54 51 x_days:
55 52 one: "1 dan"
56 53 other: "%{count} dana"
57 54 about_x_months:
58 55 one: "oko 1 mjesec"
59 56 other: "oko %{count} mjeseci"
60 57 x_months:
61 58 one: "mjesec"
62 59 other: "%{count} mjeseci"
63 60 about_x_years:
64 61 one: "1 godina"
65 62 other: "%{count} godina"
66 63 over_x_years:
67 64 one: "preko 1 godine"
68 65 other: "preko %{count} godina"
69 66
70 67 number:
71 68 format:
72 69 separator: "."
73 70 delimiter: ""
74 71 precision: 3
75 72 human:
76 73 format:
77 74 delimiter: ""
78 75 precision: 1
79 76 storage_units:
80 77 format: "%n %u"
81 78 units:
82 79 byte:
83 80 one: "Byte"
84 81 other: "Bytes"
85 82 kb: "KB"
86 83 mb: "MB"
87 84 gb: "GB"
88 85 tb: "TB"
89 86
90 87 # Used in array.to_sentence.
91 88 support:
92 89 array:
93 90 sentence_connector: "i"
94 91 skip_last_comma: false
95 92
96 93 activerecord:
97 94 errors:
98 95 template:
99 96 header:
100 97 one: "1 error prohibited this %{model} from being saved"
101 98 other: "%{count} errors prohibited this %{model} from being saved"
102 99 messages:
103 100 inclusion: "nije ukljuceno u listu"
104 101 exclusion: "je rezervirano"
105 102 invalid: "nije ispravno"
106 103 confirmation: "ne odgovara za potvrdu"
107 104 accepted: "mora biti prihvaćen"
108 105 empty: "ne može biti prazno"
109 106 blank: "ne može biti razmaka"
110 107 too_long: "je predug (maximum is %{count} characters)"
111 108 too_short: "je prekratak (minimum is %{count} characters)"
112 109 wrong_length: "je pogrešne dužine (should be %{count} characters)"
113 110 taken: "već je zauzeto"
114 111 not_a_number: "nije broj"
115 112 not_a_date: "nije ispravan datum"
116 113 greater_than: "mora biti veći od %{count}"
117 114 greater_than_or_equal_to: "mora biti veći ili jednak %{count}"
118 115 equal_to: "mora biti jednak %{count}"
119 116 less_than: "mora biti manji od %{count}"
120 117 less_than_or_equal_to: "mora bit manji ili jednak%{count}"
121 118 odd: "mora biti neparan"
122 119 even: "mora biti paran"
123 120 greater_than_start_date: "mora biti veci nego pocetni datum"
124 121 not_same_project: "ne pripada istom projektu"
125 122 circular_dependency: "Ovaj relacija stvara kružnu ovisnost"
126 123 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
127 124
128 125 actionview_instancetag_blank_option: Molimo odaberite
129 126
130 127 general_text_No: 'Ne'
131 128 general_text_Yes: 'Da'
132 129 general_text_no: 'ne'
133 130 general_text_yes: 'da'
134 131 general_lang_name: 'Hrvatski'
135 132 general_csv_separator: ','
136 133 general_csv_decimal_separator: '.'
137 134 general_csv_encoding: UTF-8
138 135 general_pdf_encoding: UTF-8
139 136 general_first_day_of_week: '7'
140 137
141 138 notice_account_updated: Vaš profil je uspješno promijenjen.
142 139 notice_account_invalid_creditentials: Neispravno korisničko ime ili zaporka.
143 140 notice_account_password_updated: Zaporka je uspješno promijenjena.
144 141 notice_account_wrong_password: Pogrešna zaporka
145 142 notice_account_register_done: Racun je uspješno napravljen. Da biste aktivirali svoj račun, kliknite na link koji vam je poslan na e-mail.
146 143 notice_account_unknown_email: Nepoznati korisnik.
147 144 notice_can_t_change_password: Ovaj račun koristi eksterni izvor prijavljivanja. Nemoguće je promijeniti zaporku.
148 145 notice_account_lost_email_sent: E-mail s uputama kako bi odabrali novu zaporku je poslan na na vašu e-mail adresu.
149 146 notice_account_activated: Vaš racun je aktiviran. Možete se prijaviti.
150 147 notice_successful_create: Uspješno napravljeno.
151 148 notice_successful_update: Uspješna promjena.
152 149 notice_successful_delete: Uspješno brisanje.
153 150 notice_successful_connection: Uspješna veza.
154 151 notice_file_not_found: Stranica kojoj ste pokušali pristupiti ne postoji ili je uklonjena.
155 152 notice_locking_conflict: Podataci su ažurirani od strane drugog korisnika.
156 153 notice_not_authorized: Niste ovlašteni za pristup ovoj stranici.
157 154 notice_email_sent: E-mail je poslan %{value}"
158 155 notice_email_error: Dogodila se pogreška tijekom slanja E-maila (%{value})"
159 156 notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan.
160 157 notice_api_access_key_reseted: Vaš API pristup je resetovan.
161 158 notice_failed_to_save_issues: "Neuspjelo spremanje %{count} predmeta na %{total} odabrane: %{ids}."
162 159 notice_no_issue_selected: "Niti jedan predmet nije odabran! Molim, odaberite predmete koje želite urediti."
163 160 notice_account_pending: "Vaš korisnicki račun je otvoren, čeka odobrenje administratora."
164 161 notice_default_data_loaded: Konfiguracija je uspješno učitana.
165 162 notice_unable_delete_version: Nije moguće izbrisati verziju.
166 163 notice_issue_done_ratios_updated: Issue done ratios updated.
167 164
168 165 error_can_t_load_default_data: "Zadanu konfiguracija nije učitana: %{value}"
169 166 error_scm_not_found: "Unos i/ili revizija nije pronađen."
170 167 error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa: %{value}"
171 168 error_scm_annotate: "Ne postoji ili ne može biti obilježen."
172 169 error_issue_not_found_in_project: 'Nije pronađen ili ne pripada u ovaj projekt'
173 170 error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
174 171 error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
175 172 error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened'
176 173 error_can_not_archive_project: This project can not be archived
177 174 error_issue_done_ratios_not_updated: "Issue done ratios not updated."
178 175 error_workflow_copy_source: 'Please select a source tracker or role'
179 176 error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
180 177
181 178 warning_attachments_not_saved: "%{count} Datoteka/e nije mogla biti spremljena."
182 179
183 180 mail_subject_lost_password: "Vaša %{value} zaporka"
184 181 mail_body_lost_password: 'Kako biste promijenili Vašu zaporku slijedite poveznicu:'
185 182 mail_subject_register: "Aktivacija korisničog računa %{value}"
186 183 mail_body_register: 'Da biste aktivirali svoj račun, kliknite na sljedeci link:'
187 184 mail_body_account_information_external: "Možete koristiti vaš račun %{value} za prijavu."
188 185 mail_body_account_information: Vaši korisnički podaci
189 186 mail_subject_account_activation_request: "%{value} predmet za aktivaciju korisničkog računa"
190 187 mail_body_account_activation_request: "Novi korisnik (%{value}) je registriran. Njegov korisnički račun čeka vaše odobrenje:"
191 188 mail_subject_reminder: "%{count} predmet(a) dospijeva sljedećih %{days} dana"
192 189 mail_body_reminder: "%{count} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih %{days} dana:"
193 190 mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
194 191 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
195 192 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
196 193 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
197 194
198 195 gui_validation_error: 1 pogreška
199 196 gui_validation_error_plural: "%{count} pogrešaka"
200 197
201 198 field_name: Ime
202 199 field_description: Opis
203 200 field_summary: Sažetak
204 201 field_is_required: Obavezno
205 202 field_firstname: Ime
206 203 field_lastname: Prezime
207 204 field_mail: E-pošta
208 205 field_filename: Datoteka
209 206 field_filesize: Veličina
210 207 field_downloads: Preuzimanja
211 208 field_author: Autor
212 209 field_created_on: Napravljen
213 210 field_updated_on: Promijenjen
214 211 field_field_format: Format
215 212 field_is_for_all: Za sve projekte
216 213 field_possible_values: Moguće vrijednosti
217 214 field_regexp: Regularni izraz
218 215 field_min_length: Minimalna dužina
219 216 field_max_length: Maksimalna dužina
220 217 field_value: Vrijednost
221 218 field_category: Kategorija
222 219 field_title: Naslov
223 220 field_project: Projekt
224 221 field_issue: Predmet
225 222 field_status: Status
226 223 field_notes: Napomene
227 224 field_is_closed: Predmet je zatvoren
228 225 field_is_default: Zadana vrijednost
229 226 field_tracker: Tracker
230 227 field_subject: Predmet
231 228 field_due_date: Do datuma
232 229 field_assigned_to: Dodijeljeno
233 230 field_priority: Prioritet
234 231 field_fixed_version: Verzija
235 232 field_user: Korisnik
236 233 field_role: Uloga
237 234 field_homepage: Naslovnica
238 235 field_is_public: Javni projekt
239 236 field_parent: Potprojekt od
240 237 field_is_in_chlog: Predmeti se prikazuju u dnevniku promjena
241 238 field_is_in_roadmap: Predmeti se prikazuju u Putokazu
242 239 field_login: Korisničko ime
243 240 field_mail_notification: Obavijest putem e-pošte
244 241 field_admin: Administrator
245 242 field_last_login_on: Zadnja prijava
246 243 field_language: Primarni jezik
247 244 field_effective_date: Datum
248 245 field_password: Zaporka
249 246 field_new_password: Nova zaporka
250 247 field_password_confirmation: Potvrda zaporke
251 248 field_version: Verzija
252 249 field_type: Tip
253 250 field_host: Host
254 251 field_port: Port
255 252 field_account: Racun
256 253 field_base_dn: Osnovni DN
257 254 field_attr_login: Login atribut
258 255 field_attr_firstname: Atribut imena
259 256 field_attr_lastname: Atribut prezimena
260 257 field_attr_mail: Atribut e-pošte
261 258 field_onthefly: "Izrada korisnika \"u hodu\""
262 259 field_start_date: Pocetak
263 260 field_done_ratio: "% Učinjeno"
264 261 field_auth_source: Vrsta prijavljivanja
265 262 field_hide_mail: Sakrij moju adresu e-pošte
266 263 field_comments: Komentar
267 264 field_url: URL
268 265 field_start_page: Početna stranica
269 266 field_subproject: Potprojekt
270 267 field_hours: Sati
271 268 field_activity: Aktivnost
272 269 field_spent_on: Datum
273 270 field_identifier: Identifikator
274 271 field_is_filter: Korišteno kao filtar
275 272 field_issue_to_id: Povezano s predmetom
276 273 field_delay: Odgodeno
277 274 field_assignable: Predmeti mogu biti dodijeljeni ovoj ulozi
278 275 field_redirect_existing_links: Preusmjeravanje postojećih linkova
279 276 field_estimated_hours: Procijenjeno vrijeme
280 277 field_column_names: Stupci
281 278 field_time_zone: Vremenska zona
282 279 field_searchable: Pretraživo
283 280 field_default_value: Zadana vrijednost
284 281 field_comments_sorting: Prikaz komentara
285 282 field_parent_title: Parent page
286 283 field_editable: Editable
287 284 field_watcher: Watcher
288 285 field_identity_url: OpenID URL
289 286 field_content: Content
290 287 field_group_by: Group results by
291 288
292 289 setting_app_title: Naziv aplikacije
293 290 setting_app_subtitle: Podnaslov aplikacije
294 291 setting_welcome_text: Tekst dobrodošlice
295 292 setting_default_language: Zadani jezik
296 293 setting_login_required: Potrebna je prijava
297 294 setting_self_registration: Samoregistracija je dozvoljena
298 295 setting_attachment_max_size: Maksimalna veličina privitka
299 296 setting_issues_export_limit: Ograničenje izvoza predmeta
300 297 setting_mail_from: Izvorna adresa e-pošte
301 298 setting_bcc_recipients: Blind carbon copy primatelja (bcc)
302 299 setting_plain_text_mail: obični tekst pošte (bez HTML-a)
303 300 setting_host_name: Naziv domaćina (host)
304 301 setting_text_formatting: Oblikovanje teksta
305 302 setting_wiki_compression: Sažimanje
306 303 setting_feeds_limit: Ogranicenje unosa sadržaja
307 304 setting_default_projects_public: Novi projekti su javni po defaultu
308 305 setting_autofetch_changesets: Autofetch commits
309 306 setting_sys_api_enabled: Omogući WS za upravljanje skladištem
310 307 setting_commit_ref_keywords: Referentne ključne riječi
311 308 setting_commit_fix_keywords: Fiksne ključne riječi
312 309 setting_autologin: Automatska prijava
313 310 setting_date_format: Format datuma
314 311 setting_time_format: Format vremena
315 312 setting_cross_project_issue_relations: Dozvoli povezivanje predmeta izmedu različitih projekata
316 313 setting_issue_list_default_columns: Stupci prikazani na listi predmeta
317 314 setting_emails_footer: Zaglavlje e-pošte
318 315 setting_protocol: Protokol
319 316 setting_per_page_options: Objekata po stranici opcija
320 317 setting_user_format: Oblik prikaza korisnika
321 318 setting_activity_days_default: Dani prikazane aktivnosti na projektu
322 319 setting_display_subprojects_issues: Prikaz predmeta potprojekta na glavnom projektu po defaultu
323 320 setting_enabled_scm: Omogućen SCM
324 321 setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
325 322 setting_mail_handler_api_enabled: Omoguci WS za dolaznu e-poštu
326 323 setting_mail_handler_api_key: API ključ
327 324 setting_sequential_project_identifiers: Generiraj slijedne identifikatore projekta
328 325 setting_gravatar_enabled: Koristi Gravatar korisničke ikone
329 326 setting_gravatar_default: Default Gravatar image
330 327 setting_diff_max_lines_displayed: Maksimalni broj diff linija za prikazati
331 328 setting_file_max_size_displayed: Max size of text files displayed inline
332 329 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
333 330 setting_openid: Allow OpenID login and registration
334 331 setting_password_min_length: Minimum password length
335 332 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
336 333 setting_default_projects_modules: Default enabled modules for new projects
337 334 setting_issue_done_ratio: Calculate the issue done ratio with
338 335 setting_issue_done_ratio_issue_field: Use the issue field
339 336 setting_issue_done_ratio_issue_status: Use the issue status
340 337 setting_start_of_week: Start calendars on
341 338 setting_rest_api_enabled: Enable REST web service
342 339
343 340 permission_add_project: Dodaj projekt
344 341 permission_add_subprojects: Dodaj potprojekt
345 342 permission_edit_project: Uredi projekt
346 343 permission_select_project_modules: Odaberi projektne module
347 344 permission_manage_members: Upravljaj članovima
348 345 permission_manage_versions: Upravljaj verzijama
349 346 permission_manage_categories: Upravljaj kategorijama predmeta
350 347 permission_view_issues: Pregledaj zahtjeve
351 348 permission_add_issues: Dodaj predmete
352 349 permission_edit_issues: Uredi predmete
353 350 permission_manage_issue_relations: Upravljaj relacijama predmeta
354 351 permission_add_issue_notes: Dodaj bilješke
355 352 permission_edit_issue_notes: Uredi bilješke
356 353 permission_edit_own_issue_notes: Uredi vlastite bilješke
357 354 permission_move_issues: Premjesti predmete
358 355 permission_delete_issues: Brisanje predmeta
359 356 permission_manage_public_queries: Upravljaj javnim upitima
360 357 permission_save_queries: Spremi upite
361 358 permission_view_gantt: Pregledaj gantt grafikon
362 359 permission_view_calendar: Pregledaj kalendar
363 360 permission_view_issue_watchers: Pregledaj listu promatraca
364 361 permission_add_issue_watchers: Dodaj promatrača
365 362 permission_delete_issue_watchers: Delete watchers
366 363 permission_log_time: Dnevnik utrošenog vremena
367 364 permission_view_time_entries: Pregledaj utrošeno vrijeme
368 365 permission_edit_time_entries: Uredi vremenske dnevnike
369 366 permission_edit_own_time_entries: Edit own time logs
370 367 permission_manage_news: Upravljaj novostima
371 368 permission_comment_news: Komentiraj novosti
372 369 permission_manage_documents: Upravljaj dokumentima
373 370 permission_view_documents: Pregledaj dokumente
374 371 permission_manage_files: Upravljaj datotekama
375 372 permission_view_files: Pregledaj datoteke
376 373 permission_manage_wiki: Upravljaj wikijem
377 374 permission_rename_wiki_pages: Promijeni ime wiki stranicama
378 375 permission_delete_wiki_pages: Obriši wiki stranice
379 376 permission_view_wiki_pages: Pregledaj wiki
380 377 permission_view_wiki_edits: Pregledaj povijest wikija
381 378 permission_edit_wiki_pages: Uredi wiki stranice
382 379 permission_delete_wiki_pages_attachments: Obriši privitke
383 380 permission_protect_wiki_pages: Zaštiti wiki stranice
384 381 permission_manage_repository: Upravljaj skladištem
385 382 permission_browse_repository: Browse repository
386 383 permission_view_changesets: View changesets
387 384 permission_commit_access: Mogućnost pohranjivanja
388 385 permission_manage_boards: Manage boards
389 386 permission_view_messages: Pregledaj poruke
390 387 permission_add_messages: Objavi poruke
391 388 permission_edit_messages: Uredi poruke
392 389 permission_edit_own_messages: Uredi vlastite poruke
393 390 permission_delete_messages: Obriši poruke
394 391 permission_delete_own_messages: Obriši vlastite poruke
395 392
396 393 project_module_issue_tracking: Praćenje predmeta
397 394 project_module_time_tracking: Praćenje vremena
398 395 project_module_news: Novosti
399 396 project_module_documents: Dokumenti
400 397 project_module_files: Datoteke
401 398 project_module_wiki: Wiki
402 399 project_module_repository: Skladište
403 400 project_module_boards: Boards
404 401
405 402 label_user: Korisnik
406 403 label_user_plural: Korisnici
407 404 label_user_new: Novi korisnik
408 405 label_user_anonymous: Anonymous
409 406 label_project: Projekt
410 407 label_project_new: Novi projekt
411 408 label_project_plural: Projekti
412 409 label_x_projects:
413 410 zero: no projects
414 411 one: 1 project
415 412 other: "%{count} projects"
416 413 label_project_all: Svi Projekti
417 414 label_project_latest: Najnoviji projekt
418 415 label_issue: Predmet
419 416 label_issue_new: Novi predmet
420 417 label_issue_plural: Predmeti
421 418 label_issue_view_all: Pregled svih predmeta
422 419 label_issues_by: "Predmeti od %{value}"
423 420 label_issue_added: Predmet dodan
424 421 label_issue_updated: Predmet promijenjen
425 422 label_document: Dokument
426 423 label_document_new: Novi dokument
427 424 label_document_plural: Dokumenti
428 425 label_document_added: Dokument dodan
429 426 label_role: Uloga
430 427 label_role_plural: Uloge
431 428 label_role_new: Nova uloga
432 429 label_role_and_permissions: Uloge i ovlasti
433 430 label_member: Član
434 431 label_member_new: Novi član
435 432 label_member_plural: Članovi
436 433 label_tracker: Vrsta
437 434 label_tracker_plural: Vrste predmeta
438 435 label_tracker_new: Nova vrsta
439 436 label_workflow: Tijek rada
440 437 label_issue_status: Status predmeta
441 438 label_issue_status_plural: Status predmeta
442 439 label_issue_status_new: Novi status
443 440 label_issue_category: Kategorija predmeta
444 441 label_issue_category_plural: Kategorije predmeta
445 442 label_issue_category_new: Nova kategorija
446 443 label_custom_field: Korisnički definirano polje
447 444 label_custom_field_plural: Korisnički definirana polja
448 445 label_custom_field_new: Novo korisnički definirano polje
449 446 label_enumerations: Pobrojenice
450 447 label_enumeration_new: Nova vrijednost
451 448 label_information: Informacija
452 449 label_information_plural: Informacije
453 450 label_please_login: Molim prijavite se
454 451 label_register: Registracija
455 452 label_login_with_open_id_option: or login with OpenID
456 453 label_password_lost: Izgubljena zaporka
457 454 label_home: Početna stranica
458 455 label_my_page: Moja stranica
459 456 label_my_account: Moj profil
460 457 label_my_projects: Moji projekti
461 458 label_administration: Administracija
462 459 label_login: Korisnik
463 460 label_logout: Odjava
464 461 label_help: Pomoć
465 462 label_reported_issues: Prijavljeni predmeti
466 463 label_assigned_to_me_issues: Moji predmeti
467 464 label_last_login: Last connection
468 465 label_registered_on: Registrirano
469 466 label_activity: Aktivnosti
470 467 label_overall_activity: Aktivnosti
471 468 label_user_activity: "%{value} ova/ina aktivnost"
472 469 label_new: Novi
473 470 label_logged_as: Prijavljeni ste kao
474 471 label_environment: Okolina
475 472 label_authentication: Autentikacija
476 473 label_auth_source: Način prijavljivanja
477 474 label_auth_source_new: Novi način prijavljivanja
478 475 label_auth_source_plural: Načini prijavljivanja
479 476 label_subproject_plural: Potprojekti
480 477 label_subproject_new: Novi potprojekt
481 478 label_and_its_subprojects: "%{value} i njegovi potprojekti"
482 479 label_min_max_length: Min - Maks veličina
483 480 label_list: Liste
484 481 label_date: Datum
485 482 label_integer: Integer
486 483 label_float: Float
487 484 label_boolean: Boolean
488 485 label_string: Text
489 486 label_text: Long text
490 487 label_attribute: Atribut
491 488 label_attribute_plural: Atributi
492 489 label_download: "%{count} Download"
493 490 label_download_plural: "%{count} Downloads"
494 491 label_no_data: Nema podataka za prikaz
495 492 label_change_status: Promjena statusa
496 493 label_history: Povijest
497 494 label_attachment: Datoteka
498 495 label_attachment_new: Nova datoteka
499 496 label_attachment_delete: Brisanje datoteke
500 497 label_attachment_plural: Datoteke
501 498 label_file_added: Datoteka dodana
502 499 label_report: Izvješće
503 500 label_report_plural: Izvješća
504 501 label_news: Novosti
505 502 label_news_new: Dodaj novost
506 503 label_news_plural: Novosti
507 504 label_news_latest: Novosti
508 505 label_news_view_all: Pregled svih novosti
509 506 label_news_added: Novosti dodane
510 507 label_change_log: Dnevnik promjena
511 508 label_settings: Postavke
512 509 label_overview: Pregled
513 510 label_version: Verzija
514 511 label_version_new: Nova verzija
515 512 label_version_plural: Verzije
516 513 label_confirmation: Potvrda
517 514 label_export_to: 'Izvoz u:'
518 515 label_read: Čitaj...
519 516 label_public_projects: Javni projekti
520 517 label_open_issues: Otvoren
521 518 label_open_issues_plural: Otvoreno
522 519 label_closed_issues: Zatvoren
523 520 label_closed_issues_plural: Zatvoreno
524 521 label_x_open_issues_abbr_on_total:
525 522 zero: 0 open / %{total}
526 523 one: 1 open / %{total}
527 524 other: "%{count} open / %{total}"
528 525 label_x_open_issues_abbr:
529 526 zero: 0 open
530 527 one: 1 open
531 528 other: "%{count} open"
532 529 label_x_closed_issues_abbr:
533 530 zero: 0 closed
534 531 one: 1 closed
535 532 other: "%{count} closed"
536 533 label_total: Ukupno
537 534 label_permissions: Dozvole
538 535 label_current_status: Trenutni status
539 536 label_new_statuses_allowed: Novi status je dozvoljen
540 537 label_all: Svi
541 538 label_none: nema
542 539 label_nobody: nitko
543 540 label_next: Naredni
544 541 label_previous: Prethodni
545 542 label_used_by: Korišten od
546 543 label_details: Detalji
547 544 label_add_note: Dodaj napomenu
548 545 label_per_page: Po stranici
549 546 label_calendar: Kalendar
550 547 label_months_from: Mjeseci od
551 548 label_gantt: Gantt
552 549 label_internal: Interno
553 550 label_last_changes: "Posljednjih %{count} promjena"
554 551 label_change_view_all: Prikaz svih promjena
555 552 label_personalize_page: Prilagodite ovu stranicu
556 553 label_comment: Komentar
557 554 label_comment_plural: Komentari
558 555 label_x_comments:
559 556 zero: no comments
560 557 one: 1 comment
561 558 other: "%{count} comments"
562 559 label_comment_add: Dodaj komentar
563 560 label_comment_added: Komentar dodan
564 561 label_comment_delete: Brisanje komentara
565 562 label_query: Korisnički upit
566 563 label_query_plural: Korisnički upiti
567 564 label_query_new: Novi upit
568 565 label_filter_add: Dodaj filtar
569 566 label_filter_plural: Filtri
570 567 label_equals: je
571 568 label_not_equals: nije
572 569 label_in_less_than: za manje od
573 570 label_in_more_than: za više od
574 571 label_greater_or_equal: '>='
575 572 label_less_or_equal: '<='
576 573 label_in: za točno
577 574 label_today: danas
578 575 label_all_time: sva vremena
579 576 label_yesterday: jučer
580 577 label_this_week: ovog tjedna
581 578 label_last_week: prošlog tjedna
582 579 label_last_n_days: "zadnjih %{count} dana"
583 580 label_this_month: ovog mjeseca
584 581 label_last_month: prošlog mjeseca
585 582 label_this_year: ove godine
586 583 label_date_range: vremenski raspon
587 584 label_less_than_ago: manje od
588 585 label_more_than_ago: više od
589 586 label_ago: prije
590 587 label_contains: Sadrži
591 588 label_not_contains: ne sadrži
592 589 label_day_plural: dana
593 590 label_repository: Skladište
594 591 label_repository_plural: Skladišta
595 592 label_browse: Pregled
596 593 label_modification: "%{count} promjena"
597 594 label_modification_plural: "%{count} promjena"
598 595 label_branch: Branch
599 596 label_tag: Tag
600 597 label_revision: Revizija
601 598 label_revision_plural: Revizije
602 599 label_revision_id: "Revision %{value}"
603 600 label_associated_revisions: Dodijeljene revizije
604 601 label_added: dodano
605 602 label_modified: promijenjen
606 603 label_copied: kopirano
607 604 label_renamed: preimenovano
608 605 label_deleted: obrisano
609 606 label_latest_revision: Posljednja revizija
610 607 label_latest_revision_plural: Posljednje revizije
611 608 label_view_revisions: Pregled revizija
612 609 label_view_all_revisions: View all revisions
613 610 label_max_size: Maksimalna veličina
614 611 label_sort_highest: Premjesti na vrh
615 612 label_sort_higher: Premjesti prema gore
616 613 label_sort_lower: Premjesti prema dolje
617 614 label_sort_lowest: Premjesti na dno
618 615 label_roadmap: Putokaz
619 616 label_roadmap_due_in: "Završava se za %{value}"
620 617 label_roadmap_overdue: "%{value} kasni"
621 618 label_roadmap_no_issues: Nema predmeta za ovu verziju
622 619 label_search: Traži
623 620 label_result_plural: Rezultati
624 621 label_all_words: Sve riječi
625 622 label_wiki: Wiki
626 623 label_wiki_edit: Wiki promjena
627 624 label_wiki_edit_plural: Wiki promjene
628 625 label_wiki_page: Wiki stranica
629 626 label_wiki_page_plural: Wiki stranice
630 627 label_index_by_title: Indeks po naslovima
631 628 label_index_by_date: Indeks po datumu
632 629 label_current_version: Trenutna verzija
633 630 label_preview: Brzi pregled
634 631 label_feed_plural: Feeds
635 632 label_changes_details: Detalji svih promjena
636 633 label_issue_tracking: Praćenje predmeta
637 634 label_spent_time: Utrošeno vrijeme
638 635 label_f_hour: "%{value} sata"
639 636 label_f_hour_plural: "%{value} sati"
640 637 label_time_tracking: Praćenje vremena
641 638 label_change_plural: Promjene
642 639 label_statistics: Statistika
643 640 label_commits_per_month: Pohrana po mjesecu
644 641 label_commits_per_author: Pohrana po autoru
645 642 label_view_diff: Pregled razlika
646 643 label_diff_inline: uvučeno
647 644 label_diff_side_by_side: paralelno
648 645 label_options: Opcije
649 646 label_copy_workflow_from: Kopiraj tijek rada od
650 647 label_permissions_report: Izvješće o dozvolama
651 648 label_watched_issues: Praćeni predmeti
652 649 label_related_issues: Povezani predmeti
653 650 label_applied_status: Primijenjen status
654 651 label_loading: Učitavam...
655 652 label_relation_new: Nova relacija
656 653 label_relation_delete: Brisanje relacije
657 654 label_relates_to: u relaciji sa
658 655 label_duplicates: Duplira
659 656 label_duplicated_by: ponovljen kao
660 657 label_blocks: blokira
661 658 label_blocked_by: blokiran od strane
662 659 label_precedes: prethodi
663 660 label_follows: slijedi
664 661 label_end_to_start: od kraja do početka
665 662 label_end_to_end: od kraja do kraja
666 663 label_end_to_start: od kraja do početka
667 664 label_end_to_end: od kraja do kraja
668 665 label_stay_logged_in: Ostanite prijavljeni
669 666 label_disabled: Isključen
670 667 label_show_completed_versions: Prikaži završene verzije
671 668 label_me: ja
672 669 label_board: Forum
673 670 label_board_new: Novi forum
674 671 label_board_plural: Forumi
675 672 label_topic_plural: Teme
676 673 label_message_plural: Poruke
677 674 label_message_last: Posljednja poruka
678 675 label_message_new: Nova poruka
679 676 label_message_posted: Poruka dodana
680 677 label_reply_plural: Odgovori
681 678 label_send_information: Pošalji korisniku informaciju o profilu
682 679 label_year: Godina
683 680 label_month: Mjesec
684 681 label_week: Tjedan
685 682 label_date_from: Od
686 683 label_date_to: Do
687 684 label_language_based: Zasnovano na jeziku
688 685 label_sort_by: "Uredi po %{value}"
689 686 label_send_test_email: Pošalji testno E-pismo
690 687 label_feeds_access_key: RSS access key
691 688 label_missing_feeds_access_key: Missing a RSS access key
692 689 label_feeds_access_key_created_on: "RSS kljuc za pristup je napravljen prije %{value}"
693 690 label_module_plural: Moduli
694 691 label_added_time_by: "Promijenio %{author} prije %{age}"
695 692 label_updated_time_by: "Dodao/la %{author} prije %{age}"
696 693 label_updated_time: "Promijenjeno prije %{value}"
697 694 label_jump_to_a_project: Prebaci se na projekt...
698 695 label_file_plural: Datoteke
699 696 label_changeset_plural: Promjene
700 697 label_default_columns: Zadani stupci
701 698 label_no_change_option: (Bez promjene)
702 699 label_bulk_edit_selected_issues: Zajednička promjena izabranih predmeta
703 700 label_theme: Tema
704 701 label_default: Zadana
705 702 label_search_titles_only: Pretraživanje samo naslova
706 703 label_user_mail_option_all: "Za bilo koji događaj na svim mojim projektima"
707 704 label_user_mail_option_selected: "Za bilo koji događaj samo za izabrane projekte..."
708 705 label_user_mail_no_self_notified: "Ne želim primati obavijesti o promjenama koje sam napravim"
709 706 label_registration_activation_by_email: aktivacija putem e-pošte
710 707 label_registration_manual_activation: ručna aktivacija
711 708 label_registration_automatic_activation: automatska aktivacija
712 709 label_display_per_page: "Po stranici: %{value}"
713 710 label_age: Starost
714 711 label_change_properties: Promijeni svojstva
715 712 label_general: Općenito
716 713 label_more: Još
717 714 label_scm: SCM
718 715 label_plugins: Plugins
719 716 label_ldap_authentication: LDAP autentikacija
720 717 label_downloads_abbr: D/L
721 718 label_optional_description: Opcije
722 719 label_add_another_file: Dodaj još jednu datoteku
723 720 label_preferences: Preferences
724 721 label_chronological_order: U kronološkom redoslijedu
725 722 label_reverse_chronological_order: U obrnutom kronološkom redoslijedu
726 723 label_planning: Planiranje
727 724 label_incoming_emails: Dolazne poruke e-pošte
728 725 label_generate_key: Generiraj ključ
729 726 label_issue_watchers: Promatrači
730 727 label_example: Primjer
731 728 label_display: Display
732 729 label_sort: Sort
733 730 label_ascending: Ascending
734 731 label_descending: Descending
735 732 label_date_from_to: From %{start} to %{end}
736 733 label_wiki_content_added: Wiki page added
737 734 label_wiki_content_updated: Wiki page updated
738 735 label_group: Group
739 736 label_group_plural: Grupe
740 737 label_group_new: Nova grupa
741 738 label_time_entry_plural: Spent time
742 739 label_version_sharing_none: Not shared
743 740 label_version_sharing_descendants: With subprojects
744 741 label_version_sharing_hierarchy: With project hierarchy
745 742 label_version_sharing_tree: With project tree
746 743 label_version_sharing_system: With all projects
747 744 label_update_issue_done_ratios: Update issue done ratios
748 745 label_copy_source: Source
749 746 label_copy_target: Target
750 747 label_copy_same_as_target: Same as target
751 748 label_display_used_statuses_only: Only display statuses that are used by this tracker
752 749 label_api_access_key: API access key
753 750 label_missing_api_access_key: Missing an API access key
754 751 label_api_access_key_created_on: "API access key created %{value} ago"
755 752
756 753 button_login: Prijavi
757 754 button_submit: Pošalji
758 755 button_save: Spremi
759 756 button_check_all: Označi sve
760 757 button_uncheck_all: Isključi sve
761 758 button_delete: Obriši
762 759 button_create: Napravi
763 760 button_create_and_continue: Napravi i nastavi
764 761 button_test: Test
765 762 button_edit: Uredi
766 763 button_add: Dodaj
767 764 button_change: Promijeni
768 765 button_apply: Primijeni
769 766 button_clear: Ukloni
770 767 button_lock: Zaključaj
771 768 button_unlock: Otključaj
772 769 button_download: Preuzmi
773 770 button_list: Spisak
774 771 button_view: Pregled
775 772 button_move: Premjesti
776 773 button_move_and_follow: Move and follow
777 774 button_back: Nazad
778 775 button_cancel: Odustani
779 776 button_activate: Aktiviraj
780 777 button_sort: Redoslijed
781 778 button_log_time: Zapiši vrijeme
782 779 button_rollback: Izvrši rollback na ovu verziju
783 780 button_watch: Prati
784 781 button_unwatch: Prekini pracenje
785 782 button_reply: Odgovori
786 783 button_archive: Arhiviraj
787 784 button_rollback: Dearhiviraj
788 785 button_reset: Poništi
789 786 button_rename: Promijeni ime
790 787 button_change_password: Promjena zaporke
791 788 button_copy: Kopiraj
792 789 button_copy_and_follow: Copy and follow
793 790 button_annotate: Annotate
794 791 button_update: Promijeni
795 792 button_configure: Konfiguracija
796 793 button_quote: Navod
797 794 button_duplicate: Duplicate
798 795 button_show: Show
799 796
800 797 status_active: aktivan
801 798 status_registered: Registriran
802 799 status_locked: zaključan
803 800
804 801 version_status_open: open
805 802 version_status_locked: locked
806 803 version_status_closed: closed
807 804
808 805 field_active: Active
809 806
810 807 text_select_mail_notifications: Izbor akcija za koje će biti poslana obavijest e-poštom.
811 808 text_regexp_info: eg. ^[A-Z0-9]+$
812 809 text_min_max_length_info: 0 znači bez ograničenja
813 810 text_project_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj projekt i sve njegove podatke?
814 811 text_subprojects_destroy_warning: "Njegov(i) potprojekt(i): %{value} će također biti obrisan."
815 812 text_workflow_edit: Select a role and a tracker to edit the workflow
816 813 text_are_you_sure: Da li ste sigurni?
817 814 text_journal_changed: "%{label} promijenjen iz %{old} u %{new}"
818 815 text_journal_set_to: "%{label} postavi na %{value}"
819 816 text_journal_deleted: "%{label} izbrisano (%{old})"
820 817 text_journal_added: "%{label} %{value} added"
821 818 text_tip_issue_begin_day: Zadaci koji počinju ovog dana
822 819 text_tip_issue_end_day: zadaci koji se završavaju ovog dana
823 820 text_tip_issue_begin_end_day: Zadaci koji počinju i završavaju se ovog dana
824 821 text_caracters_maximum: "Najviše %{count} znakova."
825 822 text_caracters_minimum: "Mora biti dugačko najmanje %{count} znakova."
826 823 text_length_between: "Dužina izmedu %{min} i %{max} znakova."
827 824 text_tracker_no_workflow: Tijek rada nije definiran za ovaj tracker
828 825 text_unallowed_characters: Nedozvoljeni znakovi
829 826 text_comma_separated: Višestruke vrijednosti su dozvoljene (razdvojene zarezom).
830 827 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
831 828 text_tracker_no_workflow: No workflow defined for this tracker
832 829 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
833 830 text_issue_added: "Predmet %{id} je prijavljen (prijavio %{author})."
834 831 text_issue_updated: "Predmet %{id} je promijenjen %{author})."
835 832 text_wiki_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj wiki i njegov sadržaj?
836 833 text_issue_category_destroy_question: "Neke predmeti (%{count}) su dodijeljeni ovoj kategoriji. Što želite uraditi?"
837 834 text_issue_category_destroy_assignments: Ukloni dodjeljivanje kategorija
838 835 text_issue_category_reassign_to: Ponovo dodijeli predmete ovoj kategoriji
839 836 text_user_mail_option: "Za neizabrane projekte, primit ćete obavjesti samo o stvarima koje pratite ili u kojima sudjelujete (npr. predmete koje ste vi napravili ili koje su vama dodjeljeni)."
840 837 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."
841 838 text_load_default_configuration: Učitaj početnu konfiguraciju
842 839 text_status_changed_by_changeset: "Applied in changeset %{value}."
843 840 text_issues_destroy_confirmation: 'Jeste li sigurni da želite obrisati izabrani/e predmet(e)?'
844 841 text_select_project_modules: 'Odaberite module koji će biti omogućeni za ovaj projekt:'
845 842 text_default_administrator_account_changed: Default administrator account changed
846 843 text_file_repository_writable: Dozvoljeno pisanje u direktorij za privitke
847 844 text_plugin_assets_writable: Plugin assets directory writable
848 845 text_rmagick_available: RMagick dostupan (nije obavezno)
849 846 text_destroy_time_entries_question: "%{hours} sati je prijavljeno za predmete koje želite obrisati. Što ćete učiniti?"
850 847 text_destroy_time_entries: Obriši prijavljene sate
851 848 text_assign_time_entries_to_project: Pridruži prijavljene sate projektu
852 849 text_reassign_time_entries: 'Premjesti prijavljene sate ovom predmetu:'
853 850 text_user_wrote: "%{value} je napisao/la:"
854 851 text_enumeration_destroy_question: "%{count} objekata je pridruženo toj vrijednosti."
855 852 text_enumeration_category_reassign_to: 'Premjesti ih ovoj vrijednosti:'
856 853 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
857 854 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."
858 855 text_diff_truncated: '... Ovaj diff je odrezan zato što prelazi maksimalnu veličinu koja može biti prikazana.'
859 856 text_custom_field_possible_values_info: 'One line for each value'
860 857 text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
861 858 text_wiki_page_nullify_children: "Keep child pages as root pages"
862 859 text_wiki_page_destroy_children: "Delete child pages and all their descendants"
863 860 text_wiki_page_reassign_children: "Reassign child pages to this parent page"
864 861 default_role_manager: Upravitelj
865 862 default_role_developer: Razvojni inženjer
866 863 default_role_reporter: Korisnik
867 864 default_tracker_bug: Pogreška
868 865 default_tracker_feature: Funkcionalnost
869 866 default_tracker_support: Podrška
870 867 default_issue_status_new: Novo
871 868 default_issue_status_assigned: Dodijeljeno
872 869 default_issue_status_resolved: Riješeno
873 870 default_issue_status_feedback: Povratna informacija
874 871 default_issue_status_closed: Zatvoreno
875 872 default_issue_status_rejected: Odbaceno
876 873 default_doc_category_user: Korisnička dokumentacija
877 874 default_doc_category_tech: Tehnička dokumentacija
878 875 default_priority_low: Nizak
879 876 default_priority_normal: Redovan
880 877 default_priority_high: Visok
881 878 default_priority_urgent: Hitan
882 879 default_priority_immediate: Odmah
883 880 default_activity_design: Dizajn
884 881 default_activity_development: Razvoj
885 882 enumeration_issue_priorities: Prioriteti predmeta
886 883 enumeration_doc_categories: Kategorija dokumenata
887 884 enumeration_activities: Aktivnosti (po vremenu)
888 885 enumeration_system_activity: System Activity
889 886 field_sharing: Sharing
890 887 text_line_separated: Multiple values allowed (one line for each value).
891 888 label_close_versions: Close completed versions
892 889 button_unarchive: Unarchive
893 890 label_start_to_end: start to end
894 891 label_start_to_start: start to start
895 892 field_issue_to: Related issue
896 893 default_issue_status_in_progress: In Progress
897 894 text_own_membership_delete_confirmation: |-
898 895 You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
899 896 Are you sure you want to continue?
900 897 label_board_sticky: Sticky
901 898 label_board_locked: Locked
902 899 permission_export_wiki_pages: Export wiki pages
903 900 setting_cache_formatted_text: Cache formatted text
904 901 permission_manage_project_activities: Manage project activities
905 902 error_unable_delete_issue_status: Unable to delete issue status
906 903 label_profile: Profile
907 904 permission_manage_subtasks: Manage subtasks
908 905 field_parent_issue: Parent task
909 906 label_subtask_plural: Subtasks
910 907 label_project_copy_notifications: Send email notifications during the project copy
911 908 error_can_not_delete_custom_field: Unable to delete custom field
912 909 error_unable_to_connect: Unable to connect (%{value})
913 910 error_can_not_remove_role: This role is in use and can not be deleted.
914 911 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
915 912 field_principal: Principal
916 913 label_my_page_block: My page block
917 914 notice_failed_to_save_members: "Failed to save member(s): %{errors}."
918 915 text_zoom_out: Zoom out
919 916 text_zoom_in: Zoom in
920 917 notice_unable_delete_time_entry: Unable to delete time log entry.
921 918 label_overall_spent_time: Overall spent time
922 919 field_time_entries: Log time
923 920 project_module_gantt: Gantt
924 921 project_module_calendar: Calendar
925 922 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
926 923 text_are_you_sure_with_children: Delete issue and all child issues?
927 924 field_text: Text field
928 925 label_user_mail_option_only_owner: Only for things I am the owner of
929 926 setting_default_notification_option: Default notification option
930 927 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
931 928 label_user_mail_option_only_assigned: Only for things I am assigned to
932 929 label_user_mail_option_none: No events
933 930 field_member_of_group: Assignee's group
934 931 field_assigned_to_role: Assignee's role
935 932 notice_not_authorized_archived_project: The project you're trying to access has been archived.
936 933 label_principal_search: "Search for user or group:"
937 934 label_user_search: "Search for user:"
938 935 field_visible: Visible
939 936 setting_emails_header: Emails header
940 937 setting_commit_logtime_activity_id: Activity for logged time
941 938 text_time_logged_by_changeset: Applied in changeset %{value}.
942 939 setting_commit_logtime_enabled: Enable time logging
943 940 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
944 941 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
945 942 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
946 943 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
947 944 label_my_queries: My custom queries
948 945 text_journal_changed_no_detail: "%{label} updated"
949 946 label_news_comment_added: Comment added to a news
950 947 button_expand_all: Expand all
951 948 button_collapse_all: Collapse all
952 949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
953 950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
954 951 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
955 952 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
956 953 label_role_anonymous: Anonymous
957 954 label_role_non_member: Non member
958 955 label_issue_note_added: Note added
959 956 label_issue_status_updated: Status updated
960 957 label_issue_priority_updated: Priority updated
961 958 label_issues_visibility_own: Issues created by or assigned to the user
962 959 field_issues_visibility: Issues visibility
963 960 label_issues_visibility_all: All issues
964 961 permission_set_own_issues_private: Set own issues public or private
965 962 field_is_private: Private
966 963 permission_set_issues_private: Set issues public or private
967 964 label_issues_visibility_public: All non private issues
968 965 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
969 966 field_commit_logs_encoding: Commit messages encoding
970 967 field_scm_path_encoding: Path encoding
971 968 text_scm_path_encoding_note: "Default: UTF-8"
972 969 field_path_to_repository: Path to repository
973 970 field_root_directory: Root directory
974 971 field_cvs_module: Module
975 972 field_cvsroot: CVSROOT
976 973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 974 text_scm_command: Command
978 975 text_scm_command_version: Version
979 976 label_git_report_last_commit: Report last commit for files and directories
980 977 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
981 978 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
982 979 notice_issue_successful_create: Issue %{id} created.
983 980 label_between: between
984 981 setting_issue_group_assignment: Allow issue assignment to groups
985 982 label_diff: diff
986 983 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
987 984 description_query_sort_criteria_direction: Sort direction
988 985 description_project_scope: Search scope
989 986 description_filter: Filter
990 987 description_user_mail_notification: Mail notification settings
991 988 description_date_from: Enter start date
992 989 description_message_content: Message content
993 990 description_available_columns: Available Columns
994 991 description_date_range_interval: Choose range by selecting start and end date
995 992 description_issue_category_reassign: Choose issue category
996 993 description_search: Searchfield
997 994 description_notes: Notes
998 995 description_date_range_list: Choose range from list
999 996 description_choose_project: Projects
1000 997 description_date_to: Enter end date
1001 998 description_query_sort_criteria_attribute: Sort attribute
1002 999 description_wiki_subpages_reassign: Choose new parent page
1003 1000 description_selected_columns: Selected Columns
1004 1001 label_parent_revision: Parent
1005 1002 label_child_revision: Child
1006 1003 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1007 1004 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1008 1005 button_edit_section: Edit this section
1009 1006 setting_repositories_encodings: Attachments and repositories encodings
1010 1007 description_all_columns: All Columns
1011 1008 button_export: Export
1012 1009 label_export_options: "%{export_format} export options"
1013 1010 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1014 1011 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1015 1012 label_x_issues:
1016 1013 zero: 0 predmet
1017 1014 one: 1 predmet
1018 1015 other: "%{count} predmeti"
1019 1016 label_repository_new: New repository
1020 1017 field_repository_is_default: Main repository
1021 1018 label_copy_attachments: Copy attachments
1022 1019 label_item_position: "%{position}/%{count}"
1023 1020 label_completed_versions: Completed versions
1024 1021 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1025 1022 field_multiple: Multiple values
1026 1023 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1027 1024 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1028 1025 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1029 1026 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1030 1027 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1031 1028 permission_manage_related_issues: Manage related issues
1032 1029 field_ldap_filter: LDAP filter
1033 1030 label_search_for_watchers: Search for watchers to add
1034 1031 notice_account_deleted: Your account has been permanently deleted.
1035 1032 setting_unsubscribe: Allow users to unsubscribe
1036 1033 button_delete_my_account: Delete my account
1037 1034 text_account_destroy_confirmation: |-
1038 1035 Are you sure you want to proceed?
1039 1036 Your account will be permanently deleted, with no way to reactivate it.
@@ -1,1056 +1,1055
1 1 pt-BR:
2 # formatos de data e hora
3 2 direction: ltr
4 3 date:
5 4 formats:
6 5 default: "%d/%m/%Y"
7 6 short: "%d de %B"
8 7 long: "%d de %B de %Y"
9 8 only_day: "%d"
10 9
11 10 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
12 11 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
13 12 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
14 13 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
15 14 order:
16 15 - :day
17 16 - :month
18 17 - :year
19 18
20 19 time:
21 20 formats:
22 21 default: "%A, %d de %B de %Y, %H:%M hs"
23 22 time: "%H:%M hs"
24 23 short: "%d/%m, %H:%M hs"
25 24 long: "%A, %d de %B de %Y, %H:%M hs"
26 25 only_second: "%S"
27 26 datetime:
28 27 formats:
29 28 default: "%Y-%m-%dT%H:%M:%S%Z"
30 29 am: ''
31 30 pm: ''
32 31
33 32 # date helper distancia em palavras
34 33 datetime:
35 34 distance_in_words:
36 35 half_a_minute: 'meio minuto'
37 36 less_than_x_seconds:
38 37 one: 'menos de 1 segundo'
39 38 other: 'menos de %{count} segundos'
40 39
41 40 x_seconds:
42 41 one: '1 segundo'
43 42 other: '%{count} segundos'
44 43
45 44 less_than_x_minutes:
46 45 one: 'menos de um minuto'
47 46 other: 'menos de %{count} minutos'
48 47
49 48 x_minutes:
50 49 one: '1 minuto'
51 50 other: '%{count} minutos'
52 51
53 52 about_x_hours:
54 53 one: 'aproximadamente 1 hora'
55 54 other: 'aproximadamente %{count} horas'
56 55
57 56 x_days:
58 57 one: '1 dia'
59 58 other: '%{count} dias'
60 59
61 60 about_x_months:
62 61 one: 'aproximadamente 1 mês'
63 62 other: 'aproximadamente %{count} meses'
64 63
65 64 x_months:
66 65 one: '1 mês'
67 66 other: '%{count} meses'
68 67
69 68 about_x_years:
70 69 one: 'aproximadamente 1 ano'
71 70 other: 'aproximadamente %{count} anos'
72 71
73 72 over_x_years:
74 73 one: 'mais de 1 ano'
75 74 other: 'mais de %{count} anos'
76 75 almost_x_years:
77 76 one: "almost 1 year"
78 77 other: "almost %{count} years"
79 78
80 79 # numeros
81 80 number:
82 81 format:
83 82 precision: 3
84 83 separator: ','
85 84 delimiter: '.'
86 85 currency:
87 86 format:
88 87 unit: 'R$'
89 88 precision: 2
90 89 format: '%u %n'
91 90 separator: ','
92 91 delimiter: '.'
93 92 percentage:
94 93 format:
95 94 delimiter: '.'
96 95 precision:
97 96 format:
98 97 delimiter: '.'
99 98 human:
100 99 format:
101 100 precision: 1
102 101 delimiter: '.'
103 102 storage_units:
104 103 format: "%n %u"
105 104 units:
106 105 byte:
107 106 one: "Byte"
108 107 other: "Bytes"
109 108 kb: "KB"
110 109 mb: "MB"
111 110 gb: "GB"
112 111 tb: "TB"
113 112 support:
114 113 array:
115 114 sentence_connector: "e"
116 115 skip_last_comma: true
117 116
118 117 # Active Record
119 118 activerecord:
120 119 errors:
121 120 template:
122 121 header:
123 122 one: "model não pode ser salvo: 1 erro"
124 123 other: "model não pode ser salvo: %{count} erros."
125 124 body: "Por favor, verifique os seguintes campos:"
126 125 messages:
127 126 inclusion: "não está incluso na lista"
128 127 exclusion: "não está disponível"
129 128 invalid: "não é válido"
130 129 confirmation: "não está de acordo com a confirmação"
131 130 accepted: "precisa ser aceito"
132 131 empty: "não pode ficar vazio"
133 132 blank: "não pode ficar vazio"
134 133 too_long: muito longo (máximo: %{count} caracteres)"
135 134 too_short: muito curto (mínimon: %{count} caracteres)"
136 135 wrong_length: "deve ter %{count} caracteres"
137 136 taken: "não está disponível"
138 137 not_a_number: "não é um número"
139 138 greater_than: "precisa ser maior do que %{count}"
140 139 greater_than_or_equal_to: "precisa ser maior ou igual a %{count}"
141 140 equal_to: "precisa ser igual a %{count}"
142 141 less_than: "precisa ser menor do que %{count}"
143 142 less_than_or_equal_to: "precisa ser menor ou igual a %{count}"
144 143 odd: "precisa ser ímpar"
145 144 even: "precisa ser par"
146 145 greater_than_start_date: "deve ser maior que a data inicial"
147 146 not_same_project: "não pertence ao mesmo projeto"
148 147 circular_dependency: "Esta relação geraria uma dependência circular"
149 148 cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"
150 149
151 150 actionview_instancetag_blank_option: Selecione
152 151
153 152 general_text_No: 'Não'
154 153 general_text_Yes: 'Sim'
155 154 general_text_no: 'não'
156 155 general_text_yes: 'sim'
157 156 general_lang_name: 'Português(Brasil)'
158 157 general_csv_separator: ';'
159 158 general_csv_decimal_separator: ','
160 159 general_csv_encoding: ISO-8859-1
161 160 general_pdf_encoding: UTF-8
162 161 general_first_day_of_week: '1'
163 162
164 163 notice_account_updated: Conta atualizada com sucesso.
165 164 notice_account_invalid_creditentials: Usuário ou senha inválido.
166 165 notice_account_password_updated: Senha alterada com sucesso.
167 166 notice_account_wrong_password: Senha inválida.
168 167 notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail.
169 168 notice_account_unknown_email: Usuário desconhecido.
170 169 notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha.
171 170 notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você.
172 171 notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora.
173 172 notice_successful_create: Criado com sucesso.
174 173 notice_successful_update: Alterado com sucesso.
175 174 notice_successful_delete: Excluído com sucesso.
176 175 notice_successful_connection: Conectado com sucesso.
177 176 notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída.
178 177 notice_locking_conflict: Os dados foram atualizados por outro usuário.
179 178 notice_not_authorized: Você não está autorizado a acessar esta página.
180 179 notice_email_sent: "Um e-mail foi enviado para %{value}"
181 180 notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
182 181 notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada.
183 182 notice_failed_to_save_issues: "Problema ao salvar %{count} tarefa(s) de %{total} selecionadas: %{ids}."
184 183 notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar."
185 184 notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador."
186 185 notice_default_data_loaded: Configuração padrão carregada com sucesso.
187 186
188 187 error_can_t_load_default_data: "A configuração padrão não pode ser carregada: %{value}"
189 188 error_scm_not_found: "A entrada e/ou a revisão não existe no repositório."
190 189 error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: %{value}"
191 190 error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
192 191 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
193 192 error_no_tracker_in_project: 'Não um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.'
194 193 error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").'
195 194
196 195 mail_subject_lost_password: "Sua senha do %{value}."
197 196 mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
198 197 mail_subject_register: "Ativação de conta do %{value}."
199 198 mail_body_register: 'Para ativar sua conta, clique no link abaixo:'
200 199 mail_body_account_information_external: "Você pode usar sua conta do %{value} para entrar."
201 200 mail_body_account_information: Informações sobre sua conta
202 201 mail_subject_account_activation_request: "%{value} - Requisição de ativação de conta"
203 202 mail_body_account_activation_request: "Um novo usuário (%{value}) se registrou. A conta está aguardando sua aprovação:"
204 203 mail_subject_reminder: "%{count} tarefa(s) com data prevista para os próximos %{days} dias"
205 204 mail_body_reminder: "%{count} tarefa(s) para você com data prevista para os próximos %{days} dias:"
206 205
207 206 gui_validation_error: 1 erro
208 207 gui_validation_error_plural: "%{count} erros"
209 208
210 209 field_name: Nome
211 210 field_description: Descrição
212 211 field_summary: Resumo
213 212 field_is_required: Obrigatório
214 213 field_firstname: Nome
215 214 field_lastname: Sobrenome
216 215 field_mail: E-mail
217 216 field_filename: Arquivo
218 217 field_filesize: Tamanho
219 218 field_downloads: Downloads
220 219 field_author: Autor
221 220 field_created_on: Criado em
222 221 field_updated_on: Alterado em
223 222 field_field_format: Formato
224 223 field_is_for_all: Para todos os projetos
225 224 field_possible_values: Possíveis valores
226 225 field_regexp: Expressão regular
227 226 field_min_length: Tamanho mínimo
228 227 field_max_length: Tamanho máximo
229 228 field_value: Valor
230 229 field_category: Categoria
231 230 field_title: Título
232 231 field_project: Projeto
233 232 field_issue: Tarefa
234 233 field_status: Situação
235 234 field_notes: Notas
236 235 field_is_closed: Tarefa fechada
237 236 field_is_default: Situação padrão
238 237 field_tracker: Tipo
239 238 field_subject: Título
240 239 field_due_date: Data prevista
241 240 field_assigned_to: Atribuído para
242 241 field_priority: Prioridade
243 242 field_fixed_version: Versão
244 243 field_user: Usuário
245 244 field_role: Cargo
246 245 field_homepage: Página do projeto
247 246 field_is_public: Público
248 247 field_parent: Sub-projeto de
249 248 field_is_in_roadmap: Exibir no planejamento
250 249 field_login: Usuário
251 250 field_mail_notification: Notificações por e-mail
252 251 field_admin: Administrador
253 252 field_last_login_on: Última conexão
254 253 field_language: Idioma
255 254 field_effective_date: Data
256 255 field_password: Senha
257 256 field_new_password: Nova senha
258 257 field_password_confirmation: Confirmação
259 258 field_version: Versão
260 259 field_type: Tipo
261 260 field_host: Servidor
262 261 field_port: Porta
263 262 field_account: Conta
264 263 field_base_dn: DN Base
265 264 field_attr_login: Atributo para nome de usuário
266 265 field_attr_firstname: Atributo para nome
267 266 field_attr_lastname: Atributo para sobrenome
268 267 field_attr_mail: Atributo para e-mail
269 268 field_onthefly: Criar usuários dinamicamente ("on-the-fly")
270 269 field_start_date: Início
271 270 field_done_ratio: "% Terminado"
272 271 field_auth_source: Modo de autenticação
273 272 field_hide_mail: Ocultar meu e-mail
274 273 field_comments: Comentário
275 274 field_url: URL
276 275 field_start_page: Página inicial
277 276 field_subproject: Sub-projeto
278 277 field_hours: Horas
279 278 field_activity: Atividade
280 279 field_spent_on: Data
281 280 field_identifier: Identificador
282 281 field_is_filter: É um filtro
283 282 field_issue_to: Tarefa relacionada
284 283 field_delay: Atraso
285 284 field_assignable: Tarefas podem ser atribuídas a este papel
286 285 field_redirect_existing_links: Redirecionar links existentes
287 286 field_estimated_hours: Tempo estimado
288 287 field_column_names: Colunas
289 288 field_time_zone: Fuso-horário
290 289 field_searchable: Pesquisável
291 290 field_default_value: Padrão
292 291 field_comments_sorting: Visualizar comentários
293 292 field_parent_title: Página pai
294 293
295 294 setting_app_title: Título da aplicação
296 295 setting_app_subtitle: Sub-título da aplicação
297 296 setting_welcome_text: Texto de boas-vindas
298 297 setting_default_language: Idioma padrão
299 298 setting_login_required: Exigir autenticação
300 299 setting_self_registration: Permitido Auto-registro
301 300 setting_attachment_max_size: Tamanho máximo do anexo
302 301 setting_issues_export_limit: Limite de exportação das tarefas
303 302 setting_mail_from: E-mail enviado de
304 303 setting_bcc_recipients: Enviar com cópia oculta (cco)
305 304 setting_host_name: Nome do Servidor e subdomínio
306 305 setting_text_formatting: Formatação do texto
307 306 setting_wiki_compression: Compactação de histórico do Wiki
308 307 setting_feeds_limit: Número de registros por Feed
309 308 setting_default_projects_public: Novos projetos são públicos por padrão
310 309 setting_autofetch_changesets: Obter commits automaticamente
311 310 setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN)
312 311 setting_commit_ref_keywords: Palavras de referência
313 312 setting_commit_fix_keywords: Palavras de fechamento
314 313 setting_autologin: Auto-login
315 314 setting_date_format: Formato da data
316 315 setting_time_format: Formato de hora
317 316 setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos
318 317 setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas
319 318 setting_emails_footer: Rodapé do e-mail
320 319 setting_protocol: Protocolo
321 320 setting_per_page_options: Número de itens exibidos por página
322 321 setting_user_format: Formato de exibição de nome de usuário
323 322 setting_activity_days_default: Dias visualizados na atividade do projeto
324 323 setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão
325 324 setting_enabled_scm: SCM habilitados
326 325 setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada
327 326 setting_mail_handler_api_key: Chave de API
328 327 setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto
329 328
330 329 project_module_issue_tracking: Gerenciamento de Tarefas
331 330 project_module_time_tracking: Gerenciamento de tempo
332 331 project_module_news: Notícias
333 332 project_module_documents: Documentos
334 333 project_module_files: Arquivos
335 334 project_module_wiki: Wiki
336 335 project_module_repository: Repositório
337 336 project_module_boards: Fóruns
338 337
339 338 label_user: Usuário
340 339 label_user_plural: Usuários
341 340 label_user_new: Novo usuário
342 341 label_project: Projeto
343 342 label_project_new: Novo projeto
344 343 label_project_plural: Projetos
345 344 label_x_projects:
346 345 zero: nenhum projeto
347 346 one: 1 projeto
348 347 other: "%{count} projetos"
349 348 label_project_all: Todos os projetos
350 349 label_project_latest: Últimos projetos
351 350 label_issue: Tarefa
352 351 label_issue_new: Nova tarefa
353 352 label_issue_plural: Tarefas
354 353 label_issue_view_all: Ver todas as tarefas
355 354 label_issues_by: "Tarefas por %{value}"
356 355 label_issue_added: Tarefa adicionada
357 356 label_issue_updated: Tarefa atualizada
358 357 label_issue_note_added: Nota adicionada
359 358 label_issue_status_updated: Situação atualizada
360 359 label_issue_priority_updated: Prioridade atualizada
361 360 label_document: Documento
362 361 label_document_new: Novo documento
363 362 label_document_plural: Documentos
364 363 label_document_added: Documento adicionado
365 364 label_role: Papel
366 365 label_role_plural: Papéis
367 366 label_role_new: Novo papel
368 367 label_role_and_permissions: Papéis e permissões
369 368 label_member: Membro
370 369 label_member_new: Novo membro
371 370 label_member_plural: Membros
372 371 label_tracker: Tipo de tarefa
373 372 label_tracker_plural: Tipos de tarefas
374 373 label_tracker_new: Novo tipo
375 374 label_workflow: Fluxo de trabalho
376 375 label_issue_status: Situação da tarefa
377 376 label_issue_status_plural: Situação das tarefas
378 377 label_issue_status_new: Nova situação
379 378 label_issue_category: Categoria da tarefa
380 379 label_issue_category_plural: Categorias das tarefas
381 380 label_issue_category_new: Nova categoria
382 381 label_custom_field: Campo personalizado
383 382 label_custom_field_plural: Campos personalizados
384 383 label_custom_field_new: Novo campo personalizado
385 384 label_enumerations: 'Tipos & Categorias'
386 385 label_enumeration_new: Novo
387 386 label_information: Informação
388 387 label_information_plural: Informações
389 388 label_please_login: Efetue o login
390 389 label_register: Cadastre-se
391 390 label_password_lost: Perdi minha senha
392 391 label_home: Página inicial
393 392 label_my_page: Minha página
394 393 label_my_account: Minha conta
395 394 label_my_projects: Meus projetos
396 395 label_administration: Administração
397 396 label_login: Entrar
398 397 label_logout: Sair
399 398 label_help: Ajuda
400 399 label_reported_issues: Tarefas reportadas
401 400 label_assigned_to_me_issues: Minhas tarefas
402 401 label_last_login: Última conexão
403 402 label_registered_on: Registrado em
404 403 label_activity: Atividade
405 404 label_overall_activity: Atividades gerais
406 405 label_new: Novo
407 406 label_logged_as: "Acessando como:"
408 407 label_environment: Ambiente
409 408 label_authentication: Autenticação
410 409 label_auth_source: Modo de autenticação
411 410 label_auth_source_new: Novo modo de autenticação
412 411 label_auth_source_plural: Modos de autenticação
413 412 label_subproject_plural: Sub-projetos
414 413 label_and_its_subprojects: "%{value} e seus sub-projetos"
415 414 label_min_max_length: Tamanho mín-máx
416 415 label_list: Lista
417 416 label_date: Data
418 417 label_integer: Inteiro
419 418 label_float: Decimal
420 419 label_boolean: Boleano
421 420 label_string: Texto
422 421 label_text: Texto longo
423 422 label_attribute: Atributo
424 423 label_attribute_plural: Atributos
425 424 label_download: "%{count} Download"
426 425 label_download_plural: "%{count} Downloads"
427 426 label_no_data: Nenhuma informação disponível
428 427 label_change_status: Alterar situação
429 428 label_history: Histórico
430 429 label_attachment: Arquivo
431 430 label_attachment_new: Novo arquivo
432 431 label_attachment_delete: Excluir arquivo
433 432 label_attachment_plural: Arquivos
434 433 label_file_added: Arquivo adicionado
435 434 label_report: Relatório
436 435 label_report_plural: Relatório
437 436 label_news: Notícia
438 437 label_news_new: Adicionar notícia
439 438 label_news_plural: Notícias
440 439 label_news_latest: Últimas notícias
441 440 label_news_view_all: Ver todas as notícias
442 441 label_news_added: Notícia adicionada
443 442 label_settings: Configurações
444 443 label_overview: Visão geral
445 444 label_version: Versão
446 445 label_version_new: Nova versão
447 446 label_version_plural: Versões
448 447 label_confirmation: Confirmação
449 448 label_export_to: Exportar para
450 449 label_read: Ler...
451 450 label_public_projects: Projetos públicos
452 451 label_open_issues: Aberta
453 452 label_open_issues_plural: Abertas
454 453 label_closed_issues: Fechada
455 454 label_closed_issues_plural: Fechadas
456 455 label_x_open_issues_abbr_on_total:
457 456 zero: 0 aberta / %{total}
458 457 one: 1 aberta / %{total}
459 458 other: "%{count} abertas / %{total}"
460 459 label_x_open_issues_abbr:
461 460 zero: 0 aberta
462 461 one: 1 aberta
463 462 other: "%{count} abertas"
464 463 label_x_closed_issues_abbr:
465 464 zero: 0 fechada
466 465 one: 1 fechada
467 466 other: "%{count} fechadas"
468 467 label_total: Total
469 468 label_permissions: Permissões
470 469 label_current_status: Situação atual
471 470 label_new_statuses_allowed: Nova situação permitida
472 471 label_all: todos
473 472 label_none: nenhum
474 473 label_nobody: ninguém
475 474 label_next: Próximo
476 475 label_previous: Anterior
477 476 label_used_by: Usado por
478 477 label_details: Detalhes
479 478 label_add_note: Adicionar nota
480 479 label_per_page: Por página
481 480 label_calendar: Calendário
482 481 label_months_from: meses a partir de
483 482 label_gantt: Gantt
484 483 label_internal: Interno
485 484 label_last_changes: "últimas %{count} alterações"
486 485 label_change_view_all: Mostrar todas as alterações
487 486 label_personalize_page: Personalizar esta página
488 487 label_comment: Comentário
489 488 label_comment_plural: Comentários
490 489 label_x_comments:
491 490 zero: nenhum comentário
492 491 one: 1 comentário
493 492 other: "%{count} comentários"
494 493 label_comment_add: Adicionar comentário
495 494 label_comment_added: Comentário adicionado
496 495 label_comment_delete: Excluir comentário
497 496 label_query: Consulta personalizada
498 497 label_query_plural: Consultas personalizadas
499 498 label_query_new: Nova consulta
500 499 label_filter_add: Adicionar filtro
501 500 label_filter_plural: Filtros
502 501 label_equals: igual a
503 502 label_not_equals: diferente de
504 503 label_in_less_than: maior que
505 504 label_in_more_than: menor que
506 505 label_in: em
507 506 label_today: hoje
508 507 label_all_time: tudo
509 508 label_yesterday: ontem
510 509 label_this_week: esta semana
511 510 label_last_week: última semana
512 511 label_last_n_days: "últimos %{count} dias"
513 512 label_this_month: este mês
514 513 label_last_month: último mês
515 514 label_this_year: este ano
516 515 label_date_range: Período
517 516 label_less_than_ago: menos de
518 517 label_more_than_ago: mais de
519 518 label_ago: dias atrás
520 519 label_contains: contém
521 520 label_not_contains: não contém
522 521 label_day_plural: dias
523 522 label_repository: Repositório
524 523 label_repository_plural: Repositórios
525 524 label_browse: Procurar
526 525 label_modification: "%{count} alteração"
527 526 label_modification_plural: "%{count} alterações"
528 527 label_revision: Revisão
529 528 label_revision_plural: Revisões
530 529 label_associated_revisions: Revisões associadas
531 530 label_added: adicionada
532 531 label_modified: alterada
533 532 label_deleted: excluída
534 533 label_latest_revision: Última revisão
535 534 label_latest_revision_plural: Últimas revisões
536 535 label_view_revisions: Ver revisões
537 536 label_max_size: Tamanho máximo
538 537 label_sort_highest: Mover para o início
539 538 label_sort_higher: Mover para cima
540 539 label_sort_lower: Mover para baixo
541 540 label_sort_lowest: Mover para o fim
542 541 label_roadmap: Planejamento
543 542 label_roadmap_due_in: "Previsto para %{value}"
544 543 label_roadmap_overdue: "%{value} atrasado"
545 544 label_roadmap_no_issues: Sem tarefas para esta versão
546 545 label_search: Busca
547 546 label_result_plural: Resultados
548 547 label_all_words: Todas as palavras
549 548 label_wiki: Wiki
550 549 label_wiki_edit: Editar Wiki
551 550 label_wiki_edit_plural: Edições Wiki
552 551 label_wiki_page: Página Wiki
553 552 label_wiki_page_plural: páginas Wiki
554 553 label_index_by_title: Índice por título
555 554 label_index_by_date: Índice por data
556 555 label_current_version: Versão atual
557 556 label_preview: Pré-visualizar
558 557 label_feed_plural: Feeds
559 558 label_changes_details: Detalhes de todas as alterações
560 559 label_issue_tracking: Tarefas
561 560 label_spent_time: Tempo gasto
562 561 label_f_hour: "%{value} hora"
563 562 label_f_hour_plural: "%{value} horas"
564 563 label_time_tracking: Registro de horas
565 564 label_change_plural: Alterações
566 565 label_statistics: Estatísticas
567 566 label_commits_per_month: Commits por mês
568 567 label_commits_per_author: Commits por autor
569 568 label_view_diff: Ver diferenças
570 569 label_diff_inline: inline
571 570 label_diff_side_by_side: lado a lado
572 571 label_options: Opções
573 572 label_copy_workflow_from: Copiar fluxo de trabalho de
574 573 label_permissions_report: Relatório de permissões
575 574 label_watched_issues: Tarefas observadas
576 575 label_related_issues: Tarefas relacionadas
577 576 label_applied_status: Situação alterada
578 577 label_loading: Carregando...
579 578 label_relation_new: Nova relação
580 579 label_relation_delete: Excluir relação
581 580 label_relates_to: relacionado a
582 581 label_duplicates: duplica
583 582 label_duplicated_by: duplicado por
584 583 label_blocks: bloqueia
585 584 label_blocked_by: bloqueado por
586 585 label_precedes: precede
587 586 label_follows: segue
588 587 label_end_to_start: fim para o início
589 588 label_end_to_end: fim para fim
590 589 label_start_to_start: início para início
591 590 label_start_to_end: início para fim
592 591 label_stay_logged_in: Permanecer logado
593 592 label_disabled: desabilitado
594 593 label_show_completed_versions: Exibir versões completas
595 594 label_me: mim
596 595 label_board: Fórum
597 596 label_board_new: Novo fórum
598 597 label_board_plural: Fóruns
599 598 label_topic_plural: Tópicos
600 599 label_message_plural: Mensagens
601 600 label_message_last: Última mensagem
602 601 label_message_new: Nova mensagem
603 602 label_message_posted: Mensagem enviada
604 603 label_reply_plural: Respostas
605 604 label_send_information: Enviar informação da nova conta para o usuário
606 605 label_year: Ano
607 606 label_month: Mês
608 607 label_week: Semana
609 608 label_date_from: De
610 609 label_date_to: Para
611 610 label_language_based: Com base no idioma do usuário
612 611 label_sort_by: "Ordenar por %{value}"
613 612 label_send_test_email: Enviar um e-mail de teste
614 613 label_feeds_access_key_created_on: "chave de acesso RSS criada %{value} atrás"
615 614 label_module_plural: Módulos
616 615 label_added_time_by: "Adicionado por %{author} %{age} atrás"
617 616 label_updated_time: "Atualizado %{value} atrás"
618 617 label_jump_to_a_project: Ir para o projeto...
619 618 label_file_plural: Arquivos
620 619 label_changeset_plural: Changesets
621 620 label_default_columns: Colunas padrão
622 621 label_no_change_option: (Sem alteração)
623 622 label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados.
624 623 label_theme: Tema
625 624 label_default: Padrão
626 625 label_search_titles_only: Pesquisar somente títulos
627 626 label_user_mail_option_all: "Para qualquer evento em todos os meus projetos"
628 627 label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..."
629 628 label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações"
630 629 label_registration_activation_by_email: ativação de conta por e-mail
631 630 label_registration_manual_activation: ativação manual de conta
632 631 label_registration_automatic_activation: ativação automática de conta
633 632 label_display_per_page: "Por página: %{value}"
634 633 label_age: Idade
635 634 label_change_properties: Alterar propriedades
636 635 label_general: Geral
637 636 label_more: Mais
638 637 label_scm: 'Controle de versão:'
639 638 label_plugins: Plugins
640 639 label_ldap_authentication: Autenticação LDAP
641 640 label_downloads_abbr: D/L
642 641 label_optional_description: Descrição opcional
643 642 label_add_another_file: Adicionar outro arquivo
644 643 label_preferences: Preferências
645 644 label_chronological_order: Em ordem cronológica
646 645 label_reverse_chronological_order: Em ordem cronológica inversa
647 646 label_planning: Planejamento
648 647 label_incoming_emails: E-mails recebidos
649 648 label_generate_key: Gerar uma chave
650 649 label_issue_watchers: Observadores
651 650
652 651 button_login: Entrar
653 652 button_submit: Enviar
654 653 button_save: Salvar
655 654 button_check_all: Marcar todos
656 655 button_uncheck_all: Desmarcar todos
657 656 button_delete: Excluir
658 657 button_create: Criar
659 658 button_test: Testar
660 659 button_edit: Editar
661 660 button_add: Adicionar
662 661 button_change: Alterar
663 662 button_apply: Aplicar
664 663 button_clear: Limpar
665 664 button_lock: Bloquear
666 665 button_unlock: Desbloquear
667 666 button_download: Baixar
668 667 button_list: Listar
669 668 button_view: Ver
670 669 button_move: Mover
671 670 button_back: Voltar
672 671 button_cancel: Cancelar
673 672 button_activate: Ativar
674 673 button_sort: Ordenar
675 674 button_log_time: Tempo de trabalho
676 675 button_rollback: Voltar para esta versão
677 676 button_watch: Observar
678 677 button_unwatch: Parar de observar
679 678 button_reply: Responder
680 679 button_archive: Arquivar
681 680 button_unarchive: Desarquivar
682 681 button_reset: Redefinir
683 682 button_rename: Renomear
684 683 button_change_password: Alterar senha
685 684 button_copy: Copiar
686 685 button_annotate: Anotar
687 686 button_update: Atualizar
688 687 button_configure: Configurar
689 688 button_quote: Responder
690 689
691 690 status_active: ativo
692 691 status_registered: registrado
693 692 status_locked: bloqueado
694 693
695 694 text_select_mail_notifications: Ações a serem notificadas por e-mail
696 695 text_regexp_info: ex. ^[A-Z0-9]+$
697 696 text_min_max_length_info: 0 = sem restrição
698 697 text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados?
699 698 text_subprojects_destroy_warning: "Seu(s) subprojeto(s): %{value} também serão excluídos."
700 699 text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho
701 700 text_are_you_sure: Você tem certeza?
702 701 text_tip_issue_begin_day: tarefa inicia neste dia
703 702 text_tip_issue_end_day: tarefa termina neste dia
704 703 text_tip_issue_begin_end_day: tarefa inicia e termina neste dia
705 704 text_caracters_maximum: "máximo %{count} caracteres"
706 705 text_caracters_minimum: "deve ter ao menos %{count} caracteres."
707 706 text_length_between: "deve ter entre %{min} e %{max} caracteres."
708 707 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo.
709 708 text_unallowed_characters: Caracteres não permitidos
710 709 text_comma_separated: Múltiplos valores são permitidos (separados por vírgula).
711 710 text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit
712 711 text_issue_added: "Tarefa %{id} incluída (por %{author})."
713 712 text_issue_updated: "Tarefa %{id} alterada (por %{author})."
714 713 text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo?
715 714 text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que você deseja fazer?"
716 715 text_issue_category_destroy_assignments: Remover atribuições da categoria
717 716 text_issue_category_reassign_to: Redefinir tarefas para esta categoria
718 717 text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)"
719 718 text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas."
720 719 text_load_default_configuration: Carregar a configuração padrão
721 720 text_status_changed_by_changeset: "Aplicado no changeset %{value}."
722 721 text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?'
723 722 text_select_project_modules: 'Selecione módulos para habilitar para este projeto:'
724 723 text_default_administrator_account_changed: Conta padrão do administrador alterada
725 724 text_file_repository_writable: Repositório com permissão de escrita
726 725 text_rmagick_available: RMagick disponível (opcional)
727 726 text_destroy_time_entries_question: "%{hours} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
728 727 text_destroy_time_entries: Excluir horas de trabalho
729 728 text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
730 729 text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
731 730 text_user_wrote: "%{value} escreveu:"
732 731 text_enumeration_destroy_question: "%{count} objetos estão atribuídos a este valor."
733 732 text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:'
734 733 text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/configuration.yml e reinicie a aplicação para ativá-las."
735 734
736 735 default_role_manager: Gerente
737 736 default_role_developer: Desenvolvedor
738 737 default_role_reporter: Informante
739 738 default_tracker_bug: Defeito
740 739 default_tracker_feature: Funcionalidade
741 740 default_tracker_support: Suporte
742 741 default_issue_status_new: Nova
743 742 default_issue_status_in_progress: Em andamento
744 743 default_issue_status_resolved: Resolvida
745 744 default_issue_status_feedback: Feedback
746 745 default_issue_status_closed: Fechada
747 746 default_issue_status_rejected: Rejeitada
748 747 default_doc_category_user: Documentação do usuário
749 748 default_doc_category_tech: Documentação técnica
750 749 default_priority_low: Baixa
751 750 default_priority_normal: Normal
752 751 default_priority_high: Alta
753 752 default_priority_urgent: Urgente
754 753 default_priority_immediate: Imediata
755 754 default_activity_design: Design
756 755 default_activity_development: Desenvolvimento
757 756
758 757 enumeration_issue_priorities: Prioridade das tarefas
759 758 enumeration_doc_categories: Categorias de documento
760 759 enumeration_activities: Atividades (registro de horas)
761 760 notice_unable_delete_version: Não foi possível excluir a versão
762 761 label_renamed: renomeado
763 762 label_copied: copiado
764 763 setting_plain_text_mail: Usar mensagem sem formatação HTML
765 764 permission_view_files: Ver arquivos
766 765 permission_edit_issues: Editar tarefas
767 766 permission_edit_own_time_entries: Editar o próprio tempo de trabalho
768 767 permission_manage_public_queries: Gerenciar consultas publicas
769 768 permission_add_issues: Adicionar tarefas
770 769 permission_log_time: Adicionar tempo gasto
771 770 permission_view_changesets: Ver changesets
772 771 permission_view_time_entries: Ver tempo gasto
773 772 permission_manage_versions: Gerenciar versões
774 773 permission_manage_wiki: Gerenciar wiki
775 774 permission_manage_categories: Gerenciar categorias de tarefas
776 775 permission_protect_wiki_pages: Proteger páginas wiki
777 776 permission_comment_news: Comentar notícias
778 777 permission_delete_messages: Excluir mensagens
779 778 permission_select_project_modules: Selecionar módulos de projeto
780 779 permission_manage_documents: Gerenciar documentos
781 780 permission_edit_wiki_pages: Editar páginas wiki
782 781 permission_add_issue_watchers: Adicionar observadores
783 782 permission_view_gantt: Ver gráfico gantt
784 783 permission_move_issues: Mover tarefas
785 784 permission_manage_issue_relations: Gerenciar relacionamentos de tarefas
786 785 permission_delete_wiki_pages: Excluir páginas wiki
787 786 permission_manage_boards: Gerenciar fóruns
788 787 permission_delete_wiki_pages_attachments: Excluir anexos
789 788 permission_view_wiki_edits: Ver histórico do wiki
790 789 permission_add_messages: Postar mensagens
791 790 permission_view_messages: Ver mensagens
792 791 permission_manage_files: Gerenciar arquivos
793 792 permission_edit_issue_notes: Editar notas
794 793 permission_manage_news: Gerenciar notícias
795 794 permission_view_calendar: Ver calendário
796 795 permission_manage_members: Gerenciar membros
797 796 permission_edit_messages: Editar mensagens
798 797 permission_delete_issues: Excluir tarefas
799 798 permission_view_issue_watchers: Ver lista de observadores
800 799 permission_manage_repository: Gerenciar repositório
801 800 permission_commit_access: Acesso de commit
802 801 permission_browse_repository: Pesquisar repositório
803 802 permission_view_documents: Ver documentos
804 803 permission_edit_project: Editar projeto
805 804 permission_add_issue_notes: Adicionar notas
806 805 permission_save_queries: Salvar consultas
807 806 permission_view_wiki_pages: Ver wiki
808 807 permission_rename_wiki_pages: Renomear páginas wiki
809 808 permission_edit_time_entries: Editar tempo gasto
810 809 permission_edit_own_issue_notes: Editar suas próprias notas
811 810 setting_gravatar_enabled: Usar ícones do Gravatar
812 811 label_example: Exemplo
813 812 text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente."
814 813 permission_edit_own_messages: Editar próprias mensagens
815 814 permission_delete_own_messages: Excluir próprias mensagens
816 815 label_user_activity: "Atividade de %{value}"
817 816 label_updated_time_by: "Atualizado por %{author} %{age}"
818 817 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
819 818 setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
820 819 text_plugin_assets_writable: Diretório de plugins gravável
821 820 warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)."
822 821 button_create_and_continue: Criar e continuar
823 822 text_custom_field_possible_values_info: 'Uma linha para cada valor'
824 823 label_display: Exibição
825 824 field_editable: Editável
826 825 setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
827 826 setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline
828 827 field_identity_urler: Observador
829 828 setting_openid: Permitir Login e Registro via OpenID
830 829 field_identity_url: OpenID URL
831 830 label_login_with_open_id_option: ou use o OpenID
832 831 field_content: Conteúdo
833 832 label_descending: Descendente
834 833 label_sort: Ordenar
835 834 label_ascending: Ascendente
836 835 label_date_from_to: De %{start} até %{end}
837 836 label_greater_or_equal: ">="
838 837 label_less_or_equal: <=
839 838 text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) filha(s) e descendente(s). O que você quer fazer?
840 839 text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai
841 840 text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes
842 841 text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes
843 842 setting_password_min_length: Comprimento mínimo para senhas
844 843 field_group_by: Agrupar por
845 844 mail_subject_wiki_content_updated: "A página wiki '%{id}' foi atualizada"
846 845 label_wiki_content_added: Página wiki adicionada
847 846 mail_subject_wiki_content_added: "A página wiki '%{id}' foi adicionada"
848 847 mail_body_wiki_content_added: A página wiki '%{id}' foi adicionada por %{author}.
849 848 label_wiki_content_updated: Página wiki atualizada
850 849 mail_body_wiki_content_updated: A página wiki '%{id}' foi atualizada por %{author}.
851 850 permission_add_project: Criar projeto
852 851 setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto
853 852 label_view_all_revisions: Ver todas as revisões
854 853 label_tag: Etiqueta
855 854 label_branch: Ramo
856 855 text_journal_changed: "%{label} alterado de %{old} para %{new}"
857 856 text_journal_set_to: "%{label} ajustado para %{value}"
858 857 text_journal_deleted: "%{label} excluído (%{old})"
859 858 label_group_plural: Grupos
860 859 label_group: Grupo
861 860 label_group_new: Novo grupo
862 861 label_time_entry_plural: Tempos gastos
863 862 text_journal_added: "%{label} %{value} adicionado"
864 863 field_active: Ativo
865 864 enumeration_system_activity: Atividade do sistema
866 865 permission_delete_issue_watchers: Excluir observadores
867 866 version_status_closed: fechado
868 867 version_status_locked: travado
869 868 version_status_open: aberto
870 869 error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta
871 870 label_user_anonymous: Anônimo
872 871 button_move_and_follow: Mover e seguir
873 872 setting_default_projects_modules: Módulos habilitados por padrão para novos projetos
874 873 setting_gravatar_default: Imagem-padrão de Gravatar
875 874 field_sharing: Compartilhamento
876 875 label_version_sharing_hierarchy: Com a hierarquia do projeto
877 876 label_version_sharing_system: Com todos os projetos
878 877 label_version_sharing_descendants: Com sub-projetos
879 878 label_version_sharing_tree: Com a árvore do projeto
880 879 label_version_sharing_none: Sem compartilhamento
881 880 error_can_not_archive_project: Este projeto não pode ser arquivado
882 881 button_duplicate: Duplicar
883 882 button_copy_and_follow: Copiar e seguir
884 883 label_copy_source: Origem
885 884 setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa
886 885 setting_issue_done_ratio_issue_status: Usar a situação da tarefa
887 886 error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado.
888 887 error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo
889 888 setting_issue_done_ratio_issue_field: Use the issue field
890 889 label_copy_same_as_target: Mesmo alvo
891 890 label_copy_target: Alvo
892 891 notice_issue_done_ratios_updated: Percentual de conslusão atualizados.
893 892 error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem
894 893 label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas
895 894 setting_start_of_week: Início da semana
896 895 field_watcher: Observador
897 896 permission_view_issues: Ver tarefas
898 897 label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa
899 898 label_revision_id: Revisão %{value}
900 899 label_api_access_key: Chave de acesso a API
901 900 button_show: Exibir
902 901 label_api_access_key_created_on: Chave de acesso a API criado a %{value} atrás
903 902 label_feeds_access_key: Chave de acesso ao RSS
904 903 notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida.
905 904 setting_rest_api_enabled: Habilitar REST web service
906 905 label_missing_api_access_key: Chave de acesso a API faltando
907 906 label_missing_feeds_access_key: Chave de acesso ao RSS faltando
908 907 text_line_separated: Múltiplos valores permitidos (uma linha para cada valor).
909 908 setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas
910 909 permission_add_subprojects: Criar subprojetos
911 910 label_subproject_new: Novo subprojeto
912 911 text_own_membership_delete_confirmation: |-
913 912 Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação.
914 913 Você tem certeza que deseja continuar?
915 914 label_close_versions: Fechar versões concluídas
916 915 label_board_sticky: Marcado
917 916 label_board_locked: Travado
918 917 label_change_log: Registro de alterações
919 918 permission_export_wiki_pages: Exportar páginas wiki
920 919 setting_cache_formatted_text: Realizar cache de texto formatado
921 920 permission_manage_project_activities: Gerenciar atividades do projeto
922 921 error_unable_delete_issue_status: Não foi possível excluir situação da tarefa
923 922 label_profile: Perfil
924 923 permission_manage_subtasks: Gerenciar subtarefas
925 924 field_parent_issue: Tarefa pai
926 925 label_subtask_plural: Subtarefas
927 926 label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto
928 927 error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado
929 928 error_unable_to_connect: Não foi possível conectar (%{value})
930 929 error_can_not_remove_role: Este papel está em uso e não pode ser excluído.
931 930 error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído.
932 931 field_principal: Principal
933 932 label_my_page_block: Meu bloco de página
934 933 notice_failed_to_save_members: "Falha ao gravar membro(s): %{errors}."
935 934 text_zoom_out: Afastar zoom
936 935 text_zoom_in: Aproximar zoom
937 936 notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas.
938 937 label_overall_spent_time: Tempo gasto geral
939 938 field_time_entries: Registro de horas
940 939 project_module_gantt: Gantt
941 940 project_module_calendar: Calendário
942 941 button_edit_associated_wikipage: "Editar página wiki relacionada: %{page_title}"
943 942 text_are_you_sure_with_children: Excluir a tarefa e suas subtarefas?
944 943 field_text: Campo de texto
945 944 label_user_mail_option_only_owner: Somente para as coisas que eu criei
946 945 setting_default_notification_option: Opção padrão de notificação
947 946 label_user_mail_option_only_my_events: Somente para as coisas que eu esteja observando ou esteja envolvido
948 947 label_user_mail_option_only_assigned: Somente para as coisas que estejam atribuídas a mim
949 948 label_user_mail_option_none: Sem eventos
950 949 field_member_of_group: Grupo do responsável
951 950 field_assigned_to_role: Papel do responsável
952 951 notice_not_authorized_archived_project: O projeto que você está tentando acessar foi arquivado.
953 952 label_principal_search: "Pesquisar por usuários ou grupos:"
954 953 label_user_search: "Pesquisar por usuário:"
955 954 field_visible: Visível
956 955 setting_emails_header: Cabeçalho do e-mail
957 956 setting_commit_logtime_activity_id: Atividade para registrar horas
958 957 text_time_logged_by_changeset: Aplicado no changeset %{value}.
959 958 setting_commit_logtime_enabled: Habilitar registro de horas
960 959 notice_gantt_chart_truncated: O gráfico foi cortado por exceder o tamanho máximo de linhas que podem ser exibidas (%{max})
961 960 setting_gantt_items_limit: Número máximo de itens exibidos no gráfico gatt
962 961 field_warn_on_leaving_unsaved: Alertar-me ao sair de uma página sem salvar o texto
963 962 text_warn_on_leaving_unsaved: A página atual contem texto que não foi salvo e será perdido se você sair desta página.
964 963 label_my_queries: Minhas consultas personalizadas
965 964 text_journal_changed_no_detail: "%{label} atualizado(a)"
966 965 label_news_comment_added: Notícia recebeu um comentário
967 966 button_expand_all: Expandir tudo
968 967 button_collapse_all: Recolher tudo
969 968 label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando o usuário é o responsável pela tarefa
970 969 label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o usuário é o autor
971 970
972 971 label_bulk_edit_selected_time_entries: Alteração em massa do registro de horas
973 972 text_time_entries_destroy_confirmation: Tem certeza que quer excluir o(s) registro(s) de horas selecionado(s)?
974 973 label_role_anonymous: Anônimo
975 974 label_role_non_member: Não Membro
976 975 label_issues_visibility_own: Tarefas criadas ou atribuídas ao usuário
977 976 field_issues_visibility: Visibilidade das tarefas
978 977 label_issues_visibility_all: Todas as tarefas
979 978 permission_set_own_issues_private: Alterar as próprias tarefas para públicas ou privadas
980 979 field_is_private: Privado
981 980 permission_set_issues_private: Alterar tarefas para públicas ou privadas
982 981 label_issues_visibility_public: Todas as tarefas não privadas
983 982 text_issues_destroy_descendants_confirmation: Isto também irá excluir %{count} subtarefa(s).
984 983 field_commit_logs_encoding: Codificação das mensagens de commit
985 984 field_scm_path_encoding: Codificação do caminho
986 985 text_scm_path_encoding_note: "Padrão: UTF-8"
987 986 field_path_to_repository: Caminho para o repositório
988 987 field_root_directory: Diretório raiz
989 988 field_cvs_module: Módulo
990 989 field_cvsroot: CVSROOT
991 990 text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\\hgrepo)"
992 991 text_scm_command: Comando
993 992 text_scm_command_version: Versão
994 993 label_git_report_last_commit: Relatar última alteração para arquivos e diretórios
995 994 text_scm_config: Você pode configurar seus comandos de versionamento em config/configurations.yml. Por favor reinicie a aplicação após alterá-lo.
996 995 text_scm_command_not_available: Comando de versionamento não disponível. Por favor verifique as configurações no painel de administração.
997 996 notice_issue_successful_create: Issue %{id} created.
998 997 label_between: between
999 998 setting_issue_group_assignment: Allow issue assignment to groups
1000 999 label_diff: diff
1001 1000 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
1002 1001
1003 1002 description_query_sort_criteria_direction: Sort direction
1004 1003 description_project_scope: Escopo da pesquisa
1005 1004 description_filter: Filtro
1006 1005 description_user_mail_notification: Configuração de notificações por e-mail
1007 1006 description_date_from: Digita a data inicial
1008 1007 description_message_content: Conteúdo da mensagem
1009 1008 description_available_columns: Colunas disponíveis
1010 1009 description_date_range_interval: Escolha um período selecionando a data de início e fim
1011 1010 description_issue_category_reassign: Escolha uma categoria de tarefas
1012 1011 description_search: Searchfield
1013 1012 description_notes: Notas
1014 1013 description_date_range_list: Escolha um período a partira da lista
1015 1014 description_choose_project: Projetos
1016 1015 description_date_to: Digite a data final
1017 1016 description_query_sort_criteria_attribute: Sort attribute
1018 1017 description_wiki_subpages_reassign: Escolha uma nova página pai
1019 1018 description_selected_columns: Colunas selecionadas
1020 1019
1021 1020 label_parent_revision: Parent
1022 1021 label_child_revision: Child
1023 1022 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
1024 1023 setting_default_issue_start_date_to_creation_date: Usar data corrente como data inicial para novas tarefas
1025 1024 button_edit_section: Edit this section
1026 1025 setting_repositories_encodings: Attachments and repositories encodings
1027 1026 description_all_columns: All Columns
1028 1027 button_export: Export
1029 1028 label_export_options: "%{export_format} export options"
1030 1029 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1031 1030 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1032 1031 label_x_issues:
1033 1032 zero: 0 tarefa
1034 1033 one: 1 tarefa
1035 1034 other: "%{count} tarefas"
1036 1035 label_repository_new: New repository
1037 1036 field_repository_is_default: Main repository
1038 1037 label_copy_attachments: Copy attachments
1039 1038 label_item_position: "%{position}/%{count}"
1040 1039 label_completed_versions: Completed versions
1041 1040 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1042 1041 field_multiple: Multiple values
1043 1042 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1044 1043 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1045 1044 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1046 1045 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1047 1046 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1048 1047 permission_manage_related_issues: Manage related issues
1049 1048 field_ldap_filter: LDAP filter
1050 1049 label_search_for_watchers: Search for watchers to add
1051 1050 notice_account_deleted: Your account has been permanently deleted.
1052 1051 setting_unsubscribe: Allow users to unsubscribe
1053 1052 button_delete_my_account: Delete my account
1054 1053 text_account_destroy_confirmation: |-
1055 1054 Are you sure you want to proceed?
1056 1055 Your account will be permanently deleted, with no way to reactivate it.
General Comments 0
You need to be logged in to leave comments. Login now