New translations permission.php (Turkish)

This commit is contained in:
Fatih Alp 2020-09-23 18:51:01 +03:00
parent f2c88b4b5a
commit a50c0b7320

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'Seçenekler',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'Seçenekleri okuyabilir mi?',
'write' => 'Can create/edit options?', 'write' => 'Seçenekleri oluşturabilir / düzenleyebilir mi?',
'delete' => 'Can delete options?', 'delete' => 'Seçenekleri silebilir mi?',
], ],
], ],
]; ];