diff --git a/l10n/ia/viewer.ftl b/l10n/ia/viewer.ftl index 59f3e56e2a518..4cddfa2814034 100644 --- a/l10n/ia/viewer.ftl +++ b/l10n/ia/viewer.ftl @@ -51,12 +51,6 @@ pdfjs-download-button-label = Discargar pdfjs-bookmark-button = .title = Pagina actual (vide le URL del pagina actual) pdfjs-bookmark-button-label = Pagina actual -# Used in Firefox for Android. -pdfjs-open-in-app-button = - .title = Aperir in app -# Used in Firefox for Android. -# Length of the translation matters since we are in a mobile context, with limited screen estate. -pdfjs-open-in-app-button-label = Aperir in app ## Secondary toolbar and context menu @@ -67,8 +61,8 @@ pdfjs-first-page-button = .title = Ir al prime pagina pdfjs-first-page-button-label = Ir al prime pagina pdfjs-last-page-button = - .title = Ir al prime pagina -pdfjs-last-page-button-label = Ir al prime pagina + .title = Ir al ultime pagina +pdfjs-last-page-button-label = Ir al ultime pagina pdfjs-page-rotate-cw-button = .title = Rotar in senso horari pdfjs-page-rotate-cw-button-label = Rotar in senso horari @@ -304,8 +298,6 @@ pdfjs-editor-stamp-button-label = Adder o rediger imagines pdfjs-editor-highlight-button = .title = Evidentia pdfjs-editor-highlight-button-label = Evidentia -pdfjs-highlight-floating-button = - .title = Evidentiar pdfjs-highlight-floating-button1 = .title = Evidentiar .aria-label = Evidentiar diff --git a/package-lock.json b/package-lock.json index d0714ce9c2a25..fd08cd04fa689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@jazzer.js/core": "^2.1.0", "autoprefixer": "^10.4.19", "babel-loader": "^9.1.3", - "caniuse-lite": "^1.0.30001618", + "caniuse-lite": "^1.0.30001621", "canvas": "^2.11.2", "core-js": "^3.37.1", "cross-env": "^7.0.3", @@ -27,12 +27,12 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jasmine": "^4.1.3", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mozilla": "^3.7.3", + "eslint-plugin-mozilla": "^3.7.4", "eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-sort-exports": "^0.9.1", "eslint-plugin-unicorn": "^53.0.0", - "globals": "^15.2.0", + "globals": "^15.3.0", "gulp": "^4.0.2", "gulp-cli": "^3.0.0", "gulp-postcss": "^10.0.0", @@ -4245,9 +4245,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001618", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz", - "integrity": "sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==", + "version": "1.0.30001621", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz", + "integrity": "sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==", "dev": true, "funding": [ { @@ -4262,7 +4262,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/canvas": { "version": "2.11.2", @@ -6172,10 +6173,11 @@ } }, "node_modules/eslint-plugin-mozilla": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-3.7.3.tgz", - "integrity": "sha512-faH1kspZ/PBbXIGngPvwZEBopL9Q/VkS7p+7RKNUVY+6jBMzRWzLMUhUsfhpGOWg9DAKJhoTBaOjV/HrkItUVw==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-3.7.4.tgz", + "integrity": "sha512-cYVwBG/9Ddei05DJs+1CMbE8W5PrJuZ7lLdnuA11LwuNhEjowrRYaQHEWB3FCKS5n6DR3Wt+kWOceYCvATQW1Q==", "dev": true, + "license": "MPL-2.0", "dependencies": { "eslint-scope": "^7.2.2", "eslint-visitor-keys": "^3.4.3", @@ -8278,10 +8280,11 @@ } }, "node_modules/globals": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.2.0.tgz", - "integrity": "sha512-FQ5YwCHZM3nCmtb5FzEWwdUc9K5d3V/w9mzcz8iGD1gC/aOTHc6PouYu0kkKipNJqHAT7m51sqzQjEjIP+cK0A==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.3.0.tgz", + "integrity": "sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index 70ccec6d6ea82..1bcb567a88690 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@jazzer.js/core": "^2.1.0", "autoprefixer": "^10.4.19", "babel-loader": "^9.1.3", - "caniuse-lite": "^1.0.30001618", + "caniuse-lite": "^1.0.30001621", "canvas": "^2.11.2", "core-js": "^3.37.1", "cross-env": "^7.0.3", @@ -21,12 +21,12 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jasmine": "^4.1.3", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-mozilla": "^3.7.3", + "eslint-plugin-mozilla": "^3.7.4", "eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-sort-exports": "^0.9.1", "eslint-plugin-unicorn": "^53.0.0", - "globals": "^15.2.0", + "globals": "^15.3.0", "gulp": "^4.0.2", "gulp-cli": "^3.0.0", "gulp-postcss": "^10.0.0",