diff options
| author | Steven <stevenwzh65@gmail.com> | 2024-03-13 13:48:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 13:48:25 +0300 |
| commit | 2b420bd517167e49d19da5e8c8a7ed6b94f5ce45 (patch) | |
| tree | 52423b1af3f48c3a7956fd931570d0cac42dc0d5 /web/translation | |
| parent | 14d04e8ec91be6d81678980f0ae06b0aa4bd0b2a (diff) | |
Fixed tanslation mistakes (#2050)
Diffstat (limited to 'web/translation')
| -rw-r--r-- | web/translation/translate.zh_Hans.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index 979deb0e..2e33025d 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -30,8 +30,8 @@ "sure" = "确定" "encryption" = "加密" "transmission" = "传输" -"host" = "Host" -"path" = "Path" +"host" = "主机" +"path" = "路径" "camouflage" = "伪装" "status" = "状态" "enabled" = "开启" @@ -321,7 +321,7 @@ "generalConfigs" = "常规配置" "generalConfigsDesc" = "这些选项将决定常规配置" "logConfigs" = "日志" -"logConfigsDesc" = "日志可能会影响服务器的效率,建议仅在需要时启用" +"logConfigsDesc" = "日志可能会影响服务器的性能,建议仅在需要时启用" "blockConfigs" = "防护屏蔽" "blockConfigsDesc" = "这些选项将阻止用户连接到特定协议和网站" "blockCountryConfigs" = "屏蔽国家/地区" @@ -423,7 +423,7 @@ "up" = "向上" "down" = "向下" "source" = "来源" -"dest" = "目的地" +"dest" = "目的地址" "inbound" = "入站" "outbound" = "出站" "balancer" = "负载均衡" |
