Merge pull request #14537 from Snuffleupagus/update-packages
Update packages and translations
This commit is contained in:
commit
a4864d0dc2
@ -61,6 +61,8 @@ cursor_text_select_tool_label=Գրուածք ընտրելու գործիք
|
||||
cursor_hand_tool.title=Միացնել ձեռքի գործիքը
|
||||
cursor_hand_tool_label=Ձեռքի գործիք
|
||||
|
||||
scroll_page.title=Աւգտագործել էջի ոլորում
|
||||
scroll_page_label=Էջի ոլորում
|
||||
scroll_vertical.title=Աւգտագործել ուղղահայեաց ոլորում
|
||||
scroll_vertical_label=Ուղղահայեաց ոլորում
|
||||
scroll_horizontal.title=Աւգտագործել հորիզոնական ոլորում
|
||||
@ -149,6 +151,8 @@ findbar.title=Գտնել փաստաթղթում
|
||||
findbar_label=Որոնում
|
||||
|
||||
additional_layers=Լրացուցիչ շերտեր
|
||||
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
|
||||
page_landmark=Էջ {{page}}
|
||||
# Thumbnails panel item (tooltip and alt text for images)
|
||||
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
@ -174,7 +178,7 @@ find_reached_bottom=Հասել էք փաստաթղթի վերջին, շարու
|
||||
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
||||
# index of the currently active find result, respectively a number representing
|
||||
# the total number of matches in the document.
|
||||
find_match_count={[ հոգնակի(ընդհանուր) ]}
|
||||
find_match_count={[ plural(total) ]}
|
||||
find_match_count[one]={{current}} {{total}}-ի համընկնումից
|
||||
find_match_count[two]={{current}} {{total}}-ի համընկնումներից
|
||||
find_match_count[few]={{current}} {{total}}-ի համընկնումներից
|
||||
@ -183,7 +187,7 @@ find_match_count[other]={{current}} {{total}}-ի համընկնումներից
|
||||
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
||||
# [zero|one|two|few|many|other], with [other] as the default value.
|
||||
# "{{limit}}" will be replaced by a numerical value.
|
||||
find_match_count_limit={[ հոգնակի (սահմանը) ]}
|
||||
find_match_count_limit={[ plural(limit) ]}
|
||||
find_match_count_limit[zero]=Աւելին քան {{limit}} համընկնումները
|
||||
find_match_count_limit[one]=Աւելին քան {{limit}} համընկնումը
|
||||
find_match_count_limit[two]=Աւելին քան {{limit}} համընկնումները
|
||||
@ -220,6 +224,8 @@ page_scale_actual=Իրական չափը
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
# Loading indicator messages
|
||||
loading=Բեռնում…
|
||||
loading_error=PDF նիշքը բացելիս սխալ է տեղի ունեցել։
|
||||
invalid_file_error=Սխալ կամ վնասուած PDF նիշք։
|
||||
missing_file_error=PDF նիշքը բացակաիւմ է։
|
||||
|
@ -41,7 +41,7 @@ print.title=인쇄
|
||||
print_label=인쇄
|
||||
download.title=다운로드
|
||||
download_label=다운로드
|
||||
bookmark.title=현재 보기 (복사 또는 새 창에 열기)
|
||||
bookmark.title=현재 보기 (복사 또는 새 창에서 열기)
|
||||
bookmark_label=현재 보기
|
||||
|
||||
# Secondary toolbar and context menu
|
||||
|
@ -128,7 +128,7 @@ rendering_error=साहटा एम जोहोक मित् भुल
|
||||
page_scale_width=साहटा ओसार
|
||||
page_scale_fit=साहटा खाप
|
||||
page_scale_auto=आच् आच् ते हुडिञ ला़टु तेयार
|
||||
page_scale_actual=ठिक माराङ तेत्
|
||||
page_scale_actual=ᱴᱷᱤᱠ ᱢᱟᱨᱟᱝ ᱛᱮᱫ
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
|
||||
|
666
package-lock.json
generated
666
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -1,21 +1,21 @@
|
||||
{
|
||||
"name": "pdf.js",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.12",
|
||||
"@babel/core": "^7.17.0",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
|
||||
"@babel/plugin-transform-runtime": "^7.16.10",
|
||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@javascript-obfuscator/escodegen": "2.2.2",
|
||||
"@babel/runtime": "^7.17.0",
|
||||
"@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.20.3",
|
||||
"core-js": "^3.21.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"dommatrix": "^0.0.24",
|
||||
"es-module-shims": "^1.4.1",
|
||||
"eslint": "^8.7.0",
|
||||
"es-module-shims": "^1.4.4",
|
||||
"eslint": "^8.8.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
@ -26,25 +26,25 @@
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-sort-exports": "^0.6.0",
|
||||
"eslint-plugin-unicorn": "^40.1.0",
|
||||
"globals": "^13.12.0",
|
||||
"globals": "^13.12.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-postcss": "^9.0.1",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-replace": "^1.1.3",
|
||||
"gulp-zip": "^5.1.0",
|
||||
"jasmine": "^4.0.2",
|
||||
"jsdoc": "^3.6.9",
|
||||
"jsdoc": "^3.6.10",
|
||||
"jstransformer-markdown-it": "^2.1.0",
|
||||
"merge-stream": "^2.0.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"needle": "^3.0.0",
|
||||
"postcss": "^8.4.5",
|
||||
"postcss-calc": "^8.2.2",
|
||||
"postcss": "^8.4.6",
|
||||
"postcss-calc": "^8.2.3",
|
||||
"prettier": "^2.5.1",
|
||||
"puppeteer": "^13.1.2",
|
||||
"puppeteer": "^13.1.3",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^14.2.0",
|
||||
"stylelint": "^14.3.0",
|
||||
"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.67.0",
|
||||
"webpack": "^5.68.0",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.3.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user