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' => [
'name' => 'Options',
'name' => 'Seçenekler',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
'read' => 'Seçenekleri okuyabilir mi?',
'write' => 'Seçenekleri oluşturabilir / düzenleyebilir mi?',
'delete' => 'Seçenekleri silebilir mi?',
],
],
];