1
0

viewer.ftl 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  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 = Página anterior
  7. pdfjs-previous-button-label = Anterior
  8. pdfjs-next-button =
  9. .title = Página siguiente
  10. pdfjs-next-button-label = Siguiente
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Página
  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 = de { $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 } de { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Reducir
  24. pdfjs-zoom-out-button-label = Reducir
  25. pdfjs-zoom-in-button =
  26. .title = Aumentar
  27. pdfjs-zoom-in-button-label = Aumentar
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Cambiar al modo presentación
  32. pdfjs-presentation-mode-button-label = Modo presentación
  33. pdfjs-open-file-button =
  34. .title = Abrir archivo
  35. pdfjs-open-file-button-label = Abrir
  36. pdfjs-print-button =
  37. .title = Imprimir
  38. pdfjs-print-button-label = Imprimir
  39. pdfjs-save-button =
  40. .title = Guardar
  41. pdfjs-save-button-label = Guardar
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Descargar
  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 = Descargar
  48. pdfjs-bookmark-button =
  49. .title = Página actual (Ver URL de la página actual)
  50. pdfjs-bookmark-button-label = Página actual
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Herramientas
  54. pdfjs-tools-button-label = Herramientas
  55. pdfjs-first-page-button =
  56. .title = Ir a la primera página
  57. pdfjs-first-page-button-label = Ir a la primera página
  58. pdfjs-last-page-button =
  59. .title = Ir a la última página
  60. pdfjs-last-page-button-label = Ir a la última página
  61. pdfjs-page-rotate-cw-button =
  62. .title = Girar a la derecha
  63. pdfjs-page-rotate-cw-button-label = Girar a la derecha
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Girar a la izquierda
  66. pdfjs-page-rotate-ccw-button-label = Girar a la izquierda
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Activar la herramienta de selección de texto
  69. pdfjs-cursor-text-select-tool-button-label = Herramienta de selección de texto
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Activar la herramienta de mano
  72. pdfjs-cursor-hand-tool-button-label = Herramienta de mano
  73. pdfjs-scroll-page-button =
  74. .title = Usar desplazamiento de página
  75. pdfjs-scroll-page-button-label = Desplazamiento de página
  76. pdfjs-scroll-vertical-button =
  77. .title = Usar desplazamiento vertical
  78. pdfjs-scroll-vertical-button-label = Desplazamiento vertical
  79. pdfjs-scroll-horizontal-button =
  80. .title = Usar desplazamiento horizontal
  81. pdfjs-scroll-horizontal-button-label = Desplazamiento horizontal
  82. pdfjs-scroll-wrapped-button =
  83. .title = Usar desplazamiento encapsulado
  84. pdfjs-scroll-wrapped-button-label = Desplazamiento encapsulado
  85. pdfjs-spread-none-button =
  86. .title = No unir páginas separadas
  87. pdfjs-spread-none-button-label = Vista de una página
  88. pdfjs-spread-odd-button =
  89. .title = Unir las páginas partiendo con una de número impar
  90. pdfjs-spread-odd-button-label = Vista de libro impar
  91. pdfjs-spread-even-button =
  92. .title = Juntar las páginas partiendo con una de número par
  93. pdfjs-spread-even-button-label = Vista de libro par
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Propiedades del documento…
  97. pdfjs-document-properties-button-label = Propiedades del documento…
  98. pdfjs-document-properties-file-name = Nombre del archivo:
  99. pdfjs-document-properties-file-size = Tamaño del archivo:
  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 } bytes)
  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 } bytes)
  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 } bytes)
  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 } bytes)
  116. pdfjs-document-properties-title = Título:
  117. pdfjs-document-properties-author = Autor:
  118. pdfjs-document-properties-subject = Asunto:
  119. pdfjs-document-properties-keywords = Palabras claves:
  120. pdfjs-document-properties-creation-date = Fecha de creación:
  121. pdfjs-document-properties-modification-date = Fecha de modificación:
  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 = Creador:
  130. pdfjs-document-properties-producer = Productor PDF:
  131. pdfjs-document-properties-version = Versión PDF:
  132. pdfjs-document-properties-page-count = Número de páginas:
  133. pdfjs-document-properties-page-size = Tamaño de la página:
  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 = vertical
  137. pdfjs-document-properties-page-size-orientation-landscape = horizontal
  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 = Carta
  141. pdfjs-document-properties-page-size-name-legal = Oficio
  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 = Vista rápida de la web:
  154. pdfjs-document-properties-linearized-yes = Sí
  155. pdfjs-document-properties-linearized-no = No
  156. pdfjs-document-properties-close-button = Cerrar
  157. ## Print
  158. pdfjs-print-progress-message = Preparando documento para impresión…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Cancelar
  163. pdfjs-printing-not-supported = Advertencia: La impresión no esta completamente soportada por este navegador.
  164. pdfjs-printing-not-ready = Advertencia: El PDF no cargo completamente para impresión.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Cambiar barra lateral
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Alternar barra lateral (el documento contiene esquemas/adjuntos/capas)
  170. pdfjs-toggle-sidebar-button-label = Cambiar barra lateral
  171. pdfjs-document-outline-button =
  172. .title = Mostrar esquema del documento (doble clic para expandir/contraer todos los elementos)
  173. pdfjs-document-outline-button-label = Esquema del documento
  174. pdfjs-attachments-button =
  175. .title = Mostrar adjuntos
  176. pdfjs-attachments-button-label = Adjuntos
  177. pdfjs-layers-button =
  178. .title = Mostrar capas (doble clic para restablecer todas las capas al estado predeterminado)
  179. pdfjs-layers-button-label = Capas
  180. pdfjs-thumbs-button =
  181. .title = Mostrar miniaturas
  182. pdfjs-thumbs-button-label = Miniaturas
  183. pdfjs-current-outline-item-button =
  184. .title = Buscar elemento de esquema actual
  185. pdfjs-current-outline-item-button-label = Elemento de esquema actual
  186. pdfjs-findbar-button =
  187. .title = Buscar en el documento
  188. pdfjs-findbar-button-label = Buscar
  189. pdfjs-additional-layers = Capas adicionales
  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 = Página { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Miniatura de la página { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Buscar
  202. .placeholder = Buscar en el documento…
  203. pdfjs-find-previous-button =
  204. .title = Ir a la anterior frase encontrada
  205. pdfjs-find-previous-button-label = Anterior
  206. pdfjs-find-next-button =
  207. .title = Ir a la siguiente frase encontrada
  208. pdfjs-find-next-button-label = Siguiente
  209. pdfjs-find-highlight-checkbox = Resaltar todo
  210. pdfjs-find-match-case-checkbox-label = Coincidir con mayúsculas y minúsculas
  211. pdfjs-find-match-diacritics-checkbox-label = Coincidir diacríticos
  212. pdfjs-find-entire-word-checkbox-label = Palabras completas
  213. pdfjs-find-reached-top = Se alcanzó el inicio del documento, se buscará al final
  214. pdfjs-find-reached-bottom = Se alcanzó el final del documento, se buscará al inicio
  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 } de { $total } coincidencia
  221. *[other] { $current } de { $total } coincidencias
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] Más de { $limit } coincidencia
  228. *[other] Más de { $limit } coincidencias
  229. }
  230. pdfjs-find-not-found = No se encontró la frase
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = Ancho de página
  233. pdfjs-page-scale-fit = Ajustar página
  234. pdfjs-page-scale-auto = Zoom automático
  235. pdfjs-page-scale-actual = Tamaño real
  236. # Variables:
  237. # $scale (Number) - percent value for page scale
  238. pdfjs-page-scale-percent = { $scale }%
  239. ## PDF page
  240. # Variables:
  241. # $page (Number) - the page number
  242. pdfjs-page-landmark =
  243. .aria-label = Página { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = Un error ocurrió al cargar el PDF.
  246. pdfjs-invalid-file-error = Archivo PDF invalido o dañado.
  247. pdfjs-missing-file-error = Archivo PDF no encontrado.
  248. pdfjs-unexpected-response-error = Respuesta inesperada del servidor.
  249. pdfjs-rendering-error = Un error ocurrió al renderizar la página.
  250. ## Annotations
  251. # Variables:
  252. # $date (Date) - the modification date of the annotation
  253. # $time (Time) - the modification time of the annotation
  254. pdfjs-annotation-date-string = { $date }, { $time }
  255. # .alt: This is used as a tooltip.
  256. # Variables:
  257. # $type (String) - an annotation type from a list defined in the PDF spec
  258. # (32000-1:2008 Table 169 – Annotation types).
  259. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  260. pdfjs-text-annotation-type =
  261. .alt = [{ $type } anotación]
  262. # Variables:
  263. # $dateObj (Date) - the modification date and time of the annotation
  264. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  265. ## Password
  266. pdfjs-password-label = Ingresa la contraseña para abrir este archivo PDF.
  267. pdfjs-password-invalid = Contraseña inválida. Por favor intenta de nuevo.
  268. pdfjs-password-ok-button = Aceptar
  269. pdfjs-password-cancel-button = Cancelar
  270. pdfjs-web-fonts-disabled = Las fuentes web están desactivadas: es imposible usar las fuentes PDF embebidas.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = Texto
  274. pdfjs-editor-free-text-button-label = Texto
  275. pdfjs-editor-ink-button =
  276. .title = Dibujar
  277. pdfjs-editor-ink-button-label = Dibujar
  278. pdfjs-editor-stamp-button =
  279. .title = Agregar o editar imágenes
  280. pdfjs-editor-stamp-button-label = Agregar o editar imágenes
  281. pdfjs-editor-highlight-button =
  282. .title = Destacar
  283. pdfjs-editor-highlight-button-label = Destacar
  284. pdfjs-highlight-floating-button1 =
  285. .title = Destacados
  286. .aria-label = Destacados
  287. pdfjs-highlight-floating-button-label = Destacados
  288. pdfjs-editor-signature-button =
  289. .title = Agregar firma
  290. pdfjs-editor-signature-button-label = Añadir firma
  291. ## Default editor aria labels
  292. ## Remove button for the various kind of editor.
  293. pdfjs-editor-remove-ink-button =
  294. .title = Eliminar dibujo
  295. pdfjs-editor-remove-freetext-button =
  296. .title = Eliminar texto
  297. pdfjs-editor-remove-stamp-button =
  298. .title = Eliminar imagen
  299. pdfjs-editor-remove-highlight-button =
  300. .title = Eliminar destacado
  301. pdfjs-editor-remove-signature-button =
  302. .title = Eliminar firma
  303. ##
  304. # Editor Parameters
  305. pdfjs-editor-free-text-color-input = Color
  306. pdfjs-editor-free-text-size-input = Tamaño
  307. pdfjs-editor-ink-color-input = Color
  308. pdfjs-editor-ink-thickness-input = Grossor
  309. pdfjs-editor-ink-opacity-input = Opacidad
  310. pdfjs-editor-stamp-add-image-button =
  311. .title = Agregar imagen
  312. pdfjs-editor-stamp-add-image-button-label = Agregar imagen
  313. # This refers to the thickness of the line used for free highlighting (not bound to text)
  314. pdfjs-editor-free-highlight-thickness-input = Espesor
  315. pdfjs-editor-free-highlight-thickness-title =
  316. .title = Cambiar el grosor al resaltar elementos que no sean texto
  317. pdfjs-editor-signature-add-signature-button =
  318. .title = Agregar nueva firma
  319. pdfjs-editor-signature-add-signature-button-label = Agregar nueva firma
  320. # .default-content is used as a placeholder in an empty text editor.
  321. pdfjs-free-text2 =
  322. .aria-label = Editor de texto
  323. .default-content = Comenzar a escribir…
  324. pdfjs-free-text =
  325. .aria-label = Editor de texto
  326. pdfjs-free-text-default-content = Empieza a escribir…
  327. pdfjs-ink =
  328. .aria-label = Editor de dibujo
  329. pdfjs-ink-canvas =
  330. .aria-label = Imagen creada por el usuario
  331. ## Alt-text dialog
  332. pdfjs-editor-alt-text-button-label = Texto alternativo
  333. pdfjs-editor-alt-text-edit-button =
  334. .aria-label = Editar texto alternativo
  335. pdfjs-editor-alt-text-edit-button-label = Editar texto alternativo
  336. pdfjs-editor-alt-text-dialog-label = Elige una opción
  337. pdfjs-editor-alt-text-dialog-description = El texto alternativo (texto alternativo) ayuda cuando las personas no pueden ver la imagen o cuando no se carga.
  338. pdfjs-editor-alt-text-add-description-label = Añadir una descripción
  339. pdfjs-editor-alt-text-add-description-description = Intente escribir 1 o 2 oraciones que describan el tema, el entorno o las acciones.
  340. pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativo
  341. pdfjs-editor-alt-text-mark-decorative-description = Se utiliza para imágenes ornamentales, como bordes o marcas de agua.
  342. pdfjs-editor-alt-text-cancel-button = Cancelar
  343. pdfjs-editor-alt-text-save-button = Guardar
  344. pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativo
  345. # .placeholder: This is a placeholder for the alt text input area
  346. pdfjs-editor-alt-text-textarea =
  347. .placeholder = Por ejemplo: “Un joven se sienta a la mesa a comer”
  348. # Alternative text (alt text) helps when people can't see the image.
  349. pdfjs-editor-alt-text-button =
  350. .aria-label = Texto alternativo
  351. ## Editor resizers
  352. ## This is used in an aria label to help to understand the role of the resizer.
  353. pdfjs-editor-resizer-label-top-left = Esquina superior izquierda: cambiar el tamaño
  354. pdfjs-editor-resizer-label-top-middle = Arriba en el medio: cambiar el tamaño
  355. pdfjs-editor-resizer-label-top-right = Esquina superior derecha: cambiar el tamaño
  356. pdfjs-editor-resizer-label-middle-right = Centro derecha: cambiar el tamaño
  357. pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha: cambiar el tamaño
  358. pdfjs-editor-resizer-label-bottom-middle = Abajo en el medio: cambiar el tamaño
  359. pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda: cambiar el tamaño
  360. pdfjs-editor-resizer-label-middle-left = Centro izquierda: cambiar el tamaño
  361. pdfjs-editor-resizer-top-left =
  362. .aria-label = Esquina superior izquierda — redimensionar
  363. pdfjs-editor-resizer-top-middle =
  364. .aria-label = Borde superior en el medio — redimensionar
  365. pdfjs-editor-resizer-top-right =
  366. .aria-label = Esquina superior derecha — redimensionar
  367. pdfjs-editor-resizer-middle-right =
  368. .aria-label = Borde derecho en el medio — redimensionar
  369. pdfjs-editor-resizer-bottom-right =
  370. .aria-label = Esquina inferior derecha — redimensionar
  371. pdfjs-editor-resizer-bottom-middle =
  372. .aria-label = Borde inferior en el medio — redimensionar
  373. pdfjs-editor-resizer-bottom-left =
  374. .aria-label = Esquina inferior izquierda — redimensionar
  375. pdfjs-editor-resizer-middle-left =
  376. .aria-label = Borde izquierdo en el medio — redimensionar
  377. ## Color picker
  378. # This means "Color used to highlight text"
  379. pdfjs-editor-highlight-colorpicker-label = Color de resaltado
  380. pdfjs-editor-colorpicker-button =
  381. .title = Cambiar color
  382. pdfjs-editor-colorpicker-dropdown =
  383. .aria-label = Opciones de color
  384. pdfjs-editor-colorpicker-yellow =
  385. .title = Amarillo
  386. pdfjs-editor-colorpicker-green =
  387. .title = Verde
  388. pdfjs-editor-colorpicker-blue =
  389. .title = Azul
  390. pdfjs-editor-colorpicker-pink =
  391. .title = Rosa
  392. pdfjs-editor-colorpicker-red =
  393. .title = Rojo
  394. ## Show all highlights
  395. ## This is a toggle button to show/hide all the highlights.
  396. pdfjs-editor-highlight-show-all-button-label = Mostrar todo
  397. pdfjs-editor-highlight-show-all-button =
  398. .title = Mostrar todo
  399. ## New alt-text dialog
  400. ## 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.
  401. # Modal header positioned above a text box where users can edit the alt text.
  402. pdfjs-editor-new-alt-text-dialog-edit-label = Editar texto alternativo (descripción de la imagen)
  403. # Modal header positioned above a text box where users can add the alt text.
  404. pdfjs-editor-new-alt-text-dialog-add-label = Agregar texto alternativo (descripción de la imagen)
  405. pdfjs-editor-new-alt-text-textarea =
  406. .placeholder = Escribe tu descripción aquí…
  407. # This text refers to the alt text box above this description. It offers a definition of alt text.
  408. pdfjs-editor-new-alt-text-description = Breve descripción para las personas que no pueden ver la imagen o cuando la imagen no se carga.
  409. # 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.
  410. pdfjs-editor-new-alt-text-disclaimer1 = Este texto alternativo fue creado automáticamente y puede ser inexacto.
  411. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Saber más
  412. pdfjs-editor-new-alt-text-create-automatically-button-label = Crear texto alternativo automáticamente
  413. pdfjs-editor-new-alt-text-not-now-button = Ahora no
  414. pdfjs-editor-new-alt-text-error-title = No se pudo crear el texto alternativo automáticamente
  415. pdfjs-editor-new-alt-text-error-description = Escribe tu propio texto alternativo o inténtalo de nuevo más tarde.
  416. pdfjs-editor-new-alt-text-error-close-button = Cerrar
  417. # Variables:
  418. # $totalSize (Number) - the total size (in MB) of the AI model.
  419. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  420. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Descargando el modelo de IA de texto alternativo ({ $downloadedSize } de { $totalSize } MB)
  421. .aria-valuetext = Descargando el modelo de IA de texto alternativo ({ $downloadedSize } de { $totalSize } MB)
  422. # This is a button that users can click to edit the alt text they have already added.
  423. pdfjs-editor-new-alt-text-added-button =
  424. .aria-label = Se agregó el texto alternativo
  425. pdfjs-editor-new-alt-text-added-button-label = Se agregó el texto alternativo
  426. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  427. pdfjs-editor-new-alt-text-missing-button =
  428. .aria-label = Falta el texto alternativo
  429. pdfjs-editor-new-alt-text-missing-button-label = Falta texto alternativo
  430. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  431. pdfjs-editor-new-alt-text-to-review-button =
  432. .aria-label = Revisar el texto alternativo
  433. pdfjs-editor-new-alt-text-to-review-button-label = Revisar el texto alternativo
  434. # "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.
  435. # Variables:
  436. # $generatedAltText (String) - the generated alt-text.
  437. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Creado automáticamente: { $generatedAltText }
  438. ## Image alt-text settings
  439. pdfjs-image-alt-text-settings-button =
  440. .title = Ajustes del texto alternativo de la imagen
  441. pdfjs-image-alt-text-settings-button-label = Ajustes del texto alternativo de la imagen
  442. pdfjs-editor-alt-text-settings-dialog-label = Ajustes del texto alternativo de la imagen
  443. pdfjs-editor-alt-text-settings-automatic-title = Texto alternativo automático
  444. pdfjs-editor-alt-text-settings-create-model-button-label = Crear texto alternativo automáticamente
  445. pdfjs-editor-alt-text-settings-create-model-description = Sugiere descripciones para ayudar a las personas que no pueden ver la imagen o cuando la imagen no se carga.
  446. # Variables:
  447. # $totalSize (Number) - the total size (in MB) of the AI model.
  448. pdfjs-editor-alt-text-settings-download-model-label = Modelo de IA de texto alternativo ({ $totalSize } MB)
  449. pdfjs-editor-alt-text-settings-ai-model-description = Se ejecuta localmente en el dispositivo para que los datos se mantengan privados. Requerido para texto alternativo automático.
  450. pdfjs-editor-alt-text-settings-delete-model-button = Eliminar
  451. pdfjs-editor-alt-text-settings-download-model-button = Descargar
  452. pdfjs-editor-alt-text-settings-downloading-model-button = Descargando…
  453. pdfjs-editor-alt-text-settings-editor-title = Editor de texto alternativo
  454. pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar el editor de texto alternativo inmediatamente al añadir una imagen
  455. pdfjs-editor-alt-text-settings-show-dialog-description = Te ayuda a asegurarte de que todas tus imágenes tengan texto alternativo.
  456. pdfjs-editor-alt-text-settings-close-button = Cerrar
  457. ## "Annotations removed" bar
  458. pdfjs-editor-undo-bar-message-highlight = Resaltado eliminado
  459. pdfjs-editor-undo-bar-message-freetext = Texto eliminado
  460. pdfjs-editor-undo-bar-message-ink = Dibujo eliminado
  461. pdfjs-editor-undo-bar-message-stamp = Imagen eliminada
  462. pdfjs-editor-undo-bar-message-signature = Firma eliminada
  463. # Variables:
  464. # $count (Number) - the number of removed annotations.
  465. pdfjs-editor-undo-bar-message-multiple =
  466. { $count ->
  467. [one] { $count } anotación eliminada
  468. *[other] { $count } anotaciones eliminadas
  469. }
  470. pdfjs-editor-undo-bar-undo-button =
  471. .title = Deshacer
  472. pdfjs-editor-undo-bar-undo-button-label = Deshacer
  473. pdfjs-editor-undo-bar-close-button =
  474. .title = Cerrar
  475. pdfjs-editor-undo-bar-close-button-label = Cerrar
  476. ## Add a signature dialog
  477. pdfjs-editor-add-signature-dialog-title = Agregar una firma
  478. ## Tab names
  479. # Type is a verb (you can type your name as signature)
  480. pdfjs-editor-add-signature-type-button = Tipo
  481. .title = Tipo
  482. # Draw is a verb (you can draw your signature)
  483. pdfjs-editor-add-signature-draw-button = Dibujar
  484. .title = Dibujar
  485. pdfjs-editor-add-signature-image-button = Imagen
  486. .title = Imagen
  487. ## Tab panels
  488. pdfjs-editor-add-signature-type-input =
  489. .aria-label = Escribe tu firma
  490. .placeholder = Escribe tu firma
  491. pdfjs-editor-add-signature-draw-placeholder = Dibuja tu firma
  492. pdfjs-editor-add-signature-draw-thickness-range-label = Grossor
  493. ## Controls
  494. pdfjs-editor-add-signature-description-label = Descripción (texto alternativo)
  495. pdfjs-editor-add-signature-description-input =
  496. .title = Descripción (texto alternativo)
  497. pdfjs-editor-add-signature-description-default-when-drawing = Firma
  498. pdfjs-editor-add-signature-clear-button-label = Limpiar firma
  499. pdfjs-editor-add-signature-clear-button =
  500. .title = Limpiar firma
  501. pdfjs-editor-add-signature-save-checkbox = Guardar firma
  502. pdfjs-editor-add-signature-save-warning-message = Has alcanzado el límite de 5 firmas guardadas. Elimina una para guardar más.
  503. pdfjs-editor-add-signature-image-upload-error-title = No se pudo cargar la imagen
  504. pdfjs-editor-add-signature-image-upload-error-description = Verifica tu conexión de red o prueba con otra imagen.
  505. pdfjs-editor-add-signature-error-close-button = Cerrar
  506. ## Dialog buttons
  507. pdfjs-editor-add-signature-cancel-button = Cancelar
  508. pdfjs-editor-add-signature-add-button = Agregar
  509. ## Main menu for adding/removing signatures
  510. ## Editor toolbar
  511. pdfjs-editor-add-signature-edit-button-label = Editar descripción
  512. ## Edit signature description dialog
  513. pdfjs-editor-edit-signature-dialog-title = Editar descripción