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