mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 16:05:50 -06:00
New translations
This commit is contained in:
parent
5fd688b266
commit
7ffb48a87a
@ -85,7 +85,9 @@ return [
|
||||
[
|
||||
'asset' => 'Asset account',
|
||||
'expense' => 'Expense account',
|
||||
'revenue' => 'Revenue account'
|
||||
'revenue' => 'Revenue account',
|
||||
'opening' => 'Initial balance account',
|
||||
'initial' => 'Initial balance account',
|
||||
],
|
||||
'shortNamesByFullName' =>
|
||||
[
|
||||
|
@ -25,6 +25,7 @@ return [
|
||||
'removed_amount' => 'Removed :amount',
|
||||
'added_amount' => 'Added :amount',
|
||||
'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.',
|
||||
'Opening balance' => 'Opening balance',
|
||||
|
||||
// tags
|
||||
'store_new_tag' => 'Store new tag',
|
||||
|
@ -25,6 +25,7 @@ return [
|
||||
'removed_amount' => ':amount weggehaald',
|
||||
'added_amount' => ':amount toegevoegd',
|
||||
'asset_account_role_help' => 'Voorkeuren die voortkomen uit je keuze hier kan je later aangeven.',
|
||||
'Opening balance' => 'Startsaldo',
|
||||
|
||||
// tags
|
||||
'store_new_tag' => 'Sla tag op',
|
||||
|
Loading…
Reference in New Issue
Block a user