Added movability of dialogs
This commit is contained in:
@@ -1,9 +1,28 @@
|
||||
{
|
||||
"welcome": "Willkommen bei YourPart",
|
||||
"imprint": {
|
||||
"title": "Impressum"
|
||||
"title": "Impressum",
|
||||
"button": "Impressum"
|
||||
},
|
||||
"dataPrivacy": {
|
||||
"title": "Datenschutzerklärung"
|
||||
"title": "Datenschutzerklärung",
|
||||
"button": "Datenschutzerklärung"
|
||||
},
|
||||
"contact": {
|
||||
"title": "Kontakt",
|
||||
"button": "Kontakt"
|
||||
},
|
||||
"error-title": "Fehler",
|
||||
"warning-title": "Warnung",
|
||||
"info-title": "Information",
|
||||
"dialog": {
|
||||
"contact": {
|
||||
"email": "Email-Adresse",
|
||||
"name": "Name",
|
||||
"message": "Deine Nachricht an uns",
|
||||
"accept": "Deine Email-Adresse wird vorübergehend in unserem System gespeichert. Nachdem Deine Anfrage bearbeitet wurde, wird die Email-Adresse wieder aus dem System gelöscht.",
|
||||
"acceptdatasave": "Ich stimme der vorübergehenden Speicherung meiner Email-Adresse zu.",
|
||||
"accept2": "Ohne diese Zustimmung können wir Dir leider nicht antworten."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user