| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "– – –";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/min";
- /* Button text to cancel G7 setup */
- "Cancel" = "Zrušit";
- /* No comment provided by engineer. */
- "Configuration" = "Konfigurace";
- /* title for g7 settings connection status when connected */
- "Connected" = "Připojeno";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "Připojuji";
- /* Button title for starting setup */
- "Continue" = "Pokračovat";
- /* Navigation bar title for G7SettingsView
- Title on WelcomeView */
- "Dexcom G7" = "Dexcom G7";
- /* No comment provided by engineer. */
- "Done" = "Hotovo";
- /* Field label */
- "Glucose" = "Glukóza";
- /* title for g7 settings row showing sensor grace period end time */
- "Grace Period End" = "Konec dodatečné lhůty";
- /* G7 Progress bar label when sensor grace period progress showing */
- "Grace period remaining" = "Zbývající dodatečná lhůta";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Název";
- /* G7 Progress bar label when sensor expired */
- "Sensor expired" = "Platnost senzoru vypršela";
- /* G7 Progress bar label when sensor failed */
- "Sensor failed" = "Senzor selhal";
|