From dfd16c9aca454d4ae30b2cc9de2db0107462a47e Mon Sep 17 00:00:00 2001 From: addonsbot Date: Wed, 21 Apr 2021 14:11:37 +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 --- tautulli/translations/de.yaml | 24 ++++++++++++++++++++++++ tautulli/translations/nl.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 tautulli/translations/de.yaml create mode 100644 tautulli/translations/nl.yaml diff --git a/tautulli/translations/de.yaml b/tautulli/translations/de.yaml new file mode 100644 index 000000000..e69996554 --- /dev/null +++ b/tautulli/translations/de.yaml @@ -0,0 +1,24 @@ +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' + leave_front_door_open: + description: 'When enabled, this option disables the username/password authentication on the add-on. It is STRONGLY suggested not to use this option. USE AT YOUR OWN RISK!' + name: 'Leave front door open' + log_level: + description: 'Controls the level of log details the add-on provides.' + name: 'Log level' + password: + description: 'The password for authenticating with the web interface.' + name: Password + ssl: + description: 'Enables/Disables SSL (HTTPS) on the web interface.' + name: SSL + username: + description: 'The username for authenticating with the web interface.' + name: Username +network: + 8181/tcp: 'Web interface' diff --git a/tautulli/translations/nl.yaml b/tautulli/translations/nl.yaml new file mode 100644 index 000000000..f1bc2e2f9 --- /dev/null +++ b/tautulli/translations/nl.yaml @@ -0,0 +1,24 @@ +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' + leave_front_door_open: + description: 'When enabled, this option disables the username/password authentication on the add-on. It is STRONGLY suggested not to use this option. USE AT YOUR OWN RISK!' + name: 'Leave front door open' + log_level: + description: 'Bepaalt het niveau van de logs die de add-on toont.' + name: 'Log niveau' + password: + description: 'The password for authenticating with the web interface.' + name: Password + ssl: + description: 'Enables/Disables SSL (HTTPS) on the web interface.' + name: SSL + username: + description: 'The username for authenticating with the web interface.' + name: Username +network: + 8181/tcp: Webinterface