Skip to content

Commit e0783cd

Browse files
authored
Merge pull request #20086 from timvandermeij/updates
Update dependencies and translations to the most recent versions
2 parents 9070a27 + 3054942 commit e0783cd

File tree

13 files changed

+1062
-372
lines changed

13 files changed

+1062
-372
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.43.0",
99+
corejs: "3.44.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.71",
2342+
"@napi-rs/canvas": "^0.1.73",
23432343
},
23442344
browser: {
23452345
canvas: false,

l10n/br/viewer.ftl

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pdfjs-find-previous-button-label = Kent
206206
pdfjs-find-next-button =
207207
.title = Kavout an tamm frazenn war-lerc'h o klotañ ganti
208208
pdfjs-find-next-button-label = War-lerc'h
209-
pdfjs-find-highlight-checkbox = Usskediñ pep tra
209+
pdfjs-find-highlight-checkbox = Sklêrijennañ pep tra
210210
pdfjs-find-match-case-checkbox-label = Teurel evezh ouzh ar pennlizherennoù
211211
pdfjs-find-match-diacritics-checkbox-label = Doujañ d’an tiredoù
212212
pdfjs-find-entire-word-checkbox-label = Gerioù a-bezh
@@ -272,6 +272,13 @@ pdfjs-editor-ink-button-label = Tresañ
272272
pdfjs-editor-stamp-button =
273273
.title = Ouzhpennañ pe aozañ skeudennoù
274274
pdfjs-editor-stamp-button-label = Ouzhpennañ pe aozañ skeudennoù
275+
pdfjs-editor-highlight-button =
276+
.title = Sklerijennañ
277+
pdfjs-editor-highlight-button-label = Sklerijennañ
278+
pdfjs-highlight-floating-button1 =
279+
.title = Sklerijennañ
280+
.aria-label = Sklerijennañ
281+
pdfjs-highlight-floating-button-label = Sklerijennañ
275282
276283
## Default editor aria labels
277284

@@ -304,13 +311,18 @@ pdfjs-ink-canvas =
304311
pdfjs-editor-alt-text-add-description-label = Ouzhpennañ un deskrivadur
305312
pdfjs-editor-alt-text-cancel-button = Nullañ
306313
pdfjs-editor-alt-text-save-button = Enrollañ
314+
# .placeholder: This is a placeholder for the alt text input area
315+
pdfjs-editor-alt-text-textarea =
316+
.placeholder = Da skouer, “Ur paotr yaouank ouzh taol o tebriñ boued”
307317
308318
## Editor resizers
309319
## This is used in an aria label to help to understand the role of the resizer.
310320

311321

312322
## Color picker
313323

324+
# This means "Color used to highlight text"
325+
pdfjs-editor-highlight-colorpicker-label = Liv sklêrijennañ
314326
pdfjs-editor-colorpicker-button =
315327
.title = Cheñch liv
316328
pdfjs-editor-colorpicker-yellow =

0 commit comments

Comments
 (0)