Localizable.strings 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* No glucose value representation (3 dashes for mg/dL) */
  2. "– – –" = "– – –";
  3. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  4. "%@/min" = "%@/min";
  5. /* Button text to cancel G7 setup */
  6. "Cancel" = "Zrušit";
  7. /* No comment provided by engineer. */
  8. "Configuration" = "Konfigurace";
  9. /* title for g7 settings connection status when connected */
  10. "Connected" = "Připojeno";
  11. /* title for g7 settings connection status when connecting */
  12. "Connecting" = "Připojuji";
  13. /* Button title for starting setup */
  14. "Continue" = "Pokračovat";
  15. /* Navigation bar title for G7SettingsView
  16. Title on WelcomeView */
  17. "Dexcom G7" = "Dexcom G7";
  18. /* No comment provided by engineer. */
  19. "Done" = "Hotovo";
  20. /* Field label */
  21. "Glucose" = "Glukóza";
  22. /* title for g7 settings row showing sensor grace period end time */
  23. "Grace Period End" = "Konec dodatečné lhůty";
  24. /* G7 Progress bar label when sensor grace period progress showing */
  25. "Grace period remaining" = "Zbývající dodatečná lhůta";
  26. /* title for g7 settings row showing BLE Name */
  27. "Name" = "Název";
  28. /* G7 Progress bar label when sensor expired */
  29. "Sensor expired" = "Platnost senzoru vypršela";
  30. /* G7 Progress bar label when sensor failed */
  31. "Sensor failed" = "Senzor selhal";