mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations permission.php (German)
This commit is contained in:
parent
a481adcd20
commit
59051da383
@ -17,4 +17,20 @@ return [
|
|||||||
'delete' => 'Kann Adresse löschen?',
|
'delete' => 'Kann Adresse löschen?',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'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?',
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user