diff --git a/module/webroot/locales/en-US.json b/module/webroot/locales/en-US.json index 228ca52..0ddac2e 100644 --- a/module/webroot/locales/en-US.json +++ b/module/webroot/locales/en-US.json @@ -46,5 +46,6 @@ "saved_and_updated": "Config and target.txt updated", "saved_not_updated": "Config saved, but failed to update target list", "uninstall_prompt": "WebUI will be removed after reboot", - "uninstall_failed": "Failed to uninstall WebUI" + "uninstall_failed": "Failed to uninstall WebUI", + "new_update": "A new update is available!" } \ No newline at end of file diff --git a/module/webroot/locales/ru-RU.json b/module/webroot/locales/ru-RU.json index c95cb31..8c5a4ed 100644 --- a/module/webroot/locales/ru-RU.json +++ b/module/webroot/locales/ru-RU.json @@ -47,5 +47,6 @@ "saved_not_updated": "Конфигурация сохранена, но не удалось обновить список целей", "save_error": "Не удалось сохранить конфигурацию", "uninstall_prompt": "WebUI будет удален после перезагрузки", - "uninstall_failed": "Не удалось удалить WebUI" + "uninstall_failed": "Не удалось удалить WebUI", + "new_update": "Доступно новое обновление!" } \ No newline at end of file diff --git a/module/webroot/locales/tl-PH.json b/module/webroot/locales/tl-PH.json index 55e61b2..0320134 100644 --- a/module/webroot/locales/tl-PH.json +++ b/module/webroot/locales/tl-PH.json @@ -47,5 +47,6 @@ "saved_not_updated": "Na-save ang config, ngunit nabigong i-update ang target list", "save_error": "Nabigong i-save ang config", "uninstall_prompt": "Mawawala ang WebUI pagkatapos ng reboot", - "uninstall_failed": "Nabigong i-uninstall ang WebUI" + "uninstall_failed": "Nabigong i-uninstall ang WebUI", + "new_update": "May bagong update na available!" } \ No newline at end of file diff --git a/module/webroot/locales/zh-CN.json b/module/webroot/locales/zh-CN.json index 268e2f9..efa9e8b 100644 --- a/module/webroot/locales/zh-CN.json +++ b/module/webroot/locales/zh-CN.json @@ -47,5 +47,6 @@ "saved_not_updated": "配置已保存,但更新目标列表失败", "save_error": "保存配置失败", "uninstall_prompt": "WebUI 将在重启后被移除", - "uninstall_failed": "卸载 WebUI 失败" + "uninstall_failed": "卸载 WebUI 失败", + "new_update": "发现新的版本!" } \ No newline at end of file diff --git a/module/webroot/locales/zh-TW.json b/module/webroot/locales/zh-TW.json index 01132b4..ee5ea07 100644 --- a/module/webroot/locales/zh-TW.json +++ b/module/webroot/locales/zh-TW.json @@ -47,5 +47,6 @@ "saved_not_updated": "配置已保存,但更新目標列表失敗", "save_error": "保存配置失敗", "uninstall_prompt": "WebUI 將在重啟後被移除", - "uninstall_failed": "卸載 WebUI 失敗" + "uninstall_failed": "卸載 WebUI 失敗", + "new_update": "發現新的版本!" } \ No newline at end of file