Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-01-11 17:41:48 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-01-11 17:41:48 +0300
commit594f004d2a80e54f972b25badacb28d2bf3acad5 (patch)
treeda509e08770396d0c8e5c93eb52a5ccce10cf464 /web/translation/translate.zh_Hans.toml
parentbee690429f5a5a4639679236b414d42dbdd6b762 (diff)
better view for http header
Diffstat (limited to 'web/translation/translate.zh_Hans.toml')
-rw-r--r--web/translation/translate.zh_Hans.toml19
1 files changed, 10 insertions, 9 deletions
diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml
index db1217a8..7d6625e2 100644
--- a/web/translation/translate.zh_Hans.toml
+++ b/web/translation/translate.zh_Hans.toml
@@ -204,17 +204,18 @@
"obtain" = "获取"
[pages.inbounds.stream.general]
-"requestHeader" = "请求头"
-"name" = "名称"
-"value" = "值"
+"request" = "要求"
+"response" = "回复"
+"name" = "姓名"
+"value" = "价值"
[pages.inbounds.stream.tcp]
-"requestVersion" = "请求版本"
-"requestMethod" = "请求方法"
-"requestPath" = "请求路径"
-"responseVersion" = "响应版本"
-"responseStatus" = "响应状态"
-"responseStatusDescription" = "响应状态说明"
+"version" = "版本"
+"method" = "方法"
+"path" = "小路"
+"status" = "地位"
+"statusDescription" = "状态说明"
+"requestHeader" = "请求头"
"responseHeader" = "响应头"
[pages.inbounds.stream.quic]