Skip to content
Snippets Groups Projects
Commit 04c407fc authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix i18n in room-creation

parent 1c58e02a
No related merge requests found
{ {
"home-page": {
"create-session": "Neue Session erstellen",
"no-empty-name": "Bitte geben Sie einen Namen ein.",
"created-1": "Session '",
"created-2": "' erfolgreich erstellt."
},
"room-page": { "room-page": {
"comments": "Kommentare", "comments": "Kommentare",
"create-content": "Frage erstellen", "create-content": "Frage erstellen",
......
{ {
"home-page": {
"create-session": "Create new session ",
"no-empty-name": "Please enter a name.",
"created-1": "Session '",
"created-2": "' successfully created."
},
"room-page": { "room-page": {
"comments": "Comments", "comments": "Comments",
"create-content": "Create content", "create-content": "Create content",
......
...@@ -19,7 +19,11 @@ ...@@ -19,7 +19,11 @@
"session-id": "Session-Id", "session-id": "Session-Id",
"no-room-found": "Es wurde keine Session mit dieser ID gefunden.", "no-room-found": "Es wurde keine Session mit dieser ID gefunden.",
"please-enter": "Bitte geben Sie eine Session-ID ein.", "please-enter": "Bitte geben Sie eine Session-ID ein.",
"exactly-8": "Eine Session-ID hat genau 8 Ziffern." "exactly-8": "Eine Session-ID hat genau 8 Ziffern.",
"create-session": "Neue Session erstellen",
"no-empty-name": "Bitte geben Sie einen Namen ein.",
"created-1": "Session '",
"created-2": "' erfolgreich erstellt."
}, },
"login": { "login": {
"email": "E-Mail", "email": "E-Mail",
......
...@@ -19,7 +19,11 @@ ...@@ -19,7 +19,11 @@
"session-id": "Session-Id", "session-id": "Session-Id",
"no-room-found": "No session was found with this id.", "no-room-found": "No session was found with this id.",
"please-enter": "Please enter a session-id.", "please-enter": "Please enter a session-id.",
"exactly-8": "A session-id has exactly 8 digits." "exactly-8": "A session-id has exactly 8 digits.",
"create-session": "Create new session ",
"no-empty-name": "Please enter a name.",
"created-1": "Session '",
"created-2": "' successfully created."
}, },
"login": { "login": {
"email": "E-Mail", "email": "E-Mail",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment