Localizable.strings 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* Appends a full-stop to a statement */
  2. "%@." = "%@.";
  3. /* String format for value with units (1: value, 2: separator, 3: units) */
  4. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  5. /* Alert content body for recurring software update alert */
  6. "A software update is recommended to continue using the %1$@ app.\n\nGo to %2$@ Settings > Software Update to install the latest version." = "Se recomienda una actualización de software para continuar usando la aplicación %1$@. \n\n Vaya a Configuración %2$@ > Actualización de Software para instalar la última versión.";
  7. /* Confirmation message for deleting a service */
  8. "Are you sure you want to delete this service?" = "¿Está seguro de que desea eliminar este servicio?";
  9. /* Back button text on DeliveryUncertaintyRecoveryView */
  10. "Back" = "Atrás";
  11. /* The title of the cancel action in an action sheet */
  12. "Cancel" = "Cancelar";
  13. /* Title for CGM simulator settings */
  14. "CGM Settings" = "Configuración del MCG";
  15. /* No comment provided by engineer. */
  16. "Clear Last Version Check Alert Date" = "Borrar última versión y comprobar fecha de alerta";
  17. /* No comment provided by engineer. */
  18. "Comms Recovery" = "Recuperación de comunicaciones";
  19. /* Button title to delete a service */
  20. "Delete Service" = "Eliminar servicio";
  21. /* The alert title for a resume error */
  22. "Error Resuming" = "Error Reanudando";
  23. /* The alert title for a suspend error */
  24. "Error Suspending" = "Error Suspendiendo";
  25. /* Caption for History
  26. History Caption */
  27. "History" = "Historial";
  28. /* No comment provided by engineer. */
  29. "How should the simulator respond to a version check?" = "¿Cómo debe responder el simulador a una verificación de versión?";
  30. /* Controller title for insulin type selection screen */
  31. "Insulin Type" = "Tipo de Insulina";
  32. /* Button title to acknowledge error
  33. Default acknowledgement */
  34. "OK" = "OK";
  35. /* Title for Pump simulator settings */
  36. "Pump Settings" = "Configuración de la bomba";
  37. /* Button title recovering comms */
  38. "Recover Simulator" = "Recuperar Simulador";
  39. /* Caption for Source */
  40. "Source" = "Fuente";
  41. /* Recurring software update alert title */
  42. "Update Reminder" = "Recordatorio de actualización";
  43. /* No comment provided by engineer. */
  44. "Version Check Response" = "Respuesta de verificación de versión";
  45. /* Alert content body for first software update alert (1: app name)(2: app name) */
  46. "Your %1$@ app is out of date. It will continue to work, but we recommend updating to the latest version.\n\nGo to %2$@ Settings > Software Update to complete." = "Tu aplicación %1$@ no está actualizada. Seguirá funcionando, pero recomendamos actualizar a la última versión. \n\n Vaya a %2$@ Configuración > Actualización de Software para completar.";