|
5888 | 5888 | }, |
5889 | 5889 | "BootstrapBlazor.Server.Components.Samples.Bluetooth": { |
5890 | 5890 | "BluetoothTitle": "IBluetooth Service ", |
| 5891 | + "BluetoothIntro": "Provides methods to query Bluetooth availability and request access to devices", |
| 5892 | + "BluetoothDescription": "Allows websites to communicate with Bluetooth devices connected to the user's computer. For example, you can connect to a Bluetooth printer to print.", |
| 5893 | + "BluetoothTipsLi1": "This feature is available only in secure contexts (HTTPS)", |
| 5894 | + "BluetoothTipsLi2": "This is an experimental technology Check the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Bluetooth#browser_compatibility\" target=\"_blank\">Browser compatibility table</a> carefully before using this in production", |
| 5895 | + "BluetoothTipsTitle": "Note: The <code>IBluetoothService</code> interface instance inherits <code>IAsyncDisposable</code>. When switching routes, you need to release its resources by calling its <code>DisposeAsync</code>.", |
| 5896 | + "NotSupportBluetoothTitle": "Scan Devices", |
| 5897 | + "NotSupportBluetoothContent": "The current browser does not support serial port operations. Please change to Edge or Chrome browser.", |
| 5898 | + "BluetoothRequestText": "Scan", |
| 5899 | + "BluetoothConnectText": "Connect", |
| 5900 | + "BluetoothDisconnectText": "Disconnect", |
| 5901 | + "BluetoothGetBatteryText": "Battery", |
| 5902 | + "BluetoothGetHeartRateText": "HeartRate", |
5891 | 5903 | "BaseUsageTitle": "Basic usage", |
5892 | | - "BaseUsageIntro": "After connecting the device, perform operations such as printing, and write the corresponding commands(ESC/POS/CPCL) according to the characteristics of the printer", |
5893 | | - "BluetoothBatteryLevelTitle": "Bluetooth Battery Level", |
5894 | | - "BluetoothBatteryLevelIntro": "Click to connect device", |
5895 | | - "ConnectButtonText": "Connect", |
5896 | | - "DisconnectButtonText": "Disconnect", |
5897 | | - "ReconnectButtonText": "Reconnect", |
5898 | | - "PrintButtonText": "Print", |
5899 | | - "Url1": "1. Printer, for printable label/barcode/QR code", |
5900 | | - "BluetoothsTitle2": "Bluetooth Heart Rate", |
5901 | | - "GetHeartrateButtonText": "Get heart rate", |
5902 | | - "StopHeartrateButtonText": "Stop heart rate", |
5903 | | - "Url2": "2. Heart Rate", |
5904 | | - "BluetoothHeartRate": "Bluetooth Heart Rate Band", |
5905 | | - "BatteryLevelTitle": "Heart rate monitor", |
5906 | | - "BatteryLevelIntro": "Connect the heart rate band", |
5907 | | - "GetBatteryLevelButtonText": "Get Battery Level", |
5908 | | - "Url3": "3. Battery Level", |
5909 | | - "Tips": "ServiceUUID, Default <code>0xff00</code><br/>Common Printers ServiceUUID:<br/><code>0000ff00-0000-1000-8000-00805f9b34fb</code><br/><code>e7810a71-73ae-499d-8c15-faa9aef0c3f2</code><br/><code>0000fee7-0000-1000-8000-00805f9b34fb</code><br/>Set up component services UUID : <code>printer.Opt.ServiceUuid=?</code>", |
5910 | | - "InnerUI": "Built-in UI", |
5911 | | - "BasicUsage": "Basic usage", |
5912 | | - "PrinterComponent": "Printer Component", |
5913 | | - "BatteryLevelComponent": "BatteryLevel Component", |
5914 | | - "HeartrateComponent": "Heartrate Component", |
5915 | | - "BluetoothDeviceClass": "BluetoothDevice Class", |
5916 | | - "PrinterOptionClass": "PrinterOption Class", |
5917 | | - "DeviceBattery": "Device power {0}%", |
5918 | | - "CommandsAttr": "Print instructions (cpcl/esp/pos code)", |
5919 | | - "PrintAttr": "Print", |
5920 | | - "OnUpdateStatusAttr": "Status update callback method", |
5921 | | - "OnUpdateErrorAttr": "Error update callback method", |
5922 | | - "PrinterElementAttr": "The reference object for UI interface elements, if left blank, the entire page will be used", |
5923 | | - "OptAttr": "Printer Options", |
5924 | | - "ShowUIAttr": "Obtain/Set Display Built-in UI", |
5925 | | - "DebugAttr": "Obtain/Set Display Log", |
5926 | | - "DeviceNameAttr": "Obtain/Set Device Name", |
5927 | | - "NamePrefixAttr": "Initial search for device name prefix, default to null", |
5928 | | - "MaxChunkAttr": "Data slice size, default to 100", |
5929 | | - "NameAttr": "Device Name", |
5930 | | - "ValueAttr": "Device value: such as heart rate/battery level%", |
5931 | | - "StatusAttr": "Status", |
5932 | | - "ErrorAttr": "Error", |
5933 | | - "GetBatteryLevelAttr": "Query battery level", |
5934 | | - "OnUpdateValueAttr": "Numerical update callback method", |
5935 | | - "BatteryLevelElementAttr": "Reference objects for UI interface elements", |
5936 | | - "GetHeartrateAttr": "Connect the heart rate band", |
5937 | | - "StopHeartrateAttr": "Stop monitoring heart rate", |
5938 | | - "HeartrateElementAttr": "Reference objects for UI interface elements", |
5939 | | - "SwitchUI": "Switch UI" |
| 5904 | + "BaseUsageIntro": "Request communication with Bluetooth devices through the <code>IBluetoothService</code> service" |
5940 | 5905 | }, |
5941 | 5906 | "BootstrapBlazor.Server.Components.Samples.FileIcons": { |
5942 | 5907 | "Title": "File Icon", |
|
0 commit comments