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
"We found you are currently booting OpenCore built for a different unit: {self.constants.computer.build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac.":"We found you are currently booting OpenCore built for a different unit: {self.constants.computer.build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac.",
1640
+
"We found you are currently booting OpenCore built for a different unit: {build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac.":"We found you are currently booting OpenCore built for a different unit: {self.constants.computer.build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac.",
1641
1641
"Update successful!":"Update successful!",
1642
-
"OCLP-R has been updated to the latest version: {self.constants.patcher_version}\n\nWould you like to update OpenCore and your root volume patches?":"OCLP-R has been updated to the latest version: {self.constants.patcher_version}\n\nWould you like to update OpenCore and your root volume patches?",
1642
+
"OCLP-R has been updated to the latest version: {patcher_version}\n\nWould you like to update OpenCore and your root volume patches?":"OCLP-R has been updated to the latest version: {patcher_version}\n\nWould you like to update OpenCore and your root volume patches?",
1643
1643
"A new version of OCLP-R is available!":"A new version of OCLP-R is available!",
1644
-
"OCLP-R {oclp_version} is now available - You have {self.constants.patcher_version}. Would you like to update?":"OCLP-R {oclp_version} is now available - You have {self.constants.patcher_version}. Would you like to update?",
1644
+
"OCLP-R {oclp_version} is now available - You have {patcher_version}. Would you like to update?":"OCLP-R {oclp_version} is now available - You have {patcher_version}. Would you like to update?",
1645
1645
"Unable to fetch changelog\n\nPlease check the Github page for more information about this release.":"Unable to fetch changelog\n\nPlease check the Github page for more information about this release.",
1646
1646
"Dismiss":"Dismiss",
1647
1647
"View on GitHub":"View on GitHub",
@@ -1687,11 +1687,11 @@ def gui_main_menu(self):
1687
1687
"Resources for OpenCore Legacy":"OpenCore Legacy Patcher",
"We found you are currently booting OpenCore built for a different unit: {self.constants.computer.build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac.":"我们发现您当前正在引导为不同设备构建的 OpenCore:{self.constants.computer.build_model}\n\n我们构建的配置是为匹配单个设备的,不能与不同的 Mac 混合使用或重复使用。\n\n请构建并安装一个新的 OpenCore 配置,然后重启您的 Mac。",
1690
+
"We found you are currently booting OpenCore built for a different unit: {build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac.":"我们发现您当前正在引导为不同设备构建的 OpenCore:{self.constants.computer.build_model}\n\n我们构建的配置是为匹配单个设备的,不能与不同的 Mac 混合使用或重复使用。\n\n请构建并安装一个新的 OpenCore 配置,然后重启您的 Mac。",
1691
1691
"Update successful!":"更新成功!",
1692
-
"OCLP-R has been updated to the latest version: {self.constants.patcher_version}\n\nWould you like to update OpenCore and your root volume patches?":"OCLP-R 已更新到最新版本:{self.constants.patcher_version}\n\n您是否要更新 OpenCore 和根卷补丁?",
1692
+
"OCLP-R has been updated to the latest version: {patcher_version}\n\nWould you like to update OpenCore and your root volume patches?":"OCLP-R 已更新到最新版本:{patcher_version}\n\n您是否要更新 OpenCore 和根卷补丁?",
1693
1693
"A new version of OCLP-R is available!":"OCLP-R 有新版本可用!",
1694
-
"OCLP-R {oclp_version} is now available - You have {self.constants.patcher_version}. Would you like to update?":"OCLP-R {oclp_version} 现已可用 - 您当前版本是 {self.constants.patcher_version}。您是否要更新?",
1694
+
"OCLP-R {oclp_version} is now available - You have {patcher_version}. Would you like to update?":"OCLP-R {oclp_version} 现已可用 - 您当前版本是 {patcher_version}。您是否要更新?",
1695
1695
"Unable to fetch changelog\n\nPlease check the Github page for more information about this release.":"无法获取更新日志\n\n请查看 Github 页面了解有关此版本的更多信息。",
Copy file name to clipboardExpand all lines: oclp_r/wx_gui/gui_main_menu.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ def _preflight_checks(self):
267
267
# Notify user they're booting an unsupported configuration
268
268
pop_up=wx.MessageDialog(
269
269
self,
270
-
self.trans["We found you are currently booting OpenCore built for a different unit: {self.constants.computer.build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac."].format(self.constants.computer.build_model),
270
+
self.trans["We found you are currently booting OpenCore built for a different unit: {build_model}\n\nWe builds configs to match individual units and cannot be mixed or reused with different Macs.\n\nPlease Build and Install a new OpenCore config, and reboot your Mac."].format(build_model=self.constants.computer.build_model),
self.trans["OCLP-R has been updated to the latest version: {self.constants.patcher_version}\n\nWould you like to update OpenCore and your root volume patches?"].format(self.constants.patcher_version),
283
+
self.trans["OCLP-R has been updated to the latest version: {patcher_version}\n\nWould you like to update OpenCore and your root volume patches?"].format(patcher_version=self.constants.patcher_version),
self.title_text=wx.StaticText(panel, label=self.trans["A new version of OCLP-R is available!"])
411
-
self.description=wx.StaticText(panel, label=self.trans[f"OCLP-R {oclp_version} is now available - You have {self.constants.patcher_version}. Would you like to update?"])
411
+
self.description=wx.StaticText(panel, label=self.trans["OCLP-R {oclp_version} is now available - You have {patcher_version}. Would you like to update?"].format(oclp_version=oclp_version,patcher_version=self.constants.patcher_version))
0 commit comments