Localizable.strings 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808
  1. /* No comment provided by engineer. */
  2. "—" = "—";
  3. /* Format string for last status date on pod details screen */
  4. "%@ ago" = "%@ назад";
  5. /* Unit format string for an RSSI value in decibles */
  6. "%@ dB" = "%@ дБ";
  7. /* No comment provided by engineer. */
  8. "%@ has recovered communication with the pod on your body.\n\nInsulin delivery records have been updated and should match what has actually been delivered.\n\nYou may continue to use %@ normally now." = "%1$@ восстановил связь с подом на вашем теле.\n\nЗаписи о поданном инсулине были обновлены и должны соответствовать тому, что было доставлено на самом деле.\n\nТеперь вы можете продолжать использовать %2$@ в обычном режиме.";
  9. /* Format string for delivered insulin. (1: The localized amount)
  10. Format string for insulin remaining in reservoir. (1: The localized amount) */
  11. "%@ U" = "%@ ед";
  12. /* Format string for bolus progress when finished. (1: The localized amount) */
  13. "%@ U (Finished)" = "%@ ед (подано)";
  14. /* Format string for bolus progress. (1: The delivered amount) (2: The programmed amount) (3: the percent progress) */
  15. "%@ U of %@ U (%@)" = "%1$@ ед из %2$@ ед (%3$@)";
  16. /* Format string for temp basal rate. (1: The localized amount) */
  17. "%@ U/hour" = "%@ ед/час";
  18. /* Appends a full-stop to a statement */
  19. "%@." = "%@.";
  20. /* Format string for bolus percent progress. (1: Percent progress) */
  21. "%@%%" = "%@%%";
  22. /* Format string for reservoir reading when above or equal to maximum reading. (1: The localized amount) */
  23. "%@+ U" = "%@+ Ед";
  24. /* Format string for reservoir volume. (1: The localized volume) */
  25. "%@U" = "%@Ед";
  26. /* Summary string for temporary basal rate configuration page */
  27. "%1$@ for %2$@" = "%1$@ за %2$@";
  28. /* Format string for main text of delivery uncertainty recovery page. (1: app name)(2: date of command)(3: app name) */
  29. "%1$@ has been unable to communicate with the pod on your body since %2$@.\n\nWithout communication with the pod, the app cannot continue to send commands for insulin delivery or display accurate, recent information about your active insulin or the insulin being delivered by the Pod.\n\nMonitor your glucose closely for the next 6 or more hours, as there may or may not be insulin actively working in your body that %3$@ cannot display." = "%1$@ не может связаться с подом на вашем теле с %2$@.\n\nБез связи с подом приложение не может продолжать отправлять команды на доставку инсулина или отображать точную, свежую информацию о вашем активном инсулине или инсулине, доставляемом подом.\n\nВнимательно следите за уровнем глюкозы в течение следующих 6 или более часов, поскольку в вашем организме может активно работать или не работать инсулин, который %3$@ не может отобразить.";
  30. /* Accessibility format string for (1: localized volume)(2: time) */
  31. "%1$@ units remaining at %2$@" = "%1$@ ед остается в %2$@";
  32. /* Format string providing instructions for replacing pod due to a fault. (1: The fault description) */
  33. "%1$@. Insulin delivery has stopped. Please deactivate and remove pod." = "%1$@. Подача инсулина остановлена. Остановите и снимите Pod";
  34. /* The format string for displaying an offset from a time zone: (1: GMT)(2: -)(3: 4:00) */
  35. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  36. /* Format string for reservoir level above max measurable threshold. (1: measurable reservoir threshold) (2: units) */
  37. "%1$@+ %2$@" = "%1$@+ %2$@";
  38. /* Format string for total delivery on pod details screen */
  39. "%g U" = "%g Ед";
  40. /* Button text for 1 hour suspend duration */
  41. "1 hour" = "1 час";
  42. /* Button text for 1 hour 30 minute suspend duration */
  43. "1 hour 30 minutes" = "1 час 30 минут";
  44. /* Button text for 2 hour suspend duration */
  45. "2 hours" = "2 часа";
  46. /* Button text for 30 minute suspend duration */
  47. "30 minutes" = "30 минут";
  48. /* The title of the cell showing the pod activated at time */
  49. "Active Time" = "Активирован в";
  50. /* Section header for activity section */
  51. "Activity" = "Нагрузка";
  52. /* Text indicating ongoing pump time synchronization */
  53. "Adjusting Pump Time..." = "Настройка времени помпы...";
  54. /* The title of the cell showing alarm status */
  55. "Alarms" = "Оповещения";
  56. /* Alert title for cancel pairing modal */
  57. "Are you sure you want to cancel Pod setup?" = "Вы уверены, что хотите отменить настройку Pod?";
  58. /* Confirmation message for shutting down a pod */
  59. "Are you sure you want to shutdown this pod?" = "Вы уверены, что хотите выключить этот под?";
  60. /* No comment provided by engineer. */
  61. "Are you sure you want to skip Omnipod Onboarding?" = "Вы уверены, что хотите пропустить Omnipod Onboarding?";
  62. /* Confirmation message for removing Omnipod PumpManager */
  63. "Are you sure you want to stop using Omnipod?" = "Вы уверены, что хотите прекратить использование Omnipod?";
  64. /* The title text for the address assigned to the pod */
  65. "Assigned Address" = "Присвоенный адрес";
  66. /* Title for Attach Pod screen */
  67. "Attach Pod" = "Прикрепить под";
  68. /* Description string above progress indicator while attempting to re-establish communication from an unacknowledged command */
  69. "Attemping to re-establish communication" = "Попытка восстановления связи";
  70. /* Back button text on DeliveryUncertaintyRecoveryView */
  71. "Back" = "Назад";
  72. /* The title of the cell showing pod basal status */
  73. "Basal Delivery" = "Подача базала";
  74. /* The title text for the basal rate schedule */
  75. "Basal Rates" = "Скорости базала";
  76. /* The title of the cell showing pod bolus status */
  77. "Bolus Delivery" = "Подача болюса";
  78. /* The title of the cancel action in an action sheet */
  79. "Cancel" = "Отмена";
  80. /* Button title to cancel manual basal */
  81. "Cancel Manual Basal" = "Отменить ручную ВБС";
  82. /* Insert cannula action button accessibility label when cannula insertion succeeded */
  83. "Cannula inserted successfully. Continue." = "Канюля введена успешно. Продолжить.";
  84. /* The action string on pod status page when pod expired */
  85. "Change Pod now. Insulin delivery will stop 8 hours after the Pod has expired or when no more insulin remains." = "Замените под сейчас. Подача инсулина прекратится через 8 часов после истечения срока действия пода или когда инсулина больше не останется.";
  86. /* Format string for the action string on pod status page when pod expired. (1: service time remaining) */
  87. "Change Pod now. Insulin delivery will stop in %1$@ or when no more insulin remains." = "Замените под сейчас. Подача инсулина прекратится через %1$@ или когда инсулина больше не останется.";
  88. /* The title of the command to change pump time zone */
  89. "Change Time Zone" = "Изменить часовой пояс";
  90. /* Progress message for changing pod time. */
  91. "Changing time…" = "Выполняется изменение времени";
  92. /* Title for check cannula screen */
  93. "Check Cannula" = "Проверьте канюлю";
  94. /* Label text for step three of attach pod instructions */
  95. "Check Pod, apply to site, then confirm pod attachment." = "Проверьте под, приклейте его на место установки, затем подтвердите прикрепление пода.";
  96. /* Insert cannula action button accessibility label checking insertion */
  97. "Checking Insertion" = "Проверка ввода канюли";
  98. /* Cannula insertion button text while checking insertion */
  99. "Checking..." = "Проверка...";
  100. /* Title for uncertainty recovered screen */
  101. "Comms Recovered" = "Связь восстановлена";
  102. /* Text for confidence reminders navigation link */
  103. "Confidence Reminders" = "Напоминания об уверенности";
  104. /* Help text for BeepPreferenceSelectionView */
  105. "Confidence reminders are beeps from the Pod which can be used to acknowledge selected commands when the Pod is not silenced." = "Доверенные звуковые сигналы от Пода, которые позволяют распознать выбранные команды, когда Под не заглушен.";
  106. /* The title of the configuration section in settings */
  107. "Configuration" = "Конфигурация";
  108. /* Button title for confirm attachment option */
  109. "Confirm" = "Подтвердить";
  110. /* Alert title for confirm pod attachment */
  111. "Confirm Pod Attachment" = "Подтвердите, что под прикреплен к телу";
  112. /* The title of the continue action in an action sheet */
  113. "Continue" = "Продолжить";
  114. /* Title for critical alerts description */
  115. "Critical Alerts" = "Критические оповещения";
  116. /* Unit for singular day in pod life remaining */
  117. "day" = "день";
  118. /* Unit for plural days in pod life remaining */
  119. "days" = "дней";
  120. /* Button title to deactivate pod because of fault during setup */
  121. "Deactivate" = "Деактивировать";
  122. /* Action button description for deactivate while pod still active */
  123. "Slide to Deactivate Pod" = "Сдвиньте для деактивации";
  124. /* Button title for pod deactivation
  125. Button title to deactivate pod */
  126. "Deactivate Pod" = "Деактивировать Pod";
  127. /* Label text showing pod is deactivated */
  128. "Deactivated" = "Не активен";
  129. /* Deactivate pod action button accessibility label while deactivating */
  130. "Deactivating." = "Деактивация.";
  131. /* Action button description while deactivating */
  132. "Deactivating..." = "Деактивация...";
  133. /* Button title to delete Omnipod PumpManager */
  134. "Delete Omnipod" = "Удалить Omnipod";
  135. /* Title text for delivery limits */
  136. "Delivery Limits" = "Пределы подачи";
  137. /* Text for device details disclosure row
  138. title for device details page */
  139. "Device Details" = "Сведения об устройстве";
  140. /* The title of the device information section in settings */
  141. "Device Information" = "Информация об устройстве";
  142. /* Header for devices section of RileyLinkSetupView */
  143. "Devices" = "Устройства";
  144. /* Title text for button to disable bolus beeps */
  145. "Disable Bolus Beeps" = "Отключить звуковой сигнал болюса";
  146. /* Pairing interface navigation bar button text for discard pod action
  147. Text for discard pod button */
  148. "Discard Pod" = "Выбросить под";
  149. /* No comment provided by engineer. */
  150. "Done" = "Готово";
  151. /* Title text for button to enable bolus beeps */
  152. "Enable Bolus Beeps" = "Включить звуковой сигнал болюса";
  153. /* Accessibility label indicating an error occurred */
  154. "Error" = "Ошибка";
  155. /* The alert title for disable bolus beeps error */
  156. "Error disabling bolus beeps" = "Ошибка при отключении звуковых сигналов болюса";
  157. /* The alert title for enable bolus beeps error */
  158. "Error enabling bolus beeps" = "Ошибка включения звуковых сигналов болюса";
  159. /* The alert title for a resume error */
  160. "Error Resuming" = "Ошибка возобновления";
  161. /* The alert title for a suspend error */
  162. "Error Suspending" = "Ошибка приостановки";
  163. /* The title of the cell showing the pod expiration reminder date */
  164. "Expiration Reminder" = "Напоминание об истечении срока";
  165. /* Label text for expiration reminder default row */
  166. "Expiration Reminder Default" = "Напоминание об истечении срока действия По умолчанию";
  167. /* The title of the cell showing the pod expiration after expiry */
  168. "Expired" = "Срок истек";
  169. /* The title of the cell showing the pod expiration */
  170. "Expires" = "Срок истекает";
  171. /* Alert title for failing to cancel manual basal error */
  172. "Failed to Cancel Manual Basal" = "Не удалось отменить ручной базал";
  173. /* Alert title for resume error */
  174. "Failed to Resume Insulin Delivery" = "Не удалось возобновить подачу инсулина";
  175. /* Alert title for time sync error */
  176. "Failed to Set Pump Time" = "Не удалось установить время в помпе";
  177. /* Alert title for suspend error */
  178. "Failed to Suspend Insulin Delivery" = "Не удалось приостановить подачу инсулина";
  179. /* Alert title for error when updating confidence reminder preference */
  180. "Failed to update confidence reminder preference." = "Не удалось обновить настройки напоминания о конфиденциальности.";
  181. /* Alert title for error when updating expiration reminder */
  182. "Failed to Update Expiration Reminder" = "Не удалось обновить напоминание об истечении срока действия";
  183. /* Alert title for error when updating low reservoir reminder */
  184. "Failed to Update Low Reservoir Reminder" = "Не удалось обновить напоминание о низком уровне резервуара";
  185. /* Pod life HUD view label */
  186. "Fault" = "Сбой";
  187. /* Label text for step 1 of pair pod instructions */
  188. "Fill a new pod with U-100 Insulin (leave Pod needle cap on). Listen for 2 beeps." = "Заправьте новый под инсулином (не менее 100 единиц, крышка канюли должна быть на месте). Дождитесь 2 звуковых сигналов.";
  189. /* Settings page link description when next lifecycle action is to finish deactivation */
  190. "Finish deactivation" = "Завершение деактивации";
  191. /* The title of the command to finish pod setup */
  192. "Finish pod setup" = "Завершить настройку Omnipod";
  193. /* Action button title to continue at Setup Complete */
  194. "Finish Setup" = "Завершить настройку";
  195. /* Accessibility format string for (1: localized volume)(2: time) */
  196. "Greater than %1$@ units remaining at %2$@" = "Более %1$@ ед остается в %2$@";
  197. /* Unit for singular hour in pod life remaining */
  198. "hour" = "час";
  199. /* Unit for plural hours in pod life remaining */
  200. "hours" = "часов";
  201. /* Alert message body for confirm pod attachment */
  202. "If you cancel Pod setup, the current Pod will be deactivated and will be unusable." = "Если вы отмените настройку пода, текущий под будет деактивирован и станет непригодным для использования.";
  203. /* Instructions when deactivating pod that has been paired, but not attached. */
  204. "Incompletely set up pod must be deactivated before pairing with a new one. Please deactivate and discard pod." = "Неполностью настроенный Omnipod должен быть отключен до соединения с новым. Отключите и утилизируйте Pod.";
  205. /* Instructions when deactivating pod that has been paired and possibly attached. */
  206. "Incompletely set up pod must be deactivated before pairing with a new one. Please deactivate and remove pod." = "Неполностью настроенный Omnipod должен быть отключен до соединения с новым. Отключите и удалите Pod.";
  207. /* Button title to insert cannula during setup */
  208. "Insert Cannula" = "Ввести канюлю";
  209. /* Label text indicating insertion finished. */
  210. "Inserted" = "Введено";
  211. /* Insert cannula action button accessibility label while pairing */
  212. "Inserting. Please wait." = "Введение канюли. Пожалуйста, подождите.";
  213. /* Cannula insertion button text while inserting */
  214. "Inserting..." = "Введение канюли...";
  215. /* Text shown in insulin delivery space when insulin suspended */
  216. "Insulin\nSuspended" = "Подача инсулина остановлена";
  217. /* The title of the cell showing delivered insulin */
  218. "Insulin Delivered" = "Инсулин подан";
  219. /* Title of insulin delivery section */
  220. "Insulin Delivery" = "Подача инсулина";
  221. /* The action string on pod status page when pod faulted */
  222. "Insulin delivery stopped. Change Pod now." = "Введение инсулина остановлено. Замените Под.";
  223. /* Message for suspend duration selection action sheet */
  224. "Insulin delivery will be stopped until you resume manually. When would you like Loop to remind you to resume delivery?" = "Подача инсулина будет прекращена до тех пор, пока вы не возобновите ее вручную. Когда вы хотите, чтобы Loop напомнил вам о необходимости возобновить подачу?";
  225. /* Header for insulin remaining on pod settings screen */
  226. "Insulin Remaining" = "Остаток инсулина";
  227. /* Text for confidence reminders navigation link
  228. Title for insulin type selection screen */
  229. "Insulin Type" = "Тип инсулина";
  230. /* The error message shown when Loop's basal schedule has an unsupported rate */
  231. "Invalid entry" = "Неверная запись";
  232. /* Question to confirm the cannula is inserted properly */
  233. "Is the cannula inserted properly?" = "Правильно ли введен катетер?";
  234. /* Label text for step 2 of pair pod instructions */
  235. "Keep the RileyLink about 6 inches from the pod during pairing." = "Во время сопряжения держите RileyLink на расстоянии около 20 сантиметров от пода.";
  236. /* description label for last status date pod details row */
  237. "Last Status" = "Последнее состояние";
  238. /* Description text on manual temp basal action sheet */
  239. "Loop will not automatically adjust your insulin delivery until the temporary basal rate finishes or is canceled." = "Loop не будет автоматически регулировать подачу инсулина, пока временная базальная скорость не закончится или не будет отменена.";
  240. /* The title of the cell showing the pod lot id */
  241. "Lot" = "Lot";
  242. /* description label for lot number pod details row */
  243. "Lot Number" = "Lot Number";
  244. /* Label text for low reservoir value row
  245. Navigation bar title for LowReservoirReminderSetupView
  246. Title for LowReservoirReminderSetupView */
  247. "Low Reservoir" = "Мало инсулина в резервуаре";
  248. /* Label for low reservoir reminder row
  249. Title for low reservoir reminder edit page */
  250. "Low Reservoir Reminder" = "Резервуар помпы пуст";
  251. /* The action string on pod status page when pod data is stale */
  252. "Make sure your phone and pod are close to each other. If communication issues persist, move to a new area." = "Убедитесь, что ваш телефон и под находятся рядом друг с другом. Если проблемы со связью сохраняются, перейдите в другое место.";
  253. /* Unit for singular minute in pod life remaining */
  254. "minute" = "минута";
  255. /* Unit for plural minutes in pod life remaining */
  256. "minutes" = "минут";
  257. /* Alert title for missing temp basal configuration */
  258. "Missing Config" = "Отсутствует конфигурация";
  259. /* String shown on pod details for active time when conversion fails.
  260. String shown on pod details for last status date when not available.
  261. String shown on pod details for total delivery when not available. */
  262. "NA" = "NA";
  263. /* Text of continue button on ExpirationReminderSetupView */
  264. "Next" = "Продолжить";
  265. /* Button label for user to answer cannula was not properly inserted */
  266. "No" = "Нет";
  267. /* Text shown in insulin remaining space when no pod is paired */
  268. "No\nDelivery" = "Нет подачи";
  269. /* Error message for reservoir view when reservoir empty */
  270. "No Insulin" = "Нет инсулина";
  271. /* Label for pod life state when no pod paired
  272. Text shown in insulin remaining space when no pod is paired */
  273. "No Pod" = "Нет пода";
  274. /* Value text for no expiration reminder */
  275. "No Reminder" = "Нет напоминаний";
  276. /* Continue pairing button title of in pairing cancel modal */
  277. "No, Continue With Pod" = "Нет, продолжить с подом";
  278. /* Button text to cancel pump time sync */
  279. "No, Keep Pump As Is" = "Нет, оставить время в помпе как есть";
  280. /* The detail text for bolus delivery when no bolus is being delivered */
  281. "None" = "Не подан";
  282. /* navigation title for notification settings
  283. Text for pod details disclosure row */
  284. "Notification Settings" = "Настройки уведомлений";
  285. /* No comment provided by engineer. */
  286. "Numbers" = "Цифры";
  287. /* Title for omnipod reminders section */
  288. "Omnipod Reminders" = "Напоминания пода";
  289. /* Button title to pair with pod during setup */
  290. "Pair" = "Сопряжение";
  291. /* The title of the command to pair new pod */
  292. "Pair New Pod" = "Установить сопряжение";
  293. /* Navigation bar title for PairPodView
  294. Pod pairing action button text while ready to pair
  295. Settings page link description when next lifecycle action is to pair new pod
  296. Title for pod pairing screen */
  297. "Pair Pod" = "Сопрячь под";
  298. /* Pairing action button accessibility label while ready to pair */
  299. "Pair pod." = "Сопрячь под.";
  300. /* Label text indicating pairing finished. */
  301. "Paired" = "Сопряжен";
  302. /* Pairing action button accessibility label while pairing */
  303. "Pairing." = "Начать сопряжение";
  304. /* Pod pairing action button text while pairing */
  305. "Pairing..." = "Сопряжение...";
  306. /* No comment provided by engineer. */
  307. "Percent = %lf" = "Процент = %lf";
  308. /* The title of the cell showing the pod pi version */
  309. "PI Version" = "Версия PI";
  310. /* The title of the command to play test beeps */
  311. "Play Test Beeps" = "Включить проверку сигналов";
  312. /* Progress message for play test beeps. */
  313. "Play Test Beeps…" = "Проверка тест сигнала";
  314. /* Alert message body for confirm pod attachment */
  315. "Please confirm that the Pod is securely attached to your body.\n\nThe cannula can be inserted only once with each Pod. Tap “Confirm” when Pod is attached." = "Убедитесь, что под надежно приклеен на вашем теле.\n\nКатетер можно ввести только один раз. Нажмите кнопку \"Подтвердить\", когда под приклеен.";
  316. /* Instructions for deactivate pod when pod not on body */
  317. "Please deactivate the pod. When deactivation is complete, you may pair a new pod." = "Пожалуйста, деактивируйте под. Когда деактивация будет закончена, Вы сможете сопрячь новый.";
  318. /* Instructions for deactivate pod when pod is on body */
  319. "Please deactivate the pod. When deactivation is complete, you may remove it and pair a new pod." = "Пожалуйста, деактивируйте под. Когда деактивация будет закончена, Вы можете снять старый под и сопрячь новый.";
  320. /* The title of the cell showing the pod pm version */
  321. "PM Version" = "Версия PM";
  322. /* description label for activated at time pod details row
  323. Label for pod insertion row */
  324. "Pod Activated" = "Под активирован";
  325. /* Label describing pod age view */
  326. "Pod Age" = "Pod проработал";
  327. /* Deactivate pod action button accessibility label when deactivation complete */
  328. "Pod deactivated successfully. Continue." = "Под успешно деактивирован. Продолжить.";
  329. /* Error message for reservoir view during general pod fault */
  330. "Pod Error" = "Ошибка пода";
  331. /* Label for pod life state when within pod expiration window */
  332. "Pod expired" = "Срок работы Omnipod истек";
  333. /* Error message for reservoir view when pod expired
  334. Label for pod expiration row, past tense */
  335. "Pod Expired" = "Под истек";
  336. /* Label for pod expiration row */
  337. "Pod Expires" = "Срок действия пода истекает";
  338. /* Label for pod life state when time remaining */
  339. "Pod expires in" = "Под истекает ";
  340. /* description label for pod fault details */
  341. "Pod Fault Details" = "Детали ошибка пода";
  342. /* Error message for reservoir view when pod occlusion checks failed */
  343. "Pod Occlusion" = "Закупорка пода";
  344. /* Pairing action button accessibility label when pairing succeeded */
  345. "Pod paired successfully. Continue." = "Под успешно сопряжен. Продолжить.";
  346. /* Title of the pod settings view controller */
  347. "Pod Settings" = "Настройки пода";
  348. /* Title for PodSetupView */
  349. "Pod Setup" = "Настройка пода";
  350. /* Label text for step one of attach pod instructions */
  351. "Prepare site." = "Подготовьте место установки помпы";
  352. /* title for previous pod page */
  353. "Previous Pod" = "Предыдущий под";
  354. /* Text for previous pod information row */
  355. "Previous Pod Information" = "Предыдущая информация о поде";
  356. /* The text of the loading label when pod is primed */
  357. "Primed" = "Заправлено";
  358. /* Pairing action button accessibility label while priming */
  359. "Priming. Please wait." = "Заправка. Пожалуйста, подождите.";
  360. /* Pod pairing action button text while priming */
  361. "Priming..." = "Заправить...";
  362. /* The text of the loading label when priming */
  363. "Priming…" = "Заправка...";
  364. /* The title of the command to change pump time zone */
  365. "Pump Time" = "Время в помпе";
  366. /* Label text for basal rate summary */
  367. "Rate" = "Скорость";
  368. /* Label describing time remaining view */
  369. "Remaining" = "Остается";
  370. /* Title for remove pod modal */
  371. "Remove Pod from Body" = "Снимите под с тела";
  372. /* Title for Omnipod PumpManager deletion action sheet. */
  373. "Remove Pump" = "Удалите помпу";
  374. /* Label text for step two of attach pod instructions */
  375. "Remove the Pod's clear needle cap and check cannula. Then remove paper backing." = "Отломите защитную крышку канюли и проверьте состояние самой канюли. Далее снимите защитные стикеры с пластыря.";
  376. /* Label indicating pod replacement necessary
  377. The title of the command to replace pod */
  378. "Replace Pod" = "Заменить Pod";
  379. /* The title of the command to replace pod when there is a pod fault */
  380. "Replace Pod Now" = "Немедленно замените Pod";
  381. /* The title of the cell showing reservoir status */
  382. "Reservoir" = "Резервуар";
  383. /* Text for suspend resume button when insulin delivery is suspended */
  384. "Resume Insulin Delivery" = "Возобновить подачу инсулина";
  385. /* Text for suspend resume button when insulin delivery is resuming */
  386. "Resuming insulin delivery..." = "Возобновление подачи инсулина...";
  387. /* Action button description for deactivate after failed attempt
  388. Cannula insertion button text while showing error
  389. Pod pairing action button text while showing error */
  390. "Retry" = "Повторить";
  391. /* Button title for retrying pod deactivation */
  392. "Retry Pod Deactivation" = "Повторить деактивацию Pod’a";
  393. /* bodyText for RileyLinkSetupView */
  394. "RileyLink allows for communication with the pump over Bluetooth" = "Rileylink необходим для коммуникации с помпой посредством Bluetooth";
  395. /* Navigation title for RileyLinkSetupView */
  396. "RileyLink Setup" = "Настройка RilryLink";
  397. /* Title of button to save delivery limit settings
  398. Title of button to sync basal profile when no pod paired */
  399. "Save" = "Сохранить";
  400. /* button title for saving low reservoir reminder while saving
  401. button title for saving scheduled reminder while saving */
  402. "Saving..." = "Сохранение...";
  403. /* The detail text of the basal row when pod is running scheduled basal */
  404. "Schedule" = "По графику";
  405. /* Title of insulin delivery section */
  406. "Scheduled Basal" = "Запланированная база";
  407. /* Card title for scheduled reminder
  408. Scheduled reminder card title on NotificationSettingsView
  409. Title for scheduled expiration reminder edit page
  410. Title of SetupCompleteView */
  411. "Scheduled Reminder" = "Запланированное напоминание";
  412. /* Title text for insulin type confirmation page */
  413. "Select the type of insulin that you will be using in this pod." = "Выберите тип инсулина, с которым Вы будете использовать этот под.";
  414. /* description label for sequence number pod details row */
  415. "Sequence Number" = "Порядковый номер";
  416. /* Button text for setting manual temporary basal rate */
  417. "Set Temporary Basal" = "Установить ВБС";
  418. /* Button title to set temporary basal rate */
  419. "Set Temporary Basal Rate" = "Установить ВБС";
  420. /* Title for setup complete screen */
  421. "Setup Complete" = "Настройка завершена";
  422. /* Error message for reservoir view during general pod fault */
  423. "Signal Loss" = "Сигнал потерян";
  424. /* No comment provided by engineer. */
  425. "Skip Omnipod Onboarding?" = "Пропустить настройку Omnipod?";
  426. /* The title of the status section in settings */
  427. "Status" = "Статус";
  428. /* A message indicating a command succeeded */
  429. "Succeeded" = "Успешно";
  430. /* Title for suspend duration selection action sheet */
  431. "Suspend Delivery" = "Остановить подачу";
  432. /* Text for suspend resume button when insulin delivery active */
  433. "Suspend Insulin Delivery" = "Остановить подачу инсулина";
  434. /* The detail text of the basal row when pod is suspended */
  435. "Suspended" = "Остановлено";
  436. /* Label for suspended at time */
  437. "Suspended At" = "Приостановлено в";
  438. /* Text for suspend resume button when insulin delivery is suspending */
  439. "Suspending insulin delivery..." = "Остановка подачи инсулина...";
  440. /* Title text for the button to delete Omnipod PumpManager */
  441. "Switch from Omnipod Pumps" = "Отключиться от помп Omnipod";
  442. /* Label for PumpManager deletion button */
  443. "Switch to other insulin delivery device" = "Переключиться на другое устройство для введения инсулина";
  444. /* The title of the command to change pump time zone */
  445. "Sync to Current Time" = "Синхронизация с текущим временем";
  446. /* Title of button to sync basal profile from pod */
  447. "Sync With Pod" = "Синхронизировать с Pod'ом";
  448. /* Label text for step one of insert cannula instructions */
  449. "Tap below to start cannula insertion." = "Нажмите ниже, чтобы начать ввод канюли.";
  450. /* Navigation Title for ManualTempBasalEntryView */
  451. "Temporary Basal" = "ВБС";
  452. /* Alert title for a failure to set temporary basal */
  453. "Temporary Basal Failed" = "Ошибка установки ВБС";
  454. /* The title of the command to run the test command */
  455. "Test Command" = "Провести тест";
  456. /* Progress message for testing commands. */
  457. "Testing Commands…" = "Команды тестов";
  458. /* Footer text for omnipod reminders section */
  459. "The app configures a reminder on the pod to notify you in advance of Pod expiration. Set the number of hours advance notice you would like to configure when pairing a new Pod." = "Приложение настраивает напоминание на телефоне, чтобы уведомить вас об истечении срока действия Pod. Установите количество часов предварительного уведомления, которое вы хотите сохранить при сопряжении нового Pod.";
  460. /* Description text on ExpirationReminderSetupView */
  461. "The App notifies you in advance of Pod expiration.\n\nScroll to set the number of hours advance notice you would like to have." = "Приложение заранее уведомит Вас об истечении срока действия Pod.\n\nПрокрутите, чтобы установить количество часов предварительного уведомления, которое вы хотели бы получить.";
  462. /* Description text on LowReservoirReminderSetupView */
  463. "The App notifies you when the amount of insulin in the Pod reaches this level (50-10 U).\n\nScroll to set the number of units at which you would like to be reminded." = "Приложение уведомит Вас, когда количество инсулина в Pod достигнет этого уровня (50-10 Ед).\n\nПрокрутите, чтобы установить количество единиц, о которых вы хотели бы получить напоминание.";
  464. /* Footer text for low reservoir value row */
  465. "The App notifies you when the amount of insulin in the Pod reaches this level." = "Приложение уведомит Вас, когда количество инсулина в Pod достигнет этого уровня.";
  466. /* Description text for critical alerts */
  467. "The reminders above will not sound if your device is in Silent or Do Not Disturb mode.\n\nThere are other critical Pod alerts and alarms that will sound even if your device is set to Silent or Do Not Disturb mode." = "Приведенные выше напоминания не будут звучать, если ваше устройство находится в режиме Тишина или Не беспокоить.\n\nЕсть и другие критические оповещения и сигналы тревоги Pod, которые будут звучать, даже если ваше устройство настроено в режим Тишина или Не беспокоить.";
  468. /* Message for pod sync time action sheet */
  469. "The time on your pump is different from the current time. Do you want to update the time on your pump to the current time?" = "Время на вашей помпе отличается от текущего времени. Вы хотите обновить время на вашей помпе на текущее?";
  470. /* description for time change detected notice */
  471. "The time on your pump is different from the current time. Your pump’s time controls your scheduled therapy settings. Scroll down to Pump Time row to review the time difference and configure your pump." = "Время на помпе отличается от текущего времени. Время вашей помпы контролирует ваши запланированные настройки терапии. Прокрутите вниз до строки времени помпы, чтобы просмотреть разницу во времени и настроить помпу.";
  472. /* Description of proper cannula insertion */
  473. "The window on the top of the Pod should be colored pink when the cannula is properly inserted into the skin." = "Когда канюля правильно введена под кожу, окошко в верхней части пода должно окраситься в розовый цвет.";
  474. /* Format string for recovery suggestion during deactivate pod. */
  475. "There was a problem communicating with the pod. If this problem persists, tap Discard Pod. You can then activate a new Pod." = "Возникла проблема с общением с подом. Если эта проблема сохраняется, нажмите \"Деактивировать Pod\". Затем вы можете активировать новый Pod.";
  476. /* Footer text for scheduled reminder area */
  477. "This is a reminder that you scheduled when you paired your current Pod." = "Это напоминание, которое вы запланировали при сопряжении с текущим подом.";
  478. /* Alert format string for missing temp basal configuration. */
  479. "This Pump has not been configured with a maximum basal rate because it was added before manual temp basal was a feature. Please go to Therapy Settings -> Delivery Limits and set a new Maximum Basal Rate." = "Эта помпа не была настроена с максимальным базалом, потому что была добавлена до того, как установка ручной ВБС стала возможной. Пожалуйста, перейдите в настройки терапии -> Лимиты доставки и установите новый максимальный базал.";
  480. /* Label for expiration reminder row
  481. Label for scheduled expiration reminder row
  482. Label for scheduled reminder value row */
  483. "Time" = "Время";
  484. /* Title for pod sync time action sheet.
  485. title for time change detected notice */
  486. "Time Change Detected" = "Обнаружено изменение времени";
  487. /* No comment provided by engineer. */
  488. "Toggle sign" = "Переключение входа";
  489. /* The error message shown when Loop's basal schedule has more entries than the pod can support */
  490. "Too many entries" = "Слишком много данных";
  491. /* description label for total delivery pod details row */
  492. "Total Delivery" = "Подано всего";
  493. /* Units for showing temp basal rate */
  494. "U/hr" = "Ед/ч";
  495. /* Instructions when pod cannot be deactivated */
  496. "Unable to deactivate pod. Please continue and pair a new one." = "Не удалось деактивировать Pod. Пропустить и начать соединение с новым.";
  497. /* Title of delivery uncertainty recovery page */
  498. "Unable to Reach Pod" = "Невозможно связаться с подом";
  499. /* Alert format string for a failure to set temporary basal. (1: error description) */
  500. "Unable to set a temporary basal rate: %1$@" = "Невозможно установить ВБС: %1$@";
  501. /* Alert format string for a failure to set temporary basal with recovery suggestion. (1: error description) (2: recovery text) */
  502. "Unable to set a temporary basal rate: %1$@\n\n%2$@" = "Невозможно установить ВБС: %1$@\n\n%2$@";
  503. /* Label for pod life state when pod not fully activated */
  504. "Unfinished Activation" = "Не закончена активация";
  505. /* Label for pod life state when pod not fully deactivated */
  506. "Unfinished deactivation" = "Незавершенная деактивация";
  507. /* The detail text for delivered insulin when no measurement is available */
  508. "Unknown" = "Неизвестно";
  509. /* Label text for step two of insert cannula instructions */
  510. "Wait until insertion is completed." = "Подождите, пока ввод канюли завершится.";
  511. /* Button label for user to answer cannula was properly inserted */
  512. "Yes" = "Да";
  513. /* Button title for confirm deactivation option */
  514. "Yes, Deactivate Pod" = "Деактивировать Pod";
  515. /* Button text to confirm pump time sync */
  516. "Yes, Sync to Current Time" = "Да, синхронизировать с текущим временем";
  517. /* bodyText for PodSetupView */
  518. "You will now begin the process of configuring your reminders, filling your Pod with insulin, pairing to your device and placing it on your body." = "Сейчас Вы начнете процесс конфигурирования напоминаний, заправки пода инсулином, сопряжения с телефоном и установкой пода на тело.";
  519. /* Format string for instructions for setup complete view. (1: app name) */
  520. "Your Pod is ready for use.\n\n%1$@ will remind you to change your pod before it expires. You can change this to a time convenient for you." = "Под готов к использованию.\n\n%1$@ напомнит вам о необходимости замены пода до истечения срока его действия. Вы можете изменить это на удобное для вас время.";
  521. /* Alert message body for confirm pod attachment */
  522. "Your Pod may still be delivering Insulin.\nRemove it from your body, then tap “Continue.“" = "Ваш под может по-прежнему доставлять инсулин.\n Удалите его с тела, затем нажмите «Продолжить».";
  523. /* Title string for SilencePodPreference.enabled */
  524. "Silenced" = "Беззвучно";
  525. /* Description for SilencePodPreference.disabled */
  526. "Normal operation mode where audible Pod beeps are used for all Pod alerts and when confidence reminders are enabled." = "Обычный режим работы, при котором звуковые сигналы используются для всех оповещений Пода и при включенных доверенных напоминаниях.";
  527. /* Description for SilencePodPreference.enabled */
  528. "All Pod alerts use no beeps and confirmation reminder beeps are suppressed. The Pod will only beep for fatal Pod faults and when playing test beeps.\n\n⚠️Warning - Whenever the Pod is silenced it must be kept within Bluetooth range of this device to receive notifications for Pod alerts." = "Все уведомления Пода не издают звуковых сигналов и напоминания о подтверждении подавлены. Под будет издавать звуковые сигналы только при критических сбоях Пода и когда проигрываются тестовые звуки.\n\n⚠️Предупреждение — Когда Под заглушен, он должен находиться в пределах Bluetooth-диапазона этого устройства, для получения сигналов уведомлений.";
  529. /* Help text for Silence Pod view */
  530. /* navigation title for Silnce Pod" */
  531. "Silence Pod mode suppresses all Pod alert and confirmation reminder beeping.
  532. Silence Pod" = "Беззвучный Под";
  533. /* title for pod details page */
  534. "Pod Details" = "Сведения о Поде";
  535. /* Text for previous pod details row" */
  536. "Previous Pod Details" = "Сведения о предыдущем Поде";
  537. /* Text for pump manager details navigation link */
  538. "Pump Manager Details" = "Сведения о помпе";
  539. /* button title when retrieving pump manager details */
  540. "Retrieving Pump Manager Details..." = "Получение сведений о помпе...";
  541. /* button title to refresh pump manager details */
  542. "Refresh Pump Manager Details" = "Обновить сведения о помпе";
  543. /* Alert title for error when updating silence pod preference */
  544. "Failed to update silence pod preference." = "Не удалось обновить настройку беззвучного режима Пода.";
  545. /* Section header for diagnostic section */
  546. "Diagnostics" = "Диагностика";
  547. /* Text for read pod status navigation link */
  548. "Read Pod Status" = "Получить статус Пода";