callback container integrated fully
This commit is contained in:
+11
-2
@@ -52,8 +52,8 @@ BASE_TRANSLATIONS = {
|
||||
"fields.data_type_user_reference": ("User reference", "Benutzer-Verweis"),
|
||||
"fields.data_type_status": ("Status", "Status"),
|
||||
"software.settings.dedicated_listener": ("Dedicated callback listener", "Separater Callback-Zugang"),
|
||||
"software.settings.dedicated_listener_optional": ("Optional – callback API only", "Optional – nur Callback-API"),
|
||||
"software.settings.dedicated_listener_help": ("For Internet/DMZ scenarios, the callback API can run as a separate Docker Compose service on host port {port}. This listener exposes only the callback endpoint and health check, never the AssetManager web interface. Configure the public FQDN above as the callback base URL.", "Für Internet-/DMZ-Szenarien kann die Callback-API als eigener Docker-Compose-Dienst auf Host-Port {port} laufen. Dieser Zugang stellt ausschließlich den Callback-Endpunkt und den Healthcheck bereit, niemals die AssetManager-Weboberfläche. Trage oben den öffentlichen FQDN als Callback-Basisadresse ein."),
|
||||
"software.settings.dedicated_listener_active": ("Starts automatically with AssetManager", "Startet automatisch mit AssetManager"),
|
||||
"software.settings.dedicated_listener_help": ("The callback-only service listens on {bind_ip}:{port}. It starts with the normal Docker Compose stack and exposes only the callback endpoint and health check, never the AssetManager web interface. Configure the public FQDN above as the callback base URL.", "Der reine Callback-Dienst lauscht auf {bind_ip}:{port}. Er startet zusammen mit dem normalen Docker-Compose-Stack und stellt ausschließlich den Callback-Endpunkt und den Healthcheck bereit, niemals die AssetManager-Weboberfläche. Trage oben den öffentlichen FQDN als Callback-Basisadresse ein."),
|
||||
"profile.title": ("User profile", "Benutzerprofil"), "profile.username": ("Username", "Benutzername"),
|
||||
"profile.display_name": ("Display name", "Anzeigename"), "profile.email": ("Email", "E-Mail"), "profile.source": ("Source", "Quelle"),
|
||||
"profile.last_login": ("Last sign-in", "Letzte Anmeldung"), "profile.change_password": ("Change password", "Passwort ändern"),
|
||||
@@ -833,6 +833,15 @@ BASE_TRANSLATIONS.update({
|
||||
"software.settings.test_title": ("Callback test and live debug log", "Callback-Test und Live-Debugprotokoll"),
|
||||
"software.settings.test_help": ("The AssetManager calls the configured health endpoint and records DNS resolution, connection, HTTP status and response.", "Der AssetManager ruft den konfigurierten Health-Endpunkt auf und protokolliert DNS-Auflösung, Verbindung, HTTP-Status und Antwort."),
|
||||
"software.settings.run_test": ("Test callback", "Callback testen"),
|
||||
"software.settings.run_internal_test": ("Test internal health check", "Internen Health-Check testen"),
|
||||
"software.settings.run_external_test": ("Test public health check", "Öffentlichen Health-Check testen"),
|
||||
"software.settings.internal_health_url": ("Internal callback health URL", "Interne Callback-Health-URL"),
|
||||
"software.settings.test_result": ("Health-check result", "Health-Check-Ergebnis"),
|
||||
"software.settings.test_reachable": ("Reachable", "Erreichbar"),
|
||||
"software.settings.test_unreachable": ("Not reachable", "Nicht erreichbar"),
|
||||
"software.settings.test_kind_internal": ("Internal callback service", "Interner Callback-Dienst"),
|
||||
"software.settings.test_kind_external": ("Configured/public callback address", "Konfigurierte/öffentliche Callback-Adresse"),
|
||||
"software.settings.response_time": ("Response time", "Antwortzeit"),
|
||||
"software.settings.log_auto_refresh": ("The log is refreshed automatically every three seconds.", "Das Protokoll wird automatisch alle drei Sekunden aktualisiert."),
|
||||
"software.settings.clear_log": ("Clear log", "Protokoll leeren"),
|
||||
"software.settings.no_log": ("No diagnostic entries yet.", "Noch keine Diagnoseeinträge vorhanden."),
|
||||
|
||||
Reference in New Issue
Block a user