Localizable.strings 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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" = "%@/min";
  5. /* No comment provided by engineer. */
  6. "Are you sure you want to delete this CGM?" = "האם למחוק את מד הסוכר הרציף?";
  7. /* No comment provided by engineer. */
  8. "Bluetooth" = "Bluetooth";
  9. /* Button text to cancel G7 setup */
  10. "Cancel" = "Cancel";
  11. /* No comment provided by engineer. */
  12. "Configuration" = "הגדרות";
  13. /* title for g7 settings connection status when connected */
  14. "Connected" = "מחובר";
  15. /* title for g7 settings connection status when connecting */
  16. "Connecting" = "מתחבר";
  17. /* Button title for starting setup */
  18. "Continue" = "Continue";
  19. /* Button label for removing CGM */
  20. "Delete CGM" = "מחק מד סוכר רציף";
  21. /* No comment provided by engineer. */
  22. "Done" = "בוצע";
  23. /* Field label */
  24. "Glucose" = "Glucose";
  25. /* String displayed instead of a glucose value above the CGM range */
  26. "HIGH" = "גבוה";
  27. /* title for g7 settings row showing sensor last connect time */
  28. "Last Connect" = "חיבור אחרון";
  29. /* String displayed instead of a glucose value below the CGM range */
  30. "LOW" = "נמוך";
  31. /* title for g7 settings row showing BLE Name */
  32. "Name" = "Name";
  33. /* G7 Status highlight text for searching for sensor */
  34. "Searching for\nSensor" = "מחפש חיישן";
  35. /* G7 Progress bar label when searching for sensor */
  36. "Searching for sensor" = "מחפש חיישן";
  37. /* G7 Status highlight text for sensor expired */
  38. "Sensor\nExpired" = "חיישן פג";
  39. /* G7 Status highlight text for sensor failed */
  40. "Sensor\nFailed" = "כשל בחיישן";
  41. /* G7 Status highlight text for sensor error */
  42. "Sensor\nIssue" = "בעיה בחיישן";
  43. /* G7 Status highlight text for sensor warmup */
  44. "Sensor\nWarmup" = "חיישן מתחמם";
  45. /* title for g7 settings row showing sensor expiration time */
  46. "Sensor Expiration" = "תוקף חיישן";
  47. /* Field label */
  48. "Time" = "שעה";
  49. /* Field label */
  50. "Trend" = "מגמה";