style: change config name

#350
This commit is contained in:
MystiPanda 2024-02-08 10:23:54 +08:00
parent 619b49bdc4
commit 787917ac66
4 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ const SettingClash = ({ onError }: Props) => {
</SettingItem> </SettingItem>
<SettingItem <SettingItem
label={t("Mixed Port")} label={t("Port Config")}
extra={ extra={
<Tooltip title={t("Random Port")}> <Tooltip title={t("Random Port")}>
<IconButton <IconButton

View File

@ -75,7 +75,7 @@
"Allow Lan": "Allow Lan", "Allow Lan": "Allow Lan",
"IPv6": "IPv6", "IPv6": "IPv6",
"Log Level": "Log Level", "Log Level": "Log Level",
"Mixed Port": "Mixed Port", "Port Config": "Port Config",
"Random Port": "Random Port", "Random Port": "Random Port",
"After restart to take effect": "After restart to take effect", "After restart to take effect": "After restart to take effect",
"External": "External", "External": "External",

View File

@ -73,7 +73,7 @@
"Allow Lan": "Разрешить локальную сеть", "Allow Lan": "Разрешить локальную сеть",
"IPv6": "IPv6", "IPv6": "IPv6",
"Log Level": "Уровень логов", "Log Level": "Уровень логов",
"Mixed Port": "Смешанный порт", "Port Config": "Настройка порта",
"Random Port": "Случайный порт", "Random Port": "Случайный порт",
"After restart to take effect": "Чтобы изменения вступили в силу, необходимо перезапустить приложение", "After restart to take effect": "Чтобы изменения вступили в силу, необходимо перезапустить приложение",
"Clash Core": "Ядро Clash", "Clash Core": "Ядро Clash",

View File

@ -75,7 +75,7 @@
"Allow Lan": "局域网连接", "Allow Lan": "局域网连接",
"IPv6": "IPv6", "IPv6": "IPv6",
"Log Level": "日志等级", "Log Level": "日志等级",
"Mixed Port": "端口设置", "Port Config": "端口设置",
"Random Port": "随机端口", "Random Port": "随机端口",
"After restart to take effect": "重启后生效", "After restart to take effect": "重启后生效",
"External": "外部控制", "External": "外部控制",