viewer.ftl 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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 = Tamaño
  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 = Rotar en sentido horario
  63. pdfjs-page-rotate-cw-button-label = Rotar en sentido horario
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Rotar en sentido antihorario
  66. pdfjs-page-rotate-ccw-button-label = Rotar en sentido antihorario
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Activar 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 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 en bloque
  84. pdfjs-scroll-wrapped-button-label = Desplazamiento en bloque
  85. pdfjs-spread-none-button =
  86. .title = No juntar páginas en vista de libro
  87. pdfjs-spread-none-button-label = Vista de libro
  88. pdfjs-spread-odd-button =
  89. .title = Juntar las páginas partiendo de una con 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 de una con 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 de archivo:
  99. pdfjs-document-properties-file-size = Tamaño de archivo:
  100. # Variables:
  101. # $size_kb (Number) - the PDF file size in kilobytes
  102. # $size_b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  104. # Variables:
  105. # $size_mb (Number) - the PDF file size in megabytes
  106. # $size_b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  108. pdfjs-document-properties-title = Título:
  109. pdfjs-document-properties-author = Autor:
  110. pdfjs-document-properties-subject = Asunto:
  111. pdfjs-document-properties-keywords = Palabras clave:
  112. pdfjs-document-properties-creation-date = Fecha de creación:
  113. pdfjs-document-properties-modification-date = Fecha de modificación:
  114. # Variables:
  115. # $date (Date) - the creation/modification date of the PDF file
  116. # $time (Time) - the creation/modification time of the PDF file
  117. pdfjs-document-properties-date-string = { $date }, { $time }
  118. pdfjs-document-properties-creator = Creador:
  119. pdfjs-document-properties-producer = Productor PDF:
  120. pdfjs-document-properties-version = Versión PDF:
  121. pdfjs-document-properties-page-count = Número de páginas:
  122. pdfjs-document-properties-page-size = Tamaño de la página:
  123. pdfjs-document-properties-page-size-unit-inches = in
  124. pdfjs-document-properties-page-size-unit-millimeters = mm
  125. pdfjs-document-properties-page-size-orientation-portrait = vertical
  126. pdfjs-document-properties-page-size-orientation-landscape = horizontal
  127. pdfjs-document-properties-page-size-name-a-three = A3
  128. pdfjs-document-properties-page-size-name-a-four = A4
  129. pdfjs-document-properties-page-size-name-letter = Carta
  130. pdfjs-document-properties-page-size-name-legal = Legal
  131. ## Variables:
  132. ## $width (Number) - the width of the (current) page
  133. ## $height (Number) - the height of the (current) page
  134. ## $unit (String) - the unit of measurement of the (current) page
  135. ## $name (String) - the name of the (current) page
  136. ## $orientation (String) - the orientation of the (current) page
  137. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  138. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  139. ##
  140. # The linearization status of the document; usually called "Fast Web View" in
  141. # English locales of Adobe software.
  142. pdfjs-document-properties-linearized = Vista rápida de la web:
  143. pdfjs-document-properties-linearized-yes = Sí
  144. pdfjs-document-properties-linearized-no = No
  145. pdfjs-document-properties-close-button = Cerrar
  146. ## Print
  147. pdfjs-print-progress-message = Preparando documento para impresión…
  148. # Variables:
  149. # $progress (Number) - percent value
  150. pdfjs-print-progress-percent = { $progress }%
  151. pdfjs-print-progress-close-button = Cancelar
  152. pdfjs-printing-not-supported = Advertencia: Imprimir no está totalmente soportado por este navegador.
  153. pdfjs-printing-not-ready = Advertencia: Este PDF no se ha cargado completamente para poder imprimirse.
  154. ## Tooltips and alt text for side panel toolbar buttons
  155. pdfjs-toggle-sidebar-button =
  156. .title = Cambiar barra lateral
  157. pdfjs-toggle-sidebar-notification-button =
  158. .title = Alternar barra lateral (el documento contiene esquemas/adjuntos/capas)
  159. pdfjs-toggle-sidebar-button-label = Cambiar barra lateral
  160. pdfjs-document-outline-button =
  161. .title = Mostrar resumen del documento (doble clic para expandir/contraer todos los elementos)
  162. pdfjs-document-outline-button-label = Resumen de documento
  163. pdfjs-attachments-button =
  164. .title = Mostrar adjuntos
  165. pdfjs-attachments-button-label = Adjuntos
  166. pdfjs-layers-button =
  167. .title = Mostrar capas (doble clic para restablecer todas las capas al estado predeterminado)
  168. pdfjs-layers-button-label = Capas
  169. pdfjs-thumbs-button =
  170. .title = Mostrar miniaturas
  171. pdfjs-thumbs-button-label = Miniaturas
  172. pdfjs-current-outline-item-button =
  173. .title = Encontrar elemento de esquema actual
  174. pdfjs-current-outline-item-button-label = Elemento de esquema actual
  175. pdfjs-findbar-button =
  176. .title = Buscar en el documento
  177. pdfjs-findbar-button-label = Buscar
  178. pdfjs-additional-layers = Capas adicionales
  179. ## Thumbnails panel item (tooltip and alt text for images)
  180. # Variables:
  181. # $page (Number) - the page number
  182. pdfjs-thumb-page-title =
  183. .title = Página { $page }
  184. # Variables:
  185. # $page (Number) - the page number
  186. pdfjs-thumb-page-canvas =
  187. .aria-label = Miniatura de la página { $page }
  188. ## Find panel button title and messages
  189. pdfjs-find-input =
  190. .title = Buscar
  191. .placeholder = Buscar en el documento…
  192. pdfjs-find-previous-button =
  193. .title = Encontrar la anterior aparición de la frase
  194. pdfjs-find-previous-button-label = Anterior
  195. pdfjs-find-next-button =
  196. .title = Encontrar la siguiente aparición de esta frase
  197. pdfjs-find-next-button-label = Siguiente
  198. pdfjs-find-highlight-checkbox = Resaltar todos
  199. pdfjs-find-match-case-checkbox-label = Coincidencia de mayús./minús.
  200. pdfjs-find-match-diacritics-checkbox-label = Coincidir diacríticos
  201. pdfjs-find-entire-word-checkbox-label = Palabras completas
  202. pdfjs-find-reached-top = Se alcanzó el inicio del documento, se continúa desde el final
  203. pdfjs-find-reached-bottom = Se alcanzó el final del documento, se continúa desde el inicio
  204. # Variables:
  205. # $current (Number) - the index of the currently active find result
  206. # $total (Number) - the total number of matches in the document
  207. pdfjs-find-match-count =
  208. { $total ->
  209. [one] { $current } de { $total } coincidencia
  210. *[other] { $current } de { $total } coincidencias
  211. }
  212. # Variables:
  213. # $limit (Number) - the maximum number of matches
  214. pdfjs-find-match-count-limit =
  215. { $limit ->
  216. [one] Más de { $limit } coincidencia
  217. *[other] Más de { $limit } coincidencias
  218. }
  219. pdfjs-find-not-found = Frase no encontrada
  220. ## Predefined zoom values
  221. pdfjs-page-scale-width = Anchura de la página
  222. pdfjs-page-scale-fit = Ajuste de la página
  223. pdfjs-page-scale-auto = Tamaño automático
  224. pdfjs-page-scale-actual = Tamaño real
  225. # Variables:
  226. # $scale (Number) - percent value for page scale
  227. pdfjs-page-scale-percent = { $scale }%
  228. ## PDF page
  229. # Variables:
  230. # $page (Number) - the page number
  231. pdfjs-page-landmark =
  232. .aria-label = Página { $page }
  233. ## Loading indicator messages
  234. pdfjs-loading-error = Ocurrió un error al cargar el PDF.
  235. pdfjs-invalid-file-error = Fichero PDF no válido o corrupto.
  236. pdfjs-missing-file-error = No hay fichero PDF.
  237. pdfjs-unexpected-response-error = Respuesta inesperada del servidor.
  238. pdfjs-rendering-error = Ocurrió un error al renderizar la página.
  239. ## Annotations
  240. # Variables:
  241. # $date (Date) - the modification date of the annotation
  242. # $time (Time) - the modification time of the annotation
  243. pdfjs-annotation-date-string = { $date }, { $time }
  244. # .alt: This is used as a tooltip.
  245. # Variables:
  246. # $type (String) - an annotation type from a list defined in the PDF spec
  247. # (32000-1:2008 Table 169 – Annotation types).
  248. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  249. pdfjs-text-annotation-type =
  250. .alt = [Anotación { $type }]
  251. ## Password
  252. pdfjs-password-label = Introduzca la contraseña para abrir este archivo PDF.
  253. pdfjs-password-invalid = Contraseña no válida. Vuelva a intentarlo.
  254. pdfjs-password-ok-button = Aceptar
  255. pdfjs-password-cancel-button = Cancelar
  256. pdfjs-web-fonts-disabled = Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas.
  257. ## Editing
  258. pdfjs-editor-free-text-button =
  259. .title = Texto
  260. pdfjs-editor-free-text-button-label = Texto
  261. pdfjs-editor-ink-button =
  262. .title = Dibujar
  263. pdfjs-editor-ink-button-label = Dibujar
  264. pdfjs-editor-stamp-button =
  265. .title = Añadir o editar imágenes
  266. pdfjs-editor-stamp-button-label = Añadir o editar imágenes
  267. pdfjs-editor-highlight-button =
  268. .title = Resaltar
  269. pdfjs-editor-highlight-button-label = Resaltar
  270. pdfjs-highlight-floating-button1 =
  271. .title = Resaltar
  272. .aria-label = Resaltar
  273. pdfjs-highlight-floating-button-label = Resaltar
  274. ## Remove button for the various kind of editor.
  275. pdfjs-editor-remove-ink-button =
  276. .title = Eliminar dibujo
  277. pdfjs-editor-remove-freetext-button =
  278. .title = Eliminar texto
  279. pdfjs-editor-remove-stamp-button =
  280. .title = Eliminar imagen
  281. pdfjs-editor-remove-highlight-button =
  282. .title = Quitar resaltado
  283. ##
  284. # Editor Parameters
  285. pdfjs-editor-free-text-color-input = Color
  286. pdfjs-editor-free-text-size-input = Tamaño
  287. pdfjs-editor-ink-color-input = Color
  288. pdfjs-editor-ink-thickness-input = Grosor
  289. pdfjs-editor-ink-opacity-input = Opacidad
  290. pdfjs-editor-stamp-add-image-button =
  291. .title = Añadir imagen
  292. pdfjs-editor-stamp-add-image-button-label = Añadir imagen
  293. # This refers to the thickness of the line used for free highlighting (not bound to text)
  294. pdfjs-editor-free-highlight-thickness-input = Grosor
  295. pdfjs-editor-free-highlight-thickness-title =
  296. .title = Cambiar el grosor al resaltar elementos que no sean texto
  297. pdfjs-free-text =
  298. .aria-label = Editor de texto
  299. pdfjs-free-text-default-content = Empezar a escribir…
  300. pdfjs-ink =
  301. .aria-label = Editor de dibujos
  302. pdfjs-ink-canvas =
  303. .aria-label = Imagen creada por el usuario
  304. ## Alt-text dialog
  305. # Alternative text (alt text) helps when people can't see the image.
  306. pdfjs-editor-alt-text-button-label = Texto alternativo
  307. pdfjs-editor-alt-text-edit-button-label = Editar el texto alternativo
  308. pdfjs-editor-alt-text-dialog-label = Eligir una opción
  309. 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.
  310. pdfjs-editor-alt-text-add-description-label = Añadir una descripción
  311. pdfjs-editor-alt-text-add-description-description = Intente escribir 1 o 2 frases que describan el tema, el entorno o las acciones.
  312. pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativa
  313. pdfjs-editor-alt-text-mark-decorative-description = Se utiliza para imágenes ornamentales, como bordes o marcas de agua.
  314. pdfjs-editor-alt-text-cancel-button = Cancelar
  315. pdfjs-editor-alt-text-save-button = Guardar
  316. pdfjs-editor-alt-text-decorative-tooltip = Marcada como decorativa
  317. # .placeholder: This is a placeholder for the alt text input area
  318. pdfjs-editor-alt-text-textarea =
  319. .placeholder = Por ejemplo: “Un joven se sienta a la mesa a comer”
  320. ## Editor resizers
  321. ## This is used in an aria label to help to understand the role of the resizer.
  322. pdfjs-editor-resizer-label-top-left = Esquina superior izquierda — redimensionar
  323. pdfjs-editor-resizer-label-top-middle = Borde superior en el medio — redimensionar
  324. pdfjs-editor-resizer-label-top-right = Esquina superior derecha — redimensionar
  325. pdfjs-editor-resizer-label-middle-right = Borde derecho en el medio — redimensionar
  326. pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha — redimensionar
  327. pdfjs-editor-resizer-label-bottom-middle = Borde inferior en el medio — redimensionar
  328. pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda — redimensionar
  329. pdfjs-editor-resizer-label-middle-left = Borde izquierdo en el medio — redimensionar
  330. pdfjs-editor-resizer-top-left =
  331. .aria-label = Esquina superior izquierda — redimensionar
  332. pdfjs-editor-resizer-top-middle =
  333. .aria-label = Borde superior en el medio — redimensionar
  334. pdfjs-editor-resizer-top-right =
  335. .aria-label = Esquina superior derecha — redimensionar
  336. pdfjs-editor-resizer-middle-right =
  337. .aria-label = Borde derecho en el medio — redimensionar
  338. pdfjs-editor-resizer-bottom-right =
  339. .aria-label = Esquina inferior derecha — redimensionar
  340. pdfjs-editor-resizer-bottom-middle =
  341. .aria-label = Borde inferior en el medio — redimensionar
  342. pdfjs-editor-resizer-bottom-left =
  343. .aria-label = Esquina inferior izquierda — redimensionar
  344. pdfjs-editor-resizer-middle-left =
  345. .aria-label = Borde izquierdo en el medio — redimensionar
  346. ## Color picker
  347. # This means "Color used to highlight text"
  348. pdfjs-editor-highlight-colorpicker-label = Color de resaltado
  349. pdfjs-editor-colorpicker-button =
  350. .title = Cambiar color
  351. pdfjs-editor-colorpicker-dropdown =
  352. .aria-label = Opciones de color
  353. pdfjs-editor-colorpicker-yellow =
  354. .title = Amarillo
  355. pdfjs-editor-colorpicker-green =
  356. .title = Verde
  357. pdfjs-editor-colorpicker-blue =
  358. .title = Azul
  359. pdfjs-editor-colorpicker-pink =
  360. .title = Rosa
  361. pdfjs-editor-colorpicker-red =
  362. .title = Rojo
  363. ## Show all highlights
  364. ## This is a toggle button to show/hide all the highlights.
  365. pdfjs-editor-highlight-show-all-button-label = Mostrar todo
  366. pdfjs-editor-highlight-show-all-button =
  367. .title = Mostrar todo
  368. ## New alt-text dialog
  369. ## 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.
  370. ## Image alt-text settings
  371. pdfjs-editor-alt-text-settings-dialog-label = Ajustes del texto alternativo de la imagen
  372. pdfjs-editor-alt-text-settings-automatic-title = Texto alternativo automático
  373. pdfjs-editor-alt-text-settings-create-model-button-label = Crear texto alternativo automáticamente
  374. 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.
  375. # Variables:
  376. # $totalSize (Number) - the total size (in MB) of the AI model.
  377. pdfjs-editor-alt-text-settings-download-model-label = Modelo de IA de texto alternativo ({ $totalSize } MB)
  378. 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.
  379. pdfjs-editor-alt-text-settings-delete-model-button = Eliminar
  380. pdfjs-editor-alt-text-settings-download-model-button = Descargar
  381. pdfjs-editor-alt-text-settings-downloading-model-button = Descargando…
  382. pdfjs-editor-alt-text-settings-editor-title = Editor de texto alternativo
  383. pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar el editor de texto alternativo inmediatamente al añadir una imagen
  384. pdfjs-editor-alt-text-settings-show-dialog-description = Le ayuda a asegurarse de que todas sus imágenes tengan texto alternativo.
  385. pdfjs-editor-alt-text-settings-close-button = Cerrar