From c6707225ce0e1ba707deef4a280ce0dec44aa680 Mon Sep 17 00:00:00 2001 From: KNOOP Date: Thu, 19 Dec 2024 17:31:27 +0800 Subject: [PATCH] Update en.json --- custom_components/xiaomi_home/translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/xiaomi_home/translations/en.json b/custom_components/xiaomi_home/translations/en.json index 8fe89c5..f71327e 100644 --- a/custom_components/xiaomi_home/translations/en.json +++ b/custom_components/xiaomi_home/translations/en.json @@ -137,8 +137,10 @@ "network_connect_error": "Configuration failed. The network connection is abnormal. Please check the equipment network configuration.", "options_flow_error": "Integration re-configuration error: {error}", "re_add": "Please re-add the integration. Error message: {error}", + "reauth_failed": "Re-authorization failed", + "reconfigure_successful": "Reconfiguration successful", "storage_error": "Integration storage module exception. Please try again or re-add the integration: {error}", "inconsistent_account": "Account information is inconsistent. Please login with the correct account." } } -} \ No newline at end of file +}