mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
Add add-on translation support
This commit is contained in:
parent
31e66a10b8
commit
948ae2aefc
1 changed files with 22 additions and 0 deletions
22
home-panel/translations/en.yaml
Normal file
22
home-panel/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)
|
Loading…
Add table
Add a link
Reference in a new issue