mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
542 B
PHP
21 lines
542 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'Profil',
|
|
'option' => [
|
|
'read' => 'Profili okuyabilir mi?',
|
|
'write' => 'Profil oluşturabilir / düzenleyebilir mi?',
|
|
'delete' => 'Profili silebilir misiniz?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Adres',
|
|
'option' => [
|
|
'read' => 'Adresi okuyabilir mi?',
|
|
'write' => 'Adres oluşturabilir / düzenleyebilir mi?',
|
|
'delete' => 'Adresi silebilir misiniz?',
|
|
],
|
|
],
|
|
];
|