Add migration, update languages.

This commit is contained in:
James Cole
2022-02-26 11:24:16 +01:00
parent fb676a9ad7
commit 6f65a73dd9
106 changed files with 598 additions and 231 deletions

View File

@@ -60,5 +60,10 @@ return [
'delete_journal_link' => 'Apagar ligação entre transações',
'edit_object_group' => 'Editar grupo ":title"',
'delete_object_group' => 'Apagar grupo ":title"',
'logout_others' => 'Sair de outras sessões'
'logout_others' => 'Sair de outras sessões',
'asset_accounts' => 'Asset accounts',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'placeholder' => '[Placeholder]',
];

View File

@@ -88,7 +88,7 @@ return [
'flash_error_multiple' => 'Tens 1 erro|Tens :count erros',
'net_worth' => 'Património liquido',
'help_for_this_page' => 'Ajuda para esta pagina',
'help_for_this_page_body' => 'You can find more information about this page <a href="https://docs.firefly-iii.org/">in the documentation</a>.',
'help_for_this_page_body' => 'Pode encontrar mais informações sobre esta página <a href="https://docs.firefly-iii.org/">na documentação</a>.',
'two_factor_welcome' => 'Olá!',
'two_factor_enter_code' => 'Para continuar, por favor introduza o código da sua autenticação de 2 passos. A sua aplicação pode gera-lo para si.',
'two_factor_code_here' => 'Introduza o código aqui',
@@ -371,8 +371,8 @@ return [
'repeat_freq_quarterly' => 'trimestral',
'repeat_freq_monthly' => 'mensalmente',
'repeat_freq_weekly' => 'semanalmente',
'repeat_freq_daily' => 'daily',
'daily' => 'daily',
'repeat_freq_daily' => 'diariamente',
'daily' => 'diariamente',
'weekly' => 'semanalmente',
'quarterly' => 'trimestral',
'half-year' => 'todo meio ano',
@@ -566,6 +566,11 @@ return [
'rule_trigger_journal_id' => 'O ID do diário de transações é ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
'rule_trigger_any_external_url' => 'Transaction has an external URL',
'rule_trigger_any_external_url_choice' => 'Transaction has an external URL',
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'APAGAR transacção (!)',
@@ -1897,7 +1902,7 @@ return [
'deleted_object_group' => 'Grupo ":title" eliminado com sucesso',
'object_group' => 'Grupo',
//
// other stuff
'placeholder' => '[Placeholder]',
];

View File

@@ -180,6 +180,7 @@ return [
'blocked_code' => 'Razao para o bloqueio',
'login_name' => 'Iniciar sessao',
'is_owner' => 'É administrador?',
'url' => 'URL',
// import
'apply_rules' => 'Aplicar regras',

View File

@@ -61,7 +61,9 @@ return [
'accepted' => 'O :attribute tem de ser aceite.',
'bic' => 'Este BIC nao e valido.',
'at_least_one_trigger' => 'A regra tem de ter, pelo menos, um disparador.',
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
'at_least_one_action' => 'A regra tem de ter, pelo menos, uma accao.',
'at_least_one_active_action' => 'Rule must have at least one active action.',
'base64' => 'Estes dados nao sao validos na codificacao em base648.',
'model_id_invalid' => 'O ID inserido e invalida para este modelo.',
'less' => ':attribute tem de ser menor que 10,000,000',