From 00d2e0675aabaa424c3d117bd0c907dec4634db8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 4 May 2021 12:55:57 +0200 Subject: [PATCH] Add translation support (#86) --- log-viewer/translations/en.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 log-viewer/translations/en.yaml diff --git a/log-viewer/translations/en.yaml b/log-viewer/translations/en.yaml new file mode 100644 index 0000000..e1b01f1 --- /dev/null +++ b/log-viewer/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)