From 6a00255fffcc1e9e1022c2134c196cbedd51a48a Mon Sep 17 00:00:00 2001 From: Langning Chen Date: Wed, 11 Dec 2024 01:02:21 +0800 Subject: [PATCH] Fix l10n issues (#2315) * Complete the missing translation * Match the Chinese language file order with others --- src/locales/en.json | 2 ++ src/locales/zh.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 2c9ae925..8e10af3f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -250,6 +250,7 @@ "Unified Delay": "Unified Delay", "Unified Delay Info": "When unified delay is turned on, two delay tests will be performed to eliminate the delay differences between different types of nodes caused by connection handshakes, etc", "Log Level": "Log Level", + "Log Level Info": "This parameter is valid only for kernel log files in the log directory Service folder", "Port Config": "Port Config", "Random Port": "Random Port", "Mixed Port": "Mixed Port", @@ -334,6 +335,7 @@ "toggle_system_proxy": "Enable/Disable System Proxy", "toggle_tun_mode": "Enable/Disable Tun Mode", "Backup Setting": "Backup Setting", + "Backup Setting Info": "Support WebDAV backup configuration files", "Runtime Config": "Runtime Config", "Open Conf Dir": "Open Conf Dir", "Open Conf Dir Info": "If the software runs abnormally, BACKUP and delete all files in this folder than restart the software", diff --git a/src/locales/zh.json b/src/locales/zh.json index 1f327286..00886675 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -1,7 +1,7 @@ { "millis": "毫秒", - "mins": "分钟", "seconds": "秒", + "mins": "分钟", "Back": "返回", "Close": "关闭", "Cancel": "取消", @@ -337,8 +337,8 @@ "Backup Setting": "备份设置", "Backup Setting Info": "支持WebDAV备份配置文件", "Runtime Config": "当前配置", - "Open Conf Dir Info": "如果软件运行异常,!备份!并删除此文件夹下的所有文件,重启软件", "Open Conf Dir": "配置目录", + "Open Conf Dir Info": "如果软件运行异常,!备份!并删除此文件夹下的所有文件,重启软件", "Open Core Dir": "内核目录", "Open Logs Dir": "日志目录", "Check for Updates": "检查更新",