From 99ef439401e33520bdfee37a78626b0c54b7c355 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 6 Feb 2020 13:43:16 +0100 Subject: [PATCH] [Fix] Added missing i18n keys --- bower.json | 2 +- locales.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 9feb366..b024bd7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-plc", "description": "Strolch PLC WebComponents", - "version": "0.2.0", + "version": "0.2.1", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/locales.json b/locales.json index 0610b1e..e7363a6 100644 --- a/locales.json +++ b/locales.json @@ -33,9 +33,15 @@ "reconnect": "Wiederhestellen", "lastUpdate": "Letzte Aktualisierung", "confirmActionWarning": "Aktionswarnung", - "confirmActionWarningMsg": "Beim Auslösen von Befehlen können Aktoren eingeschaltet werden. Wollen Sie diese Aktion wirklich ausführen?" + "confirmActionWarningMsg": "Beim Auslösen von Befehlen können Aktoren eingeschaltet werden. Wollen Sie diese Aktion wirklich ausführen?", + "sessionInvalid": "Sitzung ungültig", + "sessionInvalidConfirmNavToLogin": "Die Sitzung ist abgelaufen oder ungültig. Bitte neu anmelden.", + "sessionInvalidLoggingBackIn": "Die Sitzung ist ungültig oder abgelaufen, automatische Anmeldung wird ausgeführt..." }, "en": { + "sessionInvalidLoggingBackIn": "The session is invalid or has expired, automatic logon has commenced...", + "sessionInvalid": "Session Invalid", + "sessionInvalidConfirmNavToLogin": "The session has expired or is invalid. Please logon again.", "confirmActionWarning": "Action Warning", "confirmActionWarningMsg": "Sending commands can turn on actuators. Do you really want to execute this action?", "lastUpdate": "Last Update",