New translations profile.json (Spanish)

This commit is contained in:
Amruth Pillai
2020-04-01 08:45:46 +05:30
parent 913b90664b
commit ce601b1900

View File

@ -1,40 +1,40 @@
{ {
"photoUrl": { "photoUrl": {
"label": "Photo URL" "label": "URL de la foto"
}, },
"firstName": { "firstName": {
"label": "First Name", "label": "Primer Nombre",
"placeholder": "Jane" "placeholder": "Jane"
}, },
"lastName": { "lastName": {
"label": "Last Name", "label": "Apellido",
"placeholder": "Doe" "placeholder": "Doe"
}, },
"subtitle": { "subtitle": {
"label": "Subtitle", "label": "Subtítulo",
"placeholder": "Full Stack Web Developer" "placeholder": "Desarrollador Web Full Stack"
}, },
"address": { "address": {
"line1": { "line1": {
"label": "Address Line 1", "label": "Línea de dirección 1",
"placeholder": "Palladium Complex" "placeholder": "Complejo de Palladium"
}, },
"line2": { "line2": {
"label": "Address Line 2", "label": "Línea de dirección 2",
"placeholder": "140 E 14th St" "placeholder": "140 E 14th St"
}, },
"line3": { "line3": {
"label": "Address Line 3", "label": "Línea de dirección 3",
"placeholder": "New York, NY 10003 USA" "placeholder": "Nueva York, NY 10003 USA"
} }
}, },
"phone": { "phone": {
"label": "Phone Number" "label": "Número de teléfono"
}, },
"website": { "website": {
"label": "Website" "label": "Sitio Web"
}, },
"email": { "email": {
"label": "Email Address" "label": "Dirección de correo electrónico"
} }
} }