Localizable.strings 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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?" = "Tem certeza de que deseja excluir este CGM?";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "Cancelar";
  7. /* Title describing glucose date */
  8. "Date" = "Data";
  9. /* Title text for the button to remove a CGM from Loop */
  10. "Delete CGM" = "Remover CGM";
  11. /* Title describing glucose value */
  12. "Glucose" = "Glicose";
  13. /* Describes a glucose value adjusted to reflect a recent calibration */
  14. "Glucose (Adjusted)" = "Glicose (Ajustada)";
  15. /* Section title for latest glucose calibration */
  16. "Latest Calibration" = "Última Calibração";
  17. /* Section title for latest glucose reading */
  18. "Latest Reading" = "Última Leitura";
  19. /* Button title to open CGM app */
  20. "Open App" = "Abrir App";
  21. /* Title describing sensor session age */
  22. "Session Age" = "Idade da Sessão";
  23. /* Title describing CGM calibration and battery state */
  24. "Status" = "Estado";
  25. /* Title describing transmitter session age */
  26. "Transmitter Age" = "Idade do Transmissor";
  27. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  28. "Transmitter ID" = "ID do Transmissor";
  29. /* Title describing glucose trend */
  30. "Trend" = "Tendência";