Localizable.strings 456 B

12345678910111213141516
  1. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  2. "%@/min" = "%@/मिनट";
  3. /* The title of the cancel action in an action sheet */
  4. "Cancel" = "निरस्त";
  5. /* Title describing glucose value */
  6. "Glucose" = "शुगर";
  7. /* Title describing glucose trend */
  8. "Trend" = "ट्रेंड";
  9. /* The title text for the upload glucose switch cell */
  10. "Upload Readings" = "अपलोड रीडिंग्स";