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' => [
'name' => 'Options',
'name' => 'Opcje',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
'read' => 'Czy możesz przeczytać opcje?',
'write' => 'Czy można tworzyć / edytować opcje?',
'delete' => 'Czy można usunąć opcje?',
],
],
];