3d1d0abe8640c282de1152e7be68ef080d6ac519
[timetracker.git] / WEB-INF / resources / pt-br.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Portuguese (Português brasileiro)';
33 $i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro');
34 $i18n_weekdays = array('Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado');
35 $i18n_weekdays_short = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
36
37 $i18n_key_words = array(
38
39 // Menus - short selection strings that are displayed on top of application web pages.
40 // Example: https://timetracker.anuko.com (black menu on top).
41 'menu.login' => 'Login',
42 'menu.logout' => 'Logout',
43 'menu.forum' => 'Fórum',
44 'menu.help' => 'Ajuda',
45 // TODO: translate the following.
46 // 'menu.register' => 'Register',
47 'menu.profile' => 'Perfil',
48 // TODO: translate the following.
49 // 'menu.group' => 'Group',
50 'menu.plugins' => 'Plugins',
51 'menu.time' => 'Tempo',
52 // TODO: translate the following.
53 // 'menu.week' => 'Week',
54 'menu.expenses' => 'Gastos',
55 'menu.reports' => 'Relatórios',
56 // TODO: translate the following.
57 // 'menu.timesheets' => 'Timesheets',
58 'menu.charts' => 'Gráficos',
59 'menu.projects' => 'Projetos',
60 'menu.tasks' => 'Tarefas',
61 'menu.users' => 'Usuários',
62 // TODO: translate the following.
63 // 'menu.groups' => 'Groups',
64 // 'menu.subgroups' => 'Subgroups',
65 'menu.export' => 'Exportar',
66 'menu.clients' => 'Clientes',
67 'menu.options' => 'Opções',
68
69 // Footer - strings on the bottom of most pages.
70 'footer.contribute_msg' => 'Você pode contribuir com o Time Tracker de várias maneiras.',
71 'footer.credits' => 'Créditos',
72 'footer.license' => 'Licença',
73 'footer.improve' => 'Contribua',
74
75 // Error messages.
76 'error.access_denied' => 'Acesso negado.',
77 'error.sys' => 'Erro no sistema.',
78 'error.db' => 'Erro no banco de dados.',
79 // TODO: translate the following.
80 // 'error.feature_disabled' => 'Feature is disabled.',
81 'error.field' => 'Dados incorretos "{0}".',
82 'error.empty' => 'Campo "{0}" está vazio.',
83 'error.not_equal' => 'Campo "{0}" é diferente do campo "{1}".',
84 // TODO: translate the following.
85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
86 'error.project' => 'Selecione projeto.',
87 'error.task' => 'Selecione tarefa.',
88 'error.client' => 'Selecione cliente.',
89 'error.report' => 'Selecione relatório.',
90 // TODO: translate the following.
91 // 'error.record' => 'Select record.',
92 'error.auth' => 'Usuário ou senha incorretos.',
93 'error.user_exists' => 'Já existe usuário com este login.',
94 // TODO: translate the following.
95 // 'error.object_exists' => 'Object with this name already exists.',
96 'error.invoice_exists' => 'Já existe fatura com este número.',
97 // TODO: translate the following.
98 // 'error.role_exists' => 'Role with this rank already exists.',
99 'error.no_invoiceable_items' => 'Não há items faturáveis.',
100 // TODO: translate the following.
101 // 'error.no_records' => 'There are no records.',
102 'error.no_login' => 'Não há usuário com este login.',
103 'error.no_groups' => 'Sua base de dados está vazia. Entre como admin e crie uma equipe nova.', // TODO: replace "team" with "group".
104 'error.upload' => 'Erro no envio do arquivo.',
105 'error.range_locked' => 'Período está bloqueado.',
106 'error.mail_send' => 'Erro enviando o e-mail.',
107 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
108 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
109 'error.no_email' => 'Não há e-mail associado a este login.',
110 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.',
111 'error.goto_uncompleted' => 'Ir até a entrada incompleta.',
112 'error.overlap' => 'O intervalo se sobrepõe com entradas já existentes.',
113 'error.future_date' => 'Data é no futuro.',
114 // TODO: translate the following.
115 // 'error.xml' => 'Error in XML file at line %d: %s.',
116 // 'error.cannot_import' => 'Cannot import: %s.',
117 // 'error.format' => 'Invalid file format.',
118 // 'error.user_count' => 'Limit on user count.',
119 // 'error.expired' => 'Expiration date reached.',
120 // 'error.file_storage' => 'File storage error.',
121
122 // Warning messages.
123 // TODO: translate the following.
124 // 'warn.sure' => 'Are you sure?',
125 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
126
127 // Success messages.
128 // TODO: translate the following.
129 // 'msg.success' => 'Operation completed successfully.',
130
131 // Labels for buttons.
132 'button.login' => 'Login',
133 'button.now' => 'Agora',
134 'button.save' => 'Salvar',
135 'button.copy' => 'Copiar',
136 'button.cancel' => 'Cancelar',
137 'button.submit' => 'Enviar',
138 'button.add' => 'Adicionar',
139 'button.delete' => 'Apagar',
140 'button.generate' => 'Criar',
141 'button.reset_password' => 'Resetar senha',
142 'button.send' => 'Enviar',
143 'button.send_by_email' => 'Enviar por e-mail',
144 'button.create_group' => 'Criar equipe', // TODO: replace "team" with "group".
145 'button.export' => 'Exportar equipe', // TODO: replace "team" with "group".
146 'button.import' => 'Importar equipe', // TODO: replace "team" with "group".
147 'button.close' => 'Fechar',
148 'button.stop' => 'Parar',
149 // TODO: translate the following.
150 // 'button.approve' => 'Approve',
151 // 'button.disapprove' => 'Disapprove',
152
153 // Labels for controls on forms. Labels in this section are used on multiple forms.
154 'label.group_name' => 'Nome da equipe',  // TODO: replace "team" with "group".
155 'label.address' => 'Endereço',
156 'label.currency' => 'Moeda',
157 'label.manager_name' => 'Nome do gerente',
158 'label.manager_login' => 'Login do gerente',
159 'label.person_name' => 'Nome',
160 'label.thing_name' => 'Nome',
161 'label.login' => 'Login',
162 'label.password' => 'Senha',
163 'label.confirm_password' => 'Confirme a senha',
164 'label.email' => 'E-mail',
165 'label.cc' => 'Cc',
166 // TODO: translate the following.
167 // 'label.bcc' => 'Bcc',
168 'label.subject' => 'Assunto',
169 'label.date' => 'Data',
170 'label.start_date' => 'Data inicial',
171 'label.end_date' => 'Data final',
172 'label.user' => 'Usuário',
173 'label.users' => 'Usuários',
174 // TODO: translate the following.
175 // 'label.group' => 'Group',
176 // 'label.subgroups' => 'Subgroups',
177 // 'label.roles' => 'Roles',
178 'label.client' => 'Cliente',
179 'label.clients' => 'Clientes',
180 'label.option' => 'Opção',
181 'label.invoice' => 'Fatura',
182 'label.project' => 'Projeto',
183 'label.projects' => 'Projetos',
184 'label.task' => 'Tarefa',
185 'label.tasks' => 'Tarefas',
186 'label.description' => 'Descrição',
187 'label.start' => 'Início',
188 'label.finish' => 'Fim',
189 'label.duration' => 'Duração',
190 'label.note' => 'Anotação',
191 // TODO: translate the following.
192 // 'label.notes' => 'Notes',
193 'label.item' => 'Item',
194 'label.cost' => 'Custo',
195 // TODO: translate the following.
196 // 'label.ip' => 'IP',
197 'label.day_total' => 'Total diário',
198 'label.week_total' => 'Total semanal',
199 // TODO: translate the following.
200 // 'label.month_total' => 'Month total',
201 'label.today' => 'Hoje',
202 'label.view' => 'Ver',
203 'label.edit' => 'Editar',
204 'label.delete' => 'Apagar',
205 'label.configure' => 'Configurar',
206 'label.select_all' => 'Selecionar todos',
207 'label.select_none' => 'Desmarcar todos',
208 // TODO: translate the following.
209 // 'label.day_view' => 'Day view',
210 // 'label.week_view' => 'Week view',
211 'label.id' => 'ID',
212 'label.language' => 'Idioma',
213 'label.decimal_mark' => 'Ponto decimal',
214 'label.date_format' => 'Formato da data',
215 'label.time_format' => 'Formato da hora',
216 'label.week_start' => 'Primeiro dia da semana',
217 'label.comment' => 'Anotação',
218 'label.status' => 'Status',
219 'label.tax' => 'Imposto',
220 'label.subtotal' => 'Subtotal',
221 'label.total' => 'Total',
222 'label.client_name' => 'Nome do cliente',
223 'label.client_address' => 'Endereço do cliente',
224 'label.or' => 'ou',
225 'label.error' => 'Erro',
226 'label.ldap_hint' => 'Entre com o seu <b>login do Windows</b> e <b>senha</b> nos campos abaixo.',
227 'label.required_fields' => '* - campos obrigatórios',
228 'label.on_behalf' => 'em nome de',
229 'label.role_manager' => '(gerente)',
230 'label.role_comanager' => '(coordenador)',
231 'label.role_admin' => '(administrador)',
232 'label.page' => 'Página',
233 // TODO: translate the following.
234 // 'label.condition' => 'Condition',
235 // 'label.yes' => 'yes',
236 // 'label.no' => 'no',
237 // Labels for plugins (extensions to Time Tracker that provide additional features).
238 'label.custom_fields' => 'Campos personalizados',
239 // Translate the following.
240 // 'label.monthly_quotas' => 'Monthly quotas',
241 // TODO: translate the following.
242 // 'label.entity' => 'Entity',
243 'label.type' => 'Tipo',
244 'label.type_dropdown' => 'lista suspensa',
245 'label.type_text' => 'texto',
246 'label.required' => 'Obrigatório',
247 'label.fav_report' => 'Relatório favorito',
248 'label.schedule' => 'Agenda',
249 'label.what_is_it' => 'O que é?',
250 // 'label.expense' => 'Expense',
251 // 'label.quantity' => 'Quantity',
252 // 'label.paid_status' => 'Paid status',
253 // 'label.paid' => 'Paid',
254 // 'label.mark_paid' => 'Mark paid',
255 // 'label.week_menu' => 'Week menu',
256 // 'label.week_note' => 'Week note',
257 // 'label.week_list' => 'Week list',
258 // 'label.work_units' => 'Work units',
259 // 'label.work_units_short' => 'Units',
260 'label.totals_only' => 'Somente totais',
261 // TODO: translate the following.
262 // 'label.quota' => 'Quota',
263 // 'label.timesheet' => 'Timesheet',
264 // 'label.submitted' => 'Submitted',
265 // 'label.approved' => 'Approved',
266 // 'label.approval' => 'Report approval',
267 // 'label.mark_approved' => 'Mark approved',
268 // 'label.template' => 'Template',
269 // 'label.attachments' => 'Attachments',
270 // 'label.files' => 'Files',
271 // 'label.file' => 'File',
272 // 'label.image' => 'Image',
273 // 'label.download' => 'Download',
274 'label.active_users' => 'Usuários ativos',
275 'label.inactive_users' => 'Usuários inativos',
276
277 // Form titles.
278 'title.error' => 'Erro',
279 // TODO: Translate the following.
280 // 'title.success' => 'Success',
281 'title.login' => 'Login',
282 'title.groups' => 'Equipes', // TODO: change "teams" to "groups".
283 // TODO: translate the following.
284 // 'title.subgroups' => 'Subgroups',
285 // 'title.add_group' => 'Adding Group',
286 'title.edit_group' => 'Editando equipe', // TODO: change "team" to "group".
287 'title.delete_group' => 'Apagando equipe', // TODO: change "team" to "group".
288 'title.reset_password' => 'Resetando a senha',
289 'title.change_password' => 'Alterando a senha',
290 'title.time' => 'Tempo',
291 'title.edit_time_record' => 'Editando entrada de hora',
292 'title.delete_time_record' => 'Apagando entrada de hora',
293 // TODO: Translate the following.
294 // 'title.time_files' => 'Time Record Files',
295 'title.expenses' => 'Gastos',
296 'title.edit_expense' => 'Editando item de gasto',
297 'title.delete_expense' => 'Apagando item de gasto',
298 'title.reports' => 'Relatórios',
299 'title.report' => 'Report',
300 'title.send_report' => 'Enviando relatório',
301 // TODO: Translate the following.
302 // 'title.timesheets' => 'Timesheets',
303 // 'title.timesheet' => 'Timesheet',
304 // 'title.timesheet_files' => 'Timesheet Files',
305 'title.invoice' => 'Fatura',
306 'title.send_invoice' => 'Enviando fatura',
307 'title.charts' => 'Gráficos',
308 'title.projects' => 'Projetos',
309 // TODO: translate the following.
310 // 'title.project_files' => 'Project Files',
311 'title.add_project' => 'Adicionando projeto',
312 'title.edit_project' => 'Editando projeto',
313 'title.delete_project' => 'Apagando projeto',
314 'title.tasks' => 'Tarefas',
315 'title.add_task' => 'Adicionando tarefa',
316 'title.edit_task' => 'Editando tarefa',
317 'title.delete_task' => 'Apagando tarefa',
318 'title.users' => 'Usuários',
319 'title.add_user' => 'Adicionando usuário',
320 'title.edit_user' => 'Editando usuário',
321 'title.delete_user' => 'Apagando usuário',
322 // TODO: translate the following.
323 // 'title.roles' => 'Roles',
324 // 'title.add_role' => 'Adding Role',
325 // 'title.edit_role' => 'Editing Role',
326 // 'title.delete_role' => 'Deleting Role',
327 'title.clients' => 'Clientes',
328 'title.add_client' => 'Adicionando cliente',
329 'title.edit_client' => 'Editando cliente',
330 'title.delete_client' => 'Apagando cliente',
331 'title.invoices' => 'Faturas',
332 'title.add_invoice' => 'Adicionando fatura',
333 'title.view_invoice' => 'Vendo fatura',
334 'title.delete_invoice' => 'Apagando fatura',
335 'title.notifications' => 'Notificações',
336 'title.add_notification' => 'Adicionando notificação',
337 'title.edit_notification' => 'Editando notificação',
338 'title.delete_notification' => 'Apagando notificação',
339 // TODO: translate the following.
340 // 'title.add_timesheet' => 'Adding Timesheet',
341 // 'title.edit_timesheet' => 'Editing Timesheet',
342 // 'title.delete_timesheet' => 'Deleting Timesheet',
343 // 'title.monthly_quotas' => 'Monthly Quotas',
344 'title.export' => 'Exportando dados de equipe', // TODO: replace "team" with "group".
345 'title.import' => 'Importando dados de equipe', // TODO: replace "team" with "group".
346 'title.options' => 'Opções',
347 // TODO: translate the following.
348 // 'title.display_options' => 'Display Options',
349 'title.profile' => 'Perfil',
350 'title.plugins' => 'Plugins',
351 'title.cf_custom_fields' => 'Campos personalizados',
352 'title.cf_add_custom_field' => 'Adicionando campo personalizado',
353 'title.cf_edit_custom_field' => 'Editando campo personalizado',
354 'title.cf_delete_custom_field' => 'Apagando campo personalizado',
355 'title.cf_dropdown_options' => 'Opções da lista suspensa',
356 'title.cf_add_dropdown_option' => 'Adicionando opção',
357 'title.cf_edit_dropdown_option' => 'Editando opção',
358 'title.cf_delete_dropdown_option' => 'Apagando opção',
359 'title.locking' => 'Bloquear',
360 // TODO: translate the following.
361 // 'title.week_view' => 'Week View',
362 // 'title.swap_roles' => 'Swapping Roles',
363 // 'title.work_units' => 'Work Units',
364 // 'title.templates' => 'Templates',
365 // 'title.add_template' => 'Adding Template',
366 // 'title.edit_template' => 'Editing Template',
367 // 'title.delete_template' => 'Deleting Template',
368 // 'title.edit_file' => 'Editing File',
369 // 'title.delete_file' => 'Deleting File',
370 // 'title.download_file' => 'Downloading File',
371 // 'title.work' => 'Work',
372 // 'title.add_work' => 'Adding Work',
373 // 'title.edit_work' => 'Editing Work',
374 // 'title.delete_work' => 'Deleting Work',
375 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
376 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
377
378 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
379 // Strings that are used in a single form must go to the specific form section.
380 'dropdown.all' => '--- todos ---',
381 'dropdown.no' => '--- não ---',
382 // TODO: translate the following.
383 // 'dropdown.current_day' => 'today',
384 // 'dropdown.previous_day' => 'yesterday',
385 'dropdown.selected_day' => 'dia',
386 'dropdown.current_week' => 'esta semana',
387 'dropdown.previous_week' => 'última semana',
388 'dropdown.selected_week' => 'semana',
389 'dropdown.current_month' => 'este mês',
390 'dropdown.previous_month' => 'último mês',
391 'dropdown.selected_month' => 'mês',
392 'dropdown.current_year' => 'este ano',
393 // TODO: translate the following.
394 // 'dropdown.previous_year' => 'previous year',
395 'dropdown.selected_year' => 'ano',
396 'dropdown.all_time' => 'todas as datas',
397 // TODO: translate the following.
398 // 'dropdown.time' => 'time',
399 // 'dropdown.user' => 'user',
400 'dropdown.projects' => 'projetos',
401 'dropdown.tasks' => 'tarefas',
402 'dropdown.clients' => 'clientes',
403 'dropdown.select' => '--- selecione ---',
404 'dropdown.select_invoice' => '--- selecione fatura ---',
405 // TODO: translate the following.
406 // 'dropdown.select_timesheet' => '--- select timesheet ---',
407 'dropdown.status_active' => 'ativo',
408 'dropdown.status_inactive' => 'inativo',
409 'dropdown.delete' => 'apagar',
410 'dropdown.do_not_delete' => 'não apagar',
411 // TODO: translate the following.
412 // 'dropdown.approved' => 'approved',
413 // 'dropdown.not_approved' => 'not approved',
414 // 'dropdown.paid' => 'paid',
415 // 'dropdown.not_paid' => 'not paid',
416
417 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
418 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
419 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
420 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
421
422 // Login form. See example at https://timetracker.anuko.com/login.php.
423 'form.login.forgot_password' => 'Esqueceu a senha?',
424 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> é um sistema, simples, de fácil uso, de código aberto, de rastreamento do tempo.',
425
426 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
427 'form.reset_password.message' => 'Pedido para resetar a senha enviado por e-mail.',
428 'form.reset_password.email_subject' => 'Pedido de alteração de senha no Anuko Time Tracker',
429 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
430 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
431 // "IP %s" probably sounds awkward.
432 'form.reset_password.email_body' => "Prezado usuário,\n\nAlguém, IP %s, solicitou o reset da sua senha do Anuko Time Tracker. Entre nete link para resetar a sua senha.\n\n%s\n\nAnuko Time Tracker é um sistema, simples, de fácil uso, de código abertois, de rastreamento do tempo. Visite https://www.anuko.com para mais informações.\n\n",
433
434 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
435 'form.change_password.tip' => 'Entre com a nova senha e clique em Salvar.',
436
437 // Time form. See example at https://timetracker.anuko.com/time.php.
438 'form.time.duration_format' => '(hh:mm ou 0.0h)',
439 'form.time.billable' => 'Faturável',
440 'form.time.uncompleted' => 'Incompleta',
441 // TODO: translate the following.
442 // 'form.time.remaining_quota' => 'Remaining quota',
443 // 'form.time.over_quota' => 'Over quota',
444 // 'form.time.remaining_balance' => 'Remaining balance',
445 // 'form.time.over_balance' => 'Over balance',
446
447 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
448 'form.time_edit.uncompleted' => 'Eesta entrada foi salva somente com hora de início. Não é um erro.',
449
450 // Week view form. See example at https://timetracker.anuko.com/week.php.
451 // TODO: translate the following.
452 // 'form.week.new_entry' => 'New entry',
453
454 // Reports form. See example at https://timetracker.anuko.com/reports.php
455 'form.reports.save_as_favorite' => 'Guardar como favorito',
456 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?',
457 'form.reports.include_billable' => 'faturável',
458 'form.reports.include_not_billable' => 'não faturável',
459 'form.reports.include_invoiced' => 'faturado',
460 'form.reports.include_not_invoiced' => 'não faturado',
461 // TODO: translate the following.
462 // 'form.reports.include_assigned' => 'assigned',
463 // 'form.reports.include_not_assigned' => 'not assigned',
464 // 'form.reports.include_pending' => 'pending',
465 'form.reports.select_period' => 'Selecione o período de tempo',
466 'form.reports.set_period' => 'ou selecionar datas',
467 'form.reports.show_fields' => 'Exibir campos',
468 'form.reports.group_by' => 'Agrupar por',
469 'form.reports.group_by_no' => '--- sem agrupar ---',
470 'form.reports.group_by_date' => 'data',
471 'form.reports.group_by_user' => 'usuário',
472 'form.reports.group_by_client' => 'cliente',
473 'form.reports.group_by_project' => 'projeto',
474 'form.reports.group_by_task' => 'tarefa',
475
476 // Report form. See example at https://timetracker.anuko.com/report.php
477 // (after generating a report at https://timetracker.anuko.com/reports.php).
478 'form.report.export' => 'Exportar',
479 // TODO: translate the following.
480 // 'form.report.assign_to_invoice' => 'Assign to invoice',
481 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
482
483 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
484 // TODO: translate the following.
485 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
486 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
487
488 // Templates form. See example at https://timetracker.anuko.com/templates.php
489 // TODO: translate the following.
490 // 'form.templates.active_templates' => 'Active Templates',
491 // 'form.templates.inactive_templates' => 'Inactive Templates',
492
493 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
494 // (you can get to this form after generating a report).
495 'form.invoice.number' => 'Número da fatura',
496 'form.invoice.person' => 'Pessoa',
497
498 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
499 'form.invoice.invoice_to_delete' => 'Fatura a ser apagada',
500 'form.invoice.invoice_entries' => 'Entradas de fatura',
501 // TODO: translate the following.
502 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
503
504 // Charts form. See example at https://timetracker.anuko.com/charts.php
505 'form.charts.interval' => 'Intervalo',
506 'form.charts.chart' => 'Gráfico',
507
508 // Projects form. See example at https://timetracker.anuko.com/projects.php
509 'form.projects.active_projects' => 'Projetos ativos',
510 'form.projects.inactive_projects' => 'Projetos inativos',
511
512 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
513 'form.tasks.active_tasks' => 'Tarefas ativas',
514 'form.tasks.inactive_tasks' => 'Tarefas inativas',
515
516 // Users form. See example at https://timetracker.anuko.com/users.php
517 // TODO: translate the following.
518 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
519 'form.users.role' => 'Papel',
520 'form.users.manager' => 'Gerente',
521 'form.users.comanager' => 'Coordenador',
522 'form.users.rate' => 'Honorário',
523 'form.users.default_rate' => 'Honorário padrão por hora',
524
525 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
526 // TODO: translate the following.
527 // 'form.user_edit.swap_roles' => 'Swap roles',
528
529 // Roles form. See example at https://timetracker.anuko.com/roles.php
530 // TODO: translate the following.
531 // 'form.roles.active_roles' => 'Active Roles',
532 // 'form.roles.inactive_roles' => 'Inactive Roles',
533 // 'form.roles.rank' => 'Rank',
534 // 'form.roles.rights' => 'Rights',
535 // 'form.roles.assigned' => 'Assigned',
536 // 'form.roles.not_assigned' => 'Not assigned',
537
538 // Clients form. See example at https://timetracker.anuko.com/clients.php
539 'form.clients.active_clients' => 'Clientes ativos',
540 'form.clients.inactive_clients' => 'Clientes inativos',
541
542 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
543 'form.client.client_to_delete' => 'Cliente a ser apagado',
544 'form.client.client_entries' => 'Entradas de cliente',
545
546 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
547 // TODO: replace "team" with "group" in the string below.
548 'form.export.hint' => 'Você pode exportar todos os dados da equipe para um arquivo xml. Isto pode ser útil se você estiver migrando os dados para um servidor próprio.',
549 'form.export.compression' => 'Compressão',
550 'form.export.compression_none' => 'nenhuma',
551 'form.export.compression_bzip' => 'bzip',
552
553 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
554 'form.import.hint' => 'Importar dados de equipe de um arquivo xml.', // TODO: replace "team" with "group".
555 'form.import.file' => 'Selecionar arquivo',
556 'form.import.success' => 'Importação realizada com sucesso.',
557
558 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
559 // TODO: replace "team" with "group" in the string below (3 places).
560 'form.groups.hint' => 'Crie uma nova equipe fazendo uma nova conta de gerente.<br>Você também pode importar os dados de um arquivo xml de outro servidor Anuko Time Tracker (não havendo colisão de usuários).',
561
562 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
563 'form.group_edit.12_hours' => '12 horas',
564 'form.group_edit.24_hours' => '24 horas',
565 // TODO: translate the following.
566 // 'form.group_edit.display_options' => 'Display options',
567 // 'form.group_edit.holidays' => 'Holidays',
568 'form.group_edit.tracking_mode' => 'Modo de acompanhamento',
569 'form.group_edit.mode_time' => 'tempo',
570 'form.group_edit.mode_projects' => 'projetos',
571 'form.group_edit.mode_projects_and_tasks' => 'projetos e tarefas',
572 'form.group_edit.record_type' => 'Tipo de entrada',
573 'form.group_edit.type_all' => 'todos',
574 'form.group_edit.type_start_finish' => 'início e fim',
575 'form.group_edit.type_duration' => 'duração',
576 // TODO: translate the following.
577 // 'form.group_edit.punch_mode' => 'Punch mode',
578 // 'form.group_edit.allow_overlap' => 'Allow overlap',
579 // 'form.group_edit.future_entries' => 'Future entries',
580 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
581 // 'form.group_edit.confirm_save' => 'Confirm saving',
582 // 'form.group_edit.allow_ip' => 'Allow IP',
583 // 'form.group_edit.advanced_settings' => 'Advanced settings',
584
585 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
586 // TODO: translate the following.
587 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
588
589 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
590 'form.mail.from' => 'De',
591 'form.mail.to' => 'Para',
592 'form.mail.report_subject' => 'Relatório do Time Tracker',
593 'form.mail.footer' => 'Anuko Time Tracker é um sistema, simples, de fácil uso, de código aberto,<br>de rastreamento do tempo. Visite <a href="https://www.anuko.com">www.anuko.com</a> para mais informações.',
594 'form.mail.report_sent' => 'Relatório enviado.',
595 'form.mail.invoice_sent' => 'Fatura enviada.',
596
597 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
598 // TODO: translate the following.
599 // 'form.quota.year' => 'Year',
600 // 'form.quota.month' => 'Month',
601 // 'form.quota.workday_hours' => 'Hours in a work day',
602 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
603
604 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
605 // TODO: translate the following.
606 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
607 // 'form.swap.swap_with' => 'Swap roles with',
608
609 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
610 // TODO: translate the following.
611 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
612 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
613
614 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
615 // TODO: translate the following.
616 // 'role.user.label' => 'User',
617 // 'role.user.low_case_label' => 'user',
618 // 'role.user.description' => 'A regular member without management rights.',
619 // 'role.client.label' => 'Client',
620 // 'role.client.low_case_label' => 'client',
621 // 'role.client.description' => 'A client can view its own data.',
622 // 'role.supervisor.label' => 'Supervisor',
623 // 'role.supervisor.low_case_label' => 'supervisor',
624 // 'role.supervisor.description' => 'A person with a small set of management rights.',
625 // 'role.comanager.label' => 'Co-manager',
626 // 'role.comanager.low_case_label' => 'co-manager',
627 // 'role.comanager.description' => 'A person with a big set of management functions.',
628 // 'role.manager.label' => 'Manager',
629 // 'role.manager.low_case_label' => 'manager',
630 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
631 // 'role.top_manager.label' => 'Top manager',
632 // 'role.top_manager.low_case_label' => 'top manager',
633 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
634 // 'role.admin.label' => 'Administrator',
635 // 'role.admin.low_case_label' => 'administrator',
636 // 'role.admin.description' => 'Site adminsitrator.',
637
638 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
639 // TODO: translate the following.
640 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
641 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
642 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
643 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
644 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
645 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
646
647 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
648 // TODO: translate the following.
649 // 'form.display_options.menu' => 'Menu',
650 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
651 );