Some checks are pending
Deploy netdiag / deploy (push) Waiting to run
Netzwerk-Diagnose-Modul mit JSON-API für die NetDiag-App: - 3 Tabellen (protocol/device/measurement), generisches JSON-result - JSON-API: auth, customers, orders, protocols (idempotenter Sync), pdf - JWT-Auth (HS256), CORS für die Capacitor-App - Tabs an Thirdparty + Auftrag, Protokoll-Card, PDF-Generator - QR-Code zum App-Download in der Modul-Konfiguration - de_DE + en_US, Rechtesystem netdiag->protocol read/write/delete Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
61 lines
1.9 KiB
Text
61 lines
1.9 KiB
Text
# Copyright (C) 2026 Eduard Wisch <data@data-it-solution.de>
|
|
# Sprachdatei NetDiag - Deutsch
|
|
|
|
#
|
|
# Allgemein
|
|
#
|
|
ModuleNetDiagName = NetDiag
|
|
ModuleNetDiagDesc = Netzwerk-Diagnose: erfasst per mobiler App Geräte, Ports und Messungen und hängt die Protokolle an Kunde und Auftrag.
|
|
NetDiagArea = NetDiag - Übersicht
|
|
NetDiagTab = Netzwerk-Diagnose
|
|
|
|
#
|
|
# Admin-Seite
|
|
#
|
|
NetDiagSetup = NetDiag Einrichtung
|
|
NetDiagSetupPage = NetDiag Einrichtungsseite
|
|
NetDiagAbout = Über NetDiag
|
|
NetDiagAboutPage = NetDiag Info-Seite
|
|
NETDIAG_API_TOKEN_TTL = Token-Gültigkeit (Sekunden)
|
|
NETDIAG_API_TOKEN_TTLTooltip = Wie lange ein API-Token der mobilen App gültig bleibt. Standard 604800 (7 Tage).
|
|
NETDIAG_APK_URL = Download-URL der App (APK)
|
|
NETDIAG_APK_URLTooltip = Adresse, unter der die Android-App (APK) liegt. Wird als QR-Code angezeigt.
|
|
NetDiagApiSecretInfo = Der JWT-Schlüssel wurde beim Aktivieren automatisch erzeugt und ist nicht editierbar.
|
|
NetDiagAppDownload = NetDiag-App herunterladen
|
|
NetDiagAppDownloadHint = Mit dem Handy scannen, um die Diagnose-App zu installieren.
|
|
|
|
#
|
|
# Protokoll
|
|
#
|
|
NetDiagProtocol = Diagnose-Protokoll
|
|
NetDiagProtocols = Diagnose-Protokolle
|
|
NetDiagProtocolList = Protokoll-Liste
|
|
NewNetDiagProtocol = Neues Diagnose-Protokoll
|
|
NetDiagStatusDraft = Entwurf
|
|
NetDiagStatusDone = Abgeschlossen
|
|
NetDiagNoProtocol = Noch kein Diagnose-Protokoll für dieses Objekt vorhanden
|
|
|
|
#
|
|
# Felder
|
|
#
|
|
DateDiag = Aufnahmedatum
|
|
DateMeasure = Messzeitpunkt
|
|
Technician = Techniker
|
|
Location = Standort
|
|
Subnet = Netzbereich
|
|
DeviceType = Gerätetyp
|
|
Protocol = Protokoll
|
|
Device = Gerät
|
|
Tool = Werkzeug
|
|
ToolCategory = Kategorie
|
|
MeasureStatus = Bewertung
|
|
ClientUuid = App-Kennung
|
|
IpAddress = IP-Adresse
|
|
MacAddress = MAC-Adresse
|
|
Hostname = Hostname
|
|
Vendor = Hersteller
|
|
NetDiagDevices = Gefundene Geräte
|
|
NetDiagMeasurements = Messungen
|
|
NetDiagMeasureOk = OK
|
|
NetDiagMeasureWarn = Warnung
|
|
NetDiagMeasureFail = Fehler
|