Explorar o código

style: change config name

#350
MystiPanda hai 1 ano
pai
achega
f67137fd5e

+ 1 - 1
src/components/setting/setting-clash.tsx

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

+ 1 - 1
src/locales/en.json

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

+ 1 - 1
src/locales/ru.json

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

+ 1 - 1
src/locales/zh.json

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