L10n (Zh): clarifies Bluetooth actually detects Bluetooth devices

This commit is contained in:
Carter Li
2026-08-17 13:42:30 +08:00
parent 2ca7e037ef
commit 72d240f325
+2 -2
View File
@@ -166,8 +166,8 @@ FFModuleBaseInfo ffBluetoothModuleInfo = {
.pl = "Bluetooth",
.pt = "Bluetooth",
.ru = "Bluetooth",
.zh_CN = "蓝牙",
.zh_TW = "藍牙",
.zh_CN = "蓝牙设备",
.zh_TW = "藍牙裝置",
},
.initOptions = (void*) ffInitBluetoothOptions,
.destroyOptions = (void*) ffDestroyBluetoothOptions,