diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce53ec2..91d2dd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: tweak_version: description: "The version of the tweak to use. Enter the version manually from dayanch96/InfusePlus/releases or leave default" - default: "2.1" + default: "2.2" required: true type: string diff --git a/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings b/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings index 4c9dd3d..1255de7 100644 --- a/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings +++ b/InfusePlus.bundle/zh-Hans.lproj/Localizable.strings @@ -114,16 +114,16 @@ "Imported" = "已导入"; "MediaNotFound" = "未找到媒体"; -"ImportLinksFromFile" = "Import from file"; -"ExportLinksToFile" = "Export to file"; -"RemoveLinks" = "Remove all links"; -"AddLink" = "Add link"; -"AddViaURL" = "Direct URL"; +"ImportLinksFromFile" = "从文件导入"; +"ExportLinksToFile" = "导出到文件"; +"RemoveLinks" = "删除所有链接"; +"AddLink" = "添加链接"; +"AddViaURL" = "添加链接"; "URL" = "URL"; -"PlayDirectly" = "Play directly"; -"InvalidLink" = "Invalid link"; -"InvalidFile" = "Invalid file"; -"Done" = "Done"; +"PlayDirectly" = "直接播放"; +"InvalidLink" = "无效链接"; +"InvalidFile" = "无效文件"; +"Done" = "完成"; "Welcome.Premium" = "高级功能"; "Welcome.PremiumDesc" = "访问所有独家应用程序功能"; @@ -134,4 +134,4 @@ "Welcome.More" = "更多功能"; "Welcome.MoreDesc" = "设置启动页、更改控制中心的播放器海报和标题、更新通知等等"; "SupportMe" = "支持我"; -"Continue" = "继续"; \ No newline at end of file +"Continue" = "继续";