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
logging.info(self.trans.wireless()["- Applying fake ID for WiFi, setting Country Code: {self.computer.wifi.country_code}"].format(computer=self.computer))
178
+
logging.info(self.trans["- Applying fake ID for WiFi, setting Country Code: {self.computer.wifi.country_code}"].format(computer=self.computer))
Copy file name to clipboardExpand all lines: oclp_r/support/translate_language.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2867,7 +2867,7 @@ def wired(self):
2867
2867
defwireless(self):
2868
2868
ifself.language_point=="English":
2869
2869
trans={
2870
-
"- Found Wireless Device {utilities.friendly_hex(self.computer.wifi.vendor_id)}:{utilities.friendly_hex(self.computer.wifi.device_id)}":"- Found Wireless Device {utilities.friendly_hex(self.computer.wifi.vendor_id)}:{utilities.friendly_hex(self.computer.wifi.device_id)}",
2870
+
"- Found Wireless Device {0}:{1}":"- Found Wireless Device {0}:{1}",
2871
2871
"- Setting Wireless Card's Country Code: {self.computer.wifi.country_code}":"- Setting Wireless Card's Country Code: {self.computer.wifi.country_code}",
2872
2872
"- Found ARPT device at {arpt_path}":"- Found ARPT device at {arpt_path}",
2873
2873
"- Enabling Wake on WLAN support":"- Enabling Wake on WLAN support",
@@ -2880,7 +2880,7 @@ def wireless(self):
2880
2880
}
2881
2881
elifself.language_point=="简体中文":
2882
2882
trans={
2883
-
"- Found Wireless Device {utilities.friendly_hex(self.computer.wifi.vendor_id)}:{utilities.friendly_hex(self.computer.wifi.device_id)}":"- 发现无线设备 {utilities.friendly_hex(self.computer.wifi.vendor_id)}:{utilities.friendly_hex(self.computer.wifi.device_id)}",
2883
+
"- Found Wireless Device {0}:{1}":"- 发现无线设备 {0}:{1}",
2884
2884
"- Setting Wireless Card's Country Code: {self.computer.wifi.country_code}":"- 设置无线网卡的国家代码:{self.computer.wifi.country_code}",
2885
2885
"- Found ARPT device at {arpt_path}":"- 在 {arpt_path} 发现 ARPT 设备",
2886
2886
"- Enabling Wake on WLAN support":"- 启用无线局域网唤醒支持",
0 commit comments