New translations profile.json (German)

This commit is contained in:
Amruth Pillai
2020-03-31 14:34:52 +05:30
parent 42dc430975
commit 65903e9c0b

View File

@ -1,40 +1,40 @@
{ {
"photoUrl": { "photoUrl": {
"label": "Photo URL" "label": "Foto-URL"
}, },
"firstName": { "firstName": {
"label": "First Name", "label": "Vorname",
"placeholder": "Jane" "placeholder": "Jane"
}, },
"lastName": { "lastName": {
"label": "Last Name", "label": "Nachname",
"placeholder": "Doe" "placeholder": "Doe"
}, },
"subtitle": { "subtitle": {
"label": "Subtitle", "label": "Titel",
"placeholder": "Full Stack Web Developer" "placeholder": "Full Stack Web Developer"
}, },
"address": { "address": {
"line1": { "line1": {
"label": "Address Line 1", "label": "Adresszeile 1",
"placeholder": "Palladium Complex" "placeholder": "Palladium Complex"
}, },
"line2": { "line2": {
"label": "Address Line 2", "label": "Addresszeile 2",
"placeholder": "140 E 14th St" "placeholder": "Straße 140"
}, },
"line3": { "line3": {
"label": "Address Line 3", "label": "Adresszeile 3",
"placeholder": "New York, NY 10003 USA" "placeholder": "New York, USA"
} }
}, },
"phone": { "phone": {
"label": "Phone Number" "label": "Telefonnnummer"
}, },
"website": { "website": {
"label": "Website" "label": "Webseite"
}, },
"email": { "email": {
"label": "Email Address" "label": "E-Mail Adresse"
} }
} }