From 939b18b86ca093ab1b5a9502e7d0702d8b3e5328 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 9 Dec 2016 07:41:31 +0100 Subject: [PATCH] New translations --- resources/lang/pt_BR/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 48e430e551..bd3e669bbd 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -525,6 +525,7 @@ return [ 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', 'select_more_than_one_account' => 'Por favor, selecione mais de uma conta', 'select_more_than_one_category' => 'Por favor, selecione mais de uma categoria', + 'select_more_than_one_budget' => 'Please select more than one budget', // categories: 'new_category' => 'Nova categoria', @@ -633,6 +634,7 @@ return [ 'report_default' => 'Relatório financeiro padrão de :start até :end', 'report_audit' => 'Visão geral do histórico de transação de :start até :end', 'report_category' => 'Category report for :start until :end', + 'report_budget' => 'Budget report for :start until :end', 'quick_link_reports' => 'Ligações rápidas', 'quick_link_default_report' => 'Relatório financeiro padrão', 'quick_link_audit_report' => 'Visão geral do histórico de transação', @@ -702,9 +704,11 @@ return [ 'select_budget' => 'Select one or more budgets.', 'income_per_category' => 'Receitas por categoria', 'expense_per_category' => 'Despesa por categoria', + 'expense_per_budget' => 'Expense per budget', 'income_per_account' => 'Rendimento por conta', 'expense_per_account' => 'Por conta de despesas', - 'include_not_in_category' => 'Incluir transações não selecionadas para este relatório', + 'include_not_in_category' => 'Include categories not selected for this report', + 'include_not_in_budget' => 'Include budgets not selected for this report', 'everything_else' => 'Todo o resto', 'income_and_expenses' => 'Receitas e despesas', 'spent_average' => 'Gastos (média)', @@ -827,6 +831,7 @@ return [ 'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).', 'store_configuration' => 'Configuração da Loja', 'single_user_administration' => 'User administration for :email', + 'edit_user' => 'Edit user :email', 'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your settings.', 'user_data_information' => 'Dados de usuário', 'user_information' => 'Informações do usuário',