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.8 KiB
Text
61 lines
1.8 KiB
Text
# Copyright (C) 2026 Eduard Wisch <data@data-it-solution.de>
|
|
# Translation file NetDiag - English
|
|
|
|
#
|
|
# Generic
|
|
#
|
|
ModuleNetDiagName = NetDiag
|
|
ModuleNetDiagDesc = Network diagnostics: capture devices, ports and measurements with a mobile app and attach the protocols to customer and order.
|
|
NetDiagArea = NetDiag - Overview
|
|
NetDiagTab = Network diagnostics
|
|
|
|
#
|
|
# Admin page
|
|
#
|
|
NetDiagSetup = NetDiag setup
|
|
NetDiagSetupPage = NetDiag setup page
|
|
NetDiagAbout = About NetDiag
|
|
NetDiagAboutPage = NetDiag about page
|
|
NETDIAG_API_TOKEN_TTL = Token validity (seconds)
|
|
NETDIAG_API_TOKEN_TTLTooltip = How long a mobile app API token stays valid. Default 604800 (7 days).
|
|
NETDIAG_APK_URL = App download URL (APK)
|
|
NETDIAG_APK_URLTooltip = Address where the Android app (APK) is hosted. Shown as a QR code.
|
|
NetDiagApiSecretInfo = The JWT secret was generated automatically on activation and is not editable.
|
|
NetDiagAppDownload = Download NetDiag app
|
|
NetDiagAppDownloadHint = Scan with your phone to install the diagnostics app.
|
|
|
|
#
|
|
# Protocol
|
|
#
|
|
NetDiagProtocol = Diagnostic protocol
|
|
NetDiagProtocols = Diagnostic protocols
|
|
NetDiagProtocolList = Protocol list
|
|
NewNetDiagProtocol = New diagnostic protocol
|
|
NetDiagStatusDraft = Draft
|
|
NetDiagStatusDone = Completed
|
|
NetDiagNoProtocol = No diagnostic protocol for this object yet
|
|
|
|
#
|
|
# Fields
|
|
#
|
|
DateDiag = Diagnostic date
|
|
DateMeasure = Measurement time
|
|
Technician = Technician
|
|
Location = Location
|
|
Subnet = Subnet
|
|
DeviceType = Device type
|
|
Protocol = Protocol
|
|
Device = Device
|
|
Tool = Tool
|
|
ToolCategory = Category
|
|
MeasureStatus = Rating
|
|
ClientUuid = App identifier
|
|
IpAddress = IP address
|
|
MacAddress = MAC address
|
|
Hostname = Hostname
|
|
Vendor = Vendor
|
|
NetDiagDevices = Discovered devices
|
|
NetDiagMeasurements = Measurements
|
|
NetDiagMeasureOk = OK
|
|
NetDiagMeasureWarn = Warning
|
|
NetDiagMeasureFail = Fail
|