diff --git a/homeassistant/components/isy994/translations/en.json b/homeassistant/components/isy994/translations/en.json index e413affaa50..dbeaa75acf4 100644 --- a/homeassistant/components/isy994/translations/en.json +++ b/homeassistant/components/isy994/translations/en.json @@ -39,10 +39,10 @@ }, "system_health": { "info": { + "device_connected": "ISY Connected", "host_reachable": "Host Reachable", - "device_connected": "Connected to Device", "last_heartbeat": "Last Heartbeat Time", "websocket_status": "Event Socket Status" } - } + } } \ No newline at end of file diff --git a/homeassistant/components/upnp/translations/zh-Hant.json b/homeassistant/components/upnp/translations/zh-Hant.json index aad03a803b0..80c92662d22 100644 --- a/homeassistant/components/upnp/translations/zh-Hant.json +++ b/homeassistant/components/upnp/translations/zh-Hant.json @@ -13,9 +13,19 @@ "user": { "data": { "scan_interval": "\u66f4\u65b0\u9593\u9694\uff08\u79d2\u3001\u6700\u5c11 30 \u79d2\uff09", + "unique_id": "\u88dd\u7f6e", "usn": "\u88dd\u7f6e" } } } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "\u66f4\u65b0\u9593\u9694\uff08\u79d2\u3001\u6700\u5c11 30 \u79d2\uff09" + } + } + } } } \ No newline at end of file