You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.warning(self.trans["Couldn't find KDK matching {0} or {1}, please install one manually"].format(host_version,host_build))
190
190
191
-
self.error_msg=self.trans["Couldn't find KDK matching {0} ({1}) or {2} was installed.\nPlease ensure you have a network connection or manually install a KDK."].format(host_version,host_build,older_version)
191
+
self.error_msg=self.trans["Couldn't find KDK matching {0} ({1}) or {2} was installed."].format(host_version,host_build,older_version) +"\n"+self.trans["Please ensure you have a network connection or manually install a KDK."]
logging.warning(self.trans["Couldn't find metallib matching {0} or {1}, please install one manually"].format(self.host_version, older_version))
152
152
153
-
self.error_msg=self.trans["Could not contact MetallibSupportPkg API, and no metallib matching {0} ({1}) or {2} was installed.\nPlease ensure you have a network connection or manually install a metallib."].format(self.host_version, self.host_build, older_version)
153
+
self.error_msg=self.trans["Could not contact MetallibSupportPkg API, and no metallib matching {0} ({1}) or {2} was installed."].format(self.host_version, self.host_build, older_version) +"\n"+self.trans["Please ensure you have a network connection or manually install a metallib."]
Copy file name to clipboardExpand all lines: oclp_r/support/translate_language.py
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ def arguements(self):
59
59
"- Failed to load plist for":"- Failed to load plist for",
60
60
"- Removing":"- Removing",
61
61
"- Using custom model:":"- Using custom model:",
62
-
"""Your model is not supported by this patcher for running unsupported OSes!"
62
+
"""Your model is not supported by this patcher for running unsupported OSes!
63
63
64
-
If you plan to create the USB for another machine, please select the "Change Model" option in the menu.""":"""Your model is not supported by this patcher for running unsupported OSes!"
64
+
If you plan to create the USB for another machine, please select the "Change Model" option in the menu.""":"""Your model is not supported by this patcher for running unsupported OSes!
65
65
66
66
If you plan to create the USB for another machine, please select the "Change Model" option in the menu.""",
67
67
"- Using detected model:":"- Using detected model:",
@@ -170,7 +170,7 @@ def arguements(self):
170
170
"- Failed to load plist for": "- 无法加载 plist 文件",
171
171
"- Removing": "- 正在删除",
172
172
"- Using custom model:":"- 使用自定义型号:",
173
-
"""Your model is not supported by this patcher for running unsupported OSes!"
173
+
"""Your model is not supported by this patcher for running unsupported OSes!
174
174
175
175
If you plan to create the USB for another machine, please select the "Change Model" option in the menu.""": """您的型号不受此修补程序支持以运行不支持的操作系统!
176
176
@@ -280,7 +280,9 @@ def kdk_handler(self):
280
280
"Failed to fetch KDK list, falling back to local KDK matching":"Failed to fetch KDK list, falling back to local KDK matching",
281
281
"Checking for KDKs loosely matching {0}":"Checking for KDKs loosely matching {0}",
"This settings requires 'gpu-power-prefs' NVRAM argument to be set to '1'.\n\nIf missing and this option is toggled, the system will not boot\n\nFull command:\nnvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%01%00%00%00":"此设置需要 'gpu-power-prefs' NVRAM 参数设置为 '1'。\n\n如果缺失且此选项被切换,系统将无法启动\n\n完整命令:\nnvram FA4CE28D-B62F-4C99-9CC3-6815686E30F9:gpu-power-prefs=%01%00%00%00",
"We just finished installing the patches to your Root Volume!\n\nHowever, Apple requires users to manually approve the kernel extensions installed before they can be used next reboot.\n\nWould you like to open System Preferences?":"我们刚刚完成了对您根卷的补丁安装!\n\n但, Apple 要求用户手动批准安装的内核扩展,然后才能在下次重启时使用它们。\n\n您想要打开系统偏好设置吗?",
0 commit comments