forked from Onlineberatung/onlineBeratung-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from virtualidentityag/develop
Update Staging
- Loading branch information
Showing
5 changed files
with
2,804 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
src/extensions/resources/i18n/de@easy/consultingTypes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"consultingType": { | ||
"fallback": { | ||
"titles": { | ||
"welcome": "Willkommen!" | ||
}, | ||
"welcomeScreen": { | ||
"anonymous": { | ||
"title": "Anonym und kostenlos", | ||
"text": "Sie bleiben anonym und bekommen kostenlose Hilfe und Beratung." | ||
} | ||
} | ||
} | ||
} | ||
} |
90 changes: 90 additions & 0 deletions
90
src/extensions/resources/i18n/overwrites/de@easy/common.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"anonymous": { | ||
"waitingroom": { | ||
"redirect": { | ||
"subline": "Registrieren Sie sich und hinterlassen Sie uns Ihre Nachricht. Wir melden uns so schnell wie möglich bei Ihnen. <b>Gehen Sie <a href=\"registration\">zur Registrierung</a></b>" | ||
}, | ||
"overlay": { | ||
"rejection": { | ||
"copy": "Leider konnten wir während der Chat-Zeit nicht auf Ihre Nachricht antworten. Registrieren Sie sich und hinterlassen Sie uns Ihre Nachricht. Wir melden uns so schnell wie möglich bei Ihnen." | ||
} | ||
} | ||
}, | ||
"overlay": { | ||
"chatWasFinished": { | ||
"button": "Zur Startseite" | ||
}, | ||
"finishChat": { | ||
"success": { | ||
"button": "Zur Startseite" | ||
} | ||
} | ||
} | ||
}, | ||
"app": { | ||
"title": "Beratung und Hilfe" | ||
}, | ||
"deleteAccount": { | ||
"successOverlay": { | ||
"headline": "Sie haben Ihren Account bei der Online-Beratung erfolgreich gelöscht." | ||
} | ||
}, | ||
"enquiry": { | ||
"write": { | ||
"overlay": { | ||
"copy": "Wir melden uns so schnell wie möglich bei Ihnen." | ||
}, | ||
"infotext": { | ||
"copy": { | ||
"title": "Vielleicht helfen Ihnen die folgenden Punkte:", | ||
"facts": "<ul><li>Zu welchem Thema brauchen Sie Hilfe?</li><li>Wie ist Ihre Situation im Moment?</li><li>Was beschäftigt Sie?</li><li>Haben Sie eine konkrete Frage oder sind Sie sich noch nicht sicher, was Ihnen helfen könnte?</li></ul>" | ||
} | ||
} | ||
} | ||
}, | ||
"error": { | ||
"statusCodes": { | ||
"400": { | ||
"description": "Etwas ist schiefgelaufen. Bitte überprüfen Sie die URL. Sie sollte so aussehen:<br /><br/><strong>[beratungsstelle].onlineberatung.net</strong>" | ||
} | ||
} | ||
}, | ||
"furtherSteps": { | ||
"step3": { | ||
"info": "Ihr_e Berater_in antwortet so schnell wie möglich." | ||
} | ||
}, | ||
"groupChat": { | ||
"create": { | ||
"button": { "label": "Chat erstellen" } | ||
} | ||
}, | ||
"legal": { | ||
"termsAndConditions": { "label": "Nutzungsbedingungen" } | ||
}, | ||
"login": { | ||
"register": { "linkLabel": "Registrieren" } | ||
}, | ||
"registration": { | ||
"overlay": { | ||
"success": { | ||
"headline": "Willkommen bei der Online-Beratung & Hilfe." | ||
} | ||
}, | ||
"welcomeScreen": { | ||
"subline": "Wie funktioniert die Beratung und Hilfe?", | ||
"info2": { | ||
"text": "Schreiben Sie Ihre Nachricht an unsere Berater_innen." | ||
}, | ||
"info3": { | ||
"text": "Wir melden uns so schnell wie möglich bei Ihnen." | ||
} | ||
} | ||
}, | ||
"sessionList": { | ||
"createChat": { "buttonTitle": "Chat erstellen" } | ||
}, | ||
"twoFactorAuth": { | ||
"subtitle": "Nutzen Sie eine App, um sich sicher in Ihrem Konto anzumelden. So ist Ihr Konto besser geschützt." | ||
} | ||
} |
Oops, something went wrong.