| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "– – –";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/मिनट";
- /* Button text to cancel G7 setup */
- "Cancel" = "निरस्त";
- /* title for g7 settings connection status when connected */
- "Connected" = "कनेक्ट हो गया";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "कनेक्ट हो रहा है";
- /* Button title for starting setup */
- "Continue" = "जारी";
- /* Navigation bar title for G7SettingsView
- Title on WelcomeView */
- "Dexcom G7" = "Dexcom G7";
- /* Field label */
- "Glucose" = "शुगर";
- /* title for g7 settings row showing sensor grace period end time */
- "Grace Period End" = "ग्रेस समय समाप्त";
- /* G7 Progress bar label when sensor grace period progress showing */
- "Grace period remaining" = "बचा हुआ ग्रेस समय";
- /* String displayed instead of a glucose value above the CGM range */
- "HIGH" = "HIGH";
- /* title for g7 settings row showing sensor last connect time */
- "Last Connect" = "लास्ट कनेक्ट";
- /* Descriptive text on G7StartupView */
- "iAPS can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "लूप G7 सीजीएम की रीडिंग्स पढ़ सकता है लेकिन सीजीएम सेन्सर के मैनज्मेंट, सेन्सर पैरिंग और कैलिब्रेशन की लिए dexcom का G7 ऐप ही इस्तेमाल करना चाहिए।";
- /* String displayed instead of a glucose value below the CGM range */
- "LOW" = "LOW";
- /* title for g7 settings row showing BLE Name */
- "Name" = "नाम";
- /* title for g7 settings connection status when scanning */
- "Scanning" = "स्कैनिंग";
- /* 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" = "सेन्सर समाप्ति";
- /* G7 Progress bar label when sensor expired */
- "Sensor expired" = "सेन्सर समाप्त हो गया";
- /* G7 Progress bar label when sensor lifetime progress showing */
- "Sensor expires" = "सेन्सर समाप्त";
- /* G7 Progress bar label when sensor failed */
- "Sensor failed" = "सेन्सर ख़राब हो गया है";
- /* title for g7 settings row showing sensor start time */
- "Sensor Start" = "सेन्सर शुरू";
- /* G7 Status highlight text for signal loss */
- "Signal\nLoss" = "सिग्नल लॉस";
- /* Field label */
- "Time" = "समय";
- /* Field label */
- "Trend" = "ट्रेंड";
- /* title for g7 config settings to upload readings */
- "Upload Readings" = "अपलोड रीडिंग्स";
- /* G7 Progress bar label when sensor in warmup */
- "Warmup completes" = "शुरुआती वॉर्म अप पूर्ण";
|