Skip to content

Commit f8c2a94

Browse files
Merge pull request #19665 from timvandermeij/updates
Update dependencies and translations to the most recent versions
2 parents d1d88cc + 33af8b5 commit f8c2a94

7 files changed

Lines changed: 378 additions & 629 deletions

File tree

gulpfile.mjs

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

9999
const BABEL_PRESET_ENV_OPTS = Object.freeze({
100-
corejs: "3.40.0",
100+
corejs: "3.41.0",
101101
exclude: ["web.structured-clone"],
102102
shippedProposals: true,
103103
useBuiltIns: "usage",
@@ -2266,6 +2266,8 @@ gulp.task("metalsmith", async function () {
22662266
.use(
22672267
layouts({
22682268
directory: "docs/templates",
2269+
pattern: "**",
2270+
transform: "nunjucks",
22692271
})
22702272
)
22712273
.use(relative())

l10n/el/viewer.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", tim
293293
## Password
294294

295295
pdfjs-password-label = Εισαγάγετε τον κωδικό πρόσβασης για να ανοίξετε αυτό το αρχείο PDF.
296-
pdfjs-password-invalid = Μη έγκυρος κωδικός πρόσβασης. Παρακαλώ δοκιμάστε ξανά.
296+
pdfjs-password-invalid = Μη έγκυρος κωδικός πρόσβασης. Δοκιμάστε ξανά.
297297
pdfjs-password-ok-button = OK
298298
pdfjs-password-cancel-button = Ακύρωση
299299
pdfjs-web-fonts-disabled = Οι γραμματοσειρές ιστού είναι ανενεργές: δεν είναι δυνατή η χρήση των ενσωματωμένων γραμματοσειρών PDF.

l10n/it/viewer.ftl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
320320
.title = Aggiungi firma
321321
pdfjs-editor-signature-button-label = Aggiungi firma
322322
323+
## Default editor aria labels
324+
325+
# “Highlight” is a noun, the string is used on the editor for highlights.
326+
pdfjs-editor-highlight-editor =
327+
.aria-label = Modifica evidenziazioni
328+
# “Drawing” is a noun, the string is used on the editor for drawings.
329+
pdfjs-editor-ink-editor =
330+
.aria-label = Modifica disegni
331+
pdfjs-editor-signature-editor =
332+
.aria-label = Modifica firme
333+
pdfjs-editor-stamp-editor =
334+
.aria-label = Modifica immagini
335+
323336
## Remove button for the various kind of editor.
324337

325338
pdfjs-editor-remove-ink-button =
@@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Aggiungi immagine
348361
pdfjs-editor-free-highlight-thickness-input = Spessore
349362
pdfjs-editor-free-highlight-thickness-title =
350363
.title = Modifica lo spessore della selezione per elementi non testuali
364+
pdfjs-editor-add-signature-container =
365+
.aria-label = Controlli firma e firme salvate
351366
pdfjs-editor-signature-add-signature-button =
352367
.title = Aggiungi nuova firma
353368
pdfjs-editor-signature-add-signature-button-label = Aggiungi nuova firma
369+
# Used on the button to use an already saved signature.
370+
# Variables:
371+
# $description (String) - a string describing/labeling the signature.
372+
pdfjs-editor-add-saved-signature-button =
373+
.title = Firma salvata: { $description }
354374
# .default-content is used as a placeholder in an empty text editor.
355375
pdfjs-free-text2 =
356376
.aria-label = Editor di testo
@@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Aggiorna
583603
pdfjs-editor-delete-signature-button =
584604
.title = Rimuovi firma
585605
pdfjs-editor-delete-signature-button-label = Rimuovi firma
606+
pdfjs-editor-delete-signature-button1 =
607+
.title = Rimuovi firma salvata
608+
pdfjs-editor-delete-signature-button-label1 = Rimuovi firma salvata
586609
587610
## Editor toolbar
588611

l10n/nb-NO/viewer.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ pdfjs-editor-new-alt-text-added-button =
470470
pdfjs-editor-new-alt-text-added-button-label = Alternativ tekst lagt til
471471
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
472472
pdfjs-editor-new-alt-text-missing-button =
473-
.aria-label = Mangler alt-tekst
473+
.aria-label = Mangler alternativ tekst
474474
pdfjs-editor-new-alt-text-missing-button-label = Mangler alternativ tekst
475475
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
476476
pdfjs-editor-new-alt-text-to-review-button =

l10n/nn-NO/viewer.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,8 @@ pdfjs-editor-edit-signature-update-button = Oppdater
532532

533533
## Editor toolbar
534534

535+
pdfjs-editor-add-signature-edit-button-label = Rediger skildring
535536
536537
## Edit signature description dialog
537538

539+
pdfjs-editor-edit-signature-dialog-title = Rediger skildring

0 commit comments

Comments
 (0)