Add translation string for buffering media player state (#70856)
parent
ce13161ea0
commit
5345d14d01
homeassistant/components/media_player
translations
|
@ -24,7 +24,8 @@
|
|||
"playing": "Playing",
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
"idle": "[%key:common::state::idle%]",
|
||||
"standby": "[%key:common::state::standby%]"
|
||||
"standby": "[%key:common::state::standby%]",
|
||||
"buffering": "Buffering"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"buffering": "Buffering",
|
||||
"idle": "Idle",
|
||||
"off": "Off",
|
||||
"on": "On",
|
||||
|
|
Loading…
Reference in New Issue