Merge pull request #12188 from Snuffleupagus/update-packages

Update packages and translations
This commit is contained in:
Tim van der Meij 2020-08-09 12:40:11 +02:00 committed by GitHub
commit 85c08ecdbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 374 additions and 1380 deletions

View File

@ -35,7 +35,7 @@ zoom_in_label=Tinimirisäx
zoom.title=Sum
presentation_mode.title=Tijal ri rub'anikil niwachin
presentation_mode_label=Pa rub'eyal niwachin
open_file.title=Tijaq yakb'äl
open_file.title=Tijaq Yakb'äl
open_file_label=Tijaq
print.title=Titz'ajb'äx
print_label=Titz'ajb'äx

View File

@ -210,7 +210,7 @@ error_stack=Pila: {{stack}}
error_file=Archivo: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=Línea: {{line}}
rendering_error=Ha ocurrido un error al renderizar la página.
rendering_error=Ocurrió un error al renderizar la página.
# Predefined zoom values
page_scale_width=Ancho de página
@ -223,7 +223,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Error
loading_error=Ha ocurrido un error al cargar el PDF.
loading_error=Ocurrió un error al cargar el PDF.
invalid_file_error=Archivo PDF inválido o corrupto.
missing_file_error=Falta el archivo PDF.
unexpected_response_error=Respuesta del servidor inesperada.

View File

@ -137,7 +137,7 @@ print_progress_close=Չեղարկել
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Բացել/Փակել Կողային վահանակը
toggle_sidebar_notification.title=Փոխանջատել Կողային գոտին (փաստաթուղթը պարունակում է ուրվագիծ/կցորդ)
toggle_sidebar_notification.title=Փոխարկել Կողային փեղկը (փաստաթուղթը պարունակում է ուրվագիծ/կցորդներ)
toggle_sidebar_label=Բացել/Փակել Կողային վահանակը
document_outline.title=Ցուցադրել փաստաթղթի ուրվագիծը (կրկնակի սեղմեք՝ միավորները ընդարձակելու/կոծկելու համար)
document_outline_label=Փաստաթղթի բովանդակությունը

View File

@ -41,8 +41,8 @@ print.title=인쇄
print_label=인쇄
download.title=다운로드
download_label=다운로드
bookmark.title=현재 뷰 (복사하거나 새 창에 열기)
bookmark_label=현재
bookmark.title=현재 보기 (복사 또는 새 창에 열기)
bookmark_label=현재 보기
# Secondary toolbar and context menu
tools.title=도구
@ -137,7 +137,7 @@ print_progress_close=취소
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=탐색창 표시/숨기기
toggle_sidebar_notification.title=탐색창 표시/숨기기 (문서에 아웃라인/첨부파일 포함)
toggle_sidebar_notification.title=탐색창 표시/숨기기 (문서에 아웃라인/첨부파일 포함)
toggle_sidebar_label=탐색창 표시/숨기기
document_outline.title=문서 아웃라인 보기(더블 클릭해서 모든 항목 펼치기/접기)
document_outline_label=문서 아웃라인

View File

@ -41,7 +41,7 @@ print.title=Imprimir
print_label=Imprimir
download.title=Download
download_label=Download
bookmark.title=Visualização atual (copiar ou abrir em uma nova janela)
bookmark.title=Visão atual (copiar ou abrir em nova janela)
bookmark_label=Visualização atual
# Secondary toolbar and context menu

View File

@ -53,12 +53,12 @@ first_page_label=Mergi la prima pagină
last_page.title=Mergi la ultima pagină
last_page.label=Mergi la ultima pagină
last_page_label=Mergi la ultima pagină
page_rotate_cw.title=Rotește în sensul acelor de ceasornic
page_rotate_cw.label=Rotește în sensul acelor de ceasornic
page_rotate_cw_label=Rotește în sensul acelor de ceasornic
page_rotate_ccw.title=Rotește în sens invers al acelor de ceasornic
page_rotate_ccw.label=Rotește în sens invers al acelor de ceasornic
page_rotate_ccw_label=Rotește în sens invers al acelor de ceasornic
page_rotate_cw.title=Rotește în sensul acelor de ceas
page_rotate_cw.label=Rotește în sensul acelor de ceas
page_rotate_cw_label=Rotește în sensul acelor de ceas
page_rotate_ccw.title=Rotește în sens invers al acelor de ceas
page_rotate_ccw.label=Rotește în sens invers al acelor de ceas
page_rotate_ccw_label=Rotește în sens invers al acelor de ceas
cursor_text_select_tool.title=Activează instrumentul de selecție a textului
cursor_text_select_tool_label=Instrumentul de selecție a textului
@ -106,8 +106,8 @@ document_properties_page_count=Număr de pagini:
document_properties_page_size=Mărimea paginii:
document_properties_page_size_unit_inches=in
document_properties_page_size_unit_millimeters=mm
document_properties_page_size_orientation_portrait=portret
document_properties_page_size_orientation_landscape=peisaj
document_properties_page_size_orientation_portrait=verticală
document_properties_page_size_orientation_landscape=orizontală
document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4
document_properties_page_size_name_letter=Literă

1700
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,26 +2,26 @@
"name": "pdf.js",
"version": "2.0.0",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"acorn": "^7.3.1",
"autoprefixer": "^9.8.5",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"acorn": "^7.4.0",
"autoprefixer": "^9.8.6",
"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.5.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-mozilla": "^2.7.0",
"eslint-plugin-mozilla": "^2.8.0",
"eslint-plugin-no-unsanitized": "^3.1.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unicorn": "^20.1.0",
@ -38,7 +38,7 @@
"merge-stream": "^1.0.1",
"mkdirp": "^1.0.4",
"needle": "^2.5.0",
"postcss-calc": "^7.0.2",
"postcss-calc": "^7.0.3",
"postcss-css-variables": "^0.14.0",
"prettier": "^2.0.5",
"puppeteer": "~3.3.0",
@ -54,7 +54,7 @@
"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^2.1.1",
"webpack": "^4.44.0",
"webpack": "^4.44.1",
"webpack-stream": "~5.0.0",
"wintersmith": "^2.5.0",
"yargs": "^11.1.1"