mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 03:34:32 -06:00
Some new form things. [skip ci]
This commit is contained in:
parent
d1a34e7a6f
commit
5cc7966d54
@ -24,5 +24,10 @@ return [
|
||||
'returnHere' => 'Return here',
|
||||
'returnHereExplanation' => 'After storing, return here to create another one.',
|
||||
'returnHereUpdateExplanation' => 'After updating, return here.',
|
||||
|
||||
'description' => 'Description',
|
||||
'expense_account' => 'Expense account',
|
||||
'amount' => 'Amount',
|
||||
'date' => 'Date',
|
||||
'category' => 'Category',
|
||||
'tags' => 'Tags'
|
||||
];
|
@ -24,5 +24,10 @@ return [
|
||||
'returnHere' => 'Keer terug',
|
||||
'returnHereExplanation' => 'Terug naar deze pagina na het opslaan.',
|
||||
'returnHereUpdateExplanation' => 'Terug naar deze pagina na het wijzigen.',
|
||||
|
||||
'description' => 'Omschrijving',
|
||||
'expense_account' => 'Crediteur',
|
||||
'amount' => 'Bedrag',
|
||||
'date' => 'Datum',
|
||||
'category' => 'Categorie',
|
||||
'tags' => 'Tags'
|
||||
];
|
Loading…
Reference in New Issue
Block a user