From 33aa572f56805fcbb7d7d29f1af33b1a8a4a199b Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Sun, 30 Oct 2022 14:07:26 +0330 Subject: [PATCH] update: translate table --- web/html/xui/inbounds.html | 8 ++++---- web/translation/translate.en_US.toml | 4 ++++ web/translation/translate.zh_Hans.toml | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index abba66c8..441aec15 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -83,10 +83,10 @@ [[ sizeFormat(dbInbound.total) ]] [[ sizeFormat(dbInbound.total) ]] - 无限制 + {{ i18n "unlimited" }} - 无限期 + {{ i18n "indefinitely" }} diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 3bd24d1e..2a5378f9 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -16,6 +16,10 @@ "minute" = "minute" "hour" = "hour" "day" = "day" +"check" = "check" +"indefinitely" = "indefinitely" +"unlimited" = "unlimited" +"none" = "none" [menu] "dashboard" = "System Status" diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index 4fa24cba..7f381154 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -16,6 +16,10 @@ "minute" = "分钟" "hour" = "小时" "day" = "天" +"check" = "查看" +"indefinitely" = "无限期" +"unlimited" = "无限制" +"none" = "无" [menu] "dashboard" = "系统状态"