New translations field.php (Albanian)

This commit is contained in:
Fatih Alp 2020-12-16 12:50:55 +03:00
parent a684a1afb4
commit fdeb43b089

View File

@ -58,6 +58,12 @@ return [
'birthday' => [
'name' => 'Ditëlindja'
],
'facebook_address' => [
'name' => 'Facebook Address'
],
'google_address' => [
'name' => 'Google Address'
],
'education' => [
'name' => 'Arsimi'
],
@ -115,6 +121,9 @@ return [
'user' => [
'name' => 'Perdoruesit'
],
'name' => [
'name' => 'Name'
],
/*Menu Button*/
'profile' => [
@ -375,6 +384,9 @@ return [
'password' => [
'name' => 'Fjalëkalimi',
],
'old_password' => [
'name' => 'Fjalëkalimi i vjetër',
],
'new_password' => [
'name' => 'Fjalëkalim i ri',
],
@ -467,4 +479,8 @@ return [
'personal' => [
'name' => 'Personale'
],
'education_part' => [
'name' => 'State of Education'
],
];