Skip to content

Commit 2386948

Browse files
authored
Merge pull request #20356 from timvandermeij/updates
Update dependencies and translations to the most recent versions
2 parents 79a7396 + 6eef518 commit 2386948

File tree

19 files changed

+471
-83
lines changed

19 files changed

+471
-83
lines changed

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const AUTOPREFIXER_CONFIG = {
9696
const BABEL_TARGETS = ENV_TARGETS.join(", ");
9797

9898
const BABEL_PRESET_ENV_OPTS = Object.freeze({
99-
corejs: "3.45.1",
99+
corejs: "3.46.0",
100100
exclude: ["web.structured-clone"],
101101
shippedProposals: true,
102102
useBuiltIns: "usage",

l10n/be/viewer.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,8 @@ pdfjs-editor-edit-comment-popup-button =
617617
pdfjs-editor-delete-comment-popup-button-label = Выдаліць каментарый
618618
pdfjs-editor-delete-comment-popup-button =
619619
.title = Выдаліць каментарый
620+
pdfjs-show-comment-button =
621+
.title = Паказаць каментарый
620622
621623
## Edit a comment dialog
622624

@@ -634,8 +636,10 @@ pdfjs-editor-edit-comment-manager-cancel-button = Скасаваць
634636
pdfjs-editor-edit-comment-manager-save-button = Захаваць
635637
# An existing comment is edited
636638
pdfjs-editor-edit-comment-dialog-title-when-editing = Змяніць каментарый
639+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Абнавіць
637640
# No existing comment
638641
pdfjs-editor-edit-comment-dialog-title-when-adding = Дадаць каментарый
642+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Дадаць
639643
pdfjs-editor-edit-comment-dialog-text-input =
640644
.placeholder = Пачніце набор тэксту…
641645
pdfjs-editor-edit-comment-dialog-cancel-button = Скасаваць

l10n/cs/viewer.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ pdfjs-editor-edit-comment-manager-save-button = Uložit
642642
pdfjs-editor-edit-comment-dialog-title-when-editing = Upravit komentář
643643
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Aktualizovat
644644
# No existing comment
645-
pdfjs-editor-edit-comment-dialog-title-when-adding = Přidat komentář
645+
pdfjs-editor-edit-comment-dialog-title-when-adding = Přidání komentáře
646646
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Přidat
647647
pdfjs-editor-edit-comment-dialog-text-input =
648648
.placeholder = Začněte psát…

l10n/es-CL/viewer.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,8 @@ pdfjs-editor-edit-comment-popup-button =
613613
pdfjs-editor-delete-comment-popup-button-label = Eliminar comentario
614614
pdfjs-editor-delete-comment-popup-button =
615615
.title = Eliminar comentario
616+
pdfjs-show-comment-button =
617+
.title = Mostrar comentario
616618
617619
## Edit a comment dialog
618620

@@ -630,8 +632,10 @@ pdfjs-editor-edit-comment-manager-cancel-button = Cancelar
630632
pdfjs-editor-edit-comment-manager-save-button = Guardar
631633
# An existing comment is edited
632634
pdfjs-editor-edit-comment-dialog-title-when-editing = Editar comentario
635+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Actualizar
633636
# No existing comment
634637
pdfjs-editor-edit-comment-dialog-title-when-adding = Añadir comentario
638+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Añadir
635639
pdfjs-editor-edit-comment-dialog-text-input =
636640
.placeholder = Empieza a escribir…
637641
pdfjs-editor-edit-comment-dialog-cancel-button = Cancelar

l10n/fi/viewer.ftl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ pdfjs-comment-floating-button =
308308
.title = Kommentti
309309
.aria-label = Kommentti
310310
pdfjs-comment-floating-button-label = Kommentti
311+
pdfjs-editor-comment-button =
312+
.title = Kommentti
313+
.aria-label = Kommentti
314+
pdfjs-editor-comment-button-label = Kommentti
311315
pdfjs-editor-signature-button =
312316
.title = Lisää allekirjoitus
313317
pdfjs-editor-signature-button-label = Lisää allekirjoitus
@@ -370,6 +374,18 @@ pdfjs-editor-add-saved-signature-button =
370374
pdfjs-free-text2 =
371375
.aria-label = Tekstimuokkain
372376
.default-content = Aloita kirjoittaminen…
377+
# Used to show how many comments are present in the pdf file.
378+
# Variables:
379+
# $count (Number) - the number of comments.
380+
pdfjs-editor-comments-sidebar-title =
381+
{ $count ->
382+
[one] Kommentti
383+
*[other] Kommenttia
384+
}
385+
pdfjs-editor-comments-sidebar-close-button =
386+
.title = Sulje sivupaneeli
387+
.aria-label = Sulje sivupaneeli
388+
pdfjs-editor-comments-sidebar-close-button-label = Sulje sivupaneeli
373389
# Instructional copy to add a comment by selecting text or an annotations.
374390
pdfjs-editor-comments-sidebar-no-comments1 = Näetkö jotain huomionarvoista? Korosta se ja jätä kommentti.
375391
pdfjs-editor-comments-sidebar-no-comments-link = Lue lisää
@@ -597,6 +613,8 @@ pdfjs-editor-edit-comment-popup-button =
597613
pdfjs-editor-delete-comment-popup-button-label = Poista kommentti
598614
pdfjs-editor-delete-comment-popup-button =
599615
.title = Poista kommentti
616+
pdfjs-show-comment-button =
617+
.title = Näytä kommentti
600618
601619
## Edit a comment dialog
602620

@@ -614,8 +632,10 @@ pdfjs-editor-edit-comment-manager-cancel-button = Peruuta
614632
pdfjs-editor-edit-comment-manager-save-button = Tallenna
615633
# An existing comment is edited
616634
pdfjs-editor-edit-comment-dialog-title-when-editing = Muokkaa kommenttia
635+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Päivitä
617636
# No existing comment
618637
pdfjs-editor-edit-comment-dialog-title-when-adding = Lisää kommentti
638+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Lisää
619639
pdfjs-editor-edit-comment-dialog-text-input =
620640
.placeholder = Aloita kirjoittaminen…
621641
pdfjs-editor-edit-comment-dialog-cancel-button = Peruuta

l10n/fur/viewer.ftl

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,13 @@ pdfjs-web-fonts-disabled = I caratars dal Web a son disativâts: Impussibil dopr
286286

287287
pdfjs-editor-free-text-button =
288288
.title = Test
289+
pdfjs-editor-color-picker-free-text-input =
290+
.title = Cambie colôr dal test
289291
pdfjs-editor-free-text-button-label = Test
290292
pdfjs-editor-ink-button =
291293
.title = Dissen
294+
pdfjs-editor-color-picker-ink-input =
295+
.title = Cambie colôr dal dissen
292296
pdfjs-editor-ink-button-label = Dissen
293297
pdfjs-editor-stamp-button =
294298
.title = Zonte o modifiche imagjins
@@ -300,6 +304,14 @@ pdfjs-highlight-floating-button1 =
300304
.title = Evidenzie
301305
.aria-label = Evidenzie
302306
pdfjs-highlight-floating-button-label = Evidenzie
307+
pdfjs-comment-floating-button =
308+
.title = Comente
309+
.aria-label = Comente
310+
pdfjs-comment-floating-button-label = Comente
311+
pdfjs-editor-comment-button =
312+
.title = Comente
313+
.aria-label = Comente
314+
pdfjs-editor-comment-button-label = Comente
303315
pdfjs-editor-signature-button =
304316
.title = Zonte firme
305317
pdfjs-editor-signature-button-label = Zonte firme
@@ -362,6 +374,21 @@ pdfjs-editor-add-saved-signature-button =
362374
pdfjs-free-text2 =
363375
.aria-label = Editôr di test
364376
.default-content = Scomence a scrivi…
377+
# Used to show how many comments are present in the pdf file.
378+
# Variables:
379+
# $count (Number) - the number of comments.
380+
pdfjs-editor-comments-sidebar-title =
381+
{ $count ->
382+
[one] Coment
383+
*[other] Coments
384+
}
385+
pdfjs-editor-comments-sidebar-close-button =
386+
.title = Siere la sbare laterâl
387+
.aria-label = Siere la sbare laterâl
388+
pdfjs-editor-comments-sidebar-close-button-label = Siere la sbare laterâl
389+
# Instructional copy to add a comment by selecting text or an annotations.
390+
pdfjs-editor-comments-sidebar-no-comments1 = Âstu cjatât alc di interessant? Evidenzilu e lasse un coment.
391+
pdfjs-editor-comments-sidebar-no-comments-link = Plui informazions
365392
366393
## Alt-text dialog
367394

@@ -492,6 +519,14 @@ pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostre l'editôr dal t
492519
pdfjs-editor-alt-text-settings-show-dialog-description = Ti jude a sigurâti che dutis lis tôs imagjins a vedin il test alternatîf.
493520
pdfjs-editor-alt-text-settings-close-button = Siere
494521
522+
## Accessibility labels (announced by screen readers) for objects added to the editor.
523+
524+
pdfjs-editor-highlight-added-alert = Evidenziazion zontade
525+
pdfjs-editor-freetext-added-alert = Test zontât
526+
pdfjs-editor-ink-added-alert = Dissen zontât
527+
pdfjs-editor-stamp-added-alert = Imagjin zontade
528+
pdfjs-editor-signature-added-alert = Firme zontade
529+
495530
## "Annotations removed" bar
496531

497532
pdfjs-editor-undo-bar-message-highlight = Evidenziazion gjavade
@@ -560,6 +595,8 @@ pdfjs-editor-add-signature-save-checkbox = Salve firme
560595
pdfjs-editor-add-signature-save-warning-message = Tu sês rivât/rivade al limit di 5 firmis salvadis. Gjave une par salvânt une altre.
561596
pdfjs-editor-add-signature-image-upload-error-title = Impussibil cjariâ la imagjin
562597
pdfjs-editor-add-signature-image-upload-error-description = Controle la conession di rêt o prove cuntune altre imagjin.
598+
pdfjs-editor-add-signature-image-no-data-error-title = Impussibil convertî cheste imagjin intune firme
599+
pdfjs-editor-add-signature-image-no-data-error-description = Prove a cjariâ une altre imagjin.
563600
pdfjs-editor-add-signature-error-close-button = Siere
564601
565602
## Dialog buttons
@@ -568,6 +605,46 @@ pdfjs-editor-add-signature-cancel-button = Anule
568605
pdfjs-editor-add-signature-add-button = Zonte
569606
pdfjs-editor-edit-signature-update-button = Inzorne
570607
608+
## Comment popup
609+
610+
pdfjs-editor-edit-comment-popup-button-label = Modifiche coment
611+
pdfjs-editor-edit-comment-popup-button =
612+
.title = Modifiche coment
613+
pdfjs-editor-delete-comment-popup-button-label = Gjave coment
614+
pdfjs-editor-delete-comment-popup-button =
615+
.title = Gjave coment
616+
pdfjs-show-comment-button =
617+
.title = Mostre coment
618+
619+
## Edit a comment dialog
620+
621+
pdfjs-editor-edit-comment-actions-button-label = Azions
622+
pdfjs-editor-edit-comment-actions-button =
623+
.title = Azions
624+
pdfjs-editor-edit-comment-close-button-label = Siere
625+
pdfjs-editor-edit-comment-close-button =
626+
.title = Siere
627+
pdfjs-editor-edit-comment-actions-edit-button-label = Modifiche
628+
pdfjs-editor-edit-comment-actions-delete-button-label = Elimine
629+
pdfjs-editor-edit-comment-manager-text-input =
630+
.placeholder = Inserìs il to coment
631+
pdfjs-editor-edit-comment-manager-cancel-button = Anule
632+
pdfjs-editor-edit-comment-manager-save-button = Salve
633+
# An existing comment is edited
634+
pdfjs-editor-edit-comment-dialog-title-when-editing = Modifiche coment
635+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Inzorne
636+
# No existing comment
637+
pdfjs-editor-edit-comment-dialog-title-when-adding = Zonte coment
638+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Zonte
639+
pdfjs-editor-edit-comment-dialog-text-input =
640+
.placeholder = Scomence a scrivi…
641+
pdfjs-editor-edit-comment-dialog-cancel-button = Anule
642+
643+
## Edit a comment button in the editor toolbar
644+
645+
pdfjs-editor-edit-comment-button =
646+
.title = Modifiche coment
647+
571648
## Main menu for adding/removing signatures
572649

573650
pdfjs-editor-delete-signature-button1 =

l10n/gn/viewer.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ pdfjs-editor-edit-comment-popup-button =
612612
pdfjs-editor-delete-comment-popup-button-label = Je’erei mboguete
613613
pdfjs-editor-delete-comment-popup-button =
614614
.title = Je’erei mboguete
615+
pdfjs-show-comment-button =
616+
.title = Ehechauka je’epy
615617
616618
## Edit a comment dialog
617619

@@ -629,8 +631,10 @@ pdfjs-editor-edit-comment-manager-cancel-button = Heja
629631
pdfjs-editor-edit-comment-manager-save-button = Ñongatu
630632
# An existing comment is edited
631633
pdfjs-editor-edit-comment-dialog-title-when-editing = Je’erei mbosako’i
634+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Mbohekopyahu
632635
# No existing comment
633636
pdfjs-editor-edit-comment-dialog-title-when-adding = Je’erei mbojuaju
637+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Mbojuaju
634638
pdfjs-editor-edit-comment-dialog-text-input =
635639
.placeholder = Ehai ñepyrũ…
636640
pdfjs-editor-edit-comment-dialog-cancel-button = Eheja

l10n/hu/viewer.ftl

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ pdfjs-comment-floating-button =
308308
.title = Megjegyzés
309309
.aria-label = Megjegyzés
310310
pdfjs-comment-floating-button-label = Megjegyzés
311+
pdfjs-editor-comment-button =
312+
.title = Megjegyzés
313+
.aria-label = Megjegyzés
314+
pdfjs-editor-comment-button-label = Megjegyzés
311315
pdfjs-editor-signature-button =
312316
.title = Aláírás hozzáadása
313317
pdfjs-editor-signature-button-label = Aláírás hozzáadása
@@ -370,6 +374,21 @@ pdfjs-editor-add-saved-signature-button =
370374
pdfjs-free-text2 =
371375
.aria-label = Szövegszerkesztő
372376
.default-content = Kezdjen gépelni…
377+
# Used to show how many comments are present in the pdf file.
378+
# Variables:
379+
# $count (Number) - the number of comments.
380+
pdfjs-editor-comments-sidebar-title =
381+
{ $count ->
382+
[one] Megjegyzés
383+
*[other] Megjegyzések
384+
}
385+
pdfjs-editor-comments-sidebar-close-button =
386+
.title = Oldalsáv bezárása
387+
.aria-label = Oldalsáv bezárása
388+
pdfjs-editor-comments-sidebar-close-button-label = Oldalsáv bezárása
389+
# Instructional copy to add a comment by selecting text or an annotations.
390+
pdfjs-editor-comments-sidebar-no-comments1 = Lát valami figyelemre méltót? Jelölje ki és írjon megjegyzést.
391+
pdfjs-editor-comments-sidebar-no-comments-link = További tudnivalók
373392
374393
## Alt-text dialog
375394

@@ -586,6 +605,17 @@ pdfjs-editor-add-signature-cancel-button = Mégse
586605
pdfjs-editor-add-signature-add-button = Hozzáadás
587606
pdfjs-editor-edit-signature-update-button = Frissítés
588607
608+
## Comment popup
609+
610+
pdfjs-editor-edit-comment-popup-button-label = Megjegyzés szerkesztése
611+
pdfjs-editor-edit-comment-popup-button =
612+
.title = Megjegyzés szerkesztése
613+
pdfjs-editor-delete-comment-popup-button-label = Megjegyzés eltávolítása
614+
pdfjs-editor-delete-comment-popup-button =
615+
.title = Megjegyzés eltávolítása
616+
pdfjs-show-comment-button =
617+
.title = Megjegyzés megjelenítése
618+
589619
## Edit a comment dialog
590620

591621
pdfjs-editor-edit-comment-actions-button-label = Műveletek
@@ -600,6 +630,15 @@ pdfjs-editor-edit-comment-manager-text-input =
600630
.placeholder = Írja be a megjegyzését
601631
pdfjs-editor-edit-comment-manager-cancel-button = Mégse
602632
pdfjs-editor-edit-comment-manager-save-button = Mentés
633+
# An existing comment is edited
634+
pdfjs-editor-edit-comment-dialog-title-when-editing = Megjegyzés szerkesztése
635+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Frissítés
636+
# No existing comment
637+
pdfjs-editor-edit-comment-dialog-title-when-adding = Megjegyzés hozzáadása
638+
pdfjs-editor-edit-comment-dialog-save-button-when-adding = Hozzáadás
639+
pdfjs-editor-edit-comment-dialog-text-input =
640+
.placeholder = Kezdjen el gépelni…
641+
pdfjs-editor-edit-comment-dialog-cancel-button = Mégse
603642
604643
## Edit a comment button in the editor toolbar
605644

l10n/kk/viewer.ftl

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ pdfjs-editor-color-picker-free-text-input =
291291
pdfjs-editor-free-text-button-label = Мәтін
292292
pdfjs-editor-ink-button =
293293
.title = Сурет салу
294+
pdfjs-editor-color-picker-ink-input =
295+
.title = Сызба түсін өзгерту
294296
pdfjs-editor-ink-button-label = Сурет салу
295297
pdfjs-editor-stamp-button =
296298
.title = Суреттерді қосу немесе түзету
@@ -306,6 +308,10 @@ pdfjs-comment-floating-button =
306308
.title = Түсіндірме
307309
.aria-label = Түсіндірме
308310
pdfjs-comment-floating-button-label = Түсіндірме
311+
pdfjs-editor-comment-button =
312+
.title = Түсіндірме
313+
.aria-label = Түсіндірме
314+
pdfjs-editor-comment-button-label = Түсіндірме
309315
pdfjs-editor-signature-button =
310316
.title = Қолтаңбаны қосу
311317
pdfjs-editor-signature-button-label = Қолтаңбаны қосу
@@ -362,6 +368,19 @@ pdfjs-editor-add-saved-signature-button =
362368
pdfjs-free-text2 =
363369
.aria-label = Мәтін түзеткіші
364370
.default-content = Теріп бастаңыз…
371+
# Used to show how many comments are present in the pdf file.
372+
# Variables:
373+
# $count (Number) - the number of comments.
374+
pdfjs-editor-comments-sidebar-title =
375+
{ $count ->
376+
[one] Түсіндірмелер
377+
*[other] Түсіндірмелер
378+
}
379+
pdfjs-editor-comments-sidebar-close-button =
380+
.title = Бүйір панелін жабу
381+
.aria-label = Бүйір панелін жабу
382+
pdfjs-editor-comments-sidebar-close-button-label = Бүйір панелін жабу
383+
pdfjs-editor-comments-sidebar-no-comments-link = Көбірек білу
365384
366385
## Alt-text dialog
367386

@@ -589,6 +608,8 @@ pdfjs-editor-edit-comment-manager-text-input =
589608
.placeholder = Пікіріңізді енгізіңіз
590609
pdfjs-editor-edit-comment-manager-cancel-button = Бас тарту
591610
pdfjs-editor-edit-comment-manager-save-button = Сақтау
611+
pdfjs-editor-edit-comment-dialog-save-button-when-editing = Жаңарту
612+
pdfjs-editor-edit-comment-dialog-cancel-button = Бас тарту
592613
593614
## Edit a comment button in the editor toolbar
594615

0 commit comments

Comments
 (0)