|
1 | 1 | /* No glucose value representation (3 dashes for mg/dL) */ |
2 | 2 | "– – –" = "---"; |
3 | 3 |
|
4 | | -/* Format string for glucose trend per minute. (1: glucose value and unit) */ |
5 | | -"%@/min" = "%@/min"; |
6 | | - |
7 | 4 | /* No comment provided by engineer. */ |
8 | | -"Are you sure you want to delete this CGM?" = "האם למחוק את מד הסוכר הרציף?"; |
| 5 | +"Are you sure you want to delete this CGM?" = "בטוח שברצונך למחוק את חיישן זה?"; |
9 | 6 |
|
10 | 7 | /* No comment provided by engineer. */ |
11 | 8 | "Bluetooth" = "Bluetooth"; |
12 | 9 |
|
13 | 10 | /* Button text to cancel G7 setup */ |
14 | | -"Cancel" = "Cancel"; |
| 11 | +"Cancel" = "ביטול"; |
15 | 12 |
|
16 | 13 | /* No comment provided by engineer. */ |
17 | 14 | "Configuration" = "הגדרות"; |
|
23 | 20 | "Connecting" = "מתחבר"; |
24 | 21 |
|
25 | 22 | /* Button title for starting setup */ |
26 | | -"Continue" = "Continue"; |
| 23 | +"Continue" = "המשך"; |
27 | 24 |
|
28 | 25 | /* Button label for removing CGM */ |
29 | | -"Delete CGM" = "מחק מד סוכר רציף"; |
| 26 | +"Delete CGM" = "מחק חיישן"; |
| 27 | + |
| 28 | +/* Navigation bar title for G7SettingsView |
| 29 | + Title on WelcomeView */ |
| 30 | +"Dexcom G7" = "Dexcom G7"; |
30 | 31 |
|
31 | 32 | /* No comment provided by engineer. */ |
32 | 33 | "Done" = "בוצע"; |
33 | 34 |
|
34 | 35 | /* Field label */ |
35 | | -"Glucose" = "Glucose"; |
| 36 | +"Glucose" = "גלוקוז"; |
| 37 | + |
| 38 | +/* title for g7 settings row showing sensor grace period end time */ |
| 39 | +"Grace Period End" = "סיום זמן חסד"; |
| 40 | + |
| 41 | +/* G7 Progress bar label when sensor grace period progress showing */ |
| 42 | +"Grace period remaining" = "זמן חסר שנשאר"; |
36 | 43 |
|
37 | 44 | /* String displayed instead of a glucose value above the CGM range */ |
38 | 45 | "HIGH" = "גבוה"; |
39 | 46 |
|
40 | 47 | /* title for g7 settings row showing sensor last connect time */ |
41 | 48 | "Last Connect" = "חיבור אחרון"; |
42 | 49 |
|
| 50 | +/* No comment provided by engineer. */ |
| 51 | +"Last Reading" = "קריאה אחרונה"; |
| 52 | + |
| 53 | +/* Descriptive text on G7StartupView */ |
| 54 | +"Loop can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "Loop יכול לקרוא נתונים מחיישן G7, אבל תצטרך להשתמש באפליקציית Dexcom G7 כדי לצמד, לכייל ולנהל את החיישן."; |
| 55 | + |
43 | 56 | /* String displayed instead of a glucose value below the CGM range */ |
44 | 57 | "LOW" = "נמוך"; |
45 | 58 |
|
46 | 59 | /* title for g7 settings row showing BLE Name */ |
47 | | -"Name" = "Name"; |
| 60 | +"Name" = "שם"; |
| 61 | + |
| 62 | +/* No comment provided by engineer. */ |
| 63 | +"Scan for new sensor" = "סרוק חיישן חדש"; |
| 64 | + |
| 65 | +/* title for g7 settings connection status when scanning */ |
| 66 | +"Scanning" = "סורק"; |
48 | 67 |
|
49 | 68 | /* G7 Status highlight text for searching for sensor */ |
50 | | -"Searching for\nSensor" = "מחפש חיישן"; |
| 69 | +"Searching for\nSensor" = "מחפש\nחיישן"; |
51 | 70 |
|
52 | 71 | /* G7 Progress bar label when searching for sensor */ |
53 | 72 | "Searching for sensor" = "מחפש חיישן"; |
54 | 73 |
|
55 | 74 | /* G7 Status highlight text for sensor expired */ |
56 | | -"Sensor\nExpired" = "חיישן פג"; |
| 75 | +"Sensor\nExpired" = "החיישן\nפג"; |
57 | 76 |
|
58 | 77 | /* G7 Status highlight text for sensor failed */ |
59 | | -"Sensor\nFailed" = "כשל בחיישן"; |
| 78 | +"Sensor\nFailed" = "כשל\nבחיישן"; |
60 | 79 |
|
61 | 80 | /* G7 Status highlight text for sensor error */ |
62 | | -"Sensor\nIssue" = "בעיה בחיישן"; |
| 81 | +"Sensor\nIssue" = "בעייה\nבחיישן"; |
63 | 82 |
|
64 | 83 | /* G7 Status highlight text for sensor warmup */ |
65 | | -"Sensor\nWarmup" = "חיישן מתחמם"; |
| 84 | +"Sensor\nWarmup" = "חיישן\nבהכנה"; |
66 | 85 |
|
67 | 86 | /* title for g7 settings row showing sensor expiration time */ |
68 | 87 | "Sensor Expiration" = "תוקף חיישן"; |
69 | 88 |
|
| 89 | +/* G7 Progress bar label when sensor expired */ |
| 90 | +"Sensor expired" = "החיישן פג"; |
| 91 | + |
| 92 | +/* G7 Progress bar label when sensor lifetime progress showing */ |
| 93 | +"Sensor expires" = "תוקף החיישן"; |
| 94 | + |
| 95 | +/* G7 Progress bar label when sensor failed */ |
| 96 | +"Sensor failed" = "החיישן נכשל"; |
| 97 | + |
| 98 | +/* title for g7 settings row showing sensor start time */ |
| 99 | +"Sensor Start" = "התחלת חיישן"; |
| 100 | + |
| 101 | +/* G7 Status highlight text for signal loss */ |
| 102 | +"Signal\nLoss" = "האות\nאבד"; |
| 103 | + |
70 | 104 | /* Field label */ |
71 | 105 | "Time" = "שעה"; |
72 | 106 |
|
73 | 107 | /* Field label */ |
74 | 108 | "Trend" = "מגמה"; |
75 | 109 |
|
| 110 | +/* title for g7 config settings to upload readings */ |
| 111 | +"Upload Readings" = "העלה קריאות"; |
| 112 | + |
| 113 | +/* G7 Progress bar label when sensor in warmup */ |
| 114 | +"Warmup completes" = "ההכנה הסתיימה"; |
| 115 | + |
0 commit comments