Localizable.strings 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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?" = "¿Está seguro de que quiere eliminar este MCG?";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "Cancelar";
  7. /* Title describing glucose date */
  8. "Date" = "Fecha";
  9. /* Button title to delete CGM
  10. Title text for the button to remove a CGM from Loop */
  11. "Delete CGM" = "Eliminar MCG";
  12. /* Title describing glucose value */
  13. "Glucose" = "Glucosa";
  14. /* Describes a glucose value adjusted to reflect a recent calibration */
  15. "Glucose (Adjusted)" = "Glucose (Adjusted)";
  16. /* Section title for latest glucose calibration */
  17. "Latest Calibration" = "Calibración más reciente";
  18. /* Section title for latest connection date */
  19. "Latest Connection" = "Conexión más reciente";
  20. /* Section title for latest glucose reading */
  21. "Latest Reading" = "Dato más reciente";
  22. /* Section title for latest connection date */
  23. "Latest Connection" = "Conexión más reciente";
  24. /* Button title to open CGM app */
  25. "Open App" = "Abrir App";
  26. /* Section title for remote data synchronization */
  27. "Remote Data Synchronization" = "Sincronización remota de datos";
  28. /* Title describing past sensor expiration */
  29. "Sensor Expired" = "Sensor caducado";
  30. /* Title describing sensor expiration */
  31. "Sensor Expires" = "El sensor caduca";
  32. /* Title describing sensor session age */
  33. "Session Age" = "Tiempo de sesión del sensor";
  34. /* Section title for remote data synchronization */
  35. "Remote Data Synchronization" = "Sincronización remota de datos";
  36. /* Title describing sensor expiration */
  37. "Sensor Expires" = "El sensor caduca";
  38. /* Title describing past sensor expiration */
  39. "Sensor Expired" = "Sensor caducado";
  40. /* Title describing CGM calibration and battery state */
  41. "Status" = "Estado";
  42. /* Title describing transmitter session age */
  43. "Transmitter Age" = "Edad del transmisor";
  44. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  45. "Transmitter ID" = "Identificación del transmisor";
  46. /* Title describing glucose trend */
  47. "Trend" = "Tendencia";
  48. /* The title text for the upload glucose switch cell */
  49. "Upload Readings" = "Subir Datos";