Merge pull request #18855 from timvandermeij/updates
Update dependencies and translations to the most recent versions
This commit is contained in:
commit
7eee86e078
@ -1,4 +1,4 @@
|
|||||||
import { Test } from "import-name";
|
import { Test } from "import-name";
|
||||||
import { Test2 } from './non-alias';
|
import { Test2 } from './non-alias';
|
||||||
export { Test3 } from "import-name";
|
export { Test3 } from "import-name";
|
||||||
await import( /*webpackIgnore: true*/"./non-alias");
|
await import(/*webpackIgnore: true*/"./non-alias");
|
||||||
|
|||||||
@ -415,3 +415,18 @@ pdfjs-editor-highlight-show-all-button =
|
|||||||
|
|
||||||
## Image alt-text settings
|
## Image alt-text settings
|
||||||
|
|
||||||
|
pdfjs-editor-alt-text-settings-dialog-label = Ajustes del texto alternativo de la imagen
|
||||||
|
pdfjs-editor-alt-text-settings-automatic-title = Texto alternativo automático
|
||||||
|
pdfjs-editor-alt-text-settings-create-model-button-label = Crear texto alternativo automáticamente
|
||||||
|
pdfjs-editor-alt-text-settings-create-model-description = Sugiere descripciones para ayudar a las personas que no pueden ver la imagen o cuando la imagen no se carga.
|
||||||
|
# Variables:
|
||||||
|
# $totalSize (Number) - the total size (in MB) of the AI model.
|
||||||
|
pdfjs-editor-alt-text-settings-download-model-label = Modelo de IA de texto alternativo ({ $totalSize } MB)
|
||||||
|
pdfjs-editor-alt-text-settings-ai-model-description = Se ejecuta localmente en el dispositivo para que los datos se mantengan privados. Requerido para texto alternativo automático.
|
||||||
|
pdfjs-editor-alt-text-settings-delete-model-button = Eliminar
|
||||||
|
pdfjs-editor-alt-text-settings-download-model-button = Descargar
|
||||||
|
pdfjs-editor-alt-text-settings-downloading-model-button = Descargando…
|
||||||
|
pdfjs-editor-alt-text-settings-editor-title = Editor de texto alternativo
|
||||||
|
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostrar el editor de texto alternativo inmediatamente al añadir una imagen
|
||||||
|
pdfjs-editor-alt-text-settings-show-dialog-description = Le ayuda a asegurarse de que todas sus imágenes tengan texto alternativo.
|
||||||
|
pdfjs-editor-alt-text-settings-close-button = Cerrar
|
||||||
|
|||||||
@ -414,6 +414,8 @@ pdfjs-editor-highlight-show-all-button =
|
|||||||
## New alt-text dialog
|
## New alt-text dialog
|
||||||
## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
|
## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
|
||||||
|
|
||||||
|
pdfjs-editor-new-alt-text-textarea =
|
||||||
|
.placeholder = Ovdje upiši tvoj opis …
|
||||||
# This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
|
# This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
|
||||||
pdfjs-editor-new-alt-text-disclaimer1 = Ovaj je alternativni tekst stvoren automatski i može biti netočan.
|
pdfjs-editor-new-alt-text-disclaimer1 = Ovaj je alternativni tekst stvoren automatski i može biti netočan.
|
||||||
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Saznaj više
|
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Saznaj više
|
||||||
|
|||||||
@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Właściwości dokumentu…
|
|||||||
pdfjs-document-properties-file-name = Nazwa pliku:
|
pdfjs-document-properties-file-name = Nazwa pliku:
|
||||||
pdfjs-document-properties-file-size = Rozmiar pliku:
|
pdfjs-document-properties-file-size = Rozmiar pliku:
|
||||||
# Variables:
|
# Variables:
|
||||||
|
# $kb (Number) - the PDF file size in kilobytes
|
||||||
|
# $b (Number) - the PDF file size in bytes
|
||||||
|
pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } B)
|
||||||
|
# Variables:
|
||||||
|
# $mb (Number) - the PDF file size in megabytes
|
||||||
|
# $b (Number) - the PDF file size in bytes
|
||||||
|
pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } B)
|
||||||
|
# Variables:
|
||||||
# $size_kb (Number) - the PDF file size in kilobytes
|
# $size_kb (Number) - the PDF file size in kilobytes
|
||||||
# $size_b (Number) - the PDF file size in bytes
|
# $size_b (Number) - the PDF file size in bytes
|
||||||
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } B)
|
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } B)
|
||||||
@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Słowa kluczowe:
|
|||||||
pdfjs-document-properties-creation-date = Data utworzenia:
|
pdfjs-document-properties-creation-date = Data utworzenia:
|
||||||
pdfjs-document-properties-modification-date = Data modyfikacji:
|
pdfjs-document-properties-modification-date = Data modyfikacji:
|
||||||
# Variables:
|
# Variables:
|
||||||
|
# $dateObj (Date) - the creation/modification date and time of the PDF file
|
||||||
|
pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||||
|
# Variables:
|
||||||
# $date (Date) - the creation/modification date of the PDF file
|
# $date (Date) - the creation/modification date of the PDF file
|
||||||
# $time (Time) - the creation/modification time of the PDF file
|
# $time (Time) - the creation/modification time of the PDF file
|
||||||
pdfjs-document-properties-date-string = { $date }, { $time }
|
pdfjs-document-properties-date-string = { $date }, { $time }
|
||||||
@ -277,6 +288,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|||||||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||||
pdfjs-text-annotation-type =
|
pdfjs-text-annotation-type =
|
||||||
.alt = [Przypis: { $type }]
|
.alt = [Przypis: { $type }]
|
||||||
|
# Variables:
|
||||||
|
# $dateObj (Date) - the modification date and time of the annotation
|
||||||
|
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||||
|
|
||||||
## Password
|
## Password
|
||||||
|
|
||||||
|
|||||||
@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Propriedades do documento…
|
|||||||
pdfjs-document-properties-file-name = Nome do ficheiro:
|
pdfjs-document-properties-file-name = Nome do ficheiro:
|
||||||
pdfjs-document-properties-file-size = Tamanho do ficheiro:
|
pdfjs-document-properties-file-size = Tamanho do ficheiro:
|
||||||
# Variables:
|
# Variables:
|
||||||
|
# $kb (Number) - the PDF file size in kilobytes
|
||||||
|
# $b (Number) - the PDF file size in bytes
|
||||||
|
pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } bytes)
|
||||||
|
# Variables:
|
||||||
|
# $mb (Number) - the PDF file size in megabytes
|
||||||
|
# $b (Number) - the PDF file size in bytes
|
||||||
|
pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bytes)
|
||||||
|
# Variables:
|
||||||
# $size_kb (Number) - the PDF file size in kilobytes
|
# $size_kb (Number) - the PDF file size in kilobytes
|
||||||
# $size_b (Number) - the PDF file size in bytes
|
# $size_b (Number) - the PDF file size in bytes
|
||||||
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
|
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
|
||||||
@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Palavras-chave:
|
|||||||
pdfjs-document-properties-creation-date = Data de criação:
|
pdfjs-document-properties-creation-date = Data de criação:
|
||||||
pdfjs-document-properties-modification-date = Data de modificação:
|
pdfjs-document-properties-modification-date = Data de modificação:
|
||||||
# Variables:
|
# Variables:
|
||||||
|
# $dateObj (Date) - the creation/modification date and time of the PDF file
|
||||||
|
pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||||
|
# Variables:
|
||||||
# $date (Date) - the creation/modification date of the PDF file
|
# $date (Date) - the creation/modification date of the PDF file
|
||||||
# $time (Time) - the creation/modification time of the PDF file
|
# $time (Time) - the creation/modification time of the PDF file
|
||||||
pdfjs-document-properties-date-string = { $date }, { $time }
|
pdfjs-document-properties-date-string = { $date }, { $time }
|
||||||
@ -275,6 +286,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|||||||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||||
pdfjs-text-annotation-type =
|
pdfjs-text-annotation-type =
|
||||||
.alt = [Anotação { $type }]
|
.alt = [Anotação { $type }]
|
||||||
|
# Variables:
|
||||||
|
# $dateObj (Date) - the modification date and time of the annotation
|
||||||
|
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
||||||
|
|
||||||
## Password
|
## Password
|
||||||
|
|
||||||
|
|||||||
@ -471,6 +471,7 @@ pdfjs-editor-alt-text-settings-create-model-description = اُنہاں لوکا
|
|||||||
# Variables:
|
# Variables:
|
||||||
# $totalSize (Number) - the total size (in MB) of the AI model.
|
# $totalSize (Number) - the total size (in MB) of the AI model.
|
||||||
pdfjs-editor-alt-text-settings-download-model-label = آلٹ عبارت اے آئی ماڈل ({ $totalSize } ایم بی)
|
pdfjs-editor-alt-text-settings-download-model-label = آلٹ عبارت اے آئی ماڈل ({ $totalSize } ایم بی)
|
||||||
|
pdfjs-editor-alt-text-settings-ai-model-description = تہاݙی ڈیوائس تے مقامی طور تے چلدا ہے تاں جو تہاݙا ڈیٹا نجی رہوے۔ خودکار آلٹ عبارت کیتے ضروری ہے۔
|
||||||
pdfjs-editor-alt-text-settings-delete-model-button = مٹاؤ
|
pdfjs-editor-alt-text-settings-delete-model-button = مٹاؤ
|
||||||
pdfjs-editor-alt-text-settings-download-model-button = ڈاؤن لوڈ
|
pdfjs-editor-alt-text-settings-download-model-button = ڈاؤن لوڈ
|
||||||
pdfjs-editor-alt-text-settings-downloading-model-button = ڈاؤن لوڈ تھیندا پئے …
|
pdfjs-editor-alt-text-settings-downloading-model-button = ڈاؤن لوڈ تھیندا پئے …
|
||||||
|
|||||||
1253
package-lock.json
generated
1253
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -2,9 +2,9 @@
|
|||||||
"name": "pdf.js",
|
"name": "pdf.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.25.2",
|
"@babel/core": "^7.25.7",
|
||||||
"@babel/preset-env": "^7.25.4",
|
"@babel/preset-env": "^7.25.7",
|
||||||
"@babel/runtime": "^7.25.6",
|
"@babel/runtime": "^7.25.7",
|
||||||
"@fluent/bundle": "^0.18.0",
|
"@fluent/bundle": "^0.18.0",
|
||||||
"@fluent/dom": "^0.10.0",
|
"@fluent/dom": "^0.10.0",
|
||||||
"@jazzer.js/core": "^2.1.0",
|
"@jazzer.js/core": "^2.1.0",
|
||||||
@ -12,20 +12,20 @@
|
|||||||
"@metalsmith/markdown": "^1.10.0",
|
"@metalsmith/markdown": "^1.10.0",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"babel-loader": "^9.2.1",
|
"babel-loader": "^9.2.1",
|
||||||
"caniuse-lite": "^1.0.30001662",
|
"caniuse-lite": "^1.0.30001667",
|
||||||
"canvas": "^2.11.2",
|
"canvas": "^2.11.2",
|
||||||
"core-js": "^3.38.1",
|
"core-js": "^3.38.1",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.1",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-fetch-options": "^0.0.5",
|
"eslint-plugin-fetch-options": "^0.0.5",
|
||||||
"eslint-plugin-html": "^8.1.1",
|
"eslint-plugin-html": "^8.1.2",
|
||||||
"eslint-plugin-import": "^2.30.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-jasmine": "^4.2.2",
|
"eslint-plugin-jasmine": "^4.2.2",
|
||||||
"eslint-plugin-json": "^3.1.0",
|
"eslint-plugin-json": "^3.1.0",
|
||||||
"eslint-plugin-no-unsanitized": "^4.1.0",
|
"eslint-plugin-no-unsanitized": "^4.1.2",
|
||||||
"eslint-plugin-prettier": "^5.2.1",
|
"eslint-plugin-prettier": "^5.2.1",
|
||||||
"eslint-plugin-sort-exports": "^0.9.1",
|
"eslint-plugin-sort-exports": "^0.9.1",
|
||||||
"eslint-plugin-unicorn": "^55.0.0",
|
"eslint-plugin-unicorn": "^56.0.0",
|
||||||
"gulp": "^5.0.0",
|
"gulp": "^5.0.0",
|
||||||
"gulp-cli": "^3.0.0",
|
"gulp-cli": "^3.0.0",
|
||||||
"gulp-postcss": "^10.0.0",
|
"gulp-postcss": "^10.0.0",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"gulp-replace": "^1.1.4",
|
"gulp-replace": "^1.1.4",
|
||||||
"gulp-zip": "^6.0.0",
|
"gulp-zip": "^6.0.0",
|
||||||
"highlight.js": "^11.10.0",
|
"highlight.js": "^11.10.0",
|
||||||
"jasmine": "^5.3.0",
|
"jasmine": "^5.3.1",
|
||||||
"jsdoc": "^4.0.3",
|
"jsdoc": "^4.0.3",
|
||||||
"jstransformer-nunjucks": "^1.2.0",
|
"jstransformer-nunjucks": "^1.2.0",
|
||||||
"metalsmith": "^2.6.3",
|
"metalsmith": "^2.6.3",
|
||||||
@ -56,7 +56,7 @@
|
|||||||
"ttest": "^4.0.0",
|
"ttest": "^4.0.0",
|
||||||
"typescript": "^5.6.2",
|
"typescript": "^5.6.2",
|
||||||
"vinyl": "^3.0.0",
|
"vinyl": "^3.0.0",
|
||||||
"webpack": "^5.94.0",
|
"webpack": "^5.95.0",
|
||||||
"webpack-stream": "^7.0.0",
|
"webpack-stream": "^7.0.0",
|
||||||
"yargs": "^17.7.2"
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user