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