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=Էջ.
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=` {{pagesCount}}-ից
of_pages=-ը՝ {{pagesCount}}-ից
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
@ -44,6 +44,8 @@ download_label=Բեռնել
bookmark.title=Ընթացիկ տեսքով (պատճենել կամ բացել նոր պատուհանում)
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
tools.title=Գործիքներ

View File

@ -41,14 +41,19 @@ print.title=Drukuj
print_label=Drukuj
download.title=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_label=Bieżąca pozycja
save.title=Zapisz
save_label=Zapisz
bookmark1.title=Bieżąca strona (adres do otwarcia na bieżącej stronie)
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
tools.title=Narzędzia
tools_label=Narzędzia
@ -231,6 +236,8 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading=Wczytywanie…
# Loading indicator messages
loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd.
invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF.
missing_file_error=Brak pliku PDF.

1217
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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