Localizable.strings 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. /*
  2. Localizable.strings
  3. OmniBLE
  4. Created by Jon Mårtensson on 2022-08-28.
  5. Copyright © 2022 Randall Knutson. All rights reserved.
  6. */
  7. /* Alert content title for multiCommand pod alert */
  8. "Multiple Command Alert" = "Multiple Command Alert";
  9. /* Alert content title for userPodExpiration pod alert */
  10. "Pod Expiration Reminder" = "Pod Expiration Reminder";
  11. /* Alert content title for podExpiring pod alert */
  12. "Pod Expired" = "Pod Expired";
  13. /* Alert content title for lowReservoir pod alert */
  14. "Low Reservoir" = "Low Reservoir";
  15. /* Alert content title for suspendInProgress pod alert */
  16. "Suspend In Progress Reminder" = "Suspend In Progress Reminder";
  17. /* Alert content title for suspendEnded pod alert */
  18. "Resume Insulin" = "Resume Insulin";
  19. /* Alert content title for finishSetupReminder pod alert */
  20. "Pod Pairing Incomplete" = "Pod Pairing Incomplete";
  21. /* Alert content title for timeOffsetChangeDetected pod alert */
  22. "Time Change Detected" = "Time Change Detected";
  23. /* Alert content body for multiCommand pod alert */
  24. "Multiple Command Alert" = "Multiple Command Alert";
  25. /* Format string for alert content body for userPodExpiration pod alert. (1: time until expiration) */
  26. "Pod expires in %1$@." = "Pod expires in %1$@.";
  27. /* Alert content body for podExpiring pod alert */
  28. "Change Pod now. Pod has been active for 72 hours." = "Change Pod now. Pod has been active for 72 hours.";
  29. /* Alert content body for podExpireImminent pod alert */
  30. "Change Pod now. Insulin delivery will stop in 1 hour." = "Change Pod now. Insulin delivery will stop in 1 hour.";
  31. /* Format string for alert content body for lowReservoir pod alert. (1: reminder value) */
  32. "%1$@ insulin or less remaining in Pod. Change Pod soon." = "%1$@ insulin or less remaining in Pod. Change Pod soon.";
  33. /* Alert content body for suspendInProgress pod alert */
  34. "Suspend In Progress Reminder" = "Suspend In Progress Reminder";
  35. /* Alert content body for suspendEnded pod alert */
  36. "The insulin suspension period has ended.\n\nYou can resume delivery from the banner on the home screen or from your pump settings screen. You will be reminded again in 15 minutes." = "The insulin suspension period has ended.\n\nYou can resume delivery from the banner on the home screen or from your pump settings screen. You will be reminded again in 15 minutes.";
  37. /* Alert content body for finishSetupReminder pod alert */
  38. "Please finish pairing your pod." = "Please finish pairing your pod.";
  39. /* Alert content body for timeOffsetChangeDetected pod alert */
  40. "The time on your pump is different from the current time. You can review the pump time and and sync to current time in settings." = "The time on your pump is different from the current time. You can review the pump time and and sync to current time in settings.";
  41. /* Alert notification body for suspendEnded pod alert user notification */
  42. "Suspension time is up. Open the app and resume." = "Suspension time is up. Open the app and resume.";
  43. /* Action button default text for PodAlerts */
  44. "Ok" = "Ok";
  45. /* Label for pod life state when pod not fully activated */
  46. "Unfinished Activation" = "Unfinished Activation";
  47. /* Label for pod life state when time remaining */
  48. "Pod expires in" = "Pod expires in";
  49. /* */
  50. "Pod Expires" = "Pod Expires";
  51. /* */
  52. "Pod Activated" = "Pod Activated";
  53. /* */
  54. "Notification Settings" = "Notification Settings";
  55. /* */
  56. "Confidence Reminders" = "Confidence Reminders";
  57. /* Text for suspend resume button when insulin delivery active */
  58. "Suspend Insulin Delivery" = "Suspend Insulin Delivery";
  59. /* Label for pod life state when within pod expiration window */
  60. "Pod expired" = "Pod expired";
  61. /* Label for pod life state when pod not fully deactivated */
  62. "Unfinished deactivation" = "Unfinished deactivation";
  63. /* Label for pod life state when no pod paired */
  64. "No Pod" = "No Pod";
  65. /* Settings page link description when next lifecycle action is to pair new pod */
  66. "Pair Pod" = "Pair Pod";
  67. /* Settings page link description when next lifecycle action is to finish deactivation */
  68. "Finish deactivation" = "Finish deactivation";
  69. /* Settings page link description when next lifecycle action is to replace pod */
  70. "Replace Pod" = "Wymień PODa";
  71. /* Unit for singular day in pod life remaining */
  72. "day" = "day";
  73. /* Unit for plural days in pod life remaining */
  74. "days" = "days";
  75. /* Unit for singular hour in pod life remaining */
  76. "hour" = "hour";
  77. /* Unit for plural hours in pod life remaining */
  78. "hours" = "hours";
  79. /* Unit for singular minute in pod life remaining */
  80. "minute" = "minute";
  81. /* Unit for plural minutes in pod life remaining */
  82. "minutes" = "minut";
  83. /* Title of insulin delivery section */
  84. "Insulin Delivery" = "Insulin Delivery";
  85. /* */
  86. "Scheduled Basal" = "Scheduled Basal";
  87. /* Header for insulin remaining on pod settings screen */
  88. "Insulin Remaining" = "Insulin Remaining";
  89. /* Section header for activity section */
  90. "Activity" = "Aktywność";
  91. /* title for device details page */
  92. "Device Details" = "Device Details";
  93. /* Section header for configuration section */
  94. "Configuration" = "Configuration";
  95. /* Settings page link description when next lifecycle action is to finish deactivation */
  96. "Finish deactivation" = "Finish deactivation";
  97. /* Settings page link description when next lifecycle action is to replace pod */
  98. "Replace Pod" = "Wymień PODa";
  99. /* Settings page link description when next lifecycle action is to replace pod */
  100. "Replace Pod" = "Wymień PODa";
  101. /* Label for pod life state when pod not fully activated */
  102. "Unfinished Activation" = "Unfinished Activation";
  103. /* Label for pod life state when time remaining */
  104. "Pod expires in" = "Pod expires in";
  105. /* Label for pod life state when within pod expiration window */
  106. "Pod expired" = "Pod expired";
  107. /* Label for pod life state when pod not fully deactivated */
  108. "Unfinished deactivation" = "Unfinished deactivation";
  109. /* Label for pod life state when no pod paired */
  110. "No Pod" = "No Pod";
  111. /* Pod life HUD view label */
  112. "Fault" = "Usterka";
  113. /* Label describing pod age view */
  114. "Pod Age" = "Wiek PODa";
  115. /* Label describing time remaining view */
  116. "Remaining" = "Pozostało";
  117. /* Label indicating pod replacement necessary */
  118. "Replace Pod" = "Wymień PODa";
  119. /* Error message shown when no pod is paired */
  120. "No pod paired" = "No pod paired";
  121. /* Error message shown when user cannot pair because pod is already paired */
  122. "Pod already paired" = "Pod already paired";
  123. /* Error description for OmniBLEPumpManagerError.insulinTypeNotConfigured */
  124. "Insulin type not configured" = "Insulin type not configured";
  125. /* Error message when cannula insertion fails because the pod is in an unexpected state */
  126. "Pod is not in a state ready for cannula insertion." = "Pod is not in a state ready for cannula insertion.";
  127. /* Error description for OmniBLEPumpManagerError.invalidSetting */
  128. "Invalid Setting" = "Invalid Setting";
  129. /* Recovery suggestion shown when no pod is paired */
  130. "Please pair a new pod" = "Please pair a new pod";
  131. /* Generic title of the OmniBLE pump manager */
  132. "Omnipod DASH" = "Omnipod DASH";
  133. /* Status highlight that delivery is uncertain. */
  134. "Comms Issue" = "Comms Issue";
  135. /* */
  136. "Finish Pairing" = "Finish Pairing";
  137. /* Status highlight that when pod is deactivating */
  138. "Finish Deactivation" = "Finish Deactivation";
  139. /* Status highlight that when no pod is paired. */
  140. "No Pod" = "No Pod";
  141. /* Status highlight message for emptyReservoir alarm. */
  142. "No Insulin" = "No Insulin";
  143. /* Status highlight message for podExpired alarm. */
  144. "Pod Expired" = "Pod Expired";
  145. /* Status highlight message for occlusion alarm. */
  146. "Pod Occlusion" = "Pod Occlusion";
  147. /* Status highlight message for other alarm. */
  148. "Pod Error" = "Pod Error";
  149. /* Status highlight that a pump is out of insulin. */
  150. "No Insulin" = "No Insulin";
  151. /* Status highlight that insulin delivery was suspended. */
  152. "Insulin Suspended" = "Insulin Suspended";
  153. /* Status highlight when communications with the pod haven't happened recently. */
  154. "Signal Loss" = "Signal Loss";
  155. /* Status highlight when manual temp basal is running. */
  156. "Manual Basal" = "Manual Basal";
  157. /* */
  158. "Insert cannula" = "Insert cannula";
  159. /* */
  160. "Check cannula insertion finished" = "Check cannula insertion finished";
  161. /* */
  162. "Get pod status" = "Get pod status";
  163. /* */
  164. "Save Basal Profile" = "Save Basal Profile";
  165. /* */
  166. "Save basal profile failed: %{public}@" = "Save basal profile failed: %{public}@";
  167. /* */
  168. "Skipping Play Test Beeps due to bolus still in progress." = "Skipping Play Test Beeps due to bolus still in progress.";
  169. /* */
  170. "Play Test Beeps" = "Odtwarzaj dźwięki testu";
  171. /* */
  172. "Skipping Read Pulse Log due to bolus still in progress." = "Skipping Read Pulse Log due to bolus still in progress.";
  173. /* */
  174. "Read Pulse Log" = "Read Pulse Log";
  175. /* */
  176. "Set Confirmation Beeps to %s" = "Set Confirmation Beeps to %s";
  177. /* */
  178. "Set Confirmation Beeps Preference" = "Set Confirmation Beeps Preference";
  179. /* */
  180. "Suspend" = "Suspend";
  181. /* */
  182. "Failed to suspend: %{public}@" = "Failed to suspend: %{public}@";
  183. /* */
  184. "Resume" = "Resume";
  185. /* */
  186. "Bolus" = "Bolus";
  187. /* */
  188. "Cancel Bolus" = "Cancel Bolus";
  189. /* Alert acknowledgment OK button */
  190. "OK" = "OK";
  191. /* The title for Empty Reservoir alarm notification */
  192. "Empty Reservoir" = "Empty Reservoir";
  193. /* The title for Occlusion alarm notification */
  194. "Occlusion Detected" = "Occlusion Detected";
  195. /* The title for AlarmCode.other notification */
  196. "Critical Pod Error" = "Critical Pod Error";
  197. /* The default notification body for AlarmCodes */
  198. "Insulin delivery stopped. Change Pod now." = "Insulin delivery stopped. Change Pod now.";
  199. /* Units for showing temp basal rate */
  200. "U/hr" = "U/hr";
  201. /* Header for insulin remaining on pod settings screen */
  202. "Insulin Remaining" = "Insulin Remaining";
  203. /* Button title to set temporary basal rate */
  204. "Set Temporary Basal Rate" = "Set Temporary Basal Rate";
  205. /* Section header for activity section */
  206. "Activity" = "Aktywność";
  207. /* Section header for configuration section */
  208. "Configuration" = "Configuration";
  209. /* Title for previous pod page */
  210. "Previous Pod" = "Previous Pod";
  211. /* The title of the command to change pump time zone */
  212. "Pump Time" = "Pump Time";
  213. /* Text indicating ongoing pump time synchronization */
  214. "Adjusting Pump Time..." = "Adjusting Pump Time...";
  215. /* The title of the command to change pump time zone */
  216. "Sync to Current Time" = "Sync to Current Time";
  217. /* Label for PumpManager deletion button */
  218. "Switch to other insulin delivery device" = "Switch to other insulin delivery device";
  219. /* Title for pod sync time action sheet. */
  220. "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?" = "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?";
  221. /* Button text to confirm pump time sync */
  222. "Yes, Sync to Current Time" = "Yes, Sync to Current Time";
  223. /* Button text to cancel pump time sync */
  224. "No, Keep Pump As Is" = "No, Keep Pump As Is";
  225. /* Title for Omnipod DASH PumpManager deletion action sheet. */
  226. "Remove Pump" = "Remove Pump";
  227. /* Message for Omnipod DASH PumpManager deletion action sheet */
  228. "Are you sure you want to stop using Omnipod DASH?" = "Are you sure you want to stop using Omnipod DASH?";
  229. /* Button text to confirm Omnipod DASH PumpManager deletion */
  230. "Delete Omnipod DASH" = "Delete Omnipod DASH";
  231. /* Text for confidence reminders navigation link" */
  232. "Insulin Type" = "Insulin Type";
  233. /* The title of the command to change pump time zone */
  234. "Sync to Current Time" = "Sync to Current Time";
  235. /* Title for suspend duration selection action sheet */
  236. "Suspend Delivery" = "Wstrzymaj podawanie";
  237. /* Message for suspend duration selection action sheet */
  238. "Insulin delivery will be stopped until you resume manually. When would you like Loop to remind you to resume delivery?" = "Insulin delivery will be stopped until you resume manually. When would you like Loop to remind you to resume delivery?";
  239. /* Button text for 30 minute suspend duration */
  240. "30 minutes" = "30 minutes";
  241. /* Button text for 1 hour suspend duration" */
  242. "1 hour" = "1 hour";
  243. /* Button text for 1 hour 30 minute suspend duration */
  244. "1 hour 30 minutes" = "1 hour 30 minutes";
  245. /* Button text for 2 hour suspend duration */
  246. "2 hours" = "2 hours";
  247. /* Alert title for suspend error */
  248. "Failed to Suspend Insulin Delivery" = "Failed to Suspend Insulin Delivery";
  249. /* Alert title for resume error */
  250. "Failed to Resume Insulin Delivery" = "Failed to Resume Insulin Delivery";
  251. /* Alert title for time sync error */
  252. "Failed to Set Pump Time" = "Failed to Set Pump Time";
  253. /* Alert title for failing to cancel manual basal error */
  254. "Failed to Cancel Manual Basal" = "Failed to Cancel Manual Basal";
  255. /* */
  256. "Please deactivate the pod. When deactivation is complete, you may remove it and pair a new pod." = "Please deactivate the pod. When deactivation is complete, you may remove it and pair a new pod.";
  257. /* Instructions for deactivate pod when pod not on body */
  258. "Please deactivate the pod. When deactivation is complete, you may pair a new pod." = "Please deactivate the pod. When deactivation is complete, you may pair a new pod.";
  259. /* Deactivate pod action button */
  260. "Deactivate Pod" = "Dezaktywuj PODa";
  261. /* Deactivate pod action button accessibility label while deactivating */
  262. "Deactivating." = "Deactivating.";
  263. /* Deactivate pod action button accessibility label when deactivation complete */
  264. "Pod deactivated successfully. Continue." = "Pod deactivated successfully. Continue.";
  265. /* Action button description for deactivate after failed attempt */
  266. "Retry" = "Retry";
  267. /* Action button description when deactivated */
  268. "Continue" = "Kontynuuj";
  269. /* Format string for recovery suggestion during deactivate pod. */
  270. "There was a problem communicating with the pod. If this problem persists, tap Discard Pod. You can then activate a new Pod." = "There was a problem communicating with the pod. If this problem persists, tap Discard Pod. You can then activate a new Pod.";
  271. /* Text for discard pod button */
  272. "Discard Pod" = "Discard Pod";
  273. /* Title for remove pod modal */
  274. "Remove Pod from Body" = "Remove Pod from Body";
  275. /* Alert message body for confirm pod attachment */
  276. "Your Pod may still be delivering Insulin.\nRemove it from your body, then tap “Continue.“" = "Your Pod may still be delivering Insulin.\nRemove it from your body, then tap “Continue.“";
  277. /* Insulin Unit */
  278. "U" = "U";
  279. /* The action string on pod status page when pod expired */
  280. "Change Pod now. Insulin delivery will stop 8 hours after the Pod has expired or when no more insulin remains." = "Change Pod now. Insulin delivery will stop 8 hours after the Pod has expired or when no more insulin remains.";
  281. /* Label text for step 1 of pair pod instructions */
  282. "Fill a new pod with U-100 Insulin (leave blue Pod needle cap on)." = "Fill a new pod with U-100 Insulin (leave blue Pod needle cap on).";
  283. /* Label text for step 2 of pair pod instructions */
  284. "Listen for 2 beeps." = "Listen for 2 beeps.";
  285. /* Label text indicating pairing finished.*/
  286. "Paired" = "Paired";
  287. /* Cancel button text in navigation bar on pair pod UI */
  288. "Cancel" = "Anuluj";
  289. /* Alert title for cancel pairing modal */
  290. "Are you sure you want to cancel Pod setup?" = "Are you sure you want to cancel Pod setup?";
  291. /* Alert message body for confirm pod attachment */
  292. "If you cancel Pod setup, the current Pod will be deactivated and will be unusable." = "If you cancel Pod setup, the current Pod will be deactivated and will be unusable.";
  293. /* Button title for confirm deactivation option */
  294. "Yes, Deactivate Pod" = "Yes, Deactivate Pod";
  295. /* Continue pairing button title of in pairing cancel modal */
  296. "No, Continue With Pod" = "No, Continue With Pod";
  297. /* Label text for step one of attach pod instructions */
  298. "Prepare site." = "Prepare site.";
  299. /* Label text for step two of attach pod instructions */
  300. "Remove blue Pod needle cap and check cannula. Then remove paper backing." = "Remove blue Pod needle cap and check cannula. Then remove paper backing.";
  301. /* Label text for step three of attach pod instructions */
  302. "Check Pod, apply to site, then confirm pod attachment." = "Check Pod, apply to site, then confirm pod attachment.";
  303. /* Action button title for attach pod view */
  304. "Continue" = "Kontynuuj";
  305. /* */
  306. "Attach Pod" = "Attach Pod";
  307. /* Alert title for confirm pod attachment */
  308. "Confirm Pod Attachment" = "Confirm Pod Attachment";
  309. /* Alert message body for confirm pod attachment */
  310. "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." = "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.";
  311. /* Button title for confirm attachment option */
  312. "Confirm" = "Confirm";
  313. /* Label text for step one of insert cannula instructions */
  314. "Tap below to start cannula insertion." = "Tap below to start cannula insertion.";
  315. /* Label text for step two of insert cannula instructions */
  316. "Wait until insertion is completed." = "Wait until insertion is completed.";
  317. /* Label text indicating insertion finished. */
  318. "Inserted" = "Inserted";
  319. /* */
  320. "Check Cannula" = "Check Cannula";
  321. /* */
  322. "Is the cannula inserted properly?" = "Is the cannula inserted properly?";
  323. /* Description of proper cannula insertion */
  324. "The window on the top of the Pod should be colored pink when the cannula is properly inserted into the skin." = "The window on the top of the Pod should be colored pink when the cannula is properly inserted into the skin.";
  325. /* Button label for user to answer cannula was properly inserted */
  326. "Yes" = "Yes";
  327. /* Button label for user to answer cannula was not properly inserted" */
  328. "No" = "No";
  329. /* Pod pairing action button text while pairing */
  330. "Pairing..." = "Pairing...";
  331. /* Pod pairing action button text while priming */
  332. "Priming..." = "Priming...";
  333. /* Format string for instructions for setup complete view. (1: app name) */
  334. "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." = "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.";
  335. /* */
  336. "Scheduled Reminder" = "Scheduled Reminder";
  337. /* Label for expiration reminder row */
  338. "Time" = "Czas";
  339. /* Action button title to continue at Setup Complete */
  340. "Finish Setup" = "Finish Setup";
  341. /* */
  342. "Setup Complete" = "Setup Complete";
  343. /* Value text for no expiration reminder */
  344. "No Reminder" = "No Reminder";