@ntlab/ntjs-assets 2.0.55 → 2.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/js/DataTables/Extensions/RowGroup/js/dataTables.rowGroup.js +3 -3
- package/assets/js/DataTables/Extensions/RowGroup/js/dataTables.rowGroup.min.js +2 -2
- package/assets/js/cdn.json +1 -1
- package/assets/js/pdfjs/build/pdf.mjs +12449 -12312
- package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
- package/assets/js/pdfjs/build/pdf.sandbox.mjs +3 -3
- package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
- package/assets/js/pdfjs/build/pdf.worker.mjs +447 -209
- package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/assets/js/pdfjs/web/locale/br/viewer.ftl +28 -0
- package/assets/js/pdfjs/web/locale/en-US/viewer.ftl +13 -3
- package/assets/js/pdfjs/web/locale/es-ES/viewer.ftl +49 -0
- package/assets/js/pdfjs/web/locale/es-MX/viewer.ftl +74 -0
- package/assets/js/pdfjs/web/locale/eu/viewer.ftl +64 -0
- package/assets/js/pdfjs/web/locale/tg/viewer.ftl +3 -0
- package/assets/js/pdfjs/web/locale/th/viewer.ftl +14 -0
- package/assets/js/pdfjs/web/viewer.css +3 -2
- package/assets/js/pdfjs/web/viewer.mjs +125 -187
- package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -287,6 +287,8 @@ pdfjs-editor-ink-opacity-input = Boullder
|
|
|
287
287
|
pdfjs-editor-stamp-add-image-button =
|
|
288
288
|
.title = Ouzhpennañ ur skeudenn
|
|
289
289
|
pdfjs-editor-stamp-add-image-button-label = Ouzhpennañ ur skeudenn
|
|
290
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
291
|
+
pdfjs-editor-free-highlight-thickness-input = Tevded
|
|
290
292
|
pdfjs-free-text =
|
|
291
293
|
.aria-label = Aozer testennoù
|
|
292
294
|
pdfjs-ink =
|
|
@@ -306,7 +308,33 @@ pdfjs-editor-alt-text-save-button = Enrollañ
|
|
|
306
308
|
|
|
307
309
|
## Color picker
|
|
308
310
|
|
|
311
|
+
pdfjs-editor-colorpicker-button =
|
|
312
|
+
.title = Cheñch liv
|
|
313
|
+
pdfjs-editor-colorpicker-yellow =
|
|
314
|
+
.title = Melen
|
|
315
|
+
pdfjs-editor-colorpicker-blue =
|
|
316
|
+
.title = Glas
|
|
317
|
+
pdfjs-editor-colorpicker-pink =
|
|
318
|
+
.title = Roz
|
|
319
|
+
pdfjs-editor-colorpicker-red =
|
|
320
|
+
.title = Ruz
|
|
309
321
|
|
|
310
322
|
## Show all highlights
|
|
311
323
|
## This is a toggle button to show/hide all the highlights.
|
|
312
324
|
|
|
325
|
+
pdfjs-editor-highlight-show-all-button-label = Diskouez pep tra
|
|
326
|
+
pdfjs-editor-highlight-show-all-button =
|
|
327
|
+
.title = Diskouez pep tra
|
|
328
|
+
|
|
329
|
+
## New alt-text dialog
|
|
330
|
+
## 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.
|
|
331
|
+
|
|
332
|
+
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Gouzout hiroc’h
|
|
333
|
+
pdfjs-editor-new-alt-text-error-close-button = Serriñ
|
|
334
|
+
|
|
335
|
+
## Image alt-text settings
|
|
336
|
+
|
|
337
|
+
pdfjs-editor-alt-text-settings-delete-model-button = Dilemel
|
|
338
|
+
pdfjs-editor-alt-text-settings-download-model-button = Pellgargañ
|
|
339
|
+
pdfjs-editor-alt-text-settings-downloading-model-button = O pellgargañ…
|
|
340
|
+
pdfjs-editor-alt-text-settings-close-button = Serriñ
|
|
@@ -348,9 +348,10 @@ pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
|
348
348
|
pdfjs-editor-free-highlight-thickness-title =
|
|
349
349
|
.title = Change thickness when highlighting items other than text
|
|
350
350
|
|
|
351
|
-
|
|
351
|
+
# .default-content is used as a placeholder in an empty text editor.
|
|
352
|
+
pdfjs-free-text2 =
|
|
352
353
|
.aria-label = Text Editor
|
|
353
|
-
|
|
354
|
+
.default-content = Start typing…
|
|
354
355
|
pdfjs-ink =
|
|
355
356
|
.aria-label = Draw Editor
|
|
356
357
|
pdfjs-ink-canvas =
|
|
@@ -359,9 +360,12 @@ pdfjs-ink-canvas =
|
|
|
359
360
|
## Alt-text dialog
|
|
360
361
|
|
|
361
362
|
# Alternative text (alt text) helps when people can't see the image.
|
|
363
|
+
pdfjs-editor-alt-text-button =
|
|
364
|
+
.aria-label = Alt text
|
|
362
365
|
pdfjs-editor-alt-text-button-label = Alt text
|
|
363
366
|
|
|
364
|
-
pdfjs-editor-alt-text-edit-button
|
|
367
|
+
pdfjs-editor-alt-text-edit-button =
|
|
368
|
+
.aria-label = Edit alt text
|
|
365
369
|
pdfjs-editor-alt-text-dialog-label = Choose an option
|
|
366
370
|
pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
|
|
367
371
|
pdfjs-editor-alt-text-add-description-label = Add a description
|
|
@@ -456,12 +460,18 @@ pdfjs-editor-new-alt-text-ai-model-downloading-progress = Downloading alt text A
|
|
|
456
460
|
.aria-valuetext = Downloading alt text AI model ({ $downloadedSize } of { $totalSize } MB)
|
|
457
461
|
|
|
458
462
|
# This is a button that users can click to edit the alt text they have already added.
|
|
463
|
+
pdfjs-editor-new-alt-text-added-button =
|
|
464
|
+
.aria-label = Alt text added
|
|
459
465
|
pdfjs-editor-new-alt-text-added-button-label = Alt text added
|
|
460
466
|
|
|
461
467
|
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
|
468
|
+
pdfjs-editor-new-alt-text-missing-button =
|
|
469
|
+
.aria-label = Missing alt text
|
|
462
470
|
pdfjs-editor-new-alt-text-missing-button-label = Missing alt text
|
|
463
471
|
|
|
464
472
|
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
|
473
|
+
pdfjs-editor-new-alt-text-to-review-button =
|
|
474
|
+
.aria-label = Review alt text
|
|
465
475
|
pdfjs-editor-new-alt-text-to-review-button-label = Review alt text
|
|
466
476
|
|
|
467
477
|
# "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.
|
|
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Propiedades del documento…
|
|
|
105
105
|
pdfjs-document-properties-file-name = Nombre de archivo:
|
|
106
106
|
pdfjs-document-properties-file-size = Tamaño de archivo:
|
|
107
107
|
# Variables:
|
|
108
|
+
# $kb (Number) - the PDF file size in kilobytes
|
|
109
|
+
# $b (Number) - the PDF file size in bytes
|
|
110
|
+
pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } bytes)
|
|
111
|
+
# Variables:
|
|
112
|
+
# $mb (Number) - the PDF file size in megabytes
|
|
113
|
+
# $b (Number) - the PDF file size in bytes
|
|
114
|
+
pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bytes)
|
|
115
|
+
# Variables:
|
|
108
116
|
# $size_kb (Number) - the PDF file size in kilobytes
|
|
109
117
|
# $size_b (Number) - the PDF file size in bytes
|
|
110
118
|
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
|
|
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Palabras clave:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = Fecha de creación:
|
|
120
128
|
pdfjs-document-properties-modification-date = Fecha de modificación:
|
|
121
129
|
# Variables:
|
|
130
|
+
# $dateObj (Date) - the creation/modification date and time of the PDF file
|
|
131
|
+
pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
|
132
|
+
# Variables:
|
|
122
133
|
# $date (Date) - the creation/modification date of the PDF file
|
|
123
134
|
# $time (Time) - the creation/modification time of the PDF file
|
|
124
135
|
pdfjs-document-properties-date-string = { $date }, { $time }
|
|
@@ -275,6 +286,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|
|
275
286
|
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
276
287
|
pdfjs-text-annotation-type =
|
|
277
288
|
.alt = [Anotación { $type }]
|
|
289
|
+
# Variables:
|
|
290
|
+
# $dateObj (Date) - the modification date and time of the annotation
|
|
291
|
+
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
|
278
292
|
|
|
279
293
|
## Password
|
|
280
294
|
|
|
@@ -412,9 +426,44 @@ pdfjs-editor-highlight-show-all-button =
|
|
|
412
426
|
## New alt-text dialog
|
|
413
427
|
## 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.
|
|
414
428
|
|
|
429
|
+
# Modal header positioned above a text box where users can edit the alt text.
|
|
430
|
+
pdfjs-editor-new-alt-text-dialog-edit-label = Editar texto alternativo (descripción de la imagen)
|
|
431
|
+
# Modal header positioned above a text box where users can add the alt text.
|
|
432
|
+
pdfjs-editor-new-alt-text-dialog-add-label = Añadir texto alternativo (descripción de la imagen)
|
|
433
|
+
pdfjs-editor-new-alt-text-textarea =
|
|
434
|
+
.placeholder = Escribir la descripción aquí…
|
|
435
|
+
# This text refers to the alt text box above this description. It offers a definition of alt text.
|
|
436
|
+
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.
|
|
437
|
+
# 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.
|
|
438
|
+
pdfjs-editor-new-alt-text-disclaimer1 = Este texto alternativo fue creado automáticamente y puede ser inexacto.
|
|
439
|
+
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Saber más
|
|
440
|
+
pdfjs-editor-new-alt-text-create-automatically-button-label = Crear texto alternativo automáticamente
|
|
441
|
+
pdfjs-editor-new-alt-text-not-now-button = Ahora no
|
|
442
|
+
pdfjs-editor-new-alt-text-error-title = No se ha podido crear el texto alternativo automáticamente
|
|
443
|
+
pdfjs-editor-new-alt-text-error-description = Escriba su propio texto alternativo o inténtelo de nuevo más tarde.
|
|
444
|
+
pdfjs-editor-new-alt-text-error-close-button = Cerrar
|
|
445
|
+
# Variables:
|
|
446
|
+
# $totalSize (Number) - the total size (in MB) of the AI model.
|
|
447
|
+
# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
|
|
448
|
+
# $percent (Number) - the percentage of the downloaded size.
|
|
449
|
+
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Descargando el modelo de IA de texto alternativo ({ $downloadedSize } de { $totalSize } MB)
|
|
450
|
+
.aria-valuetext = Descargando el modelo de IA de texto alternativo ({ $downloadedSize } de { $totalSize } MB)
|
|
451
|
+
# This is a button that users can click to edit the alt text they have already added.
|
|
452
|
+
pdfjs-editor-new-alt-text-added-button-label = Se añadió el texto alternativo
|
|
453
|
+
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
|
454
|
+
pdfjs-editor-new-alt-text-missing-button-label = Falta el texto alternativo
|
|
455
|
+
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
|
456
|
+
pdfjs-editor-new-alt-text-to-review-button-label = Revisar el texto alternativo
|
|
457
|
+
# "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.
|
|
458
|
+
# Variables:
|
|
459
|
+
# $generatedAltText (String) - the generated alt-text.
|
|
460
|
+
pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Creado automáticamente: { $generatedAltText }
|
|
415
461
|
|
|
416
462
|
## Image alt-text settings
|
|
417
463
|
|
|
464
|
+
pdfjs-image-alt-text-settings-button =
|
|
465
|
+
.title = Ajustes del texto alternativo de la imagen
|
|
466
|
+
pdfjs-image-alt-text-settings-button-label = Ajustes del texto alternativo de la imagen
|
|
418
467
|
pdfjs-editor-alt-text-settings-dialog-label = Ajustes del texto alternativo de la imagen
|
|
419
468
|
pdfjs-editor-alt-text-settings-automatic-title = Texto alternativo automático
|
|
420
469
|
pdfjs-editor-alt-text-settings-create-model-button-label = Crear texto alternativo automáticamente
|
|
@@ -220,6 +220,21 @@ pdfjs-find-match-diacritics-checkbox-label = Coincidir diacríticos
|
|
|
220
220
|
pdfjs-find-entire-word-checkbox-label = Palabras completas
|
|
221
221
|
pdfjs-find-reached-top = Se alcanzó el inicio del documento, se buscará al final
|
|
222
222
|
pdfjs-find-reached-bottom = Se alcanzó el final del documento, se buscará al inicio
|
|
223
|
+
# Variables:
|
|
224
|
+
# $current (Number) - the index of the currently active find result
|
|
225
|
+
# $total (Number) - the total number of matches in the document
|
|
226
|
+
pdfjs-find-match-count =
|
|
227
|
+
{ $total ->
|
|
228
|
+
[one] { $current } de { $total } coincidencia
|
|
229
|
+
*[other] { $current } de { $total } coincidencias
|
|
230
|
+
}
|
|
231
|
+
# Variables:
|
|
232
|
+
# $limit (Number) - the maximum number of matches
|
|
233
|
+
pdfjs-find-match-count-limit =
|
|
234
|
+
{ $limit ->
|
|
235
|
+
[one] Más de { $limit } coincidencia
|
|
236
|
+
*[other] Más de { $limit } coincidencias
|
|
237
|
+
}
|
|
223
238
|
pdfjs-find-not-found = No se encontró la frase
|
|
224
239
|
|
|
225
240
|
## Predefined zoom values
|
|
@@ -277,9 +292,27 @@ pdfjs-editor-free-text-button-label = Texto
|
|
|
277
292
|
pdfjs-editor-ink-button =
|
|
278
293
|
.title = Dibujar
|
|
279
294
|
pdfjs-editor-ink-button-label = Dibujar
|
|
295
|
+
pdfjs-editor-stamp-button =
|
|
296
|
+
.title = Agregar o editar imágenes
|
|
297
|
+
pdfjs-editor-stamp-button-label = Agregar o editar imágenes
|
|
298
|
+
pdfjs-editor-highlight-button =
|
|
299
|
+
.title = Destacar
|
|
300
|
+
pdfjs-editor-highlight-button-label = Destacar
|
|
301
|
+
pdfjs-highlight-floating-button1 =
|
|
302
|
+
.title = Destacados
|
|
303
|
+
.aria-label = Destacados
|
|
304
|
+
pdfjs-highlight-floating-button-label = Destacados
|
|
280
305
|
|
|
281
306
|
## Remove button for the various kind of editor.
|
|
282
307
|
|
|
308
|
+
pdfjs-editor-remove-ink-button =
|
|
309
|
+
.title = Eliminar dibujo
|
|
310
|
+
pdfjs-editor-remove-freetext-button =
|
|
311
|
+
.title = Eliminar texto
|
|
312
|
+
pdfjs-editor-remove-stamp-button =
|
|
313
|
+
.title = Eliminar imagen
|
|
314
|
+
pdfjs-editor-remove-highlight-button =
|
|
315
|
+
.title = Eliminar destacado
|
|
283
316
|
|
|
284
317
|
##
|
|
285
318
|
|
|
@@ -289,6 +322,13 @@ pdfjs-editor-free-text-size-input = Tamaño
|
|
|
289
322
|
pdfjs-editor-ink-color-input = Color
|
|
290
323
|
pdfjs-editor-ink-thickness-input = Grossor
|
|
291
324
|
pdfjs-editor-ink-opacity-input = Opacidad
|
|
325
|
+
pdfjs-editor-stamp-add-image-button =
|
|
326
|
+
.title = Agregar imagen
|
|
327
|
+
pdfjs-editor-stamp-add-image-button-label = Agregar imagen
|
|
328
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
329
|
+
pdfjs-editor-free-highlight-thickness-input = Espesor
|
|
330
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
331
|
+
.title = Cambiar el grosor al resaltar elementos que no sean texto
|
|
292
332
|
pdfjs-free-text =
|
|
293
333
|
.aria-label = Editor de texto
|
|
294
334
|
pdfjs-free-text-default-content = Empieza a escribir…
|
|
@@ -299,15 +339,42 @@ pdfjs-ink-canvas =
|
|
|
299
339
|
|
|
300
340
|
## Alt-text dialog
|
|
301
341
|
|
|
342
|
+
# Alternative text (alt text) helps when people can't see the image.
|
|
343
|
+
pdfjs-editor-alt-text-button-label = Texto alternativo
|
|
344
|
+
pdfjs-editor-alt-text-edit-button-label = Editar texto alternativo
|
|
345
|
+
pdfjs-editor-alt-text-dialog-label = Elige una opción
|
|
346
|
+
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.
|
|
347
|
+
pdfjs-editor-alt-text-add-description-label = Añadir una descripción
|
|
348
|
+
pdfjs-editor-alt-text-add-description-description = Intente escribir 1 o 2 oraciones que describan el tema, el entorno o las acciones.
|
|
349
|
+
pdfjs-editor-alt-text-mark-decorative-label = Marcar como decorativo
|
|
350
|
+
pdfjs-editor-alt-text-mark-decorative-description = Se utiliza para imágenes ornamentales, como bordes o marcas de agua.
|
|
351
|
+
pdfjs-editor-alt-text-cancel-button = Cancelar
|
|
352
|
+
pdfjs-editor-alt-text-save-button = Guardar
|
|
353
|
+
pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativo
|
|
354
|
+
# .placeholder: This is a placeholder for the alt text input area
|
|
355
|
+
pdfjs-editor-alt-text-textarea =
|
|
356
|
+
.placeholder = Por ejemplo: “Un joven se sienta a la mesa a comer”
|
|
302
357
|
|
|
303
358
|
## Editor resizers
|
|
304
359
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
305
360
|
|
|
361
|
+
pdfjs-editor-resizer-label-top-left = Esquina superior izquierda: cambiar el tamaño
|
|
362
|
+
pdfjs-editor-resizer-label-top-middle = Arriba en el medio: cambiar el tamaño
|
|
363
|
+
pdfjs-editor-resizer-label-top-right = Esquina superior derecha: cambiar el tamaño
|
|
364
|
+
pdfjs-editor-resizer-label-middle-right = Centro derecha: cambiar el tamaño
|
|
365
|
+
pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha: cambiar el tamaño
|
|
366
|
+
pdfjs-editor-resizer-label-bottom-middle = Abajo en el medio: cambiar el tamaño
|
|
367
|
+
pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda: cambiar el tamaño
|
|
368
|
+
pdfjs-editor-resizer-label-middle-left = Centro izquierda: cambiar el tamaño
|
|
306
369
|
|
|
307
370
|
## Color picker
|
|
308
371
|
|
|
372
|
+
# This means "Color used to highlight text"
|
|
373
|
+
pdfjs-editor-highlight-colorpicker-label = Color de resaltado
|
|
309
374
|
pdfjs-editor-colorpicker-button =
|
|
310
375
|
.title = Cambiar color
|
|
376
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
377
|
+
.aria-label = Opciones de color
|
|
311
378
|
pdfjs-editor-colorpicker-yellow =
|
|
312
379
|
.title = Amarillo
|
|
313
380
|
pdfjs-editor-colorpicker-green =
|
|
@@ -325,3 +392,10 @@ pdfjs-editor-colorpicker-red =
|
|
|
325
392
|
pdfjs-editor-highlight-show-all-button-label = Mostrar todo
|
|
326
393
|
pdfjs-editor-highlight-show-all-button =
|
|
327
394
|
.title = Mostrar todo
|
|
395
|
+
|
|
396
|
+
## New alt-text dialog
|
|
397
|
+
## 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.
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
## Image alt-text settings
|
|
401
|
+
|
|
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Dokumentuaren propietateak…
|
|
|
105
105
|
pdfjs-document-properties-file-name = Fitxategi-izena:
|
|
106
106
|
pdfjs-document-properties-file-size = Fitxategiaren tamaina:
|
|
107
107
|
# Variables:
|
|
108
|
+
# $kb (Number) - the PDF file size in kilobytes
|
|
109
|
+
# $b (Number) - the PDF file size in bytes
|
|
110
|
+
pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } byte)
|
|
111
|
+
# Variables:
|
|
112
|
+
# $mb (Number) - the PDF file size in megabytes
|
|
113
|
+
# $b (Number) - the PDF file size in bytes
|
|
114
|
+
pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } byte)
|
|
115
|
+
# Variables:
|
|
108
116
|
# $size_kb (Number) - the PDF file size in kilobytes
|
|
109
117
|
# $size_b (Number) - the PDF file size in bytes
|
|
110
118
|
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } byte)
|
|
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Gako-hitzak:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = Sortze-data:
|
|
120
128
|
pdfjs-document-properties-modification-date = Aldatze-data:
|
|
121
129
|
# Variables:
|
|
130
|
+
# $dateObj (Date) - the creation/modification date and time of the PDF file
|
|
131
|
+
pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
|
132
|
+
# Variables:
|
|
122
133
|
# $date (Date) - the creation/modification date of the PDF file
|
|
123
134
|
# $time (Time) - the creation/modification time of the PDF file
|
|
124
135
|
pdfjs-document-properties-date-string = { $date }, { $time }
|
|
@@ -275,6 +286,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|
|
275
286
|
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
276
287
|
pdfjs-text-annotation-type =
|
|
277
288
|
.alt = [{ $type } ohartarazpena]
|
|
289
|
+
# Variables:
|
|
290
|
+
# $dateObj (Date) - the modification date and time of the annotation
|
|
291
|
+
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
|
278
292
|
|
|
279
293
|
## Password
|
|
280
294
|
|
|
@@ -412,6 +426,56 @@ pdfjs-editor-highlight-show-all-button =
|
|
|
412
426
|
## New alt-text dialog
|
|
413
427
|
## 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.
|
|
414
428
|
|
|
429
|
+
# Modal header positioned above a text box where users can edit the alt text.
|
|
430
|
+
pdfjs-editor-new-alt-text-dialog-edit-label = Editatu testu alternatiboa (irudiaren azalpena)
|
|
431
|
+
# Modal header positioned above a text box where users can add the alt text.
|
|
432
|
+
pdfjs-editor-new-alt-text-dialog-add-label = Gehitu testu alternatiboa (irudiaren azalpena)
|
|
433
|
+
pdfjs-editor-new-alt-text-textarea =
|
|
434
|
+
.placeholder = Idatzi zure azalpena hemen…
|
|
435
|
+
# This text refers to the alt text box above this description. It offers a definition of alt text.
|
|
436
|
+
pdfjs-editor-new-alt-text-description = Azalpen laburra irudia ikusi ezin duen jendearentzat edo irudia kargatu ezin denerako.
|
|
437
|
+
# 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.
|
|
438
|
+
pdfjs-editor-new-alt-text-disclaimer1 = Testu alternatibo hau automatikoki sortu da eta okerra izan liteke.
|
|
439
|
+
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Argibide gehiago
|
|
440
|
+
pdfjs-editor-new-alt-text-create-automatically-button-label = Sortu testu alternatiboa automatikoki
|
|
441
|
+
pdfjs-editor-new-alt-text-not-now-button = Une honetan ez
|
|
442
|
+
pdfjs-editor-new-alt-text-error-title = Ezin da testu alternatiboa automatikoki sortu
|
|
443
|
+
pdfjs-editor-new-alt-text-error-description = Idatzi zure testu alternatibo propioa edo saiatu berriro geroago.
|
|
444
|
+
pdfjs-editor-new-alt-text-error-close-button = Itxi
|
|
445
|
+
# Variables:
|
|
446
|
+
# $totalSize (Number) - the total size (in MB) of the AI model.
|
|
447
|
+
# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
|
|
448
|
+
# $percent (Number) - the percentage of the downloaded size.
|
|
449
|
+
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Testu alternatiboaren AA modeloa deskargatzen ({ $totalSize }/{ $downloadedSize } MB)
|
|
450
|
+
.aria-valuetext = Testu alternatiboaren AA modeloa deskargatzen ({ $totalSize }/{ $downloadedSize } MB)
|
|
451
|
+
# This is a button that users can click to edit the alt text they have already added.
|
|
452
|
+
pdfjs-editor-new-alt-text-added-button-label = Testu alternatiboa gehituta
|
|
453
|
+
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
|
454
|
+
pdfjs-editor-new-alt-text-missing-button-label = Testu alternatiboa falta da
|
|
455
|
+
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
|
456
|
+
pdfjs-editor-new-alt-text-to-review-button-label = Berrikusi testu alternatiboa
|
|
457
|
+
# "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.
|
|
458
|
+
# Variables:
|
|
459
|
+
# $generatedAltText (String) - the generated alt-text.
|
|
460
|
+
pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Automatikoki sortua: { $generatedAltText }
|
|
415
461
|
|
|
416
462
|
## Image alt-text settings
|
|
417
463
|
|
|
464
|
+
pdfjs-image-alt-text-settings-button =
|
|
465
|
+
.title = Irudiaren testu alternatiboaren ezarpenak
|
|
466
|
+
pdfjs-image-alt-text-settings-button-label = Irudiaren testu alternatiboaren ezarpenak
|
|
467
|
+
pdfjs-editor-alt-text-settings-dialog-label = Irudiaren testu alternatiboaren ezarpenak
|
|
468
|
+
pdfjs-editor-alt-text-settings-automatic-title = Testu alternatibo automatikoa
|
|
469
|
+
pdfjs-editor-alt-text-settings-create-model-button-label = Sortu testu alternatiboa automatikoki
|
|
470
|
+
pdfjs-editor-alt-text-settings-create-model-description = Azalpenak iradokitzen ditu irudia ikusi ezin duen jendearentzat edo irudia kargatu ezin denerako.
|
|
471
|
+
# Variables:
|
|
472
|
+
# $totalSize (Number) - the total size (in MB) of the AI model.
|
|
473
|
+
pdfjs-editor-alt-text-settings-download-model-label = Testu alternatiboaren AA modeloa ({ $totalSize } MB)
|
|
474
|
+
pdfjs-editor-alt-text-settings-ai-model-description = Zure gailuan modu lokalean exekutatzen da eta zure datuak pribatu mantentzen dira. Testu alternatibo automatikorako beharrezkoa.
|
|
475
|
+
pdfjs-editor-alt-text-settings-delete-model-button = Ezabatu
|
|
476
|
+
pdfjs-editor-alt-text-settings-download-model-button = Deskargatu
|
|
477
|
+
pdfjs-editor-alt-text-settings-downloading-model-button = Deskargatzen…
|
|
478
|
+
pdfjs-editor-alt-text-settings-editor-title = Testu alternatiboaren editorea
|
|
479
|
+
pdfjs-editor-alt-text-settings-show-dialog-button-label = Erakutsi testu alternatiboa irudi bat gehitzean berehala
|
|
480
|
+
pdfjs-editor-alt-text-settings-show-dialog-description = Zure irudiek testu alternatiboa duela ziurtatzen laguntzen dizu.
|
|
481
|
+
pdfjs-editor-alt-text-settings-close-button = Itxi
|
|
@@ -433,7 +433,10 @@ pdfjs-editor-new-alt-text-dialog-add-label = Илова кардани матн
|
|
|
433
433
|
pdfjs-editor-new-alt-text-textarea =
|
|
434
434
|
.placeholder = Тафсири худро дар ин ҷо нависед…
|
|
435
435
|
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Маълумоти бештар
|
|
436
|
+
pdfjs-editor-new-alt-text-create-automatically-button-label = Ба таври худкор эҷод кардани матни иловагӣ
|
|
436
437
|
pdfjs-editor-new-alt-text-not-now-button = Ҳоло не
|
|
438
|
+
pdfjs-editor-new-alt-text-error-title = Матни иловагӣ ба таври худкор эҷод карда нашуд
|
|
439
|
+
pdfjs-editor-new-alt-text-error-description = Лутфан, матни иловагии худро ворид кунед ё баъдтар аз нав кӯшиш кунед.
|
|
437
440
|
pdfjs-editor-new-alt-text-error-close-button = Пӯшидан
|
|
438
441
|
# This is a button that users can click to edit the alt text they have already added.
|
|
439
442
|
pdfjs-editor-new-alt-text-added-button-label = Матни иловагӣ илова карда шуд
|
|
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = คุณสมบัติเอกส
|
|
|
105
105
|
pdfjs-document-properties-file-name = ชื่อไฟล์:
|
|
106
106
|
pdfjs-document-properties-file-size = ขนาดไฟล์:
|
|
107
107
|
# Variables:
|
|
108
|
+
# $kb (Number) - the PDF file size in kilobytes
|
|
109
|
+
# $b (Number) - the PDF file size in bytes
|
|
110
|
+
pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } ไบต์)
|
|
111
|
+
# Variables:
|
|
112
|
+
# $mb (Number) - the PDF file size in megabytes
|
|
113
|
+
# $b (Number) - the PDF file size in bytes
|
|
114
|
+
pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } ไบต์)
|
|
115
|
+
# Variables:
|
|
108
116
|
# $size_kb (Number) - the PDF file size in kilobytes
|
|
109
117
|
# $size_b (Number) - the PDF file size in bytes
|
|
110
118
|
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } ไบต์)
|
|
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = คำสำคัญ:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = วันที่สร้าง:
|
|
120
128
|
pdfjs-document-properties-modification-date = วันที่แก้ไข:
|
|
121
129
|
# Variables:
|
|
130
|
+
# $dateObj (Date) - the creation/modification date and time of the PDF file
|
|
131
|
+
pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
|
132
|
+
# Variables:
|
|
122
133
|
# $date (Date) - the creation/modification date of the PDF file
|
|
123
134
|
# $time (Time) - the creation/modification time of the PDF file
|
|
124
135
|
pdfjs-document-properties-date-string = { $date }, { $time }
|
|
@@ -267,6 +278,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|
|
267
278
|
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
268
279
|
pdfjs-text-annotation-type =
|
|
269
280
|
.alt = [คำอธิบายประกอบ { $type }]
|
|
281
|
+
# Variables:
|
|
282
|
+
# $dateObj (Date) - the modification date and time of the annotation
|
|
283
|
+
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
|
270
284
|
|
|
271
285
|
## Password
|
|
272
286
|
|
|
@@ -2027,6 +2027,7 @@
|
|
|
2027
2027
|
|
|
2028
2028
|
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip{
|
|
2029
2029
|
display:none;
|
|
2030
|
+
word-wrap:anywhere;
|
|
2030
2031
|
}
|
|
2031
2032
|
|
|
2032
2033
|
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
@@ -3795,7 +3796,7 @@ body.wait::before{
|
|
|
3795
3796
|
mask-image:var(--toolbarButton-editorStamp-icon);
|
|
3796
3797
|
}
|
|
3797
3798
|
|
|
3798
|
-
|
|
3799
|
+
#printButton::before{
|
|
3799
3800
|
-webkit-mask-image:var(--toolbarButton-print-icon);
|
|
3800
3801
|
mask-image:var(--toolbarButton-print-icon);
|
|
3801
3802
|
}
|
|
@@ -3805,7 +3806,7 @@ body.wait::before{
|
|
|
3805
3806
|
mask-image:var(--toolbarButton-openFile-icon);
|
|
3806
3807
|
}
|
|
3807
3808
|
|
|
3808
|
-
|
|
3809
|
+
#downloadButton::before{
|
|
3809
3810
|
-webkit-mask-image:var(--toolbarButton-download-icon);
|
|
3810
3811
|
mask-image:var(--toolbarButton-download-icon);
|
|
3811
3812
|
}
|