Skip to content

Commit 855a6e5

Browse files
committed
fix translate
1 parent e8ab78a commit 855a6e5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

oclp_r/support/translate_language.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,13 +1290,15 @@ def gui_install_oc(self):
12901290
"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.",
12911291
"Would you like to reboot?":"Would you like to reboot?",
12921292
"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.",
12941294
"An internal error occurred while installing:\n":"An internal error occurred while installing:\n",
12951295
"Available disks:":"Available disks:",
12961296
"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 ',
12971298
}
12981299
elif self.language_point=="简体中文":
12991300
trans={
1301+
'OpenCore has finished installing to disk.\n\nYou can eject the drive, insert it into the ':'OpenCore已经安装到磁盘,你可以将其插入到',
13001302
"Available partitions for ":"Available partitions for ",
13011303
"Available disks:":"可用磁盘:",
13021304
"Initializing Install OpenCore Frame":"初始化安装 OpenCore 窗口",
@@ -1317,7 +1319,7 @@ def gui_install_oc(self):
13171319
"You will need to reboot and hold the Option key and select OpenCore/Boot EFI's option.":"您需要重启并按住 Option 键,然后选择 OpenCore/Boot EFI 选项。",
13181320
"Would you like to reboot?":"要重启吗?",
13191321
"You can eject the drive, insert it into the ":"您可以弹出驱动器,将其插入 ",
1320-
", reboot, hold the Option key and select OpenCore/Boot EFI's option.":", 重启,按住 Option 键,然后选择 OpenCore/Boot EFI 选项。",
1322+
"reboot, hold the Option key and select OpenCore/Boot EFI\'s option.":"重启,按住 Option 键,然后选择 OpenCore/Boot EFI 选项。",
13211323
"An internal error occurred while installing:\n":"安装过程中发生内部错误:\n"
13221324
}
13231325
return trans

0 commit comments

Comments
 (0)