New translations permission.php (Greek)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:20 +03:00
parent 8f718aa066
commit 01f69a16ed

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Μπορεί να διαγράψει τιμές cf;',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];