New translations permission.php (Azerbaijani)

This commit is contained in:
Fatih Alp 2020-09-24 12:41:47 +03:00
parent 3551ce0e34
commit f5a871c67e

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Seçimlər',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Seçimləri oxuya bilərsinizmi?',
'write' => 'Can create/edit options?', 'write' => 'Seçimlər yarada / düzəldə bilərsiniz?',
'delete' => 'Can delete options?', 'delete' => 'Seçimləri silə bilərsiniz?',
], ],
], ],
]; ];