2d85a5b752d4bfcab9c9b6cdb078e458178d948b
[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 // format mm/dd
37 $i18n_holidays = array('01/01', '04/21', '05/01', '09/07', '10/12', '11/15', '12/25');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Login',
44 'menu.logout' => 'Logout',
45 'menu.forum' => 'Fórum',
46 'menu.help' => 'Ajuda',
47 // TODO: translate the following.
48 // 'menu.create_group' => 'Create Group',
49 'menu.profile' => 'Perfil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 'menu.plugins' => 'Plugins',
53 'menu.time' => 'Tempo',
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 'label.type' => 'Tipo',
242 'label.type_dropdown' => 'lista suspensa',
243 'label.type_text' => 'texto',
244 'label.required' => 'Obrigatório',
245 'label.fav_report' => 'Relatório favorito',
246 'label.schedule' => 'Agenda',
247 'label.what_is_it' => 'O que é?',
248 // 'label.expense' => 'Expense',
249 // 'label.quantity' => 'Quantity',
250 // 'label.paid_status' => 'Paid status',
251 // 'label.paid' => 'Paid',
252 // 'label.mark_paid' => 'Mark paid',
253 // 'label.week_note' => 'Week note',
254 // 'label.week_list' => 'Week list',
255 // 'label.work_units' => 'Work units',
256 // 'label.work_units_short' => 'Units',
257 'label.totals_only' => 'Somente totais',
258 // TODO: translate the following.
259 // 'label.quota' => 'Quota',
260 // 'label.timesheet' => 'Timesheet',
261 // 'label.submitted' => 'Submitted',
262 // 'label.approved' => 'Approved',
263 // 'label.approval' => 'Report approval',
264 // 'label.mark_approved' => 'Mark approved',
265 // 'label.template' => 'Template',
266 // 'label.attachments' => 'Attachments',
267 // 'label.files' => 'Files',
268 // 'label.file' => 'File',
269 // 'label.image' => 'Image',
270 // 'label.download' => 'Download',
271 'label.active_users' => 'Usuários ativos',
272 'label.inactive_users' => 'Usuários inativos',
273
274 // Form titles.
275 'title.error' => 'Erro',
276 // TODO: Translate the following.
277 // 'title.success' => 'Success',
278 'title.login' => 'Login',
279 'title.groups' => 'Equipes', // TODO: change "teams" to "groups".
280 // TODO: translate the following.
281 // 'title.subgroups' => 'Subgroups',
282 // 'title.add_group' => 'Adding Group',
283 'title.edit_group' => 'Editando equipe', // TODO: change "team" to "group".
284 'title.delete_group' => 'Apagando equipe', // TODO: change "team" to "group".
285 'title.reset_password' => 'Resetando a senha',
286 'title.change_password' => 'Alterando a senha',
287 'title.time' => 'Tempo',
288 'title.edit_time_record' => 'Editando entrada de hora',
289 'title.delete_time_record' => 'Apagando entrada de hora',
290 // TODO: Translate the following.
291 // 'title.time_files' => 'Time Record Files',
292 'title.expenses' => 'Gastos',
293 'title.edit_expense' => 'Editando item de gasto',
294 'title.delete_expense' => 'Apagando item de gasto',
295 'title.reports' => 'Relatórios',
296 'title.report' => 'Report',
297 'title.send_report' => 'Enviando relatório',
298 // TODO: Translate the following.
299 // 'title.timesheets' => 'Timesheets',
300 // 'title.timesheet' => 'Timesheet',
301 // 'title.timesheet_files' => 'Timesheet Files',
302 'title.invoice' => 'Fatura',
303 'title.send_invoice' => 'Enviando fatura',
304 'title.charts' => 'Gráficos',
305 'title.projects' => 'Projetos',
306 // TODO: translate the following.
307 // 'title.project_files' => 'Project Files',
308 'title.add_project' => 'Adicionando projeto',
309 'title.edit_project' => 'Editando projeto',
310 'title.delete_project' => 'Apagando projeto',
311 'title.tasks' => 'Tarefas',
312 'title.add_task' => 'Adicionando tarefa',
313 'title.edit_task' => 'Editando tarefa',
314 'title.delete_task' => 'Apagando tarefa',
315 'title.users' => 'Usuários',
316 'title.add_user' => 'Adicionando usuário',
317 'title.edit_user' => 'Editando usuário',
318 'title.delete_user' => 'Apagando usuário',
319 // TODO: translate the following.
320 // 'title.roles' => 'Roles',
321 // 'title.add_role' => 'Adding Role',
322 // 'title.edit_role' => 'Editing Role',
323 // 'title.delete_role' => 'Deleting Role',
324 'title.clients' => 'Clientes',
325 'title.add_client' => 'Adicionando cliente',
326 'title.edit_client' => 'Editando cliente',
327 'title.delete_client' => 'Apagando cliente',
328 'title.invoices' => 'Faturas',
329 'title.add_invoice' => 'Adicionando fatura',
330 'title.view_invoice' => 'Vendo fatura',
331 'title.delete_invoice' => 'Apagando fatura',
332 'title.notifications' => 'Notificações',
333 'title.add_notification' => 'Adicionando notificação',
334 'title.edit_notification' => 'Editando notificação',
335 'title.delete_notification' => 'Apagando notificação',
336 // TODO: translate the following.
337 // 'title.add_timesheet' => 'Adding Timesheet',
338 // 'title.edit_timesheet' => 'Editing Timesheet',
339 // 'title.delete_timesheet' => 'Deleting Timesheet',
340 // 'title.monthly_quotas' => 'Monthly Quotas',
341 'title.export' => 'Exportando dados de equipe', // TODO: replace "team" with "group".
342 'title.import' => 'Importando dados de equipe', // TODO: replace "team" with "group".
343 'title.options' => 'Opções',
344 // TODO: translate the following.
345 // 'title.display_options' => 'Display Options',
346 'title.profile' => 'Perfil',
347 'title.plugins' => 'Plugins',
348 'title.cf_custom_fields' => 'Campos personalizados',
349 'title.cf_add_custom_field' => 'Adicionando campo personalizado',
350 'title.cf_edit_custom_field' => 'Editando campo personalizado',
351 'title.cf_delete_custom_field' => 'Apagando campo personalizado',
352 'title.cf_dropdown_options' => 'Opções da lista suspensa',
353 'title.cf_add_dropdown_option' => 'Adicionando opção',
354 'title.cf_edit_dropdown_option' => 'Editando opção',
355 'title.cf_delete_dropdown_option' => 'Apagando opção',
356 'title.locking' => 'Bloquear',
357 // TODO: translate the following.
358 // 'title.week_view' => 'Week View',
359 // 'title.swap_roles' => 'Swapping Roles',
360 // 'title.work_units' => 'Work Units',
361 // 'title.templates' => 'Templates',
362 // 'title.add_template' => 'Adding Template',
363 // 'title.edit_template' => 'Editing Template',
364 // 'title.delete_template' => 'Deleting Template',
365 // 'title.edit_file' => 'Editing File',
366 // 'title.delete_file' => 'Deleting File',
367 // 'title.download_file' => 'Downloading File',
368 // 'title.work' => 'Work',
369
370 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
371 // Strings that are used in a single form must go to the specific form section.
372 'dropdown.all' => '--- todos ---',
373 'dropdown.no' => '--- não ---',
374 // TODO: translate the following.
375 // 'dropdown.current_day' => 'today',
376 // 'dropdown.previous_day' => 'yesterday',
377 'dropdown.selected_day' => 'dia',
378 'dropdown.current_week' => 'esta semana',
379 'dropdown.previous_week' => 'última semana',
380 'dropdown.selected_week' => 'semana',
381 'dropdown.current_month' => 'este mês',
382 'dropdown.previous_month' => 'último mês',
383 'dropdown.selected_month' => 'mês',
384 'dropdown.current_year' => 'este ano',
385 // TODO: translate the following.
386 // 'dropdown.previous_year' => 'previous year',
387 'dropdown.selected_year' => 'ano',
388 'dropdown.all_time' => 'todas as datas',
389 'dropdown.projects' => 'projetos',
390 'dropdown.tasks' => 'tarefas',
391 'dropdown.clients' => 'clientes',
392 'dropdown.select' => '--- selecione ---',
393 'dropdown.select_invoice' => '--- selecione fatura ---',
394 // TODO: translate the following.
395 // 'dropdown.select_timesheet' => '--- select timesheet ---',
396 'dropdown.status_active' => 'ativo',
397 'dropdown.status_inactive' => 'inativo',
398 'dropdown.delete' => 'apagar',
399 'dropdown.do_not_delete' => 'não apagar',
400 // TODO: translate the following.
401 // 'dropdown.approved' => 'approved',
402 // 'dropdown.not_approved' => 'not approved',
403 // 'dropdown.paid' => 'paid',
404 // 'dropdown.not_paid' => 'not paid',
405
406 // 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.
407 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
408 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
409 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
410
411 // Login form. See example at https://timetracker.anuko.com/login.php.
412 'form.login.forgot_password' => 'Esqueceu a senha?',
413 '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.',
414
415 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
416 'form.reset_password.message' => 'Pedido para resetar a senha enviado por e-mail.',
417 'form.reset_password.email_subject' => 'Pedido de alteração de senha no Anuko Time Tracker',
418 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
419 // '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",
420 // "IP %s" probably sounds awkward.
421 '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",
422
423 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
424 'form.change_password.tip' => 'Entre com a nova senha e clique em Salvar.',
425
426 // Time form. See example at https://timetracker.anuko.com/time.php.
427 'form.time.duration_format' => '(hh:mm ou 0.0h)',
428 'form.time.billable' => 'Faturável',
429 'form.time.uncompleted' => 'Incompleta',
430 // TODO: translate the following.
431 // 'form.time.remaining_quota' => 'Remaining quota',
432 // 'form.time.over_quota' => 'Over quota',
433 // 'form.time.remaining_balance' => 'Remaining balance',
434 // 'form.time.over_balance' => 'Over balance',
435
436 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
437 'form.time_edit.uncompleted' => 'Eesta entrada foi salva somente com hora de início. Não é um erro.',
438
439 // Week view form. See example at https://timetracker.anuko.com/week.php.
440 // TODO: translate the following.
441 // 'form.week.new_entry' => 'New entry',
442
443 // Reports form. See example at https://timetracker.anuko.com/reports.php
444 'form.reports.save_as_favorite' => 'Guardar como favorito',
445 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?',
446 'form.reports.include_billable' => 'faturável',
447 'form.reports.include_not_billable' => 'não faturável',
448 'form.reports.include_invoiced' => 'faturado',
449 'form.reports.include_not_invoiced' => 'não faturado',
450 // TODO: translate the following.
451 // 'form.reports.include_assigned' => 'assigned',
452 // 'form.reports.include_not_assigned' => 'not assigned',
453 // 'form.reports.include_pending' => 'pending',
454 'form.reports.select_period' => 'Selecione o período de tempo',
455 'form.reports.set_period' => 'ou selecionar datas',
456 'form.reports.show_fields' => 'Exibir campos',
457 'form.reports.group_by' => 'Agrupar por',
458 'form.reports.group_by_no' => '--- sem agrupar ---',
459 'form.reports.group_by_date' => 'data',
460 'form.reports.group_by_user' => 'usuário',
461 'form.reports.group_by_client' => 'cliente',
462 'form.reports.group_by_project' => 'projeto',
463 'form.reports.group_by_task' => 'tarefa',
464
465 // Report form. See example at https://timetracker.anuko.com/report.php
466 // (after generating a report at https://timetracker.anuko.com/reports.php).
467 'form.report.export' => 'Exportar',
468 // TODO: translate the following.
469 // 'form.report.assign_to_invoice' => 'Assign to invoice',
470 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
471
472 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
473 // TODO: translate the following.
474 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
475 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
476
477 // Templates form. See example at https://timetracker.anuko.com/templates.php
478 // TODO: translate the following.
479 // 'form.templates.active_templates' => 'Active Templates',
480 // 'form.templates.inactive_templates' => 'Inactive Templates',
481
482 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
483 // (you can get to this form after generating a report).
484 'form.invoice.number' => 'Número da fatura',
485 'form.invoice.person' => 'Pessoa',
486
487 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
488 'form.invoice.invoice_to_delete' => 'Fatura a ser apagada',
489 'form.invoice.invoice_entries' => 'Entradas de fatura',
490 // TODO: translate the following.
491 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
492
493 // Charts form. See example at https://timetracker.anuko.com/charts.php
494 'form.charts.interval' => 'Intervalo',
495 'form.charts.chart' => 'Gráfico',
496
497 // Projects form. See example at https://timetracker.anuko.com/projects.php
498 'form.projects.active_projects' => 'Projetos ativos',
499 'form.projects.inactive_projects' => 'Projetos inativos',
500
501 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
502 'form.tasks.active_tasks' => 'Tarefas ativas',
503 'form.tasks.inactive_tasks' => 'Tarefas inativas',
504
505 // Users form. See example at https://timetracker.anuko.com/users.php
506 // TODO: translate the following.
507 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
508 'form.users.role' => 'Papel',
509 'form.users.manager' => 'Gerente',
510 'form.users.comanager' => 'Coordenador',
511 'form.users.rate' => 'Honorário',
512 'form.users.default_rate' => 'Honorário padrão por hora',
513
514 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
515 // TODO: translate the following.
516 // 'form.user_edit.swap_roles' => 'Swap roles',
517
518 // Roles form. See example at https://timetracker.anuko.com/roles.php
519 // TODO: translate the following.
520 // 'form.roles.active_roles' => 'Active Roles',
521 // 'form.roles.inactive_roles' => 'Inactive Roles',
522 // 'form.roles.rank' => 'Rank',
523 // 'form.roles.rights' => 'Rights',
524 // 'form.roles.assigned' => 'Assigned',
525 // 'form.roles.not_assigned' => 'Not assigned',
526
527 // Clients form. See example at https://timetracker.anuko.com/clients.php
528 'form.clients.active_clients' => 'Clientes ativos',
529 'form.clients.inactive_clients' => 'Clientes inativos',
530
531 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
532 'form.client.client_to_delete' => 'Cliente a ser apagado',
533 'form.client.client_entries' => 'Entradas de cliente',
534
535 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
536 // TODO: replace "team" with "group" in the string below.
537 '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.',
538 'form.export.compression' => 'Compressão',
539 'form.export.compression_none' => 'nenhuma',
540 'form.export.compression_bzip' => 'bzip',
541
542 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
543 'form.import.hint' => 'Importar dados de equipe de um arquivo xml.', // TODO: replace "team" with "group".
544 'form.import.file' => 'Selecionar arquivo',
545 'form.import.success' => 'Importação realizada com sucesso.',
546
547 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
548 // TODO: replace "team" with "group" in the string below (3 places).
549 '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).',
550
551 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
552 'form.group_edit.12_hours' => '12 horas',
553 'form.group_edit.24_hours' => '24 horas',
554 // TODO: translate the following.
555 // 'form.group_edit.display_options' => 'Display options',
556 // 'form.group_edit.show_holidays' => 'Show holidays',
557 'form.group_edit.tracking_mode' => 'Modo de acompanhamento',
558 'form.group_edit.mode_time' => 'tempo',
559 'form.group_edit.mode_projects' => 'projetos',
560 'form.group_edit.mode_projects_and_tasks' => 'projetos e tarefas',
561 'form.group_edit.record_type' => 'Tipo de entrada',
562 'form.group_edit.type_all' => 'todos',
563 'form.group_edit.type_start_finish' => 'início e fim',
564 'form.group_edit.type_duration' => 'duração',
565 // TODO: translate the following.
566 // 'form.group_edit.punch_mode' => 'Punch mode',
567 // 'form.group_edit.allow_overlap' => 'Allow overlap',
568 // 'form.group_edit.future_entries' => 'Future entries',
569 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
570 // 'form.group_edit.confirm_save' => 'Confirm saving',
571 // 'form.group_edit.allow_ip' => 'Allow IP',
572
573 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
574 // TODO: translate the following.
575 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
576
577 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
578 'form.mail.from' => 'De',
579 'form.mail.to' => 'Para',
580 'form.mail.report_subject' => 'Relatório do Time Tracker',
581 '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.',
582 'form.mail.report_sent' => 'Relatório enviado.',
583 'form.mail.invoice_sent' => 'Fatura enviada.',
584
585 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
586 // TODO: translate the following.
587 // 'form.quota.year' => 'Year',
588 // 'form.quota.month' => 'Month',
589 // 'form.quota.workday_hours' => 'Hours in a work day',
590 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
591
592 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
593 // TODO: translate the following.
594 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
595 // 'form.swap.swap_with' => 'Swap roles with',
596
597 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
598 // TODO: translate the following.
599 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
600 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
601
602 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
603 // TODO: translate the following.
604 // 'role.user.label' => 'User',
605 // 'role.user.low_case_label' => 'user',
606 // 'role.user.description' => 'A regular member without management rights.',
607 // 'role.client.label' => 'Client',
608 // 'role.client.low_case_label' => 'client',
609 // 'role.client.description' => 'A client can view its own data.',
610 // 'role.supervisor.label' => 'Supervisor',
611 // 'role.supervisor.low_case_label' => 'supervisor',
612 // 'role.supervisor.description' => 'A person with a small set of management rights.',
613 // 'role.comanager.label' => 'Co-manager',
614 // 'role.comanager.low_case_label' => 'co-manager',
615 // 'role.comanager.description' => 'A person with a big set of management functions.',
616 // 'role.manager.label' => 'Manager',
617 // 'role.manager.low_case_label' => 'manager',
618 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
619 // 'role.top_manager.label' => 'Top manager',
620 // 'role.top_manager.low_case_label' => 'top manager',
621 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
622 // 'role.admin.label' => 'Administrator',
623 // 'role.admin.low_case_label' => 'administrator',
624 // 'role.admin.description' => 'Site adminsitrator.',
625
626 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
627 // TODO: translate the following.
628 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
629 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
630 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
631 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
632 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
633 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
634
635 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
636 // TODO: translate the following.
637 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
638 );