Merge pull request #11945 from Snuffleupagus/update-packages

Update packages and translations
This commit is contained in:
Tim van der Meij 2020-05-30 14:24:25 +02:00 committed by GitHub
commit 5879710327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1718 additions and 571 deletions

View File

@ -145,7 +145,7 @@ attachments.title=Visualizar las pèças juntas
attachments_label=Pèças juntas
thumbs.title=Afichar las vinhetas
thumbs_label=Vinhetas
findbar.title=Trobar dins lo document
findbar.title=Cercar dins lo document
findbar_label=Recercar
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.

View File

@ -245,4 +245,4 @@ password_cancel=Скасувати
printing_not_supported=Попередження: Цей браузер не повністю підтримує друк.
printing_not_ready=Попередження: PDF не повністю завантажений для друку.
web_fonts_disabled=Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
document_colors_not_allowed=PDF-документам не дозволено використовувати власні кольори: в $BrandShortName вимкнено параметр «Дозволити сторінкам використовувати власні кольори».
document_colors_not_allowed=PDF-документам не дозволено використовувати власні кольори: в браузері вимкнено параметр «Дозволити сторінкам використовувати власні кольори».

View File

@ -153,7 +153,7 @@ page_canvas=第 {{page}} 頁
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title=頁 {{page}}
thumb_page_title=第 {{page}} 頁
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas=頁 {{page}} 的縮圖

2261
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,19 +2,20 @@
"name": "pdf.js",
"version": "2.0.0",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@babel/core": "^7.10.1",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/runtime": "^7.10.1",
"acorn": "^7.2.0",
"autoprefixer": "^9.7.6",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"canvas": "^2.6.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"es-module-shims": "^0.4.6",
"escodegen": "^1.14.1",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.0.2",
@ -22,8 +23,7 @@
"eslint-plugin-mozilla": "^2.4.0",
"eslint-plugin-no-unsanitized": "^3.1.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-unicorn": "^20.0.0",
"es-module-shims": "^0.4.6",
"eslint-plugin-unicorn": "^20.1.0",
"fancy-log": "^1.3.3",
"globals": "^11.12.0",
"gulp": "^4.0.2",
@ -40,12 +40,12 @@
"postcss-calc": "^7.0.2",
"postcss-css-variables": "^0.14.0",
"prettier": "^2.0.5",
"puppeteer": "^3.0.4",
"puppeteer": "^3.2.0",
"rimraf": "^2.7.1",
"streamqueue": "^1.1.2",
"systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25",
"terser": "^4.6.13",
"terser": "^4.7.0",
"through2": "^3.0.1",
"ttest": "^2.1.1",
"typogr": "^0.6.8",