New translations permission.php (Romanian)

This commit is contained in:
Fatih Alp 2020-06-09 12:52:50 +03:00
parent bdada6d9c8
commit 7614090306

View File

@ -49,4 +49,12 @@ return [
'delete' => 'Se pot șterge valorile cf?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];