@@ -152,10 +152,12 @@ def arguements(self):
152152 "Selected installer: {name} ({version} ({build}))" :"Selected installer: {name} ({version} ({build}))" ,
153153 "Available disks:" :"Available disks:" ,
154154 "Selected macOS DMG {version} ({build})" :"Selected macOS DMG {version} ({build})" ,
155- "Selected macOS {version} ({build})" :"Selected macOS {version} ({build})"
155+ "Selected macOS {version} ({build})" :"Selected macOS {version} ({build})" ,
156+ "Set IONvme Patch is True" :"Set IONvme Patch is True" ,
156157 }
157158 elif self .language_point == "简体中文" :
158159 trans = {
160+ "Set IONvme Patch is True" :"设置IONvme补丁" ,
159161 "Set Validation Mode" : "设置验证模式" ,
160162 "- Running from Installer Sandbox, blocking OS updaters" : "- 从安装程序沙箱运行, 阻止操作系统更新程序" ,
161163 "Set System Volume patching" : "设置系统卷修补" ,
@@ -1203,11 +1205,13 @@ def gui_download(self):
12031205 def gui_entry (self ):
12041206 if self .language_point == "English" :
12051207 trans = {
1208+ "Set IONvme Patch is True" :"Set IONvme Patch is True" ,
12061209 "Entry point set:" :"Entry point set:" ,
12071210 "Cleaning up wxPython GUI" :"Cleaning up wxPython GUI"
12081211 }
12091212 elif self .language_point == "简体中文" :
12101213 trans = {
1214+ "Set IONvme Patch is True" :"设置IONvme补丁" ,
12111215 "Entry point set:" :"入口点已设置:" ,
12121216 "Cleaning up wxPython GUI" :"正在清理 wxPython GUI"
12131217 }
@@ -3132,6 +3136,7 @@ def hardware(self):
31323136 "Legacy Audio" :"Legacy Audio" ,
31333137 "Modern Audio" :"Modern Audio" ,
31343138 "Voodoo Audio" :"Voodoo Audio" ,
3139+ "IONvme Patch" :"IONvme Patch" ,
31353140
31363141 # Graphics
31373142 "AMD Legacy GCN" :"AMD Legacy GCN" ,
@@ -3180,7 +3185,7 @@ def hardware(self):
31803185 "Legacy Audio" :"传统音频补丁" ,
31813186 "Modern Audio" :"现代音频补丁" ,
31823187 "Voodoo Audio" :"Voodoo 音频补丁" ,
3183-
3188+ "IONvme Patch" : "IONvme 补丁" ,
31843189 # Graphics
31853190 "AMD Legacy GCN" :"AMD 传统 GCN" ,
31863191 "AMD Navi" :"AMD Navi" ,
0 commit comments