mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 08:46:06 -06:00
16 lines
397 B
PHP
16 lines
397 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' => 'Extend',
|
||
'extend_all' => 'Extend All',
|
||
'edit' => 'Düzenle',
|
||
'go_profile' => 'Profil Detayları',
|
||
'go_user' => 'Kullanıcı Detayları',
|
||
];
|