| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/min";
- /* Confirmation message for deleting a CGM */
- "Are you sure you want to delete this CGM?" = "Você está certo que quer remover este CGM?";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "Cancelar";
- /* Title describing glucose date */
- "Date" = "Data";
- /* Button title to delete CGM
- Title text for the button to remove a CGM from Loop */
- "Delete CGM" = "Remover CGM";
- /* Title describing glucose value */
- "Glucose" = "Glicose";
- /* Describes a glucose value adjusted to reflect a recent calibration */
- "Glucose (Adjusted)" = "Glicose (Ajustada)";
- /* Section title for latest glucose calibration */
- "Latest Calibration" = "Última Calibração";
- /* Section title for latest glucose reading */
- "Latest Reading" = "Leitura mais Recente";
- /* Button title to open CGM app */
- "Open App" = "Abrir App";
- /* Title describing sensor session age */
- "Session Age" = "Idade da Sessão";
- /* Title describing CGM calibration and battery state */
- "Status" = "Estado";
- /* Title describing transmitter session age */
- "Transmitter Age" = "Idade do Transmissor";
- /* The title text for the Dexcom G5/G6 transmitter ID config value */
- "Transmitter ID" = "ID do Transmissor";
- /* Title describing glucose trend */
- "Trend" = "Tendência";
|