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)'