diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-04 16:18:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 16:18:51 +0300 |
| commit | f5aea03765dcf613db75cc9141b9a5eac32d1ff0 (patch) | |
| tree | 3afac272619d9f7830c439b256cf79541af080a2 /web/translation/translate.zh_CN.toml | |
| parent | 14cdde371f8f3e028080bbb59729e842d029c4c4 (diff) | |
chore: add global params for DNS (#2713)
parameter list: `disableCache`, `disableFallback`, `disableFallbackIfMatch`, `clientIp`
Diffstat (limited to 'web/translation/translate.zh_CN.toml')
| -rw-r--r-- | web/translation/translate.zh_CN.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/translation/translate.zh_CN.toml b/web/translation/translate.zh_CN.toml index 611776d5..3e2e076f 100644 --- a/web/translation/translate.zh_CN.toml +++ b/web/translation/translate.zh_CN.toml @@ -433,6 +433,14 @@ "enableDesc" = "启用内置 DNS 服务器" "tag" = "DNS 入站标签" "tagDesc" = "此标签将在路由规则中可用作入站标签" +"clientIp" = "客户端IP" +"clientIpDesc" = "用于在DNS查询期间通知服务器指定的IP位置" +"disableCache" = "禁用缓存" +"disableCacheDesc" = "禁用DNS缓存" +"disableFallback" = "禁用回退" +"disableFallbackDesc" = "禁用回退DNS查询" +"disableFallbackIfMatch" = "匹配时禁用回退" +"disableFallbackIfMatchDesc" = "当DNS服务器的匹配域名列表命中时,禁用回退DNS查询" "strategy" = "查询策略" "strategyDesc" = "解析域名的总体策略" "add" = "添加服务器" |
