Merge pull request #8 from htmambo/main

Update Chinese translations and max supported version
This commit is contained in:
liuze0109
2025-10-27 09:11:48 +08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -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" = "复制用户名";

View File

@@ -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"
# 获取当前脚本运行目录并切换到工作目录