From c86eeb76594c5e662fad5c8662bf559d453c819e Mon Sep 17 00:00:00 2001 From: addonsbot Date: Tue, 20 Apr 2021 18:04:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D=20Updating=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/translations/de.yaml | 15 +++++++++++++++ tasmoadmin/translations/nl.yaml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 tasmoadmin/translations/de.yaml create mode 100644 tasmoadmin/translations/nl.yaml diff --git a/tasmoadmin/translations/de.yaml b/tasmoadmin/translations/de.yaml new file mode 100644 index 00000000..2a7d84c2 --- /dev/null +++ b/tasmoadmin/translations/de.yaml @@ -0,0 +1,15 @@ +configuration: + certfile: + description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.' + name: 'Certificate file' + keyfile: + description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.' + name: 'Private key file' + log_level: + description: 'Controls the level of log details the add-on provides.' + name: 'Log level' + ssl: + description: 'Enables/Disables SSL (HTTPS) on the web interface.' + name: SSL +network: + 9541/tcp: 'Web interface' diff --git a/tasmoadmin/translations/nl.yaml b/tasmoadmin/translations/nl.yaml new file mode 100644 index 00000000..5c550976 --- /dev/null +++ b/tasmoadmin/translations/nl.yaml @@ -0,0 +1,15 @@ +configuration: + certfile: + description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.' + name: 'Certificate file' + keyfile: + description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.' + name: 'Private key file' + log_level: + description: 'Bepaalt het niveau van de logs die de add-on toont.' + name: 'Log niveau' + ssl: + description: 'Enables/Disables SSL (HTTPS) on the web interface.' + name: SSL +network: + 9541/tcp: Webinterface