New translations permission.php (Polish)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:23 +03:00
parent c22f08d01c
commit 0cf2bf49cc

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Czy można usunąć wartości cf?', 'delete' => 'Czy można usunąć wartości cf?',
], ],
], ],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
]; ];