mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-03 18:41:30 +00:00
Add add-on translation support (#122)
This commit is contained in:
parent
cf96b68e0d
commit
dcddccd08e
1 changed files with 36 additions and 0 deletions
36
tautulli/translations/en.yaml
Normal file
36
tautulli/translations/en.yaml
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
username:
|
||||
name: Username
|
||||
description: >-
|
||||
The username for authenticating with the web interface.
|
||||
password:
|
||||
name: Password
|
||||
description: >-
|
||||
The password for authenticating with the web interface.
|
||||
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.
|
||||
leave_front_door_open:
|
||||
name: Leave front door open
|
||||
description: >-
|
||||
When enabled, this option disables the username/password authentication
|
||||
on the add-on. It is STRONGLY suggested not to use this option.
|
||||
USE AT YOUR OWN RISK!
|
||||
network:
|
||||
8181/tcp: Web interface
|
Loading…
Add table
Add a link
Reference in a new issue