From 948ae2aefcfabcb6c3fc3c800846839f5e476b10 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 24 Apr 2021 14:38:17 +0200 Subject: [PATCH] Add add-on translation support --- home-panel/translations/en.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 home-panel/translations/en.yaml diff --git a/home-panel/translations/en.yaml b/home-panel/translations/en.yaml new file mode 100644 index 0000000..e1b01f1 --- /dev/null +++ b/home-panel/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: + 80/tcp: Web interface (Not required for Ingress)