From d76dc23ab1806e0be739519309912f66915d67fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=9C=E5=86=9C?= Date: Tue, 9 Sep 2025 16:57:44 +0800 Subject: [PATCH] Update Chinese translations and max supported version Corrected wording in several Chinese translation strings for consistency. Increased the max supported version in install.sh from 6.1.0 to 6.3.0 to support newer releases. --- Main Application/zh_Hans.lproj/Localizable.strings | 8 ++++---- install.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Main Application/zh_Hans.lproj/Localizable.strings b/Main Application/zh_Hans.lproj/Localizable.strings index 0b26650..cd4fbb6 100755 --- a/Main Application/zh_Hans.lproj/Localizable.strings +++ b/Main Application/zh_Hans.lproj/Localizable.strings @@ -897,10 +897,10 @@ "An error occurred while parsing the response." = "解析响应时发生错误."; "Auto{0}Refresh" = "自动{0}刷新"; "This connection type allows you to specify multiple entries. Use the textfield below to add, change or remove entries for this connection." = "此连接类型允许您指定多个条目。使用下面的文本字段添加,更改或删除此连接的条目."; -"Loading, please wait ..." = "加载中,请稍后 ..."; -"Saving, please wait ..." = "保存中,请稍后 ..."; -"Merging, please wait ..." = "合并中,请稍后 ..."; -"Installing plugin(s), please wait" = "插件安装中, 请稍后"; +"Loading, please wait ..." = "加载中,请稍候 ..."; +"Saving, please wait ..." = "保存中,请稍候 ..."; +"Merging, please wait ..." = "合并中,请稍候 ..."; +"Installing plugin(s), please wait" = "插件安装中, 请稍候"; "Plugin Settings" = "插件设置"; "Dashboard Settings" = "面板设置"; "Copy Username" = "复制用户名"; diff --git a/install.sh b/install.sh index 2e4eca6..51e86c8 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # 设置最大和最小支持版本号 -readonly max_support_version="6.1.0" +readonly max_support_version="6.3.0" readonly min_support_version="4.3.6" # 获取当前脚本运行目录并切换到工作目录