Localizable.strings 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* Confirmation message for deleting a CGM */
  2. "Are you sure you want to delete this CGM?" = "このCGMを削除しますか?";
  3. /* The title of the cancel action in an action sheet */
  4. "Cancel" = "キャンセル";
  5. /* Title of cell to set credentials */
  6. "Credentials" = "証明";
  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. /* Section title for latest glucose reading */
  15. "Latest Reading" = "最新の読み取り";
  16. /* Outside US share server option title */
  17. "Outside US" = "米国外";
  18. /* The title of the Dexcom share password credential */
  19. "Password" = "パスワード";
  20. /* The title of the Dexcom share server URL credential */
  21. "Server" = "サーバ";
  22. /* Title describing glucose trend */
  23. "Trend" = "トレンド";
  24. /* U.S. share server option title */
  25. "US" = "米国";
  26. /* The title of the Dexcom share username credential */
  27. "Username" = "ユーザー名";