🌍 Updating translations

This commit is contained in:
addonsbot 2021-04-19 23:13:39 +00:00
parent e25ce064df
commit 3b9ebd12b0
4 changed files with 34 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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