Skip to content

Commit a808ede

Browse files
committed
add more translations (fix)
1 parent c8e95a0 commit a808ede

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

oclp_r/support/translate_language.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,9 +2716,17 @@ def detect(self):
27162716
"Network patches are already applied, requiring network connection":"Network patches are already applied, requiring network connection",
27172717
"Network patches are applicable, removing other patches":"Network patches are applicable, removing other patches",
27182718
"Network patches are not applicable, requiring network connection":"Network patches are not applicable, requiring network connection",
2719+
"Cannot mix Metal and Non-Metal GPUs":"Cannot mix Metal and Non-Metal GPUs",
2720+
"Stripping out Non-Metal GPUs":"Stripping out Non-Metal GPUs",
2721+
" Stripping out {hardware_name}":" Stripping out {hardware_name}",
2722+
"Cannot mix Metal 3802 and Metal 31001 GPUs on macOS Sequoia or newer":"Cannot mix Metal 3802 and Metal 31001 GPUs on macOS Sequoia or newer",
27192723
}
27202724
elif self.language_point=="简体中文":
27212725
trans={
2726+
" Stripping out {hardware_name}":" 排除{hardware_name}",
2727+
"Stripping out Non-Metal GPUs":"排除non-metal的GPU",
2728+
"Cannot mix Metal and Non-Metal GPUs":"无法混用Metal和non-Metal GPU",
2729+
"Cannot mix Metal 3802 and Metal 31001 GPUs on macOS Sequoia or newer":"在 macOS Sequoia 或更高版本上,无法混用 Metal 3802 和 Metal 31001 GPU",
27222730
"- Breakdown:":"- 分析",
27232731
"Network patches are applicable, removing other patches":"网络补丁可用,会移除其他补丁",
27242732
"Network patches are not applicable, requiring network connection":"网络补丁不适用,需要网络连接",

0 commit comments

Comments
 (0)