From 3b9ebd12b07d75874f646f5c868d6d3e82562c7f Mon Sep 17 00:00:00 2001 From: addonsbot Date: Mon, 19 Apr 2021 23:13:39 +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 --- appdaemon/translations/nl.yaml | 4 ++-- example/translations/nl.yaml | 4 ++-- traccar/translations/de.yaml | 15 +++++++++++++++ traccar/translations/nl.yaml | 15 +++++++++++++++ 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 traccar/translations/de.yaml create mode 100644 traccar/translations/nl.yaml diff --git a/appdaemon/translations/nl.yaml b/appdaemon/translations/nl.yaml index 56ce4b7e..b0aa8ca6 100644 --- a/appdaemon/translations/nl.yaml +++ b/appdaemon/translations/nl.yaml @@ -3,8 +3,8 @@ configuration: description: 'Allows you to specificy a list of custom shell commands that are ran before AppDaemon starts.' name: 'Init commands' log_level: - description: 'Controls the level of log details the add-on provides.' - name: 'Log level' + description: 'Bepaalt het niveau van de logs die de add-on toont.' + name: 'Log niveau' python_packages: description: 'Allows you to specificy a list of additional Python packages to be installed before AppDaemon starts.' name: 'Python packages' diff --git a/example/translations/nl.yaml b/example/translations/nl.yaml index 350cbdd4..f5f7d2ee 100644 --- a/example/translations/nl.yaml +++ b/example/translations/nl.yaml @@ -1,7 +1,7 @@ configuration: log_level: - description: 'The amount of logging the add-on should do.' - name: 'Log level' + description: 'Bepaalt het niveau van de logs die de add-on toont.' + name: 'Log niveau' seconds_between_quotes: description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.' name: 'Aantal seconden tussen de citaten' diff --git a/traccar/translations/de.yaml b/traccar/translations/de.yaml new file mode 100644 index 00000000..503f1d7c --- /dev/null +++ b/traccar/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: + 80/tcp: 'Web interface (Not required for Ingress)' diff --git a/traccar/translations/nl.yaml b/traccar/translations/nl.yaml new file mode 100644 index 00000000..7db387e5 --- /dev/null +++ b/traccar/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: 'Controls the level of log details the add-on provides.' + name: 'Log niveau' + ssl: + description: 'Enables/Disables SSL (HTTPS) on the web interface.' + name: SSL +network: + 80/tcp: 'Webinterface (niet vereist voor Ingress)'