mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add translation string for buffering media player state (#70856)
This commit is contained in:
parent
ce13161ea0
commit
5345d14d01
@ -24,7 +24,8 @@
|
|||||||
"playing": "Playing",
|
"playing": "Playing",
|
||||||
"paused": "[%key:common::state::paused%]",
|
"paused": "[%key:common::state::paused%]",
|
||||||
"idle": "[%key:common::state::idle%]",
|
"idle": "[%key:common::state::idle%]",
|
||||||
"standby": "[%key:common::state::standby%]"
|
"standby": "[%key:common::state::standby%]",
|
||||||
|
"buffering": "Buffering"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
|
"buffering": "Buffering",
|
||||||
"idle": "Idle",
|
"idle": "Idle",
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user