update pdf.js
This commit is contained in:
parent
b0356a63bd
commit
5bc0b70d73
282 changed files with 109662 additions and 69527 deletions
|
|
@ -18,12 +18,15 @@ previous_label=קודם
|
|||
next.title=דף הבא
|
||||
next_label=הבא
|
||||
|
||||
# LOCALIZATION NOTE (page_label, page_of):
|
||||
# These strings are concatenated to form the "Page: X of Y" string.
|
||||
# Do not translate "{{pageCount}}", it will be substituted with a number
|
||||
# representing the total number of pages.
|
||||
page_label=עמוד:
|
||||
page_of=מתוך {{pageCount}}
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=דף
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=מתוך {{pagesCount}}
|
||||
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
||||
# will be replaced by a number representing the currently visible page,
|
||||
# respectively a number representing the total number of pages in the document.
|
||||
page_of_pages=({{pageNumber}} מתוך {{pagesCount}})
|
||||
|
||||
zoom_out.title=התרחקות
|
||||
zoom_out_label=התרחקות
|
||||
|
|
@ -36,31 +39,51 @@ open_file.title=פתיחת קובץ
|
|||
open_file_label=פתיחה
|
||||
print.title=הדפסה
|
||||
print_label=הדפסה
|
||||
download.title=הורדה
|
||||
download_label=הורדה
|
||||
bookmark.title=תצוגה נוכחית (העתקה או פתיחה בחלון חדש)
|
||||
bookmark_label=תצוגה נוכחית
|
||||
save.title=שמירה
|
||||
save_label=שמירה
|
||||
# LOCALIZATION NOTE (download_button.title): used in Firefox for Android as a tooltip for the download button (“download” is a verb).
|
||||
download_button.title=הורדה
|
||||
# LOCALIZATION NOTE (download_button_label): used in Firefox for Android as a label for the download button (“download” is a verb).
|
||||
# Length of the translation matters since we are in a mobile context, with limited screen estate.
|
||||
download_button_label=הורדה
|
||||
bookmark1_label=עמוד נוכחי
|
||||
# LOCALIZATION NOTE (open_in_app.title): This string is used in Firefox for Android.
|
||||
open_in_app.title=פתיחה ביישום
|
||||
# LOCALIZATION NOTE (open_in_app_label): This string is used in Firefox for Android. Length of the translation matters since we are in a mobile context, with limited screen estate.
|
||||
open_in_app_label=פתיחה ביישום
|
||||
|
||||
# Secondary toolbar and context menu
|
||||
tools.title=כלים
|
||||
tools_label=כלים
|
||||
first_page.title=מעבר לעמוד הראשון
|
||||
first_page.label=מעבר לעמוד הראשון
|
||||
first_page_label=מעבר לעמוד הראשון
|
||||
last_page.title=מעבר לעמוד האחרון
|
||||
last_page.label=מעבר לעמוד האחרון
|
||||
last_page_label=מעבר לעמוד האחרון
|
||||
page_rotate_cw.title=הטיה עם כיוון השעון
|
||||
page_rotate_cw.label=הטיה עם כיוון השעון
|
||||
page_rotate_cw_label=הטיה עם כיוון השעון
|
||||
page_rotate_ccw.title=הטיה כנגד כיוון השעון
|
||||
page_rotate_ccw.label=הטיה כנגד כיוון השעון
|
||||
page_rotate_ccw_label=הטיה כנגד כיוון השעון
|
||||
|
||||
hand_tool_enable.title=הפעלת כלי היד
|
||||
hand_tool_enable_label=הפעלת כלי היד
|
||||
hand_tool_disable.title=נטרול כלי היד
|
||||
hand_tool_disable_label=נטרול כלי היד
|
||||
cursor_text_select_tool.title=הפעלת כלי בחירת טקסט
|
||||
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=שימוש בגלילה אופקית
|
||||
scroll_horizontal_label=גלילה אופקית
|
||||
scroll_wrapped.title=שימוש בגלילה רציפה
|
||||
scroll_wrapped_label=גלילה רציפה
|
||||
|
||||
spread_none.title=לא לצרף מפתחי עמודים
|
||||
spread_none_label=ללא מפתחים
|
||||
spread_odd.title=צירוף מפתחי עמודים שמתחילים בדפים עם מספרים אי־זוגיים
|
||||
spread_odd_label=מפתחים אי־זוגיים
|
||||
spread_even.title=צירוף מפתחי עמודים שמתחילים בדפים עם מספרים זוגיים
|
||||
spread_even_label=מפתחים זוגיים
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=מאפייני מסמך…
|
||||
|
|
@ -86,22 +109,58 @@ document_properties_creator=יוצר:
|
|||
document_properties_producer=יצרן PDF:
|
||||
document_properties_version=גרסת PDF:
|
||||
document_properties_page_count=מספר דפים:
|
||||
document_properties_page_size=גודל העמוד:
|
||||
document_properties_page_size_unit_inches=אינ׳
|
||||
document_properties_page_size_unit_millimeters=מ״מ
|
||||
document_properties_page_size_orientation_portrait=לאורך
|
||||
document_properties_page_size_orientation_landscape=לרוחב
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=מכתב
|
||||
document_properties_page_size_name_legal=דף משפטי
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
||||
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=תצוגת דף מהירה:
|
||||
document_properties_linearized_yes=כן
|
||||
document_properties_linearized_no=לא
|
||||
document_properties_close=סגירה
|
||||
|
||||
print_progress_message=מסמך בהכנה להדפסה…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=ביטול
|
||||
|
||||
# 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=הצגה/הסתרה של סרגל הצד
|
||||
toggle_sidebar_notification2.title=החלפת תצוגת סרגל צד (מסמך שמכיל תוכן עניינים/קבצים מצורפים/שכבות)
|
||||
toggle_sidebar_label=הצגה/הסתרה של סרגל הצד
|
||||
outline.title=הצגת מתאר מסמך
|
||||
outline_label=מתאר מסמך
|
||||
document_outline.title=הצגת תוכן העניינים של המסמך (לחיצה כפולה כדי להרחיב או לצמצם את כל הפריטים)
|
||||
document_outline_label=תוכן העניינים של המסמך
|
||||
attachments.title=הצגת צרופות
|
||||
attachments_label=צרופות
|
||||
layers.title=הצגת שכבות (יש ללחוץ לחיצה כפולה כדי לאפס את כל השכבות למצב ברירת המחדל)
|
||||
layers_label=שכבות
|
||||
thumbs.title=הצגת תצוגה מקדימה
|
||||
thumbs_label=תצוגה מקדימה
|
||||
current_outline_item.title=מציאת פריט תוכן העניינים הנוכחי
|
||||
current_outline_item_label=פריט תוכן העניינים הנוכחי
|
||||
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.
|
||||
|
|
@ -111,51 +170,60 @@ thumb_page_title=עמוד {{page}}
|
|||
thumb_page_canvas=תצוגה מקדימה של עמוד {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_label=חיפוש:
|
||||
find_previous.title=חיפוש מופע קודם של הביטוי
|
||||
find_input.title=חיפוש
|
||||
find_input.placeholder=חיפוש במסמך…
|
||||
find_previous.title=מציאת המופע הקודם של הביטוי
|
||||
find_previous_label=קודם
|
||||
find_next.title=חיפוש המופע הבא של הביטוי
|
||||
find_next.title=מציאת המופע הבא של הביטוי
|
||||
find_next_label=הבא
|
||||
find_highlight=הדגשת הכול
|
||||
find_match_case_label=התאמת אותיות
|
||||
find_match_diacritics_label=התאמה דיאקריטית
|
||||
find_entire_word_label=מילים שלמות
|
||||
find_reached_top=הגיע לראש הדף, ממשיך מלמטה
|
||||
find_reached_bottom=הגיע לסוף הדף, ממשיך מלמעלה
|
||||
find_not_found=ביטוי לא נמצא
|
||||
|
||||
# Error panel labels
|
||||
error_more_info=מידע נוסף
|
||||
error_less_info=פחות מידע
|
||||
error_close=סגירה
|
||||
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
||||
# replaced by the PDF.JS version and build ID.
|
||||
error_version_info=PDF.js גרסה {{version}} (בנייה: {{build}})
|
||||
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
||||
# english string describing the error.
|
||||
error_message=הודעה: {{message}}
|
||||
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
||||
# trace.
|
||||
error_stack=תוכן מחסנית: {{stack}}
|
||||
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
||||
error_file=קובץ: {{file}}
|
||||
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
||||
error_line=שורה: {{line}}
|
||||
rendering_error=אירעה שגיאה בעת עיבוד הדף.
|
||||
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
||||
# [one|two|few|many|other], with [other] as the default value.
|
||||
# "{{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={[ plural(total) ]}
|
||||
find_match_count[one]=תוצאה {{current}} מתוך {{total}}
|
||||
find_match_count[two]={{current}} מתוך {{total}} תוצאות
|
||||
find_match_count[few]={{current}} מתוך {{total}} תוצאות
|
||||
find_match_count[many]={{current}} מתוך {{total}} תוצאות
|
||||
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={[ plural(limit) ]}
|
||||
find_match_count_limit[zero]=יותר מ־{{limit}} תוצאות
|
||||
find_match_count_limit[one]=יותר מתוצאה אחת
|
||||
find_match_count_limit[two]=יותר מ־{{limit}} תוצאות
|
||||
find_match_count_limit[few]=יותר מ־{{limit}} תוצאות
|
||||
find_match_count_limit[many]=יותר מ־{{limit}} תוצאות
|
||||
find_match_count_limit[other]=יותר מ־{{limit}} תוצאות
|
||||
find_not_found=הביטוי לא נמצא
|
||||
|
||||
# Predefined zoom values
|
||||
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.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
# Loading indicator messages
|
||||
loading_error_indicator=שגיאה
|
||||
loading_error=אירעה שגיאה בעת טעינת ה־PDF.
|
||||
invalid_file_error=קובץ PDF פגום או לא תקין.
|
||||
missing_file_error=קובץ PDF חסר.
|
||||
unexpected_response_error=תגובת שרת לא צפויה.
|
||||
rendering_error=אירעה שגיאה בעת עיבוד הדף.
|
||||
|
||||
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
||||
# replaced by the modification date, and time, of the annotation.
|
||||
annotation_date_string={{date}}, {{time}}
|
||||
|
||||
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
||||
# "{{type}}" will be replaced with an annotation type from a list defined in
|
||||
|
|
@ -168,6 +236,48 @@ password_ok=אישור
|
|||
password_cancel=ביטול
|
||||
|
||||
printing_not_supported=אזהרה: הדפסה אינה נתמכת במלואה בדפדפן זה.
|
||||
printing_not_ready=אזהרה: ה־PDF לא ניתן לחלוטין עד מצב שמאפשר הדפסה.
|
||||
printing_not_ready=אזהרה: מסמך ה־PDF לא נטען לחלוטין עד מצב שמאפשר הדפסה.
|
||||
web_fonts_disabled=גופני רשת מנוטרלים: לא ניתן להשתמש בגופני PDF מוטבעים.
|
||||
document_colors_disabled=מסמכי PDF לא יכולים להשתמש בצבעים משלהם: האפשרות \\'לאפשר לעמודים לבחור צבעים משלהם\\' אינה פעילה בדפדפן.
|
||||
|
||||
# Editor
|
||||
editor_free_text2.title=טקסט
|
||||
editor_free_text2_label=טקסט
|
||||
editor_ink2.title=ציור
|
||||
editor_ink2_label=ציור
|
||||
|
||||
editor_stamp1.title=הוספה או עריכת תמונות
|
||||
editor_stamp1_label=הוספה או עריכת תמונות
|
||||
|
||||
free_text2_default_content=להתחיל להקליד…
|
||||
|
||||
# Editor Parameters
|
||||
editor_free_text_color=צבע
|
||||
editor_free_text_size=גודל
|
||||
editor_ink_color=צבע
|
||||
editor_ink_thickness=עובי
|
||||
editor_ink_opacity=אטימות
|
||||
|
||||
editor_stamp_add_image_label=הוספת תמונה
|
||||
editor_stamp_add_image.title=הוספת תמונה
|
||||
|
||||
# Editor aria
|
||||
editor_free_text2_aria_label=עורך טקסט
|
||||
editor_ink2_aria_label=עורך ציור
|
||||
editor_ink_canvas_aria_label=תמונה שנוצרה על־ידי משתמש
|
||||
|
||||
# Alt-text dialog
|
||||
# LOCALIZATION NOTE (editor_alt_text_button_label): Alternative text (alt text) helps
|
||||
# when people can't see the image.
|
||||
editor_alt_text_button_label=טקסט חלופי
|
||||
editor_alt_text_edit_button_label=עריכת טקסט חלופי
|
||||
editor_alt_text_dialog_label=בחירת אפשרות
|
||||
editor_alt_text_dialog_description=טקסט חלופי עוזר כשאנשים לא יכולים לראות את התמונה או כשהיא לא נטענת.
|
||||
editor_alt_text_add_description_label=הוספת תיאור
|
||||
editor_alt_text_add_description_description=כדאי לתאר במשפט אחד או שניים את הנושא, התפאורה או הפעולות.
|
||||
editor_alt_text_mark_decorative_label=סימון כדקורטיבי
|
||||
editor_alt_text_mark_decorative_description=זה משמש לתמונות נוי, כמו גבולות או סימני מים.
|
||||
editor_alt_text_cancel_button=ביטול
|
||||
editor_alt_text_save_button=שמירה
|
||||
editor_alt_text_decorative_tooltip=מסומן כדקורטיבי
|
||||
# This is a placeholder for the alt text input area
|
||||
editor_alt_text_textarea.placeholder=לדוגמה, ״גבר צעיר מתיישב ליד שולחן לאכול ארוחה״
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue