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