mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
19 lines
505 B
PHP
19 lines
505 B
PHP
<?php
|
||
|
||
return [
|
||
'new_profile' => 'Yeni Profil',
|
||
'new_adress' => 'Yeni Adres',
|
||
'show' => 'Göster',
|
||
'update_password' => 'Şifre güncelle',
|
||
'update_profile' => 'Profili Güncelle',
|
||
'delete' => 'Sil',
|
||
'extend' => 'Süre Uzat',
|
||
'extend_all' => 'Tümünün Süresini Uzat',
|
||
'edit' => 'Düzenle',
|
||
'go_profile' => 'Profil Detayları',
|
||
'go_user' => 'Kullanıcı Detayları',
|
||
'personal' => 'Kişisel',
|
||
'corporate' => 'Kurumsal',
|
||
'export' => 'İhracat',
|
||
];
|