viewer.ftl 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Predchádzajúca strana
  7. pdfjs-previous-button-label = Predchádzajúca
  8. pdfjs-next-button =
  9. .title = Nasledujúca strana
  10. pdfjs-next-button-label = Nasledujúca
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Strana
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = z { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } z { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Zmenšiť veľkosť
  24. pdfjs-zoom-out-button-label = Zmenšiť veľkosť
  25. pdfjs-zoom-in-button =
  26. .title = Zväčšiť veľkosť
  27. pdfjs-zoom-in-button-label = Zväčšiť veľkosť
  28. pdfjs-zoom-select =
  29. .title = Nastavenie veľkosti
  30. pdfjs-presentation-mode-button =
  31. .title = Prepnúť na režim prezentácie
  32. pdfjs-presentation-mode-button-label = Režim prezentácie
  33. pdfjs-open-file-button =
  34. .title = Otvoriť súbor
  35. pdfjs-open-file-button-label = Otvoriť
  36. pdfjs-print-button =
  37. .title = Tlačiť
  38. pdfjs-print-button-label = Tlačiť
  39. pdfjs-save-button =
  40. .title = Uložiť
  41. pdfjs-save-button-label = Uložiť
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Stiahnuť
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Stiahnuť
  48. pdfjs-bookmark-button =
  49. .title = Aktuálna stránka (zobraziť adresu URL z aktuálnej stránky)
  50. pdfjs-bookmark-button-label = Aktuálna stránka
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Nástroje
  54. pdfjs-tools-button-label = Nástroje
  55. pdfjs-first-page-button =
  56. .title = Prejsť na prvú stranu
  57. pdfjs-first-page-button-label = Prejsť na prvú stranu
  58. pdfjs-last-page-button =
  59. .title = Prejsť na poslednú stranu
  60. pdfjs-last-page-button-label = Prejsť na poslednú stranu
  61. pdfjs-page-rotate-cw-button =
  62. .title = Otočiť v smere hodinových ručičiek
  63. pdfjs-page-rotate-cw-button-label = Otočiť v smere hodinových ručičiek
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Otočiť proti smeru hodinových ručičiek
  66. pdfjs-page-rotate-ccw-button-label = Otočiť proti smeru hodinových ručičiek
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Povoliť výber textu
  69. pdfjs-cursor-text-select-tool-button-label = Výber textu
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Povoliť nástroj ruka
  72. pdfjs-cursor-hand-tool-button-label = Nástroj ruka
  73. pdfjs-scroll-page-button =
  74. .title = Použiť rolovanie po stránkach
  75. pdfjs-scroll-page-button-label = Rolovanie po stránkach
  76. pdfjs-scroll-vertical-button =
  77. .title = Používať zvislé posúvanie
  78. pdfjs-scroll-vertical-button-label = Zvislé posúvanie
  79. pdfjs-scroll-horizontal-button =
  80. .title = Používať vodorovné posúvanie
  81. pdfjs-scroll-horizontal-button-label = Vodorovné posúvanie
  82. pdfjs-scroll-wrapped-button =
  83. .title = Použiť postupné posúvanie
  84. pdfjs-scroll-wrapped-button-label = Postupné posúvanie
  85. pdfjs-spread-none-button =
  86. .title = Nezdružovať stránky
  87. pdfjs-spread-none-button-label = Žiadne združovanie
  88. pdfjs-spread-odd-button =
  89. .title = Združí stránky a umiestni nepárne stránky vľavo
  90. pdfjs-spread-odd-button-label = Združiť stránky (nepárne vľavo)
  91. pdfjs-spread-even-button =
  92. .title = Združí stránky a umiestni párne stránky vľavo
  93. pdfjs-spread-even-button-label = Združiť stránky (párne vľavo)
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Vlastnosti dokumentu…
  97. pdfjs-document-properties-button-label = Vlastnosti dokumentu…
  98. pdfjs-document-properties-file-name = Názov súboru:
  99. pdfjs-document-properties-file-size = Veľkosť súboru:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } kB ({ $b } bajtov)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bajtov)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } bajtov)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bajtov)
  116. pdfjs-document-properties-title = Názov:
  117. pdfjs-document-properties-author = Autor:
  118. pdfjs-document-properties-subject = Predmet:
  119. pdfjs-document-properties-keywords = Kľúčové slová:
  120. pdfjs-document-properties-creation-date = Dátum vytvorenia:
  121. pdfjs-document-properties-modification-date = Dátum úpravy:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date }, { $time }
  129. pdfjs-document-properties-creator = Aplikácia:
  130. pdfjs-document-properties-producer = Tvorca PDF:
  131. pdfjs-document-properties-version = Verzia PDF:
  132. pdfjs-document-properties-page-count = Počet strán:
  133. pdfjs-document-properties-page-size = Veľkosť stránky:
  134. pdfjs-document-properties-page-size-unit-inches = in
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = na výšku
  137. pdfjs-document-properties-page-size-orientation-landscape = na šírku
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = List
  141. pdfjs-document-properties-page-size-name-legal = Legal
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = Rýchle zobrazovanie z webu:
  154. pdfjs-document-properties-linearized-yes = Áno
  155. pdfjs-document-properties-linearized-no = Nie
  156. pdfjs-document-properties-close-button = Zavrieť
  157. ## Print
  158. pdfjs-print-progress-message = Príprava dokumentu na tlač…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress } %
  162. pdfjs-print-progress-close-button = Zrušiť
  163. pdfjs-printing-not-supported = Upozornenie: tlač nie je v tomto prehliadači plne podporovaná.
  164. pdfjs-printing-not-ready = Upozornenie: súbor PDF nie je plne načítaný pre tlač.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Prepnúť bočný panel
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Prepnúť bočný panel (dokument obsahuje osnovu/prílohy/vrstvy)
  170. pdfjs-toggle-sidebar-button-label = Prepnúť bočný panel
  171. pdfjs-document-outline-button =
  172. .title = Zobraziť osnovu dokumentu (dvojitým kliknutím rozbalíte/zbalíte všetky položky)
  173. pdfjs-document-outline-button-label = Osnova dokumentu
  174. pdfjs-attachments-button =
  175. .title = Zobraziť prílohy
  176. pdfjs-attachments-button-label = Prílohy
  177. pdfjs-layers-button =
  178. .title = Zobraziť vrstvy (dvojitým kliknutím uvediete všetky vrstvy do pôvodného stavu)
  179. pdfjs-layers-button-label = Vrstvy
  180. pdfjs-thumbs-button =
  181. .title = Zobraziť miniatúry
  182. pdfjs-thumbs-button-label = Miniatúry
  183. pdfjs-current-outline-item-button =
  184. .title = Nájsť aktuálnu položku v osnove
  185. pdfjs-current-outline-item-button-label = Aktuálna položka v osnove
  186. pdfjs-findbar-button =
  187. .title = Hľadať v dokumente
  188. pdfjs-findbar-button-label = Hľadať
  189. pdfjs-additional-layers = Ďalšie vrstvy
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = Strana { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Miniatúra strany { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Hľadať
  202. .placeholder = Hľadať v dokumente…
  203. pdfjs-find-previous-button =
  204. .title = Vyhľadať predchádzajúci výskyt reťazca
  205. pdfjs-find-previous-button-label = Predchádzajúce
  206. pdfjs-find-next-button =
  207. .title = Vyhľadať ďalší výskyt reťazca
  208. pdfjs-find-next-button-label = Ďalšie
  209. pdfjs-find-highlight-checkbox = Zvýrazniť všetky
  210. pdfjs-find-match-case-checkbox-label = Rozlišovať veľkosť písmen
  211. pdfjs-find-match-diacritics-checkbox-label = Rozlišovať diakritiku
  212. pdfjs-find-entire-word-checkbox-label = Celé slová
  213. pdfjs-find-reached-top = Bol dosiahnutý začiatok stránky, pokračuje sa od konca
  214. pdfjs-find-reached-bottom = Bol dosiahnutý koniec stránky, pokračuje sa od začiatku
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count =
  219. { $total ->
  220. [one] Výskyt { $current } z { $total }
  221. [few] Výskyt { $current } z { $total }
  222. [many] Výskyt { $current } z { $total }
  223. *[other] Výskyt { $current } z { $total }
  224. }
  225. # Variables:
  226. # $limit (Number) - the maximum number of matches
  227. pdfjs-find-match-count-limit =
  228. { $limit ->
  229. [one] Viac ako { $limit } výskyt
  230. [few] Viac ako { $limit } výskyty
  231. [many] Viac ako { $limit } výskytov
  232. *[other] Viac ako { $limit } výskytov
  233. }
  234. pdfjs-find-not-found = Výraz nebol nájdený
  235. ## Predefined zoom values
  236. pdfjs-page-scale-width = Na šírku strany
  237. pdfjs-page-scale-fit = Na veľkosť strany
  238. pdfjs-page-scale-auto = Automatická veľkosť
  239. pdfjs-page-scale-actual = Skutočná veľkosť
  240. # Variables:
  241. # $scale (Number) - percent value for page scale
  242. pdfjs-page-scale-percent = { $scale } %
  243. ## PDF page
  244. # Variables:
  245. # $page (Number) - the page number
  246. pdfjs-page-landmark =
  247. .aria-label = Strana { $page }
  248. ## Loading indicator messages
  249. pdfjs-loading-error = Počas načítavania dokumentu PDF sa vyskytla chyba.
  250. pdfjs-invalid-file-error = Neplatný alebo poškodený súbor PDF.
  251. pdfjs-missing-file-error = Chýbajúci súbor PDF.
  252. pdfjs-unexpected-response-error = Neočakávaná odpoveď zo servera.
  253. pdfjs-rendering-error = Pri vykresľovaní stránky sa vyskytla chyba.
  254. ## Annotations
  255. # Variables:
  256. # $date (Date) - the modification date of the annotation
  257. # $time (Time) - the modification time of the annotation
  258. pdfjs-annotation-date-string = { $date }, { $time }
  259. # .alt: This is used as a tooltip.
  260. # Variables:
  261. # $type (String) - an annotation type from a list defined in the PDF spec
  262. # (32000-1:2008 Table 169 – Annotation types).
  263. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  264. pdfjs-text-annotation-type =
  265. .alt = [Anotácia typu { $type }]
  266. # Variables:
  267. # $dateObj (Date) - the modification date and time of the annotation
  268. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  269. ## Password
  270. pdfjs-password-label = Ak chcete otvoriť tento súbor PDF, zadajte jeho heslo.
  271. pdfjs-password-invalid = Heslo nie je platné. Skúste to znova.
  272. pdfjs-password-ok-button = OK
  273. pdfjs-password-cancel-button = Zrušiť
  274. pdfjs-web-fonts-disabled = Webové písma sú vypnuté: nie je možné použiť písma vložené do súboru PDF.
  275. ## Editing
  276. pdfjs-editor-free-text-button =
  277. .title = Text
  278. pdfjs-editor-free-text-button-label = Text
  279. pdfjs-editor-ink-button =
  280. .title = Kresliť
  281. pdfjs-editor-ink-button-label = Kresliť
  282. pdfjs-editor-stamp-button =
  283. .title = Pridať alebo upraviť obrázky
  284. pdfjs-editor-stamp-button-label = Pridať alebo upraviť obrázky
  285. pdfjs-editor-highlight-button =
  286. .title = Zvýrazniť
  287. pdfjs-editor-highlight-button-label = Zvýrazniť
  288. pdfjs-highlight-floating-button1 =
  289. .title = Zvýrazniť
  290. .aria-label = Zvýrazniť
  291. pdfjs-highlight-floating-button-label = Zvýrazniť
  292. ## Remove button for the various kind of editor.
  293. pdfjs-editor-remove-ink-button =
  294. .title = Odstrániť kresbu
  295. pdfjs-editor-remove-freetext-button =
  296. .title = Odstrániť text
  297. pdfjs-editor-remove-stamp-button =
  298. .title = Odstrániť obrázok
  299. pdfjs-editor-remove-highlight-button =
  300. .title = Odstrániť zvýraznenie
  301. ##
  302. # Editor Parameters
  303. pdfjs-editor-free-text-color-input = Farba
  304. pdfjs-editor-free-text-size-input = Veľkosť
  305. pdfjs-editor-ink-color-input = Farba
  306. pdfjs-editor-ink-thickness-input = Hrúbka
  307. pdfjs-editor-ink-opacity-input = Priehľadnosť
  308. pdfjs-editor-stamp-add-image-button =
  309. .title = Pridať obrázok
  310. pdfjs-editor-stamp-add-image-button-label = Pridať obrázok
  311. # This refers to the thickness of the line used for free highlighting (not bound to text)
  312. pdfjs-editor-free-highlight-thickness-input = Hrúbka
  313. pdfjs-editor-free-highlight-thickness-title =
  314. .title = Zmeňte hrúbku pre zvýrazňovanie iných položiek ako textu
  315. pdfjs-free-text =
  316. .aria-label = Textový editor
  317. pdfjs-free-text-default-content = Začnite písať…
  318. pdfjs-ink =
  319. .aria-label = Editor kreslenia
  320. pdfjs-ink-canvas =
  321. .aria-label = Obrázok vytvorený používateľom
  322. ## Alt-text dialog
  323. # Alternative text (alt text) helps when people can't see the image.
  324. pdfjs-editor-alt-text-button-label = Alternatívny text
  325. pdfjs-editor-alt-text-edit-button-label = Upraviť alternatívny text
  326. pdfjs-editor-alt-text-dialog-label = Vyberte možnosť
  327. pdfjs-editor-alt-text-dialog-description = Alternatívny text (alt text) pomáha, keď ľudia obrázok nevidia alebo sa nenačítava.
  328. pdfjs-editor-alt-text-add-description-label = Pridať popis
  329. pdfjs-editor-alt-text-add-description-description = Zamerajte sa na 1-2 vety, ktoré popisujú predmet, prostredie alebo akcie.
  330. pdfjs-editor-alt-text-mark-decorative-label = Označiť ako dekoratívny
  331. pdfjs-editor-alt-text-mark-decorative-description = Používa sa na ozdobné obrázky, ako sú okraje alebo vodoznaky.
  332. pdfjs-editor-alt-text-cancel-button = Zrušiť
  333. pdfjs-editor-alt-text-save-button = Uložiť
  334. pdfjs-editor-alt-text-decorative-tooltip = Označený ako dekoratívny
  335. # .placeholder: This is a placeholder for the alt text input area
  336. pdfjs-editor-alt-text-textarea =
  337. .placeholder = Napríklad: „Mladý muž si sadá za stôl, aby sa najedol“
  338. ## Editor resizers
  339. ## This is used in an aria label to help to understand the role of the resizer.
  340. pdfjs-editor-resizer-label-top-left = Ľavý horný roh – zmena veľkosti
  341. pdfjs-editor-resizer-label-top-middle = Horný stred – zmena veľkosti
  342. pdfjs-editor-resizer-label-top-right = Pravý horný roh – zmena veľkosti
  343. pdfjs-editor-resizer-label-middle-right = Vpravo uprostred – zmena veľkosti
  344. pdfjs-editor-resizer-label-bottom-right = Pravý dolný roh – zmena veľkosti
  345. pdfjs-editor-resizer-label-bottom-middle = Stred dole – zmena veľkosti
  346. pdfjs-editor-resizer-label-bottom-left = Ľavý dolný roh – zmena veľkosti
  347. pdfjs-editor-resizer-label-middle-left = Vľavo uprostred – zmena veľkosti
  348. pdfjs-editor-resizer-top-left =
  349. .aria-label = Ľavý horný roh – zmena veľkosti
  350. pdfjs-editor-resizer-top-middle =
  351. .aria-label = Horný stred – zmena veľkosti
  352. pdfjs-editor-resizer-top-right =
  353. .aria-label = Pravý horný roh – zmena veľkosti
  354. pdfjs-editor-resizer-middle-right =
  355. .aria-label = Vpravo uprostred – zmena veľkosti
  356. pdfjs-editor-resizer-bottom-right =
  357. .aria-label = Pravý dolný roh – zmena veľkosti
  358. pdfjs-editor-resizer-bottom-middle =
  359. .aria-label = Stred dole – zmena veľkosti
  360. pdfjs-editor-resizer-bottom-left =
  361. .aria-label = Ľavý dolný roh – zmena veľkosti
  362. pdfjs-editor-resizer-middle-left =
  363. .aria-label = Vľavo uprostred – zmena veľkosti
  364. ## Color picker
  365. # This means "Color used to highlight text"
  366. pdfjs-editor-highlight-colorpicker-label = Farba zvýraznenia
  367. pdfjs-editor-colorpicker-button =
  368. .title = Zmeniť farbu
  369. pdfjs-editor-colorpicker-dropdown =
  370. .aria-label = Výber farieb
  371. pdfjs-editor-colorpicker-yellow =
  372. .title = Žltá
  373. pdfjs-editor-colorpicker-green =
  374. .title = Zelená
  375. pdfjs-editor-colorpicker-blue =
  376. .title = Modrá
  377. pdfjs-editor-colorpicker-pink =
  378. .title = Ružová
  379. pdfjs-editor-colorpicker-red =
  380. .title = Červená
  381. ## Show all highlights
  382. ## This is a toggle button to show/hide all the highlights.
  383. pdfjs-editor-highlight-show-all-button-label = Zobraziť všetko
  384. pdfjs-editor-highlight-show-all-button =
  385. .title = Zobraziť všetko
  386. ## New alt-text dialog
  387. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  388. # Modal header positioned above a text box where users can edit the alt text.
  389. pdfjs-editor-new-alt-text-dialog-edit-label = Upraviť alternatívny text (popis obrázka)
  390. # Modal header positioned above a text box where users can add the alt text.
  391. pdfjs-editor-new-alt-text-dialog-add-label = Pridať alternatívny text (popis obrázka)
  392. pdfjs-editor-new-alt-text-textarea =
  393. .placeholder = Sem napíšte svoj popis…
  394. # This text refers to the alt text box above this description. It offers a definition of alt text.
  395. pdfjs-editor-new-alt-text-description = Krátky popis pre ľudí, ktorí nevidia obrázok alebo ak sa obrázok nenačíta.
  396. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  397. pdfjs-editor-new-alt-text-disclaimer1 = Tento alternatívny text bol vytvorený automaticky a môže byť nepresný.
  398. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Ďalšie informácie
  399. pdfjs-editor-new-alt-text-create-automatically-button-label = Automaticky vytvoriť alternatívny text
  400. pdfjs-editor-new-alt-text-not-now-button = Teraz nie
  401. pdfjs-editor-new-alt-text-error-title = Alternatívny text sa nepodarilo vytvoriť automaticky
  402. pdfjs-editor-new-alt-text-error-description = Napíšte svoj vlastný alternatívny text alebo to skúste znova neskôr.
  403. pdfjs-editor-new-alt-text-error-close-button = Zavrieť
  404. # Variables:
  405. # $totalSize (Number) - the total size (in MB) of the AI model.
  406. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  407. # $percent (Number) - the percentage of the downloaded size.
  408. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Sťahuje sa model AI pre alternatívne texty ({ $downloadedSize } z { $totalSize } MB)
  409. .aria-valuetext = Sťahuje sa model AI pre alternatívne texty ({ $downloadedSize } z { $totalSize } MB)
  410. # This is a button that users can click to edit the alt text they have already added.
  411. pdfjs-editor-new-alt-text-added-button-label = Alternatívny text bol pridaný
  412. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  413. pdfjs-editor-new-alt-text-missing-button-label = Chýbajúci alternatívny text
  414. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  415. pdfjs-editor-new-alt-text-to-review-button-label = Skontrolovať alternatívny text
  416. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  417. # Variables:
  418. # $generatedAltText (String) - the generated alt-text.
  419. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Vytvorené automaticky: { $generatedAltText }
  420. ## Image alt-text settings
  421. pdfjs-image-alt-text-settings-button =
  422. .title = Nastavenia alternatívneho textu obrázka
  423. pdfjs-image-alt-text-settings-button-label = Nastavenia alternatívneho textu obrázka
  424. pdfjs-editor-alt-text-settings-dialog-label = Nastavenia alternatívneho textu obrázka
  425. pdfjs-editor-alt-text-settings-automatic-title = Automatický alternatívny text
  426. pdfjs-editor-alt-text-settings-create-model-button-label = Automaticky vytvoriť alternatívny text
  427. pdfjs-editor-alt-text-settings-create-model-description = Navrhuje popisy, ktoré pomôžu ľuďom, ktorým sa obrázok nezobrazuje alebo ak sa obrázok nenačíta.
  428. # Variables:
  429. # $totalSize (Number) - the total size (in MB) of the AI model.
  430. pdfjs-editor-alt-text-settings-download-model-label = Model AI pre alternatívne texty ({ $totalSize } MB)
  431. pdfjs-editor-alt-text-settings-ai-model-description = Beží lokálne na vašom zariadení, takže vaše dáta zostanú súkromné. Vyžaduje sa pre automatický alternatívny text.
  432. pdfjs-editor-alt-text-settings-delete-model-button = Odstrániť
  433. pdfjs-editor-alt-text-settings-download-model-button = Stiahnuť
  434. pdfjs-editor-alt-text-settings-downloading-model-button = Sťahuje sa…
  435. pdfjs-editor-alt-text-settings-editor-title = Editor alternatívneho textu
  436. pdfjs-editor-alt-text-settings-show-dialog-button-label = Pri pridávaní obrázka ihneď zobraziť editor alternatívneho textu
  437. pdfjs-editor-alt-text-settings-show-dialog-description = Pomáha vám zabezpečiť, aby všetky vaše obrázky mali alternatívny text.
  438. pdfjs-editor-alt-text-settings-close-button = Zavrieť