New translations profile.json (Portuguese)

This commit is contained in:
Paulo Chaves
2020-04-11 09:45:11 -03:00
parent a370a2908f
commit 85e7b2e317

View File

@ -1,40 +1,34 @@
{
"photoUrl": {
"label": "Photo URL"
"label": "URL da foto"
},
"firstName": {
"label": "First Name",
"placeholder": "Jane"
"label": "Nome"
},
"lastName": {
"label": "Last Name",
"placeholder": "Doe"
"label": "Sobrenome"
},
"subtitle": {
"label": "Subtitle",
"placeholder": "Full Stack Web Developer"
"label": "Subtítulo"
},
"address": {
"line1": {
"label": "Address Line 1",
"placeholder": "Palladium Complex"
"label": "Endereço linha 1"
},
"line2": {
"label": "Address Line 2",
"placeholder": "140 E 14th St"
"label": "Endereço linha 2"
},
"line3": {
"label": "Address Line 3",
"placeholder": "New York, NY 10003 USA"
"label": "Endereço linha 3"
}
},
"phone": {
"label": "Phone Number"
"label": "Telefone"
},
"website": {
"label": "Website"
"label": "Site"
},
"email": {
"label": "Email Address"
"label": "Email"
}
}