| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "---";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/min";
- /* No comment provided by engineer. */
- "Are you sure you want to delete this CGM?" = "האם למחוק את מד הסוכר הרציף?";
- /* No comment provided by engineer. */
- "Bluetooth" = "Bluetooth";
- /* Button text to cancel G7 setup */
- "Cancel" = "Cancel";
- /* No comment provided by engineer. */
- "Configuration" = "הגדרות";
- /* title for g7 settings connection status when connected */
- "Connected" = "מחובר";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "מתחבר";
- /* Button title for starting setup */
- "Continue" = "Continue";
- /* Button label for removing CGM */
- "Delete CGM" = "מחק מד סוכר רציף";
- /* No comment provided by engineer. */
- "Done" = "בוצע";
- /* Field label */
- "Glucose" = "Glucose";
- /* String displayed instead of a glucose value above the CGM range */
- "HIGH" = "גבוה";
- /* title for g7 settings row showing sensor last connect time */
- "Last Connect" = "חיבור אחרון";
- /* String displayed instead of a glucose value below the CGM range */
- "LOW" = "נמוך";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Name";
- /* G7 Status highlight text for searching for sensor */
- "Searching for\nSensor" = "מחפש חיישן";
- /* G7 Progress bar label when searching for sensor */
- "Searching for sensor" = "מחפש חיישן";
- /* G7 Status highlight text for sensor expired */
- "Sensor\nExpired" = "חיישן פג";
- /* G7 Status highlight text for sensor failed */
- "Sensor\nFailed" = "כשל בחיישן";
- /* G7 Status highlight text for sensor error */
- "Sensor\nIssue" = "בעיה בחיישן";
- /* G7 Status highlight text for sensor warmup */
- "Sensor\nWarmup" = "חיישן מתחמם";
- /* title for g7 settings row showing sensor expiration time */
- "Sensor Expiration" = "תוקף חיישן";
- /* Field label */
- "Time" = "שעה";
- /* Field label */
- "Trend" = "מגמה";
|