viewer.ftl 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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 = Папярэдняя старонка
  7. pdfjs-previous-button-label = Папярэдняя
  8. pdfjs-next-button =
  9. .title = Наступная старонка
  10. pdfjs-next-button-label = Наступная
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Старонка
  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 = з { $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 } з { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Паменшыць
  24. pdfjs-zoom-out-button-label = Паменшыць
  25. pdfjs-zoom-in-button =
  26. .title = Павялічыць
  27. pdfjs-zoom-in-button-label = Павялічыць
  28. pdfjs-zoom-select =
  29. .title = Павялічэнне тэксту
  30. pdfjs-presentation-mode-button =
  31. .title = Пераключыцца ў рэжым паказу
  32. pdfjs-presentation-mode-button-label = Рэжым паказу
  33. pdfjs-open-file-button =
  34. .title = Адкрыць файл
  35. pdfjs-open-file-button-label = Адкрыць
  36. pdfjs-print-button =
  37. .title = Друкаваць
  38. pdfjs-print-button-label = Друкаваць
  39. pdfjs-save-button =
  40. .title = Захаваць
  41. pdfjs-save-button-label = Захаваць
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Сцягнуць
  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 = Сцягнуць
  48. pdfjs-bookmark-button =
  49. .title = Дзейная старонка (паглядзець URL-адрас з дзейнай старонкі)
  50. pdfjs-bookmark-button-label = Цяперашняя старонка
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Прылады
  54. pdfjs-tools-button-label = Прылады
  55. pdfjs-first-page-button =
  56. .title = Перайсці на першую старонку
  57. pdfjs-first-page-button-label = Перайсці на першую старонку
  58. pdfjs-last-page-button =
  59. .title = Перайсці на апошнюю старонку
  60. pdfjs-last-page-button-label = Перайсці на апошнюю старонку
  61. pdfjs-page-rotate-cw-button =
  62. .title = Павярнуць па сонцу
  63. pdfjs-page-rotate-cw-button-label = Павярнуць па сонцу
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Павярнуць супраць сонца
  66. pdfjs-page-rotate-ccw-button-label = Павярнуць супраць сонца
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Уключыць прыладу выбару тэксту
  69. pdfjs-cursor-text-select-tool-button-label = Прылада выбару тэксту
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Уключыць ручную прыладу
  72. pdfjs-cursor-hand-tool-button-label = Ручная прылада
  73. pdfjs-scroll-page-button =
  74. .title = Выкарыстоўваць пракрутку старонкi
  75. pdfjs-scroll-page-button-label = Пракрутка старонкi
  76. pdfjs-scroll-vertical-button =
  77. .title = Ужываць вертыкальную пракрутку
  78. pdfjs-scroll-vertical-button-label = Вертыкальная пракрутка
  79. pdfjs-scroll-horizontal-button =
  80. .title = Ужываць гарызантальную пракрутку
  81. pdfjs-scroll-horizontal-button-label = Гарызантальная пракрутка
  82. pdfjs-scroll-wrapped-button =
  83. .title = Ужываць маштабавальную пракрутку
  84. pdfjs-scroll-wrapped-button-label = Маштабавальная пракрутка
  85. pdfjs-spread-none-button =
  86. .title = Не выкарыстоўваць разгорнутыя старонкі
  87. pdfjs-spread-none-button-label = Без разгорнутых старонак
  88. pdfjs-spread-odd-button =
  89. .title = Разгорнутыя старонкі пачынаючы з няцотных нумароў
  90. pdfjs-spread-odd-button-label = Няцотныя старонкі злева
  91. pdfjs-spread-even-button =
  92. .title = Разгорнутыя старонкі пачынаючы з цотных нумароў
  93. pdfjs-spread-even-button-label = Цотныя старонкі злева
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Уласцівасці дакумента…
  97. pdfjs-document-properties-button-label = Уласцівасці дакумента…
  98. pdfjs-document-properties-file-name = Назва файла:
  99. pdfjs-document-properties-file-size = Памер файла:
  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) } КБ ({ $b } байтаў)
  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) } МБ ({ $b } байтаў)
  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 } КБ ({ $size_b } байт)
  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 } МБ ({ $size_b } байт)
  116. pdfjs-document-properties-title = Загаловак:
  117. pdfjs-document-properties-author = Аўтар:
  118. pdfjs-document-properties-subject = Тэма:
  119. pdfjs-document-properties-keywords = Ключавыя словы:
  120. pdfjs-document-properties-creation-date = Дата стварэння:
  121. pdfjs-document-properties-modification-date = Дата змянення:
  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 = Стваральнік:
  130. pdfjs-document-properties-producer = Вырабнік PDF:
  131. pdfjs-document-properties-version = Версія PDF:
  132. pdfjs-document-properties-page-count = Колькасць старонак:
  133. pdfjs-document-properties-page-size = Памер старонкі:
  134. pdfjs-document-properties-page-size-unit-inches = цаляў
  135. pdfjs-document-properties-page-size-unit-millimeters = мм
  136. pdfjs-document-properties-page-size-orientation-portrait = кніжная
  137. pdfjs-document-properties-page-size-orientation-landscape = альбомная
  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 = Letter
  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 = Хуткі прагляд у Інтэрнэце:
  154. pdfjs-document-properties-linearized-yes = Так
  155. pdfjs-document-properties-linearized-no = Не
  156. pdfjs-document-properties-close-button = Закрыць
  157. ## Print
  158. pdfjs-print-progress-message = Падрыхтоўка дакумента да друку…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Скасаваць
  163. pdfjs-printing-not-supported = Папярэджанне: друк не падтрымліваецца цалкам гэтым браўзерам.
  164. pdfjs-printing-not-ready = Увага: PDF не сцягнуты цалкам для друкавання.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Паказаць/схаваць бакавую панэль
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Паказаць/схаваць бакавую панэль (дакумент мае змест/укладанні/пласты)
  170. pdfjs-toggle-sidebar-button-label = Паказаць/схаваць бакавую панэль
  171. pdfjs-document-outline-button =
  172. .title = Паказаць структуру дакумента (двайная пстрычка, каб разгарнуць /згарнуць усе элементы)
  173. pdfjs-document-outline-button-label = Структура дакумента
  174. pdfjs-attachments-button =
  175. .title = Паказаць далучэнні
  176. pdfjs-attachments-button-label = Далучэнні
  177. pdfjs-layers-button =
  178. .title = Паказаць пласты (націсніце двойчы, каб скінуць усе пласты да прадвызначанага стану)
  179. pdfjs-layers-button-label = Пласты
  180. pdfjs-thumbs-button =
  181. .title = Паказ мініяцюр
  182. pdfjs-thumbs-button-label = Мініяцюры
  183. pdfjs-current-outline-item-button =
  184. .title = Знайсці бягучы элемент структуры
  185. pdfjs-current-outline-item-button-label = Бягучы элемент структуры
  186. pdfjs-findbar-button =
  187. .title = Пошук у дакуменце
  188. pdfjs-findbar-button-label = Знайсці
  189. pdfjs-additional-layers = Дадатковыя пласты
  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 = Старонка { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Мініяцюра старонкі { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Шукаць
  202. .placeholder = Шукаць у дакуменце…
  203. pdfjs-find-previous-button =
  204. .title = Знайсці папярэдні выпадак выразу
  205. pdfjs-find-previous-button-label = Папярэдні
  206. pdfjs-find-next-button =
  207. .title = Знайсці наступны выпадак выразу
  208. pdfjs-find-next-button-label = Наступны
  209. pdfjs-find-highlight-checkbox = Падфарбаваць усе
  210. pdfjs-find-match-case-checkbox-label = Адрозніваць вялікія/малыя літары
  211. pdfjs-find-match-diacritics-checkbox-label = З улікам дыякрытык
  212. pdfjs-find-entire-word-checkbox-label = Словы цалкам
  213. pdfjs-find-reached-top = Дасягнуты пачатак дакумента, працяг з канца
  214. pdfjs-find-reached-bottom = Дасягнуты канец дакумента, працяг з пачатку
  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] { $current } з { $total } супадзенняў
  221. [few] { $current } з { $total } супадзенняў
  222. *[many] { $current } з { $total } супадзенняў
  223. }
  224. # Variables:
  225. # $limit (Number) - the maximum number of matches
  226. pdfjs-find-match-count-limit =
  227. { $limit ->
  228. [one] Больш за { $limit } супадзенне
  229. [few] Больш за { $limit } супадзенні
  230. *[many] Больш за { $limit } супадзенняў
  231. }
  232. pdfjs-find-not-found = Выраз не знойдзены
  233. ## Predefined zoom values
  234. pdfjs-page-scale-width = Шырыня старонкі
  235. pdfjs-page-scale-fit = Уцісненне старонкі
  236. pdfjs-page-scale-auto = Аўтаматычнае павелічэнне
  237. pdfjs-page-scale-actual = Сапраўдны памер
  238. # Variables:
  239. # $scale (Number) - percent value for page scale
  240. pdfjs-page-scale-percent = { $scale }%
  241. ## PDF page
  242. # Variables:
  243. # $page (Number) - the page number
  244. pdfjs-page-landmark =
  245. .aria-label = Старонка { $page }
  246. ## Loading indicator messages
  247. pdfjs-loading-error = Здарылася памылка ў часе загрузкі PDF.
  248. pdfjs-invalid-file-error = Няспраўны або пашкоджаны файл PDF.
  249. pdfjs-missing-file-error = Адсутны файл PDF.
  250. pdfjs-unexpected-response-error = Нечаканы адказ сервера.
  251. pdfjs-rendering-error = Здарылася памылка падчас адлюстравання старонкі.
  252. ## Annotations
  253. # Variables:
  254. # $date (Date) - the modification date of the annotation
  255. # $time (Time) - the modification time of the annotation
  256. pdfjs-annotation-date-string = { $date }, { $time }
  257. # .alt: This is used as a tooltip.
  258. # Variables:
  259. # $type (String) - an annotation type from a list defined in the PDF spec
  260. # (32000-1:2008 Table 169 – Annotation types).
  261. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  262. pdfjs-text-annotation-type =
  263. .alt = [{ $type } Annotation]
  264. # Variables:
  265. # $dateObj (Date) - the modification date and time of the annotation
  266. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  267. ## Password
  268. pdfjs-password-label = Увядзіце пароль, каб адкрыць гэты файл PDF.
  269. pdfjs-password-invalid = Нядзейсны пароль. Паспрабуйце зноў.
  270. pdfjs-password-ok-button = Добра
  271. pdfjs-password-cancel-button = Скасаваць
  272. pdfjs-web-fonts-disabled = Шрыфты Сеціва забаронены: немагчыма ўжываць укладзеныя шрыфты PDF.
  273. ## Editing
  274. pdfjs-editor-free-text-button =
  275. .title = Тэкст
  276. pdfjs-editor-free-text-button-label = Тэкст
  277. pdfjs-editor-ink-button =
  278. .title = Маляваць
  279. pdfjs-editor-ink-button-label = Маляваць
  280. pdfjs-editor-stamp-button =
  281. .title = Дадаць або змяніць выявы
  282. pdfjs-editor-stamp-button-label = Дадаць або змяніць выявы
  283. pdfjs-editor-highlight-button =
  284. .title = Вылучэнне
  285. pdfjs-editor-highlight-button-label = Вылучэнне
  286. pdfjs-highlight-floating-button1 =
  287. .title = Падфарбаваць
  288. .aria-label = Падфарбаваць
  289. pdfjs-highlight-floating-button-label = Падфарбаваць
  290. pdfjs-editor-signature-button =
  291. .title = Дадаць подпіс
  292. pdfjs-editor-signature-button-label = Дадаць подпіс
  293. ## Default editor aria labels
  294. ## Remove button for the various kind of editor.
  295. pdfjs-editor-remove-ink-button =
  296. .title = Выдаліць малюнак
  297. pdfjs-editor-remove-freetext-button =
  298. .title = Выдаліць тэкст
  299. pdfjs-editor-remove-stamp-button =
  300. .title = Выдаліць выяву
  301. pdfjs-editor-remove-highlight-button =
  302. .title = Выдаліць падфарбоўку
  303. pdfjs-editor-remove-signature-button =
  304. .title = Выдаліць подпіс
  305. ##
  306. # Editor Parameters
  307. pdfjs-editor-free-text-color-input = Колер
  308. pdfjs-editor-free-text-size-input = Памер
  309. pdfjs-editor-ink-color-input = Колер
  310. pdfjs-editor-ink-thickness-input = Таўшчыня
  311. pdfjs-editor-ink-opacity-input = Непразрыстасць
  312. pdfjs-editor-stamp-add-image-button =
  313. .title = Дадаць выяву
  314. pdfjs-editor-stamp-add-image-button-label = Дадаць выяву
  315. # This refers to the thickness of the line used for free highlighting (not bound to text)
  316. pdfjs-editor-free-highlight-thickness-input = Таўшчыня
  317. pdfjs-editor-free-highlight-thickness-title =
  318. .title = Змяняць таўшчыню пры вылучэнні іншых элементаў, акрамя тэксту
  319. pdfjs-editor-signature-add-signature-button =
  320. .title = Дадаць новы подпіс
  321. pdfjs-editor-signature-add-signature-button-label = Дадаць новы подпіс
  322. # .default-content is used as a placeholder in an empty text editor.
  323. pdfjs-free-text2 =
  324. .aria-label = Тэкставы рэдактар
  325. .default-content = Пачніце ўводзіць…
  326. pdfjs-free-text =
  327. .aria-label = Тэкставы рэдактар
  328. pdfjs-free-text-default-content = Пачніце набор тэксту…
  329. pdfjs-ink =
  330. .aria-label = Графічны рэдактар
  331. pdfjs-ink-canvas =
  332. .aria-label = Выява, створаная карыстальнікам
  333. ## Alt-text dialog
  334. pdfjs-editor-alt-text-button-label = Альтэрнатыўны тэкст
  335. pdfjs-editor-alt-text-edit-button =
  336. .aria-label = Змяніць альтэрнатыўны тэкст
  337. pdfjs-editor-alt-text-edit-button-label = Змяніць альтэрнатыўны тэкст
  338. pdfjs-editor-alt-text-dialog-label = Выберыце варыянт
  339. pdfjs-editor-alt-text-dialog-description = Альтэрнатыўны тэкст дапамагае, калі людзі не бачаць выяву або калі яна не загружаецца.
  340. pdfjs-editor-alt-text-add-description-label = Дадаць апісанне
  341. pdfjs-editor-alt-text-add-description-description = Старайцеся скласці 1-2 сказы, якія апісваюць прадмет, абстаноўку або дзеянні.
  342. pdfjs-editor-alt-text-mark-decorative-label = Пазначыць як дэкаратыўны
  343. pdfjs-editor-alt-text-mark-decorative-description = Выкарыстоўваецца для дэкаратыўных выяваў, такіх як рамкі або вадзяныя знакі.
  344. pdfjs-editor-alt-text-cancel-button = Скасаваць
  345. pdfjs-editor-alt-text-save-button = Захаваць
  346. pdfjs-editor-alt-text-decorative-tooltip = Пазначаны як дэкаратыўны
  347. # .placeholder: This is a placeholder for the alt text input area
  348. pdfjs-editor-alt-text-textarea =
  349. .placeholder = Напрыклад, «Малады чалавек садзіцца за стол есці»
  350. # Alternative text (alt text) helps when people can't see the image.
  351. pdfjs-editor-alt-text-button =
  352. .aria-label = Альтэрнатыўны тэкст
  353. ## Editor resizers
  354. ## This is used in an aria label to help to understand the role of the resizer.
  355. pdfjs-editor-resizer-label-top-left = Верхні левы кут — змяніць памер
  356. pdfjs-editor-resizer-label-top-middle = Уверсе пасярэдзіне — змяніць памер
  357. pdfjs-editor-resizer-label-top-right = Верхні правы кут — змяніць памер
  358. pdfjs-editor-resizer-label-middle-right = Пасярэдзіне справа — змяніць памер
  359. pdfjs-editor-resizer-label-bottom-right = Правы ніжні кут — змяніць памер
  360. pdfjs-editor-resizer-label-bottom-middle = Пасярэдзіне ўнізе — змяніць памер
  361. pdfjs-editor-resizer-label-bottom-left = Левы ніжні кут — змяніць памер
  362. pdfjs-editor-resizer-label-middle-left = Пасярэдзіне злева — змяніць памер
  363. pdfjs-editor-resizer-top-left =
  364. .aria-label = Верхні левы кут — змяніць памер
  365. pdfjs-editor-resizer-top-middle =
  366. .aria-label = Уверсе пасярэдзіне — змяніць памер
  367. pdfjs-editor-resizer-top-right =
  368. .aria-label = Верхні правы кут — змяніць памер
  369. pdfjs-editor-resizer-middle-right =
  370. .aria-label = Пасярэдзіне справа — змяніць памер
  371. pdfjs-editor-resizer-bottom-right =
  372. .aria-label = Правы ніжні кут — змяніць памер
  373. pdfjs-editor-resizer-bottom-middle =
  374. .aria-label = Пасярэдзіне ўнізе — змяніць памер
  375. pdfjs-editor-resizer-bottom-left =
  376. .aria-label = Левы ніжні кут — змяніць памер
  377. pdfjs-editor-resizer-middle-left =
  378. .aria-label = Пасярэдзіне злева — змяніць памер
  379. ## Color picker
  380. # This means "Color used to highlight text"
  381. pdfjs-editor-highlight-colorpicker-label = Колер падфарбоўкі
  382. pdfjs-editor-colorpicker-button =
  383. .title = Змяніць колер
  384. pdfjs-editor-colorpicker-dropdown =
  385. .aria-label = Выбар колеру
  386. pdfjs-editor-colorpicker-yellow =
  387. .title = Жоўты
  388. pdfjs-editor-colorpicker-green =
  389. .title = Зялёны
  390. pdfjs-editor-colorpicker-blue =
  391. .title = Блакітны
  392. pdfjs-editor-colorpicker-pink =
  393. .title = Ружовы
  394. pdfjs-editor-colorpicker-red =
  395. .title = Чырвоны
  396. ## Show all highlights
  397. ## This is a toggle button to show/hide all the highlights.
  398. pdfjs-editor-highlight-show-all-button-label = Паказаць усе
  399. pdfjs-editor-highlight-show-all-button =
  400. .title = Паказаць усе
  401. ## New alt-text dialog
  402. ## 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.
  403. # Modal header positioned above a text box where users can edit the alt text.
  404. pdfjs-editor-new-alt-text-dialog-edit-label = Рэдагаваць тэкст для атрыбута alt (апісанне выявы)
  405. # Modal header positioned above a text box where users can add the alt text.
  406. pdfjs-editor-new-alt-text-dialog-add-label = Дадаць тэкст для атрыбута alt (апісанне выявы)
  407. pdfjs-editor-new-alt-text-textarea =
  408. .placeholder = Напішыце сваё апісанне тут…
  409. # This text refers to the alt text box above this description. It offers a definition of alt text.
  410. pdfjs-editor-new-alt-text-description = Кароткае апісанне для людзей, якія не бачаць выяву, ці калі выява не загружаецца.
  411. # 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.
  412. pdfjs-editor-new-alt-text-disclaimer1 = Гэты тэкст для атрыбута alt быў створаны аўтаматычна і можа быць недакладным
  413. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Даведацца больш
  414. pdfjs-editor-new-alt-text-create-automatically-button-label = Ствараць тэкст для атрыбута alt аўтаматычна
  415. pdfjs-editor-new-alt-text-not-now-button = Не зараз
  416. pdfjs-editor-new-alt-text-error-title = Не ўдалося аўтаматычна стварыць тэкст для атрыбута alt
  417. pdfjs-editor-new-alt-text-error-description = Калі ласка, напішыце ўласны тэкст для атрыбута alt або паўтарыце спробу пазней.
  418. pdfjs-editor-new-alt-text-error-close-button = Закрыць
  419. # Variables:
  420. # $totalSize (Number) - the total size (in MB) of the AI model.
  421. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  422. # $percent (Number) - the percentage of the downloaded size.
  423. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Сцягванне мадэлі ШІ для тэксту для атрыбута alt ({ $downloadedSize } з { $totalSize } МБ)
  424. .aria-valuetext = Сцягванне мадэлі ШІ для тэксту для атрыбута alt ({ $downloadedSize } з { $totalSize } МБ)
  425. # This is a button that users can click to edit the alt text they have already added.
  426. pdfjs-editor-new-alt-text-added-button =
  427. .aria-label = Тэкст для атрыбута alt дададзены
  428. pdfjs-editor-new-alt-text-added-button-label = Тэкст для атрыбута alt дададзены
  429. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  430. pdfjs-editor-new-alt-text-missing-button =
  431. .aria-label = Адсутнічае тэкст для атрыбута alt
  432. pdfjs-editor-new-alt-text-missing-button-label = Адсутнічае тэкст для атрыбута alt
  433. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  434. pdfjs-editor-new-alt-text-to-review-button =
  435. .aria-label = Водгук на тэкст для атрыбута alt
  436. pdfjs-editor-new-alt-text-to-review-button-label = Водгук на тэкст для атрыбута alt
  437. # "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.
  438. # Variables:
  439. # $generatedAltText (String) - the generated alt-text.
  440. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Створаны аўтаматычна: { $generatedAltText }
  441. ## Image alt-text settings
  442. pdfjs-image-alt-text-settings-button =
  443. .title = Налады альтэрнатыўнага тэксту для выявы
  444. pdfjs-image-alt-text-settings-button-label = Налады альтэрнатыўнага тэксту для выявы
  445. pdfjs-editor-alt-text-settings-dialog-label = Налады альтэрнатыўнага тэксту для выявы
  446. pdfjs-editor-alt-text-settings-automatic-title = Аўтаматычны тэкст для атрыбута alt
  447. pdfjs-editor-alt-text-settings-create-model-button-label = Ствараць тэкст для атрыбута alt аўтаматычна
  448. pdfjs-editor-alt-text-settings-create-model-description = Прапануе апісанні, каб дапамагчы людзям, якія не бачаць выяву, ці калі выява не загружаецца.
  449. # Variables:
  450. # $totalSize (Number) - the total size (in MB) of the AI model.
  451. pdfjs-editor-alt-text-settings-download-model-label = Мадэль ШІ для тэксту для атрыбута alt ({ $totalSize } МБ)
  452. pdfjs-editor-alt-text-settings-ai-model-description = Працуе лакальна на вашай прыладзе, таму вашы звесткі застаюцца прыватнымі. Патрабуецца для аўтаматычнага альтэрнатыўнага тэксту.
  453. pdfjs-editor-alt-text-settings-delete-model-button = Выдаліць
  454. pdfjs-editor-alt-text-settings-download-model-button = Сцягнуць
  455. pdfjs-editor-alt-text-settings-downloading-model-button = Сцягванне…
  456. pdfjs-editor-alt-text-settings-editor-title = Рэдактар тэксту для атрыбута alt
  457. pdfjs-editor-alt-text-settings-show-dialog-button-label = Адразу паказваць рэдактар тэксту для атрыбута alt пры даданні выявы
  458. pdfjs-editor-alt-text-settings-show-dialog-description = Дапамагае пераканацца, што ўсе вашы выявы маюць альтэрнатыўны тэкст.
  459. pdfjs-editor-alt-text-settings-close-button = Закрыць
  460. ## "Annotations removed" bar
  461. pdfjs-editor-undo-bar-message-highlight = Падсвятленне выдалена
  462. pdfjs-editor-undo-bar-message-freetext = Тэкст выдалены
  463. pdfjs-editor-undo-bar-message-ink = Малюнак выдалены
  464. pdfjs-editor-undo-bar-message-stamp = Відарыс выдалены
  465. pdfjs-editor-undo-bar-message-signature = Подпіс выдалены
  466. # Variables:
  467. # $count (Number) - the number of removed annotations.
  468. pdfjs-editor-undo-bar-message-multiple =
  469. { $count ->
  470. [one] { $count } анатацыя выдалена
  471. [few] { $count } анатацыі выдалена
  472. *[many] { $count } анатацый выдалена
  473. }
  474. pdfjs-editor-undo-bar-undo-button =
  475. .title = Адмяніць
  476. pdfjs-editor-undo-bar-undo-button-label = Адмяніць
  477. pdfjs-editor-undo-bar-close-button =
  478. .title = Закрыць
  479. pdfjs-editor-undo-bar-close-button-label = Закрыць
  480. ## Add a signature dialog
  481. pdfjs-editor-add-signature-dialog-label = Гэты рэжым дазваляе карыстальніку ствараць подпіс для дадання ў дакумент PDF. Карыстальнік можа рэдагаваць імя (якое таксама служыць альтэрнатыўным тэкстам) і пры жаданні захаваць подпіс для паўторнага выкарыстання.
  482. pdfjs-editor-add-signature-dialog-title = Дадаць подпіс
  483. ## Tab names
  484. # Type is a verb (you can type your name as signature)
  485. pdfjs-editor-add-signature-type-button = Увод
  486. .title = Увод
  487. # Draw is a verb (you can draw your signature)
  488. pdfjs-editor-add-signature-draw-button = Маляваць
  489. .title = Маляваць
  490. pdfjs-editor-add-signature-image-button = Выява
  491. .title = Выява
  492. ## Tab panels
  493. pdfjs-editor-add-signature-type-input =
  494. .aria-label = Увядзіце свой подпіс
  495. .placeholder = Увядзіце свой подпіс
  496. pdfjs-editor-add-signature-draw-placeholder = Намалюйце свой подпіс
  497. pdfjs-editor-add-signature-draw-thickness-range-label = Таўшчыня
  498. # Variables:
  499. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  500. pdfjs-editor-add-signature-draw-thickness-range =
  501. .title = Таўшчыня малюнка: { $thickness }
  502. pdfjs-editor-add-signature-image-placeholder = Перацягнуць файл сюды, каб загрузіць
  503. pdfjs-editor-add-signature-image-browse-link =
  504. { PLATFORM() ->
  505. [macos] Або праглядайце файлы малюнкаў
  506. *[other] Або праглядайце файлы малюнкаў
  507. }
  508. ## Controls
  509. pdfjs-editor-add-signature-description-label = Апісанне (альтэрнатыўны тэкст)
  510. pdfjs-editor-add-signature-description-input =
  511. .title = Апісанне (альтэрнатыўны тэкст)
  512. pdfjs-editor-add-signature-description-default-when-drawing = Подпіс
  513. pdfjs-editor-add-signature-clear-button-label = Выдаліць подпіс
  514. pdfjs-editor-add-signature-clear-button =
  515. .title = Выдаліць подпіс
  516. pdfjs-editor-add-signature-save-checkbox = Захаваць подпіс
  517. pdfjs-editor-add-signature-save-warning-message = Вы дасягнулі ліміту ў 5 захаваных подпісаў. Выдаліце адзін, каб захаваць іншы.
  518. pdfjs-editor-add-signature-image-upload-error-title = Не ўдалося загрузіць выяву
  519. pdfjs-editor-add-signature-image-upload-error-description = Праверце падключэнне да сеткі ці паспрабуйце іншую выяву.
  520. pdfjs-editor-add-signature-error-close-button = Закрыць
  521. ## Dialog buttons
  522. pdfjs-editor-add-signature-cancel-button = Скасаваць
  523. pdfjs-editor-add-signature-add-button = Дадаць
  524. pdfjs-editor-edit-signature-update-button = Абнавіць
  525. ## Main menu for adding/removing signatures
  526. pdfjs-editor-delete-signature-button =
  527. .title = Выдаліць подпіс
  528. pdfjs-editor-delete-signature-button-label = Выдаліць подпіс
  529. ## Editor toolbar
  530. pdfjs-editor-add-signature-edit-button-label = Рэдагаваць апісанне
  531. ## Edit signature description dialog
  532. pdfjs-editor-edit-signature-dialog-title = Рэдагаваць апісанне