mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-07-12 04:30:30 +02:00
init
This commit is contained in:
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)'
|
||||
22
traccar/translations/en.yaml
Normal file
22
traccar/translations/en.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
ssl:
|
||||
name: SSL
|
||||
description: >-
|
||||
Enables/Disables SSL (HTTPS) on the web interface.
|
||||
certfile:
|
||||
name: Certificate file
|
||||
description: >-
|
||||
The certificate file to use for SSL. Note that this file must
|
||||
exist in the /ssl/ folder.
|
||||
keyfile:
|
||||
name: Private key file
|
||||
description: >-
|
||||
The private key file to use for SSL. Note that this file must
|
||||
exist in the /ssl/ folder.
|
||||
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)'
|
||||
Reference in New Issue
Block a user