Skip to content

Commit 7d3b2a6

Browse files
Merge pull request #20028 from timvandermeij/updates
Update dependencies and translations to the most recent versions
2 parents 8fe9db0 + 08c0a6d commit 7d3b2a6

File tree

6 files changed

+1112
-600
lines changed

6 files changed

+1112
-600
lines changed

gulpfile.mjs

Lines changed: 2 additions & 2 deletions
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.42.0",
99+
corejs: "3.43.0",
100100
exclude: ["web.structured-clone"],
101101
shippedProposals: true,
102102
useBuiltIns: "usage",
@@ -2339,7 +2339,7 @@ function packageJson() {
23392339
bugs: DIST_BUGS_URL,
23402340
license: DIST_LICENSE,
23412341
optionalDependencies: {
2342-
"@napi-rs/canvas": "^0.1.67",
2342+
"@napi-rs/canvas": "^0.1.71",
23432343
},
23442344
browser: {
23452345
canvas: false,

l10n/hr/viewer.ftl

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ pdfjs-download-button =
4949
# Length of the translation matters since we are in a mobile context, with limited screen estate.
5050
pdfjs-download-button-label = Preuzimanja
5151
pdfjs-bookmark-button =
52-
.title = Trenutna stranica (pogledajte URL s trenutne stranice)
53-
pdfjs-bookmark-button-label = Trenutna stranica
52+
.title = Trenutačna stranica (pogledaj URL s trenutačne stranice)
53+
pdfjs-bookmark-button-label = Trenutačna stranica
5454
5555
## Secondary toolbar and context menu
5656

@@ -61,14 +61,14 @@ pdfjs-first-page-button =
6161
.title = Idi na prvu stranicu
6262
pdfjs-first-page-button-label = Idi na prvu stranicu
6363
pdfjs-last-page-button =
64-
.title = Idi na posljednju stranicu
65-
pdfjs-last-page-button-label = Idi na posljednju stranicu
64+
.title = Idi na zadnju stranicu
65+
pdfjs-last-page-button-label = Idi na zadnju stranicu
6666
pdfjs-page-rotate-cw-button =
67-
.title = Rotiraj u smjeru kazaljke na satu
68-
pdfjs-page-rotate-cw-button-label = Rotiraj u smjeru kazaljke na satu
67+
.title = Okreni nadesno
68+
pdfjs-page-rotate-cw-button-label = Okreni nadesno
6969
pdfjs-page-rotate-ccw-button =
70-
.title = Rotiraj obrnutno od smjera kazaljke na satu
71-
pdfjs-page-rotate-ccw-button-label = Rotiraj obrnutno od smjera kazaljke na satu
70+
.title = Okreni nalijevo
71+
pdfjs-page-rotate-ccw-button-label = Okreni nalijevo
7272
pdfjs-cursor-text-select-tool-button =
7373
.title = Aktiviraj alat za biranje teksta
7474
pdfjs-cursor-text-select-tool-button-label = Alat za označavanje teksta
@@ -184,7 +184,7 @@ pdfjs-toggle-sidebar-notification-button =
184184
.title = Prikazivanje i sklanjanje bočne trake (dokument sadrži strukturu/privitke/slojeve)
185185
pdfjs-toggle-sidebar-button-label = Prikaži/sakrij bočnu traku
186186
pdfjs-document-outline-button =
187-
.title = Prikaži strukturu dokumenta (dvostruki klik za rasklapanje/sklapanje svih stavki)
187+
.title = Prikaži strukturu dokumenta (dvoklik za rasklapanje/sklapanje svih stavki)
188188
pdfjs-document-outline-button-label = Struktura dokumenta
189189
pdfjs-attachments-button =
190190
.title = Prikaži privitke
@@ -309,15 +309,18 @@ pdfjs-editor-ink-button =
309309
.title = Crtanje
310310
pdfjs-editor-ink-button-label = Crtanje
311311
pdfjs-editor-stamp-button =
312-
.title = Dodajte ili uredite slike
313-
pdfjs-editor-stamp-button-label = Dodajte ili uredite slike
312+
.title = Dodaj ili uredi slike
313+
pdfjs-editor-stamp-button-label = Dodaj ili uredi slike
314314
pdfjs-editor-highlight-button =
315315
.title = Istakni
316316
pdfjs-editor-highlight-button-label = Istakni
317317
pdfjs-highlight-floating-button1 =
318318
.title = Istakni
319319
.aria-label = Istakni
320320
pdfjs-highlight-floating-button-label = Istakni
321+
pdfjs-editor-signature-button =
322+
.title = Dodaj potpis
323+
pdfjs-editor-signature-button-label = Dodaj potpis
321324
322325
## Default editor aria labels
323326

@@ -348,6 +351,9 @@ pdfjs-editor-stamp-add-image-button-label = Dodaj sliku
348351
pdfjs-editor-free-highlight-thickness-input = Debljina
349352
pdfjs-editor-free-highlight-thickness-title =
350353
.title = Promjeni debljinu pri isticanju drugih stavki osim teksta
354+
pdfjs-editor-signature-add-signature-button =
355+
.title = Dodaj novi potpis
356+
pdfjs-editor-signature-add-signature-button-label = Dodaj novi potpis
351357
# .default-content is used as a placeholder in an empty text editor.
352358
pdfjs-free-text2 =
353359
.aria-label = Uređivač teksta
@@ -521,6 +527,8 @@ pdfjs-editor-undo-bar-close-button-label = Zatvori
521527
522528
## Add a signature dialog
523529

530+
pdfjs-editor-add-signature-dialog-label = Ovaj prozor omogućuje korisniku stvoriti potpis i dodati ga u PDF dokument. Korisnik može urediti ime (koje služi i kao alternativni tekst) i opcionalno spremiti potpis za ponovnu upotrebu.
531+
pdfjs-editor-add-signature-dialog-title = Dodaj potpis
524532
525533
## Tab names
526534

l10n/ml/viewer.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", tim
263263
264264
## Password
265265

266-
pdfjs-password-label = ഈ പിഡിഎഫ് ഫയല്‍ തുറക്കുന്നതിനു് രഹസ്യവാക്ക് നല്‍കുക.
267-
pdfjs-password-invalid = തെറ്റായ രഹസ്യവാക്ക്, ദയവായി വീണ്ടും ശ്രമിയ്ക്കുക.
266+
pdfjs-password-label = ഈ പിഡിഎഫ് ഫയല്‍ തുറക്കുന്നതിനു് ഒളിവാക്ക് നല്‍കുക.
267+
pdfjs-password-invalid = തെറ്റായ ഒളിവാക്ക്, ദയവായി വീണ്ടും ശ്രമിയ്ക്കുക.
268268
pdfjs-password-ok-button = ശരി
269269
pdfjs-password-cancel-button = റദ്ദാക്കുക
270270
pdfjs-web-fonts-disabled = വെബിനുള്ള അക്ഷരസഞ്ചയങ്ങള്‍ പ്രവര്‍ത്തന രഹിതം: എംബഡ്ഡ് ചെയ്ത പിഡിഎഫ് അക്ഷരസഞ്ചയങ്ങള്‍ ഉപയോഗിയ്ക്കുവാന്‍ സാധ്യമല്ല.

l10n/nb-NO/viewer.ftl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ pdfjs-editor-signature-button-label = Legg til signatur
322322
323323
## Default editor aria labels
324324

325+
# “Highlight” is a noun, the string is used on the editor for highlights.
326+
pdfjs-editor-highlight-editor =
327+
.aria-label = Redigering av markering
328+
# “Drawing” is a noun, the string is used on the editor for drawings.
329+
pdfjs-editor-ink-editor =
330+
.aria-label = Redigering av tegninger
325331
# Used when a signature editor is selected/hovered.
326332
# Variables:
327333
# $description (String) - a string describing/labeling the signature.
@@ -358,9 +364,16 @@ pdfjs-editor-stamp-add-image-button-label = Legg til bilde
358364
pdfjs-editor-free-highlight-thickness-input = Tykkelse
359365
pdfjs-editor-free-highlight-thickness-title =
360366
.title = Endre tykkelse når du markerer andre elementer enn tekst
367+
pdfjs-editor-add-signature-container =
368+
.aria-label = Signaturkontroller og lagrede signaturer
361369
pdfjs-editor-signature-add-signature-button =
362370
.title = Legg til ny signatur
363371
pdfjs-editor-signature-add-signature-button-label = Legg til ny signatur
372+
# Used on the button to use an already saved signature.
373+
# Variables:
374+
# $description (String) - a string describing/labeling the signature.
375+
pdfjs-editor-add-saved-signature-button =
376+
.title = Lagret signatur: { $description }
364377
# .default-content is used as a placeholder in an empty text editor.
365378
pdfjs-free-text2 =
366379
.aria-label = Tekstredigering
@@ -518,6 +531,13 @@ pdfjs-editor-undo-bar-message-freetext = Tekst fjernet
518531
pdfjs-editor-undo-bar-message-ink = Tegning fjernet
519532
pdfjs-editor-undo-bar-message-stamp = Bilde fjernet
520533
pdfjs-editor-undo-bar-message-signature = Signatur fjernet
534+
# Variables:
535+
# $count (Number) - the number of removed annotations.
536+
pdfjs-editor-undo-bar-message-multiple =
537+
{ $count ->
538+
[one] { $count } kommentar fjernet
539+
*[other] { $count } kommentarer fjernet
540+
}
521541
pdfjs-editor-undo-bar-undo-button =
522542
.title = Angre
523543
pdfjs-editor-undo-bar-undo-button-label = Angre
@@ -582,6 +602,8 @@ pdfjs-editor-edit-signature-update-button = Oppdater
582602
583603
## Main menu for adding/removing signatures
584604

605+
pdfjs-editor-delete-signature-button1 =
606+
.title = Fjern lagret signatur
585607
586608
## Editor toolbar
587609

0 commit comments

Comments
 (0)