mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 07:26:02 +00:00
New translations.
This commit is contained in:
@@ -257,6 +257,7 @@ return [
|
||||
'csv_column_account-id' => 'ID da Conta de Ativo (correspondente Firefly)',
|
||||
'csv_column_account-name' => 'Conta de Ativo (nome)',
|
||||
'csv_column_amount' => 'Valor',
|
||||
'csv_column_amount-comma-separated' => 'Amount (comma as decimal separator)',
|
||||
'csv_column_bill-id' => 'ID Fatura (correspondente Firefly)',
|
||||
'csv_column_bill-name' => 'Nom da Fatura',
|
||||
'csv_column_budget-id' => 'ID do Orçamento (correspondente Firefly)',
|
||||
@@ -280,6 +281,7 @@ return [
|
||||
'csv_column_tags-comma' => 'Tags (separadas por vírgula)',
|
||||
'csv_column_tags-space' => 'Tags (separadas por espaço)',
|
||||
'csv_specifix_RabobankDescription' => 'Select this when you\'re importing Rabobank CSV export files.',
|
||||
'csv_specifix_AbnAmroDescription' => 'Select this when you\'re importing ABN AMRO CSV export files.',
|
||||
'csv_specifix_Dummy' => 'Checking this has no effect whatsoever.',
|
||||
'csv_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
|
||||
'csv_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
||||
@@ -300,6 +302,15 @@ return [
|
||||
'edit_currency' => 'Editar moeda ":name"',
|
||||
'store_currency' => 'Armazenar nova moeda',
|
||||
'update_currency' => 'Atualizar moeda',
|
||||
'new_default_currency' => ':name is now the default currency.',
|
||||
'cannot_delete_currency' => 'Cannot delete :name because there are still transactions attached to it!',
|
||||
'deleted_currency' => 'Currency :name deleted',
|
||||
'created_currency' => 'Currency :name created',
|
||||
'updated_currency' => 'Currency :name updated',
|
||||
'ask_site_owner' => 'Please ask :owner to add, remove or edit currencies.',
|
||||
'currencies_intro' => 'Firefly III supports various currencies which you can set and enable here.',
|
||||
'make_default_currency' => 'make default',
|
||||
'default_currency' => 'default',
|
||||
|
||||
// new user:
|
||||
'submit' => 'Enviar',
|
||||
|
||||
Reference in New Issue
Block a user