feat(i18n): localize settings and dns menu leftovers

This commit is contained in:
juewuy
2026-03-11 19:39:05 +08:00
parent ed635b871a
commit 8bcaac1f66
55 changed files with 1913 additions and 709 deletions

View File

@@ -126,3 +126,33 @@ ADV_TABLE_INPUT="Please enter the routing table ID (do not modify unless necessa
# =================================================
IPV6_REDIR="IPv6 Transparent Routing (Hijack IPv6 Traffic)"
IPV6_DNS="IPv6 DNS Resolution (Return IPv6 addresses)"
SET_YES="Yes"
SET_NO_BACK="No, back"
SET_SKIP_CERT_NOW="Current status: "
SET_ENABLED="enabled"
SET_DISABLED="disabled"
SET_SKIP_CERT_ENABLE_Q=" skip local certificate verification. Enable now?"
SET_SKIP_CERT_DISABLE_Q=" skip local certificate verification. Disable now?"
SET_SNIFFER_NOW="Current status: "
SET_SNIFFER_ENABLE_Q=" domain sniffer. Enable now?"
SET_SNIFFER_DISABLE_Q=" domain sniffer. Disable now?"
SET_LANG_ZH="简体中文"
SET_LANG_EN="English"
SET_SWITCH_RERUN="Switched successfully! Please re-run the script!"
SET_SWITCH_OK="Switched successfully!"
SET_MODE_SUFFIX="mode"
SET_SET_TO="Set to "
SET_BYPASS_TCP="TCP bypass forwarding"
SET_BYPASS_TU="TCP&UDP bypass forwarding"
SET_BYPASS_TCP_DESC="forward TCP traffic only to bypass router"
SET_BYPASS_TU_DESC="forward TCP&UDP traffic to bypass router"
SET_FW_AREA_CURRENT="Current hijack scope: "
SET_WARN="Notice:"
SET_DESC="Description:"
SET_BYPASS_WARN_1="This feature has risks. Do not use without network knowledge!"
SET_BYPASS_WARN_2="For UDP proxy, ensure bypass router runs a UDP-capable mode!"
SET_BYPASS_WARN_3="With systemd startup, core still runs idle. Conservative mode is recommended!"
SET_BYPASS_DESC_1="This mode does not start core; it only configures firewall forwarding and downstream devices need no extra gateway/DNS setup"
SET_BYPASS_DESC_2="Supports firewall routing split and device filtering, supports some cron tasks, but not IPv6"
SET_INPUT_BYPASS_IPV4="Please enter bypass-router IPv4 address"
SET_TIPS_ENTER_BACK="Tip: press Enter directly to return"