viewer.ftl 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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 = Использовать прокрутку страниц
  75. pdfjs-scroll-page-button-label = Прокрутка страниц
  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 = Быстрый просмотр в Web:
  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 }]
  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 = OK
  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. ## Remove button for the various kind of editor.
  291. pdfjs-editor-remove-ink-button =
  292. .title = Удалить рисунок
  293. pdfjs-editor-remove-freetext-button =
  294. .title = Удалить текст
  295. pdfjs-editor-remove-stamp-button =
  296. .title = Удалить изображение
  297. pdfjs-editor-remove-highlight-button =
  298. .title = Удалить выделение
  299. ##
  300. # Editor Parameters
  301. pdfjs-editor-free-text-color-input = Цвет
  302. pdfjs-editor-free-text-size-input = Размер
  303. pdfjs-editor-ink-color-input = Цвет
  304. pdfjs-editor-ink-thickness-input = Толщина
  305. pdfjs-editor-ink-opacity-input = Прозрачность
  306. pdfjs-editor-stamp-add-image-button =
  307. .title = Добавить изображение
  308. pdfjs-editor-stamp-add-image-button-label = Добавить изображение
  309. # This refers to the thickness of the line used for free highlighting (not bound to text)
  310. pdfjs-editor-free-highlight-thickness-input = Толщина
  311. pdfjs-editor-free-highlight-thickness-title =
  312. .title = Изменить толщину при выделении элементов, кроме текста
  313. pdfjs-free-text =
  314. .aria-label = Текстовый редактор
  315. pdfjs-free-text-default-content = Начните вводить…
  316. pdfjs-ink =
  317. .aria-label = Редактор рисования
  318. pdfjs-ink-canvas =
  319. .aria-label = Созданное пользователем изображение
  320. ## Alt-text dialog
  321. # Alternative text (alt text) helps when people can't see the image.
  322. pdfjs-editor-alt-text-button-label = Альтернативный текст
  323. pdfjs-editor-alt-text-edit-button-label = Изменить альтернативный текст
  324. pdfjs-editor-alt-text-dialog-label = Выберите вариант
  325. pdfjs-editor-alt-text-dialog-description = Альтернативный текст помогает, когда люди не видят изображение или оно не загружается.
  326. pdfjs-editor-alt-text-add-description-label = Добавить описание
  327. pdfjs-editor-alt-text-add-description-description = Старайтесь составлять 1–2 предложения, описывающих предмет, обстановку или действия.
  328. pdfjs-editor-alt-text-mark-decorative-label = Отметить как декоративное
  329. pdfjs-editor-alt-text-mark-decorative-description = Используется для декоративных изображений, таких как рамки или водяные знаки.
  330. pdfjs-editor-alt-text-cancel-button = Отменить
  331. pdfjs-editor-alt-text-save-button = Сохранить
  332. pdfjs-editor-alt-text-decorative-tooltip = Помечен как декоративный
  333. # .placeholder: This is a placeholder for the alt text input area
  334. pdfjs-editor-alt-text-textarea =
  335. .placeholder = Например: «Молодой человек садится за стол, чтобы поесть»
  336. ## Editor resizers
  337. ## This is used in an aria label to help to understand the role of the resizer.
  338. pdfjs-editor-resizer-label-top-left = Левый верхний угол — изменить размер
  339. pdfjs-editor-resizer-label-top-middle = Вверху посередине — изменить размер
  340. pdfjs-editor-resizer-label-top-right = Верхний правый угол — изменить размер
  341. pdfjs-editor-resizer-label-middle-right = В центре справа — изменить размер
  342. pdfjs-editor-resizer-label-bottom-right = Нижний правый угол — изменить размер
  343. pdfjs-editor-resizer-label-bottom-middle = Внизу посередине — изменить размер
  344. pdfjs-editor-resizer-label-bottom-left = Нижний левый угол — изменить размер
  345. pdfjs-editor-resizer-label-middle-left = В центре слева — изменить размер
  346. pdfjs-editor-resizer-top-left =
  347. .aria-label = Левый верхний угол — изменить размер
  348. pdfjs-editor-resizer-top-middle =
  349. .aria-label = Вверху посередине — изменить размер
  350. pdfjs-editor-resizer-top-right =
  351. .aria-label = Верхний правый угол — изменить размер
  352. pdfjs-editor-resizer-middle-right =
  353. .aria-label = В центре справа — изменить размер
  354. pdfjs-editor-resizer-bottom-right =
  355. .aria-label = Нижний правый угол — изменить размер
  356. pdfjs-editor-resizer-bottom-middle =
  357. .aria-label = Внизу посередине — изменить размер
  358. pdfjs-editor-resizer-bottom-left =
  359. .aria-label = Нижний левый угол — изменить размер
  360. pdfjs-editor-resizer-middle-left =
  361. .aria-label = В центре слева — изменить размер
  362. ## Color picker
  363. # This means "Color used to highlight text"
  364. pdfjs-editor-highlight-colorpicker-label = Цвет выделения
  365. pdfjs-editor-colorpicker-button =
  366. .title = Изменить цвет
  367. pdfjs-editor-colorpicker-dropdown =
  368. .aria-label = Выбор цвета
  369. pdfjs-editor-colorpicker-yellow =
  370. .title = Жёлтый
  371. pdfjs-editor-colorpicker-green =
  372. .title = Зелёный
  373. pdfjs-editor-colorpicker-blue =
  374. .title = Синий
  375. pdfjs-editor-colorpicker-pink =
  376. .title = Розовый
  377. pdfjs-editor-colorpicker-red =
  378. .title = Красный
  379. ## Show all highlights
  380. ## This is a toggle button to show/hide all the highlights.
  381. pdfjs-editor-highlight-show-all-button-label = Показать все
  382. pdfjs-editor-highlight-show-all-button =
  383. .title = Показать все
  384. ## New alt-text dialog
  385. ## 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.
  386. # Modal header positioned above a text box where users can edit the alt text.
  387. pdfjs-editor-new-alt-text-dialog-edit-label = Изменить альтернативный текст (описание изображения)
  388. # Modal header positioned above a text box where users can add the alt text.
  389. pdfjs-editor-new-alt-text-dialog-add-label = Добавить альтернативный текст (описание изображения)
  390. pdfjs-editor-new-alt-text-textarea =
  391. .placeholder = Напишите здесь своё описание…
  392. # This text refers to the alt text box above this description. It offers a definition of alt text.
  393. pdfjs-editor-new-alt-text-description = Короткое описание для людей, которые не видят изображение, или если изображение не загружается.
  394. # 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.
  395. pdfjs-editor-new-alt-text-disclaimer1 = Этот альтернативный текст был создан автоматически и может быть неточным.
  396. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Подробнее
  397. pdfjs-editor-new-alt-text-create-automatically-button-label = Автоматически создавать альтернативный текст
  398. pdfjs-editor-new-alt-text-not-now-button = Не сейчас
  399. pdfjs-editor-new-alt-text-error-title = Не удалось автоматически создать альтернативный текст
  400. pdfjs-editor-new-alt-text-error-description = Пожалуйста, напишите свой альтернативный текст или попробуйте ещё раз позже.
  401. pdfjs-editor-new-alt-text-error-close-button = Закрыть
  402. # Variables:
  403. # $totalSize (Number) - the total size (in MB) of the AI model.
  404. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  405. # $percent (Number) - the percentage of the downloaded size.
  406. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Загрузка модели ИИ для альтернативного текста ({ $downloadedSize } из { $totalSize } МБ)
  407. .aria-valuetext = Загрузка модели ИИ для альтернативного текста ({ $downloadedSize } из { $totalSize } МБ)
  408. # This is a button that users can click to edit the alt text they have already added.
  409. pdfjs-editor-new-alt-text-added-button-label = Альтернативный текст добавлен
  410. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  411. pdfjs-editor-new-alt-text-missing-button-label = Отсутствует альтернативный текст
  412. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  413. pdfjs-editor-new-alt-text-to-review-button-label = Оценить альтернативный текст
  414. # "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.
  415. # Variables:
  416. # $generatedAltText (String) - the generated alt-text.
  417. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Создано автоматически: { $generatedAltText }
  418. ## Image alt-text settings
  419. pdfjs-image-alt-text-settings-button =
  420. .title = Настройки альтернативного текста для изображения
  421. pdfjs-image-alt-text-settings-button-label = Настройки альтернативного текста для изображения
  422. pdfjs-editor-alt-text-settings-dialog-label = Настройки альтернативного текста для изображения
  423. pdfjs-editor-alt-text-settings-automatic-title = Автоматический альтернативный текст
  424. pdfjs-editor-alt-text-settings-create-model-button-label = Автоматически создавать альтернативный текст
  425. pdfjs-editor-alt-text-settings-create-model-description = Предлагает описания, чтобы помочь людям, которые не видят изображение, или если изображение не загружается.
  426. # Variables:
  427. # $totalSize (Number) - the total size (in MB) of the AI model.
  428. pdfjs-editor-alt-text-settings-download-model-label = ИИ-модель альтернативного текста ({ $totalSize } МБ)
  429. pdfjs-editor-alt-text-settings-ai-model-description = Запускается локально на вашем устройстве, поэтому ваши данные остаются конфиденциальными. Требуется для автоматического альтернативного текста.
  430. pdfjs-editor-alt-text-settings-delete-model-button = Удалить
  431. pdfjs-editor-alt-text-settings-download-model-button = Загрузить
  432. pdfjs-editor-alt-text-settings-downloading-model-button = Загрузка…
  433. pdfjs-editor-alt-text-settings-editor-title = Редактор альтернативного текста
  434. pdfjs-editor-alt-text-settings-show-dialog-button-label = Сразу показывать редактор альтернативного текста при добавлении изображения
  435. pdfjs-editor-alt-text-settings-show-dialog-description = Помогает вам убедиться, что все ваши изображения имеют альтернативный текст.
  436. pdfjs-editor-alt-text-settings-close-button = Закрыть