summaryrefslogtreecommitdiffstats
path: root/src/main/resources/translations
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/translations')
-rw-r--r--src/main/resources/translations/de.json17
-rw-r--r--src/main/resources/translations/en.json9
2 files changed, 26 insertions, 0 deletions
diff --git a/src/main/resources/translations/de.json b/src/main/resources/translations/de.json
new file mode 100644
index 0000000..e4212e4
--- /dev/null
+++ b/src/main/resources/translations/de.json
@@ -0,0 +1,17 @@
+{
+ "APP" : {
+ "NAME" : "bwLehrpool"
+ },
+ "LOGIN" : {
+ "FIELD_HEADER_GROUP" : ""
+ },
+ "GROUP_SELECTION" : {
+ "TITLE": "Wähle einen Raum aus",
+ "RESOLUTION_INFO": "Stelle sicher, dass das Browser Fenster die gewünschte Größe hat. Die Auflösung des Clients wird dem entsprechend gesetzt.",
+ "AVAILABLE": "verfügbar",
+ "PASSWORD_PROTECTED": "Passwortgeschützt",
+ "LOG_OUT": "Ausloggen",
+ "PASSWORD_ERROR": "Falsches Passwort!",
+ "NO_FREE_ERROR": "Keinen freien Client gefunden. Wähle einen anderen Raum aus."
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/translations/en.json b/src/main/resources/translations/en.json
index 8e4fdbc..96d9b2c 100644
--- a/src/main/resources/translations/en.json
+++ b/src/main/resources/translations/en.json
@@ -4,5 +4,14 @@
},
"LOGIN" : {
"FIELD_HEADER_GROUP" : ""
+ },
+ "GROUP_SELECTION" : {
+ "TITLE": "Select a Location",
+ "RESOLUTION_INFO": "Make sure your browser window has the preferred size now. The resolution of the remote client will be set accordingly.",
+ "AVAILABLE": "available",
+ "PASSWORD_PROTECTED": "Password protected",
+ "LOG_OUT": "Log out",
+ "PASSWORD_ERROR": "Wrong password!",
+ "NO_FREE_ERROR": "No free client. Select another Location."
}
} \ No newline at end of file