New translations profile.json (Portuguese)

This commit is contained in:
Amruth Pillai
2020-04-11 19:42:30 +05:30
parent 39117382c0
commit bf55413c18

View File

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