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
Copy file name to clipboardExpand all lines: oclp_r/support/translate_language.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1290,13 +1290,15 @@ def gui_install_oc(self):
1290
1290
"You will need to reboot and hold the Option key and select OpenCore/Boot EFI's option.":"You will need to reboot and hold the Option key and select OpenCore/Boot EFI's option.",
1291
1291
"Would you like to reboot?":"Would you like to reboot?",
1292
1292
"You can eject the drive, insert it into the ":"You can eject the drive, insert it into the ",
1293
-
", reboot, hold the Option key and select OpenCore/Boot EFI's option.":", reboot, hold the Option key and select OpenCore/Boot EFI's option.",
1293
+
"reboot, hold the Option key and select OpenCore/Boot EFI\'s option.":"reboot, hold the Option key and select OpenCore/Boot EFI\'s option.",
1294
1294
"An internal error occurred while installing:\n":"An internal error occurred while installing:\n",
1295
1295
"Available disks:":"Available disks:",
1296
1296
"Available partitions for ":"Available partitions for ",
1297
+
'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 ',
1297
1298
}
1298
1299
elifself.language_point=="简体中文":
1299
1300
trans={
1301
+
'OpenCore has finished installing to disk.\n\nYou can eject the drive, insert it into the ':'OpenCore已经安装到磁盘,你可以将其插入到',
1300
1302
"Available partitions for ":"Available partitions for ",
0 commit comments