From 72d240f3259b70abd6dec323a30056934fdeee84 Mon Sep 17 00:00:00 2001 From: Carter Li Date: Mon, 17 Aug 2026 13:42:30 +0800 Subject: [PATCH] L10n (Zh): clarifies `Bluetooth` actually detects `Bluetooth devices` --- src/modules/bluetooth/bluetooth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/bluetooth.c b/src/modules/bluetooth/bluetooth.c index 95a0bae93..d4adae821 100644 --- a/src/modules/bluetooth/bluetooth.c +++ b/src/modules/bluetooth/bluetooth.c @@ -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,