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