Update meta data for new release.

This commit is contained in:
James Cole
2023-10-15 13:03:14 +02:00
parent 028ef63f6e
commit 533cd1dbed
95 changed files with 977 additions and 851 deletions

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Crediteur',
'Revenue account' => 'Debiteur',
'Initial balance account' => 'Startbalansrekening',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Schuld',
'account_type_Loan' => 'Lening',
'account_type_Mortgage' => 'Hypotheek',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Alle splits moeten van hetzelfde type zijn.',
'invalid_transaction_type' => 'Ongeldig transactietype.',
'invalid_selection' => 'Ongeldige selectie.',
'belongs_user' => 'Deze waarde hoort bij een object dat niet van jou is.',
'belongs_user_or_user_group' => 'Deze waarde hoort bij een object dat niet bij deze financiële administratie hoort.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Er is op zijn minst één transactie nodig.',
'recurring_transaction_id' => 'Er is op zijn minst één transactie nodig.',
'need_id_to_match' => 'Je moet dit item met een ID versturen, zodat de API het kan matchen.',