From f6edaeb1894777eec6184fdb9c1f39768d1aa219 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Tue, 30 Jun 2020 21:22:02 +0200 Subject: Add translations to German and an info text regarding the resolution --- src/main/resources/translations/de.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/translations/de.json (limited to 'src/main/resources/translations/de.json') 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 -- cgit v1.2.3-55-g7522