New translations profile.json (Italian)

This commit is contained in:
Amruth Pillai
2020-05-06 22:37:55 +05:30
parent f6469462bd
commit 472ffddf19

View File

@ -1,40 +1,35 @@
{ {
"photoUrl": { "photoUrl": {
"label": "Photo URL" "label": "URL della foto"
}, },
"firstName": { "firstName": {
"label": "First Name", "label": "Nome"
"placeholder": "Jane"
}, },
"lastName": { "lastName": {
"label": "Last Name", "label": "Cognome"
"placeholder": "Doe"
}, },
"subtitle": { "subtitle": {
"label": "Subtitle", "label": "Sottotitolo"
"placeholder": "Full Stack Web Developer"
}, },
"address": { "address": {
"label": "Indirizzo",
"line1": { "line1": {
"label": "Address Line 1", "label": "Indirizzo, 1a riga"
"placeholder": "Palladium Complex"
}, },
"line2": { "line2": {
"label": "Address Line 2", "label": "Indirizzo, 2a riga"
"placeholder": "140 E 14th St"
}, },
"line3": { "line3": {
"label": "Address Line 3", "label": "Indirizzo, 3a riga"
"placeholder": "New York, NY 10003 USA"
} }
}, },
"phone": { "phone": {
"label": "Phone Number" "label": "Numero di telefono"
}, },
"website": { "website": {
"label": "Website" "label": "Sito web"
}, },
"email": { "email": {
"label": "Email Address" "label": "Indirizzo email"
} }
} }