More progress on timesheet approval workflow.
[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 'error.no_login' => 'Não há usuário com este login.',
101 'error.no_groups' => 'Sua base de dados está vazia. Entre como admin e crie uma equipe nova.', // TODO: replace "team" with "group".
102 'error.upload' => 'Erro no envio do arquivo.',
103 'error.range_locked' => 'Período está bloqueado.',
104 'error.mail_send' => 'Erro enviando o e-mail.',
105 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
106 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
107 'error.no_email' => 'Não há e-mail associado a este login.',
108 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.',
109 'error.goto_uncompleted' => 'Ir até a entrada incompleta.',
110 'error.overlap' => 'O intervalo se sobrepõe com entradas já existentes.',
111 'error.future_date' => 'Data é no futuro.',
112 // TODO: translate the following.
113 // 'error.xml' => 'Error in XML file at line %d: %s.',
114 // 'error.cannot_import' => 'Cannot import: %s.',
115 // 'error.format' => 'Invalid file format.',
116 // 'error.user_count' => 'Limit on user count.',
117 // 'error.expired' => 'Expiration date reached.',
118
119 // Warning messages.
120 // TODO: translate the following.
121 // 'warn.sure' => 'Are you sure?',
122 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
123
124 // Success messages.
125 // TODO: translate the following.
126 // 'msg.success' => 'Operation completed successfully.',
127
128 // Labels for buttons.
129 'button.login' => 'Login',
130 'button.now' => 'Agora',
131 'button.save' => 'Salvar',
132 'button.copy' => 'Copiar',
133 'button.cancel' => 'Cancelar',
134 'button.submit' => 'Enviar',
135 'button.add' => 'Adicionar',
136 'button.delete' => 'Apagar',
137 'button.generate' => 'Criar',
138 'button.reset_password' => 'Resetar senha',
139 'button.send' => 'Enviar',
140 'button.send_by_email' => 'Enviar por e-mail',
141 'button.create_group' => 'Criar equipe', // TODO: replace "team" with "group".
142 // TODO: translate the following.
143 // 'button.create_timesheet' => 'Create timesheet',
144 'button.export' => 'Exportar equipe', // TODO: replace "team" with "group".
145 'button.import' => 'Importar equipe', // TODO: replace "team" with "group".
146 'button.close' => 'Fechar',
147 'button.stop' => 'Parar',
148 // TODO: translate the following.
149 // 'button.approve' => 'Approve',
150 // 'button.disapprove' => 'Disapprove',
151
152 // Labels for controls on forms. Labels in this section are used on multiple forms.
153 'label.group_name' => 'Nome da equipe',  // TODO: replace "team" with "group".
154 'label.address' => 'Endereço',
155 'label.currency' => 'Moeda',
156 'label.manager_name' => 'Nome do gerente',
157 'label.manager_login' => 'Login do gerente',
158 'label.person_name' => 'Nome',
159 'label.thing_name' => 'Nome',
160 'label.login' => 'Login',
161 'label.password' => 'Senha',
162 'label.confirm_password' => 'Confirme a senha',
163 'label.email' => 'E-mail',
164 'label.cc' => 'Cc',
165 // TODO: translate the following.
166 // 'label.bcc' => 'Bcc',
167 'label.subject' => 'Assunto',
168 'label.date' => 'Data',
169 'label.start_date' => 'Data inicial',
170 'label.end_date' => 'Data final',
171 'label.user' => 'Usuário',
172 'label.users' => 'Usuários',
173 // TODO: translate the following.
174 // 'label.group' => 'Group',
175 // 'label.subgroups' => 'Subgroups',
176 // 'label.roles' => 'Roles',
177 'label.client' => 'Cliente',
178 'label.clients' => 'Clientes',
179 'label.option' => 'Opção',
180 'label.invoice' => 'Fatura',
181 'label.project' => 'Projeto',
182 'label.projects' => 'Projetos',
183 'label.task' => 'Tarefa',
184 'label.tasks' => 'Tarefas',
185 'label.description' => 'Descrição',
186 'label.start' => 'Início',
187 'label.finish' => 'Fim',
188 'label.duration' => 'Duração',
189 'label.note' => 'Anotação',
190 // TODO: translate the following.
191 // 'label.notes' => 'Notes',
192 'label.item' => 'Item',
193 'label.cost' => 'Custo',
194 // TODO: translate the following.
195 // 'label.ip' => 'IP',
196 'label.day_total' => 'Total diário',
197 'label.week_total' => 'Total semanal',
198 // TODO: translate the following.
199 // 'label.month_total' => 'Month total',
200 'label.today' => 'Hoje',
201 'label.view' => 'Ver',
202 'label.edit' => 'Editar',
203 'label.delete' => 'Apagar',
204 'label.configure' => 'Configurar',
205 'label.select_all' => 'Selecionar todos',
206 'label.select_none' => 'Desmarcar todos',
207 // TODO: translate the following.
208 // 'label.day_view' => 'Day view',
209 // 'label.week_view' => 'Week view',
210 'label.id' => 'ID',
211 'label.language' => 'Idioma',
212 'label.decimal_mark' => 'Ponto decimal',
213 'label.date_format' => 'Formato da data',
214 'label.time_format' => 'Formato da hora',
215 'label.week_start' => 'Primeiro dia da semana',
216 'label.comment' => 'Anotação',
217 'label.status' => 'Status',
218 'label.tax' => 'Imposto',
219 'label.subtotal' => 'Subtotal',
220 'label.total' => 'Total',
221 'label.client_name' => 'Nome do cliente',
222 'label.client_address' => 'Endereço do cliente',
223 'label.or' => 'ou',
224 'label.error' => 'Erro',
225 'label.ldap_hint' => 'Entre com o seu <b>login do Windows</b> e <b>senha</b> nos campos abaixo.',
226 'label.required_fields' => '* - campos obrigatórios',
227 'label.on_behalf' => 'em nome de',
228 'label.role_manager' => '(gerente)',
229 'label.role_comanager' => '(coordenador)',
230 'label.role_admin' => '(administrador)',
231 'label.page' => 'Página',
232 // TODO: translate the following.
233 // 'label.condition' => 'Condition',
234 // 'label.yes' => 'yes',
235 // 'label.no' => 'no',
236 // Labels for plugins (extensions to Time Tracker that provide additional features).
237 'label.custom_fields' => 'Campos personalizados',
238 // Translate the following.
239 // 'label.monthly_quotas' => 'Monthly quotas',
240 'label.type' => 'Tipo',
241 'label.type_dropdown' => 'lista suspensa',
242 'label.type_text' => 'texto',
243 'label.required' => 'Obrigatório',
244 'label.fav_report' => 'Relatório favorito',
245 'label.schedule' => 'Agenda',
246 'label.what_is_it' => 'O que é?',
247 // 'label.expense' => 'Expense',
248 // 'label.quantity' => 'Quantity',
249 // 'label.paid_status' => 'Paid status',
250 // 'label.paid' => 'Paid',
251 // 'label.mark_paid' => 'Mark paid',
252 // 'label.week_note' => 'Week note',
253 // 'label.week_list' => 'Week list',
254 // 'label.work_units' => 'Work units',
255 // 'label.work_units_short' => 'Units',
256 'label.totals_only' => 'Somente totais',
257 // TODO: translate the following.
258 // 'label.quota' => 'Quota',
259 // 'label.timesheet' => 'Timesheet',
260 // 'label.submitted' => 'Submitted',
261 // 'label.approved' => 'Approved',
262
263 // Form titles.
264 'title.error' => 'Erro',
265 // TODO: Translate the following.
266 // 'title.success' => 'Success',
267 'title.login' => 'Login',
268 'title.groups' => 'Equipes', // TODO: change "teams" to "groups".
269 // TODO: translate the following.
270 // 'title.subgroups' => 'Subgroups',
271 // 'title.add_group' => 'Adding Group',
272 'title.edit_group' => 'Editando equipe', // TODO: change "team" to "group".
273 'title.delete_group' => 'Apagando equipe', // TODO: change "team" to "group".
274 'title.reset_password' => 'Resetando a senha',
275 'title.change_password' => 'Alterando a senha',
276 'title.time' => 'Tempo',
277 'title.edit_time_record' => 'Editando entrada de hora',
278 'title.delete_time_record' => 'Apagando entrada de hora',
279 'title.expenses' => 'Gastos',
280 'title.edit_expense' => 'Editando item de gasto',
281 'title.delete_expense' => 'Apagando item de gasto',
282 'title.reports' => 'Relatórios',
283 'title.report' => 'Report',
284 'title.send_report' => 'Enviando relatório',
285 // TODO: Translate the following.
286 // 'title.timesheets' => 'Timesheets',
287 // 'title.timesheet' => 'Timesheet',
288 'title.invoice' => 'Fatura',
289 'title.send_invoice' => 'Enviando fatura',
290 'title.charts' => 'Gráficos',
291 'title.projects' => 'Projetos',
292 'title.add_project' => 'Adicionando projeto',
293 'title.edit_project' => 'Editando projeto',
294 'title.delete_project' => 'Apagando projeto',
295 'title.tasks' => 'Tarefas',
296 'title.add_task' => 'Adicionando tarefa',
297 'title.edit_task' => 'Editando tarefa',
298 'title.delete_task' => 'Apagando tarefa',
299 'title.users' => 'Usuários',
300 'title.add_user' => 'Adicionando usuário',
301 'title.edit_user' => 'Editando usuário',
302 'title.delete_user' => 'Apagando usuário',
303 // TODO: translate the following.
304 // 'title.roles' => 'Roles',
305 // 'title.add_role' => 'Adding Role',
306 // 'title.edit_role' => 'Editing Role',
307 // 'title.delete_role' => 'Deleting Role',
308 'title.clients' => 'Clientes',
309 'title.add_client' => 'Adicionando cliente',
310 'title.edit_client' => 'Editando cliente',
311 'title.delete_client' => 'Apagando cliente',
312 'title.invoices' => 'Faturas',
313 'title.add_invoice' => 'Adicionando fatura',
314 'title.view_invoice' => 'Vendo fatura',
315 'title.delete_invoice' => 'Apagando fatura',
316 'title.notifications' => 'Notificações',
317 'title.add_notification' => 'Adicionando notificação',
318 'title.edit_notification' => 'Editando notificação',
319 'title.delete_notification' => 'Apagando notificação',
320 // TODO: translate the following.
321 // 'title.add_timesheet' => 'Adding Timesheet',
322 // 'title.edit_timesheet' => 'Editing Timesheet',
323 // 'title.delete_timesheet' => 'Deleting Timesheet',
324 // 'title.monthly_quotas' => 'Monthly Quotas',
325 'title.export' => 'Exportando dados de equipe', // TODO: replace "team" with "group".
326 'title.import' => 'Importando dados de equipe', // TODO: replace "team" with "group".
327 'title.options' => 'Opções',
328 'title.profile' => 'Perfil',
329 'title.plugins' => 'Plugins',
330 'title.cf_custom_fields' => 'Campos personalizados',
331 'title.cf_add_custom_field' => 'Adicionando campo personalizado',
332 'title.cf_edit_custom_field' => 'Editando campo personalizado',
333 'title.cf_delete_custom_field' => 'Apagando campo personalizado',
334 'title.cf_dropdown_options' => 'Opções da lista suspensa',
335 'title.cf_add_dropdown_option' => 'Adicionando opção',
336 'title.cf_edit_dropdown_option' => 'Editando opção',
337 'title.cf_delete_dropdown_option' => 'Apagando opção',
338 'title.locking' => 'Bloquear',
339 // TODO: translate the following.
340 // 'title.week_view' => 'Week View',
341 // 'title.swap_roles' => 'Swapping Roles',
342 // 'title.work_units' => 'Work Units',
343
344 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
345 // Strings that are used in a single form must go to the specific form section.
346 'dropdown.all' => '--- todos ---',
347 'dropdown.no' => '--- não ---',
348 // TODO: translate the following.
349 // 'dropdown.current_day' => 'today',
350 // 'dropdown.previous_day' => 'yesterday',
351 'dropdown.selected_day' => 'dia',
352 'dropdown.current_week' => 'esta semana',
353 'dropdown.previous_week' => 'última semana',
354 'dropdown.selected_week' => 'semana',
355 'dropdown.current_month' => 'este mês',
356 'dropdown.previous_month' => 'último mês',
357 'dropdown.selected_month' => 'mês',
358 'dropdown.current_year' => 'este ano',
359 // TODO: translate the following.
360 // 'dropdown.previous_year' => 'previous year',
361 'dropdown.selected_year' => 'ano',
362 'dropdown.all_time' => 'todas as datas',
363 'dropdown.projects' => 'projetos',
364 'dropdown.tasks' => 'tarefas',
365 'dropdown.clients' => 'clientes',
366 'dropdown.select' => '--- selecione ---',
367 'dropdown.select_invoice' => '--- selecione fatura ---',
368 'dropdown.status_active' => 'ativo',
369 'dropdown.status_inactive' => 'inativo',
370 'dropdown.delete' => 'apagar',
371 'dropdown.do_not_delete' => 'não apagar',
372 // TODO: translate the following.
373 // 'dropdown.paid' => 'paid',
374 // 'dropdown.not_paid' => 'not paid',
375
376 // 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.
377 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
378 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
379 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
380
381 // Login form. See example at https://timetracker.anuko.com/login.php.
382 'form.login.forgot_password' => 'Esqueceu a senha?',
383 '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.',
384
385 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
386 'form.reset_password.message' => 'Pedido para resetar a senha enviado por e-mail.',
387 'form.reset_password.email_subject' => 'Pedido de alteração de senha no Anuko Time Tracker',
388 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
389 // '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",
390 // "IP %s" probably sounds awkward.
391 '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",
392
393 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
394 'form.change_password.tip' => 'Entre com a nova senha e clique em Salvar.',
395
396 // Time form. See example at https://timetracker.anuko.com/time.php.
397 'form.time.duration_format' => '(hh:mm ou 0.0h)',
398 'form.time.billable' => 'Faturável',
399 'form.time.uncompleted' => 'Incompleta',
400 // TODO: translate the following.
401 // 'form.time.remaining_quota' => 'Remaining quota',
402 // 'form.time.over_quota' => 'Over quota',
403 // 'form.time.remaining_balance' => 'Remaining balance',
404 // 'form.time.over_balance' => 'Over balance',
405
406 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
407 'form.time_edit.uncompleted' => 'Eesta entrada foi salva somente com hora de início. Não é um erro.',
408
409 // Week view form. See example at https://timetracker.anuko.com/week.php.
410 // TODO: translate the following.
411 // 'form.week.new_entry' => 'New entry',
412
413 // Reports form. See example at https://timetracker.anuko.com/reports.php
414 'form.reports.save_as_favorite' => 'Guardar como favorito',
415 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?',
416 'form.reports.include_billable' => 'faturável',
417 'form.reports.include_not_billable' => 'não faturável',
418 'form.reports.include_invoiced' => 'faturado',
419 'form.reports.include_not_invoiced' => 'não faturado',
420 // TODO: translate the following.
421 // 'form.reports.include_assigned' => 'assigned',
422 // 'form.reports.include_not_assigned' => 'not assigned',
423 'form.reports.select_period' => 'Selecione o período de tempo',
424 'form.reports.set_period' => 'ou selecionar datas',
425 'form.reports.show_fields' => 'Exibir campos',
426 'form.reports.group_by' => 'Agrupar por',
427 'form.reports.group_by_no' => '--- sem agrupar ---',
428 'form.reports.group_by_date' => 'data',
429 'form.reports.group_by_user' => 'usuário',
430 'form.reports.group_by_client' => 'cliente',
431 'form.reports.group_by_project' => 'projeto',
432 'form.reports.group_by_task' => 'tarefa',
433
434 // Report form. See example at https://timetracker.anuko.com/report.php
435 // (after generating a report at https://timetracker.anuko.com/reports.php).
436 'form.report.export' => 'Exportar',
437 // TODO: translate the following.
438 // 'form.report.assign_to_invoice' => 'Assign to invoice',
439
440 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
441 // TODO: translate the following.
442 // form.timesheets.hint' => 'Use reports to add new timesheets.',
443 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
444 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
445
446 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
447 // (you can get to this form after generating a report).
448 'form.invoice.number' => 'Número da fatura',
449 'form.invoice.person' => 'Pessoa',
450
451 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
452 'form.invoice.invoice_to_delete' => 'Fatura a ser apagada',
453 'form.invoice.invoice_entries' => 'Entradas de fatura',
454 // TODO: translate the following.
455 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
456
457 // Charts form. See example at https://timetracker.anuko.com/charts.php
458 'form.charts.interval' => 'Intervalo',
459 'form.charts.chart' => 'Gráfico',
460
461 // Projects form. See example at https://timetracker.anuko.com/projects.php
462 'form.projects.active_projects' => 'Projetos ativos',
463 'form.projects.inactive_projects' => 'Projetos inativos',
464
465 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
466 'form.tasks.active_tasks' => 'Tarefas ativas',
467 'form.tasks.inactive_tasks' => 'Tarefas inativas',
468
469 // Users form. See example at https://timetracker.anuko.com/users.php
470 'form.users.active_users' => 'Usuários ativos',
471 'form.users.inactive_users' => 'Usuários inativos',
472 // TODO: translate the following.
473 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
474 'form.users.role' => 'Papel',
475 'form.users.manager' => 'Gerente',
476 'form.users.comanager' => 'Coordenador',
477 'form.users.rate' => 'Honorário',
478 'form.users.default_rate' => 'Honorário padrão por hora',
479
480 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
481 // TODO: translate the following.
482 // 'form.user_edit.swap_roles' => 'Swap roles',
483
484 // Roles form. See example at https://timetracker.anuko.com/roles.php
485 // TODO: translate the following.
486 // 'form.roles.active_roles' => 'Active Roles',
487 // 'form.roles.inactive_roles' => 'Inactive Roles',
488 // 'form.roles.rank' => 'Rank',
489 // 'form.roles.rights' => 'Rights',
490 // 'form.roles.assigned' => 'Assigned',
491 // 'form.roles.not_assigned' => 'Not assigned',
492
493 // Clients form. See example at https://timetracker.anuko.com/clients.php
494 'form.clients.active_clients' => 'Clientes ativos',
495 'form.clients.inactive_clients' => 'Clientes inativos',
496
497 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
498 'form.client.client_to_delete' => 'Cliente a ser apagado',
499 'form.client.client_entries' => 'Entradas de cliente',
500
501 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
502 // TODO: replace "team" with "group" in the string below.
503 '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.',
504 'form.export.compression' => 'Compressão',
505 'form.export.compression_none' => 'nenhuma',
506 'form.export.compression_bzip' => 'bzip',
507
508 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
509 'form.import.hint' => 'Importar dados de equipe de um arquivo xml.', // TODO: replace "team" with "group".
510 'form.import.file' => 'Selecionar arquivo',
511 'form.import.success' => 'Importação realizada com sucesso.',
512
513 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
514 // TODO: replace "team" with "group" in the string below (3 places).
515 '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).',
516
517 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
518 'form.group_edit.12_hours' => '12 horas',
519 'form.group_edit.24_hours' => '24 horas',
520 // TODO: translate the following.
521 // 'form.group_edit.show_holidays' => 'Show holidays',
522 'form.group_edit.tracking_mode' => 'Modo de acompanhamento',
523 'form.group_edit.mode_time' => 'tempo',
524 'form.group_edit.mode_projects' => 'projetos',
525 'form.group_edit.mode_projects_and_tasks' => 'projetos e tarefas',
526 'form.group_edit.record_type' => 'Tipo de entrada',
527 'form.group_edit.type_all' => 'todos',
528 'form.group_edit.type_start_finish' => 'início e fim',
529 'form.group_edit.type_duration' => 'duração',
530 // TODO: translate the following.
531 // 'form.group_edit.punch_mode' => 'Punch mode',
532 // 'form.group_edit.allow_overlap' => 'Allow overlap',
533 // 'form.group_edit.future_entries' => 'Future entries',
534 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
535 // 'form.group_edit.confirm_save' => 'Confirm saving',
536 // 'form.group_edit.allow_ip' => 'Allow IP',
537
538 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
539 // TODO: translate the following.
540 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
541
542 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
543 'form.mail.from' => 'De',
544 'form.mail.to' => 'Para',
545 'form.mail.report_subject' => 'Relatório do Time Tracker',
546 '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.',
547 'form.mail.report_sent' => 'Relatório enviado.',
548 'form.mail.invoice_sent' => 'Fatura enviada.',
549
550 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
551 // TODO: translate the following.
552 // 'form.quota.year' => 'Year',
553 // 'form.quota.month' => 'Month',
554 // 'form.quota.workday_hours' => 'Hours in a work day',
555 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
556
557 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
558 // TODO: translate the following.
559 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
560 // 'form.swap.swap_with' => 'Swap roles with',
561
562 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
563 // TODO: translate the following.
564 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
565 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
566
567 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
568 // TODO: translate the following.
569 // 'role.user.label' => 'User',
570 // 'role.user.low_case_label' => 'user',
571 // 'role.user.description' => 'A regular member without management rights.',
572 // 'role.client.label' => 'Client',
573 // 'role.client.low_case_label' => 'client',
574 // 'role.client.description' => 'A client can view its own data.',
575 // 'role.supervisor.label' => 'Supervisor',
576 // 'role.supervisor.low_case_label' => 'supervisor',
577 // 'role.supervisor.description' => 'A person with a small set of management rights.',
578 // 'role.comanager.label' => 'Co-manager',
579 // 'role.comanager.low_case_label' => 'co-manager',
580 // 'role.comanager.description' => 'A person with a big set of management functions.',
581 // 'role.manager.label' => 'Manager',
582 // 'role.manager.low_case_label' => 'manager',
583 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
584 // 'role.top_manager.label' => 'Top manager',
585 // 'role.top_manager.low_case_label' => 'top manager',
586 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
587 // 'role.admin.label' => 'Administrator',
588 // 'role.admin.low_case_label' => 'administrator',
589 // 'role.admin.description' => 'Site adminsitrator.',
590 );