viewer.ftl 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = דף קודם
  7. pdfjs-previous-button-label = קודם
  8. pdfjs-next-button =
  9. .title = דף הבא
  10. pdfjs-next-button-label = הבא
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = דף
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = מתוך { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } מתוך { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = התרחקות
  24. pdfjs-zoom-out-button-label = התרחקות
  25. pdfjs-zoom-in-button =
  26. .title = התקרבות
  27. pdfjs-zoom-in-button-label = התקרבות
  28. pdfjs-zoom-select =
  29. .title = מרחק מתצוגה
  30. pdfjs-presentation-mode-button =
  31. .title = מעבר למצב מצגת
  32. pdfjs-presentation-mode-button-label = מצב מצגת
  33. pdfjs-open-file-button =
  34. .title = פתיחת קובץ
  35. pdfjs-open-file-button-label = פתיחה
  36. pdfjs-print-button =
  37. .title = הדפסה
  38. pdfjs-print-button-label = הדפסה
  39. pdfjs-save-button =
  40. .title = שמירה
  41. pdfjs-save-button-label = שמירה
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = הורדה
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = הורדה
  48. pdfjs-bookmark-button =
  49. .title = עמוד נוכחי (הצגת כתובת האתר מהעמוד הנוכחי)
  50. pdfjs-bookmark-button-label = עמוד נוכחי
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = כלים
  54. pdfjs-tools-button-label = כלים
  55. pdfjs-first-page-button =
  56. .title = מעבר לעמוד הראשון
  57. pdfjs-first-page-button-label = מעבר לעמוד הראשון
  58. pdfjs-last-page-button =
  59. .title = מעבר לעמוד האחרון
  60. pdfjs-last-page-button-label = מעבר לעמוד האחרון
  61. pdfjs-page-rotate-cw-button =
  62. .title = הטיה עם כיוון השעון
  63. pdfjs-page-rotate-cw-button-label = הטיה עם כיוון השעון
  64. pdfjs-page-rotate-ccw-button =
  65. .title = הטיה כנגד כיוון השעון
  66. pdfjs-page-rotate-ccw-button-label = הטיה כנגד כיוון השעון
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = הפעלת כלי בחירת טקסט
  69. pdfjs-cursor-text-select-tool-button-label = כלי בחירת טקסט
  70. pdfjs-cursor-hand-tool-button =
  71. .title = הפעלת כלי היד
  72. pdfjs-cursor-hand-tool-button-label = כלי יד
  73. pdfjs-scroll-page-button =
  74. .title = שימוש בגלילת עמוד
  75. pdfjs-scroll-page-button-label = גלילת עמוד
  76. pdfjs-scroll-vertical-button =
  77. .title = שימוש בגלילה אנכית
  78. pdfjs-scroll-vertical-button-label = גלילה אנכית
  79. pdfjs-scroll-horizontal-button =
  80. .title = שימוש בגלילה אופקית
  81. pdfjs-scroll-horizontal-button-label = גלילה אופקית
  82. pdfjs-scroll-wrapped-button =
  83. .title = שימוש בגלילה רציפה
  84. pdfjs-scroll-wrapped-button-label = גלילה רציפה
  85. pdfjs-spread-none-button =
  86. .title = לא לצרף מפתחי עמודים
  87. pdfjs-spread-none-button-label = ללא מפתחים
  88. pdfjs-spread-odd-button =
  89. .title = צירוף מפתחי עמודים שמתחילים בדפים עם מספרים אי־זוגיים
  90. pdfjs-spread-odd-button-label = מפתחים אי־זוגיים
  91. pdfjs-spread-even-button =
  92. .title = צירוף מפתחי עמודים שמתחילים בדפים עם מספרים זוגיים
  93. pdfjs-spread-even-button-label = מפתחים זוגיים
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = מאפייני מסמך…
  97. pdfjs-document-properties-button-label = מאפייני מסמך…
  98. pdfjs-document-properties-file-name = שם קובץ:
  99. pdfjs-document-properties-file-size = גודל הקובץ:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } ק״ב ({ $b } בתים)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } מ״ב ({ $b } בתים)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } ק״ב ({ $size_b } בתים)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } מ״ב ({ $size_b } בתים)
  116. pdfjs-document-properties-title = כותרת:
  117. pdfjs-document-properties-author = מחבר:
  118. pdfjs-document-properties-subject = נושא:
  119. pdfjs-document-properties-keywords = מילות מפתח:
  120. pdfjs-document-properties-creation-date = תאריך יצירה:
  121. pdfjs-document-properties-modification-date = תאריך שינוי:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date }, { $time }
  129. pdfjs-document-properties-creator = יוצר:
  130. pdfjs-document-properties-producer = יצרן PDF:
  131. pdfjs-document-properties-version = גרסת PDF:
  132. pdfjs-document-properties-page-count = מספר דפים:
  133. pdfjs-document-properties-page-size = גודל העמוד:
  134. pdfjs-document-properties-page-size-unit-inches = אינ׳
  135. pdfjs-document-properties-page-size-unit-millimeters = מ״מ
  136. pdfjs-document-properties-page-size-orientation-portrait = לאורך
  137. pdfjs-document-properties-page-size-orientation-landscape = לרוחב
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = מכתב
  141. pdfjs-document-properties-page-size-name-legal = דף משפטי
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = תצוגת דף מהירה:
  154. pdfjs-document-properties-linearized-yes = כן
  155. pdfjs-document-properties-linearized-no = לא
  156. pdfjs-document-properties-close-button = סגירה
  157. ## Print
  158. pdfjs-print-progress-message = מסמך בהכנה להדפסה…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = ביטול
  163. pdfjs-printing-not-supported = אזהרה: הדפסה אינה נתמכת במלואה בדפדפן זה.
  164. pdfjs-printing-not-ready = אזהרה: מסמך ה־PDF לא נטען לחלוטין עד מצב שמאפשר הדפסה.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = הצגה/הסתרה של סרגל הצד
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = החלפת תצוגת סרגל צד (מסמך שמכיל תוכן עניינים/קבצים מצורפים/שכבות)
  170. pdfjs-toggle-sidebar-button-label = הצגה/הסתרה של סרגל הצד
  171. pdfjs-document-outline-button =
  172. .title = הצגת תוכן העניינים של המסמך (לחיצה כפולה כדי להרחיב או לצמצם את כל הפריטים)
  173. pdfjs-document-outline-button-label = תוכן העניינים של המסמך
  174. pdfjs-attachments-button =
  175. .title = הצגת צרופות
  176. pdfjs-attachments-button-label = צרופות
  177. pdfjs-layers-button =
  178. .title = הצגת שכבות (יש ללחוץ לחיצה כפולה כדי לאפס את כל השכבות למצב ברירת המחדל)
  179. pdfjs-layers-button-label = שכבות
  180. pdfjs-thumbs-button =
  181. .title = הצגת תצוגה מקדימה
  182. pdfjs-thumbs-button-label = תצוגה מקדימה
  183. pdfjs-current-outline-item-button =
  184. .title = מציאת פריט תוכן העניינים הנוכחי
  185. pdfjs-current-outline-item-button-label = פריט תוכן העניינים הנוכחי
  186. pdfjs-findbar-button =
  187. .title = חיפוש במסמך
  188. pdfjs-findbar-button-label = חיפוש
  189. pdfjs-additional-layers = שכבות נוספות
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = עמוד { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = תצוגה מקדימה של עמוד { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = חיפוש
  202. .placeholder = חיפוש במסמך…
  203. pdfjs-find-previous-button =
  204. .title = מציאת המופע הקודם של הביטוי
  205. pdfjs-find-previous-button-label = קודם
  206. pdfjs-find-next-button =
  207. .title = מציאת המופע הבא של הביטוי
  208. pdfjs-find-next-button-label = הבא
  209. pdfjs-find-highlight-checkbox = הדגשת הכול
  210. pdfjs-find-match-case-checkbox-label = התאמת אותיות
  211. pdfjs-find-match-diacritics-checkbox-label = התאמה דיאקריטית
  212. pdfjs-find-entire-word-checkbox-label = מילים שלמות
  213. pdfjs-find-reached-top = הגיע לראש הדף, ממשיך מלמטה
  214. pdfjs-find-reached-bottom = הגיע לסוף הדף, ממשיך מלמעלה
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count =
  219. { $total ->
  220. [one] { $current } מתוך { $total } תוצאות
  221. *[other] { $current } מתוך { $total } תוצאות
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] יותר מתוצאה אחת
  228. *[other] יותר מ־{ $limit } תוצאות
  229. }
  230. pdfjs-find-not-found = הביטוי לא נמצא
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = רוחב העמוד
  233. pdfjs-page-scale-fit = התאמה לעמוד
  234. pdfjs-page-scale-auto = מרחק מתצוגה אוטומטי
  235. pdfjs-page-scale-actual = גודל אמיתי
  236. # Variables:
  237. # $scale (Number) - percent value for page scale
  238. pdfjs-page-scale-percent = { $scale }%
  239. ## PDF page
  240. # Variables:
  241. # $page (Number) - the page number
  242. pdfjs-page-landmark =
  243. .aria-label = עמוד { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = אירעה שגיאה בעת טעינת ה־PDF.
  246. pdfjs-invalid-file-error = קובץ PDF פגום או לא תקין.
  247. pdfjs-missing-file-error = קובץ PDF חסר.
  248. pdfjs-unexpected-response-error = תגובת שרת לא צפויה.
  249. pdfjs-rendering-error = אירעה שגיאה בעת עיבוד הדף.
  250. ## Annotations
  251. # Variables:
  252. # $date (Date) - the modification date of the annotation
  253. # $time (Time) - the modification time of the annotation
  254. pdfjs-annotation-date-string = { $date }, { $time }
  255. # .alt: This is used as a tooltip.
  256. # Variables:
  257. # $type (String) - an annotation type from a list defined in the PDF spec
  258. # (32000-1:2008 Table 169 – Annotation types).
  259. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  260. pdfjs-text-annotation-type =
  261. .alt = [הערת { $type }]
  262. # Variables:
  263. # $dateObj (Date) - the modification date and time of the annotation
  264. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  265. ## Password
  266. pdfjs-password-label = נא להכניס את הססמה לפתיחת קובץ PDF זה.
  267. pdfjs-password-invalid = ססמה שגויה. נא לנסות שנית.
  268. pdfjs-password-ok-button = אישור
  269. pdfjs-password-cancel-button = ביטול
  270. pdfjs-web-fonts-disabled = גופני רשת מנוטרלים: לא ניתן להשתמש בגופני PDF מוטבעים.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = טקסט
  274. pdfjs-editor-free-text-button-label = טקסט
  275. pdfjs-editor-ink-button =
  276. .title = ציור
  277. pdfjs-editor-ink-button-label = ציור
  278. pdfjs-editor-stamp-button =
  279. .title = הוספה או עריכת תמונות
  280. pdfjs-editor-stamp-button-label = הוספה או עריכת תמונות
  281. pdfjs-editor-highlight-button =
  282. .title = סימון
  283. pdfjs-editor-highlight-button-label = סימון
  284. pdfjs-highlight-floating-button1 =
  285. .title = סימון
  286. .aria-label = סימון
  287. pdfjs-highlight-floating-button-label = סימון
  288. ## Remove button for the various kind of editor.
  289. pdfjs-editor-remove-ink-button =
  290. .title = הסרת ציור
  291. pdfjs-editor-remove-freetext-button =
  292. .title = הסרת טקסט
  293. pdfjs-editor-remove-stamp-button =
  294. .title = הסרת תמונה
  295. pdfjs-editor-remove-highlight-button =
  296. .title = הסרת הדגשה
  297. ##
  298. # Editor Parameters
  299. pdfjs-editor-free-text-color-input = צבע
  300. pdfjs-editor-free-text-size-input = גודל
  301. pdfjs-editor-ink-color-input = צבע
  302. pdfjs-editor-ink-thickness-input = עובי
  303. pdfjs-editor-ink-opacity-input = אטימות
  304. pdfjs-editor-stamp-add-image-button =
  305. .title = הוספת תמונה
  306. pdfjs-editor-stamp-add-image-button-label = הוספת תמונה
  307. # This refers to the thickness of the line used for free highlighting (not bound to text)
  308. pdfjs-editor-free-highlight-thickness-input = עובי
  309. pdfjs-editor-free-highlight-thickness-title =
  310. .title = שינוי עובי בעת הדגשת פריטים שאינם טקסט
  311. pdfjs-free-text =
  312. .aria-label = עורך טקסט
  313. pdfjs-free-text-default-content = להתחיל להקליד…
  314. pdfjs-ink =
  315. .aria-label = עורך ציור
  316. pdfjs-ink-canvas =
  317. .aria-label = תמונה שנוצרה על־ידי משתמש
  318. ## Alt-text dialog
  319. # Alternative text (alt text) helps when people can't see the image.
  320. pdfjs-editor-alt-text-button-label = טקסט חלופי
  321. pdfjs-editor-alt-text-edit-button-label = עריכת טקסט חלופי
  322. pdfjs-editor-alt-text-dialog-label = בחירת אפשרות
  323. pdfjs-editor-alt-text-dialog-description = טקסט חלופי עוזר כשאנשים לא יכולים לראות את התמונה או כשהיא לא נטענת.
  324. pdfjs-editor-alt-text-add-description-label = הוספת תיאור
  325. pdfjs-editor-alt-text-add-description-description = כדאי לתאר במשפט אחד או שניים את הנושא, התפאורה או הפעולות.
  326. pdfjs-editor-alt-text-mark-decorative-label = סימון כדקורטיבי
  327. pdfjs-editor-alt-text-mark-decorative-description = זה משמש לתמונות נוי, כמו גבולות או סימני מים.
  328. pdfjs-editor-alt-text-cancel-button = ביטול
  329. pdfjs-editor-alt-text-save-button = שמירה
  330. pdfjs-editor-alt-text-decorative-tooltip = מסומן כדקורטיבי
  331. # .placeholder: This is a placeholder for the alt text input area
  332. pdfjs-editor-alt-text-textarea =
  333. .placeholder = לדוגמה, ״גבר צעיר מתיישב ליד שולחן לאכול ארוחה״
  334. ## Editor resizers
  335. ## This is used in an aria label to help to understand the role of the resizer.
  336. pdfjs-editor-resizer-label-top-left = פינה שמאלית עליונה - שינוי גודל
  337. pdfjs-editor-resizer-label-top-middle = למעלה באמצע - שינוי גודל
  338. pdfjs-editor-resizer-label-top-right = פינה ימנית עליונה - שינוי גודל
  339. pdfjs-editor-resizer-label-middle-right = ימינה באמצע - שינוי גודל
  340. pdfjs-editor-resizer-label-bottom-right = פינה ימנית תחתונה - שינוי גודל
  341. pdfjs-editor-resizer-label-bottom-middle = למטה באמצע - שינוי גודל
  342. pdfjs-editor-resizer-label-bottom-left = פינה שמאלית תחתונה - שינוי גודל
  343. pdfjs-editor-resizer-label-middle-left = שמאלה באמצע - שינוי גודל
  344. pdfjs-editor-resizer-top-left =
  345. .aria-label = פינה שמאלית עליונה - שינוי גודל
  346. pdfjs-editor-resizer-top-middle =
  347. .aria-label = למעלה באמצע - שינוי גודל
  348. pdfjs-editor-resizer-top-right =
  349. .aria-label = פינה ימנית עליונה - שינוי גודל
  350. pdfjs-editor-resizer-middle-right =
  351. .aria-label = ימינה באמצע - שינוי גודל
  352. pdfjs-editor-resizer-bottom-right =
  353. .aria-label = פינה ימנית תחתונה - שינוי גודל
  354. pdfjs-editor-resizer-bottom-middle =
  355. .aria-label = למטה באמצע - שינוי גודל
  356. pdfjs-editor-resizer-bottom-left =
  357. .aria-label = פינה שמאלית תחתונה - שינוי גודל
  358. pdfjs-editor-resizer-middle-left =
  359. .aria-label = שמאלה באמצע - שינוי גודל
  360. ## Color picker
  361. # This means "Color used to highlight text"
  362. pdfjs-editor-highlight-colorpicker-label = צבע הדגשה
  363. pdfjs-editor-colorpicker-button =
  364. .title = שינוי צבע
  365. pdfjs-editor-colorpicker-dropdown =
  366. .aria-label = בחירת צבע
  367. pdfjs-editor-colorpicker-yellow =
  368. .title = צהוב
  369. pdfjs-editor-colorpicker-green =
  370. .title = ירוק
  371. pdfjs-editor-colorpicker-blue =
  372. .title = כחול
  373. pdfjs-editor-colorpicker-pink =
  374. .title = ורוד
  375. pdfjs-editor-colorpicker-red =
  376. .title = אדום
  377. ## Show all highlights
  378. ## This is a toggle button to show/hide all the highlights.
  379. pdfjs-editor-highlight-show-all-button-label = הצגת הכול
  380. pdfjs-editor-highlight-show-all-button =
  381. .title = הצגת הכול
  382. ## New alt-text dialog
  383. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  384. # Modal header positioned above a text box where users can edit the alt text.
  385. pdfjs-editor-new-alt-text-dialog-edit-label = עריכת טקסט חלופי (תיאור תמונה)
  386. # Modal header positioned above a text box where users can add the alt text.
  387. pdfjs-editor-new-alt-text-dialog-add-label = הוספת טקסט חלופי (תיאור תמונה)
  388. pdfjs-editor-new-alt-text-textarea =
  389. .placeholder = נא לכתוב את התיאור שלך כאן…
  390. # This text refers to the alt text box above this description. It offers a definition of alt text.
  391. pdfjs-editor-new-alt-text-description = תיאור קצר לאנשים שאינם יכולים לראות את התמונה או כאשר התמונה אינה נטענת.
  392. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  393. pdfjs-editor-new-alt-text-disclaimer1 = טקסט חלופי זה נוצר באופן אוטומטי ועשוי להיות לא מדויק.
  394. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = מידע נוסף
  395. pdfjs-editor-new-alt-text-create-automatically-button-label = יצירת טקסט חלופי באופן אוטומטי
  396. pdfjs-editor-new-alt-text-not-now-button = לא כעת
  397. pdfjs-editor-new-alt-text-error-title = לא ניתן היה ליצור טקסט חלופי באופן אוטומטי
  398. pdfjs-editor-new-alt-text-error-description = נא לכתוב טקסט חלופי משלך או לנסות שוב מאוחר יותר.
  399. pdfjs-editor-new-alt-text-error-close-button = סגירה
  400. # Variables:
  401. # $totalSize (Number) - the total size (in MB) of the AI model.
  402. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  403. # $percent (Number) - the percentage of the downloaded size.
  404. pdfjs-editor-new-alt-text-ai-model-downloading-progress = בתהליך הורדת מודל AI של טקסט חלופי ({ $downloadedSize } מתוך { $totalSize } מ״ב)
  405. .aria-valuetext = בתהליך הורדת מודל AI של טקסט חלופי ({ $downloadedSize } מתוך { $totalSize } מ״ב)
  406. # This is a button that users can click to edit the alt text they have already added.
  407. pdfjs-editor-new-alt-text-added-button-label = טקסט חלופי נוסף
  408. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  409. pdfjs-editor-new-alt-text-missing-button-label = חסר טקסט חלופי
  410. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  411. pdfjs-editor-new-alt-text-to-review-button-label = סקירת טקסט חלופי
  412. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  413. # Variables:
  414. # $generatedAltText (String) - the generated alt-text.
  415. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = נוצר באופן אוטומטי: { $generatedAltText }
  416. ## Image alt-text settings
  417. pdfjs-image-alt-text-settings-button =
  418. .title = הגדרות טקסט חלופי של תמונה
  419. pdfjs-image-alt-text-settings-button-label = הגדרות טקסט חלופי של תמונה
  420. pdfjs-editor-alt-text-settings-dialog-label = הגדרות טקסט חלופי של תמונה
  421. pdfjs-editor-alt-text-settings-automatic-title = טקסט חלופי אוטומטי
  422. pdfjs-editor-alt-text-settings-create-model-button-label = יצירת טקסט חלופי באופן אוטומטי
  423. pdfjs-editor-alt-text-settings-create-model-description = הצעת תיאורים כדי לסייע לאנשים שאינם יכולים לראות את התמונה או כאשר התמונה אינה נטענת.
  424. # Variables:
  425. # $totalSize (Number) - the total size (in MB) of the AI model.
  426. pdfjs-editor-alt-text-settings-download-model-label = מודל AI לטקסט חלופי ({ $totalSize } מ״ב)
  427. pdfjs-editor-alt-text-settings-ai-model-description = פועל באופן מקומי במכשיר שלך כך שהנתונים שלך נשארים פרטיים. נדרש עבור טקסט חלופי אוטומטי.
  428. pdfjs-editor-alt-text-settings-delete-model-button = מחיקה
  429. pdfjs-editor-alt-text-settings-download-model-button = הורדה
  430. pdfjs-editor-alt-text-settings-downloading-model-button = בהורדה…
  431. pdfjs-editor-alt-text-settings-editor-title = עורך טקסט חלופי
  432. pdfjs-editor-alt-text-settings-show-dialog-button-label = הצגת עורך טקסט חלופי מיד בעת הוספת תמונה
  433. pdfjs-editor-alt-text-settings-show-dialog-description = מסייע לך לוודא שלכל התמונות שלך יש טקסט חלופי.
  434. pdfjs-editor-alt-text-settings-close-button = סגירה