Update meta files for new release.

This commit is contained in:
James Cole
2023-09-23 07:54:01 +02:00
parent 1665335525
commit 7c86ce3977
71 changed files with 261 additions and 154 deletions

View File

@@ -1731,10 +1731,10 @@ return [
'remove_budgeted_amount' => 'Verwijder gebudgetteerd bedrag in :currency',
// bills:
'subscription' => 'Subscription',
'subscription' => 'Abonnement',
'not_expected_period' => 'Niet verwacht deze periode',
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
'subscriptions_in_group' => 'Abonnementen in groep "%{title}"',
'subscr_expected_x_times' => 'Verwacht %{amount} %{times} keer te betalen in deze periode',
'not_or_not_yet' => '(nog) niet',
'visit_bill' => 'Bezoek contract ":name" bij Firefly III',
'match_between_amounts' => 'Contract past bij transacties tussen :low en :high.',
@@ -1771,7 +1771,7 @@ return [
'bill_edit_rules' => 'Firefly III gaat proberen de gerelateerde regel ook aan te passen. Als je deze zelf al hebt gewijzigd echter, zal dit niet gebeuren.|Firefly III gaat proberen de :count gerelateerde regels ook aan te passen. Als je deze zelf al hebt gewijzigd echter, zal dit niet gebeuren.',
'bill_expected_date' => 'Verwacht :date',
'bill_expected_date_js' => 'Verwacht op {date}',
'expected_amount' => '(Expected) amount',
'expected_amount' => '(Verwacht) bedrag',
'bill_paid_on' => 'Betaald op {date}',
'bill_repeats_weekly' => 'Herhaalt wekelijks',
'bill_repeats_monthly' => 'Herhaalt maandelijks',

View File

@@ -59,7 +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 is ongeldig voor dit veld.',
'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.',
'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.',