X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=926b86b1b1e669147a97141846e4c619ad38244f;hb=60d2288b7fca6caf0f5d9d3eee972f040eb24fb0;hp=caf1e1a01d38ea76a6221816679b6d4431f4404c;hpb=91a0e1e708535f617cdbcfbe1dd337b506c864d3;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index caf1e1a0..926b86b1 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -1,3 +1,4 @@ + 'Você pode contribuir com o Time Tracker de várias maneiras.', 'footer.credits' => 'Créditos', 'footer.license' => 'Licença', -'footer.improve' => 'Contribuir', +'footer.improve' => 'Contribua', // Error messages. 'error.access_denied' => 'Acesso negado.', @@ -88,7 +89,7 @@ $i18n_key_words = array( 'error.mail_send' => 'Erro enviando o e-mail.', 'error.no_email' => 'Não há e-mail associado a este login.', 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.', -'error.goto_uncompleted' => 'Ir até entrada incompleta.', +'error.goto_uncompleted' => 'Ir até a entrada incompleta.', 'error.overlap' => 'O intervalo se sobrepõe com entradas já existentes.', 'error.future_date' => 'Data é no futuro.', @@ -148,8 +149,10 @@ $i18n_key_words = array( 'label.note' => 'Anotação', 'label.item' => 'Item', 'label.cost' => 'Custo', -'label.week_total' => 'Total semanal', 'label.day_total' => 'Total diário', +'label.week_total' => 'Total semanal', +// TODO: translate the following. +// 'label.month_total' => 'Month total', 'label.today' => 'Hoje', 'label.total_hours' => 'Total de horas', 'label.total_cost' => 'Custo total', @@ -171,7 +174,7 @@ $i18n_key_words = array( 'label.subtotal' => 'Subtotal', 'label.total' => 'Total', 'label.client_name' => 'Nome do cliente', -'label.client_address' => 'Endreço do cliente', +'label.client_address' => 'Endereço do cliente', 'label.or' => 'ou', 'label.error' => 'Erro', 'label.ldap_hint' => 'Entre com o seu login do Windows e senha nos campos abaixo.', @@ -183,6 +186,8 @@ $i18n_key_words = array( 'label.page' => 'Página', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Campos personalizados', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'Tipo', 'label.type_dropdown' => 'lista suspensa', 'label.type_text' => 'texto', @@ -235,6 +240,7 @@ $i18n_key_words = array( 'title.add_notification' => 'Adicionando notificação', 'title.edit_notification' => 'Editando notificação', 'title.delete_notification' => 'Apagando notificação', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Exportando dados de equipe', 'title.import' => 'Importando dados de equipe', 'title.options' => 'Opções', @@ -267,8 +273,8 @@ $i18n_key_words = array( 'dropdown.select_invoice' => '--- selecione fatura ---', 'dropdown.status_active' => 'ativo', 'dropdown.status_inactive' => 'inativo', -'dropdown.delete'=>'apagar', -'dropdown.do_not_delete'=>'não apagar', +'dropdown.delete' => 'apagar', +'dropdown.do_not_delete' => 'não apagar', // 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. @@ -292,6 +298,9 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm ou 0.0h)', 'form.time.billable' => 'Faturável', 'form.time.uncompleted' => 'Incompleta', +// TODO: translate the following. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Eesta entrada foi salva somente com hora de início. Não é um erro.', @@ -342,6 +351,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Usuários ativos', 'form.users.inactive_users' => 'Usuários inativos', +// TODO: translate the following. +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Papel', 'form.users.manager' => 'Gerente', 'form.users.comanager' => 'Coordenador', @@ -392,4 +403,12 @@ $i18n_key_words = array( 'form.mail.footer' => 'Anuko Time Tracker é um sistema, simples, de fácil uso, de código aberto,
de rastreamento do tempo. Visite www.anuko.com para mais informações.', 'form.mail.report_sent' => 'Relatório enviado.', 'form.mail.invoice_sent' => 'Fatura enviada.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in a work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', );