From 298ab05470656fbe270da50bada15cc624f31393 Mon Sep 17 00:00:00 2001
From: Erik Montnemery <erik@montnemery.com>
Date: Fri, 7 Jul 2023 18:15:06 +0200
Subject: [PATCH] Add missing issue translations to the kitchen_sink
 integration (#95931)

---
 homeassistant/components/demo/strings.json    | 41 ------------------
 .../components/kitchen_sink/strings.json      | 43 +++++++++++++++++++
 2 files changed, 43 insertions(+), 41 deletions(-)
 create mode 100644 homeassistant/components/kitchen_sink/strings.json

diff --git a/homeassistant/components/demo/strings.json b/homeassistant/components/demo/strings.json
index 60db0322717..3794b27cc0e 100644
--- a/homeassistant/components/demo/strings.json
+++ b/homeassistant/components/demo/strings.json
@@ -1,46 +1,5 @@
 {
   "title": "Demo",
-  "issues": {
-    "bad_psu": {
-      "title": "The power supply is not stable",
-      "fix_flow": {
-        "step": {
-          "confirm": {
-            "title": "The power supply needs to be replaced",
-            "description": "Press SUBMIT to confirm the power supply has been replaced"
-          }
-        }
-      }
-    },
-    "out_of_blinker_fluid": {
-      "title": "The blinker fluid is empty and needs to be refilled",
-      "fix_flow": {
-        "step": {
-          "confirm": {
-            "title": "Blinker fluid needs to be refilled",
-            "description": "Press SUBMIT when blinker fluid has been refilled"
-          }
-        }
-      }
-    },
-    "cold_tea": {
-      "title": "The tea is cold",
-      "fix_flow": {
-        "step": {},
-        "abort": {
-          "not_tea_time": "Can not re-heat the tea at this time"
-        }
-      }
-    },
-    "transmogrifier_deprecated": {
-      "title": "The transmogrifier component is deprecated",
-      "description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API"
-    },
-    "unfixable_problem": {
-      "title": "This is not a fixable problem",
-      "description": "This issue is never going to give up."
-    }
-  },
   "options": {
     "step": {
       "init": {
diff --git a/homeassistant/components/kitchen_sink/strings.json b/homeassistant/components/kitchen_sink/strings.json
new file mode 100644
index 00000000000..ce907a3368d
--- /dev/null
+++ b/homeassistant/components/kitchen_sink/strings.json
@@ -0,0 +1,43 @@
+{
+  "issues": {
+    "bad_psu": {
+      "title": "The power supply is not stable",
+      "fix_flow": {
+        "step": {
+          "confirm": {
+            "title": "The power supply needs to be replaced",
+            "description": "Press SUBMIT to confirm the power supply has been replaced"
+          }
+        }
+      }
+    },
+    "out_of_blinker_fluid": {
+      "title": "The blinker fluid is empty and needs to be refilled",
+      "fix_flow": {
+        "step": {
+          "confirm": {
+            "title": "Blinker fluid needs to be refilled",
+            "description": "Press SUBMIT when blinker fluid has been refilled"
+          }
+        }
+      }
+    },
+    "cold_tea": {
+      "title": "The tea is cold",
+      "fix_flow": {
+        "step": {},
+        "abort": {
+          "not_tea_time": "Can not re-heat the tea at this time"
+        }
+      }
+    },
+    "transmogrifier_deprecated": {
+      "title": "The transmogrifier component is deprecated",
+      "description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API"
+    },
+    "unfixable_problem": {
+      "title": "This is not a fixable problem",
+      "description": "This issue is never going to give up."
+    }
+  }
+}
-- 
GitLab