mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations field.php (Portuguese)
This commit is contained in:
parent
97ee252e79
commit
93f6608cbd
@ -58,6 +58,12 @@ return [
|
|||||||
'birthday' => [
|
'birthday' => [
|
||||||
'name' => 'Aniversário'
|
'name' => 'Aniversário'
|
||||||
],
|
],
|
||||||
|
'facebook_address' => [
|
||||||
|
'name' => 'Facebook Address'
|
||||||
|
],
|
||||||
|
'google_address' => [
|
||||||
|
'name' => 'Google Address'
|
||||||
|
],
|
||||||
'education' => [
|
'education' => [
|
||||||
'name' => 'Educação'
|
'name' => 'Educação'
|
||||||
],
|
],
|
||||||
@ -115,6 +121,9 @@ return [
|
|||||||
'user' => [
|
'user' => [
|
||||||
'name' => 'Do utilizador'
|
'name' => 'Do utilizador'
|
||||||
],
|
],
|
||||||
|
'name' => [
|
||||||
|
'name' => 'Name'
|
||||||
|
],
|
||||||
|
|
||||||
/*Menu Button*/
|
/*Menu Button*/
|
||||||
'profile' => [
|
'profile' => [
|
||||||
@ -377,6 +386,9 @@ return [
|
|||||||
'password' => [
|
'password' => [
|
||||||
'name' => 'Senha',
|
'name' => 'Senha',
|
||||||
],
|
],
|
||||||
|
'old_password' => [
|
||||||
|
'name' => 'Senha Antiga',
|
||||||
|
],
|
||||||
'new_password' => [
|
'new_password' => [
|
||||||
'name' => 'Nova senha',
|
'name' => 'Nova senha',
|
||||||
],
|
],
|
||||||
@ -469,4 +481,8 @@ return [
|
|||||||
'personal' => [
|
'personal' => [
|
||||||
'name' => 'Pessoal'
|
'name' => 'Pessoal'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'education_part' => [
|
||||||
|
'name' => 'State of Education'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user