Skip to content

Update packages and translations #14537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions l10n/hye/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=Աւգտագործել հորիզոնական ոլորում
Expand Down Expand Up @@ -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.
Expand All @@ -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}}-ի համընկնումներից
Expand All @@ -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}} համընկնումները
Expand Down Expand Up @@ -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 նիշքը բացակաիւմ է։
Expand Down
2 changes: 1 addition & 1 deletion l10n/ko/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ print.title=인쇄
print_label=인쇄
download.title=다운로드
download_label=다운로드
bookmark.title=현재 보기 (복사 또는 새 창에 열기)
bookmark.title=현재 보기 (복사 또는 새 창에서 열기)
bookmark_label=현재 보기

# Secondary toolbar and context menu
Expand Down
2 changes: 1 addition & 1 deletion l10n/sat/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading