From fe06eaea96fe1486f3efd8aa3f6fecc661472b62 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 20 Apr 2021 15:44:10 +0200 Subject: [PATCH] Add add-on translation support (#150) --- tasmoadmin/translations/en.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tasmoadmin/translations/en.yaml diff --git a/tasmoadmin/translations/en.yaml b/tasmoadmin/translations/en.yaml new file mode 100644 index 0000000..f6682da --- /dev/null +++ b/tasmoadmin/translations/en.yaml @@ -0,0 +1,22 @@ +--- +configuration: + log_level: + name: Log level + description: >- + Controls the level of log details the add-on provides. + ssl: + name: SSL + description: >- + Enables/Disables SSL (HTTPS) on the web interface. + certfile: + name: Certificate file + description: >- + The certificate file to use for SSL. Note that this file must + exist in the /ssl/ folder. + keyfile: + name: Private key file + description: >- + The private key file to use for SSL. Note that this file must + exist in the /ssl/ folder. +network: + 9541/tcp: Web interface