Localizable.strings 1.4 KB

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