| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@ /min";
- /* Confirmation message for deleting a CGM */
- "Are you sure you want to delete this CGM?" = "Naozaj chcete odstrániť toto CGM?";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "Zrušiť";
- /* Title describing glucose date */
- "Date" = "Dátum";
- /* Button title to delete CGM
- Title text for the button to remove a CGM from Loop */
- "Delete CGM" = "Odstrániť CGM";
- /* Title describing glucose value */
- "Glucose" = "Glykémia";
- /* Describes a glucose value adjusted to reflect a recent calibration */
- "Glucose (Adjusted)" = "Glykémia (upravená)";
- /* Section title for latest glucose calibration */
- "Latest Calibration" = "Posledná kalibrácia";
- /* Section title for latest glucose reading */
- "Latest Reading" = "Posledné čítanie";
- /* Section title for latest connection date */
- "Latest Connection" = "Posledné pripojenie";
- /* Button title to open CGM app */
- "Open App" = "Otvoriť aplikáciu";
- /* Title describing sensor session age */
- "Session Age" = "Dĺžka relácie";
- /* Section title for remote data synchronization */
- "Remote Data Synchronization" = "Diaľková sychronizácia dát";
- /* Title describing sensor expiration */
- "Sensor Expires" = "Platnosť senzora vyprší";
- /* Title describing past sensor expiration */
- "Sensor Expired" = "Platnosť senzora vypršala";
- /* Title describing CGM calibration and battery state */
- "Status" = "Stav";
- /* Title describing transmitter session age */
- "Transmitter Age" = "Vek vysielača";
- /* The title text for the Dexcom G5/G6 transmitter ID config value */
- "Transmitter ID" = "ID vysielača";
- /* Title describing glucose trend */
- "Trend" = "Vývoj";
- /* The title text for the upload glucose switch cell */
- "Upload Readings" = "Načítať údaje";
|