| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /* CGM display title */
- "Dexcom G5" = "Dexcom G5";
- /* CGM display title */
- "Dexcom G6" = "Dexcom G6";
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "葡萄糖数据不可用";
- /* Describes a low battery */
- "Low Battery" = "电量低";
- /* Describes a functioning transmitter */
- "OK" = "Ok";
- /* invlid config error description */
- "Peripheral command was invalid" = "Peripheral command was invalid";
- /* Timeout error description */
- "Peripheral did not respond in time" = "外设没有及时响应";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "外围设备未连接";
- /* The description of sensor calibration state when sensor calibration is ok. */
- "Sensor calibration is OK" = "传感器校准成功";
- /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "传感器处于未知状态 %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "传感器停止";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "传感器在启动中";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "传感器需要校准";
- /* Error description */
- "Unknown characteristic" = "未知特性";
|