@sync-in/server 1.4.0 → 1.5.0
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/CHANGELOG.md +19 -0
- package/README.md +2 -1
- package/package.json +5 -5
- package/server/applications/comments/comments.controller.spec.js +103 -4
- package/server/applications/comments/comments.controller.spec.js.map +1 -1
- package/server/applications/comments/services/comments-manager.service.spec.js +409 -9
- package/server/applications/comments/services/comments-manager.service.spec.js.map +1 -1
- package/server/applications/files/adapters/files-indexer-mysql.service.spec.js +333 -0
- package/server/applications/files/adapters/files-indexer-mysql.service.spec.js.map +1 -0
- package/server/applications/files/constants/routes.js +6 -1
- package/server/applications/files/constants/routes.js.map +1 -1
- package/server/applications/files/files-only-office.controller.js +11 -0
- package/server/applications/files/files-only-office.controller.js.map +1 -1
- package/server/applications/files/files-only-office.controller.spec.js +97 -3
- package/server/applications/files/files-only-office.controller.spec.js.map +1 -1
- package/server/applications/files/files-tasks.controller.spec.js +91 -1
- package/server/applications/files/files-tasks.controller.spec.js.map +1 -1
- package/server/applications/files/files.controller.spec.js +268 -46
- package/server/applications/files/files.controller.spec.js.map +1 -1
- package/server/applications/files/guards/files-only-office.guard.spec.js +77 -1
- package/server/applications/files/guards/files-only-office.guard.spec.js.map +1 -1
- package/server/applications/files/services/files-only-office-manager.service.js +5 -0
- package/server/applications/files/services/files-only-office-manager.service.js.map +1 -1
- package/server/applications/links/links.controller.spec.js +91 -58
- package/server/applications/links/links.controller.spec.js.map +1 -1
- package/server/applications/links/services/links-manager.service.js +4 -6
- package/server/applications/links/services/links-manager.service.js.map +1 -1
- package/server/applications/links/services/links-manager.service.spec.js +378 -14
- package/server/applications/links/services/links-manager.service.spec.js.map +1 -1
- package/server/applications/links/services/links-queries.service.js +1 -1
- package/server/applications/links/services/links-queries.service.js.map +1 -1
- package/server/applications/notifications/notifications.controller.spec.js +56 -1
- package/server/applications/notifications/notifications.controller.spec.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.spec.js +461 -5
- package/server/applications/notifications/services/notifications-manager.service.spec.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.spec.js +590 -14
- package/server/applications/shares/services/shares-manager.service.spec.js.map +1 -1
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.spec.js +120 -0
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.spec.js.map +1 -0
- package/server/applications/sync/services/sync-clients-manager.service.spec.js +548 -8
- package/server/applications/sync/services/sync-clients-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.spec.js +837 -5
- package/server/applications/sync/services/sync-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js +900 -7
- package/server/applications/sync/services/sync-paths-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.js +22 -24
- package/server/applications/users/services/admin-users-manager.service.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.spec.js +763 -17
- package/server/applications/users/services/admin-users-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/users-manager.service.js +1 -1
- package/server/applications/users/services/users-manager.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.spec.js +938 -49
- package/server/applications/users/services/users-manager.service.spec.js.map +1 -1
- package/server/applications/webdav/decorators/if-header.decorator.js +4 -1
- package/server/applications/webdav/decorators/if-header.decorator.js.map +1 -1
- package/server/applications/webdav/filters/webdav.filter.spec.js +77 -0
- package/server/applications/webdav/filters/webdav.filter.spec.js.map +1 -0
- package/server/applications/webdav/guards/webdav-protocol.guard.js +3 -7
- package/server/applications/webdav/guards/webdav-protocol.guard.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js +580 -0
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js.map +1 -0
- package/server/applications/webdav/services/webdav-methods.service.spec.js +1582 -3
- package/server/applications/webdav/services/webdav-methods.service.spec.js.map +1 -1
- package/server/applications/webdav/services/webdav-spaces.service.spec.js +390 -2
- package/server/applications/webdav/services/webdav-spaces.service.spec.js.map +1 -1
- package/server/applications/webdav/webdav.controller.js +2 -2
- package/server/applications/webdav/webdav.controller.js.map +1 -1
- package/server/authentication/guards/auth-basic.guard.js.map +1 -1
- package/server/authentication/guards/auth-digest.guard.js +1 -2
- package/server/authentication/guards/auth-digest.guard.js.map +1 -1
- package/server/authentication/guards/auth-local.guard.js.map +1 -1
- package/server/infrastructure/context/interceptors/context.interceptor.spec.js +135 -0
- package/server/infrastructure/context/interceptors/context.interceptor.spec.js.map +1 -0
- package/static/3rdpartylicenses.txt +26 -26
- package/static/assets/pdfjs/build/pdf.mjs +1177 -255
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +25 -2
- package/static/assets/pdfjs/build/pdf.sandbox.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.worker.mjs +140 -16
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/debugger.css +31 -0
- package/static/assets/pdfjs/web/debugger.mjs +144 -2
- package/static/assets/pdfjs/web/images/comment-editButton.svg +6 -1
- package/static/assets/pdfjs/web/locale/ach/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/af/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/an/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/ast/viewer.ftl +0 -60
- package/static/assets/pdfjs/web/locale/az/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/be/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/bg/viewer.ftl +0 -37
- package/static/assets/pdfjs/web/locale/bn/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/bo/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/br/viewer.ftl +0 -37
- package/static/assets/pdfjs/web/locale/brx/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/bs/viewer.ftl +22 -0
- package/static/assets/pdfjs/web/locale/ca/viewer.ftl +0 -54
- package/static/assets/pdfjs/web/locale/cak/viewer.ftl +0 -54
- package/static/assets/pdfjs/web/locale/ckb/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/cs/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/cy/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/da/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/de/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/el/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +25 -0
- package/static/assets/pdfjs/web/locale/eo/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +0 -6
- package/static/assets/pdfjs/web/locale/et/viewer.ftl +0 -57
- package/static/assets/pdfjs/web/locale/fa/viewer.ftl +0 -37
- package/static/assets/pdfjs/web/locale/ff/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/fi/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/fr/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/ga-IE/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/gd/viewer.ftl +0 -54
- package/static/assets/pdfjs/web/locale/gl/viewer.ftl +8 -0
- package/static/assets/pdfjs/web/locale/gn/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/gu-IN/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/he/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/hi-IN/viewer.ftl +0 -60
- package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/hu/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +0 -49
- package/static/assets/pdfjs/web/locale/hye/viewer.ftl +0 -60
- package/static/assets/pdfjs/web/locale/ia/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/is/viewer.ftl +0 -3
- package/static/assets/pdfjs/web/locale/it/viewer.ftl +31 -0
- package/static/assets/pdfjs/web/locale/ja/viewer.ftl +8 -0
- package/static/assets/pdfjs/web/locale/ka/viewer.ftl +48 -10
- package/static/assets/pdfjs/web/locale/kab/viewer.ftl +5 -0
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +8 -0
- package/static/assets/pdfjs/web/locale/km/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/kn/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/ko/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/lij/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/lo/viewer.ftl +0 -54
- package/static/assets/pdfjs/web/locale/lt/viewer.ftl +0 -60
- package/static/assets/pdfjs/web/locale/ltg/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/lv/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/meh/viewer.ftl +0 -75
- package/static/assets/pdfjs/web/locale/mk/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/ml/viewer.ftl +0 -3
- package/static/assets/pdfjs/web/locale/mr/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/ms/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/my/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +44 -6
- package/static/assets/pdfjs/web/locale/ne-NP/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/nl/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +45 -1
- package/static/assets/pdfjs/web/locale/oc/viewer.ftl +0 -31
- package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/pl/viewer.ftl +39 -1
- package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/ro/viewer.ftl +355 -1
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/sat/viewer.ftl +0 -54
- package/static/assets/pdfjs/web/locale/sc/viewer.ftl +0 -38
- package/static/assets/pdfjs/web/locale/scn/viewer.ftl +0 -92
- package/static/assets/pdfjs/web/locale/sco/viewer.ftl +0 -60
- package/static/assets/pdfjs/web/locale/si/viewer.ftl +0 -51
- package/static/assets/pdfjs/web/locale/sk/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/skr/viewer.ftl +0 -27
- package/static/assets/pdfjs/web/locale/sl/viewer.ftl +8 -0
- package/static/assets/pdfjs/web/locale/son/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/sr/viewer.ftl +0 -33
- package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/szl/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/ta/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/te/viewer.ftl +0 -60
- package/static/assets/pdfjs/web/locale/tg/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/tl/viewer.ftl +0 -63
- package/static/assets/pdfjs/web/locale/tr/viewer.ftl +40 -2
- package/static/assets/pdfjs/web/locale/trs/viewer.ftl +0 -72
- package/static/assets/pdfjs/web/locale/ur/viewer.ftl +0 -60
- package/static/assets/pdfjs/web/locale/uz/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/vi/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/wo/viewer.ftl +0 -77
- package/static/assets/pdfjs/web/locale/xh/viewer.ftl +0 -71
- package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +38 -0
- package/static/assets/pdfjs/web/viewer.css +649 -120
- package/static/assets/pdfjs/web/viewer.html +19 -0
- package/static/assets/pdfjs/web/viewer.mjs +489 -38
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/chunk-22EANI6R.js +1 -0
- package/static/{chunk-3GC2BQZD.js → chunk-2UWN7IQF.js} +1 -1
- package/static/{chunk-TCFKH6K6.js → chunk-2VSPDSJS.js} +1 -1
- package/static/{chunk-KZQCFEPT.js → chunk-34UZ7SYI.js} +1 -1
- package/static/{chunk-5YKWZT33.js → chunk-45UQJGGY.js} +1 -1
- package/static/{chunk-N2LYWNTC.js → chunk-5TEXH3LJ.js} +1 -1
- package/static/{chunk-MOVWEZ7J.js → chunk-66FMKVJX.js} +1 -1
- package/static/{chunk-XE5YHU5J.js → chunk-BIUNUYZ5.js} +1 -1
- package/static/chunk-CK4BY2NX.js +27 -0
- package/static/{chunk-T55FAU2O.js → chunk-CSBDAY77.js} +1 -1
- package/static/{chunk-6F55D74O.js → chunk-CXXPLBDZ.js} +1 -1
- package/static/{chunk-YCINY2YI.js → chunk-EILQG525.js} +1 -1
- package/static/{chunk-DGVNNICG.js → chunk-ENWABUR4.js} +1 -1
- package/static/{chunk-Y2CDUS4J.js → chunk-FR4AOLYL.js} +4 -4
- package/static/chunk-HW2H3ISM.js +559 -0
- package/static/{chunk-VHYIXL7R.js → chunk-HYMDGBZL.js} +1 -1
- package/static/{chunk-W3QXNDI5.js → chunk-IML5UYQG.js} +1 -1
- package/static/{chunk-GBCYYDCI.js → chunk-IPSMJHMQ.js} +1 -1
- package/static/{chunk-TXPODW5Q.js → chunk-JVCWYSNP.js} +1 -1
- package/static/{chunk-VMQMD36Z.js → chunk-KGPCIUD2.js} +1 -1
- package/static/{chunk-TNW2CGK6.js → chunk-KQZJSEM3.js} +1 -1
- package/static/{chunk-HZA7R43P.js → chunk-NPEMJJIU.js} +1 -1
- package/static/{chunk-WWIC7UW3.js → chunk-OEFBC4GG.js} +1 -1
- package/static/{chunk-VMUOUCEI.js → chunk-P734A3XZ.js} +1 -1
- package/static/{chunk-FQ4AFNGE.js → chunk-RASR4CK6.js} +1 -1
- package/static/{chunk-LJIGRUEF.js → chunk-RFMOUC22.js} +1 -1
- package/static/{chunk-TTQ37MUV.js → chunk-RSS6GYNE.js} +1 -1
- package/static/{chunk-TDQAEVZN.js → chunk-SBOQGGZX.js} +1 -1
- package/static/{chunk-PF4K7MVG.js → chunk-SJAFPXQV.js} +1 -1
- package/static/{chunk-C23BPTJZ.js → chunk-XTYGMF2V.js} +1 -1
- package/static/{chunk-B2Y2RNFP.js → chunk-YCWMV2YR.js} +1 -1
- package/static/{chunk-X43VWRFP.js → chunk-YGD22MWQ.js} +1 -1
- package/static/{chunk-MTRNPGS4.js → chunk-ZC5NIT55.js} +1 -1
- package/static/{chunk-PY3BGNJN.js → chunk-ZVY37DKS.js} +1 -1
- package/static/index.html +1 -1
- package/static/main-N5CZRHAO.js +7 -0
- package/static/chunk-RSNLYAN6.js +0 -560
- package/static/chunk-WHMS3PJ3.js +0 -24
- package/static/chunk-ZZ3LHYOY.js +0 -1
- package/static/main-7LDKYVXO.js +0 -10
|
@@ -302,9 +302,13 @@ pdfjs-web-fonts-disabled = Tipografía web deshabilitada: no se pueden usar tipo
|
|
|
302
302
|
|
|
303
303
|
pdfjs-editor-free-text-button =
|
|
304
304
|
.title = Texto
|
|
305
|
+
pdfjs-editor-color-picker-free-text-input =
|
|
306
|
+
.title = Cambiar color del texto
|
|
305
307
|
pdfjs-editor-free-text-button-label = Texto
|
|
306
308
|
pdfjs-editor-ink-button =
|
|
307
309
|
.title = Dibujar
|
|
310
|
+
pdfjs-editor-color-picker-ink-input =
|
|
311
|
+
.title = Cambiar color del dibujo
|
|
308
312
|
pdfjs-editor-ink-button-label = Dibujar
|
|
309
313
|
pdfjs-editor-stamp-button =
|
|
310
314
|
.title = Agregar o editar imágenes
|
|
@@ -316,6 +320,10 @@ pdfjs-highlight-floating-button1 =
|
|
|
316
320
|
.title = Resaltar
|
|
317
321
|
.aria-label = Resaltar
|
|
318
322
|
pdfjs-highlight-floating-button-label = Resaltar
|
|
323
|
+
pdfjs-comment-floating-button =
|
|
324
|
+
.title = Comentar
|
|
325
|
+
.aria-label = Comentar
|
|
326
|
+
pdfjs-comment-floating-button-label = Comentar
|
|
319
327
|
pdfjs-editor-signature-button =
|
|
320
328
|
.title = Agregar firma
|
|
321
329
|
pdfjs-editor-signature-button-label = Agregar firma
|
|
@@ -524,6 +532,14 @@ pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar el editor de t
|
|
|
524
532
|
pdfjs-editor-alt-text-settings-show-dialog-description = Te ayuda a asegurarse de que todas las imágenes tengan texto alternativo.
|
|
525
533
|
pdfjs-editor-alt-text-settings-close-button = Cerrar
|
|
526
534
|
|
|
535
|
+
## Accessibility labels (announced by screen readers) for objects added to the editor.
|
|
536
|
+
|
|
537
|
+
pdfjs-editor-highlight-added-alert = Resaltado agregado
|
|
538
|
+
pdfjs-editor-freetext-added-alert = Texto agregado
|
|
539
|
+
pdfjs-editor-ink-added-alert = Dibujo agregado
|
|
540
|
+
pdfjs-editor-stamp-added-alert = Imagen agregada
|
|
541
|
+
pdfjs-editor-signature-added-alert = Firma agregada
|
|
542
|
+
|
|
527
543
|
## "Annotations removed" bar
|
|
528
544
|
|
|
529
545
|
pdfjs-editor-undo-bar-message-highlight = Resaltado eliminado
|
|
@@ -592,6 +608,8 @@ pdfjs-editor-add-signature-save-checkbox = Guardar firma
|
|
|
592
608
|
pdfjs-editor-add-signature-save-warning-message = Se alcanzó el límite de 5 firmas guardadas. Elimine una para guardar más.
|
|
593
609
|
pdfjs-editor-add-signature-image-upload-error-title = No se pudo subir la imagen
|
|
594
610
|
pdfjs-editor-add-signature-image-upload-error-description = Verifique la conexión de red o pruebe con otra imagen.
|
|
611
|
+
pdfjs-editor-add-signature-image-no-data-error-title = No se puede convertir esta imagen en una firma
|
|
612
|
+
pdfjs-editor-add-signature-image-no-data-error-description = Intente subir una imagen diferente.
|
|
595
613
|
pdfjs-editor-add-signature-error-close-button = Cerrar
|
|
596
614
|
|
|
597
615
|
## Dialog buttons
|
|
@@ -600,6 +618,26 @@ pdfjs-editor-add-signature-cancel-button = Cancelar
|
|
|
600
618
|
pdfjs-editor-add-signature-add-button = Agregar
|
|
601
619
|
pdfjs-editor-edit-signature-update-button = Actualizar
|
|
602
620
|
|
|
621
|
+
## Edit a comment dialog
|
|
622
|
+
|
|
623
|
+
pdfjs-editor-edit-comment-actions-button-label = Acciones
|
|
624
|
+
pdfjs-editor-edit-comment-actions-button =
|
|
625
|
+
.title = Acciones
|
|
626
|
+
pdfjs-editor-edit-comment-close-button-label = Cerrar
|
|
627
|
+
pdfjs-editor-edit-comment-close-button =
|
|
628
|
+
.title = Cerrar
|
|
629
|
+
pdfjs-editor-edit-comment-actions-edit-button-label = Editar
|
|
630
|
+
pdfjs-editor-edit-comment-actions-delete-button-label = Borrar
|
|
631
|
+
pdfjs-editor-edit-comment-manager-text-input =
|
|
632
|
+
.placeholder = Ingresar un comentario
|
|
633
|
+
pdfjs-editor-edit-comment-manager-cancel-button = Cancelar
|
|
634
|
+
pdfjs-editor-edit-comment-manager-save-button = Guardar
|
|
635
|
+
|
|
636
|
+
## Edit a comment button in the editor toolbar
|
|
637
|
+
|
|
638
|
+
pdfjs-editor-edit-comment-button =
|
|
639
|
+
.title = Editar comentario
|
|
640
|
+
|
|
603
641
|
## Main menu for adding/removing signatures
|
|
604
642
|
|
|
605
643
|
pdfjs-editor-delete-signature-button1 =
|
|
@@ -302,9 +302,13 @@ pdfjs-web-fonts-disabled = Las tipografías web están desactivadas: imposible u
|
|
|
302
302
|
|
|
303
303
|
pdfjs-editor-free-text-button =
|
|
304
304
|
.title = Texto
|
|
305
|
+
pdfjs-editor-color-picker-free-text-input =
|
|
306
|
+
.title = Cambiar color del texto
|
|
305
307
|
pdfjs-editor-free-text-button-label = Texto
|
|
306
308
|
pdfjs-editor-ink-button =
|
|
307
309
|
.title = Dibujar
|
|
310
|
+
pdfjs-editor-color-picker-ink-input =
|
|
311
|
+
.title = Cambiar color del dibujo
|
|
308
312
|
pdfjs-editor-ink-button-label = Dibujar
|
|
309
313
|
pdfjs-editor-stamp-button =
|
|
310
314
|
.title = Añadir o editar imágenes
|
|
@@ -316,6 +320,10 @@ pdfjs-highlight-floating-button1 =
|
|
|
316
320
|
.title = Destacar
|
|
317
321
|
.aria-label = Destacar
|
|
318
322
|
pdfjs-highlight-floating-button-label = Destacar
|
|
323
|
+
pdfjs-comment-floating-button =
|
|
324
|
+
.title = Comentario
|
|
325
|
+
.aria-label = Comentario
|
|
326
|
+
pdfjs-comment-floating-button-label = Comentario
|
|
319
327
|
pdfjs-editor-signature-button =
|
|
320
328
|
.title = Añadir firma
|
|
321
329
|
pdfjs-editor-signature-button-label = Añadir firma
|
|
@@ -524,6 +532,14 @@ pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar el editor de t
|
|
|
524
532
|
pdfjs-editor-alt-text-settings-show-dialog-description = Te ayuda a asegurarte de que todas tus imágenes tengan texto alternativo.
|
|
525
533
|
pdfjs-editor-alt-text-settings-close-button = Cerrar
|
|
526
534
|
|
|
535
|
+
## Accessibility labels (announced by screen readers) for objects added to the editor.
|
|
536
|
+
|
|
537
|
+
pdfjs-editor-highlight-added-alert = Destacado añadido
|
|
538
|
+
pdfjs-editor-freetext-added-alert = Texto añadido
|
|
539
|
+
pdfjs-editor-ink-added-alert = Dibujo añadido
|
|
540
|
+
pdfjs-editor-stamp-added-alert = Imagen añadida
|
|
541
|
+
pdfjs-editor-signature-added-alert = Firma añadida
|
|
542
|
+
|
|
527
543
|
## "Annotations removed" bar
|
|
528
544
|
|
|
529
545
|
pdfjs-editor-undo-bar-message-highlight = Resaltado eliminado
|
|
@@ -592,6 +608,8 @@ pdfjs-editor-add-signature-save-checkbox = Guardar firma
|
|
|
592
608
|
pdfjs-editor-add-signature-save-warning-message = Has alcanzado el límite de 5 firmas guardadas. Elimina una para guardar más.
|
|
593
609
|
pdfjs-editor-add-signature-image-upload-error-title = No se pudo subir la imagen
|
|
594
610
|
pdfjs-editor-add-signature-image-upload-error-description = Verifica tu conexión de red o prueba con otra imagen.
|
|
611
|
+
pdfjs-editor-add-signature-image-no-data-error-title = No se puede convertir esta imagen en una firma
|
|
612
|
+
pdfjs-editor-add-signature-image-no-data-error-description = Por favor, intenta cargar una imagen diferente.
|
|
595
613
|
pdfjs-editor-add-signature-error-close-button = Cerrar
|
|
596
614
|
|
|
597
615
|
## Dialog buttons
|
|
@@ -600,6 +618,26 @@ pdfjs-editor-add-signature-cancel-button = Cancelar
|
|
|
600
618
|
pdfjs-editor-add-signature-add-button = Añadir
|
|
601
619
|
pdfjs-editor-edit-signature-update-button = Actualizar
|
|
602
620
|
|
|
621
|
+
## Edit a comment dialog
|
|
622
|
+
|
|
623
|
+
pdfjs-editor-edit-comment-actions-button-label = Acciones
|
|
624
|
+
pdfjs-editor-edit-comment-actions-button =
|
|
625
|
+
.title = Acciones
|
|
626
|
+
pdfjs-editor-edit-comment-close-button-label = Cerrar
|
|
627
|
+
pdfjs-editor-edit-comment-close-button =
|
|
628
|
+
.title = Cerrar
|
|
629
|
+
pdfjs-editor-edit-comment-actions-edit-button-label = Editar
|
|
630
|
+
pdfjs-editor-edit-comment-actions-delete-button-label = Eliminar
|
|
631
|
+
pdfjs-editor-edit-comment-manager-text-input =
|
|
632
|
+
.placeholder = Ingresa tu comentario
|
|
633
|
+
pdfjs-editor-edit-comment-manager-cancel-button = Cancelar
|
|
634
|
+
pdfjs-editor-edit-comment-manager-save-button = Guardar
|
|
635
|
+
|
|
636
|
+
## Edit a comment button in the editor toolbar
|
|
637
|
+
|
|
638
|
+
pdfjs-editor-edit-comment-button =
|
|
639
|
+
.title = Editar comentario
|
|
640
|
+
|
|
603
641
|
## Main menu for adding/removing signatures
|
|
604
642
|
|
|
605
643
|
pdfjs-editor-delete-signature-button1 =
|
|
@@ -320,9 +320,6 @@ pdfjs-editor-signature-button =
|
|
|
320
320
|
.title = Agregar firma
|
|
321
321
|
pdfjs-editor-signature-button-label = Añadir firma
|
|
322
322
|
|
|
323
|
-
## Default editor aria labels
|
|
324
|
-
|
|
325
|
-
|
|
326
323
|
## Remove button for the various kind of editor.
|
|
327
324
|
|
|
328
325
|
pdfjs-editor-remove-ink-button =
|
|
@@ -568,9 +565,6 @@ pdfjs-editor-add-signature-error-close-button = Cerrar
|
|
|
568
565
|
pdfjs-editor-add-signature-cancel-button = Cancelar
|
|
569
566
|
pdfjs-editor-add-signature-add-button = Agregar
|
|
570
567
|
|
|
571
|
-
## Main menu for adding/removing signatures
|
|
572
|
-
|
|
573
|
-
|
|
574
568
|
## Editor toolbar
|
|
575
569
|
|
|
576
570
|
pdfjs-editor-add-signature-edit-button-label = Editar descripción
|
|
@@ -257,63 +257,6 @@ pdfjs-password-ok-button = Sobib
|
|
|
257
257
|
pdfjs-password-cancel-button = Loobu
|
|
258
258
|
pdfjs-web-fonts-disabled = Veebifondid on keelatud: PDFiga kaasatud fonte pole võimalik kasutada.
|
|
259
259
|
|
|
260
|
-
## Editing
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
## Default editor aria labels
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
## Remove button for the various kind of editor.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
##
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
## Alt-text dialog
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
## Editor resizers
|
|
276
|
-
## This is used in an aria label to help to understand the role of the resizer.
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
## Color picker
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
## Show all highlights
|
|
283
|
-
## This is a toggle button to show/hide all the highlights.
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
## New alt-text dialog
|
|
287
|
-
## 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.
|
|
288
|
-
|
|
289
|
-
|
|
290
260
|
## Image alt-text settings
|
|
291
261
|
|
|
292
262
|
pdfjs-editor-alt-text-settings-delete-model-button = Kustuta
|
|
293
|
-
|
|
294
|
-
## "Annotations removed" bar
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
## Add a signature dialog
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
## Tab names
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
## Tab panels
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
## Controls
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
## Dialog buttons
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
## Main menu for adding/removing signatures
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
## Editor toolbar
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
## Edit signature description dialog
|
|
319
|
-
|
|
@@ -279,12 +279,6 @@ pdfjs-highlight-floating-button1 =
|
|
|
279
279
|
.aria-label = برجسته کردن
|
|
280
280
|
pdfjs-highlight-floating-button-label = برجسته کردن
|
|
281
281
|
|
|
282
|
-
## Default editor aria labels
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
## Remove button for the various kind of editor.
|
|
286
|
-
|
|
287
|
-
|
|
288
282
|
##
|
|
289
283
|
|
|
290
284
|
# Editor Parameters
|
|
@@ -308,10 +302,6 @@ pdfjs-editor-alt-text-add-description-label = افزودن توضیحات
|
|
|
308
302
|
pdfjs-editor-alt-text-cancel-button = انصراف
|
|
309
303
|
pdfjs-editor-alt-text-save-button = ذخیره
|
|
310
304
|
|
|
311
|
-
## Editor resizers
|
|
312
|
-
## This is used in an aria label to help to understand the role of the resizer.
|
|
313
|
-
|
|
314
|
-
|
|
315
305
|
## Color picker
|
|
316
306
|
|
|
317
307
|
pdfjs-editor-colorpicker-button =
|
|
@@ -349,30 +339,3 @@ pdfjs-editor-alt-text-settings-delete-model-button = حذف
|
|
|
349
339
|
pdfjs-editor-alt-text-settings-download-model-button = دریافت
|
|
350
340
|
pdfjs-editor-alt-text-settings-downloading-model-button = در حال دریافت…
|
|
351
341
|
pdfjs-editor-alt-text-settings-close-button = بستن
|
|
352
|
-
|
|
353
|
-
## "Annotations removed" bar
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
## Add a signature dialog
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
## Tab names
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
## Tab panels
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
## Controls
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
## Dialog buttons
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
## Main menu for adding/removing signatures
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
## Editor toolbar
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
## Edit signature description dialog
|
|
378
|
-
|
|
@@ -207,9 +207,6 @@ pdfjs-page-scale-actual = Ɓetol Jaati
|
|
|
207
207
|
# $scale (Number) - percent value for page scale
|
|
208
208
|
pdfjs-page-scale-percent = { $scale }%
|
|
209
209
|
|
|
210
|
-
## PDF page
|
|
211
|
-
|
|
212
|
-
|
|
213
210
|
## Loading indicator messages
|
|
214
211
|
|
|
215
212
|
pdfjs-loading-error = Juumre waɗii tuma nde loowata PDF oo.
|
|
@@ -235,63 +232,3 @@ pdfjs-password-invalid = Finnde moƴƴaani. Tiiɗno eto kadi.
|
|
|
235
232
|
pdfjs-password-ok-button = OK
|
|
236
233
|
pdfjs-password-cancel-button = Haaytu
|
|
237
234
|
pdfjs-web-fonts-disabled = Ponte geese ko daaƴaaɗe: horiima huutoraade ponte PDF coomtoraaɗe.
|
|
238
|
-
|
|
239
|
-
## Editing
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
## Default editor aria labels
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
## Remove button for the various kind of editor.
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
##
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
## Alt-text dialog
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
## Editor resizers
|
|
255
|
-
## This is used in an aria label to help to understand the role of the resizer.
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
## Color picker
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
## Show all highlights
|
|
262
|
-
## This is a toggle button to show/hide all the highlights.
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
## New alt-text dialog
|
|
266
|
-
## 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.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
## Image alt-text settings
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
## "Annotations removed" bar
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
## Add a signature dialog
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
## Tab names
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
## Tab panels
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
## Controls
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
## Dialog buttons
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
## Main menu for adding/removing signatures
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
## Editor toolbar
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
## Edit signature description dialog
|
|
297
|
-
|
|
@@ -302,9 +302,13 @@ pdfjs-web-fonts-disabled = Verkkosivujen omat kirjasinlajit on estetty: ei voida
|
|
|
302
302
|
|
|
303
303
|
pdfjs-editor-free-text-button =
|
|
304
304
|
.title = Teksti
|
|
305
|
+
pdfjs-editor-color-picker-free-text-input =
|
|
306
|
+
.title = Muuta tekstin väriä
|
|
305
307
|
pdfjs-editor-free-text-button-label = Teksti
|
|
306
308
|
pdfjs-editor-ink-button =
|
|
307
309
|
.title = Piirros
|
|
310
|
+
pdfjs-editor-color-picker-ink-input =
|
|
311
|
+
.title = Vaihda piirustuksen väriä
|
|
308
312
|
pdfjs-editor-ink-button-label = Piirros
|
|
309
313
|
pdfjs-editor-stamp-button =
|
|
310
314
|
.title = Lisää tai muokkaa kuvia
|
|
@@ -316,6 +320,10 @@ pdfjs-highlight-floating-button1 =
|
|
|
316
320
|
.title = Korostus
|
|
317
321
|
.aria-label = Korostus
|
|
318
322
|
pdfjs-highlight-floating-button-label = Korostus
|
|
323
|
+
pdfjs-comment-floating-button =
|
|
324
|
+
.title = Kommentti
|
|
325
|
+
.aria-label = Kommentti
|
|
326
|
+
pdfjs-comment-floating-button-label = Kommentti
|
|
319
327
|
pdfjs-editor-signature-button =
|
|
320
328
|
.title = Lisää allekirjoitus
|
|
321
329
|
pdfjs-editor-signature-button-label = Lisää allekirjoitus
|
|
@@ -524,6 +532,14 @@ pdfjs-editor-alt-text-settings-show-dialog-button-label = Näytä vaihtoehtoisen
|
|
|
524
532
|
pdfjs-editor-alt-text-settings-show-dialog-description = Auttaa varmistamaan, että kaikissa kuvissasi on vaihtoehtoinen teksti.
|
|
525
533
|
pdfjs-editor-alt-text-settings-close-button = Sulje
|
|
526
534
|
|
|
535
|
+
## Accessibility labels (announced by screen readers) for objects added to the editor.
|
|
536
|
+
|
|
537
|
+
pdfjs-editor-highlight-added-alert = Korostus lisätty
|
|
538
|
+
pdfjs-editor-freetext-added-alert = Teksti lisätty
|
|
539
|
+
pdfjs-editor-ink-added-alert = Piirustus lisätty
|
|
540
|
+
pdfjs-editor-stamp-added-alert = Kuva lisätty
|
|
541
|
+
pdfjs-editor-signature-added-alert = Allekirjoitus lisätty
|
|
542
|
+
|
|
527
543
|
## "Annotations removed" bar
|
|
528
544
|
|
|
529
545
|
pdfjs-editor-undo-bar-message-highlight = Korostus poistettu
|
|
@@ -592,6 +608,8 @@ pdfjs-editor-add-signature-save-checkbox = Tallenna allekirjoitus
|
|
|
592
608
|
pdfjs-editor-add-signature-save-warning-message = Olet saavuttanut viiden tallennetun allekirjoituksen rajan. Poista yksi säästääksesi lisää.
|
|
593
609
|
pdfjs-editor-add-signature-image-upload-error-title = Kuvaa ei voitu lähettää
|
|
594
610
|
pdfjs-editor-add-signature-image-upload-error-description = Tarkista verkkoyhteyden tila tai kokeile toista kuvaa.
|
|
611
|
+
pdfjs-editor-add-signature-image-no-data-error-title = Tätä kuvaa ei voida muuntaa allekirjoitukseksi
|
|
612
|
+
pdfjs-editor-add-signature-image-no-data-error-description = Yritä lähettää eri kuva.
|
|
595
613
|
pdfjs-editor-add-signature-error-close-button = Sulje
|
|
596
614
|
|
|
597
615
|
## Dialog buttons
|
|
@@ -600,6 +618,26 @@ pdfjs-editor-add-signature-cancel-button = Peruuta
|
|
|
600
618
|
pdfjs-editor-add-signature-add-button = Lisää
|
|
601
619
|
pdfjs-editor-edit-signature-update-button = Päivitä
|
|
602
620
|
|
|
621
|
+
## Edit a comment dialog
|
|
622
|
+
|
|
623
|
+
pdfjs-editor-edit-comment-actions-button-label = Toiminnot
|
|
624
|
+
pdfjs-editor-edit-comment-actions-button =
|
|
625
|
+
.title = Toiminnot
|
|
626
|
+
pdfjs-editor-edit-comment-close-button-label = Sulje
|
|
627
|
+
pdfjs-editor-edit-comment-close-button =
|
|
628
|
+
.title = Sulje
|
|
629
|
+
pdfjs-editor-edit-comment-actions-edit-button-label = Muokkaa
|
|
630
|
+
pdfjs-editor-edit-comment-actions-delete-button-label = Poista
|
|
631
|
+
pdfjs-editor-edit-comment-manager-text-input =
|
|
632
|
+
.placeholder = Kirjoita kommenttisi
|
|
633
|
+
pdfjs-editor-edit-comment-manager-cancel-button = Peruuta
|
|
634
|
+
pdfjs-editor-edit-comment-manager-save-button = Tallenna
|
|
635
|
+
|
|
636
|
+
## Edit a comment button in the editor toolbar
|
|
637
|
+
|
|
638
|
+
pdfjs-editor-edit-comment-button =
|
|
639
|
+
.title = Muokkaa kommenttia
|
|
640
|
+
|
|
603
641
|
## Main menu for adding/removing signatures
|
|
604
642
|
|
|
605
643
|
pdfjs-editor-delete-signature-button1 =
|
|
@@ -298,9 +298,13 @@ pdfjs-web-fonts-disabled = Les polices web sont désactivées : impossible d’
|
|
|
298
298
|
|
|
299
299
|
pdfjs-editor-free-text-button =
|
|
300
300
|
.title = Texte
|
|
301
|
+
pdfjs-editor-color-picker-free-text-input =
|
|
302
|
+
.title = Changer la couleur du texte
|
|
301
303
|
pdfjs-editor-free-text-button-label = Texte
|
|
302
304
|
pdfjs-editor-ink-button =
|
|
303
305
|
.title = Dessiner
|
|
306
|
+
pdfjs-editor-color-picker-ink-input =
|
|
307
|
+
.title = Changer la couleur pour dessiner
|
|
304
308
|
pdfjs-editor-ink-button-label = Dessiner
|
|
305
309
|
pdfjs-editor-stamp-button =
|
|
306
310
|
.title = Ajouter ou modifier des images
|
|
@@ -312,6 +316,10 @@ pdfjs-highlight-floating-button1 =
|
|
|
312
316
|
.title = Surligner
|
|
313
317
|
.aria-label = Surligner
|
|
314
318
|
pdfjs-highlight-floating-button-label = Surligner
|
|
319
|
+
pdfjs-comment-floating-button =
|
|
320
|
+
.title = Commenter
|
|
321
|
+
.aria-label = Commenter
|
|
322
|
+
pdfjs-comment-floating-button-label = Commenter
|
|
315
323
|
pdfjs-editor-signature-button =
|
|
316
324
|
.title = Ajouter une signature
|
|
317
325
|
pdfjs-editor-signature-button-label = Ajouter une signature
|
|
@@ -520,6 +528,14 @@ pdfjs-editor-alt-text-settings-show-dialog-button-label = Afficher l’éditeur
|
|
|
520
528
|
pdfjs-editor-alt-text-settings-show-dialog-description = Vous aide à vous assurer que toutes vos images ont du texte alternatif.
|
|
521
529
|
pdfjs-editor-alt-text-settings-close-button = Fermer
|
|
522
530
|
|
|
531
|
+
## Accessibility labels (announced by screen readers) for objects added to the editor.
|
|
532
|
+
|
|
533
|
+
pdfjs-editor-highlight-added-alert = Surlignage ajouté
|
|
534
|
+
pdfjs-editor-freetext-added-alert = Texte ajouté
|
|
535
|
+
pdfjs-editor-ink-added-alert = Dessin ajouté
|
|
536
|
+
pdfjs-editor-stamp-added-alert = Image ajoutée
|
|
537
|
+
pdfjs-editor-signature-added-alert = Signature ajoutée
|
|
538
|
+
|
|
523
539
|
## "Annotations removed" bar
|
|
524
540
|
|
|
525
541
|
pdfjs-editor-undo-bar-message-highlight = Surlignage supprimé
|
|
@@ -588,6 +604,8 @@ pdfjs-editor-add-signature-save-checkbox = Enregistrer la signature
|
|
|
588
604
|
pdfjs-editor-add-signature-save-warning-message = Vous avez atteint la limite de 5 signatures enregistrées. Supprimez-en une pour en enregistrer une autre.
|
|
589
605
|
pdfjs-editor-add-signature-image-upload-error-title = Impossible d’envoyer l’image
|
|
590
606
|
pdfjs-editor-add-signature-image-upload-error-description = Vérifiez votre connexion réseau ou essayez avec une autre image.
|
|
607
|
+
pdfjs-editor-add-signature-image-no-data-error-title = Impossible de convertir cette image en signature
|
|
608
|
+
pdfjs-editor-add-signature-image-no-data-error-description = Veuillez essayer d’envoyer une autre image.
|
|
591
609
|
pdfjs-editor-add-signature-error-close-button = Fermer
|
|
592
610
|
|
|
593
611
|
## Dialog buttons
|
|
@@ -596,6 +614,26 @@ pdfjs-editor-add-signature-cancel-button = Annuler
|
|
|
596
614
|
pdfjs-editor-add-signature-add-button = Ajouter
|
|
597
615
|
pdfjs-editor-edit-signature-update-button = Mettre à jour
|
|
598
616
|
|
|
617
|
+
## Edit a comment dialog
|
|
618
|
+
|
|
619
|
+
pdfjs-editor-edit-comment-actions-button-label = Actions
|
|
620
|
+
pdfjs-editor-edit-comment-actions-button =
|
|
621
|
+
.title = Actions
|
|
622
|
+
pdfjs-editor-edit-comment-close-button-label = Fermer
|
|
623
|
+
pdfjs-editor-edit-comment-close-button =
|
|
624
|
+
.title = Fermer
|
|
625
|
+
pdfjs-editor-edit-comment-actions-edit-button-label = Modifier
|
|
626
|
+
pdfjs-editor-edit-comment-actions-delete-button-label = Supprimer
|
|
627
|
+
pdfjs-editor-edit-comment-manager-text-input =
|
|
628
|
+
.placeholder = Saisissez votre commentaire
|
|
629
|
+
pdfjs-editor-edit-comment-manager-cancel-button = Annuler
|
|
630
|
+
pdfjs-editor-edit-comment-manager-save-button = Enregistrer
|
|
631
|
+
|
|
632
|
+
## Edit a comment button in the editor toolbar
|
|
633
|
+
|
|
634
|
+
pdfjs-editor-edit-comment-button =
|
|
635
|
+
.title = Modifier le commentaire
|
|
636
|
+
|
|
599
637
|
## Main menu for adding/removing signatures
|
|
600
638
|
|
|
601
639
|
pdfjs-editor-delete-signature-button1 =
|
|
@@ -302,9 +302,13 @@ pdfjs-web-fonts-disabled = Weblettertypen binne útskeakele: gebrûk fan ynslute
|
|
|
302
302
|
|
|
303
303
|
pdfjs-editor-free-text-button =
|
|
304
304
|
.title = Tekst
|
|
305
|
+
pdfjs-editor-color-picker-free-text-input =
|
|
306
|
+
.title = Tekstleur wizigje
|
|
305
307
|
pdfjs-editor-free-text-button-label = Tekst
|
|
306
308
|
pdfjs-editor-ink-button =
|
|
307
309
|
.title = Tekenje
|
|
310
|
+
pdfjs-editor-color-picker-ink-input =
|
|
311
|
+
.title = Tekenkleur wizigje
|
|
308
312
|
pdfjs-editor-ink-button-label = Tekenje
|
|
309
313
|
pdfjs-editor-stamp-button =
|
|
310
314
|
.title = Ofbyldingen tafoegje of bewurkje
|
|
@@ -316,6 +320,10 @@ pdfjs-highlight-floating-button1 =
|
|
|
316
320
|
.title = Markearje
|
|
317
321
|
.aria-label = Markearje
|
|
318
322
|
pdfjs-highlight-floating-button-label = Markearje
|
|
323
|
+
pdfjs-comment-floating-button =
|
|
324
|
+
.title = Opmerking
|
|
325
|
+
.aria-label = Opmerking
|
|
326
|
+
pdfjs-comment-floating-button-label = Opmerking
|
|
319
327
|
pdfjs-editor-signature-button =
|
|
320
328
|
.title = Hantekening tafoegje
|
|
321
329
|
pdfjs-editor-signature-button-label = Hantekening tafoegje
|
|
@@ -524,6 +532,14 @@ pdfjs-editor-alt-text-settings-show-dialog-button-label = Alternative-tekstbewur
|
|
|
524
532
|
pdfjs-editor-alt-text-settings-show-dialog-description = Helpt jo derfoar te soargjen dat al jo ôfbyldingen alternative tekst hawwe.
|
|
525
533
|
pdfjs-editor-alt-text-settings-close-button = Slute
|
|
526
534
|
|
|
535
|
+
## Accessibility labels (announced by screen readers) for objects added to the editor.
|
|
536
|
+
|
|
537
|
+
pdfjs-editor-highlight-added-alert = Markearring tafoege
|
|
538
|
+
pdfjs-editor-freetext-added-alert = Tekst tafoege
|
|
539
|
+
pdfjs-editor-ink-added-alert = Tekening tafoege
|
|
540
|
+
pdfjs-editor-stamp-added-alert = Ofbylding tafoege
|
|
541
|
+
pdfjs-editor-signature-added-alert = Hantekening tafoege
|
|
542
|
+
|
|
527
543
|
## "Annotations removed" bar
|
|
528
544
|
|
|
529
545
|
pdfjs-editor-undo-bar-message-highlight = Markearring fuortsmiten
|
|
@@ -592,6 +608,8 @@ pdfjs-editor-add-signature-save-checkbox = Hantekening bewarje
|
|
|
592
608
|
pdfjs-editor-add-signature-save-warning-message = Jo hawwe de limyt fan 5 bewarre hantekeningen berikt. Ferwiderje ien om in oar te bewarjen.
|
|
593
609
|
pdfjs-editor-add-signature-image-upload-error-title = Kin de ôfbylding net oplade
|
|
594
610
|
pdfjs-editor-add-signature-image-upload-error-description = Kontrolearje jo netwurkferbining of probearje in oare ôfbylding.
|
|
611
|
+
pdfjs-editor-add-signature-image-no-data-error-title = Kin dizze ôfbylding net nei in hantekening konvertearje
|
|
612
|
+
pdfjs-editor-add-signature-image-no-data-error-description = Probearje in oare ôfbylding op te laden.
|
|
595
613
|
pdfjs-editor-add-signature-error-close-button = Slute
|
|
596
614
|
|
|
597
615
|
## Dialog buttons
|
|
@@ -600,6 +618,26 @@ pdfjs-editor-add-signature-cancel-button = Annulearje
|
|
|
600
618
|
pdfjs-editor-add-signature-add-button = Tafoegje
|
|
601
619
|
pdfjs-editor-edit-signature-update-button = Bywurkje
|
|
602
620
|
|
|
621
|
+
## Edit a comment dialog
|
|
622
|
+
|
|
623
|
+
pdfjs-editor-edit-comment-actions-button-label = Aksjes
|
|
624
|
+
pdfjs-editor-edit-comment-actions-button =
|
|
625
|
+
.title = Aksjes
|
|
626
|
+
pdfjs-editor-edit-comment-close-button-label = Slute
|
|
627
|
+
pdfjs-editor-edit-comment-close-button =
|
|
628
|
+
.title = Slute
|
|
629
|
+
pdfjs-editor-edit-comment-actions-edit-button-label = Bewurkje
|
|
630
|
+
pdfjs-editor-edit-comment-actions-delete-button-label = Fuortsmite
|
|
631
|
+
pdfjs-editor-edit-comment-manager-text-input =
|
|
632
|
+
.placeholder = Fier jo opmerking yn
|
|
633
|
+
pdfjs-editor-edit-comment-manager-cancel-button = Annulearje
|
|
634
|
+
pdfjs-editor-edit-comment-manager-save-button = Bewarje
|
|
635
|
+
|
|
636
|
+
## Edit a comment button in the editor toolbar
|
|
637
|
+
|
|
638
|
+
pdfjs-editor-edit-comment-button =
|
|
639
|
+
.title = Opmerking bewurkje
|
|
640
|
+
|
|
603
641
|
## Main menu for adding/removing signatures
|
|
604
642
|
|
|
605
643
|
pdfjs-editor-delete-signature-button1 =
|
|
@@ -94,14 +94,6 @@ pdfjs-document-properties-producer = Cruthaitheoir an PDF:
|
|
|
94
94
|
pdfjs-document-properties-version = Leagan PDF:
|
|
95
95
|
pdfjs-document-properties-page-count = Líon Leathanach:
|
|
96
96
|
|
|
97
|
-
## Variables:
|
|
98
|
-
## $width (Number) - the width of the (current) page
|
|
99
|
-
## $height (Number) - the height of the (current) page
|
|
100
|
-
## $unit (String) - the unit of measurement of the (current) page
|
|
101
|
-
## $name (String) - the name of the (current) page
|
|
102
|
-
## $orientation (String) - the orientation of the (current) page
|
|
103
|
-
|
|
104
|
-
|
|
105
97
|
##
|
|
106
98
|
|
|
107
99
|
pdfjs-document-properties-close-button = Dún
|
|
@@ -173,9 +165,6 @@ pdfjs-page-scale-actual = Fíormhéid
|
|
|
173
165
|
# $scale (Number) - percent value for page scale
|
|
174
166
|
pdfjs-page-scale-percent = { $scale }%
|
|
175
167
|
|
|
176
|
-
## PDF page
|
|
177
|
-
|
|
178
|
-
|
|
179
168
|
## Loading indicator messages
|
|
180
169
|
|
|
181
170
|
pdfjs-loading-error = Tharla earráid agus an cháipéis PDF á lódáil.
|
|
@@ -201,63 +190,3 @@ pdfjs-password-invalid = Focal faire mícheart. Déan iarracht eile.
|
|
|
201
190
|
pdfjs-password-ok-button = OK
|
|
202
191
|
pdfjs-password-cancel-button = Cealaigh
|
|
203
192
|
pdfjs-web-fonts-disabled = Tá clófhoirne Gréasáin díchumasaithe: ní féidir clófhoirne leabaithe PDF a úsáid.
|
|
204
|
-
|
|
205
|
-
## Editing
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
## Default editor aria labels
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## Remove button for the various kind of editor.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
##
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## Alt-text dialog
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
## Editor resizers
|
|
221
|
-
## This is used in an aria label to help to understand the role of the resizer.
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
## Color picker
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
## Show all highlights
|
|
228
|
-
## This is a toggle button to show/hide all the highlights.
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
## New alt-text dialog
|
|
232
|
-
## 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.
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
## Image alt-text settings
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
## "Annotations removed" bar
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
## Add a signature dialog
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
## Tab names
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## Tab panels
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
## Controls
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## Dialog buttons
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## Main menu for adding/removing signatures
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
## Editor toolbar
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
## Edit signature description dialog
|
|
263
|
-
|