mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-30 00:23:39 +00:00
[Agent] Replace dockerapi container with Redis-based control bus
This commit is contained in:
@@ -559,7 +559,11 @@
|
||||
"template_exists": "Vorlage %s existiert bereits",
|
||||
"template_id_invalid": "Vorlagen-ID %s ungültig",
|
||||
"template_name_invalid": "Name der Vorlage ungültig",
|
||||
"required_data_missing": "Die benötigten Daten: %s fehlen"
|
||||
"required_data_missing": "Die benötigten Daten: %s fehlen",
|
||||
"no_live_agent": "Kein aktiver Agent für Service %s",
|
||||
"agent_timeout": "Agent-Timeout",
|
||||
"agent_unknown_error": "Unbekannter Fehler vom Agent",
|
||||
"queue_command_failed": "Queue-Befehl fehlgeschlagen"
|
||||
},
|
||||
"datatables": {
|
||||
"collapse_all": "Alle Einklappen",
|
||||
@@ -623,7 +627,25 @@
|
||||
"no_update_available": "Das System ist auf aktuellem Stand",
|
||||
"update_failed": "Es konnte nicht nach einem Update gesucht werden",
|
||||
"username": "Benutzername",
|
||||
"wip": "Aktuell noch in Arbeit"
|
||||
"wip": "Aktuell noch in Arbeit",
|
||||
"data_stores": "Datenspeicher",
|
||||
"nodes": "Knoten",
|
||||
"disk_io": "Disk-I/O",
|
||||
"net_io": "Netz-I/O",
|
||||
"replicas_badge": "%d× Replicas",
|
||||
"replicas_title": "Lebende Agent-Replicas",
|
||||
"external_dep_info": "Externe Infrastruktur — Health-Check per Protokoll-Ping",
|
||||
"status_ok": "OK",
|
||||
"status_down": "down",
|
||||
"status_healthy": "verbunden",
|
||||
"status_unreachable": "nicht erreichbar",
|
||||
"unknown": "unbekannt",
|
||||
"restart_all_nodes": "Alle Knoten neu starten",
|
||||
"restart_node": "Diesen Knoten neu starten",
|
||||
"nodes_count": "%d Knoten",
|
||||
"node": "Knoten",
|
||||
"container_unhealthy": "Service nicht gesund",
|
||||
"container_degraded": "Service teilweise gesund"
|
||||
},
|
||||
"diagnostics": {
|
||||
"cname_from_a": "Wert abgeleitet von A/AAAA-Eintrag. Wird unterstützt, sofern der Eintrag auf die korrekte Ressource zeigt.",
|
||||
@@ -1207,7 +1229,8 @@
|
||||
"verified_fido2_login": "FIDO2-Anmeldung verifiziert",
|
||||
"verified_totp_login": "TOTP-Anmeldung verifiziert",
|
||||
"verified_webauthn_login": "WebAuthn-Anmeldung verifiziert",
|
||||
"verified_yotp_login": "Yubico-OTP-Anmeldung verifiziert"
|
||||
"verified_yotp_login": "Yubico-OTP-Anmeldung verifiziert",
|
||||
"service_restart_ok": "Service erfolgreich neu gestartet"
|
||||
},
|
||||
"tfa": {
|
||||
"authenticators": "Authentikatoren",
|
||||
|
||||
@@ -559,7 +559,11 @@
|
||||
"validity_missing": "Please assign a period of validity",
|
||||
"value_missing": "Please provide all values",
|
||||
"version_invalid": "Version %s is invalid",
|
||||
"yotp_verification_failed": "Yubico OTP verification failed: %s"
|
||||
"yotp_verification_failed": "Yubico OTP verification failed: %s",
|
||||
"no_live_agent": "No live agent for service %s",
|
||||
"agent_timeout": "Agent timed out",
|
||||
"agent_unknown_error": "Unknown error returned by agent",
|
||||
"queue_command_failed": "Queue command failed"
|
||||
},
|
||||
"datatables": {
|
||||
"collapse_all": "Collapse All",
|
||||
@@ -623,7 +627,25 @@
|
||||
"no_update_available": "The System is on the latest version",
|
||||
"update_failed": "Could not check for an Update",
|
||||
"username": "Username",
|
||||
"wip": "Currently Work in Progress"
|
||||
"wip": "Currently Work in Progress",
|
||||
"data_stores": "Data stores",
|
||||
"nodes": "Nodes",
|
||||
"disk_io": "Disk I/O",
|
||||
"net_io": "Net I/O",
|
||||
"replicas_badge": "%d× replicas",
|
||||
"replicas_title": "Live agent replicas",
|
||||
"external_dep_info": "External infrastructure dependency — health checked via protocol ping",
|
||||
"status_ok": "ok",
|
||||
"status_down": "down",
|
||||
"status_healthy": "healthy",
|
||||
"status_unreachable": "unreachable",
|
||||
"unknown": "unknown",
|
||||
"restart_all_nodes": "Restart all nodes",
|
||||
"restart_node": "Restart this node",
|
||||
"nodes_count": "%d node(s)",
|
||||
"node": "Node",
|
||||
"container_unhealthy": "Service unhealthy",
|
||||
"container_degraded": "Service degraded"
|
||||
},
|
||||
"diagnostics": {
|
||||
"cname_from_a": "Value derived from A/AAAA record. This is supported as long as the record points to the correct resource.",
|
||||
@@ -1214,7 +1236,8 @@
|
||||
"verified_fido2_login": "Verified FIDO2 login",
|
||||
"verified_totp_login": "Verified TOTP login",
|
||||
"verified_webauthn_login": "Verified WebAuthn login",
|
||||
"verified_yotp_login": "Verified Yubico OTP login"
|
||||
"verified_yotp_login": "Verified Yubico OTP login",
|
||||
"service_restart_ok": "Service restarted successfully"
|
||||
},
|
||||
"tfa": {
|
||||
"authenticators": "Authenticators",
|
||||
|
||||
Reference in New Issue
Block a user