Localizable.strings 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  2. "%@/min" = "%@/min";
  3. /* Confirmation message for deleting a CGM */
  4. "Are you sure you want to delete this CGM?" = "Czy na pewno chcesz usunąć ten CGM?";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "Anuluj";
  7. /* Title describing glucose date */
  8. "Date" = "Data";
  9. /* Button title to delete CGM
  10. Title text for the button to remove a CGM from Loop */
  11. "Delete CGM" = "Usuń CGM";
  12. /* Title describing glucose value */
  13. "Glucose" = "Glukoza";
  14. /* Describes a glucose value adjusted to reflect a recent calibration */
  15. "Glucose (Adjusted)" = "Glukoza (skorygowana)";
  16. /* Section title for latest glucose calibration */
  17. "Latest Calibration" = "Ostatnia kalibracja";
  18. /* Section title for latest connection date */
  19. "Latest Connection" = "Ostatnie połączenie";
  20. /* Section title for latest glucose reading */
  21. "Latest Reading" = "Ostatni odczyt";
  22. /* Button title to open CGM app */
  23. "Open App" = "Otwórz aplikację";
  24. /* Section title for remote data synchronization */
  25. "Remote Data Synchronization" = "Zdalna synchronizacja danych";
  26. /* Title describing past sensor expiration */
  27. "Sensor Expired" = "Sensor wygasł";
  28. /* Title describing sensor expiration */
  29. "Sensor Expires" = "Sensor Wygasa";
  30. /* Title describing sensor session age */
  31. "Session Age" = "Wiek sesji";
  32. /* Title describing CGM calibration and battery state */
  33. "Status" = "Status";
  34. /* Title describing transmitter session age */
  35. "Transmitter Age" = "Wiek nadajnika";
  36. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  37. "Transmitter ID" = "ID nadajnika";
  38. /* Title describing glucose trend */
  39. "Trend" = "Trend";
  40. /* The title text for the upload glucose switch cell */
  41. "Upload Readings" = "Wysyłaj odczyty";