Localizable.strings 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808
  1. /* No comment provided by engineer. */
  2. "—" = "—";
  3. /* Format string for last status date on pod details screen */
  4. "%@ ago" = "Hace %@";
  5. /* Unit format string for an RSSI value in decibles */
  6. "%@ dB" = "%@ dB";
  7. /* No comment provided by engineer. */
  8. "%@ has recovered communication with the pod on your body.\n\nInsulin delivery records have been updated and should match what has actually been delivered.\n\nYou may continue to use %@ normally now." = "%1$@ ha recuperado la comunicación con el Pod de su cuerpo.\n\nLos registros de suministro de insulina se han actualizado y deberían coincidir con lo que se ha suministrado realmente.\n\nYa puede seguir usando %2$@ con normalidad.";
  9. /* Format string for delivered insulin. (1: The localized amount)
  10. Format string for insulin remaining in reservoir. (1: The localized amount) */
  11. "%@ U" = "%@ U";
  12. /* Format string for bolus progress when finished. (1: The localized amount) */
  13. "%@ U (Finished)" = "%@ U (Completado)";
  14. /* Format string for bolus progress. (1: The delivered amount) (2: The programmed amount) (3: the percent progress) */
  15. "%@ U of %@ U (%@)" = "%1$@ U de %2$@ U (%3$@)";
  16. /* Format string for temp basal rate. (1: The localized amount) */
  17. "%@ U/hour" = "%@ U/hora";
  18. /* Appends a full-stop to a statement */
  19. "%@." = "%@.";
  20. /* Format string for bolus percent progress. (1: Percent progress) */
  21. "%@%%" = "%@%%";
  22. /* Format string for reservoir reading when above or equal to maximum reading. (1: The localized amount) */
  23. "%@+ U" = "%@+ U";
  24. /* Format string for reservoir volume. (1: The localized volume) */
  25. "%@U" = "%@U";
  26. /* Summary string for temporary basal rate configuration page */
  27. "%1$@ for %2$@" = "%1$@ para %2$@";
  28. /* Format string for main text of delivery uncertainty recovery page. (1: app name)(2: date of command)(3: app name) */
  29. "%1$@ has been unable to communicate with the pod on your body since %2$@.\n\nWithout communication with the pod, the app cannot continue to send commands for insulin delivery or display accurate, recent information about your active insulin or the insulin being delivered by the Pod.\n\nMonitor your glucose closely for the next 6 or more hours, as there may or may not be insulin actively working in your body that %3$@ cannot display." = "%1$@ no ha podido comunicarse con el Pod que esta adherido a su cuerpo desde %2$@.\n\nSin comunicación con el Pod, la app no puede seguir enviando órdenes de administración de insulina ni mostrar información precisa y reciente sobre su insulina activa o la insulina que está administrando el Pod.\n\nVigile de cerca sus niveles de glucosa durante las próximas 6 horas o más, ya que puede haber o no insulina activa en su cuerpo que %3$@ no puede mostrar.";
  30. /* Accessibility format string for (1: localized volume)(2: time) */
  31. "%1$@ units remaining at %2$@" = "quedan %1$@ unidades a las %2$@";
  32. /* Format string providing instructions for replacing pod due to a fault. (1: The fault description) */
  33. "%1$@. Insulin delivery has stopped. Please deactivate and remove pod." = "%1$@. Administración de insulina ha parado. Por favor, desactive y remueva el pod.";
  34. /* The format string for displaying an offset from a time zone: (1: GMT)(2: -)(3: 4:00) */
  35. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  36. /* Format string for reservoir level above max measurable threshold. (1: measurable reservoir threshold) (2: units) */
  37. "%1$@+ %2$@" = "%1$@ + %2$@";
  38. /* Format string for total delivery on pod details screen */
  39. "%g U" = "%g U";
  40. /* Button text for 1 hour suspend duration */
  41. "1 hour" = "1 hora";
  42. /* Button text for 1 hour 30 minute suspend duration */
  43. "1 hour 30 minutes" = "1 hora 30 minutos";
  44. /* Button text for 2 hour suspend duration */
  45. "2 hours" = "2 horas";
  46. /* Button text for 30 minute suspend duration */
  47. "30 minutes" = "30 minutos";
  48. /* The title of the cell showing the pod activated at time */
  49. "Active Time" = "Tiempo Activo";
  50. /* Section header for activity section */
  51. "Activity" = "Actividad";
  52. /* Text indicating ongoing pump time synchronization */
  53. "Adjusting Pump Time..." = "Ajustando la hora de la bomba...";
  54. /* The title of the cell showing alarm status */
  55. "Alarms" = "Alarmas";
  56. /* Alert title for cancel pairing modal */
  57. "Are you sure you want to cancel Pod setup?" = "¿Está seguro de que desea cancelar la configuración del Pod?";
  58. /* Confirmation message for shutting down a pod */
  59. "Are you sure you want to shutdown this pod?" = "¿Está seguro que quiere apagar este pod?";
  60. /* No comment provided by engineer. */
  61. "Are you sure you want to skip Omnipod Onboarding?" = "¿Está seguro de que desea saltearse de Omnipod Onboarding?";
  62. /* Confirmation message for removing Omnipod PumpManager */
  63. "Are you sure you want to stop using Omnipod?" = "¿Está seguro que quiere dejar de usar Omnipod?";
  64. /* The title text for the address assigned to the pod */
  65. "Assigned Address" = "Dirección Asignada";
  66. /* Title for Attach Pod screen */
  67. "Attach Pod" = "Coloque el Pod";
  68. /* Description string above progress indicator while attempting to re-establish communication from an unacknowledged command */
  69. "Attemping to re-establish communication" = "Intentando restablecer la comunicación";
  70. /* Back button text on DeliveryUncertaintyRecoveryView */
  71. "Back" = "Atrás";
  72. /* The title of the cell showing pod basal status */
  73. "Basal Delivery" = "Basal Administrada";
  74. /* The title text for the basal rate schedule */
  75. "Basal Rates" = "Tasas basales";
  76. /* The title of the cell showing pod bolus status */
  77. "Bolus Delivery" = "Bolo Administrado";
  78. /* The title of the cancel action in an action sheet */
  79. "Cancel" = "Cancelar";
  80. /* Button title to cancel manual basal */
  81. "Cancel Manual Basal" = "Cancelar basal manual";
  82. /* Insert cannula action button accessibility label when cannula insertion succeeded */
  83. "Cannula inserted successfully. Continue." = "Cánula insertada con éxito. Continúa.";
  84. /* The action string on pod status page when pod expired */
  85. "Change Pod now. Insulin delivery will stop 8 hours after the Pod has expired or when no more insulin remains." = "Cambie el Pod ahora. La administración de insulina se detendrá 8 horas después de que el Pod haya caducado o cuando no quede más insulina.";
  86. /* Format string for the action string on pod status page when pod expired. (1: service time remaining) */
  87. "Change Pod now. Insulin delivery will stop in %1$@ or when no more insulin remains." = "Cambie el Pod ahora. La administración de insulina se detendrá en %1$@ o cuando no quede más insulina.";
  88. /* The title of the command to change pump time zone */
  89. "Change Time Zone" = "Cambiar Zona Horaria";
  90. /* Progress message for changing pod time. */
  91. "Changing time…" = "Cambiando hora...";
  92. /* Title for check cannula screen */
  93. "Check Cannula" = "Revise la cánula";
  94. /* Label text for step three of attach pod instructions */
  95. "Check Pod, apply to site, then confirm pod attachment." = "Revise el Pod, aplíquelo y, a continuación, confirme que este está bien colocado.";
  96. /* Insert cannula action button accessibility label checking insertion */
  97. "Checking Insertion" = "Comprobando inserción";
  98. /* Cannula insertion button text while checking insertion */
  99. "Checking..." = "Comprobando...";
  100. /* Title for uncertainty recovered screen */
  101. "Comms Recovered" = "Comunicaciones recuperadas";
  102. /* Text for confidence reminders navigation link */
  103. "Confidence Reminders" = "Recordatorios de confianza";
  104. /* Help text for BeepPreferenceSelectionView */
  105. "Confidence reminders are beeps from the Pod which can be used to acknowledge selected commands when the Pod is not silenced." = "Confidence reminders are beeps from the Pod which can be used to acknowledge selected commands when the Pod is not silenced.";
  106. /* The title of the configuration section in settings */
  107. "Configuration" = "Configuración";
  108. /* Button title for confirm attachment option */
  109. "Confirm" = "Confirmar";
  110. /* Alert title for confirm pod attachment */
  111. "Confirm Pod Attachment" = "Confirme la fijación del Pod";
  112. /* The title of the continue action in an action sheet */
  113. "Continue" = "Continuar";
  114. /* Title for critical alerts description */
  115. "Critical Alerts" = "Alertas críticas";
  116. /* Unit for singular day in pod life remaining */
  117. "day" = "día";
  118. /* Unit for plural days in pod life remaining */
  119. "days" = "días";
  120. /* Button title to deactivate pod because of fault during setup */
  121. "Deactivate" = "Desactivar";
  122. /* Action button description for deactivate while pod still active */
  123. "Slide to Deactivate Pod" = "Slide to Deactivate Pod";
  124. /* Button title for pod deactivation
  125. Button title to deactivate pod */
  126. "Deactivate Pod" = "Desactivar Pod";
  127. /* Label text showing pod is deactivated */
  128. "Deactivated" = "Pod desactivado";
  129. /* Deactivate pod action button accessibility label while deactivating */
  130. "Deactivating." = "Desactivando.";
  131. /* Action button description while deactivating */
  132. "Deactivating..." = "Desactivando...";
  133. /* Button title to delete Omnipod PumpManager */
  134. "Delete Omnipod" = "Eliminar Omnipod";
  135. /* Title text for delivery limits */
  136. "Delivery Limits" = "Límites de Administración de Insulina";
  137. /* Text for device details disclosure row
  138. title for device details page */
  139. "Device Details" = "Detalles del dispositivo";
  140. /* The title of the device information section in settings */
  141. "Device Information" = "Información del Dispositivo";
  142. /* Header for devices section of RileyLinkSetupView */
  143. "Devices" = "Dispositivos";
  144. /* Title text for button to disable bolus beeps */
  145. "Disable Bolus Beeps" = "Desactivar Pitidos del Bolo";
  146. /* Pairing interface navigation bar button text for discard pod action
  147. Text for discard pod button */
  148. "Discard Pod" = "Descartar Pod";
  149. /* No comment provided by engineer. */
  150. "Done" = "Completado";
  151. /* Title text for button to enable bolus beeps */
  152. "Enable Bolus Beeps" = "Activar Pitidos del Bolo";
  153. /* Accessibility label indicating an error occurred */
  154. "Error" = "Error";
  155. /* The alert title for disable bolus beeps error */
  156. "Error disabling bolus beeps" = "Error desactivando pitidos del bolo";
  157. /* The alert title for enable bolus beeps error */
  158. "Error enabling bolus beeps" = "Error activando pitidos del bolo";
  159. /* The alert title for a resume error */
  160. "Error Resuming" = "Error Reanudando";
  161. /* The alert title for a suspend error */
  162. "Error Suspending" = "Error Suspendiendo";
  163. /* The title of the cell showing the pod expiration reminder date */
  164. "Expiration Reminder" = "Recordatorio de Caducidad";
  165. /* Label text for expiration reminder default row */
  166. "Expiration Reminder Default" = "Recordatorio de expiración predeterminado";
  167. /* The title of the cell showing the pod expiration after expiry */
  168. "Expired" = "Caducado";
  169. /* The title of the cell showing the pod expiration */
  170. "Expires" = "Caduca";
  171. /* Alert title for failing to cancel manual basal error */
  172. "Failed to Cancel Manual Basal" = "No se pudo cancelar la insulina basal manual";
  173. /* Alert title for resume error */
  174. "Failed to Resume Insulin Delivery" = "No se pudo reanudar la administración de insulina";
  175. /* Alert title for time sync error */
  176. "Failed to Set Pump Time" = "No se establecio la hora de la bomba";
  177. /* Alert title for suspend error */
  178. "Failed to Suspend Insulin Delivery" = "No se pudo suspender la administración de insulina";
  179. /* Alert title for error when updating confidence reminder preference */
  180. "Failed to update confidence reminder preference." = "No se ha podido actualizar la preferencia de recordatorio de confianza.";
  181. /* Alert title for error when updating expiration reminder */
  182. "Failed to Update Expiration Reminder" = "No se ha podido actualizar el recordatorio de Expiración";
  183. /* Alert title for error when updating low reservoir reminder */
  184. "Failed to Update Low Reservoir Reminder" = "No se ha podido actualizar el recordatorio de Reserva Baja";
  185. /* Pod life HUD view label */
  186. "Fault" = "Fallo";
  187. /* Label text for step 1 of pair pod instructions */
  188. "Fill a new pod with U-100 Insulin (leave Pod needle cap on). Listen for 2 beeps." = "Llene un nuevo pod con Insulina U-100 (deje puesta la tapa de la aguja del pod). Escuche 2 tonos.";
  189. /* Settings page link description when next lifecycle action is to finish deactivation */
  190. "Finish deactivation" = "Finalizar la desactivación";
  191. /* The title of the command to finish pod setup */
  192. "Finish pod setup" = "Terminar la configuración del pod";
  193. /* Action button title to continue at Setup Complete */
  194. "Finish Setup" = "Finalizar la Configuración";
  195. /* Accessibility format string for (1: localized volume)(2: time) */
  196. "Greater than %1$@ units remaining at %2$@" = "Quedan más de %1$@ unidades a las %2$@";
  197. /* Unit for singular hour in pod life remaining */
  198. "hour" = "hora";
  199. /* Unit for plural hours in pod life remaining */
  200. "hours" = "horas";
  201. /* Alert message body for confirm pod attachment */
  202. "If you cancel Pod setup, the current Pod will be deactivated and will be unusable." = "Si cancela la configuración del Pod, el Pod actual se desactivará y quedará inutilizable.";
  203. /* Instructions when deactivating pod that has been paired, but not attached. */
  204. "Incompletely set up pod must be deactivated before pairing with a new one. Please deactivate and discard pod." = "Pod con configuración incompleta tiene que desactivarse antes de emparejarse con uno nuevo";
  205. /* Instructions when deactivating pod that has been paired and possibly attached. */
  206. "Incompletely set up pod must be deactivated before pairing with a new one. Please deactivate and remove pod." = "Pod con configuración incompleta tiene que desactivarse antes de emparejar uno nuevo. Por favor desactive y quítese el pod.";
  207. /* Button title to insert cannula during setup */
  208. "Insert Cannula" = "Insertar Cánula";
  209. /* Label text indicating insertion finished. */
  210. "Inserted" = "Insertada";
  211. /* Insert cannula action button accessibility label while pairing */
  212. "Inserting. Please wait." = "Insertando. Espere, por favor.";
  213. /* Cannula insertion button text while inserting */
  214. "Inserting..." = "Insertando...";
  215. /* Text shown in insulin delivery space when insulin suspended */
  216. "Insulin\nSuspended" = "Insulina Suspendida";
  217. /* The title of the cell showing delivered insulin */
  218. "Insulin Delivered" = "Insulina Administrada";
  219. /* Title of insulin delivery section */
  220. "Insulin Delivery" = "Insulin Delivery";
  221. /* The action string on pod status page when pod faulted */
  222. "Insulin delivery stopped. Change Pod now." = "El suministro de insulina se detuvo. Cambiar Pod ahora.";
  223. /* Message for suspend duration selection action sheet */
  224. "Insulin delivery will be stopped until you resume manually. When would you like Loop to remind you to resume delivery?" = "La administración de insulina se detendrá hasta que la reanude manualmente. ¿Cuándo desea que Loop le recuerde que debe reanudar la administración?";
  225. /* Header for insulin remaining on pod settings screen */
  226. "Insulin Remaining" = "Insulina restante";
  227. /* Text for confidence reminders navigation link
  228. Title for insulin type selection screen */
  229. "Insulin Type" = "Tipo de Insulina";
  230. /* The error message shown when Loop's basal schedule has an unsupported rate */
  231. "Invalid entry" = "Entrada inválida";
  232. /* Question to confirm the cannula is inserted properly */
  233. "Is the cannula inserted properly?" = "¿La cánula está insertada correctamente?";
  234. /* Label text for step 2 of pair pod instructions */
  235. "Keep the RileyLink about 6 inches from the pod during pairing." = "Mantenga el RileyLink a unas 6 pulgadas del Pod durante el emparejamiento.";
  236. /* description label for last status date pod details row */
  237. "Last Status" = "Último estado";
  238. /* Description text on manual temp basal action sheet */
  239. "Loop will not automatically adjust your insulin delivery until the temporary basal rate finishes or is canceled." = "Loop no ajustará automáticamente la administración de insulina hasta que la tasa de administracion de insulina basal temporal finalice o se cancele.";
  240. /* The title of the cell showing the pod lot id */
  241. "Lot" = "Lote";
  242. /* description label for lot number pod details row */
  243. "Lot Number" = "Número de lote";
  244. /* Label text for low reservoir value row
  245. Navigation bar title for LowReservoirReminderSetupView
  246. Title for LowReservoirReminderSetupView */
  247. "Low Reservoir" = "Reserva baja";
  248. /* Label for low reservoir reminder row
  249. Title for low reservoir reminder edit page */
  250. "Low Reservoir Reminder" = "Recordatorio de reserva baja";
  251. /* The action string on pod status page when pod data is stale */
  252. "Make sure your phone and pod are close to each other. If communication issues persist, move to a new area." = "Asegúrese de que su teléfono y su pod estén cerca uno del otro. Si los problemas de comunicación persisten, muévase a otra área.";
  253. /* Unit for singular minute in pod life remaining */
  254. "minute" = "minuto";
  255. /* Unit for plural minutes in pod life remaining */
  256. "minutes" = "minutos";
  257. /* Alert title for missing temp basal configuration */
  258. "Missing Config" = "Configuración faltante";
  259. /* String shown on pod details for active time when conversion fails.
  260. String shown on pod details for last status date when not available.
  261. String shown on pod details for total delivery when not available. */
  262. "NA" = "No disponible";
  263. /* Text of continue button on ExpirationReminderSetupView */
  264. "Next" = "Siguiente";
  265. /* Button label for user to answer cannula was not properly inserted */
  266. "No" = "No";
  267. /* Text shown in insulin remaining space when no pod is paired */
  268. "No\nDelivery" = "No hay administración";
  269. /* Error message for reservoir view when reservoir empty */
  270. "No Insulin" = "No hay insulina";
  271. /* Label for pod life state when no pod paired
  272. Text shown in insulin remaining space when no pod is paired */
  273. "No Pod" = "No hay Pod";
  274. /* Value text for no expiration reminder */
  275. "No Reminder" = "Sin recordatorio";
  276. /* Continue pairing button title of in pairing cancel modal */
  277. "No, Continue With Pod" = "No, continúe con el Pod";
  278. /* Button text to cancel pump time sync */
  279. "No, Keep Pump As Is" = "No, mantenga la bomba como está";
  280. /* The detail text for bolus delivery when no bolus is being delivered */
  281. "None" = "Ninguno";
  282. /* navigation title for notification settings
  283. Text for pod details disclosure row */
  284. "Notification Settings" = "Configuración de las notificaciones";
  285. /* No comment provided by engineer. */
  286. "Numbers" = "Números";
  287. /* Title for omnipod reminders section */
  288. "Omnipod Reminders" = "Recordatorios Omnipod";
  289. /* Button title to pair with pod during setup */
  290. "Pair" = "Emparejar";
  291. /* The title of the command to pair new pod */
  292. "Pair New Pod" = "Emparejar Nuevo Pod";
  293. /* Navigation bar title for PairPodView
  294. Pod pairing action button text while ready to pair
  295. Settings page link description when next lifecycle action is to pair new pod
  296. Title for pod pairing screen */
  297. "Pair Pod" = "Emparejar Pod";
  298. /* Pairing action button accessibility label while ready to pair */
  299. "Pair pod." = "Emparejar Pod";
  300. /* Label text indicating pairing finished. */
  301. "Paired" = "Emparejado";
  302. /* Pairing action button accessibility label while pairing */
  303. "Pairing." = "Emparejando.";
  304. /* Pod pairing action button text while pairing */
  305. "Pairing..." = "Emparejando...";
  306. /* No comment provided by engineer. */
  307. "Percent = %lf" = "Porcentaje = %lf";
  308. /* The title of the cell showing the pod pi version */
  309. "PI Version" = "Versión PI del Pod";
  310. /* The title of the command to play test beeps */
  311. "Play Test Beeps" = "Tocar Pitidos de Prueba";
  312. /* Progress message for play test beeps. */
  313. "Play Test Beeps…" = "Tocar Pitidos de Prueba...";
  314. /* Alert message body for confirm pod attachment */
  315. "Please confirm that the Pod is securely attached to your body.\n\nThe cannula can be inserted only once with each Pod. Tap “Confirm” when Pod is attached." = "Compruebe que el Pod está bien adherido a su cuerpo.\n\nLa cánula sólo puede insertarse una vez con cada Pod. Pulse \"Confirmar\" cuando el Pod esté ya bien adherido a su cuerpo.";
  316. /* Instructions for deactivate pod when pod not on body */
  317. "Please deactivate the pod. When deactivation is complete, you may pair a new pod." = "Por favor desactivar el Pod. Cuando la desactivación se haya completado, puede emparejar un nuevo Pod.";
  318. /* Instructions for deactivate pod when pod is on body */
  319. "Please deactivate the pod. When deactivation is complete, you may remove it and pair a new pod." = "Por favor desactivar el Pod. Cuando la desactivación se haya completado, puede retirarlo y emparejar un nuevo pod.";
  320. /* The title of the cell showing the pod pm version */
  321. "PM Version" = "Versión de PM";
  322. /* description label for activated at time pod details row
  323. Label for pod insertion row */
  324. "Pod Activated" = "Pod Activado";
  325. /* Label describing pod age view */
  326. "Pod Age" = "Tiempo de Uso del Pod";
  327. /* Deactivate pod action button accessibility label when deactivation complete */
  328. "Pod deactivated successfully. Continue." = "Pod desactivado correctamente. Continúa";
  329. /* Error message for reservoir view during general pod fault */
  330. "Pod Error" = "Error del Pod";
  331. /* Label for pod life state when within pod expiration window */
  332. "Pod expired" = "Pod caducado";
  333. /* Error message for reservoir view when pod expired
  334. Label for pod expiration row, past tense */
  335. "Pod Expired" = "Pod caducado";
  336. /* Label for pod expiration row */
  337. "Pod Expires" = "El Pod caduca";
  338. /* Label for pod life state when time remaining */
  339. "Pod expires in" = "El Pod caduca en";
  340. /* description label for pod fault details */
  341. "Pod Fault Details" = "Detalles de la falla del Pod";
  342. /* Error message for reservoir view when pod occlusion checks failed */
  343. "Pod Occlusion" = "Oclusión del Pod";
  344. /* Pairing action button accessibility label when pairing succeeded */
  345. "Pod paired successfully. Continue." = "Pod emparejado correctamente. Continúa.";
  346. /* Title of the pod settings view controller */
  347. "Pod Settings" = "Configuración del Pod";
  348. /* Title for PodSetupView */
  349. "Pod Setup" = "Configuración del Pod";
  350. /* Label text for step one of attach pod instructions */
  351. "Prepare site." = "Prepare lugar de inserción";
  352. /* title for previous pod page */
  353. "Previous Pod" = "Pod anterior";
  354. /* Text for previous pod information row */
  355. "Previous Pod Information" = "Información anterior del Pod";
  356. /* The text of the loading label when pod is primed */
  357. "Primed" = "Purgado";
  358. /* Pairing action button accessibility label while priming */
  359. "Priming. Please wait." = "Purgando. Por favor, espere.";
  360. /* Pod pairing action button text while priming */
  361. "Priming..." = "Purgando...";
  362. /* The text of the loading label when priming */
  363. "Priming…" = "Purgando...";
  364. /* The title of the command to change pump time zone */
  365. "Pump Time" = "Hora de la bomba";
  366. /* Label text for basal rate summary */
  367. "Rate" = "Tasa";
  368. /* Label describing time remaining view */
  369. "Remaining" = "Restante";
  370. /* Title for remove pod modal */
  371. "Remove Pod from Body" = "Quitar el Pod del cuerpo";
  372. /* Title for Omnipod PumpManager deletion action sheet. */
  373. "Remove Pump" = "Retire la bomba";
  374. /* Label text for step two of attach pod instructions */
  375. "Remove the Pod's clear needle cap and check cannula. Then remove paper backing." = "Remove the Pod's clear needle cap and check cannula. Then remove paper backing.";
  376. /* Label indicating pod replacement necessary
  377. The title of the command to replace pod */
  378. "Replace Pod" = "Reemplace el Pod";
  379. /* The title of the command to replace pod when there is a pod fault */
  380. "Replace Pod Now" = "Cambie el Pod Ahora";
  381. /* The title of the cell showing reservoir status */
  382. "Reservoir" = "Reservorio";
  383. /* Text for suspend resume button when insulin delivery is suspended */
  384. "Resume Insulin Delivery" = "Reanude la administración de insulina";
  385. /* Text for suspend resume button when insulin delivery is resuming */
  386. "Resuming insulin delivery..." = "Reanudando la administración de insulina...";
  387. /* Action button description for deactivate after failed attempt
  388. Cannula insertion button text while showing error
  389. Pod pairing action button text while showing error */
  390. "Retry" = "Reintentar";
  391. /* Button title for retrying pod deactivation */
  392. "Retry Pod Deactivation" = "Reintentar Desactivar el Pod";
  393. /* bodyText for RileyLinkSetupView */
  394. "RileyLink allows for communication with the pump over Bluetooth" = "RileyLink permite la comunicación con la bomba a través de Bluetooth";
  395. /* Navigation title for RileyLinkSetupView */
  396. "RileyLink Setup" = "Configuración de RileyLink";
  397. /* Title of button to save delivery limit settings
  398. Title of button to sync basal profile when no pod paired */
  399. "Save" = "Agregar";
  400. /* button title for saving low reservoir reminder while saving
  401. button title for saving scheduled reminder while saving */
  402. "Saving..." = "Guardando...";
  403. /* The detail text of the basal row when pod is running scheduled basal */
  404. "Schedule" = "Programa";
  405. /* Title of insulin delivery section */
  406. "Scheduled Basal" = "Insulina basal programada";
  407. /* Card title for scheduled reminder
  408. Scheduled reminder card title on NotificationSettingsView
  409. Title for scheduled expiration reminder edit page
  410. Title of SetupCompleteView */
  411. "Scheduled Reminder" = "Recordatorio programado";
  412. /* Title text for insulin type confirmation page */
  413. "Select the type of insulin that you will be using in this pod." = "Seleccione el tipo de insulina que utilizará en esta bomba.";
  414. /* description label for sequence number pod details row */
  415. "Sequence Number" = "Número de secuencia";
  416. /* Button text for setting manual temporary basal rate */
  417. "Set Temporary Basal" = "Establecer insulina basal temporal";
  418. /* Button title to set temporary basal rate */
  419. "Set Temporary Basal Rate" = "Establecer tasa basal temporal";
  420. /* Title for setup complete screen */
  421. "Setup Complete" = "Instalación completada";
  422. /* Error message for reservoir view during general pod fault */
  423. "Signal Loss" = "Pérdida de señal";
  424. /* No comment provided by engineer. */
  425. "Skip Omnipod Onboarding?" = "¿Saltearse el Onboarding de Omnipod?";
  426. /* The title of the status section in settings */
  427. "Status" = "Estado";
  428. /* A message indicating a command succeeded */
  429. "Succeeded" = "Logrado";
  430. /* Title for suspend duration selection action sheet */
  431. "Suspend Delivery" = "Suspender la infusión";
  432. /* Text for suspend resume button when insulin delivery active */
  433. "Suspend Insulin Delivery" = "Suspender la administración de insulina";
  434. /* The detail text of the basal row when pod is suspended */
  435. "Suspended" = "Suspendido";
  436. /* Label for suspended at time */
  437. "Suspended At" = "Suspendido a las";
  438. /* Text for suspend resume button when insulin delivery is suspending */
  439. "Suspending insulin delivery..." = "Suspendiendo la administración de insulina...";
  440. /* Title text for the button to delete Omnipod PumpManager */
  441. "Switch from Omnipod Pumps" = "Cambiar de Omnipod";
  442. /* Label for PumpManager deletion button */
  443. "Switch to other insulin delivery device" = "Cambiar a otro dispositivo de administración de insulina";
  444. /* The title of the command to change pump time zone */
  445. "Sync to Current Time" = "Sincronizar con la hora actual";
  446. /* Title of button to sync basal profile from pod */
  447. "Sync With Pod" = "Sincronizar con el Pod";
  448. /* Label text for step one of insert cannula instructions */
  449. "Tap below to start cannula insertion." = "Toque abajo para iniciar la inserción de la cánula.";
  450. /* Navigation Title for ManualTempBasalEntryView */
  451. "Temporary Basal" = "Insulina basal temporal";
  452. /* Alert title for a failure to set temporary basal */
  453. "Temporary Basal Failed" = "La insulina basal temporal ha fallado";
  454. /* The title of the command to run the test command */
  455. "Test Command" = "Comando de Prueba";
  456. /* Progress message for testing commands. */
  457. "Testing Commands…" = "Probando Comandos...";
  458. /* Footer text for omnipod reminders section */
  459. "The app configures a reminder on the pod to notify you in advance of Pod expiration. Set the number of hours advance notice you would like to configure when pairing a new Pod." = "La aplicación configura un recordatorio en el Pod para notificarle con antelación sobre la expiración del Pod. Establezca el número de horas de antelación con las que desea que le avise para emparejar un nuevo Pod.";
  460. /* Description text on ExpirationReminderSetupView */
  461. "The App notifies you in advance of Pod expiration.\n\nScroll to set the number of hours advance notice you would like to have." = "La aplicación le avisa con antelación de la expiración del Pod.\n\nDesplácese para establecer el número de horas de antelación que le gustaría tener.";
  462. /* Description text on LowReservoirReminderSetupView */
  463. "The App notifies you when the amount of insulin in the Pod reaches this level (50-10 U).\n\nScroll to set the number of units at which you would like to be reminded." = "La App le avisa cuando la cantidad de insulina en el Pod alcanza este nivel (50-10 U).\n\nDesplácese para establecer el número de unidades en las que desea que la App le avise.";
  464. /* Footer text for low reservoir value row */
  465. "The App notifies you when the amount of insulin in the Pod reaches this level." = "La aplicación le notifica cuando la cantidad de insulina en el Pod alcanza este nivel.";
  466. /* Description text for critical alerts */
  467. "The reminders above will not sound if your device is in Silent or Do Not Disturb mode.\n\nThere are other critical Pod alerts and alarms that will sound even if your device is set to Silent or Do Not Disturb mode." = "The reminders above will not sound if your device is in Silent or Do Not Disturb mode.\n\nThere are other critical Pod alerts and alarms that will sound even if your device is set to Silent or Do Not Disturb mode.";
  468. /* Message for pod sync time action sheet */
  469. "The time on your pump is different from the current time. Do you want to update the time on your pump to the current time?" = "La hora de la bomba es diferente de la hora actual. Desea actualizar la hora de su bomba a la hora actual?";
  470. /* description for time change detected notice */
  471. "The time on your pump is different from the current time. Your pump’s time controls your scheduled therapy settings. Scroll down to Pump Time row to review the time difference and configure your pump." = "La hora de su bomba es diferente de la hora actual. La hora de su bomba controla los ajustes programados de su terapia. Desplácese hacia abajo hasta la fila que muestra la Hora de la Bomba para revisar la diferencia horaria y configurar su bomba.";
  472. /* Description of proper cannula insertion */
  473. "The window on the top of the Pod should be colored pink when the cannula is properly inserted into the skin." = "La ventana situada en la parte superior del Pod debe volverse de color rosa cuando la cánula esté correctamente insertada en la piel.";
  474. /* Format string for recovery suggestion during deactivate pod. */
  475. "There was a problem communicating with the pod. If this problem persists, tap Discard Pod. You can then activate a new Pod." = "Se ha producido un problema de comunicación con el Pod. Si el problema persiste, pulse Descartar Pod. A continuación, puede activar un nuevo Pod.";
  476. /* Footer text for scheduled reminder area */
  477. "This is a reminder that you scheduled when you paired your current Pod." = "Este es un recordatorio que programó cuando enlazó su Pod actual.";
  478. /* Alert format string for missing temp basal configuration. */
  479. "This Pump has not been configured with a maximum basal rate because it was added before manual temp basal was a feature. Please go to Therapy Settings -> Delivery Limits and set a new Maximum Basal Rate." = "Esta bomba no ha sido configurada con una tasa de administración basal máxima porque fue añadida antes de que la temperatura basal manual estuviese disponible. Por favor vaya a Configuración de Terapia -> Límites de administración y establezca una nueva tasa de administración basal máxima.";
  480. /* Label for expiration reminder row
  481. Label for scheduled expiration reminder row
  482. Label for scheduled reminder value row */
  483. "Time" = "Hora";
  484. /* Title for pod sync time action sheet.
  485. title for time change detected notice */
  486. "Time Change Detected" = "Cambio de hora detectado";
  487. /* No comment provided by engineer. */
  488. "Toggle sign" = "Botón de alternar";
  489. /* The error message shown when Loop's basal schedule has more entries than the pod can support */
  490. "Too many entries" = "Demasiadas entradas";
  491. /* description label for total delivery pod details row */
  492. "Total Delivery" = "Dosis total administrada";
  493. /* Units for showing temp basal rate */
  494. "U/hr" = "U/hra";
  495. /* Instructions when pod cannot be deactivated */
  496. "Unable to deactivate pod. Please continue and pair a new one." = "Desactivación del pod falló. Por favor, continúe y empareje uno nuevo";
  497. /* Title of delivery uncertainty recovery page */
  498. "Unable to Reach Pod" = "No se puede conectar el Pod";
  499. /* Alert format string for a failure to set temporary basal. (1: error description) */
  500. "Unable to set a temporary basal rate: %1$@" = "No se ha podido establecer una tasa de insulina basal temporal: %1$@";
  501. /* Alert format string for a failure to set temporary basal with recovery suggestion. (1: error description) (2: recovery text) */
  502. "Unable to set a temporary basal rate: %1$@\n\n%2$@" = "No se ha podido establecer una tasa de insulina basal temporal: %1$@\n\n%2$@";
  503. /* Label for pod life state when pod not fully activated */
  504. "Unfinished Activation" = "Activación no terminada";
  505. /* Label for pod life state when pod not fully deactivated */
  506. "Unfinished deactivation" = "Desactivación no terminada";
  507. /* The detail text for delivered insulin when no measurement is available */
  508. "Unknown" = "Desconocido";
  509. /* Label text for step two of insert cannula instructions */
  510. "Wait until insertion is completed." = "Espere hasta que finalice la inserción.";
  511. /* Button label for user to answer cannula was properly inserted */
  512. "Yes" = "Sí";
  513. /* Button title for confirm deactivation option */
  514. "Yes, Deactivate Pod" = "Sí, desactivar Pod";
  515. /* Button text to confirm pump time sync */
  516. "Yes, Sync to Current Time" = "Sí, sincronizar con la hora actual";
  517. /* bodyText for PodSetupView */
  518. "You will now begin the process of configuring your reminders, filling your Pod with insulin, pairing to your device and placing it on your body." = "Ahora comenzará el proceso de configurar sus recordatorios, llenar su Pod con insulina, emparejarlo con su dispositivo y colocárselo en el cuerpo.";
  519. /* Format string for instructions for setup complete view. (1: app name) */
  520. "Your Pod is ready for use.\n\n%1$@ will remind you to change your pod before it expires. You can change this to a time convenient for you." = "Su Pod está listo para usar.\n\n%1$@ le recordará cambiar su Pod antes de que caduque. Puede cambiarlo cuando sea un momento conveniente para usted.";
  521. /* Alert message body for confirm pod attachment */
  522. "Your Pod may still be delivering Insulin.\nRemove it from your body, then tap “Continue.“" = "Es posible que su Pod siga suministrando insulina.\nRetírelo de su cuerpo y pulse \"Continuar\".";
  523. /* Title string for SilencePodPreference.enabled */
  524. "Silenced" = "Silenced";
  525. /* Description for SilencePodPreference.disabled */
  526. "Normal operation mode where audible Pod beeps are used for all Pod alerts and when confidence reminders are enabled." = "Normal operation mode where audible Pod beeps are used for all Pod alerts and when confidence reminders are enabled.";
  527. /* Description for SilencePodPreference.enabled */
  528. "All Pod alerts use no beeps and confirmation reminder beeps are suppressed. The Pod will only beep for fatal Pod faults and when playing test beeps.\n\n⚠️Warning - Whenever the Pod is silenced it must be kept within Bluetooth range of this device to receive notifications for Pod alerts." = "All Pod alerts use no beeps and confirmation reminder beeps are suppressed. The Pod will only beep for fatal Pod faults and when playing test beeps.\n\n⚠️Warning - Whenever the Pod is silenced it must be kept within Bluetooth range of this device to receive notifications for Pod alerts.";
  529. /* Help text for Silence Pod view */
  530. /* navigation title for Silnce Pod" */
  531. "Silence Pod mode suppresses all Pod alert and confirmation reminder beeping.
  532. Silence Pod" = "Silence Pod";
  533. /* title for pod details page */
  534. "Pod Details" = "Pod Details";
  535. /* Text for previous pod details row" */
  536. "Previous Pod Details" = "Previous Pod Details";
  537. /* Text for pump manager details navigation link */
  538. "Pump Manager Details" = "Pump Manager Details";
  539. /* button title when retrieving pump manager details */
  540. "Retrieving Pump Manager Details..." = "Retrieving Pump Manager Details...";
  541. /* button title to refresh pump manager details */
  542. "Refresh Pump Manager Details" = "Refresh Pump Manager Details";
  543. /* Alert title for error when updating silence pod preference */
  544. "Failed to update silence pod preference." = "Failed to update silence pod preference.";
  545. /* Section header for diagnostic section */
  546. "Diagnostics" = "Diagnostics";
  547. /* Text for read pod status navigation link */
  548. "Read Pod Status" = "Read Pod Status";