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