Localizable.strings 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* Describes a certain bolus failure (1: size of the bolus in units) */
  2. "%1$@ U bolus failed" = "%1$@ U bolus failed";
  3. /* Describes an uncertain bolus failure (1: size of the bolus in units) */
  4. "%1$@ U bolus may not have succeeded" = "%1$@ U bolus may not have succeeded";
  5. /* The error description describing when Health sharing was denied */
  6. "Authorization Denied" = "Authorization Denied";
  7. /* Recovery instruction for an uncertain bolus failure */
  8. "Check your pump before retrying" = "Check your pump before retrying";
  9. /* The description of an error returned when attempting to delete a sample not shared by the current app */
  10. "com.loudnate.CarbKit.deleteCarbEntryUnownedErrorDescription" = "Authorization Denied";
  11. /* The error recovery suggestion when attempting to delete a sample not shared by the current app */
  12. "com.loudnate.carbKit.sharingDeniedErrorRecoverySuggestion" = "This sample can be deleted from the Health app";
  13. /* Generic pump error description */
  14. "Communication Failure" = "Communication Failure";
  15. /* Generic pump error description */
  16. "Connection Failure" = "Connection Failure";
  17. /* Generic pump error description */
  18. "Device Refused" = "Device Refused";
  19. /* Recovery suggestion for a no data error */
  20. "Ensure carb data exists for the specified date" = "Ensure carb data exists for the specified date";
  21. /* Glucose trend down */
  22. "Falling" = "Falling";
  23. /* Glucose trend down-down */
  24. "Falling fast" = "Falling fast";
  25. /* Glucose trend down-down-down */
  26. "Falling very fast" = "Falling very fast";
  27. /* Glucose trend flat */
  28. "Flat" = "Flat";
  29. /* The short unit display string for grams per U */
  30. "g/U" = "g/U";
  31. /* Generic pump error description */
  32. "Invalid Configuration" = "Invalid Configuration";
  33. /* Recovery instruction for a certain bolus failure */
  34. "It is safe to retry" = "It is safe to retry";
  35. /* The short unit display string for milligrams per deciliter per U */
  36. "mg/dL/U" = "mg/dL/U";
  37. /* The short unit display string for millimoles per liter */
  38. "mmol/L" = "mmol/L";
  39. /* The short unit display string for millimoles per liter per U */
  40. "mmol/L/U" = "mmol/L/U";
  41. /* Sensor state description for the non-valid state */
  42. "Needs Attention" = "Needs Attention";
  43. /* Describes an error for no data found in a CarbStore request */
  44. "No values found" = "No values found";
  45. /* Sensor state description for the valid state */
  46. "OK" = "OK";
  47. /* The error recovery suggestion when Health sharing was denied */
  48. "Please re-enable sharing in Health" = "Please re-enable sharing in Health";
  49. /* Glucose trend up */
  50. "Rising" = "Rising";
  51. /* Glucose trend up-up */
  52. "Rising fast" = "Rising fast";
  53. /* Glucose trend up-up-up */
  54. "Rising very fast" = "Rising very fast";
  55. /* The short unit display string for international units of insulin */
  56. "U" = "U";
  57. /* The short unit display string for international units of insulin per hour */
  58. "U/hr" = "U/hr";
  59. /* The long unit display string for a singular international unit of insulin */
  60. "Unit" = "Unit";
  61. /* The long unit display string for a singular international unit of insulin per hour */
  62. "Unit/hour" = "Unit/hour";
  63. /* The long unit display string for international units of insulin */
  64. "Units" = "Units";
  65. /* The long unit display string for international units of insulin per hour */
  66. "Units/hour" = "Units/hour";
  67. /* The long unit display string for a singular hour */
  68. "Hour" = "Hour";
  69. /* The long unit display string for hours */
  70. "Hours" = "Hours";