Update meta files for new release.

This commit is contained in:
James Cole
2023-10-28 17:18:02 +02:00
parent 78153c2aa4
commit 6af62c6be0
69 changed files with 448 additions and 192 deletions

View File

@@ -43,6 +43,7 @@ return [
'split' => 'Splitsen',
'single_split' => 'Split',
'clone' => 'Dupliceren',
'clone_and_edit' => 'Clone and edit',
'confirm_action' => 'Actie bevestigen',
'last_seven_days' => 'Laatste zeven dagen',
'last_thirty_days' => 'Laatste dertig dagen',
@@ -1565,6 +1566,7 @@ return [
'list_all_attachments' => 'Lijst van alle bijlagen',
// transaction index
'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).',
'title_expenses' => 'Uitgaven',
'title_withdrawal' => 'Uitgaven',
'title_revenue' => 'Inkomsten',
@@ -1632,7 +1634,8 @@ return [
'create_currency' => 'Voeg nieuwe valuta toe',
'store_currency' => 'Sla nieuwe valuta op',
'update_currency' => 'Wijzig valuta',
'new_default_currency' => ':name is nu de standaard valuta.',
'new_default_currency' => '":name" is now the default currency.',
'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.',
'cannot_delete_currency' => 'Kan ":name" niet verwijderen, want deze is in gebruik.',
'cannot_delete_fallback_currency' => ':naam is de systeemvaluta en kan niet verwijderd worden.',
'cannot_disable_currency_journals' => 'Je kan :name niet uitschakelen, er zijn nog transacties die deze valuta gebruiken.',
@@ -1658,7 +1661,9 @@ return [
'disable_currency' => 'Uitschakelen',
'currencies_default_disabled' => 'De meeste van deze valuta zijn standaard uitgeschakeld. Om ze te gebruiken, moet je ze eerst inschakelen.',
'currency_is_now_enabled' => 'Valuta ":name" is ingeschakeld',
'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.',
'currency_is_now_disabled' => 'Valuta ":name" is uitgeschakeld',
'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?',
// forms:
'mandatoryFields' => 'Verplichte velden',
@@ -1944,6 +1949,7 @@ return [
// transactions:
'unreconcile' => 'Undo reconciliation',
'update_withdrawal' => 'Wijzig uitgave',
'update_deposit' => 'Wijzig inkomsten',
'update_transaction' => 'Update transactie',
@@ -2041,6 +2047,7 @@ return [
'first_split_overrules_destination' => 'De eerste split kan de doelrekening overschrijven',
'spent_x_of_y' => '{amount} van {total} uitgegeven',
// new user:
'welcome' => 'Welkom bij Firefly III!',
'submit' => 'Invoeren',

View File

@@ -48,6 +48,7 @@ return [
'source_equals_destination' => 'De bronrekening is gelijk aan de doelrekening.',
'unique_account_number_for_user' => 'Het lijkt erop dat dit rekeningnummer al in gebruik is.',
'unique_iban_for_user' => 'Het lijkt erop dat deze IBAN al in gebruik is.',
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
'deleted_user' => 'Je kan je niet registreren met dit e-mailadres.',
'rule_trigger_value' => 'Deze waarde is niet geldig voor de geselecteerde trigger.',
'rule_action_value' => 'Deze waarde is niet geldig voor de geselecteerde actie.',