mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 02:34:57 -05:00
Add translation string for buffering media player state (#70856)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user