New translations permission.php (Swedish)

This commit is contained in:
Fatih Alp 2020-12-16 12:50:41 +03:00
parent 12b16174a9
commit 3bef7b8091

View File

@ -17,4 +17,20 @@ return [
'delete' => 'Kan radera adress?',
],
],
'education' => [
'name' => 'Education',
'option' => [
'read' => 'Can read education?',
'write' => 'Can create/edit education?',
'delete' => 'Can delete education?',
],
],
'education_part' => [
'name' => 'Education part',
'option' => [
'read' => 'Can read education part?',
'write' => 'Can create/edit education part?',
'delete' => 'Can delete education part?',
],
],
];