chore: i18n

This commit is contained in:
YuMao 2025-02-18 15:58:53 +08:00
parent 77316b25ce
commit 42e6019427
3 changed files with 11 additions and 5 deletions

View File

@ -78,9 +78,9 @@ const dialog = reactive({
if (isLocalNetworkIP(dialog.data.ip)) {
await new Promise<void>((resolve) => {
Modal.confirm({
title: t("你正使用私有 IP 地址"),
content: t("使用公网地址访问面板时该节点可能无法正常工作"),
okText: t("确认"),
title: t("TXT_CODE_36cae384"),
content: t("TXT_CODE_ea6e5e5e"),
okText: t("TXT_CODE_1cbe2507"),
onOk: () => resolve()
});
});

View File

@ -2553,5 +2553,8 @@
"TXT_CODE_eee2a47f": "Image preview",
"TXT_CODE_66f38b2e": "Normal users can only modify part of the settings",
"TXT_CODE_a583cae4": "Allow normal users to edit the startup command",
"TXT_CODE_bfbdf579": "This feature allows normal users to edit the 'start' and 'update' commands of Docker instances"
"TXT_CODE_bfbdf579": "This feature allows normal users to edit the 'start' and 'update' commands of Docker instances",
"TXT_CODE_36cae384": "You are using a private IP address",
"TXT_CODE_ea6e5e5e": "This node may not work properly when accessing the panel using a public IP address",
"TXT_CODE_1cbe2507": "Confirm"
}

View File

@ -2024,5 +2024,8 @@
"TXT_CODE_eee2a47f": "图像预览",
"TXT_CODE_66f38b2e": "普通用户仅可修改部分设置",
"TXT_CODE_a583cae4": "准许普通用户编辑启动命令",
"TXT_CODE_bfbdf579": "该功能允许普通用户编辑 Docker 实例的“启动”和“更新”命令"
"TXT_CODE_bfbdf579": "该功能允许普通用户编辑 Docker 实例的“启动”和“更新”命令",
"TXT_CODE_36cae384": "你正使用私有 IP 地址",
"TXT_CODE_ea6e5e5e": "使用公网地址访问面板时该节点可能无法正常工作",
"TXT_CODE_1cbe2507": "确认"
}