New translations permission.php (Polish)

This commit is contained in:
Fatih Alp 2020-09-23 18:44:30 +03:00
parent d4cc94dbaf
commit d0ce351846

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Opcje',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Czy możesz przeczytać opcje?',
'write' => 'Can create/edit options?', 'write' => 'Czy można tworzyć / edytować opcje?',
'delete' => 'Can delete options?', 'delete' => 'Czy można usunąć opcje?',
], ],
], ],
]; ];