Update src/lang/en.json

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
iotux 2025-12-23 07:16:59 +01:00 committed by GitHub
parent ab91f0b199
commit e1385e3a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1026,10 +1026,9 @@
"GrafanaOncallUrl": "Grafana Oncall URL",
"systemService": "System Service",
"systemServiceName": "Service Name",
"systemServiceDescription": "Checks if system service",
"systemServiceDescriptionLinux": "Checks if Linux systemd service",
"systemServiceDescriptionWindows": "Checks if Windows Service Manager",
"systemServiceActiveText": "service is active.",
"systemServiceDescription": "Checks if system service {service_name} is active",
"systemServiceDescriptionLinux": "Checks if Linux systemd service {service_name} is active",
"systemServiceDescriptionWindows": "Checks if Windows Service Manager {service_name} is active",
"systemServiceLinuxLabel": "Show Linux Debug Command",
"systemServiceWindowsLabel": "Show Windows Debug Command",
"systemServiceExpectedOutput": "Expected Output: \"{0}\"",