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
"Available installers on Dortania":"Dortania 上可用的安装器",
1041
+
"Cannot find any KDKs on Dortania":"在 Dortania 上找不到任何 KDK",
1038
1042
}
1039
1043
returntrans
1040
-
1044
+
1041
1045
defgui_about(self):
1042
1046
ifself.language_point=="English":
1043
1047
trans={
@@ -1256,6 +1260,7 @@ def gui_install_oc(self):
1256
1260
"Available disks:":"Available disks:",
1257
1261
"Available partitions for ":"Available partitions for ",
1258
1262
'OpenCore has finished installing to disk.\n\nYou can eject the drive, insert it into the ':'OpenCore has finished installing to disk.\n\nYou can eject the drive, insert it into the ',
1263
+
"Note: Blue represents the disk OpenCore is currently booted from":"Note: Blue represents the disk OpenCore is currently booted from",
1259
1264
}
1260
1265
elifself.language_point=="简体中文":
1261
1266
trans={
@@ -1281,10 +1286,11 @@ def gui_install_oc(self):
1281
1286
"Would you like to reboot?":"要重启吗?",
1282
1287
"You can eject the drive, insert it into the ":"您可以弹出驱动器,将其插入 ",
1283
1288
"reboot, hold the Option key and select OpenCore/Boot EFI\'s option.":"重启,按住 Option 键,然后选择 OpenCore/Boot EFI 选项。",
1284
-
"An internal error occurred while installing:\n":"安装过程中发生内部错误:\n"
1289
+
"An internal error occurred while installing:\n":"安装过程中发生内部错误:\n",
1290
+
"Note: Blue represents the disk OpenCore is currently booted from":"注意:蓝色表示当前 OpenCore 启动所在的磁盘",
1285
1291
}
1286
1292
returntrans
1287
-
1293
+
1288
1294
defgui_macos_installer_download(self):
1289
1295
ifself.language_point=="English":
1290
1296
trans={
@@ -2052,6 +2058,7 @@ def gui_settings(self):
2052
2058
"Provide English & Chinese Simplified.":"Provide English & Chinese Simplified.",
2053
2059
"Updating System Defaults: {variable} = {value} ({value_type})":"Updating System Defaults: {variable} = {value} ({value_type})",
2054
2060
"Updating System Defaults (root): {variable} = {value} ({value_type})":"Updating System Defaults (root): {variable} = {value} ({value_type})",
"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"
2410
+
"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",
0 commit comments