| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "---";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/min";
- /* No comment provided by engineer. */
- "Are you sure you want to delete this CGM?" = "Você está certo que quer remover este CGM?";
- /* Button text to cancel G7 setup */
- "Cancel" = "Cancelar";
- /* No comment provided by engineer. */
- "Configuration" = "Configuração";
- /* title for g7 settings connection status when connected */
- "Connected" = "Conectado";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "Conectando";
- /* Button title for starting setup */
- "Continue" = "Continuar";
- /* Button label for removing CGM */
- "Delete CGM" = "Remover CGM";
- /* Field label */
- "Glucose" = "Glicose";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Nome";
- /* Field label */
- "Trend" = "Tendência";
|