New translations permission.php (Swedish)

This commit is contained in:
Fatih Alp 2020-06-09 12:51:56 +03:00
parent 9c982272db
commit cafab689ed

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Kan radera CF-värden?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];