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_TW.toml | |
| parent | 14cdde371f8f3e028080bbb59729e842d029c4c4 (diff) | |
chore: add global params for DNS (#2713)
parameter list: `disableCache`, `disableFallback`, `disableFallbackIfMatch`, `clientIp`
Diffstat (limited to 'web/translation/translate.zh_TW.toml')
| -rw-r--r-- | web/translation/translate.zh_TW.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/translation/translate.zh_TW.toml b/web/translation/translate.zh_TW.toml index 34644589..f86d3a31 100644 --- a/web/translation/translate.zh_TW.toml +++ b/web/translation/translate.zh_TW.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" = "新增伺服器" |
