Merge pull request #14584 from Snuffleupagus/update-packages

Update packages and translations
This commit is contained in:
Tim van der Meij 2022-02-20 14:46:25 +01:00 committed by GitHub
commit dce10de083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 319 additions and 328 deletions

View File

@ -20,7 +20,7 @@
"env": {
"browser": true,
"es2021": true,
"es2022": true,
"worker": true,
"amd": true,
},

View File

@ -76,8 +76,8 @@ spread_even.title=Izradi duplerice koje počinju s parnim stranicama
spread_even_label=Parne duplerice
# Document properties dialog box
document_properties.title=Svojstva dokumenta...
document_properties_label=Svojstva dokumenta...
document_properties.title=Svojstva dokumenta
document_properties_label=Svojstva dokumenta
document_properties_file_name=Naziv datoteke:
document_properties_file_size=Veličina datoteke:
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"

View File

@ -134,9 +134,9 @@ print_progress_close=Hætta við
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Víxla hliðars af/á
toggle_sidebar.title=Víxla hliðarspjaldi af/á
toggle_sidebar_notification2.title=Víxla hliðarslá (skjal inniheldur yfirlit/viðhengi/lög)
toggle_sidebar_label=Víxla hliðslá
toggle_sidebar_label=Víxla hliðarspjaldi af/á
document_outline.title=Sýna yfirlit skjals (tvísmelltu til að opna/loka öllum hlutum)
document_outline_label=Efnisskipan skjals
attachments.title=Sýna viðhengi

View File

@ -140,6 +140,7 @@ find_next_label = Successivo
find_highlight = Evidenzia
find_match_case_label = Maiuscole/minuscole
find_entire_word_label = Parole intere
find_match_diacritics_label = Segni diacritici
find_reached_top = Raggiunto linizio della pagina, continua dalla fine
find_reached_bottom = Raggiunta la fine della pagina, continua dallinizio
find_match_count = {[ plural(total) ]}

View File

@ -67,6 +67,8 @@ document_properties_page_size_name_legal=Ҳуқуқӣ
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized_yes=Ҳа
document_properties_close=Пӯшидан
print_progress_message=Омодасозии ҳуҷҷат барои чоп…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
@ -79,7 +81,6 @@ print_progress_close=Бекор кардан
# tooltips)
toggle_sidebar.title=Фаъол кардани навори ҷонибӣ
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
@ -105,6 +106,7 @@ find_match_count_limit[other]=Зиёда аз {{limit}} мувофиқат
# Error panel labels
error_more_info=Маълумоти бештар
error_close=Пӯшидан
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
@ -121,8 +123,6 @@ page_scale_auto=Андозаи худкор
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
# Loading indicator messages
# Loading indicator messages
invalid_file_error=Файли PDF нодуруст ё вайроншуда мебошад.
missing_file_error=Файли PDF ғоиб аст.
@ -137,6 +137,3 @@ missing_file_error=Файли PDF ғоиб аст.
password_label=Барои кушодани ин файли PDF ниҳонвожаро ворид кунед.
password_cancel=Бекор кардан
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
# exact string as in the `chrome.properties` file.

605
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +1,22 @@
{
"name": "pdf.js",
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.0",
"@babel/runtime": "^7.17.2",
"@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.7.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"canvas": "^2.9.0",
"core-js": "^3.21.0",
"core-js": "^3.21.1",
"cross-env": "^7.0.3",
"dommatrix": "^0.0.24",
"es-module-shims": "^1.4.4",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"es-module-shims": "^1.4.6",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-exports": "^0.6.0",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-unicorn": "^41.0.0",
"globals": "^13.12.1",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
@ -39,12 +39,12 @@
"mkdirp": "^1.0.4",
"needle": "^3.0.0",
"postcss": "^8.4.6",
"postcss-calc": "^8.2.3",
"postcss-calc": "^8.2.4",
"prettier": "^2.5.1",
"puppeteer": "^13.1.3",
"puppeteer": "^13.3.2",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^14.3.0",
"stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0",
"systemjs": "^0.21.6",
@ -57,7 +57,7 @@
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.2.0",
"webpack": "^5.68.0",
"webpack": "^5.69.1",
"webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0",
"yargs": "^17.3.1"