Localizable.strings 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* CGM display title */
  2. "Dexcom G5" = "Dexcom G5";
  3. /* CGM display title */
  4. "Dexcom G6" = "Dexcom G6";
  5. /* Error description for unreliable state */
  6. "Glucose data is unavailable" = "Os dados de glicose não estão disponíveis";
  7. /* Describes a low battery */
  8. "Low Battery" = "Bateria Fraca";
  9. /* Describes a functioning transmitter */
  10. "OK" = "OK";
  11. /* Timeout error description */
  12. "Peripheral did not respond in time" = "Periférico não respondeu a tempo";
  13. /* Not ready error description */
  14. "Peripheral isnʼt connected" = "O periférico não está conectado";
  15. /* The description of sensor calibration state when sensor calibration is ok. */
  16. "Sensor calibration is OK" = "A calibração do sensor está OK";
  17. /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
  18. "Sensor is in unknown state %1$d" = "O sensor está em um estado desconhecido %1$d";
  19. /* The description of sensor calibration state when sensor sensor is stopped. */
  20. "Sensor is stopped" = "O sensor está parado";
  21. /* The description of sensor calibration state when sensor sensor is warming up. */
  22. "Sensor is warming up" = "O sensor está aquecendo";
  23. /* The description of sensor calibration state when sensor needs calibration. */
  24. "Sensor needs calibration" = "O sensor precisa de calibração";
  25. /* Error description */
  26. "Unknown characteristic" = "Característica desconhecida";