New translations field.php (Turkish)

This commit is contained in:
Fatih Alp 2020-12-16 12:53:59 +03:00
parent 50ad0a4718
commit 370a81dd43

View File

@ -121,6 +121,9 @@ return [
'user' => [ 'user' => [
'name' => 'Kullanıcı' 'name' => 'Kullanıcı'
], ],
'name' => [
'name' => 'Name'
],
/*Menu Button*/ /*Menu Button*/
'profile' => [ 'profile' => [
@ -475,4 +478,8 @@ return [
'personal' => [ 'personal' => [
'name' => 'Bireysel' 'name' => 'Bireysel'
], ],
'education_part' => [
'name' => 'State of Education'
],
]; ];