mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
New translations permission.php (Polish)
This commit is contained in:
parent
75f5023c8a
commit
0f93624d16
@ -17,4 +17,20 @@ return [
|
|||||||
'delete' => 'Czy można usunąć adres?',
|
'delete' => 'Czy można usunąć adres?',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'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