mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-07-08 10:50:55 +02:00
init
This commit is contained in:
21
motioneye/translations/de.yaml
Normal file
21
motioneye/translations/de.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
configuration:
|
||||
action_buttons:
|
||||
description: 'If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details.'
|
||||
name: 'Action buttons'
|
||||
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'
|
||||
motion_webcontrol:
|
||||
description: 'Enables the motion webcontrol endpoint running on port 7999.'
|
||||
name: 'Motion webcontrol'
|
||||
ssl:
|
||||
description: 'Enables/Disables SSL (HTTPS) on the web interface of motionEye.'
|
||||
name: SSL
|
||||
network:
|
||||
80/tcp: 'Web interface (Not required for Ingress)'
|
||||
31
motioneye/translations/en.yaml
Normal file
31
motioneye/translations/en.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
motion_webcontrol:
|
||||
name: Motion webcontrol
|
||||
description: >-
|
||||
Enables the motion webcontrol endpoint running on port 7999.
|
||||
ssl:
|
||||
name: SSL
|
||||
description: >-
|
||||
Enables/Disables SSL (HTTPS) on the web interface of motionEye.
|
||||
certfile:
|
||||
name: Certificate file
|
||||
description: >-
|
||||
The certificate file to use for SSL. Note that this file must
|
||||
exists in the /ssl/ folder.
|
||||
keyfile:
|
||||
name: Private key file
|
||||
description: >-
|
||||
The private key file to use for SSL. Note that this file must
|
||||
exists in the /ssl/ folder.
|
||||
action_buttons:
|
||||
name: Action buttons
|
||||
description: >-
|
||||
If configured, a script will be created to implement an motionEye
|
||||
action button. See add-on documentation for usage details.
|
||||
network:
|
||||
80/tcp: Web interface (Not required for Ingress)
|
||||
21
motioneye/translations/nl.yaml
Normal file
21
motioneye/translations/nl.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
configuration:
|
||||
action_buttons:
|
||||
description: 'If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details.'
|
||||
name: 'Action buttons'
|
||||
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: 'Bepaalt het niveau van de logs die de add-on toont.'
|
||||
name: 'Log niveau'
|
||||
motion_webcontrol:
|
||||
description: 'Enables the motion webcontrol endpoint running on port 7999.'
|
||||
name: 'Motion webcontrol'
|
||||
ssl:
|
||||
description: 'Enables/Disables SSL (HTTPS) on the web interface of motionEye.'
|
||||
name: SSL
|
||||
network:
|
||||
80/tcp: 'Web interface (Not required for Ingress)'
|
||||
Reference in New Issue
Block a user