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.en_US.toml
parentbee690429f5a5a4639679236b414d42dbdd6b762 (diff)
better view for http header
Diffstat (limited to 'web/translation/translate.en_US.toml')
-rw-r--r--web/translation/translate.en_US.toml15
1 files changed, 8 insertions, 7 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index f9c23064..ea8c6ca8 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -204,17 +204,18 @@
"obtain" = "Obtain"
[pages.inbounds.stream.general]
-"requestHeader" = "Request Header"
+"request" = "Request"
+"response" = "Response"
"name" = "Name"
"value" = "Value"
[pages.inbounds.stream.tcp]
-"requestVersion" = "Request Version"
-"requestMethod" = "Request Method"
-"requestPath" = "Request Path"
-"responseVersion" = "Response Version"
-"responseStatus" = "Response Status"
-"responseStatusDescription" = "Response Status Description"
+"version" = "Version"
+"method" = "Method"
+"path" = "Path"
+"status" = "Status"
+"statusDescription" = "Status Description"
+"requestHeader" = "Request Header"
"responseHeader" = "Response Header"
[pages.inbounds.stream.quic]