mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
Add translation support (#56)
This commit is contained in:
parent
20dff36671
commit
f15f69069d
1 changed files with 33 additions and 0 deletions
33
airsonos/translations/en.yaml
Normal file
33
airsonos/translations/en.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
port:
|
||||
name: Port
|
||||
description: >-
|
||||
The port to run on, the default of 49152 should be good for most cases.
|
||||
address:
|
||||
name: Address
|
||||
description: >-
|
||||
Allows you to specify the IP address the AirCast server needs to
|
||||
bind to.
|
||||
latency_rtp:
|
||||
name: RTP Latency
|
||||
description: >-
|
||||
Allows you to tweak the buffering, which is needed when the audio is
|
||||
stuttering (e.g., low-quality network). This option specifies the number
|
||||
of ms the add-on has to buffer the RTP audio (AirPlay). Setting this value
|
||||
below 500ms is not recommended! Setting the value to 0 makes the add-on
|
||||
to get the value from AirPlay.
|
||||
latency_http:
|
||||
name: HTTP Latency
|
||||
description: >-
|
||||
Allows you to tweak the buffering, which is needed when the audio is
|
||||
stuttering (e.g., low-quality network). This option specifies the number
|
||||
of ms the add-on has to buffer the HTTP audio.
|
||||
drift:
|
||||
name: Drift
|
||||
description: >-
|
||||
Allow to let timing reference drift (no click).
|
Loading…
Add table
Add a link
Reference in a new issue