From 90bae1417fbf5bcc14fde333b2e60015d671d47f Mon Sep 17 00:00:00 2001 From: addonsbot Date: Tue, 20 Apr 2021 15:39:30 +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 --- bitwarden/translations/de.yaml | 18 ++++++++++++++++++ bitwarden/translations/nl.yaml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 bitwarden/translations/de.yaml create mode 100644 bitwarden/translations/nl.yaml diff --git a/bitwarden/translations/de.yaml b/bitwarden/translations/de.yaml new file mode 100644 index 000000000..b424fa4c2 --- /dev/null +++ b/bitwarden/translations/de.yaml @@ -0,0 +1,18 @@ +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' + request_size_limit: + description: 'Optionally set the size limit of HTTP requests on the API of Bitwarden RS. This might be needed to support larger imports. The default is 10485760, which is 10MB.' + name: 'Size limit of HTTP requests' + ssl: + description: 'Enables/Disables SSL (HTTPS) on the web interface.' + name: SSL +network: + 7277/tcp: 'Web interface' diff --git a/bitwarden/translations/nl.yaml b/bitwarden/translations/nl.yaml new file mode 100644 index 000000000..ed7e97967 --- /dev/null +++ b/bitwarden/translations/nl.yaml @@ -0,0 +1,18 @@ +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' + request_size_limit: + description: 'Optionally set the size limit of HTTP requests on the API of Bitwarden RS. This might be needed to support larger imports. The default is 10485760, which is 10MB.' + name: 'Size limit of HTTP requests' + ssl: + description: 'Enables/Disables SSL (HTTPS) on the web interface.' + name: SSL +network: + 7277/tcp: Webinterface