mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
416 B
PHP
16 lines
416 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ı',
|
||
];
|