From 5345d14d01057283a5e7217c49964fb4c83714bf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 27 Apr 2022 11:05:11 +0200 Subject: [PATCH] Add translation string for buffering media player state (#70856) --- homeassistant/components/media_player/strings.json | 3 ++- homeassistant/components/media_player/translations/en.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/strings.json b/homeassistant/components/media_player/strings.json index ea773195380..7831731f4cb 100644 --- a/homeassistant/components/media_player/strings.json +++ b/homeassistant/components/media_player/strings.json @@ -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" } } } diff --git a/homeassistant/components/media_player/translations/en.json b/homeassistant/components/media_player/translations/en.json index 78b37745a2b..d1eb6e7c106 100644 --- a/homeassistant/components/media_player/translations/en.json +++ b/homeassistant/components/media_player/translations/en.json @@ -18,6 +18,7 @@ }, "state": { "_": { + "buffering": "Buffering", "idle": "Idle", "off": "Off", "on": "On",