New translations field.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-12-16 12:51:19 +03:00
parent 97ee252e79
commit 93f6608cbd

View File

@ -58,6 +58,12 @@ return [
'birthday' => [
'name' => 'Aniversário'
],
'facebook_address' => [
'name' => 'Facebook Address'
],
'google_address' => [
'name' => 'Google Address'
],
'education' => [
'name' => 'Educação'
],
@ -115,6 +121,9 @@ return [
'user' => [
'name' => 'Do utilizador'
],
'name' => [
'name' => 'Name'
],
/*Menu Button*/
'profile' => [
@ -377,6 +386,9 @@ return [
'password' => [
'name' => 'Senha',
],
'old_password' => [
'name' => 'Senha Antiga',
],
'new_password' => [
'name' => 'Nova senha',
],
@ -469,4 +481,8 @@ return [
'personal' => [
'name' => 'Pessoal'
],
'education_part' => [
'name' => 'State of Education'
],
];