diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 0a288e7f..ab941631 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -9,4 +9,18 @@ "download" = "download" "remark" = "remark" "enable" = "enable" -"protocol" = "protocol" \ No newline at end of file +"protocol" = "protocol" + +[pages.login] +"title" = "Login" + +[pages.index] +"title" = "system status" + +[pages.inbounds] +"title" = "Inbounds" +"titleCh" = "入站列表" + +[pages.setting] +"title" = "Setting" +"titleCh" = "设置" \ No newline at end of file diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index 1c751cfb..3937d1d9 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -9,4 +9,16 @@ "download" = "下载" "remark" = "备注" "enable" = "启用" -"protocol" = "协议" \ No newline at end of file +"protocol" = "协议" + +[pages.login] +"title" = "登录" + +[pages.index] +"title" = "系统状态" + +[pages.inbounds] +"title" = "入站列表" + +[pages.setting] +"title" = "设置" \ No newline at end of file diff --git a/web/translation/translate.zh_Hant.toml b/web/translation/translate.zh_Hant.toml index ceda43cb..4f00f385 100644 --- a/web/translation/translate.zh_Hant.toml +++ b/web/translation/translate.zh_Hant.toml @@ -9,4 +9,16 @@ "download" = "下載" "remark" = "備註" "enable" = "啟用" -"protocol" = "協議" \ No newline at end of file +"protocol" = "協議" + +[pages.login] +"title" = "登錄" + +[pages.index] +"title" = "系统状态" + +[pages.inbounds] +"title" = "入站列表" + +[pages.setting] +"title" = "设置" \ No newline at end of file