mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
Add add-on translation support (#212)
This commit is contained in:
parent
4a91ee54ca
commit
bbfc347dfb
1 changed files with 31 additions and 0 deletions
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)
|
Loading…
Add table
Add a link
Reference in a new issue