Merge pull request #12092 from Snuffleupagus/update-packages

Update packages and translations
This commit is contained in:
Tim van der Meij 2020-07-13 23:45:35 +02:00 committed by GitHub
commit cf0ed3c30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 971 additions and 1106 deletions

View File

@ -33,12 +33,12 @@ zoom_out_label=Zoom ud
zoom_in.title=Zoom ind
zoom_in_label=Zoom ind
zoom.title=Zoom
print.title=Udskriv
print_label=Udskriv
presentation_mode.title=Skift til fuldskærmsvisning
presentation_mode_label=Fuldskærmsvisning
open_file.title=Åbn fil
open_file_label=Åbn
print.title=Udskriv
print_label=Udskriv
download.title=Hent
download_label=Hent
bookmark.title=Aktuel visning (kopier eller åbn i et nyt vindue)

View File

@ -99,7 +99,7 @@ document_properties_modification_date=Iñambue hague arange:
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Apo'ypyha:
document_properties_creator=Apoypyha:
document_properties_producer=PDF mbosako'iha:
document_properties_version=PDF mbojuehegua:
document_properties_page_count=Kuatiarogue papapy:
@ -195,7 +195,7 @@ find_not_found=Ñeẽrysýi ojejuhuỹva
# Error panel labels
error_more_info=Maranduve
error_less_info=Sa'ive marandu
error_less_info=Saive marandu
error_close=Mboty
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
@ -245,4 +245,4 @@ password_cancel=Heja
printing_not_supported=Kyhyjerã: Ñembokuatia ndojokupytypái ko kundahára ndive.
printing_not_ready=Kyhyjerã: Ko PDF nahenyhẽmbái oñembokuatia hag̃uáicha.
web_fonts_disabled=Ñanduti taity oñemongéma: ndaikatumoãi eipuru PDF jehaiíva taity.
document_colors_not_allowed=Kuatiakuéra PDF ndaikatúi oipuru isa'ykuéra tee: “Emoneĩ kuatiaroguépe toiporavo isa'ykuéra tee” oñemongehína kundahárape.
document_colors_not_allowed=Kuatiakuéra PDF ndaikatúi oipuru isaykuéra tee: “Emoneĩ kuatiaroguépe toiporavo isaykuéra tee” oñemongehína kundahárape.

View File

@ -62,8 +62,8 @@ page_rotate_ccw_label=Повернути проти годинникової с
cursor_text_select_tool.title=Увімкнути інструмент вибору тексту
cursor_text_select_tool_label=Інструмент вибору тексту
cursor_hand_tool.title=Увімкнути інструмент «Рука»
cursor_hand_tool_label=Інструмент «Рука»
cursor_hand_tool.title=Увімкнути інструмент "Рука"
cursor_hand_tool_label=Інструмент "Рука"
scroll_vertical.title=Використовувати вертикальне прокручування
scroll_vertical_label=Вертикальне прокручування
@ -245,4 +245,4 @@ password_cancel=Скасувати
printing_not_supported=Попередження: Цей браузер не повністю підтримує друк.
printing_not_ready=Попередження: PDF не повністю завантажений для друку.
web_fonts_disabled=Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
document_colors_not_allowed=PDF-документам не дозволено використовувати власні кольори: в браузері вимкнено параметр «Дозволити сторінкам використовувати власні кольори».
document_colors_not_allowed=PDF-документам не дозволено використовувати власні кольори: в браузері вимкнено параметр “Дозволити сторінкам використовувати власні кольори”.

2045
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,21 +2,21 @@
"name": "pdf.js",
"version": "2.0.0",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4",
"acorn": "^7.3.1",
"autoprefixer": "^9.8.4",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"canvas": "^2.6.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"es-module-shims": "^0.4.7",
"escodegen": "^1.14.3",
"eslint": "^7.3.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.0.2",