New translations permission.php (Swedish)

This commit is contained in:
Fatih Alp 2020-09-23 18:49:57 +03:00
parent bf70aa706f
commit 793915c770

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'alternativ',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Kan läsa alternativ?',
'write' => 'Can create/edit options?', 'write' => 'Kan skapa / redigera alternativ?',
'delete' => 'Can delete options?', 'delete' => 'Kan radera alternativ?',
], ],
], ],
]; ];