From 92e11ff031cdb395874f34619703a5d75acc84c7 Mon Sep 17 00:00:00 2001 From: Arnaud Quette Date: Sun, 17 Dec 2023 12:29:24 +0100 Subject: [PATCH] Add missing English entry Signed-off-by: Arnaud Quette --- smartnut/translations/en.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/smartnut/translations/en.yaml b/smartnut/translations/en.yaml index c7f99b5..3328473 100644 --- a/smartnut/translations/en.yaml +++ b/smartnut/translations/en.yaml @@ -8,12 +8,15 @@ configuration: manually_edit_devices: name: Manual edition of devices configuration description: Allow the manual edition of devices configuration, to override USB parameters, or configure remote UPS (SNMP, NetXML or NUT client) + devices: + name: Devices + description: Devices configuration mqtt: name: MQTT description: MQTT configuration enable_simulated_device: name: Create a simulated device - description: Create a simulated device 'smartnut-dummy' (for development and test purposes) + description: Create a simulated device 'smartnut-dummy', with automatic status changes (for development and test purposes) autoconf_remote_nut_devices: name: Automatically detect and configure remote NUT devices description: Enable automatic discovery and configuration of remote NUT devices (NOT IMPLEMENTED YET)