mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
chore: rename "DNS Settings" to "DNS Overwrite" in UI for consistency
This change updates the label for the DNS toggle setting from "DNS Settings" to "DNS Overwrite" in the ClashVerge settings interface. The change provides better consistency with the translation keys and more clearly communicates the function of the setting, which is to override system DNS. The corresponding translation keys have been updated in both English and Chinese localization files.
This commit is contained in:
parent
37a333a023
commit
6877e0c95d
@ -135,7 +135,7 @@ const SettingClash = ({ onError }: Props) => {
|
|||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
<SettingItem
|
<SettingItem
|
||||||
label={t("DNS Settings")}
|
label={t("DNS Overwrite")}
|
||||||
extra={
|
extra={
|
||||||
<TooltipIcon
|
<TooltipIcon
|
||||||
icon={SettingsRounded}
|
icon={SettingsRounded}
|
||||||
|
@ -473,6 +473,7 @@
|
|||||||
"Validation Failed": "Validation Failed",
|
"Validation Failed": "Validation Failed",
|
||||||
"Service Administrator Prompt": "Clash Verge requires administrator privileges to reinstall the system service",
|
"Service Administrator Prompt": "Clash Verge requires administrator privileges to reinstall the system service",
|
||||||
"DNS Settings": "DNS Settings",
|
"DNS Settings": "DNS Settings",
|
||||||
|
"DNS Overwrite": "DNS Overwrite",
|
||||||
"DNS Settings Warning": "If you are not familiar with these settings, please do not modify them and keep DNS Settings enabled",
|
"DNS Settings Warning": "If you are not familiar with these settings, please do not modify them and keep DNS Settings enabled",
|
||||||
"Enable DNS": "Enable DNS",
|
"Enable DNS": "Enable DNS",
|
||||||
"DNS Listen": "DNS Listen",
|
"DNS Listen": "DNS Listen",
|
||||||
|
@ -465,7 +465,8 @@
|
|||||||
"Verge Advanced Setting": "Verge 高级设置",
|
"Verge Advanced Setting": "Verge 高级设置",
|
||||||
"Service Administrator Prompt": "Clash Verge 需要使用管理员权限来重新安装系统服务",
|
"Service Administrator Prompt": "Clash Verge 需要使用管理员权限来重新安装系统服务",
|
||||||
"DNS Settings": "DNS 设置",
|
"DNS Settings": "DNS 设置",
|
||||||
"DNS Settings Warning": "如果你不清楚这里的设置请不要修改,并保持dns设置开启",
|
"DNS Overwrite": "DNS 覆写",
|
||||||
|
"DNS Settings Warning": "如果你不清楚这里的设置请不要修改,并保持 DNS 设置开启",
|
||||||
"Enable DNS": "启用 DNS",
|
"Enable DNS": "启用 DNS",
|
||||||
"DNS Listen": "DNS 监听地址",
|
"DNS Listen": "DNS 监听地址",
|
||||||
"Enhanced Mode": "增强模式",
|
"Enhanced Mode": "增强模式",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user