From 5e4c8b455e7ff0646623d621f03dbd8e4cc859ef Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Sun, 30 Oct 2022 13:56:44 +0330 Subject: [PATCH] update: translate inbound table titles --- web/html/xui/inbounds.html | 28 +++++++++++++------------- web/translation/translate.en_US.toml | 12 +++++++++++ web/translation/translate.zh_Hans.toml | 13 ++++++++++++ 3 files changed, 39 insertions(+), 14 deletions(-) diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 85321ede..abba66c8 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -27,15 +27,15 @@ - 总上传 / 下载: + {{ i18n "pages.inbounds.totalDownUp" }}: [[ sizeFormat(total.up) ]] / [[ sizeFormat(total.down) ]] - 总用量: + {{ i18n "pages.inbounds.totalUsage" }}: [[ sizeFormat(total.up + total.down) ]] - 入站数量: + {{ i18n "pages.inbounds.inboundCount" }}: [[ dbInbounds.length ]] @@ -55,7 +55,7 @@ @change="() => getDBInbounds()">