|
|
|
@ -67,10 +67,10 @@ |
|
|
|
"next-with-label": "Nächste: {{label}}", |
|
|
|
"read-more": "Mehr dazu", |
|
|
|
"hide": "Verstecken", |
|
|
|
"done": "Erledigt", |
|
|
|
"print": "Drucken", |
|
|
|
"restore": "Wiederherstellen", |
|
|
|
"confirm": "Bestätigen", |
|
|
|
"done": "Erledigt", |
|
|
|
"print": "Drucken", |
|
|
|
"restore": "Wiederherstellen", |
|
|
|
"confirm": "Bestätigen", |
|
|
|
"more": "Mehr", |
|
|
|
"less": "Weniger", |
|
|
|
"skip": "Überspringen", |
|
|
|
@ -107,6 +107,23 @@ |
|
|
|
"base-url-required": "Basis-URL ist erforderlich.", |
|
|
|
"prohibit-different-url": "Prohibit to use hostname from the client request headers", |
|
|
|
"prohibit-different-url-hint": "This setting should be enabled for production environments. May cause security issues when disabled", |
|
|
|
"device-connectivity": { |
|
|
|
"device-connectivity": "Geräte Konnektivität", |
|
|
|
"http-s": "HTTP(s)", |
|
|
|
"mqtt-s": "MQTT(s)", |
|
|
|
"coap-s": "COAP(s)", |
|
|
|
"http": "HTTP", |
|
|
|
"https": "HTTPs", |
|
|
|
"mqtt": "MQTT", |
|
|
|
"mqtts": "MQTTs", |
|
|
|
"coap": "COAP", |
|
|
|
"coaps": "COAPs", |
|
|
|
"hint": "Falls Host und Port leer sind, werden die Standardwerte des Protokolls verwendet", |
|
|
|
"host": "Host", |
|
|
|
"port": "Port", |
|
|
|
"port-pattern": "Port muss einen positiven Wert haben", |
|
|
|
"port-range": "Port sollte im Bereich 1 und 65535 liegen." |
|
|
|
}, |
|
|
|
"mail-from": "E-Mail von", |
|
|
|
"mail-from-required": "E-Mail von ist erforderlich.", |
|
|
|
"smtp-protocol": "SMTP Protokoll", |
|
|
|
@ -138,7 +155,16 @@ |
|
|
|
"mail-template": "E-Mail Vorlage", |
|
|
|
"test": "E-Mail Nachricht testen", |
|
|
|
"activation": "Nachricht Benutzerkontoaktivierung", |
|
|
|
"account-activated": "Nachricht Benutzerkonto aktiviert" |
|
|
|
"account-activated": "Nachricht Benutzerkonto aktiviert", |
|
|
|
"account-lockout": "Nachricht zur Kontosperrung", |
|
|
|
"reset-password": "Nachricht zum Zurücksetzen des Passworts", |
|
|
|
"password-was-reset": "Nachricht für Passwort wurde zurückgesetzt", |
|
|
|
"user-activated": "Nachricht für Benutzerkonto wurde aktiviert", |
|
|
|
"user-registered": "Nachricht für Benutzer hat sich registriert", |
|
|
|
"api-usage-state-enabled": "API-Nutzungsstatus wurde aktiviert", |
|
|
|
"api-usage-state-warning": "Warnung zum API-Nutzungsstatus", |
|
|
|
"api-usage-state-disabled": "API-Nutzungsstatus wurde deaktiviert", |
|
|
|
"two-fa-verification": "2FA-Bestätigungsnachricht" |
|
|
|
}, |
|
|
|
"mail-subject": "E-Mail Betreff", |
|
|
|
"mail-body": "E-Mail Nachricht", |
|
|
|
@ -186,17 +212,17 @@ |
|
|
|
"alarm-status-list": "Alarm Statusliste", |
|
|
|
"any-status": "Jeder Status", |
|
|
|
"search-status": { |
|
|
|
"ANY": "Jeder", |
|
|
|
"ACTIVE": "Aktiv", |
|
|
|
"CLEARED": "Gelöscht", |
|
|
|
"ACK": "Bestätigt", |
|
|
|
"UNACK": "Nicht bestätigt" |
|
|
|
"ANY": "Jeder", |
|
|
|
"ACTIVE": "Aktiv", |
|
|
|
"CLEARED": "Gelöscht", |
|
|
|
"ACK": "Bestätigt", |
|
|
|
"UNACK": "Nicht bestätigt" |
|
|
|
}, |
|
|
|
"display-status": { |
|
|
|
"ACTIVE_UNACK": "Nicht bestätigt aktiv", |
|
|
|
"ACTIVE_ACK": "Bestätigt aktiv", |
|
|
|
"CLEARED_UNACK": "Nicht bestätigt", |
|
|
|
"CLEARED_ACK": "Bestätigung gelöscht" |
|
|
|
"ACTIVE_UNACK": "Nicht bestätigt aktiv", |
|
|
|
"ACTIVE_ACK": "Bestätigt aktiv", |
|
|
|
"CLEARED_UNACK": "Nicht bestätigt", |
|
|
|
"CLEARED_ACK": "Bestätigung gelöscht" |
|
|
|
}, |
|
|
|
"no-alarms-prompt": "Keine Alarme gefunden", |
|
|
|
"created-time": "Erstellungszeit", |
|
|
|
|