| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* The title of the section describing commands */
- "Commands" = "命令";
- /* The connected state */
- "Connected" = "已连接";
- /* The in-progress connecting state */
- "Connecting" = "正在连接";
- /* The title of the cell showing BLE connection state */
- "Connection State" = "连接状态";
- /* The title of the section describing the device */
- "Device" = "设备";
- /* The title of the devices table section in RileyLink settings */
- "Devices" = "设备";
- /* The disconnected state */
- "Disconnected" = "已断开连接";
- /* The in-progress disconnecting state */
- "Disconnecting" = "断开";
- /* The title of the cell showing firmware version */
- "Firmware" = "固件";
- /* The title of the cell showing current rileylink frequency */
- "Frequency" = "频段";
- /* The title of the cell showing device name */
- "Name" = "设备名称";
- /* RileyLink setup description */
- "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "允许RileyLink通过低功耗蓝牙与泵连接通信";
- /* The title of the cell showing BLE signal strength (RSSI) */
- "Signal Strength" = "信号强度";
- /* The header of the cells showing connection monitoring */
- "Connection Monitoring" = "连接状态设置";
- /* The title of the cell showing uptime */
- "Uptime" = "Uptime";
- /* The title of the cell showing battery level */
- "Battery level" = "电池电量";
- /* The title of the cell showing Voltage */
- "Voltage" = "电压";
- /* "The title of the section for alerts" */
- "Alert" = "警报";
- /* The title of the cell showing Low Battery Alert */
- "Low Battery Alert" = "电池报警";
- /* Header of list showing battery level alert options */
- "Battery level Alert" = "电池电量警报";
- /* Battery level alert OFF in list of options */
- "OFF" = "关闭";
- /* The title of the command to update diagnostic LEDs */
- "Diagnostic LEDs" = "诊断指示灯";
- /* The title of the command to fetch RileyLink statistics */
- "Get RileyLink Statistics" = "获取 RileyLink 统计";
- /* The title of the command to invert BLE connection LED logic */
- "Invert LED Logic" = "反转指示灯逻辑。";
- /* The header of the cells showing test commands */
- "Test Commands" = "测试命令";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Yellow LED" = "点亮黄色指示灯";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Red LED" = "点亮红色指示灯";
- /* The title of the cell showing Test Vibration */
- "Test Vibration" = "测试振动";
- /* The title of the cell for sounding device finding piezo */
- "Find Device" = "寻找设备";
- /* The title of the cell for connection LED */
- "Connection LED" = "连接指示灯";
- /* The title of the cell for connection vibration */
- "Connection Vibration" = "连接振动";
- /* Detail text when battery alert disabled. */
- "Off" = "关闭";
- /* Text indicating LED Mode is on */
- "On" = "开启";
- /* Text indicating LED Mode is off */
- "Off" = "关闭";
- /* Text indicating LED Mode is auto */
- "Auto" = "自动";
|