Added Bcc option for team managers.
[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 // Note to translators: Please use proper capitalization rules for your language.
32
33 $i18n_language = 'Português brasileiro';
34 $i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro');
35 $i18n_weekdays = array('Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado');
36 $i18n_weekdays_short = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
37 // format mm/dd
38 $i18n_holidays = array('01/01', '04/21', '05/01', '09/07', '10/12', '11/15', '12/25');
39 $i18n_key_words = array(
40
41 // Menus.
42 'menu.login' => 'Login',
43 'menu.logout' => 'Logout',
44 'menu.forum' => 'Fórum',
45 'menu.help' => 'Ajuda',
46 'menu.create_team' => 'Criar equipe',
47 'menu.profile' => 'Perfil',
48 'menu.time' => 'Tempo',
49 'menu.expenses' => 'Gastos',
50 'menu.reports' => 'Relatórios',
51 'menu.charts' => 'Gráficos',
52 'menu.projects' => 'Projetos',
53 'menu.tasks' => 'Tarefas',
54 'menu.users' => 'Usuários',
55 'menu.teams' => 'Equipes',
56 'menu.export' => 'Exportar',
57 'menu.clients' => 'Clientes',
58 'menu.options' => 'Opções',
59
60 // Footer - strings on the bottom of most pages.
61 'footer.contribute_msg' => 'Você pode contribuir com o Time Tracker de várias maneiras.',
62 'footer.credits' => 'Créditos',
63 'footer.license' => 'Licença',
64 'footer.improve' => 'Contribua',
65
66 // Error messages.
67 'error.access_denied' => 'Acesso negado.',
68 'error.sys' => 'Erro no sistema.',
69 'error.db' => 'Erro no banco de dados.',
70 'error.field' => 'Dados incorretos "{0}".',
71 'error.empty' => 'Campo "{0}" está vazio.',
72 'error.not_equal' => 'Campo "{0}" é diferente do campo "{1}".',
73 'error.interval' => 'Intervalo incorreto.',
74 'error.project' => 'Selecione projeto.',
75 'error.task' => 'Selecione tarefa.',
76 'error.client' => 'Selecione cliente.',
77 'error.report' => 'Selecione relatório.',
78 'error.auth' => 'Usuário ou senha incorretos.',
79 'error.user_exists' => 'Já existe usuário com este login.',
80 'error.project_exists' => 'Já existe projeto com este nome.',
81 'error.task_exists' => 'Já existe tarefa com este nome.',
82 'error.client_exists' => 'Já existe cliente com este nome.',
83 'error.invoice_exists' => 'Já existe fatura com este número.',
84 'error.no_invoiceable_items' => 'Não há items faturáveis.',
85 'error.no_login' => 'Não há usuário com este login.',
86 'error.no_teams' => 'Sua base de dados está vazia. Entre como admin e crie uma equipe nova.',
87 'error.upload' => 'Erro no envio do arquivo.',
88 'error.range_locked' => 'Período está bloqueado.',
89 'error.mail_send' => 'Erro enviando o e-mail.',
90 'error.no_email' => 'Não há e-mail associado a este login.',
91 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.',
92 'error.goto_uncompleted' => 'Ir até a entrada incompleta.',
93 'error.overlap' => 'O intervalo se sobrepõe com entradas já existentes.',
94 'error.future_date' => 'Data é no futuro.',
95
96 // Labels for buttons.
97 'button.login' => 'Login',
98 'button.now' => 'Agora',
99 'button.save' => 'Salvar',
100 'button.copy' => 'Copiar',
101 'button.cancel' => 'Cancelar',
102 'button.submit' => 'Enviar',
103 'button.add_user' => 'Adicionar usuário',
104 'button.add_project' => 'Adicionar projeto',
105 'button.add_task' => 'Adicionar tarefa',
106 'button.add_client' => 'Adicionar cliente',
107 'button.add_invoice' => 'Adicionar fatura',
108 'button.add_option' => 'Adicionar opção',
109 'button.add' => 'Adicionar',
110 'button.generate' => 'Criar',
111 'button.reset_password' => 'Resetar senha',
112 'button.send' => 'Enviar',
113 'button.send_by_email' => 'Enviar por e-mail',
114 'button.create_team' => 'Criar equipe',
115 'button.export' => 'Exportar equipe',
116 'button.import' => 'Importar equipe',
117 'button.close' => 'Fechar',
118 'button.stop' => 'Parar',
119
120 // Labels for controls on forms. Labels in this section are used on multiple forms.
121 'label.team_name' => 'Nome da equipe',
122 'label.address' => 'Endereço',
123 'label.currency' => 'Moeda',
124 'label.manager_name' => 'Nome do gerente',
125 'label.manager_login' => 'Login do gerente',
126 'label.person_name' => 'Nome',
127 'label.thing_name' => 'Nome',
128 'label.login' => 'Login',
129 'label.password' => 'Senha',
130 'label.confirm_password' => 'Confirme a senha',
131 'label.email' => 'E-mail',
132 // TODO: translate the following.
133 // 'label.bcc' => 'Bcc',
134 'label.date' => 'Data',
135 'label.start_date' => 'Data inicial',
136 'label.end_date' => 'Data final',
137 'label.user' => 'Usuário',
138 'label.users' => 'Usuários',
139 'label.client' => 'Cliente',
140 'label.clients' => 'Clientes',
141 'label.option' => 'Opção',
142 'label.invoice' => 'Fatura',
143 'label.project' => 'Projeto',
144 'label.projects' => 'Projetos',
145 'label.task' => 'Tarefa',
146 'label.tasks' => 'Tarefas',
147 'label.description' => 'Descrição',
148 'label.start' => 'Início',
149 'label.finish' => 'Fim',
150 'label.duration' => 'Duração',
151 'label.note' => 'Anotação',
152 'label.item' => 'Item',
153 'label.cost' => 'Custo',
154 'label.day_total' => 'Total diário',
155 'label.week_total' => 'Total semanal',
156 // TODO: translate the following.
157 // 'label.month_total' => 'Month total',
158 'label.today' => 'Hoje',
159 'label.total_hours' => 'Total de horas',
160 'label.total_cost' => 'Custo total',
161 'label.view' => 'Ver',
162 'label.edit' => 'Editar',
163 'label.delete' => 'Apagar',
164 'label.configure' => 'Configurar',
165 'label.select_all' => 'Selecionar todos',
166 'label.select_none' => 'Desmarcar todos',
167 'label.id' => 'ID',
168 'label.language' => 'Idioma',
169 'label.decimal_mark' => 'Ponto decimal',
170 'label.date_format' => 'Formato da data',
171 'label.time_format' => 'Formato da hora',
172 'label.week_start' => 'Primeiro dia da semana',
173 'label.comment' => 'Anotação',
174 'label.status' => 'Status',
175 'label.tax' => 'Imposto',
176 'label.subtotal' => 'Subtotal',
177 'label.total' => 'Total',
178 'label.client_name' => 'Nome do cliente',
179 'label.client_address' => 'Endereço do cliente',
180 'label.or' => 'ou',
181 'label.error' => 'Erro',
182 'label.ldap_hint' => 'Entre com o seu <b>login do Windows</b> e <b>senha</b> nos campos abaixo.',
183 'label.required_fields' => '* - campos obrigatórios',
184 'label.on_behalf' => 'em nome de',
185 'label.role_manager' => '(gerente)',
186 'label.role_comanager' => '(coordenador)',
187 'label.role_admin' => '(administrador)',
188 'label.page' => 'Página',
189 // TODO: translate the following.
190 // 'label.condition' => 'Condition',
191 // Labels for plugins (extensions to Time Tracker that provide additional features).
192 'label.custom_fields' => 'Campos personalizados',
193 // Translate the following.
194 // 'label.monthly_quotas' => 'Monthly quotas',
195 'label.type' => 'Tipo',
196 'label.type_dropdown' => 'lista suspensa',
197 'label.type_text' => 'texto',
198 'label.required' => 'Obrigatório',
199 'label.fav_report' => 'Relatório favorito',
200 'label.cron_schedule' => 'Agenda cron',
201 'label.what_is_it' => 'O que é?',
202
203 // Form titles.
204 'title.login' => 'Login',
205 'title.teams' => 'Equipes',
206 'title.create_team' => 'Criando equipe',
207 'title.edit_team' => 'Editando equipe',
208 'title.delete_team' => 'Apagando equipe',
209 'title.reset_password' => 'Resetando a senha',
210 'title.change_password' => 'Alterando a senha',
211 'title.time' => 'Tempo',
212 'title.edit_time_record' => 'Editando entrada de hora',
213 'title.delete_time_record' => 'Apagando entrada de hora',
214 'title.expenses' => 'Gastos',
215 'title.edit_expense' => 'Editando item de gasto',
216 'title.delete_expense' => 'Apagando item de gasto',
217 'title.reports' => 'Relatórios',
218 'title.report' => 'Report',
219 'title.send_report' => 'Enviando relatório',
220 'title.invoice' => 'Fatura',
221 'title.send_invoice' => 'Enviando fatura',
222 'title.charts' => 'Gráficos',
223 'title.projects' => 'Projetos',
224 'title.add_project' => 'Adicionando projeto',
225 'title.edit_project' => 'Editando projeto',
226 'title.delete_project' => 'Apagando projeto',
227 'title.tasks' => 'Tarefas',
228 'title.add_task' => 'Adicionando tarefa',
229 'title.edit_task' => 'Editando tarefa',
230 'title.delete_task' => 'Apagando tarefa',
231 'title.users' => 'Usuários',
232 'title.add_user' => 'Adicionando usuário',
233 'title.edit_user' => 'Editando usuário',
234 'title.delete_user' => 'Apagando usuário',
235 'title.clients' => 'Clientes',
236 'title.add_client' => 'Adicionando cliente',
237 'title.edit_client' => 'Editando cliente',
238 'title.delete_client' => 'Apagando cliente',
239 'title.invoices' => 'Faturas',
240 'title.add_invoice' => 'Adicionando fatura',
241 'title.view_invoice' => 'Vendo fatura',
242 'title.delete_invoice' => 'Apagando fatura',
243 'title.notifications' => 'Notificações',
244 'title.add_notification' => 'Adicionando notificação',
245 'title.edit_notification' => 'Editando notificação',
246 'title.delete_notification' => 'Apagando notificação',
247 // 'title.monthly_quotas' => 'Monthly Quotas',
248 'title.export' => 'Exportando dados de equipe',
249 'title.import' => 'Importando dados de equipe',
250 'title.options' => 'Opções',
251 'title.profile' => 'Perfil',
252 'title.cf_custom_fields' => 'Campos personalizados',
253 'title.cf_add_custom_field' => 'Adicionando campo personalizado',
254 'title.cf_edit_custom_field' => 'Editando campo personalizado',
255 'title.cf_delete_custom_field' => 'Apagando campo personalizado',
256 'title.cf_dropdown_options' => 'Opções da lista suspensa',
257 'title.cf_add_dropdown_option' => 'Adicionando opção',
258 'title.cf_edit_dropdown_option' => 'Editando opção',
259 'title.cf_delete_dropdown_option' => 'Apagando opção',
260 'title.locking' => 'Bloquear',
261
262 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
263 // Strings that are used in a single form must go to the specific form section.
264 'dropdown.all' => '--- todos ---',
265 'dropdown.no' => '--- não ---',
266 'dropdown.this_day' => 'este dia',
267 'dropdown.this_week' => 'esta semana',
268 'dropdown.last_week' => 'última semana',
269 'dropdown.this_month' => 'este mês',
270 'dropdown.last_month' => 'último mês',
271 'dropdown.this_year' => 'este ano',
272 'dropdown.all_time' => 'todas as datas',
273 'dropdown.projects' => 'projetos',
274 'dropdown.tasks' => 'tarefas',
275 'dropdown.clients' => 'clientes',
276 'dropdown.select' => '--- selecione ---',
277 'dropdown.select_invoice' => '--- selecione fatura ---',
278 'dropdown.status_active' => 'ativo',
279 'dropdown.status_inactive' => 'inativo',
280 'dropdown.delete' => 'apagar',
281 'dropdown.do_not_delete' => 'não apagar',
282
283
284 // 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.
285 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
286 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
287 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
288
289 // Login form. See example at https://timetracker.anuko.com/login.php.
290 'form.login.forgot_password' => 'Esqueceu a senha?',
291 '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.',
292
293 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
294 'form.reset_password.message' => 'Pedido para resetar a senha enviado por e-mail.',
295 'form.reset_password.email_subject' => 'Pedido de alteração de senha no Anuko Time Tracker',
296 'form.reset_password.email_body' => "Prezado usuário,\n\nAlguém, possivelmente você, 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",
297
298 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
299 'form.change_password.tip' => 'Entre com a nova senha e clique em Salvar.',
300
301 // Time form. See example at https://timetracker.anuko.com/time.php.
302 'form.time.duration_format' => '(hh:mm ou 0.0h)',
303 'form.time.billable' => 'Faturável',
304 'form.time.uncompleted' => 'Incompleta',
305 // TODO: translate the following.
306 // 'form.time.remaining_quota' => 'Remaining quota',
307 // 'form.time.over_quota' => 'Over quota',
308
309 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
310 'form.time_edit.uncompleted' => 'Eesta entrada foi salva somente com hora de início. Não é um erro.',
311
312 // Reports form. See example at https://timetracker.anuko.com/reports.php
313 'form.reports.save_as_favorite' => 'Guardar como favorito',
314 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?',
315 'form.reports.include_records' => 'Incluir entradas',
316 'form.reports.include_billable' => 'faturável',
317 'form.reports.include_not_billable' => 'não faturável',
318 'form.reports.include_invoiced' => 'faturado',
319 'form.reports.include_not_invoiced' => 'não faturado',
320 'form.reports.select_period' => 'Selecione o período de tempo',
321 'form.reports.set_period' => 'ou selecionar datas',
322 'form.reports.show_fields' => 'Exibir campos',
323 'form.reports.group_by' => 'Agrupar por',
324 'form.reports.group_by_no' => '--- sem agrupar ---',
325 'form.reports.group_by_date' => 'data',
326 'form.reports.group_by_user' => 'usuário',
327 'form.reports.group_by_client' => 'cliente',
328 'form.reports.group_by_project' => 'projeto',
329 'form.reports.group_by_task' => 'tarefa',
330 'form.reports.totals_only' => 'Somente totais',
331
332 // Report form. See example at https://timetracker.anuko.com/report.php
333 // (after generating a report at https://timetracker.anuko.com/reports.php).
334 'form.report.export' => 'Exportar',
335
336 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
337 // (you can get to this form after generating a report).
338 'form.invoice.number' => 'Número da fatura',
339 'form.invoice.person' => 'Pessoa',
340 'form.invoice.invoice_to_delete' => 'Fatura a ser apagada',
341 'form.invoice.invoice_entries' => 'Entradas de fatura',
342
343 // Charts form. See example at https://timetracker.anuko.com/charts.php
344 'form.charts.interval' => 'Intervalo',
345 'form.charts.chart' => 'Gráfico',
346
347 // Projects form. See example at https://timetracker.anuko.com/projects.php
348 'form.projects.active_projects' => 'Projetos ativos',
349 'form.projects.inactive_projects' => 'Projetos inativos',
350
351 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
352 'form.tasks.active_tasks' => 'Tarefas ativas',
353 'form.tasks.inactive_tasks' => 'Tarefas inativas',
354
355 // Users form. See example at https://timetracker.anuko.com/users.php
356 'form.users.active_users' => 'Usuários ativos',
357 'form.users.inactive_users' => 'Usuários inativos',
358 // TODO: translate the following.
359 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
360 'form.users.role' => 'Papel',
361 'form.users.manager' => 'Gerente',
362 'form.users.comanager' => 'Coordenador',
363 'form.users.rate' => 'Honorário',
364 'form.users.default_rate' => 'Honorário padrão por hora',
365
366 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
367 'form.client.client_to_delete' => 'Cliente a ser apagado',
368 'form.client.client_entries' => 'Entradas de cliente',
369
370 // Clients form. See example at https://timetracker.anuko.com/clients.php
371 'form.clients.active_clients' => 'Clientes ativos',
372 'form.clients.inactive_clients' => 'Clientes inativos',
373
374 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
375 '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.',
376 'form.export.compression' => 'Compressão',
377 'form.export.compression_none' => 'nenhuma',
378 'form.export.compression_bzip' => 'bzip',
379
380 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
381 'form.import.hint' => 'Importar dados de equipe de um arquivo xml.',
382 'form.import.file' => 'Selecionar arquivo',
383 'form.import.success' => 'Importação realizada com sucesso.',
384
385 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
386 'form.teams.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).',
387
388 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
389 'form.profile.12_hours' => '12 horas',
390 'form.profile.24_hours' => '24 horas',
391 'form.profile.tracking_mode' => 'Modo de acompanhamento',
392 'form.profile.mode_time' => 'tempo',
393 'form.profile.mode_projects' => 'projetos',
394 'form.profile.mode_projects_and_tasks' => 'projetos e tarefas',
395 'form.profile.record_type' => 'Tipo de entrada',
396 'form.profile.type_all' => 'todos',
397 'form.profile.type_start_finish' => 'início e fim',
398 'form.profile.type_duration' => 'duração',
399 'form.profile.plugins' => 'Plugins',
400
401 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
402 'form.mail.from' => 'De',
403 'form.mail.to' => 'Para',
404 'form.mail.cc' => 'Cc',
405 'form.mail.subject' => 'Assunto',
406 'form.mail.report_subject' => 'Relatório do Time Tracker',
407 '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.',
408 'form.mail.report_sent' => 'Relatório enviado.',
409 'form.mail.invoice_sent' => 'Fatura enviada.',
410
411 // Quotas configuration form.
412 // TODO: translate the following.
413 // 'form.quota.year' => 'Year',
414 // 'form.quota.month' => 'Month',
415 // 'form.quota.quota' => 'Quota',
416 // 'form.quota.workday_hours' => 'Hours in a work day',
417 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
418 );