X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt-br.lang.php;h=5cb100b79b3b4ae45e2e36dc60dc63b9570aa930;hb=294895b702e4c5cb5bfc87292c464bed201f296b;hp=3fa765245e77f51ad6d6b89926c8421f4dada77f;hpb=76dd7930c2ef4f6de65bd98acfd3d0ef25979c18;p=timetracker.git diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 3fa76524..5cb100b7 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -116,6 +116,8 @@ $i18n_key_words = array( 'button.import' => 'Importar equipe', 'button.close' => 'Fechar', 'button.stop' => 'Parar', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Nome da equipe', @@ -151,6 +153,8 @@ $i18n_key_words = array( 'label.finish' => 'Fim', 'label.duration' => 'Duração', 'label.note' => 'Anotação', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Item', 'label.cost' => 'Custo', 'label.day_total' => 'Total diário', @@ -166,6 +170,9 @@ $i18n_key_words = array( 'label.configure' => 'Configurar', 'label.select_all' => 'Selecionar todos', 'label.select_none' => 'Desmarcar todos', +// TODO: translate the following. +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', 'label.id' => 'ID', 'label.language' => 'Idioma', 'label.decimal_mark' => 'Ponto decimal', @@ -190,6 +197,8 @@ $i18n_key_words = array( 'label.page' => 'Página', // TODO: translate the following. // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Campos personalizados', // Translate the following. @@ -201,6 +210,10 @@ $i18n_key_words = array( 'label.fav_report' => 'Relatório favorito', 'label.cron_schedule' => 'Agenda cron', 'label.what_is_it' => 'O que é?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', // Form titles. 'title.login' => 'Login', @@ -265,12 +278,20 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- todos ---', 'dropdown.no' => '--- não ---', -'dropdown.this_day' => 'este dia', -'dropdown.this_week' => 'esta semana', -'dropdown.last_week' => 'última semana', -'dropdown.this_month' => 'este mês', -'dropdown.last_month' => 'último mês', -'dropdown.this_year' => 'este ano', +// TODO: translate the following. +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'dia', +'dropdown.current_week' => 'esta semana', +'dropdown.previous_week' => 'última semana', +'dropdown.selected_week' => 'semana', +'dropdown.current_month' => 'este mês', +'dropdown.previous_month' => 'último mês', +'dropdown.selected_month' => 'mês', +'dropdown.current_year' => 'este ano', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'ano', 'dropdown.all_time' => 'todas as datas', 'dropdown.projects' => 'projetos', 'dropdown.tasks' => 'tarefas', @@ -281,7 +302,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inativo', 'dropdown.delete' => 'apagar', 'dropdown.do_not_delete' => 'não apagar', - +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // 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. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -311,6 +334,10 @@ $i18n_key_words = array( // 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.', +// Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. +// 'form.week.new_entry' => 'New entry', + // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Guardar como favorito', 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?', @@ -341,6 +368,8 @@ $i18n_key_words = array( 'form.invoice.person' => 'Pessoa', 'form.invoice.invoice_to_delete' => 'Fatura a ser apagada', 'form.invoice.invoice_entries' => 'Entradas de fatura', +// TODO: translate the following. +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', // Charts form. See example at https://timetracker.anuko.com/charts.php 'form.charts.interval' => 'Intervalo',