mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-26 16:26:35 -06:00
17 lines
447 B
PHP
17 lines
447 B
PHP
<?php
|
|
|
|
// general fields and things.
|
|
return [
|
|
'test' => 'Nederlands geselecteerd!',
|
|
'close' => 'Sluiten',
|
|
'pleaseHold' => 'Momentje...',
|
|
'mandatoryFields' => 'Verplichte velden',
|
|
'optionalFields' => 'Optionele velden',
|
|
'options' => 'Opties',
|
|
'something' => 'Iets!',
|
|
'actions' => 'Acties',
|
|
'edit' => 'Wijzig',
|
|
'delete' => 'Verwijder',
|
|
|
|
];
|