Localizable.strings 959 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* No glucose value representation (3 dashes for mg/dL) */
  2. "– – –" = "---";
  3. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  4. "%@/min" = "%@/分";
  5. /* No comment provided by engineer. */
  6. "Are you sure you want to delete this CGM?" = "このCGMを削除しますか?";
  7. /* Button text to cancel G7 setup */
  8. "Cancel" = "キャンセル";
  9. /* No comment provided by engineer. */
  10. "Configuration" = "コンフィグレーション";
  11. /* title for g7 settings connection status when connected */
  12. "Connected" = "接続済み";
  13. /* title for g7 settings connection status when connecting */
  14. "Connecting" = "接続しています";
  15. /* Button title for starting setup */
  16. "Continue" = "次へ";
  17. /* Button label for removing CGM */
  18. "Delete CGM" = "CGMを削除";
  19. /* Field label */
  20. "Glucose" = "血糖値";
  21. /* title for g7 settings row showing BLE Name */
  22. "Name" = "プリセット名";
  23. /* Field label */
  24. "Trend" = "トレンド";