mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #19665 from timvandermeij/updates
Update dependencies and translations to the most recent versions
This commit is contained in:
commit
f8c2a949b7
7 changed files with 381 additions and 632 deletions
|
@ -97,7 +97,7 @@ const AUTOPREFIXER_CONFIG = {
|
|||
const BABEL_TARGETS = ENV_TARGETS.join(", ");
|
||||
|
||||
const BABEL_PRESET_ENV_OPTS = Object.freeze({
|
||||
corejs: "3.40.0",
|
||||
corejs: "3.41.0",
|
||||
exclude: ["web.structured-clone"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
|
@ -2266,6 +2266,8 @@ gulp.task("metalsmith", async function () {
|
|||
.use(
|
||||
layouts({
|
||||
directory: "docs/templates",
|
||||
pattern: "**",
|
||||
transform: "nunjucks",
|
||||
})
|
||||
)
|
||||
.use(relative())
|
||||
|
|
|
@ -293,7 +293,7 @@ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", tim
|
|||
## Password
|
||||
|
||||
pdfjs-password-label = Εισαγάγετε τον κωδικό πρόσβασης για να ανοίξετε αυτό το αρχείο PDF.
|
||||
pdfjs-password-invalid = Μη έγκυρος κωδικός πρόσβασης. Παρακαλώ δοκιμάστε ξανά.
|
||||
pdfjs-password-invalid = Μη έγκυρος κωδικός πρόσβασης. Δοκιμάστε ξανά.
|
||||
pdfjs-password-ok-button = OK
|
||||
pdfjs-password-cancel-button = Ακύρωση
|
||||
pdfjs-web-fonts-disabled = Οι γραμματοσειρές ιστού είναι ανενεργές: δεν είναι δυνατή η χρήση των ενσωματωμένων γραμματοσειρών PDF.
|
||||
|
|
|
@ -320,6 +320,19 @@ pdfjs-editor-signature-button =
|
|||
.title = Aggiungi firma
|
||||
pdfjs-editor-signature-button-label = Aggiungi firma
|
||||
|
||||
## Default editor aria labels
|
||||
|
||||
# “Highlight” is a noun, the string is used on the editor for highlights.
|
||||
pdfjs-editor-highlight-editor =
|
||||
.aria-label = Modifica evidenziazioni
|
||||
# “Drawing” is a noun, the string is used on the editor for drawings.
|
||||
pdfjs-editor-ink-editor =
|
||||
.aria-label = Modifica disegni
|
||||
pdfjs-editor-signature-editor =
|
||||
.aria-label = Modifica firme
|
||||
pdfjs-editor-stamp-editor =
|
||||
.aria-label = Modifica immagini
|
||||
|
||||
## Remove button for the various kind of editor.
|
||||
|
||||
pdfjs-editor-remove-ink-button =
|
||||
|
@ -348,9 +361,16 @@ pdfjs-editor-stamp-add-image-button-label = Aggiungi immagine
|
|||
pdfjs-editor-free-highlight-thickness-input = Spessore
|
||||
pdfjs-editor-free-highlight-thickness-title =
|
||||
.title = Modifica lo spessore della selezione per elementi non testuali
|
||||
pdfjs-editor-add-signature-container =
|
||||
.aria-label = Controlli firma e firme salvate
|
||||
pdfjs-editor-signature-add-signature-button =
|
||||
.title = Aggiungi nuova firma
|
||||
pdfjs-editor-signature-add-signature-button-label = Aggiungi nuova firma
|
||||
# Used on the button to use an already saved signature.
|
||||
# Variables:
|
||||
# $description (String) - a string describing/labeling the signature.
|
||||
pdfjs-editor-add-saved-signature-button =
|
||||
.title = Firma salvata: { $description }
|
||||
# .default-content is used as a placeholder in an empty text editor.
|
||||
pdfjs-free-text2 =
|
||||
.aria-label = Editor di testo
|
||||
|
@ -583,6 +603,9 @@ pdfjs-editor-edit-signature-update-button = Aggiorna
|
|||
pdfjs-editor-delete-signature-button =
|
||||
.title = Rimuovi firma
|
||||
pdfjs-editor-delete-signature-button-label = Rimuovi firma
|
||||
pdfjs-editor-delete-signature-button1 =
|
||||
.title = Rimuovi firma salvata
|
||||
pdfjs-editor-delete-signature-button-label1 = Rimuovi firma salvata
|
||||
|
||||
## Editor toolbar
|
||||
|
||||
|
|
|
@ -470,7 +470,7 @@ pdfjs-editor-new-alt-text-added-button =
|
|||
pdfjs-editor-new-alt-text-added-button-label = Alternativ tekst lagt til
|
||||
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
||||
pdfjs-editor-new-alt-text-missing-button =
|
||||
.aria-label = Mangler alt-tekst
|
||||
.aria-label = Mangler alternativ tekst
|
||||
pdfjs-editor-new-alt-text-missing-button-label = Mangler alternativ tekst
|
||||
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
||||
pdfjs-editor-new-alt-text-to-review-button =
|
||||
|
|
|
@ -532,6 +532,8 @@ pdfjs-editor-edit-signature-update-button = Oppdater
|
|||
|
||||
## Editor toolbar
|
||||
|
||||
pdfjs-editor-add-signature-edit-button-label = Rediger skildring
|
||||
|
||||
## Edit signature description dialog
|
||||
|
||||
pdfjs-editor-edit-signature-dialog-title = Rediger skildring
|
||||
|
|
946
package-lock.json
generated
946
package-lock.json
generated
File diff suppressed because it is too large
Load diff
34
package.json
34
package.json
|
@ -2,25 +2,25 @@
|
|||
"name": "pdf.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.9",
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@babel/runtime": "^7.26.9",
|
||||
"@babel/runtime": "^7.26.10",
|
||||
"@fluent/bundle": "^0.18.0",
|
||||
"@fluent/dom": "^0.10.0",
|
||||
"@metalsmith/layouts": "^2.7.0",
|
||||
"@metalsmith/layouts": "^3.0.0",
|
||||
"@metalsmith/markdown": "^1.10.0",
|
||||
"@napi-rs/canvas": "^0.1.67",
|
||||
"@types/node": "^22.13.5",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-loader": "^9.2.1",
|
||||
"caniuse-lite": "^1.0.30001700",
|
||||
"core-js": "^3.40.0",
|
||||
"eslint": "^9.21.0",
|
||||
"@napi-rs/canvas": "^0.1.68",
|
||||
"@types/node": "^22.13.10",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"babel-loader": "^10.0.0",
|
||||
"caniuse-lite": "^1.0.30001704",
|
||||
"core-js": "^3.41.0",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"eslint-plugin-json": "^4.0.1",
|
||||
"eslint-plugin-no-unsanitized": "^4.1.2",
|
||||
"eslint-plugin-perfectionist": "^4.9.0",
|
||||
"eslint-plugin-perfectionist": "^4.10.1",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"eslint-plugin-unicorn": "^57.0.0",
|
||||
"globals": "^16.0.0",
|
||||
|
@ -43,15 +43,15 @@
|
|||
"postcss-dir-pseudo-class": "^9.0.1",
|
||||
"postcss-discard-comments": "^7.0.3",
|
||||
"postcss-nesting": "^13.0.1",
|
||||
"prettier": "^3.5.2",
|
||||
"puppeteer": "^24.2.1",
|
||||
"stylelint": "^16.14.1",
|
||||
"prettier": "^3.5.3",
|
||||
"puppeteer": "^24.4.0",
|
||||
"stylelint": "^16.16.0",
|
||||
"stylelint-prettier": "^5.0.3",
|
||||
"svglint": "^3.1.0",
|
||||
"terser-webpack-plugin": "^5.3.11",
|
||||
"tsc-alias": "^1.8.10",
|
||||
"terser-webpack-plugin": "^5.3.14",
|
||||
"tsc-alias": "^1.8.11",
|
||||
"ttest": "^4.0.0",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript": "^5.8.2",
|
||||
"vinyl": "^3.0.0",
|
||||
"webpack": "^5.98.0",
|
||||
"webpack-stream": "^7.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue