Localizable.strings 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823
  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" = "Нагадування про призупинення Podʼу";
  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ʼі. Необхідна швидка заміна.";
  33. /* Alert content body for suspendInProgress pod alert */
  34. "Suspend In Progress Reminder" = "Нагадування про призупинення Podʼу";
  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." = "Період призупинення інсуліну закінчився.\n\n Ви можете відновити введення з банера на головному екрані або з екрана налаштувань помпи. Вам буде нагадано знову через 15 хвилин.";
  37. /* Alert content body for finishSetupReminder pod alert */
  38. "Please finish pairing your pod." = "Будь Ласка, завершіть підключення 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." = "Час на вашій помпі відрізняється від поточного часу. Ви можете переглянути час помпи та синхронізувати його з поточним часом у налаштуваннях.";
  41. /* Alert notification body for suspendEnded pod alert user notification */
  42. "Suspension time is up. Open the app and resume." = "Час призупинення вже вичерпано. Відкрийте додаток та продовжуйте роботу.";
  43. /* Action button default text for PodAlerts */
  44. "Ok" = "Ок";
  45. /* Label for pod life state when pod not fully activated */
  46. "Unfinished Activation" = "Незавершена Активація";
  47. /* Label for pod life state when time remaining */
  48. "Pod expires in" = "Pod закінчується через";
  49. /* */
  50. "Pod Expires" = "Термін дії Podʼу минув";
  51. /* */
  52. "Pod Activated" = "Pod активований";
  53. /* */
  54. "Notification Settings" = "Параметри Сповіщень";
  55. /* */
  56. "Confidence Reminders" = "Нагадування про Верифікацію";
  57. /* Text for suspend resume button when insulin delivery active */
  58. "Suspend Insulin Delivery" = "Призупинити Введення Інсуліну";
  59. /* Label for pod life state when within pod expiration window */
  60. "Pod expired" = "Термін дії Podʼу минув";
  61. /* Label for pod life state when pod not fully deactivated */
  62. "Unfinished deactivation" = "Незавершена активація";
  63. /* Label for pod life state when no pod paired */
  64. "No Pod" = "Немає Podʼу";
  65. /* Settings page link description when next lifecycle action is to pair new pod */
  66. "Pair Pod" = "Парний Pod";
  67. /* Pairing action button accessibility label while ready to pair */
  68. "Pair pod." = "Парний Pod.";
  69. /* Pairing action button accessibility label while pairing */
  70. "Pairing." = "Створення пари.";
  71. /* Pairing action button accessibility label while priming */
  72. "Priming. Please wait." = "Заправлення. Будь ласка зачекайте.";
  73. /* Pairing action button accessibility label when pairing succeeded */
  74. "Pod paired successfully. Continue." = "Підключення успішно створено. Продовжити.";
  75. /* Settings page link description when next lifecycle action is to finish deactivation */
  76. "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" = "день";
  81. /* Unit for plural days in pod life remaining */
  82. "days" = "дні";
  83. /* Unit for singular hour in pod life remaining */
  84. "hour" = "годин";
  85. /* Unit for plural hours in pod life remaining */
  86. "hours" = "годин";
  87. /* Unit for singular minute in pod life remaining */
  88. "minute" = "хвилин";
  89. /* Unit for plural minutes in pod life remaining */
  90. "minutes" = "хвилин";
  91. /* Title of insulin delivery section */
  92. "Insulin Delivery" = "Подання Інсуліну";
  93. /* */
  94. "Scheduled Basal" = "Запланований Базал";
  95. /* Header for insulin remaining on pod settings screen */
  96. "Insulin Remaining" = "Залишок Інсуліну";
  97. /* Section header for activity section */
  98. "Activity" = "Активність";
  99. /* title for device details page */
  100. "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" = "Завершення деактивації";
  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" = "Незавершена Активація";
  111. /* Label for pod life state when time remaining */
  112. "Pod expires in" = "Pod закінчується через";
  113. /* Label for pod life state when within pod expiration window */
  114. "Pod expired" = "Термін дії Podʼу минув";
  115. /* Label for pod life state when pod not fully deactivated */
  116. "Unfinished deactivation" = "Незавершена активація";
  117. /* Label for pod life state when no pod paired */
  118. "No Pod" = "Немає 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" = "Немає підключеного Podʼу";
  129. /* Error message shown when user cannot pair because pod is already paired */
  130. "Pod already paired" = "Pod вже з'єднано";
  131. /* Error description for OmniBLEPumpManagerError.insulinTypeNotConfigured */
  132. "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 не готовий для введення канюли.";
  135. /* Error description for OmniBLEPumpManagerError.invalidSetting */
  136. "Invalid Setting" = "Непридатні параметри";
  137. /* Recovery suggestion shown when no pod is paired */
  138. "Please pair a new pod" = "Будь ласка, підключіть новий Pod";
  139. /* Generic title of the OmniBLE pump manager */
  140. "Omnipod DASH" = "Omnipod DASH";
  141. /* Status highlight that delivery is uncertain. */
  142. "Comms Issue" = "Проблеми з повідомленням";
  143. /* */
  144. "Finish Pairing" = "Завершити створення пари";
  145. /* Status highlight that when pod is deactivating */
  146. "Finish Deactivation" = "Завершення деактивації";
  147. /* Status highlight that when no pod is paired. */
  148. "No Pod" = "Немає Podʼу";
  149. /* Status highlight message for emptyReservoir alarm. */
  150. "No Insulin" = "Нема Інсуліну";
  151. /* Status highlight message for podExpired alarm. */
  152. "Pod Expired" = "Термін дії Podʼу минув";
  153. /* Status highlight message for occlusion alarm. */
  154. "Pod Occlusion" = "Помпа забита";
  155. /* Status highlight message for other alarm. */
  156. "Pod Error" = "Помилка Podʼу";
  157. /* Status highlight that a pump is out of insulin. */
  158. "No Insulin" = "Нема Інсуліну";
  159. /* Status highlight that insulin delivery was suspended. */
  160. "Insulin Suspended" = "Подання Інсуліну Припинено";
  161. /* Status highlight when communications with the pod haven't happened recently. */
  162. "Signal Loss" = "Втрата сигналу";
  163. /* Status highlight when manual temp basal is running. */
  164. "Manual Basal" = "Ручна Тимчасова Базальна Швидкість (ТБШ)";
  165. /* */
  166. "Insert Cannula" = "Вставте Канюлю";
  167. /* Cannula insertion button text while inserting */
  168. "Inserting..." = "Введення...";
  169. /* Cannula insertion button text while showing error */
  170. "Retry" = "Спробувати знову";
  171. /* Cannula insertion button text while checking insertion */
  172. "Checking..." = "Перевірка...";
  173. /* */
  174. "Check cannula insertion finished" = "Перевірте завершення введення канюлі";
  175. /* */
  176. "Get pod status" = "Отримати статус Podʼу";
  177. /* */
  178. "Save Basal Profile" = "Зберегти Базальний профіль";
  179. /* */
  180. "Save basal profile failed: %{public}@" = "Не вдалося зберегти базальний профіль:%{public}@";
  181. /* */
  182. "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." = "Пропуск журналу пульсу через те, що болюс ще триває.";
  187. /* */
  188. "Read Pulse Log" = "Читати Журнал Подій";
  189. /* */
  190. "Set Confirmation Beeps to %s" = "Установіть значення для звукових сигналів підтвердження %s";
  191. /* */
  192. "Set Confirmation Beeps Preference" = "Встановіть налаштування звукових сигналів підтвердження";
  193. /* */
  194. "Suspend" = "Призупинити";
  195. /* */
  196. "Failed to suspend: %{public}@" = "Не вдалося призупинити";
  197. /* */
  198. "Resume" = "Відновити";
  199. /* */
  200. "Bolus" = "Болюс";
  201. /* */
  202. "Cancel Bolus" = "Скасувати Болюс";
  203. /* Alert acknowledgment OK button */
  204. "OK" = "ОК";
  205. /* The title for Empty Reservoir alarm notification */
  206. "Empty Reservoir" = "Порожній резервуар";
  207. /* The title for Occlusion alarm notification */
  208. "Occlusion Detected" = "Виявлено оклюзію";
  209. /* The title for AlarmCode.other notification */
  210. "Critical Pod Error" = "Критична Помилка";
  211. /* The default notification body for AlarmCodes */
  212. "Insulin delivery stopped. Change Pod now." = "Введення інсуліну припинено. Змініть Pod зараз.";
  213. /* Header for insulin remaining on pod settings screen */
  214. "Insulin Remaining" = "Залишок Інсуліну";
  215. /* Button title to set temporary basal rate */
  216. "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" = "Попередній Pod";
  223. /* The title of the command to change pump time zone */
  224. "Pump Time" = "Час помпи";
  225. /* Text indicating ongoing pump time synchronization */
  226. "Adjusting Pump Time..." = "Налаштування Часу Помпи...";
  227. /* The title of the command to change pump time zone */
  228. "Sync to Current Time" = "Встановити Поточний Час";
  229. /* Label for PumpManager deletion button */
  230. "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?" = "Час на вашій помпі відрізняється від поточного часу. Хочете оновити час на помпі до поточного?";
  233. /* Button text to confirm pump time sync */
  234. "Yes, Sync to Current Time" = "Так, синхронізувати з поточним часом";
  235. /* Button text to cancel pump time sync */
  236. "No, Keep Pump As Is" = "Ні, залишити як є";
  237. /* Title for Omnipod DASH PumpManager deletion action sheet. */
  238. "Remove Pump" = "Зніміть Pod";
  239. /* Message for Omnipod DASH PumpManager deletion action sheet */
  240. "Are you sure you want to stop using Omnipod DASH?" = "Ви впевнені, що хочете припинити використовувати Omnipod DASH?";
  241. /* Button text to confirm Omnipod DASH PumpManager deletion */
  242. "Delete Omnipod DASH" = "Видалити 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" = "Встановити Поточний Час";
  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?" = "Введення інсуліну буде припинено, доки ви не відновите його вручну. Коли ви хочете, щоб Loop нагадав вам відновити доставку?";
  251. /* Button text for 30 minute suspend duration */
  252. "30 minutes" = "30 хвилин";
  253. /* Button text for 1 hour suspend duration" */
  254. "1 hour" = "1 година";
  255. /* Button text for 1 hour 30 minute suspend duration */
  256. "1 hour 30 minutes" = "1 година 30 хвилин";
  257. /* Button text for 2 hour suspend duration */
  258. "2 hours" = "2 години";
  259. /* Alert title for suspend error */
  260. "Failed to Suspend Insulin Delivery" = "Не вдалося Призупинити Подачу Інсуліну";
  261. /* Alert title for resume error */
  262. "Failed to Resume Insulin Delivery" = "Не вдалося Відновити Подачу Інсуліну";
  263. /* Alert title for time sync error */
  264. "Failed to Set Pump Time" = "Не вдалося Встановити Час Помпи";
  265. /* Alert title for failing to cancel manual basal error */
  266. "Failed to Cancel Manual Basal" = "Не вдалося Скасувати Ручний Базал";
  267. /* */
  268. "Please deactivate the pod. When deactivation is complete, you may remove it and pair a new pod." = "Будь ласка, деактивуйте Pod. Після завершення деактивації ви можете видалити його та створити пару з новим 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." = "Будь ласка, деактивуйте Pod. Після завершення деактивації ви можете підключити новий Pod.";
  271. /* Deactivate pod action button */
  272. "Deactivate Pod" = "Деактивувати Pod";
  273. /* Deactivate pod action button accessibility label while deactivating */
  274. "Deactivating." = "Деактивувати.";
  275. /* Deactivate pod action button accessibility label when deactivation complete */
  276. "Pod deactivated successfully. Continue." = "Pod успішно деактивовано. Продовжити.";
  277. /* Action button description for deactivate after failed attempt */
  278. "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." = "Виникла проблема зв’язку з Podʼом. Якщо проблема не зникає, торкніться «Відхилити Pod». Потім ви можете активувати новий Pod.";
  283. /* Text for discard pod button */
  284. "Discard Pod" = "Відхилити Pod";
  285. /* Title for remove pod modal */
  286. "Remove Pod from Body" = "Видалити Pod з тіла";
  287. /* Alert message body for confirm pod attachment */
  288. "Your Pod may still be delivering Insulin.\nRemove it from your body, then tap “Continue.“" = "Ваш Pod може все ще подавати інсулін.\nВийміть його зі свого тіла, а потім натисніть «Продовжити».";
  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'a або коли резервуар буде порожній.";
  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)." = "Наповніть новий Pod інсуліном U-100 (залиште синю кришку капсули на голці).";
  295. /* Label text for step 2 of pair pod instructions */
  296. "Listen for 2 beeps." = "Прослухайте 2 звукові сигнали.";
  297. /* Label text indicating pairing finished.*/
  298. "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?" = "Ви впевнені, що бажаєте скасувати налаштування Pod'a? ";
  303. /* Alert message body for confirm pod attachment */
  304. "If you cancel Pod setup, the current Pod will be deactivated and will be unusable." = "Якщо ви скасуєте налаштування Pod'a, поточний Pod буде дезактивовано та стане непридатним для використання.";
  305. /* Button title for confirm deactivation option */
  306. "Yes, Deactivate Pod" = "Так, відключити Pod";
  307. /* Continue pairing button title of in pairing cancel modal */
  308. "No, Continue With Pod" = "Ні, продовжити з Pod";
  309. /* Label text for step one of attach pod instructions */
  310. "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." = "Видаліть синю кришку голки Podʼа та перевірте канюлю. Потім зніміть паперову підкладку.";
  313. /* Label text for step three of attach pod instructions */
  314. "Check Pod, apply to site, then confirm pod attachment." = "Перевірте Pod, установіть його на тілі, а потім підтвердіть установку Pod.";
  315. /* Action button title for attach pod view */
  316. "Continue" = "Продовжити";
  317. /* */
  318. "Attach Pod" = "Прикріпіть Pod";
  319. /* Alert title for confirm pod attachment */
  320. "Confirm Pod Attachment" = "Підтвердіть прикріплення Pod";
  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." = "Будь ласка, підтвердьте, що Pod надійно прикріплений до тіла.\n\nКанюля може бути вставлена лише один раз з кожним Podʼом. Натисніть \"Підтверджую\", коли Pod буде прикріплено.";
  323. /* Button title for confirm attachment option */
  324. "Confirm" = "Підтвердити";
  325. /* Label text for step one of insert cannula instructions */
  326. "Tap below to start cannula insertion." = "Натисніть нижче, щоб розпочати введення канюлі.";
  327. /* Label text for step two of insert cannula instructions */
  328. "Wait until insertion is completed." = "Дочекайтеся завершення введення канюлі.";
  329. /* Label text indicating insertion finished. */
  330. "Inserted" = "Введено";
  331. /* Check Cannula */
  332. "Check Cannula" = "Перевірте Канюлю";
  333. /* */
  334. "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." = "Віконце у верхній частині Pod повинно бути рожевим, коли канюля правильно вставлена в шкіру.";
  337. /* Button label for user to answer cannula was properly inserted */
  338. "Yes" = "Так";
  339. /* Button label for user to answer cannula was not properly inserted */
  340. "No" = "Ні";
  341. /* Pod pairing action button text while pairing */
  342. "Pairing..." = "Створення пари...";
  343. /* Pod pairing action button text while priming */
  344. "Priming..." = "Присвоїти...";
  345. /* */
  346. "Deactivating..." = "Деактивувати...";
  347. /* Pod state when pod has been deactivated */
  348. "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." = "Ваш Pod готовий до використання.\n\n%1$@ нагадає вам змінити Pod до закінчення терміну його дії. Ви можете змінити це на зручний для вас час.";
  351. /* */
  352. "Scheduled Reminder" = "Заплановане Нагадування";
  353. /* Label for expiration reminder row */
  354. "Time" = "Час";
  355. /* Action button title to continue at Setup Complete */
  356. "Finish Setup" = "Завершити налаштування";
  357. /* */
  358. "Setup Complete" = "Налаштування завершено";
  359. /* Value text for no expiration reminder */
  360. "No Reminder" = "Немає Нагадувань";
  361. /* Error message description for PeripheralManagerError.notReady */
  362. "Peripheral Not Ready" = "Периферійний пристрій не готовий";
  363. /* Error message description for PeripheralManagerError.incorrectResponse */
  364. "Incorrect Response" = "Неправильна відповідь";
  365. /* Error message description for PeripheralManagerError.timeout */
  366. "Timeout" = "Затримка";
  367. /* Error message description for PeripheralManagerError.emptyValue */
  368. "Empty Value" = "Порожнє значення";
  369. /* Error message description for PeripheralManagerError.unknownCharacteristic */
  370. "Unknown Characteristic" = "Невідома характеристика";
  371. /* Error message description for PeripheralManagerError.nack */
  372. "Nack" = "Nack";
  373. /* Title for omnipod reminders section */
  374. "Omnipod Reminders" = "Нагадування Omnipod";
  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." = "Програма налаштовує нагадування на Podʼі, щоб завчасно повідомити вас про закінчення терміну дії Pod. Встановіть кількість годин попереднього сповіщення, яке ви хочете налаштувати під час підключення нового Podʼу.";
  377. /* Footer text for scheduled reminder area */
  378. "This is a reminder that you scheduled when you paired your current Pod." = "Це нагадування, яке ви запланували, коли сполучали свій поточний Pod.";
  379. /* */
  380. "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." = "Програма сповіщає вас, коли кількість інсуліну в Podʼі досягає цього рівня.";
  383. /* Description text for critical alerts */
  384. "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 your device is set to Silent or Do Not Disturb mode." = "Нагадування вище не звучатимуть, якщо ваш пристрій перебуває в беззвучному режимі або режимі «Не турбувати».\n\nІснують інші важливі сповіщення та будильники Podʼу, які лунатимуть, навіть якщо на пристрої встановлено режим «Без звуку» або «Не турбувати».";
  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" = "Немає Нагадувань";
  393. /* Label for low reservoir reminder row */
  394. "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." = "Переконайтеся, що ваш телефон і Pod знаходяться поруч один з одним. Якщо проблеми звʼязку не зникають, перейдіть у інше місце.";
  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." = "Змініть Pod зараз. Введення інсуліну припиниться через %1$@ або коли інсулін закінчиться.";
  399. /* Title string for BeepPreference.silent */
  400. "Disabled" = "Вимкнено";
  401. /* Title string for BeepPreference.manualCommands */
  402. "Enabled" = "Активовано";
  403. /* Title string for BeepPreference.extended */
  404. "Extended" = "Розширений";
  405. /* Description for BeepPreference.silent */
  406. "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 the app automatically adjusts delivery, no confidence reminders are used." = "Нагадування про достовірність лунатимуть для команд, які ви ініціюєте, як-от болюс, скасування болюсу, призупинення, відновлення, збереження сповіщень тощо. Коли Loop автоматично регулює доставку, нагадування про довіру не використовуються.";
  409. /* Description for BeepPreference.extended */
  410. "Confidence reminders will sound when the app automatically adjusts delivery as well as for commands you initiate." = "Нагадування про довіру лунатимуть, коли Loop автоматично регулює доставку, а також для команд, які ви ініціюєте.";
  411. /* Label text for temporary basal rate summary */
  412. "Rate" = "Швидкість";
  413. /* Insulin unit per hour */
  414. "U/hr" = "U/год";
  415. /* Summary string for temporary basal rate configuration page */
  416. "%1$@ for %2$@" = "%1$@ для %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." = "Петля не регулюватиме подачу інсуліну автоматично, доки тимчасова базальна доза не закінчиться або не буде скасована.";
  419. /* Button text for setting manual temporary basal rate*/
  420. "Set Temporary Basal" = "Встановіть Тимчасову Базальну Швидкість";
  421. /* Navigation Title for ManualTempBasalEntryView */
  422. "Temporary Basal" = "Тимчасовий Базал";
  423. /* Alert title for a failure to set temporary basal */
  424. "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$@" = "Не вдалося встановити Тимчасову Базальну Швидкість: %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$@" = "Неможливо встановити Тимчасову Базальну Швидкість: %1$@";
  429. /* Alert title for missing temp basal configuration */
  430. "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." = "Помічник налаштування помпи не був налаштований щодо максимального рівня Базального інсуліну. Будь ласка, перейдіть в \"Параметри помпи\" -> \"Межа подачі\" і встановіть новий максимальний рівень Базального інсуліну.";
  433. /* Label text for expiration reminder default row */
  434. "Expiration Reminder Default" = "Нагадування про закінчення терміну дії за умовчанням";
  435. /* Text for previous pod information row */
  436. "Previous Pod Information" = "Попередня інформація про Pod";
  437. /* Text shown in insulin remaining space when no pod is paired (Please keep the '\n' while translating!) */
  438. "No\nDelivery" = "Без\nПодачи";
  439. /* description label for active time pod details row */
  440. "Active Time" = "Активний Час";
  441. /* description label for total delivery pod details row */
  442. "Total Delivery" = "Усього подано";
  443. /* description label for device name pod details row */
  444. "Device Name" = "Ім'я пристрою";
  445. /* description label for lot number pod details row */
  446. "Lot Number" = "Номер партії";
  447. /* description label for sequence number pod details row */
  448. "Sequence Number" = "Порядковий номер";
  449. /* description label for firmware version pod details row */
  450. "Firmware Version" = "Версія прошивки";
  451. /* description label for ble firmware version pod details row */
  452. "BLE Firmware Version" = "Версія мікропрограми BLE";
  453. /* description label for activated at timne pod details row */
  454. "Pod Activated" = "Pod активований";
  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" = "Останній статус";
  459. /* description label for pod fault details */
  460. "Pod Fault Details" = "Деталі несправності Podʼу";
  461. /* Title for PodSetupView */
  462. "Pod Setup" = "Налаштування Podʼу";
  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." = "Тепер ви почнете процес налаштування своїх нагадувань, заправляєте свій Pod інсуліном, з’єднуєте пристрій і розміщуєте його на своєму тілі.";
  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?" = "Пропустити онборт Omnipod?";
  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." = "Програма заздалегідь сповіщає вас про закінчення терміну дії Podʼу.\n\nПрокрутіть, щоб установити кількість годин попереднього сповіщення, яке ви хочете отримувати.";
  473. /* Text of continue button on ExpirationReminderSetupView" */
  474. "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." = "Додаток сповістить вас, коли кількість інсуліну в Podʼі досягне цього рівня (50-10 ОД).\n\nПрокрутіть, щоб установити кількість одиниць, про яку ви хочете отримати нагадування.";
  479. /* Label text for low reservoir value row */
  480. "Low Reservoir" = "Пустий Резервуар";
  481. /* */
  482. "Save" = "Зберегти";
  483. /* hr (short for hour) */
  484. "hr" = "год";
  485. /* Button title to cancel manual basal */
  486. "Cancel Manual Basal" = "Скасувати ручний Базал";
  487. /* Text shown in insulin delivery space when insulin suspended */
  488. "Insulin\nSuspended" = "Інсулін\nПризупинено";
  489. /* Text for suspend resume button when insulin delivery is suspended */
  490. "Resume Insulin Delivery" = "Відновити введення інсуліну";
  491. /* Recovery suggestion when no pod is available */
  492. "Make sure your pod is nearby and try again." = "Переконайтеся, що Pod поблизу, і повторіть спробу.";
  493. /* Error message shown when the pod is not connected */
  494. "Pod not connected" = "Pod не під'єднано";
  495. /* Label for suspended at time */
  496. "Suspended At" = "Призупинено у";
  497. /* Text for suspend resume button when insulin delivery is resuming */
  498. "Resuming insulin delivery..." = "Відновлення введення інсуліну...";
  499. /* Text for suspend resume button when insulin delivery is suspending */
  500. "Suspending insulin delivery..." = "Призупинення введення інсуліну...";
  501. /* Error message for PodCommsError.noPodsFound */
  502. "No pods found" = "Pod не знайдено";
  503. /* Error message for PodCommsError.tooManyPodsFound */
  504. "Too many pods found" = "Знайдено забагато Podʼів";
  505. /* Recovery suggestion when no response is received from pod */
  506. "Make sure iPhone is nearby the active pod" = "Переконайтеся, що iPhone знаходиться поруч з активним Podʼом";
  507. /* Recovery suggestion when ack received instead of response */
  508. "Try again" = "Спробуйте знову";
  509. /* Recovery suggestion for PodCommsError.tooManyPodsFound */
  510. "Move to a new area away from any other pods and try again." = "Перейдіть у інше місце подалі від будь-яких інших Podʼів і спробуйте ще раз.";
  511. /* Recovery suggestion for PodCommsError.noPodsFound */
  512. "Make sure your pod is filled and nearby." = "Переконайтеся, що Pod наповнений і знаходиться поруч.";
  513. /* Recovery suggestion when pairing signal strength is too high */
  514. "Please reposition iPhone further from the pod" = "Перемістіть iPhone далі від Podʼу";
  515. /* Recovery suggestion when pairing signal strength is too low */
  516. "Please reposition iPhone relative to the pod" = "Перемістіть iPhone далі від Podʼу";
  517. /* Recovery suggestion on unexpected pod change */
  518. "Please bring only original pod in range or deactivate original pod" = "Будь ласка, тримайте лише вихідний Pod у зоні дії або деактивуйте оригінальний Pod";
  519. /* Recovery suggestion when unexpected address received */
  520. "Crosstalk possible. Please move to a new location" = "Перехресні перешкоди можливі. Будь ласка, перейдіть на нове місце";
  521. /* Recovery suggestion when no pod is available */
  522. "Make sure your pod is nearby and try again." = "Переконайтеся, що Pod поблизу, і повторіть спробу.";
  523. /* Recovery suggestion when operation could not be completed due to existing bolus in progress */
  524. "Wait for existing bolus to finish, or cancel bolus" = "Зачекайте, поки поточний болюс закінчиться, або скасуйте болюс";
  525. /* Recovery suggestion when operation could not be completed due to existing bolus in progress */
  526. "Wait for existing bolus to finish, or cancel bolus" = "Зачекайте, поки поточний болюс закінчиться, або скасуйте болюс";
  527. /* Recovery suggestion when operation could not be completed due to existing temp basal in progress */
  528. "Wait for existing temp basal to finish, or suspend to cancel" = "Дочекайтеся закінчення поточного Тимчасового Базалу або скасуйте його";
  529. /* DASH Pod time ago since last status */
  530. "%@ ago" = "%@ тому";
  531. /* Title string for SilencePodPreference.enabled */
  532. "Silenced" = "Сповіщення вимкнено";
  533. /* Description for SilencePodPreference.disabled */
  534. "Normal operation mode where audible Pod beeps are used for all Pod alerts and when confidence reminders are enabled." = "Звичайний режим роботи, коли звукові сигнали Pod використовуються для всіх сповіщень Pod і коли ввімкнено нагадування про конфіденційність.";
  535. /* Description for SilencePodPreference.enabled */
  536. "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." = "Усі сповіщення Pod не використовують звукові сигнали, а звукові сигнали нагадування про підтвердження пригнічуються. Pod подає звукові сигнали лише у разі фатальних помилок Pod і під час відтворення тестових звукових сигналів.\n\n⚠️Попередження. Щоразу, коли Pod вимкнено, він має залишатися в зоні дії Bluetooth цього пристрою, щоб отримувати сповіщення про сповіщення Pod.";
  537. /* Help text for Silence Pod view */
  538. "Silence Pod mode suppresses all Pod alert and confirmation reminder beeping." = "Режим Silence Pod пригнічує всі звукові сигнали сповіщень і нагадувань про підтвердження.";
  539. /* navigation title for Silnce Pod */
  540. "Silence Pod" = "Silence Pod";
  541. /* title for pod details page */
  542. "Pod Details" = "Деталі Pod";
  543. /* Text for previous pod details row" */
  544. "Previous Pod Details" = "Попередні подробиці Pod";
  545. /* Text for pump manager details navigation link */
  546. "Pump Manager Details" = "Деталі менеджера помпи";
  547. /* button title when retrieving pump manager details */
  548. "Retrieving Pump Manager Details..." = "Отримання деталей менеджера помп...";
  549. /* button title to refresh pump manager details */
  550. "Refresh Pump Manager Details" = "Оновити відомості про керування помпами";
  551. /* Section header for diagnostic section */
  552. "Diagnostics" = "Diagnostics";
  553. /* Text for read pod status navigation link */
  554. "Read Pod Status" = "Read Pod Status";