mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update translations
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -24,37 +24,37 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Navn på bank',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Sparesaldo',
|
||||
'credit_card_limit' => 'Kredittkortgrense',
|
||||
'automatch' => 'Finn automatisk',
|
||||
'skip' => 'Hopp over',
|
||||
'enabled' => 'Aktivert',
|
||||
'name' => 'Navn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minimumsbeløp',
|
||||
'amount_max' => 'Maksimumsbeløp',
|
||||
'match' => 'Treff på',
|
||||
'strict' => 'Streng modus',
|
||||
'repeat_freq' => 'Gjentas',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Serverens eksterne IP',
|
||||
'attachments' => 'Vedlegg',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bekreft passordsikkerhet',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Målkonto',
|
||||
'asset_destination_account' => 'Destinasjonskonto',
|
||||
'include_net_worth' => 'Inkluder i formue',
|
||||
'asset_source_account' => 'Kildekonto',
|
||||
'journal_description' => 'Beskrivelse',
|
||||
'note' => 'Notater',
|
||||
'bank_name' => 'Navn på bank',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Sparesaldo',
|
||||
'credit_card_limit' => 'Kredittkortgrense',
|
||||
'automatch' => 'Finn automatisk',
|
||||
'skip' => 'Hopp over',
|
||||
'enabled' => 'Aktivert',
|
||||
'name' => 'Navn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minimumsbeløp',
|
||||
'amount_max' => 'Maksimumsbeløp',
|
||||
'match' => 'Treff på',
|
||||
'strict' => 'Streng modus',
|
||||
'repeat_freq' => 'Gjentas',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Serverens eksterne IP',
|
||||
'attachments' => 'Vedlegg',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bekreft passordsikkerhet',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Målkonto',
|
||||
'asset_destination_account' => 'Destinasjonskonto',
|
||||
'include_net_worth' => 'Inkluder i formue',
|
||||
'asset_source_account' => 'Kildekonto',
|
||||
'journal_description' => 'Beskrivelse',
|
||||
'note' => 'Notater',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Aktivakonto',
|
||||
'budget_id' => 'Busjett',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Rente',
|
||||
'interest_period' => 'Renteperiode',
|
||||
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Konverter uttak',
|
||||
'convert_Deposit' => 'Konverter innskudd',
|
||||
'convert_Transfer' => 'Konverter overføring',
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Konverter uttak',
|
||||
'convert_Deposit' => 'Konverter innskudd',
|
||||
'convert_Transfer' => 'Konverter overføring',
|
||||
|
||||
'amount' => 'Beløp',
|
||||
'foreign_amount' => 'Utenlandske beløp',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'Stopp prosessering',
|
||||
'start_date' => 'Startgrense',
|
||||
'end_date' => 'Sluttgrense',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => 'Slett konto ":name"',
|
||||
'delete_bill' => 'Slett regning ":name"',
|
||||
'delete_budget' => 'Slett budsjett ":name"',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user