Localizable.strings 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  2. "%@/min" = "%@/分钟";
  3. /* Confirmation message for deleting a CGM */
  4. "Are you sure you want to delete this CGM?" = "确认要删除该CGM吗?";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "取消";
  7. /* Title describing glucose date */
  8. "Date" = "日期";
  9. /* Button title to delete CGM
  10. Title text for the button to remove a CGM from Loop */
  11. "Delete CGM" = "删除CGM";
  12. /* Title describing glucose value */
  13. "Glucose" = "葡萄糖";
  14. /* Describes a glucose value adjusted to reflect a recent calibration */
  15. "Glucose (Adjusted)" = "血糖";
  16. /* Section title for latest glucose calibration */
  17. "Latest Calibration" = "最近一次较准";
  18. /* Section title for latest glucose reading */
  19. "Latest Reading" = "最新血糖值";
  20. /* Button title to open CGM app */
  21. "Open App" = "打开软件";
  22. /* Title describing sensor session age */
  23. "Session Age" = "传感器启动天数";
  24. /* Title describing CGM calibration and battery state */
  25. "Status" = "状态";
  26. /* Title describing transmitter session age */
  27. "Transmitter Age" = "发射器使用天数";
  28. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  29. "Transmitter ID" = "发射器编号";
  30. /* Title describing glucose trend */
  31. "Trend" = "趋势";