Localizable.strings 919 B

12345678910111213141516171819202122232425262728293031323334353637
  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. /* No comment provided by engineer. */
  6. "Are you sure you want to delete this CGM?" = "Você está certo que quer remover este CGM?";
  7. /* Button text to cancel G7 setup */
  8. "Cancel" = "Cancelar";
  9. /* No comment provided by engineer. */
  10. "Configuration" = "Configuração";
  11. /* title for g7 settings connection status when connected */
  12. "Connected" = "Conectado";
  13. /* title for g7 settings connection status when connecting */
  14. "Connecting" = "Conectando";
  15. /* Button title for starting setup */
  16. "Continue" = "Continuar";
  17. /* Button label for removing CGM */
  18. "Delete CGM" = "Remover CGM";
  19. /* Field label */
  20. "Glucose" = "Glicose";
  21. /* title for g7 settings row showing BLE Name */
  22. "Name" = "Nome";
  23. /* Field label */
  24. "Trend" = "Tendência";