New translations permission.php (Romanian)

This commit is contained in:
Fatih Alp 2020-09-23 18:40:15 +03:00
parent 5d39dc9411
commit 92bfec8868

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Opțiuni',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Pot citi opțiuni?',
'write' => 'Can create/edit options?', 'write' => 'Poate crea / edita opțiuni?',
'delete' => 'Can delete options?', 'delete' => 'Poți șterge opțiunile?',
], ],
], ],
]; ];