Localizable.strings 35 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" = "Upozornenie na viacero príkazov";
  9. /* Alert content title for userPodExpiration pod alert */
  10. "Pod Expiration Reminder" = "Pripomienka o expirácii";
  11. /* Alert content title for podExpiring pod alert */
  12. "Pod Expired" = "Pod expiroval";
  13. /* Alert content title for lowReservoir pod alert */
  14. "Low Reservoir" = "Nízka hladina v rezervoári";
  15. /* Alert content title for suspendInProgress pod alert */
  16. "Suspend In Progress Reminder" = "Pripomienka prebiehajúceho pozastavenia";
  17. /* Alert content title for suspendEnded pod alert */
  18. "Resume Insulin" = "Obnoviť podávanie inzulínu";
  19. /* Alert content title for finishSetupReminder pod alert */
  20. "Pod Pairing Incomplete" = "Párovanie podu nebolo dokončené";
  21. /* Alert content title for timeOffsetChangeDetected pod alert */
  22. "Time Change Detected" = "Zistila sa zmena času";
  23. /* Alert content body for multiCommand pod alert */
  24. "Multiple Command Alert" = "Upozornenie na viacero príkazov";
  25. /* Format string for alert content body for userPodExpiration pod alert. (1: time until expiration) */
  26. "Pod expires in %1$@." = "Pod vyprší za %1$@.";
  27. /* Alert content body for podExpiring pod alert */
  28. "Change Pod now. Pod has been active for 72 hours." = "Vymeniť pod teraz. Pod bol aktívny 72 hodín.";
  29. /* Alert content body for podExpireImminent pod alert */
  30. "Change Pod now. Insulin delivery will stop in 1 hour." = "Treba vymeniť pod. Podávanie inzulínu sa zastaví o 1 hodinu.";
  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." = "V podu zostáva %1$@ inzulínu alebo menej. Čoskoro vymeňte pod.";
  33. /* Alert content body for suspendInProgress pod alert */
  34. "Suspend In Progress Reminder" = "Pripomienka prebiehajúceho pozastavenia";
  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." = "Obdobie pozastavenia podávania inzulínu sa skončilo.\n\nPodávanie môžete obnoviť z bannera na domovskej obrazovke alebo z obrazovky nastavení pumpy. Znovu sa vám to pripomenie za 15 minút.";
  37. /* Alert content body for finishSetupReminder pod alert */
  38. "Please finish pairing your pod." = "Dokončite párovanie podu.";
  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." = "Čas na vašej pumpe sa líši od aktuálneho času. Čas na čerpadle si môžete skontrolovať a synchronizovať s aktuálnym časom v nastaveniach.";
  41. /* Alert notification body for suspendEnded pod alert user notification */
  42. "Suspension time is up. Open the app and resume." = "Čas pozastavenia vypršal. Otvorte aplikáciu a pokračujte.";
  43. /* Action button default text for PodAlerts */
  44. "Ok" = "OK";
  45. /* Label for pod life state when pod not fully activated */
  46. "Unfinished Activation" = "Aktivácia neukončená";
  47. /* Label for pod life state when time remaining */
  48. "Pod expires in" = "Pod expiruje o";
  49. /* */
  50. "Pod Expires" = "Expirácia Podu";
  51. /* */
  52. "Pod Activated" = "Pod aktivovaný";
  53. /* */
  54. "Notification Settings" = "Nastavenia oznámení";
  55. /* */
  56. "Confidence Reminders" = "Upozornenia s pípnutím zo zariadenia Pod";
  57. /* Text for suspend resume button when insulin delivery active */
  58. "Suspend Insulin Delivery" = "Zastavte podávanie inzulínu";
  59. /* Label for pod life state when within pod expiration window */
  60. "Pod expired" = "Pod vypršal";
  61. /* Label for pod life state when pod not fully deactivated */
  62. "Unfinished deactivation" = "Deaktivácia neukončená";
  63. /* Label for pod life state when no pod paired */
  64. "No Pod" = "Žiadny pod";
  65. /* Settings page link description when next lifecycle action is to pair new pod */
  66. "Pair Pod" = "Párovať pod";
  67. /* Pairing action button accessibility label while ready to pair */
  68. "Pair pod." = "Párovať pod.";
  69. /* Pairing action button accessibility label while pairing */
  70. "Pairing." = "Párovanie.";
  71. /* Pairing action button accessibility label while priming */
  72. "Priming. Please wait." = "Pripravuje sa. Prosím čakajte.";
  73. /* Pairing action button accessibility label when pairing succeeded */
  74. "Pod paired successfully. Continue." = "Pod sprárovaný úspešne. Pokračovať.";
  75. /* Settings page link description when next lifecycle action is to finish deactivation */
  76. "Finish deactivation" = "Dokončiť deaktiváciu";
  77. /* Settings page link description when next lifecycle action is to replace pod */
  78. "Replace Pod" = "Vymeňte pod";
  79. /* Unit for singular day in pod life remaining */
  80. "day" = "deň";
  81. /* Unit for plural days in pod life remaining */
  82. "days" = "dni";
  83. /* Unit for singular hour in pod life remaining */
  84. "hour" = "hodina";
  85. /* Unit for plural hours in pod life remaining */
  86. "hours" = "hodiny";
  87. /* Unit for singular minute in pod life remaining */
  88. "minute" = "minúta";
  89. /* Unit for plural minutes in pod life remaining */
  90. "minutes" = "minút";
  91. /* Title of insulin delivery section */
  92. "Insulin Delivery" = "Podávanie inzulínu";
  93. /* */
  94. "Scheduled Basal" = "Naplánovaný bazál";
  95. /* Header for insulin remaining on pod settings screen */
  96. "Insulin Remaining" = "Zostávajúci inzulín";
  97. /* Section header for activity section */
  98. "Activity" = "Aktivita";
  99. /* title for device details page */
  100. "Device Details" = "Podrobnosti o zariadení";
  101. /* Section header for configuration section */
  102. "Configuration" = "Nastavenie";
  103. /* Settings page link description when next lifecycle action is to finish deactivation */
  104. "Finish deactivation" = "Dokončiť deaktiváciu";
  105. /* Settings page link description when next lifecycle action is to replace pod */
  106. "Replace Pod" = "Vymeňte pod";
  107. /* Settings page link description when next lifecycle action is to replace pod */
  108. "Replace Pod" = "Vymeňte pod";
  109. /* Label for pod life state when pod not fully activated */
  110. "Unfinished Activation" = "Aktivácia neukončená";
  111. /* Label for pod life state when time remaining */
  112. "Pod expires in" = "Pod expiruje o";
  113. /* Label for pod life state when within pod expiration window */
  114. "Pod expired" = "Pod vypršal";
  115. /* Label for pod life state when pod not fully deactivated */
  116. "Unfinished deactivation" = "Deaktivácia neukončená";
  117. /* Label for pod life state when no pod paired */
  118. "No Pod" = "Žiadny pod";
  119. /* Pod life HUD view label */
  120. "Fault" = "Chyba";
  121. /* Label describing pod age view */
  122. "Pod Age" = "Vek podu";
  123. /* Label describing time remaining view */
  124. "Remaining" = "Zostávajúce";
  125. /* Label indicating pod replacement necessary */
  126. "Replace Pod" = "Vymeňte pod";
  127. /* Error message shown when no pod is paired */
  128. "No pod paired" = "Nie je spárovaný žiadny pod";
  129. /* Error message shown when user cannot pair because pod is already paired */
  130. "Pod already paired" = "Pod je už spárovaný";
  131. /* Error description for OmniBLEPumpManagerError.insulinTypeNotConfigured */
  132. "Insulin type not configured" = "Typ inzulínu nie je nakonfigurovaný";
  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 nie je v stave pripravenom na zavedenie kanyly.";
  135. /* Error description for OmniBLEPumpManagerError.invalidSetting */
  136. "Invalid Setting" = "Neplatné nastavenie";
  137. /* Recovery suggestion shown when no pod is paired */
  138. "Please pair a new pod" = "Spárujte nový pod";
  139. /* Generic title of the OmniBLE pump manager */
  140. "Omnipod DASH" = "Omnipod DASH";
  141. /* Status highlight that delivery is uncertain. */
  142. "Comms Issue" = "Problém s komunikáciou";
  143. /* */
  144. "Finish Pairing" = "Dokončiť párovanie";
  145. /* Status highlight that when pod is deactivating */
  146. "Finish Deactivation" = "Dokončiť deaktiváciu";
  147. /* Status highlight that when no pod is paired. */
  148. "No Pod" = "Žiadny pod";
  149. /* Status highlight message for emptyReservoir alarm. */
  150. "No Insulin" = "Žiadny inzulín";
  151. /* Status highlight message for podExpired alarm. */
  152. "Pod Expired" = "Pod expiroval";
  153. /* Status highlight message for occlusion alarm. */
  154. "Pod Occlusion" = "Oklúzia podu";
  155. /* Status highlight message for other alarm. */
  156. "Pod Error" = "Chyba podu";
  157. /* Status highlight that a pump is out of insulin. */
  158. "No Insulin" = "Žiadny inzulín";
  159. /* Status highlight that insulin delivery was suspended. */
  160. "Insulin Suspended" = "Inzulín Suspendovaný";
  161. /* Status highlight when communications with the pod haven't happened recently. */
  162. "Signal Loss" = "Strata signálu";
  163. /* Status highlight when manual temp basal is running. */
  164. "Manual Basal" = "Manuálny bazál";
  165. /* */
  166. "Insert Cannula" = "Zaviesť Kanylu";
  167. /* Cannula insertion button text while inserting */
  168. "Inserting..." = "Zavádza sa...";
  169. /* Cannula insertion button text while showing error */
  170. "Retry" = "Skúsiť znova";
  171. /* Cannula insertion button text while checking insertion */
  172. "Checking..." = "Kontroluje sa...";
  173. /* */
  174. "Check cannula insertion finished" = "Skontrolujte, či je zavedenie kanyly dokončené";
  175. /* */
  176. "Get pod status" = "Zistiť stav Podu";
  177. /* */
  178. "Save Basal Profile" = "Nastavovanie bazálneho profilu";
  179. /* */
  180. "Save basal profile failed: %{public}@" = "Uloženie základného profilu sa nepodarilo: %{public}@";
  181. /* */
  182. "Skipping Play Test Beeps due to bolus still in progress." = "Vynechanie pípnutia testu prehrávania z dôvodu stále prebiehajúceho podávania bolusu.";
  183. /* */
  184. "Play Test Beeps" = "Prehrať skúšobné pípnutia";
  185. /* */
  186. "Skipping Read Pulse Log due to bolus still in progress." = "Vynechanie pípnutia testu prehrávania z dôvodu stále prebiehajúceho podávania bolusu.";
  187. /* */
  188. "Read Pulse Log" = "Čítať protokol pulzov";
  189. /* */
  190. "Set Confirmation Beeps to %s" = "Nastavenie potvrdzujúcich zvukových signálov na %s";
  191. /* */
  192. "Set Confirmation Beeps Preference" = "Nastavenie preferencie potvrdzujúcich zvukových signálov";
  193. /* */
  194. "Suspend" = "Pozastavenie";
  195. /* */
  196. "Failed to suspend: %{public}@" = "Nepodarilo sa pozastaviť: %{public}@";
  197. /* */
  198. "Resume" = "Pokračovať";
  199. /* */
  200. "Bolus" = "Dávka";
  201. /* */
  202. "Cancel Bolus" = "Zrušiť bolus";
  203. /* Alert acknowledgment OK button */
  204. "OK" = "OK";
  205. /* The title for Empty Reservoir alarm notification */
  206. "Empty Reservoir" = "Prázdny zásobník";
  207. /* The title for Occlusion alarm notification */
  208. "Occlusion Detected" = "Zistená oklúzia";
  209. /* The title for AlarmCode.other notification */
  210. "Critical Pod Error" = "Kritická chyba zariadenia Pod";
  211. /* The default notification body for AlarmCodes */
  212. "Insulin delivery stopped. Change Pod now." = "Podávanie inzulínu sa zastavilo. Vymeňte modul teraz.";
  213. /* Header for insulin remaining on pod settings screen */
  214. "Insulin Remaining" = "Zostávajúci inzulín";
  215. /* Button title to set temporary basal rate */
  216. "Set Temporary Basal Rate" = "Nastavenie dočasnej bazálnej sadzby";
  217. /* Section header for activity section */
  218. "Activity" = "Aktivita";
  219. /* Section header for configuration section */
  220. "Configuration" = "Nastavenie";
  221. /* Title for previous pod page */
  222. "Previous Pod" = "Predchádzajúci Pod";
  223. /* The title of the command to change pump time zone */
  224. "Pump Time" = "Čas čerpadla";
  225. /* Text indicating ongoing pump time synchronization */
  226. "Adjusting Pump Time..." = "Nastavenie času čerpadla...";
  227. /* The title of the command to change pump time zone */
  228. "Sync to Current Time" = "Synchronizácia s aktuálnym časom";
  229. /* Label for PumpManager deletion button */
  230. "Switch to other insulin delivery device" = "Prechod na iné zariadenie na podávanie inzulínu";
  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?" = "Čas na vašej pumpe sa líši od aktuálneho času. Chcete aktualizovať čas na vašej pumpe na aktuálny čas?";
  233. /* Button text to confirm pump time sync */
  234. "Yes, Sync to Current Time" = "Áno, synchronizujte s aktuálnym časom";
  235. /* Button text to cancel pump time sync */
  236. "No, Keep Pump As Is" = "Nie, nechajte čerpadlo tak, ako je";
  237. /* Title for Omnipod DASH PumpManager deletion action sheet. */
  238. "Remove Pump" = "Odstrániť Pod";
  239. /* Message for Omnipod DASH PumpManager deletion action sheet */
  240. "Are you sure you want to stop using Omnipod DASH?" = "Naozaj chcete prestať používať Ominpod Dash?";
  241. /* Button text to confirm Omnipod DASH PumpManager deletion */
  242. "Delete Omnipod DASH" = "Vymazať Omnipod Dash";
  243. /* Text for confidence reminders navigation link" */
  244. "Insulin Type" = "Typ Inzulínu";
  245. /* The title of the command to change pump time zone */
  246. "Sync to Current Time" = "Synchronizácia s aktuálnym časom";
  247. /* Title for suspend duration selection action sheet */
  248. "Suspend Delivery" = "Pozastavenie dodávky";
  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?" = "Podávanie inzulínu bude zastavené, kým ho neobnovíte manuálne. Kedy chcete, aby vám slučka pripomenula obnovenie podávania?";
  251. /* Button text for 30 minute suspend duration */
  252. "30 minutes" = "30 minút";
  253. /* Button text for 1 hour suspend duration" */
  254. "1 hour" = "1 hodina";
  255. /* Button text for 1 hour 30 minute suspend duration */
  256. "1 hour 30 minutes" = "1 hodina 30 minút";
  257. /* Button text for 2 hour suspend duration */
  258. "2 hours" = "2 hodiny";
  259. /* Alert title for suspend error */
  260. "Failed to Suspend Insulin Delivery" = "Pozastavenie podávania inzulínu zlyhalo";
  261. /* Alert title for resume error */
  262. "Failed to Resume Insulin Delivery" = "Obnovenie podávania inzulínu zlyhalo";
  263. /* Alert title for time sync error */
  264. "Failed to Set Pump Time" = "Nastavenie času pumpy zlyhalo";
  265. /* Alert title for failing to cancel manual basal error */
  266. "Failed to Cancel Manual Basal" = "Zrušenie manuálneho bazálu zlyhalo";
  267. /* */
  268. "Please deactivate the pod. When deactivation is complete, you may remove it and pair a new pod." = "Prosím, deaktivujte pod. Po dokončení deaktivácie, ho môžete odstrániť a spárovať nový 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." = "Prosím, deaktivujte pod. Po dokončení deaktivácie, môžete spárovať nový pod.";
  271. /* Deactivate pod action button */
  272. "Deactivate Pod" = "Deaktivovať Pod";
  273. /* Deactivate pod action button accessibility label while deactivating */
  274. "Deactivating." = "Deaktivuje sa.";
  275. /* Deactivate pod action button accessibility label when deactivation complete */
  276. "Pod deactivated successfully. Continue." = "Pod deaktivovaný úspešne. Pokračovať.";
  277. /* Action button description for deactivate after failed attempt */
  278. "Retry" = "Skúsiť znova";
  279. /* Action button description when deactivated */
  280. "Continue" = "Pokračovať";
  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." = "Nastal problém s komunikáciou s modulom. Ak tento problém pretrváva, ťuknite na položku Discard Pod. Potom môžete aktivovať nový pod.";
  283. /* Text for discard pod button */
  284. "Discard Pod" = "Zlikvidujte pod";
  285. /* Title for remove pod modal */
  286. "Remove Pod from Body" = "Odstránenie struku z tela";
  287. /* Alert message body for confirm pod attachment */
  288. "Your Pod may still be delivering Insulin.\nRemove it from your body, then tap “Continue.“" = "Váš Pod môže stále podávať inzulín.\nOdstráňte ho z tela a potom klepnite na \"Pokračova.\"";
  289. /* Insulin Unit */
  290. "U" = "J";
  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." = "Zmeniť Pod teraz. Podávanie inzulínu sa zastaví 8 hodín po uplynutí doby platnosti Podu alebo keď už nezostane žiadny inzulín.";
  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)." = "Naplňte nový pod s inzulínom U-100 (modrý uzáver ihly pod nechajte nasadený).";
  295. /* Label text for step 1 of pair pod instructions */
  296. "Remove the Pod's blue needle cap and check cannula. Then remove paper backing." = "Remove the Pod's blue needle cap and check cannula. Then remove paper backing.";
  297. /* Label text for step 2 of pair pod instructions */
  298. "Listen for 2 beeps." = "Počúvajte 2 pípnutia.";
  299. /* Label text indicating pairing finished.*/
  300. "Paired" = "Spárované";
  301. /* Cancel button text in navigation bar on pair pod UI */
  302. "Cancel" = "Zrušiť";
  303. /* Alert title for cancel pairing modal */
  304. "Are you sure you want to cancel Pod setup?" = "Naozaj chcete zrušiť svoj hlas?";
  305. /* Alert message body for confirm pod attachment */
  306. "If you cancel Pod setup, the current Pod will be deactivated and will be unusable." = "Ak zrušíte nastavenie podov, aktuálny pod bude deaktivovaný a nebude možné ho používať.";
  307. /* Button title for confirm deactivation option */
  308. "Yes, Deactivate Pod" = "Áno, deaktivujte pod";
  309. /* Continue pairing button title of in pairing cancel modal */
  310. "No, Continue With Pod" = "Nie, pokračujte so zariadením Pod";
  311. /* Label text for step one of attach pod instructions */
  312. "Prepare site." = "Príprava miesta na telo.";
  313. /* Label text for step three of attach pod instructions */
  314. "Check Pod, apply to site, then confirm pod attachment." = "Skontrolujte pod, aplikujte ho na telo, potom potvrďte prilepenie podu.";
  315. /* Action button title for attach pod view */
  316. "Continue" = "Pokračovať";
  317. /* */
  318. "Attach Pod" = "Aplikujte pod";
  319. /* Alert title for confirm pod attachment */
  320. "Confirm Pod Attachment" = "Potvrdiť pripojenie zariadenia 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." = "Uistite sa, že je pod bezpečne pripevnený k vášmu telu.\n\nKanylu možno do každého podu zaviesť len raz. Keď je Pod pripojený, klepnite na \"Potvrdiť\".";
  323. /* Button title for confirm attachment option */
  324. "Confirm" = "Potvrdiť";
  325. /* Label text for step one of insert cannula instructions */
  326. "Tap below to start cannula insertion." = "Ťuknutím nižšie spustíte zavádzanie kanyly.";
  327. /* Label text for step two of insert cannula instructions */
  328. "Wait until insertion is completed." = "Počkajte kým nie je zavedenie ukončené.";
  329. /* Label text indicating insertion finished. */
  330. "Inserted" = "Vložené do tela";
  331. /* Check Cannula */
  332. "Check Cannula" = "Skontrolujte kanylu";
  333. /* */
  334. "Is the cannula inserted properly?" = "Je kanyla správne zavedená?";
  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." = "Keď je kanyla správne zavedená do kože, okienko v hornej časti Podu by malo byť sfarbené do ružova.";
  337. /* Button label for user to answer cannula was properly inserted */
  338. "Yes" = "Áno";
  339. /* Button label for user to answer cannula was not properly inserted */
  340. "No" = "Nie";
  341. /* Pod pairing action button text while pairing */
  342. "Pairing..." = "Páruje sa...";
  343. /* Pod pairing action button text while priming */
  344. "Priming..." = "Príprava...";
  345. /* */
  346. "Deactivating..." = "Deaktivuje sa...";
  347. /* Pod state when pod has been deactivated */
  348. "Deactivated" = "Deaktivované";
  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." = "Váš pod je pripravený na použitie.\n\n%1$@ vám pripomenie, aby ste si vymenili pod pred uplynutím jeho platnosti. Môžete to zmeniť na čas, ktorý vám vyhovuje.";
  351. /* */
  352. "Scheduled Reminder" = "Naplánovaná pripomienka";
  353. /* Label for expiration reminder row */
  354. "Time" = "Čas";
  355. /* Action button title to continue at Setup Complete */
  356. "Finish Setup" = "Dokončiť nastavenie";
  357. /* */
  358. "Setup Complete" = "Nastavenie je dokončené";
  359. /* Value text for no expiration reminder */
  360. "No Reminder" = "Žiadna pripomienka";
  361. /* Error message description for PeripheralManagerError.notReady */
  362. "Peripheral Not Ready" = "Periférne zariadenie nie je pripravené";
  363. /* Error message description for PeripheralManagerError.incorrectResponse */
  364. "Incorrect Response" = "Nesprávna odpoveď";
  365. /* Error message description for PeripheralManagerError.timeout */
  366. "Timeout" = "Časový limit vypršal";
  367. /* Error message description for PeripheralManagerError.emptyValue */
  368. "Empty Value" = "Prázdna hodnota";
  369. /* Error message description for PeripheralManagerError.unknownCharacteristic */
  370. "Unknown Characteristic" = "Neznáma charakteristika";
  371. /* Error message description for PeripheralManagerError.nack */
  372. "Nack" = "Nack";
  373. /* Title for omnipod reminders section */
  374. "Omnipod Reminders" = "Pripomienky omnipodu";
  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." = "Aplikácia nakonfiguruje pripomienku na pod, ktorá vás vopred upozorní na vypršanie platnosti pod. Nastavte počet hodín vopred, ktoré chcete nakonfigurovať pri párovaní nového zariadenia Pod.";
  377. /* Footer text for scheduled reminder area */
  378. "This is a reminder that you scheduled when you paired your current Pod." = "Toto je pripomienka, ktorú ste naplánovali pri spárovaní aktuálneho Podu.";
  379. /* */
  380. "Scheduled Reminder" = "Naplánovaná pripomienka";
  381. /* Footer text for low reservoir value row */
  382. "The App notifies you when the amount of insulin in the Pod reaches this level." = "Aplikácia vás upozorní, keď množstvo inzulínu v pode dosiahne túto úroveň.";
  383. /* Description text for critical alerts */
  384. "Critical Alerts" = "Kritické výstrahy";
  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." = "Vyššie uvedené upozornenia nezaznejú, ak je vaše zariadenie v tichom režime alebo v režime Nerušiť.\n\nExistujú ďalšie kritické upozornenia a alarmy Pod, ktoré zaznejú, aj keď je vaše zariadenie nastavené na tichý režim alebo režim Nerušiť.";
  387. /* navigation title for notification settings */
  388. "Notification Settings" = "Nastavenia oznámení";
  389. /* Label for scheduled reminder value row */
  390. "Time" = "Čas";
  391. /* Value text for no expiration reminder */
  392. "No Reminder" = "Žiadna pripomienka";
  393. /* Label for low reservoir reminder row */
  394. "Low Reservoir Reminder" = "Pripomienka Nízka hladina v rezervoári";
  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." = "Uistite sa, že iPhone a pod sú blízko seba. Ak problémy s komunikáciou pretrvávajú, presuňte sa do inej oblasti.";
  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." = "Ihneď vymeniť pod. Podávanie inzulínu sa zastaví o %1$@ alebo keď sa minie inzulín.";
  399. /* Title string for BeepPreference.silent */
  400. "Disabled" = "Vypnuté";
  401. /* Title string for BeepPreference.manualCommands */
  402. "Enabled" = "Zapnuté";
  403. /* Title string for BeepPreference.extended */
  404. "Extended" = "Rozšírený";
  405. /* Description for BeepPreference.silent */
  406. "No confidence reminders are used." = "Nepoužívajú sa žiadne oznámenia.";
  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." = "Upozornenia budú znieť pri príkazoch, ktoré iniciujete, ako napríklad bolus, zrušenie bolusu, pozastavenie, obnovenie, uloženie pripomienok upozornení atď. Keď aplikácia automaticky upravuje podávanie, nepoužívajú sa žiadne pripomenutia dôvery.";
  409. /* Description for BeepPreference.extended */
  410. "Confidence reminders will sound when the app automatically adjusts delivery as well as for commands you initiate." = "Upozornenia zaznejú, keď aplikácia automaticky upraví doručenie a na príkazy, ktoré sami zadáte.";
  411. /* Label text for temporary basal rate summary */
  412. "Rate" = "Dávka";
  413. /* Insulin unit per hour */
  414. "U/hr" = "J/hod";
  415. /* Summary string for temporary basal rate configuration page */
  416. "%1$@ for %2$@" = "%1$@ pre %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 vám automaticky neupraví dávkovanie inzulínu, kým sa dočasná bazálna rýchlosť neskončí alebo nezruší.";
  419. /* Button text for setting manual temporary basal rate*/
  420. "Set Temporary Basal" = "Nastaviť dočasný bazál";
  421. /* Navigation Title for ManualTempBasalEntryView */
  422. "Temporary Basal" = "Dočasný bazál";
  423. /* Alert title for a failure to set temporary basal */
  424. "Temporary Basal Failed" = "Dočasný bazál zlyhal";
  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$@" = "Nie je možné nastaviť dočasnú dávku bazálu: %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$@" = "Nie je možné nastaviť dočasnú dávku bazálu: %1$@";
  429. /* Alert title for missing temp basal configuration */
  430. "Missing Config" = "Chýba konfigurácia";
  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." = "Tento manažér čerpadiel nebol nakonfigurovaný s maximálnou bazálnou rýchlosťou, pretože bol pridaný skôr, ako bola pridaná funkcia manuálneho bazálneho nastavenia. Prejdite do nastavení terapie -> limity dodávok a nastavte novú maximálnu bazálnu rýchlosť.";
  433. /* Label text for expiration reminder default row */
  434. "Expiration Reminder Default" = "Predvolené pripomenutie o expirácii";
  435. /* Text for previous pod information row */
  436. "Previous Pod Information" = "Predchádzajúce informácie o Pod";
  437. /* Text shown in insulin remaining space when no pod is paired (Please keep the '\n' while translating!) */
  438. "No\nDelivery" = "Žiadna\ndodávka";
  439. /* description label for active time pod details row */
  440. "Active Time" = "Aktívny Čas";
  441. /* description label for total delivery pod details row */
  442. "Total Delivery" = "Celková dávka";
  443. /* description label for device name pod details row */
  444. "Device Name" = "Názov zariadenia";
  445. /* description label for lot number pod details row */
  446. "Lot Number" = "Číslo šarže";
  447. /* description label for sequence number pod details row */
  448. "Sequence Number" = "Sekvenčné číslo";
  449. /* description label for firmware version pod details row */
  450. "Firmware Version" = "Verzia firmvéru";
  451. /* description label for ble firmware version pod details row */
  452. "BLE Firmware Version" = "BLE verzia firmvéru";
  453. /* description label for activated at timne pod details row */
  454. "Pod Activated" = "Pod aktivovaný";
  455. /* description label for active time pod details row */
  456. "Active Time" = "Aktívny Čas";
  457. /* description label for last status date pod details row */
  458. "Last Status" = "Posledný stav";
  459. /* description label for pod fault details */
  460. "Pod Fault Details" = "Detaily chyby podu";
  461. /* Title for PodSetupView */
  462. "Pod Setup" = "Nastavenie podu";
  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." = "Teraz začnete s procesom konfigurácie pripomienok, naplnením podu inzulínom, jeho spárovaním s vašim zariadením a umiestnením podu na telo.";
  465. /* Cancel button title */
  466. "Cancel" = "Zrušiť";
  467. /* Text for continue button on PodSetupView */
  468. "Continue" = "Pokračovať";
  469. /* Are you sure you want to skip Omnipod Onboarding? */
  470. "Skip Omnipod Onboarding?" = "Preskočiť 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." = "Aplikácia vás vopred upozorní na expiráciu podu. \n\nRolovaním nastavte počet hodín vopred, kedy chcete upozornenie dostať.";
  473. /* Text of continue button on ExpirationReminderSetupView" */
  474. "Next" = "Ďalej";
  475. /* */
  476. "Expiration Reminder" = "Pripomienka Expirácie";
  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." = "Aplikácia vás upozorní, keď množstvo inzulínu v pode dosiahne túto úroveň (50 – 10 U). \n\nRolovaním nastavte počet jednotiek, pri ktorých chcete byť upozornení.";
  479. /* Label text for low reservoir value row */
  480. "Low Reservoir" = "Nízka hladina v rezervoári";
  481. /* */
  482. "Save" = "Uložiť";
  483. /* hr (short for hour) */
  484. "hr" = "h";
  485. /* Button title to cancel manual basal */
  486. "Cancel Manual Basal" = "Zrušenie manuálneho bazálneho";
  487. /* Text shown in insulin delivery space when insulin suspended */
  488. "Insulin\nSuspended" = "Inzulín\nSuspendovaný";
  489. /* Text for suspend resume button when insulin delivery is suspended */
  490. "Resume Insulin Delivery" = "Obnoviť podávanie inzulínu";
  491. /* Recovery suggestion when no pod is available */
  492. "Make sure your pod is nearby and try again." = "Uistite sa, že je váš iPhone v dosahu a skúste znova.";
  493. /* Error message shown when the pod is not connected */
  494. "Pod not connected" = "Žiadny Pod nie je pripojený";
  495. /* Label for suspended at time */
  496. "Suspended At" = "Pozastavené na";
  497. /* Text for suspend resume button when insulin delivery is resuming */
  498. "Resuming insulin delivery..." = "Obnovuje sa podávanie inzulínu...";
  499. /* Text for suspend resume button when insulin delivery is suspending */
  500. "Suspending insulin delivery..." = "Pozastavenie podávania inzulínu...";
  501. /* Error message for PodCommsError.noPodsFound */
  502. "No pods found" = "Nenašiel sa žiadny pod";
  503. /* Error message for PodCommsError.tooManyPodsFound */
  504. "Too many pods found" = "Našlo sa príliš veľa podov";
  505. /* Recovery suggestion when no response is received from pod */
  506. "Make sure iPhone is nearby the active pod" = "Uistite sa, že iPhone je v dosahu aktívneho podu";
  507. /* Recovery suggestion when ack received instead of response */
  508. "Try again" = "Skúste znova";
  509. /* Recovery suggestion for PodCommsError.tooManyPodsFound */
  510. "Move to a new area away from any other pods and try again." = "Presuňte sa ďalej od ostatných modulov a skúste znova.";
  511. /* Recovery suggestion for PodCommsError.noPodsFound */
  512. "Make sure your pod is filled and nearby." = "Uistite sa, že je váš pod naplnený a v blízkosti.";
  513. /* Recovery suggestion when pairing signal strength is too high */
  514. "Please reposition iPhone further from the pod" = "Premiestnite RileyLink ďalej od podu";
  515. /* Recovery suggestion when pairing signal strength is too low */
  516. "Please reposition iPhone relative to the pod" = "Zmeňte polohu RileyLink vzhľadom k podu";
  517. /* Recovery suggestion on unexpected pod change */
  518. "Please bring only original pod in range or deactivate original pod" = "Prosím, majte iba pôvodný pod v dosahu alebo deaktivujte pôvodný pod";
  519. /* Recovery suggestion when unexpected address received */
  520. "Crosstalk possible. Please move to a new location" = "Možné presluchy. Presuňte sa na iné miesto";
  521. /* Recovery suggestion when no pod is available */
  522. "Make sure your pod is nearby and try again." = "Uistite sa, že je váš iPhone v dosahu a skúste znova.";
  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" = "Počkajte na dokončenie bolusu alebo bolus zrušte";
  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" = "Počkajte na dokončenie bolusu alebo bolus zrušte";
  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" = "Počkajte, kým sa dokončí dočasný bazál, alebo ho zrušte";
  529. /* DASH Pod time ago since last status */
  530. "%@ ago" = "pred %@";
  531. /* Title string for SilencePodPreference.enabled */
  532. "Silenced" = "Umlčané";
  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." = "Normálny prevádzkový režim, v ktorom sa zvukové signály Pod používajú pre všetky upozornenia Pod a keď sú povolené pripomenutia dôvery.";
  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." = "Všetky upozornenia Pod nepoužívajú žiadne zvukové signály a zvukové signály pripomínajúce potvrdenie sú potlačené. Pod bude pípať len pri fatálnych poruchách Pod a pri prehrávaní testovacích pípnutí.\n\n⚠️Warning - Vždy, keď je Pod stlmený, musí byť v dosahu Bluetooth tohto zariadenia, aby prijímal upozornenia na upozornenia Pod.";
  537. /* Help text for Silence Pod view */
  538. "Silence Pod mode suppresses all Pod alert and confirmation reminder beeping." = "Režim Silence Pod potlačí všetky upozornenia Pod a upozornenia na potvrdenie.";
  539. /* navigation title for Silnce Pod */
  540. "Silence Pod" = "Umlčané";
  541. /* title for pod details page */
  542. "Pod Details" = "Detaily Podu";
  543. /* Text for previous pod details row" */
  544. "Previous Pod Details" = "Predchádzajúci Pod Podrobnosti";
  545. /* Text for pump manager details navigation link */
  546. "Pump Manager Details" = "Podrobnosti o manažérovi čerpadla";
  547. /* button title when retrieving pump manager details */
  548. "Retrieving Pump Manager Details..." = "Získanie údajov o správcovi čerpadla...";
  549. /* button title to refresh pump manager details */
  550. "Refresh Pump Manager Details" = "Podrobnosti o manažérovi čerpadla";
  551. /* Section header for diagnostic section */
  552. "Diagnostics" = "Diagnostiky";
  553. /* Text for read pod status navigation link */
  554. "Read Pod Status" = "Zistiť stav Podu";