Add translation string for buffering media player state ()

pull/70872/head
Franck Nijhof 2022-04-27 11:05:11 +02:00 committed by GitHub
parent ce13161ea0
commit 5345d14d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions
homeassistant/components/media_player

View File

@ -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"
}
}
}

View File

@ -18,6 +18,7 @@
},
"state": {
"_": {
"buffering": "Buffering",
"idle": "Idle",
"off": "Off",
"on": "On",