mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-03-25 16:50:22 +08:00
chore: i18n
This commit is contained in:
parent
42e6019427
commit
2e4b1a979c
@ -579,9 +579,9 @@ onMounted(async () => {
|
||||
</div>
|
||||
<div v-if="formData.businessMode" class="mb-24">
|
||||
<a-typography-paragraph>
|
||||
<a-typography-title :level="5">节点ID</a-typography-title>
|
||||
<a-typography-title :level="5">{{ t("TXT_CODE_72cfab69") }}</a-typography-title>
|
||||
<a-typography-text type="secondary">
|
||||
在 “商家控制台 - 节点列表” 中可以找到节点ID
|
||||
{{ t("TXT_CODE_678164d7") }}
|
||||
</a-typography-text>
|
||||
</a-typography-paragraph>
|
||||
<div>
|
||||
@ -594,7 +594,7 @@ onMounted(async () => {
|
||||
</div>
|
||||
<div>
|
||||
<a-button type="primary" :loading="submitIsLoading" @click="submit(false)">
|
||||
保存
|
||||
{{ t("TXT_CODE_abfe9512") }}
|
||||
</a-button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -80,7 +80,7 @@ const dialog = reactive({
|
||||
Modal.confirm({
|
||||
title: t("TXT_CODE_36cae384"),
|
||||
content: t("TXT_CODE_ea6e5e5e"),
|
||||
okText: t("TXT_CODE_1cbe2507"),
|
||||
okText: t("TXT_CODE_d507abff"),
|
||||
onOk: () => resolve()
|
||||
});
|
||||
});
|
||||
|
@ -2556,5 +2556,5 @@
|
||||
"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"
|
||||
"TXT_CODE_678164d7": "You can find the node ID in the 'Node List' section of the merchant console"
|
||||
}
|
||||
|
@ -2027,5 +2027,5 @@
|
||||
"TXT_CODE_bfbdf579": "该功能允许普通用户编辑 Docker 实例的“启动”和“更新”命令",
|
||||
"TXT_CODE_36cae384": "你正使用私有 IP 地址",
|
||||
"TXT_CODE_ea6e5e5e": "使用公网地址访问面板时该节点可能无法正常工作",
|
||||
"TXT_CODE_1cbe2507": "确认"
|
||||
"TXT_CODE_678164d7": "在 “商家控制台 - 节点列表” 中可以找到节点ID"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user