Merge pull request #16542 from Snuffleupagus/update-packages

Update packages and translations
This commit is contained in:
Tim van der Meij 2023-06-11 12:59:07 +02:00 committed by GitHub
commit 1e2f82050f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 653 additions and 603 deletions

View File

@ -22,7 +22,7 @@ next_label=Հաջորդը
page.title=Էջ. page.title=Էջ.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document. # representing the total number of pages in the document.
of_pages=` {{pagesCount}}-ից of_pages=-ը՝ {{pagesCount}}-ից
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page, # will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document. # respectively a number representing the total number of pages in the document.
@ -44,6 +44,8 @@ download_label=Բեռնել
bookmark.title=Ընթացիկ տեսքով (պատճենել կամ բացել նոր պատուհանում) bookmark.title=Ընթացիկ տեսքով (պատճենել կամ բացել նոր պատուհանում)
bookmark_label=Ընթացիկ տեսքը bookmark_label=Ընթացիկ տեսքը
# LOCALIZATION NOTE (open_in_app.title): This string is used in Firefox for Android.
# LOCALIZATION NOTE (open_in_app_label): This string is used in Firefox for Android. Length of the translation matters since we are in a mobile context, with limited screen estate.
# Secondary toolbar and context menu # Secondary toolbar and context menu
tools.title=Գործիքներ tools.title=Գործիքներ

View File

@ -41,14 +41,19 @@ print.title=Drukuj
print_label=Drukuj print_label=Drukuj
download.title=Pobierz download.title=Pobierz
download_label=Pobierz download_label=Pobierz
save.title=Zapisz
save_label=Zapisz
bookmark.title=Bieżąca pozycja (skopiuj lub otwórz jako odnośnik w nowym oknie) bookmark.title=Bieżąca pozycja (skopiuj lub otwórz jako odnośnik w nowym oknie)
bookmark_label=Bieżąca pozycja bookmark_label=Bieżąca pozycja
save.title=Zapisz
save_label=Zapisz
bookmark1.title=Bieżąca strona (adres do otwarcia na bieżącej stronie) bookmark1.title=Bieżąca strona (adres do otwarcia na bieżącej stronie)
bookmark1_label=Bieżąca strona bookmark1_label=Bieżąca strona
# LOCALIZATION NOTE (open_in_app.title): This string is used in Firefox for Android.
open_in_app.title=Otwórz w aplikacji
# LOCALIZATION NOTE (open_in_app_label): This string is used in Firefox for Android. Length of the translation matters since we are in a mobile context, with limited screen estate.
open_in_app_label=Otwórz w aplikacji
# Secondary toolbar and context menu # Secondary toolbar and context menu
tools.title=Narzędzia tools.title=Narzędzia
tools_label=Narzędzia tools_label=Narzędzia
@ -231,6 +236,8 @@ page_scale_percent={{scale}}%
# Loading indicator messages # Loading indicator messages
loading=Wczytywanie… loading=Wczytywanie…
# Loading indicator messages
loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd. loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd.
invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF. invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF.
missing_file_error=Brak pliku PDF. missing_file_error=Brak pliku PDF.

1213
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,20 +1,20 @@
{ {
"name": "pdf.js", "name": "pdf.js",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.1", "@babel/core": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.21.5", "@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.2", "@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.3", "@babel/runtime": "^7.22.5",
"@javascript-obfuscator/escodegen": "2.3.0", "@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.8.2", "acorn": "^8.8.2",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"caniuse-lite": "^1.0.30001489", "caniuse-lite": "^1.0.30001499",
"canvas": "^2.11.2", "canvas": "^2.11.2",
"core-js": "^3.30.2", "core-js": "^3.30.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"es-module-shims": "1.4.7", "es-module-shims": "1.4.7",
"eslint": "^8.41.0", "eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-fetch-options": "^0.0.5", "eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
@ -31,29 +31,29 @@
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4", "gulp-replace": "^1.1.4",
"gulp-zip": "^5.1.0", "gulp-zip": "^5.1.0",
"jasmine": "^5.0.0", "jasmine": "^5.0.1",
"jsdoc": "^4.0.2", "jsdoc": "^4.0.2",
"jstransformer-markdown-it": "^3.0.0", "jstransformer-markdown-it": "^3.0.0",
"merge-stream": "^2.0.0", "merge-stream": "^2.0.0",
"mkdirp": "^3.0.1", "mkdirp": "^3.0.1",
"needle": "^3.2.0", "needle": "^3.2.0",
"path2d-polyfill": "^2.0.1", "path2d-polyfill": "^2.0.1",
"postcss": "^8.4.23", "postcss": "^8.4.24",
"postcss-dir-pseudo-class": "^7.0.2", "postcss-dir-pseudo-class": "^7.0.2",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"puppeteer": "^20.5.0", "puppeteer": "^20.5.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"streamqueue": "^1.1.2", "streamqueue": "^1.1.2",
"stylelint": "^15.6.2", "stylelint": "^15.7.0",
"stylelint-prettier": "^3.0.0", "stylelint-prettier": "^3.0.0",
"terser": "^5.17.6", "terser": "^5.17.7",
"through2": "^4.0.2", "through2": "^4.0.2",
"ttest": "^4.0.0", "ttest": "^4.0.0",
"typescript": "^5.0.4", "typescript": "^5.1.3",
"typogr": "^0.6.8", "typogr": "^0.6.8",
"vinyl": "^3.0.0", "vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3", "vinyl-fs": "^3.0.3",
"webpack": "^5.84.1", "webpack": "^5.86.0",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",
"yargs": "^17.7.2" "yargs": "^17.7.2"