mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🌍 Updating translations
This commit is contained in:
parent
e25ce064df
commit
3b9ebd12b0
4 changed files with 34 additions and 4 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
15
traccar/translations/de.yaml
Normal file
15
traccar/translations/de.yaml
Normal 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)'
|
15
traccar/translations/nl.yaml
Normal file
15
traccar/translations/nl.yaml
Normal 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)'
|
Loading…
Add table
Add a link
Reference in a new issue