mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations firefly.php (Portuguese, Brazilian)
This commit is contained in:
parent
75680aa3f7
commit
6a1265564b
@ -355,6 +355,7 @@ return [
|
||||
'without_date' => 'Without date',
|
||||
'result' => 'Result',
|
||||
'sums_apply_to_range' => 'All sums apply to the selected range',
|
||||
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file en enter this code after <code>MAPBOX_API_KEY=</code>.',
|
||||
'press_tag_location' => 'Right click or long press to set the tag\'s location.',
|
||||
'clear_location' => 'Clear location',
|
||||
|
||||
@ -587,6 +588,7 @@ return [
|
||||
'not_expected_period' => 'Não esperado neste período',
|
||||
'bill_is_active' => 'Bill is active',
|
||||
'bill_will_automatch' => 'Bill will automatically linked to matching transactions',
|
||||
'skips_over' => 'skips over',
|
||||
// accounts:
|
||||
'details_for_asset' => 'Detalhes para a conta de ativo ":name"',
|
||||
'details_for_expense' => 'Detalhes para a conta de despesas ":name"',
|
||||
@ -615,6 +617,7 @@ return [
|
||||
'revenue_accounts' => 'Contas de receitas',
|
||||
'cash_accounts' => 'Contas Correntes',
|
||||
'Cash account' => 'Conta Corrente',
|
||||
'cash' => 'cash',
|
||||
'account_type' => 'Tipo de conta',
|
||||
'save_transactions_by_moving' => 'Salve essas transações, movendo-os para outra conta:',
|
||||
'stored_new_account' => 'Nova conta ":name" armazenado!',
|
||||
@ -665,6 +668,7 @@ return [
|
||||
'mass_delete_journals' => 'Excluir um número de transacções',
|
||||
'mass_edit_journals' => 'Editar um número de transacções',
|
||||
'cannot_edit_other_fields' => 'Você não pode editar em massa outros campos que não esse aqui, porque não há espaço para mostrá-los. Por favor siga o link e editá-los por um por um, se você precisar editar esses campos.',
|
||||
'no_budget' => 'none',
|
||||
'perm-delete-many' => 'Exclusão de muitos itens de uma só vez pode ser muito perturbador. Por favor, seja cauteloso.',
|
||||
'mass_deleted_transactions_success' => 'Excluído :amount de transação(ões).',
|
||||
'mass_edited_transactions_success' => 'Atualizado :amount de transação(ões)',
|
||||
@ -700,7 +704,9 @@ return [
|
||||
'currency' => 'Moeda',
|
||||
'preferences' => 'Preferências',
|
||||
'logout' => 'Desconectar',
|
||||
'toggleNavigation' => 'Toggle navigation',
|
||||
'searchPlaceholder' => 'Pesquisar...',
|
||||
'version' => 'Version',
|
||||
'dashboard' => 'Painel de Controle',
|
||||
'currencies' => 'Moedas',
|
||||
'accounts' => 'Contas',
|
||||
@ -926,6 +932,7 @@ return [
|
||||
'budgets_with_limits' => 'budget(s) com quantidade configurada',
|
||||
'rule_or_rules' => 'regra(s)',
|
||||
'rulegroup_or_groups' => 'grupo(s) de regra',
|
||||
'tag_or_tags' => 'tag(s)',
|
||||
'configuration_updated' => 'A configuração foi atualizada',
|
||||
'setting_is_demo_site' => 'Site demo',
|
||||
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
|
||||
@ -1013,6 +1020,7 @@ return [
|
||||
'import_index_title' => 'Import data into Firefly III',
|
||||
'import_index_sub_title' => 'Index',
|
||||
'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
|
||||
'import_general_index_csv_file' => 'Import a (CSV) file',
|
||||
'import_index_intro' => 'This routine will help you import files from your bank into Firefly III. Please check out the help pages in the top right corner.',
|
||||
'import_index_file' => 'Select your file',
|
||||
'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>.',
|
||||
|
Loading…
Reference in New Issue
Block a user