Localizable.strings 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  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" = "Багатокомандне сповіщення";
  9. /* Alert content title for userPodExpiration pod alert */
  10. "Pod Expiration Reminder" = "Нагадування про термін дії Pod";
  11. /* Alert content title for podExpiring pod alert */
  12. "Pod Expired" = "Термін дії Pod минув";
  13. /* Alert content title for lowReservoir pod alert */
  14. "Low Reservoir" = "Пустий резервуар";
  15. /* Alert content title for suspendInProgress pod alert */
  16. "Suspend In Progress Reminder" = "Нагадування про призупинення";
  17. /* Alert content title for suspendEnded pod alert */
  18. "Resume Insulin" = "Відновити інсулін";
  19. /* Alert content title for finishSetupReminder pod alert */
  20. "Pod Pairing Incomplete" = "Створення пари не завершено";
  21. /* Alert content title for timeOffsetChangeDetected pod alert */
  22. "Time Change Detected" = "Виявлено зміну часу";
  23. /* Alert content body for multiCommand pod alert */
  24. "Multiple Command Alert" = "Багатокомандне сповіщення";
  25. /* Format string for alert content body for userPodExpiration pod alert. (1: time until expiration) */
  26. "Pod expires in %1$@." = "Pod закінчується через %1$@.";
  27. /* Alert content body for podExpiring pod alert */
  28. "Change Pod now. Pod has been active for 72 hours." = "Змінити Pod зараз. Pod був активним протягом 72 годин.";
  29. /* Alert content body for podExpireImminent pod alert */
  30. "Change Pod now. Insulin delivery will stop in 1 hour." = "Змінити Pod зараз. Ізольована доставка зупиниться протягом 1 години.";
  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$@ інсулін або менше залишилися у Pod. Незабаром змініть Pod.";
  33. /* Alert content body for suspendInProgress pod alert */
  34. "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" = "Параметри сповіщень";
  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. /* Pairing action button accessibility label while ready to pair */
  68. "Pair pod." = "Pair pod.";
  69. /* Pairing action button accessibility label while pairing */
  70. "Pairing." = "Pairing.";
  71. /* Pairing action button accessibility label while priming */
  72. "Priming. Please wait." = "Priming. Please wait.";
  73. /* Pairing action button accessibility label when pairing succeeded */
  74. "Pod paired successfully. Continue." = "Pod paired successfully. Continue.";
  75. /* Settings page link description when next lifecycle action is to finish deactivation */
  76. "Finish deactivation" = "Finish deactivation";
  77. /* Settings page link description when next lifecycle action is to replace pod */
  78. "Replace Pod" = "Замініть POD";
  79. /* Unit for singular day in pod life remaining */
  80. "day" = "day";
  81. /* Unit for plural days in pod life remaining */
  82. "days" = "days";
  83. /* Unit for singular hour in pod life remaining */
  84. "hour" = "hour";
  85. /* Unit for plural hours in pod life remaining */
  86. "hours" = "годин";
  87. /* Unit for singular minute in pod life remaining */
  88. "minute" = "minute";
  89. /* Unit for plural minutes in pod life remaining */
  90. "minutes" = "хвилин";
  91. /* Title of insulin delivery section */
  92. "Insulin Delivery" = "Insulin Delivery";
  93. /* */
  94. "Scheduled Basal" = "Scheduled Basal";
  95. /* Header for insulin remaining on pod settings screen */
  96. "Insulin Remaining" = "Insulin Remaining";
  97. /* Section header for activity section */
  98. "Activity" = "Активність";
  99. /* title for device details page */
  100. "Device Details" = "Device Details";
  101. /* Section header for configuration section */
  102. "Configuration" = "Налаштування";
  103. /* Settings page link description when next lifecycle action is to finish deactivation */
  104. "Finish deactivation" = "Finish deactivation";
  105. /* Settings page link description when next lifecycle action is to replace pod */
  106. "Replace Pod" = "Замініть POD";
  107. /* Settings page link description when next lifecycle action is to replace pod */
  108. "Replace Pod" = "Замініть POD";
  109. /* Label for pod life state when pod not fully activated */
  110. "Unfinished Activation" = "Unfinished Activation";
  111. /* Label for pod life state when time remaining */
  112. "Pod expires in" = "Pod expires in";
  113. /* Label for pod life state when within pod expiration window */
  114. "Pod expired" = "Pod expired";
  115. /* Label for pod life state when pod not fully deactivated */
  116. "Unfinished deactivation" = "Unfinished deactivation";
  117. /* Label for pod life state when no pod paired */
  118. "No Pod" = "No Pod";
  119. /* Pod life HUD view label */
  120. "Fault" = "Збій";
  121. /* Label describing pod age view */
  122. "Pod Age" = "Вік PODу";
  123. /* Label describing time remaining view */
  124. "Remaining" = "Залишок";
  125. /* Label indicating pod replacement necessary */
  126. "Replace Pod" = "Замініть POD";
  127. /* Error message shown when no pod is paired */
  128. "No pod paired" = "No pod paired";
  129. /* Error message shown when user cannot pair because pod is already paired */
  130. "Pod already paired" = "Pod already paired";
  131. /* Error description for OmniBLEPumpManagerError.insulinTypeNotConfigured */
  132. "Insulin type not configured" = "Insulin type not configured";
  133. /* Error message when cannula insertion fails because the pod is in an unexpected state */
  134. "Pod is not in a state ready for cannula insertion." = "Pod is not in a state ready for cannula insertion.";
  135. /* Error description for OmniBLEPumpManagerError.invalidSetting */
  136. "Invalid Setting" = "Invalid Setting";
  137. /* Recovery suggestion shown when no pod is paired */
  138. "Please pair a new pod" = "Please pair a new pod";
  139. /* Generic title of the OmniBLE pump manager */
  140. "Omnipod DASH" = "Omnipod DASH";
  141. /* Status highlight that delivery is uncertain. */
  142. "Comms Issue" = "Comms Issue";
  143. /* */
  144. "Finish Pairing" = "Finish Pairing";
  145. /* Status highlight that when pod is deactivating */
  146. "Finish Deactivation" = "Finish Deactivation";
  147. /* Status highlight that when no pod is paired. */
  148. "No Pod" = "No Pod";
  149. /* Status highlight message for emptyReservoir alarm. */
  150. "No Insulin" = "No Insulin";
  151. /* Status highlight message for podExpired alarm. */
  152. "Pod Expired" = "Термін дії Pod минув";
  153. /* Status highlight message for occlusion alarm. */
  154. "Pod Occlusion" = "Pod Occlusion";
  155. /* Status highlight message for other alarm. */
  156. "Pod Error" = "Pod Error";
  157. /* Status highlight that a pump is out of insulin. */
  158. "No Insulin" = "No Insulin";
  159. /* Status highlight that insulin delivery was suspended. */
  160. "Insulin Suspended" = "Insulin Suspended";
  161. /* Status highlight when communications with the pod haven't happened recently. */
  162. "Signal Loss" = "Signal Loss";
  163. /* Status highlight when manual temp basal is running. */
  164. "Manual Basal" = "Manual Basal";
  165. /* */
  166. "Insert Cannula" = "Вставте канюлю";
  167. /* Cannula insertion button text while inserting */
  168. "Inserting..." = "Inserting...";
  169. /* Cannula insertion button text while showing error */
  170. "Retry" = "Retry";
  171. /* Cannula insertion button text while checking insertion */
  172. "Checking..." = "Checking...";
  173. /* */
  174. "Check cannula insertion finished" = "Check cannula insertion finished";
  175. /* */
  176. "Get pod status" = "Get pod status";
  177. /* */
  178. "Save Basal Profile" = "Save Basal Profile";
  179. /* */
  180. "Save basal profile failed: %{public}@" = "Save basal profile failed: %{public}@";
  181. /* */
  182. "Skipping Play Test Beeps due to bolus still in progress." = "Skipping Play Test Beeps due to bolus still in progress.";
  183. /* */
  184. "Play Test Beeps" = "Програти тестовий звук";
  185. /* */
  186. "Skipping Read Pulse Log due to bolus still in progress." = "Skipping Read Pulse Log due to bolus still in progress.";
  187. /* */
  188. "Read Pulse Log" = "Читати журнал подій";
  189. /* */
  190. "Set Confirmation Beeps to %s" = "Set Confirmation Beeps to %s";
  191. /* */
  192. "Set Confirmation Beeps Preference" = "Set Confirmation Beeps Preference";
  193. /* */
  194. "Suspend" = "Призупинити";
  195. /* */
  196. "Failed to suspend: %{public}@" = "Failed to suspend: %{public}@";
  197. /* */
  198. "Resume" = "Відновити";
  199. /* */
  200. "Bolus" = "Болюс";
  201. /* */
  202. "Cancel Bolus" = "Cancel Bolus";
  203. /* Alert acknowledgment OK button */
  204. "OK" = "OK";
  205. /* The title for Empty Reservoir alarm notification */
  206. "Empty Reservoir" = "Empty Reservoir";
  207. /* The title for Occlusion alarm notification */
  208. "Occlusion Detected" = "Occlusion Detected";
  209. /* The title for AlarmCode.other notification */
  210. "Critical Pod Error" = "Critical Pod Error";
  211. /* The default notification body for AlarmCodes */
  212. "Insulin delivery stopped. Change Pod now." = "Insulin delivery stopped. Change Pod now.";
  213. /* Header for insulin remaining on pod settings screen */
  214. "Insulin Remaining" = "Insulin Remaining";
  215. /* Button title to set temporary basal rate */
  216. "Set Temporary Basal Rate" = "Set Temporary Basal Rate";
  217. /* Section header for activity section */
  218. "Activity" = "Активність";
  219. /* Section header for configuration section */
  220. "Configuration" = "Налаштування";
  221. /* Title for previous pod page */
  222. "Previous Pod" = "Previous Pod";
  223. /* The title of the command to change pump time zone */
  224. "Pump Time" = "Pump Time";
  225. /* Text indicating ongoing pump time synchronization */
  226. "Adjusting Pump Time..." = "Adjusting Pump Time...";
  227. /* The title of the command to change pump time zone */
  228. "Sync to Current Time" = "Sync to Current Time";
  229. /* Label for PumpManager deletion button */
  230. "Switch to other insulin delivery device" = "Switch to other insulin delivery device";
  231. /* Title for pod sync time action sheet. */
  232. "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?";
  233. /* Button text to confirm pump time sync */
  234. "Yes, Sync to Current Time" = "Yes, Sync to Current Time";
  235. /* Button text to cancel pump time sync */
  236. "No, Keep Pump As Is" = "No, Keep Pump As Is";
  237. /* Title for Omnipod DASH PumpManager deletion action sheet. */
  238. "Remove Pump" = "Remove Pump";
  239. /* Message for Omnipod DASH PumpManager deletion action sheet */
  240. "Are you sure you want to stop using Omnipod DASH?" = "Are you sure you want to stop using Omnipod DASH?";
  241. /* Button text to confirm Omnipod DASH PumpManager deletion */
  242. "Delete Omnipod DASH" = "Delete Omnipod DASH";
  243. /* Text for confidence reminders navigation link" */
  244. "Insulin Type" = "Тип інсуліну";
  245. /* The title of the command to change pump time zone */
  246. "Sync to Current Time" = "Sync to Current Time";
  247. /* Title for suspend duration selection action sheet */
  248. "Suspend Delivery" = "Призупинити доставку";
  249. /* Message for suspend duration selection action sheet */
  250. "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?";
  251. /* Button text for 30 minute suspend duration */
  252. "30 minutes" = "30 minutes";
  253. /* Button text for 1 hour suspend duration" */
  254. "1 hour" = "1 hour";
  255. /* Button text for 1 hour 30 minute suspend duration */
  256. "1 hour 30 minutes" = "1 hour 30 minutes";
  257. /* Button text for 2 hour suspend duration */
  258. "2 hours" = "2 hours";
  259. /* Alert title for suspend error */
  260. "Failed to Suspend Insulin Delivery" = "Failed to Suspend Insulin Delivery";
  261. /* Alert title for resume error */
  262. "Failed to Resume Insulin Delivery" = "Failed to Resume Insulin Delivery";
  263. /* Alert title for time sync error */
  264. "Failed to Set Pump Time" = "Failed to Set Pump Time";
  265. /* Alert title for failing to cancel manual basal error */
  266. "Failed to Cancel Manual Basal" = "Failed to Cancel Manual Basal";
  267. /* */
  268. "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.";
  269. /* Instructions for deactivate pod when pod not on body */
  270. "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.";
  271. /* Deactivate pod action button */
  272. "Deactivate Pod" = "Деактивувати POD";
  273. /* Deactivate pod action button accessibility label while deactivating */
  274. "Deactivating." = "Deactivating.";
  275. /* Deactivate pod action button accessibility label when deactivation complete */
  276. "Pod deactivated successfully. Continue." = "Pod deactivated successfully. Continue.";
  277. /* Action button description for deactivate after failed attempt */
  278. "Retry" = "Retry";
  279. /* Action button description when deactivated */
  280. "Continue" = "Продовжити";
  281. /* Format string for recovery suggestion during deactivate pod. */
  282. "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.";
  283. /* Text for discard pod button */
  284. "Discard Pod" = "Discard Pod";
  285. /* Title for remove pod modal */
  286. "Remove Pod from Body" = "Remove Pod from Body";
  287. /* Alert message body for confirm pod attachment */
  288. "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.“";
  289. /* Insulin Unit */
  290. "U" = "U";
  291. /* The action string on pod status page when pod expired */
  292. "Change Pod now. Insulin delivery will stop 8 hours after the Pod has expired or when no more insulin remains." = "Змінити Pod зараз. Інсулінова доставка зупиниться на 8 годин після того, як Pod закінчиться або більше не залишиться інсуліну.";
  293. /* Label text for step 1 of pair pod instructions */
  294. "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).";
  295. /* Label text for step 2 of pair pod instructions */
  296. "Listen for 2 beeps." = "Listen for 2 beeps.";
  297. /* Label text indicating pairing finished.*/
  298. "Paired" = "Paired";
  299. /* Cancel button text in navigation bar on pair pod UI */
  300. "Cancel" = "Відмінити";
  301. /* Alert title for cancel pairing modal */
  302. "Are you sure you want to cancel Pod setup?" = "Are you sure you want to cancel Pod setup?";
  303. /* Alert message body for confirm pod attachment */
  304. "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.";
  305. /* Button title for confirm deactivation option */
  306. "Yes, Deactivate Pod" = "Yes, Deactivate Pod";
  307. /* Continue pairing button title of in pairing cancel modal */
  308. "No, Continue With Pod" = "No, Continue With Pod";
  309. /* Label text for step one of attach pod instructions */
  310. "Prepare site." = "Prepare site.";
  311. /* Label text for step two of attach pod instructions */
  312. "Remove blue Pod needle cap and check cannula. Then remove paper backing." = "Remove blue Pod needle cap and check cannula. Then remove paper backing.";
  313. /* Label text for step three of attach pod instructions */
  314. "Check Pod, apply to site, then confirm pod attachment." = "Check Pod, apply to site, then confirm pod attachment.";
  315. /* Action button title for attach pod view */
  316. "Continue" = "Продовжити";
  317. /* */
  318. "Attach Pod" = "Attach Pod";
  319. /* Alert title for confirm pod attachment */
  320. "Confirm Pod Attachment" = "Confirm Pod Attachment";
  321. /* Alert message body for confirm pod attachment */
  322. "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.";
  323. /* Button title for confirm attachment option */
  324. "Confirm" = "Confirm";
  325. /* Label text for step one of insert cannula instructions */
  326. "Tap below to start cannula insertion." = "Tap below to start cannula insertion.";
  327. /* Label text for step two of insert cannula instructions */
  328. "Wait until insertion is completed." = "Wait until insertion is completed.";
  329. /* Label text indicating insertion finished. */
  330. "Inserted" = "Inserted";
  331. /* Check Cannula */
  332. "Check Cannula" = "Check Cannula";
  333. /* */
  334. "Is the cannula inserted properly?" = "Is the cannula inserted properly?";
  335. /* Description of proper cannula insertion */
  336. "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.";
  337. /* Button label for user to answer cannula was properly inserted */
  338. "Yes" = "Yes";
  339. /* Button label for user to answer cannula was not properly inserted */
  340. "No" = "No";
  341. /* Pod pairing action button text while pairing */
  342. "Pairing..." = "Pairing...";
  343. /* Pod pairing action button text while priming */
  344. "Priming..." = "Priming...";
  345. /* */
  346. "Deactivating..." = "Deactivating...";
  347. /* Pod state when pod has been deactivated */
  348. "Deactivated" = "Deactivated";
  349. /* Format string for instructions for setup complete view. (1: app name) */
  350. "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.";
  351. /* */
  352. "Scheduled Reminder" = "Scheduled Reminder";
  353. /* Label for expiration reminder row */
  354. "Time" = "Час";
  355. /* Action button title to continue at Setup Complete */
  356. "Finish Setup" = "Finish Setup";
  357. /* */
  358. "Setup Complete" = "Setup Complete";
  359. /* Value text for no expiration reminder */
  360. "No Reminder" = "No Reminder";
  361. /* Error message description for PeripheralManagerError.notReady */
  362. "Peripheral Not Ready" = "Peripheral Not Ready";
  363. /* Error message description for PeripheralManagerError.incorrectResponse */
  364. "Incorrect Response" = "Incorrect Response";
  365. /* Error message description for PeripheralManagerError.timeout */
  366. "Timeout" = "Timeout";
  367. /* Error message description for PeripheralManagerError.emptyValue */
  368. "Empty Value" = "Empty Value";
  369. /* Error message description for PeripheralManagerError.unknownCharacteristic */
  370. "Unknown Characteristic" = "Unknown Characteristic";
  371. /* Error message description for PeripheralManagerError.nack */
  372. "Nack" = "Nack";
  373. /* Title for omnipod reminders section */
  374. "Omnipod Reminders" = "Omnipod Reminders";
  375. /* Footer text for omnipod reminders section */
  376. "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." = "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.";
  377. /* Footer text for scheduled reminder area */
  378. "This is a reminder that you scheduled when you paired your current Pod." = "This is a reminder that you scheduled when you paired your current Pod.";
  379. /* */
  380. "Scheduled Reminder" = "Scheduled Reminder";
  381. /* Footer text for low reservoir value row */
  382. "The App notifies you when the amount of insulin in the Pod reaches this level." = "The App notifies you when the amount of insulin in the Pod reaches this level.";
  383. /* Description text for critical alerts */
  384. "Critical Alerts" = "Critical Alerts";
  385. /* Description text for critical alerts */
  386. "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 you 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 you device is set to Silent or Do Not Disturb mode.";
  387. /* navigation title for notification settings */
  388. "Notification Settings" = "Параметри сповіщень";
  389. /* Label for scheduled reminder value row */
  390. "Time" = "Час";
  391. /* Value text for no expiration reminder */
  392. "No Reminder" = "No Reminder";
  393. /* Label for low reservoir reminder row */
  394. "Low Reservoir Reminder" = "Low Reservoir Reminder";
  395. /* The action string on pod status page when pod data is stale */
  396. "Make sure your phone and pod are close to each other. If communication issues persist, move to a new area." = "Make sure your phone and pod are close to each other. If communication issues persist, move to a new area.";
  397. /* Format string for the action string on pod status page when pod expired. (1: service time remaining) */
  398. "Change Pod now. Insulin delivery will stop in %1$@ or when no more insulin remains." = "Change Pod now. Insulin delivery will stop in %1$@ or when no more insulin remains.";
  399. /* Title string for BeepPreference.silent */
  400. "Disabled" = "Disabled";
  401. /* Title string for BeepPreference.manualCommands */
  402. "Enabled" = "Активовано";
  403. /* Title string for BeepPreference.extended */
  404. "Extended" = "Extended";
  405. /* Description for BeepPreference.silent */
  406. "No confidence reminders are used." = "No confidence reminders are used.";
  407. /* Description for BeepPreference.manualCommands */
  408. "Confidence reminders will sound for commands you initiate, like bolus, cancel bolus, suspend, resume, save notification reminders, etc. When Loop automatically adjusts delivery, no confidence reminders are used." = "Confidence reminders will sound for commands you initiate, like bolus, cancel bolus, suspend, resume, save notification reminders, etc. When Loop automatically adjusts delivery, no confidence reminders are used.";
  409. /* Description for BeepPreference.extended */
  410. "Confidence reminders will sound when Loop automatically adjusts delivery as well as for commands you initiate." = "Confidence reminders will sound when Loop automatically adjusts delivery as well as for commands you initiate.";
  411. /* Label text for temporary basal rate summary */
  412. "Rate" = "Швидкість";
  413. /* Insulin unit per hour */
  414. "U/hr" = "Од/год";
  415. /* Summary string for temporary basal rate configuration page */
  416. "%1$@ for %2$@" = "%1$@ for %2$@";
  417. /* Description text on manual temp basal action sheet */
  418. "Loop will not automatically adjust your insulin delivery until the temporary basal rate finishes or is canceled." = "Loop will not automatically adjust your insulin delivery until the temporary basal rate finishes or is canceled.";
  419. /* Button text for setting manual temporary basal rate*/
  420. "Set Temporary Basal" = "Set Temporary Basal";
  421. /* Navigation Title for ManualTempBasalEntryView */
  422. "Temporary Basal" = "Temporary Basal";
  423. /* Alert title for a failure to set temporary basal */
  424. "Temporary Basal Failed" = "Temporary Basal Failed";
  425. /* Alert format string for a failure to set temporary basal with recovery suggestion. (1: error description) (2: recovery text) */
  426. "Unable to set a temporary basal rate: %1$@\n\n%2$@" = "Unable to set a temporary basal rate: %1$@\n\n%2$@";
  427. /* Alert format string for a failure to set temporary basal. (1: error description) */
  428. "Unable to set a temporary basal rate: %1$@" = "Unable to set a temporary basal rate: %1$@";
  429. /* Alert title for missing temp basal configuration */
  430. "Missing Config" = "Missing Config";
  431. /* Alert format string for missing temp basal configuration. */
  432. "This PumpManager 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." = "This PumpManager 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.";
  433. /* Label text for expiration reminder default row */
  434. "Expiration Reminder Default" = "Expiration Reminder Default";
  435. /* Text for previous pod information row */
  436. "Previous Pod Information" = "Previous Pod Information";
  437. /* Text shown in insulin remaining space when no pod is paired (Please keep the '\n' while translating!) */
  438. "No\nDelivery" = "No\nDelivery";
  439. /* description label for active time pod details row */
  440. "Active Time" = "Активний час";
  441. /* description label for total delivery pod details row */
  442. "Total Delivery" = "Total Delivery";
  443. /* description label for device name pod details row */
  444. "Device Name" = "Device Name";
  445. /* description label for lot number pod details row */
  446. "Lot Number" = "Lot Number";
  447. /* description label for sequence number pod details row */
  448. "Sequence Number" = "Sequence Number";
  449. /* description label for firmware version pod details row */
  450. "Firmware Version" = "Firmware Version";
  451. /* description label for ble firmware version pod details row */
  452. "BLE Firmware Version" = "BLE Firmware Version";
  453. /* description label for activated at timne pod details row */
  454. "Pod Activated" = "Pod Activated";
  455. /* description label for active time pod details row */
  456. "Active Time" = "Активний час";
  457. /* description label for last status date pod details row */
  458. "Last Status" = "Last Status";
  459. /* description label for pod fault details */
  460. "Pod Fault Details" = "Pod Fault Details";
  461. /* Title for PodSetupView */
  462. "Pod Setup" = "Pod Setup";
  463. /* bodyText for PodSetupView */
  464. "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." = "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.";
  465. /* Cancel button title */
  466. "Cancel" = "Відмінити";
  467. /* Text for continue button on PodSetupView */
  468. "Continue" = "Продовжити";
  469. /* Are you sure you want to skip Omnipod Onboarding? */
  470. "Skip Omnipod Onboarding?" = "Skip Omnipod Onboarding?";
  471. /* Description text on ExpirationReminderSetupView */
  472. "The App notifies you in advance of Pod expiration.\n\nScroll to set the number of hours advance notice you would like to have." = "The App notifies you in advance of Pod expiration.\n\nScroll to set the number of hours advance notice you would like to have.";
  473. /* Text of continue button on ExpirationReminderSetupView" */
  474. "Next" = "Next";
  475. /* */
  476. "Expiration Reminder" = "Нагадування про термін дії";
  477. /* Description text on LowReservoirReminderSetupView */
  478. "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." = "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.";
  479. /* Label text for low reservoir value row */
  480. "Low Reservoir" = "Пустий резервуар";
  481. /* */
  482. "Save" = "Зберегти";
  483. /* hr (short for hour) */
  484. "hr" = "hr";