Localizable.strings 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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?" = "Sigur doriți să ștergeți acest CGM?";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "Renunță";
  7. /* Title describing glucose date */
  8. "Date" = "Data";
  9. /* Title text for the button to remove a CGM from Loop */
  10. "Delete CGM" = "Șterge CGM";
  11. /* Title describing glucose value */
  12. "Glucose" = "Glucoză";
  13. /* Describes a glucose value adjusted to reflect a recent calibration */
  14. "Glucose (Adjusted)" = "Glucoză (ajustată)";
  15. /* Section title for latest glucose calibration */
  16. "Latest Calibration" = "Ultima calibrare";
  17. /* Section title for latest glucose reading */
  18. "Latest Reading" = "Ultima citire";
  19. /* Button title to open CGM app */
  20. "Open App" = "Deschide aplicația";
  21. /* Title describing sensor session age */
  22. "Session Age" = "Vechime sesiune";
  23. /* Title describing CGM calibration and battery state */
  24. "Status" = "Stare";
  25. /* Title describing transmitter session age */
  26. "Transmitter Age" = "Vechime transmițător";
  27. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  28. "Transmitter ID" = "ID transmițător";
  29. /* Title describing glucose trend */
  30. "Trend" = "Trend";