update: translate dashboard

This commit is contained in:
Mohammad Foroughi
2022-10-30 07:22:31 +03:30
parent 9289ce691b
commit fa62f8e0f5
3 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@
cancelText: '{{ i18n "cancel"}}',
onOk: async () => {
versionModal.hide();
this.loading(true, '{{ i18n "pages.index.dontRefresh"}}');
this.loading(true, '{{ i18n "pages.index.dontRefreshh"}}');
await HttpUtil.post(`/server/installXray/${version}`);
this.loading(false);
},

View File

@@ -54,7 +54,7 @@
"totalReceive" = "Total download traffic of all network cards since system startup"
"xraySwitchVersionDialog" = "switch xray version"
"xraySwitchVersionDialogDesc" = "whether to switch the xray version to"
"dontRefresh" = "Installation is in progress, please do not refresh this page"
"dontRefreshh" = "Installation is in progress, please do not refresh this page"
[pages.inbounds]

View File

@@ -53,7 +53,7 @@
"totalReceive" = "系统启动以来所有网卡的总下载流量"
"xraySwitchVersionDialog" = "切换 xray 版本"
"xraySwitchVersionDialogDesc" = "是否切换 xray 版本至"
"dontRefresh" = "安装中,请不要刷新此页面"
"dontRefreshh" = "安装中,请不要刷新此页面"
[pages.inbounds]