New translations permission.php (Dutch)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:30 +03:00
parent 2972c56a2a
commit 99ea12e742

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Kan cf-waarden worden verwijderd?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];