ngx-extended-pdf-viewer 20.0.0 → 20.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/locale/ar/viewer.ftl +75 -65
- package/assets/locale/eo/viewer.ftl +3 -3
- package/assets/locale/hy-AM/viewer.ftl +4 -10
- package/assets/locale/pa-IN/viewer.ftl +6 -4
- package/assets/locale/rm/viewer.ftl +3 -3
- package/assets/locale/skr/viewer.ftl +43 -43
- package/assets/locale/sl/viewer.ftl +1 -1
- package/assets/locale/sq/viewer.ftl +7 -5
- package/assets/locale/tg/viewer.ftl +9 -7
- package/assets/{pdf-4.1.889-es5.mjs → pdf-4.1.891-es5.mjs} +4 -4
- package/assets/pdf-4.1.891.min.mjs +21 -0
- package/assets/{pdf-4.1.889.mjs → pdf-4.1.891.mjs} +78 -21
- package/{bleeding-edge/pdf.sandbox-4.2.551-es5.mjs → assets/pdf.sandbox-4.1.891-es5.mjs} +1 -1
- package/{bleeding-edge/pdf.sandbox-4.2.551.mjs → assets/pdf.sandbox-4.1.891.mjs} +3 -3
- package/assets/{pdf.worker-4.1.889-es5.mjs → pdf.worker-4.1.891-es5.mjs} +5 -5
- package/assets/pdf.worker-4.1.891.min.mjs +21 -0
- package/assets/{pdf.worker-4.1.889.mjs → pdf.worker-4.1.891.mjs} +54 -61
- package/assets/{viewer-4.1.889-es5.mjs → viewer-4.1.891-es5.mjs} +6 -6
- package/assets/viewer-4.1.891.min.mjs +21 -0
- package/assets/{viewer-4.1.889.mjs → viewer-4.1.891.mjs} +17 -6
- package/bleeding-edge/locale/eo/viewer.ftl +4 -10
- package/bleeding-edge/locale/hy-AM/viewer.ftl +22 -11
- package/bleeding-edge/locale/it/viewer.ftl +0 -2
- package/bleeding-edge/locale/ja/viewer.ftl +0 -6
- package/bleeding-edge/locale/pa-IN/viewer.ftl +13 -11
- package/bleeding-edge/locale/rm/viewer.ftl +4 -10
- package/bleeding-edge/locale/sl/viewer.ftl +2 -2
- package/bleeding-edge/locale/sq/viewer.ftl +13 -11
- package/bleeding-edge/locale/tg/viewer.ftl +13 -16
- package/bleeding-edge/locale/tr/viewer.ftl +3 -9
- package/bleeding-edge/locale/zh-CN/viewer.ftl +0 -6
- package/bleeding-edge/{pdf-4.2.551-es5.mjs → pdf-4.3.500-es5.mjs} +12 -12
- package/bleeding-edge/pdf-4.3.500.min.mjs +21 -0
- package/bleeding-edge/{pdf-4.2.551.mjs → pdf-4.3.500.mjs} +468 -346
- package/{assets/pdf.sandbox-4.1.889-es5.mjs → bleeding-edge/pdf.sandbox-4.3.500-es5.mjs} +1 -1
- package/{assets/pdf.sandbox-4.1.889.mjs → bleeding-edge/pdf.sandbox-4.3.500.mjs} +3 -3
- package/bleeding-edge/{pdf.worker-4.2.551-es5.mjs → pdf.worker-4.3.500-es5.mjs} +17 -17
- package/bleeding-edge/pdf.worker-4.3.500.min.mjs +21 -0
- package/bleeding-edge/{pdf.worker-4.2.551.mjs → pdf.worker-4.3.500.mjs} +366 -257
- package/bleeding-edge/viewer-4.3.500-es5.mjs +5643 -0
- package/bleeding-edge/viewer-4.3.500.min.mjs +21 -0
- package/bleeding-edge/{viewer-4.2.551.mjs → viewer-4.3.500.mjs} +16282 -17243
- package/changelog.md +2 -0
- package/esm2022/lib/dynamic-css/dynamic-css.component.mjs +3 -3
- package/esm2022/lib/ngx-extended-pdf-viewer.component.mjs +3 -3
- package/esm2022/lib/ngx-extended-pdf-viewer.module.mjs +4 -4
- package/esm2022/lib/ngx-extended-pdf-viewer.service.mjs +3 -3
- package/esm2022/lib/options/pdf-default-options.mjs +3 -3
- package/esm2022/lib/pdf-csp-policy.service.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-alt-text-dialog/pdf-alt-text-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-document-properties-dialog/pdf-document-properties-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-error-message/pdf-error-message.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-password-dialog/pdf-password-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dialog/pdf-prepare-printing-dialog/pdf-prepare-printing-dialog.component.mjs +3 -3
- package/esm2022/lib/pdf-dummy-components/pdf-dummy-components.component.mjs +3 -3
- package/esm2022/lib/pdf-notification-service.mjs +3 -3
- package/esm2022/lib/responsive-visibility.mjs +6 -6
- package/esm2022/lib/secondary-toolbar/pdf-secondary-toolbar/pdf-secondary-toolbar.component.mjs +3 -3
- package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar-content/pdf-sidebar-content.component.mjs +3 -3
- package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar-toolbar/pdf-sidebar-toolbar.component.mjs +3 -3
- package/esm2022/lib/sidebar/pdf-sidebar/pdf-sidebar.component.mjs +3 -3
- package/esm2022/lib/theme/acroform-default-theme/pdf-acroform-default-theme.component.mjs +3 -3
- package/esm2022/lib/theme/pdf-dark-theme/pdf-dark-theme.component.mjs +3 -3
- package/esm2022/lib/theme/pdf-light-theme/pdf-light-theme.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-book-mode/pdf-book-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-context-menu/pdf-context-menu.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-document-properties/pdf-document-properties.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-download/pdf-download.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-draw-editor/pdf-draw-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-editor/pdf-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-even-spread/pdf-even-spread.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-find-button/pdf-find-button.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-find-input-area/pdf-find-input-area.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-find-next/pdf-find-next.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-find-previous/pdf-find-previous.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-message-container/pdf-findbar-message-container.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-one-container/pdf-find-highlight-all/pdf-find-highlight-all.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-one-container/pdf-find-match-case/pdf-find-match-case.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-three-container/pdf-find-results-count/pdf-find-results-count.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-two-container/pdf-find-entire-word/pdf-find-entire-word.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar-options-two-container/pdf-match-diacritics/pdf-match-diacritics.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-findbar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-findbar/pdf-search-input-field/pdf-search-input-field.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-hand-tool/pdf-hand-tool.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-highlight-editor/pdf-highlight-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-horizontal-scroll/pdf-horizontal-scroll.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-infinite-scroll/pdf-infinite-scroll.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-no-spread/pdf-no-spread.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-odd-spread/pdf-odd-spread.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-open-file/pdf-open-file.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-first-page/pdf-first-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-last-page/pdf-last-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-next-page/pdf-next-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-page-number/pdf-page-number.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-paging-area.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-paging-area/pdf-previous-page/pdf-previous-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-presentation-mode/pdf-presentation-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-print/pdf-print.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-rotate-page/pdf-rotate-page.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-rotate-page-ccw/pdf-rotate-page-ccw.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-rotate-page-cw/pdf-rotate-page-cw.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-select-tool/pdf-select-tool.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-shy-button/pdf-shy-button-service.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-shy-button/pdf-shy-button.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-single-page-mode/pdf-single-page-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-stamp-editor/pdf-stamp-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-text-editor/pdf-text-editor.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-toggle-secondary-toolbar/pdf-toggle-secondary-toolbar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-toggle-sidebar/pdf-toggle-sidebar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-toolbar/pdf-toolbar.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-vertical-scroll-button/pdf-vertical-scroll-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-wrapped-scroll-mode/pdf-wrapped-scroll-mode.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-dropdown/pdf-zoom-dropdown.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-in/pdf-zoom-in.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-out/pdf-zoom-out.component.mjs +3 -3
- package/esm2022/lib/toolbar/pdf-zoom-toolbar/pdf-zoom-toolbar.component.mjs +3 -3
- package/esm2022/lib/translate.pipe.mjs +3 -3
- package/fesm2022/ngx-extended-pdf-viewer.mjs +225 -225
- package/fesm2022/ngx-extended-pdf-viewer.mjs.map +1 -1
- package/lib/options/pdf-default-options.d.ts +2 -2
- package/package.json +1 -1
- package/assets/pdf-4.1.889.min.mjs +0 -21
- package/assets/pdf.worker-4.1.889.min.mjs +0 -21
- package/assets/viewer-4.1.889.min.mjs +0 -21
- package/bleeding-edge/pdf-4.2.551.min.mjs +0 -21
- package/bleeding-edge/pdf.worker-4.2.551.min.mjs +0 -21
- package/bleeding-edge/viewer-4.2.551-es5.mjs +0 -6690
- package/bleeding-edge/viewer-4.2.551.min.mjs +0 -21
- /package/assets/{pdf.sandbox-4.1.889.min.mjs → pdf.sandbox-4.1.891.min.mjs} +0 -0
- /package/bleeding-edge/{pdf.sandbox-4.2.551.min.mjs → pdf.sandbox-4.3.500.min.mjs} +0 -0
|
@@ -289,99 +289,109 @@ pdfjs-web-fonts-disabled = خطوط الوب مُعطّلة: تعذّر استخ
|
|
|
289
289
|
|
|
290
290
|
|
|
291
291
|
pdfjs-scroll-page-button =
|
|
292
|
-
.title =
|
|
293
|
-
pdfjs-scroll-page-button-label =
|
|
292
|
+
.title = استخدم تمرير الصفحة
|
|
293
|
+
pdfjs-scroll-page-button-label = تمرير الصفحة
|
|
294
294
|
pdfjs-current-outline-item-button =
|
|
295
|
-
.title =
|
|
296
|
-
pdfjs-current-outline-item-button-label =
|
|
295
|
+
.title = ابحث عن عنصر المخطّط التفصيلي الحالي
|
|
296
|
+
pdfjs-current-outline-item-button-label = عنصر المخطّط التفصيلي الحالي
|
|
297
297
|
pdfjs-find-match-count =
|
|
298
298
|
{ $total ->
|
|
299
|
-
[
|
|
300
|
-
|
|
299
|
+
[zero] لا مطابقة
|
|
300
|
+
[one] { $current } من أصل { $total } مطابقة
|
|
301
|
+
[two] { $current } من أصل { $total } مطابقة
|
|
302
|
+
[few] { $current } من أصل { $total } مطابقة
|
|
303
|
+
[many] { $current } من أصل { $total } مطابقة
|
|
304
|
+
*[other] { $current } من أصل { $total } مطابقة
|
|
301
305
|
}
|
|
302
306
|
pdfjs-find-match-count-limit =
|
|
303
307
|
{ $limit ->
|
|
304
|
-
[
|
|
305
|
-
|
|
308
|
+
[zero] { $limit } مطابقة
|
|
309
|
+
[one] أكثر من { $limit } مطابقة
|
|
310
|
+
[two] أكثر من { $limit } مطابقة
|
|
311
|
+
[few] أكثر من { $limit } مطابقة
|
|
312
|
+
[many] أكثر من { $limit } مطابقة
|
|
313
|
+
*[other] أكثر من { $limit } مطابقات
|
|
306
314
|
}
|
|
307
315
|
pdfjs-editor-free-text-button =
|
|
308
|
-
.title =
|
|
309
|
-
pdfjs-editor-free-text-button-label =
|
|
316
|
+
.title = نص
|
|
317
|
+
pdfjs-editor-free-text-button-label = نص
|
|
310
318
|
pdfjs-editor-ink-button =
|
|
311
|
-
.title =
|
|
312
|
-
pdfjs-editor-ink-button-label =
|
|
319
|
+
.title = ارسم
|
|
320
|
+
pdfjs-editor-ink-button-label = ارسم
|
|
313
321
|
pdfjs-editor-stamp-button =
|
|
314
|
-
.title =
|
|
315
|
-
pdfjs-editor-stamp-button-label =
|
|
322
|
+
.title = أضِف أو حرّر الصور
|
|
323
|
+
pdfjs-editor-stamp-button-label = أضِف أو حرّر الصور
|
|
316
324
|
pdfjs-editor-highlight-button =
|
|
317
|
-
.title =
|
|
318
|
-
pdfjs-editor-highlight-button-label =
|
|
325
|
+
.title = أبرِز
|
|
326
|
+
pdfjs-editor-highlight-button-label = أبرِز
|
|
327
|
+
pdfjs-highlight-floating-button =
|
|
328
|
+
.title = أبرِز
|
|
319
329
|
pdfjs-highlight-floating-button1 =
|
|
320
|
-
.title =
|
|
321
|
-
.aria-label =
|
|
322
|
-
pdfjs-highlight-floating-button-label =
|
|
330
|
+
.title = أبرِز
|
|
331
|
+
.aria-label = أبرِز
|
|
332
|
+
pdfjs-highlight-floating-button-label = أبرِز
|
|
323
333
|
pdfjs-editor-remove-ink-button =
|
|
324
|
-
.title =
|
|
334
|
+
.title = أزِل الرسم
|
|
325
335
|
pdfjs-editor-remove-freetext-button =
|
|
326
|
-
.title =
|
|
336
|
+
.title = أزِل النص
|
|
327
337
|
pdfjs-editor-remove-stamp-button =
|
|
328
|
-
.title =
|
|
338
|
+
.title = أزِل الصورة
|
|
329
339
|
pdfjs-editor-remove-highlight-button =
|
|
330
|
-
.title =
|
|
331
|
-
pdfjs-editor-free-text-color-input =
|
|
332
|
-
pdfjs-editor-free-text-size-input =
|
|
333
|
-
pdfjs-editor-ink-color-input =
|
|
334
|
-
pdfjs-editor-ink-thickness-input =
|
|
335
|
-
pdfjs-editor-ink-opacity-input =
|
|
340
|
+
.title = أزِل الإبراز
|
|
341
|
+
pdfjs-editor-free-text-color-input = اللون
|
|
342
|
+
pdfjs-editor-free-text-size-input = الحجم
|
|
343
|
+
pdfjs-editor-ink-color-input = اللون
|
|
344
|
+
pdfjs-editor-ink-thickness-input = السماكة
|
|
345
|
+
pdfjs-editor-ink-opacity-input = العتامة
|
|
336
346
|
pdfjs-editor-stamp-add-image-button =
|
|
337
|
-
.title =
|
|
338
|
-
pdfjs-editor-stamp-add-image-button-label =
|
|
339
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
347
|
+
.title = أضِف صورة
|
|
348
|
+
pdfjs-editor-stamp-add-image-button-label = أضِف صورة
|
|
349
|
+
pdfjs-editor-free-highlight-thickness-input = السماكة
|
|
340
350
|
pdfjs-editor-free-highlight-thickness-title =
|
|
341
|
-
.title =
|
|
351
|
+
.title = غيّر السُمك عند إبراز عناصر أُخرى غير النص
|
|
342
352
|
pdfjs-free-text =
|
|
343
|
-
.aria-label =
|
|
344
|
-
pdfjs-free-text-default-content =
|
|
353
|
+
.aria-label = محرِّر النص
|
|
354
|
+
pdfjs-free-text-default-content = ابدأ الكتابة…
|
|
345
355
|
pdfjs-ink =
|
|
346
|
-
.aria-label =
|
|
356
|
+
.aria-label = محرِّر الرسم
|
|
347
357
|
pdfjs-ink-canvas =
|
|
348
|
-
.aria-label =
|
|
349
|
-
pdfjs-editor-alt-text-button-label =
|
|
350
|
-
pdfjs-editor-alt-text-edit-button-label =
|
|
351
|
-
pdfjs-editor-alt-text-dialog-label =
|
|
352
|
-
pdfjs-editor-alt-text-dialog-description =
|
|
353
|
-
pdfjs-editor-alt-text-add-description-label =
|
|
354
|
-
pdfjs-editor-alt-text-add-description-description =
|
|
355
|
-
pdfjs-editor-alt-text-mark-decorative-label =
|
|
356
|
-
pdfjs-editor-alt-text-mark-decorative-description =
|
|
357
|
-
pdfjs-editor-alt-text-cancel-button =
|
|
358
|
-
pdfjs-editor-alt-text-save-button =
|
|
359
|
-
pdfjs-editor-alt-text-decorative-tooltip =
|
|
358
|
+
.aria-label = صورة أنشأها المستخدم
|
|
359
|
+
pdfjs-editor-alt-text-button-label = نص بديل
|
|
360
|
+
pdfjs-editor-alt-text-edit-button-label = تحرير النص البديل
|
|
361
|
+
pdfjs-editor-alt-text-dialog-label = اختر خيار
|
|
362
|
+
pdfjs-editor-alt-text-dialog-description = يساعد النص البديل عندما لا يتمكن الأشخاص من رؤية الصورة أو عندما لا يتم تحميلها.
|
|
363
|
+
pdfjs-editor-alt-text-add-description-label = أضِف وصف
|
|
364
|
+
pdfjs-editor-alt-text-add-description-description = استهدف جملتين تصفان الموضوع أو الإعداد أو الإجراءات.
|
|
365
|
+
pdfjs-editor-alt-text-mark-decorative-label = علّمها على أنها زخرفية
|
|
366
|
+
pdfjs-editor-alt-text-mark-decorative-description = يُستخدم هذا في الصور المزخرفة، مثل الحدود أو العلامات المائية.
|
|
367
|
+
pdfjs-editor-alt-text-cancel-button = ألغِ
|
|
368
|
+
pdfjs-editor-alt-text-save-button = احفظ
|
|
369
|
+
pdfjs-editor-alt-text-decorative-tooltip = عُلّمت على أنها زخرفية
|
|
360
370
|
pdfjs-editor-alt-text-textarea =
|
|
361
|
-
.placeholder =
|
|
362
|
-
pdfjs-editor-resizer-label-top-left =
|
|
363
|
-
pdfjs-editor-resizer-label-top-middle =
|
|
364
|
-
pdfjs-editor-resizer-label-top-right =
|
|
365
|
-
pdfjs-editor-resizer-label-middle-right =
|
|
366
|
-
pdfjs-editor-resizer-label-bottom-right =
|
|
367
|
-
pdfjs-editor-resizer-label-bottom-middle =
|
|
368
|
-
pdfjs-editor-resizer-label-bottom-left =
|
|
369
|
-
pdfjs-editor-resizer-label-middle-left =
|
|
370
|
-
pdfjs-editor-highlight-colorpicker-label =
|
|
371
|
+
.placeholder = على سبيل المثال، "يجلس شاب على الطاولة لتناول وجبة"
|
|
372
|
+
pdfjs-editor-resizer-label-top-left = الزاوية اليُسرى العُليا — غيّر الحجم
|
|
373
|
+
pdfjs-editor-resizer-label-top-middle = أعلى الوسط - غيّر الحجم
|
|
374
|
+
pdfjs-editor-resizer-label-top-right = الزاوية اليُمنى العُليا - غيّر الحجم
|
|
375
|
+
pdfjs-editor-resizer-label-middle-right = اليمين الأوسط - غيّر الحجم
|
|
376
|
+
pdfjs-editor-resizer-label-bottom-right = الزاوية اليُمنى السُفلى - غيّر الحجم
|
|
377
|
+
pdfjs-editor-resizer-label-bottom-middle = أسفل الوسط - غيّر الحجم
|
|
378
|
+
pdfjs-editor-resizer-label-bottom-left = الزاوية اليُسرى السُفلية - غيّر الحجم
|
|
379
|
+
pdfjs-editor-resizer-label-middle-left = مُنتصف اليسار - غيّر الحجم
|
|
380
|
+
pdfjs-editor-highlight-colorpicker-label = أبرِز اللون
|
|
371
381
|
pdfjs-editor-colorpicker-button =
|
|
372
|
-
.title =
|
|
382
|
+
.title = غيّر اللون
|
|
373
383
|
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
-
.aria-label =
|
|
384
|
+
.aria-label = اختيارات الألوان
|
|
375
385
|
pdfjs-editor-colorpicker-yellow =
|
|
376
|
-
.title =
|
|
386
|
+
.title = أصفر
|
|
377
387
|
pdfjs-editor-colorpicker-green =
|
|
378
|
-
.title =
|
|
388
|
+
.title = أخضر
|
|
379
389
|
pdfjs-editor-colorpicker-blue =
|
|
380
|
-
.title =
|
|
390
|
+
.title = أزرق
|
|
381
391
|
pdfjs-editor-colorpicker-pink =
|
|
382
|
-
.title =
|
|
392
|
+
.title = وردي
|
|
383
393
|
pdfjs-editor-colorpicker-red =
|
|
384
|
-
.title =
|
|
385
|
-
pdfjs-editor-highlight-show-all-button-label =
|
|
394
|
+
.title = أحمر
|
|
395
|
+
pdfjs-editor-highlight-show-all-button-label = أظهِر الكل
|
|
386
396
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
387
397
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -398,8 +398,8 @@ pdfjs-editor-highlight-show-all-button =
|
|
|
398
398
|
.title = Montri ĉiujn
|
|
399
399
|
|
|
400
400
|
pdfjs-highlight-floating-button1 =
|
|
401
|
-
.title =
|
|
402
|
-
.aria-label =
|
|
403
|
-
pdfjs-highlight-floating-button-label =
|
|
401
|
+
.title = Elstarigi
|
|
402
|
+
.aria-label = Elstarigi
|
|
403
|
+
pdfjs-highlight-floating-button-label = Elstarigi
|
|
404
404
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
405
405
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -250,15 +250,13 @@ pdfjs-web-fonts-disabled = Վեբ-տառատեսակները անջատված ե
|
|
|
250
250
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
251
251
|
|
|
252
252
|
|
|
253
|
+
pdfjs-download-button-label = Ներբեռնել
|
|
254
|
+
pdfjs-bookmark-button-label = Ընթացիկ էջ
|
|
255
|
+
pdfjs-free-text-default-content = Սկսել մուտքագրումը…
|
|
256
|
+
pdfjs-editor-highlight-show-all-button-label = Ցուցադրել բոլորը
|
|
253
257
|
pdfjs-save-button =
|
|
254
258
|
.title = Save
|
|
255
259
|
pdfjs-save-button-label = Save
|
|
256
|
-
pdfjs-download-button =
|
|
257
|
-
.title = Download
|
|
258
|
-
pdfjs-download-button-label = Download
|
|
259
|
-
pdfjs-bookmark-button =
|
|
260
|
-
.title = Current Page (View URL from Current Page)
|
|
261
|
-
pdfjs-bookmark-button-label = Current Page
|
|
262
260
|
pdfjs-scroll-page-button =
|
|
263
261
|
.title = Use Page Scrolling
|
|
264
262
|
pdfjs-scroll-page-button-label = Page Scrolling
|
|
@@ -319,9 +317,6 @@ pdfjs-editor-stamp-add-image-button-label = Add image
|
|
|
319
317
|
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
320
318
|
pdfjs-editor-free-highlight-thickness-title =
|
|
321
319
|
.title = Change thickness when highlighting items other than text
|
|
322
|
-
pdfjs-free-text =
|
|
323
|
-
.aria-label = Text Editor
|
|
324
|
-
pdfjs-free-text-default-content = Start typing…
|
|
325
320
|
pdfjs-ink =
|
|
326
321
|
.aria-label = Draw Editor
|
|
327
322
|
pdfjs-ink-canvas =
|
|
@@ -362,6 +357,5 @@ pdfjs-editor-colorpicker-pink =
|
|
|
362
357
|
.title = Pink
|
|
363
358
|
pdfjs-editor-colorpicker-red =
|
|
364
359
|
.title = Red
|
|
365
|
-
pdfjs-editor-highlight-show-all-button-label = Show all
|
|
366
360
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
367
361
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -388,10 +388,12 @@ pdfjs-editor-colorpicker-pink =
|
|
|
388
388
|
pdfjs-editor-colorpicker-red =
|
|
389
389
|
.title = ਲਾਲ
|
|
390
390
|
|
|
391
|
+
pdfjs-highlight-floating-button =
|
|
392
|
+
.title = ਹਾਈਲਾਈਟ
|
|
391
393
|
pdfjs-highlight-floating-button1 =
|
|
392
|
-
.title =
|
|
393
|
-
.aria-label =
|
|
394
|
-
pdfjs-highlight-floating-button-label =
|
|
395
|
-
pdfjs-editor-highlight-show-all-button-label =
|
|
394
|
+
.title = ਹਾਈਲਾਈਟ
|
|
395
|
+
.aria-label = ਹਾਈਲਾਈਟ
|
|
396
|
+
pdfjs-highlight-floating-button-label = ਹਾਈਲਾਈਟ
|
|
397
|
+
pdfjs-editor-highlight-show-all-button-label = ਸਭ ਵੇਖੋ
|
|
396
398
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
397
399
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -398,8 +398,8 @@ pdfjs-editor-highlight-show-all-button =
|
|
|
398
398
|
.title = Mussar tut
|
|
399
399
|
|
|
400
400
|
pdfjs-highlight-floating-button1 =
|
|
401
|
-
.title =
|
|
402
|
-
.aria-label =
|
|
403
|
-
pdfjs-highlight-floating-button-label =
|
|
401
|
+
.title = Marcar
|
|
402
|
+
.aria-label = Marcar
|
|
403
|
+
pdfjs-highlight-floating-button-label = Marcar
|
|
404
404
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
405
405
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -326,6 +326,19 @@ pdfjs-editor-colorpicker-pink =
|
|
|
326
326
|
pdfjs-editor-colorpicker-red =
|
|
327
327
|
.title = لال
|
|
328
328
|
|
|
329
|
+
pdfjs-find-match-count =
|
|
330
|
+
{ $total ->
|
|
331
|
+
[one] { $total } وِچوں { $current } مشابہ
|
|
332
|
+
*[other] { $total } وِچوں { $current } مشابے
|
|
333
|
+
}
|
|
334
|
+
pdfjs-find-match-count-limit =
|
|
335
|
+
{ $limit ->
|
|
336
|
+
[one] { $limit } توں ودھ مماثلت۔
|
|
337
|
+
*[other] { $limit } توں ودھ مماثلتاں۔
|
|
338
|
+
}
|
|
339
|
+
pdfjs-editor-stamp-button =
|
|
340
|
+
.title = تصویراں کوں شامل کرو یا ترمیم کرو
|
|
341
|
+
pdfjs-editor-stamp-button-label = تصویراں کوں شامل کرو یا ترمیم کرو
|
|
329
342
|
pdfjs-editor-highlight-button =
|
|
330
343
|
.title = نمایاں کرو
|
|
331
344
|
pdfjs-editor-highlight-button-label = نمایاں کرو
|
|
@@ -335,56 +348,43 @@ pdfjs-highlight-floating-button1 =
|
|
|
335
348
|
.title = نمایاں کرو
|
|
336
349
|
.aria-label = نمایاں کرو
|
|
337
350
|
pdfjs-highlight-floating-button-label = نمایاں کرو
|
|
338
|
-
pdfjs-editor-alt-text-cancel-button = منسوخ
|
|
339
|
-
pdfjs-editor-alt-text-save-button = محفوظ
|
|
340
|
-
pdfjs-editor-highlight-show-all-button-label = سارے ݙکھاؤ
|
|
341
|
-
pdfjs-find-match-count =
|
|
342
|
-
{ $total ->
|
|
343
|
-
[one] { $current } of { $total } match
|
|
344
|
-
*[other] { $current } of { $total } matches
|
|
345
|
-
}
|
|
346
|
-
pdfjs-find-match-count-limit =
|
|
347
|
-
{ $limit ->
|
|
348
|
-
[one] More than { $limit } match
|
|
349
|
-
*[other] More than { $limit } matches
|
|
350
|
-
}
|
|
351
|
-
pdfjs-editor-stamp-button =
|
|
352
|
-
.title = Add or edit images
|
|
353
|
-
pdfjs-editor-stamp-button-label = Add or edit images
|
|
354
351
|
pdfjs-editor-remove-ink-button =
|
|
355
|
-
.title =
|
|
352
|
+
.title = ڈرائینگ ہٹاؤ
|
|
356
353
|
pdfjs-editor-remove-freetext-button =
|
|
357
|
-
.title =
|
|
354
|
+
.title = متن ہٹاؤ
|
|
358
355
|
pdfjs-editor-remove-stamp-button =
|
|
359
|
-
.title =
|
|
356
|
+
.title = تصویر ہٹاؤ
|
|
360
357
|
pdfjs-editor-remove-highlight-button =
|
|
361
|
-
.title =
|
|
362
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
358
|
+
.title = نمایاں ہٹاؤ
|
|
359
|
+
pdfjs-editor-free-highlight-thickness-input = مُٹاݨ
|
|
363
360
|
pdfjs-editor-free-highlight-thickness-title =
|
|
364
|
-
.title =
|
|
365
|
-
pdfjs-editor-alt-text-button-label = Alt
|
|
366
|
-
pdfjs-editor-alt-text-edit-button-label =
|
|
367
|
-
pdfjs-editor-alt-text-dialog-label =
|
|
368
|
-
pdfjs-editor-alt-text-dialog-description = Alt
|
|
369
|
-
pdfjs-editor-alt-text-add-description-label =
|
|
370
|
-
pdfjs-editor-alt-text-add-description-description =
|
|
371
|
-
pdfjs-editor-alt-text-mark-decorative-label =
|
|
372
|
-
pdfjs-editor-alt-text-mark-decorative-description =
|
|
373
|
-
pdfjs-editor-alt-text-
|
|
361
|
+
.title = متن توں ان٘ج ٻئے شئیں کوں نمایاں کرݨ ویلے مُٹاݨ کوں بدلو
|
|
362
|
+
pdfjs-editor-alt-text-button-label = Alt متن
|
|
363
|
+
pdfjs-editor-alt-text-edit-button-label = alt متن وِچ ترمیم کرو
|
|
364
|
+
pdfjs-editor-alt-text-dialog-label = ہِک اختیار چُݨو
|
|
365
|
+
pdfjs-editor-alt-text-dialog-description = Alt متن (متبادل متن) اِیں ویلے مَدَت کرین٘دا ہِے جہڑیلے لوک تصویر کوں نِھیں ݙیکھ سڳدے یا جہڑیلے اِیہ لوڈ کائنی تِھین٘دا۔
|
|
366
|
+
pdfjs-editor-alt-text-add-description-label = تفصیل شامل کرو
|
|
367
|
+
pdfjs-editor-alt-text-add-description-description = 1-2 جملیاں دا مقصد جہڑے موضوع، ترتیب، یا اعمال کوں بیان کرین٘دے ہِن۔
|
|
368
|
+
pdfjs-editor-alt-text-mark-decorative-label = آرائشی طور تے نشان زد کرو
|
|
369
|
+
pdfjs-editor-alt-text-mark-decorative-description = اِیہ آرائشی تصویراں کِیتے استعمال تِھین٘دا ہِے، جیویں بارڈر یا واٹر مارکس۔
|
|
370
|
+
pdfjs-editor-alt-text-cancel-button = منسوخ
|
|
371
|
+
pdfjs-editor-alt-text-save-button = محفوظ
|
|
372
|
+
pdfjs-editor-alt-text-decorative-tooltip = آرائشی دے طور تے نشان زد تِھی ڳِیا
|
|
374
373
|
pdfjs-editor-alt-text-textarea =
|
|
375
|
-
.placeholder =
|
|
376
|
-
pdfjs-editor-resizer-label-top-left =
|
|
377
|
-
pdfjs-editor-resizer-label-top-middle =
|
|
378
|
-
pdfjs-editor-resizer-label-top-right =
|
|
379
|
-
pdfjs-editor-resizer-label-middle-right =
|
|
380
|
-
pdfjs-editor-resizer-label-bottom-right =
|
|
381
|
-
pdfjs-editor-resizer-label-bottom-middle =
|
|
382
|
-
pdfjs-editor-resizer-label-bottom-left =
|
|
383
|
-
pdfjs-editor-resizer-label-middle-left =
|
|
384
|
-
pdfjs-editor-highlight-colorpicker-label =
|
|
374
|
+
.placeholder = مثال دے طور تے، "ہِک جؤان کھاݨاں کھاوݨ کِیتے میز اُتّے ٻیٹھا ہِے"
|
|
375
|
+
pdfjs-editor-resizer-label-top-left = اُتلی کَھٻّی نُکّڑ — سائز بدلو
|
|
376
|
+
pdfjs-editor-resizer-label-top-middle = اُتلا وِچلا — سائز بدلو
|
|
377
|
+
pdfjs-editor-resizer-label-top-right = اُتلی سَڄّی نُکَّڑ — سائز بدلو
|
|
378
|
+
pdfjs-editor-resizer-label-middle-right = وِچلا سڄّا — سائز بدلو
|
|
379
|
+
pdfjs-editor-resizer-label-bottom-right = تلوِیں سَڄّی نُکَّڑ — سائز بدلو
|
|
380
|
+
pdfjs-editor-resizer-label-bottom-middle = تلواں وِچلا — سائز بدلو
|
|
381
|
+
pdfjs-editor-resizer-label-bottom-left = تلوِیں کَھٻّی نُکّڑ — سائز بدلو
|
|
382
|
+
pdfjs-editor-resizer-label-middle-left = وِچلا کَھٻّا — سائز بدلو
|
|
383
|
+
pdfjs-editor-highlight-colorpicker-label = نشابر رنگ
|
|
385
384
|
pdfjs-editor-colorpicker-button =
|
|
386
|
-
.title =
|
|
385
|
+
.title = رنگ بدلو
|
|
387
386
|
pdfjs-editor-colorpicker-dropdown =
|
|
388
|
-
.aria-label =
|
|
387
|
+
.aria-label = رنگ اختیارات
|
|
388
|
+
pdfjs-editor-highlight-show-all-button-label = سارے ݙکھاؤ
|
|
389
389
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
390
390
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -392,11 +392,11 @@ pdfjs-editor-colorpicker-pink =
|
|
|
392
392
|
pdfjs-editor-colorpicker-red =
|
|
393
393
|
.title = Rdeča
|
|
394
394
|
|
|
395
|
+
pdfjs-editor-highlight-show-all-button-label = Prikaži vse
|
|
395
396
|
pdfjs-highlight-floating-button1 =
|
|
396
397
|
.title = Highlight
|
|
397
398
|
.aria-label = Highlight
|
|
398
399
|
pdfjs-highlight-floating-button-label = Highlight
|
|
399
|
-
pdfjs-editor-highlight-show-all-button-label = Show all
|
|
400
400
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
401
401
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
402
402
|
|
|
@@ -379,6 +379,13 @@ pdfjs-editor-colorpicker-pink =
|
|
|
379
379
|
pdfjs-editor-colorpicker-red =
|
|
380
380
|
.title = E kuqe
|
|
381
381
|
|
|
382
|
+
pdfjs-highlight-floating-button =
|
|
383
|
+
.title = Theksim
|
|
384
|
+
pdfjs-highlight-floating-button1 =
|
|
385
|
+
.title = Theksim
|
|
386
|
+
.aria-label = Theksim
|
|
387
|
+
pdfjs-highlight-floating-button-label = Theksim
|
|
388
|
+
pdfjs-editor-highlight-show-all-button-label = Shfaqi krejt
|
|
382
389
|
pdfjs-spread-none-button =
|
|
383
390
|
.title = Do not join page spreads
|
|
384
391
|
pdfjs-spread-none-button-label = No Spreads
|
|
@@ -388,10 +395,5 @@ pdfjs-spread-odd-button-label = Odd Spreads
|
|
|
388
395
|
pdfjs-spread-even-button =
|
|
389
396
|
.title = Join page spreads starting with even-numbered pages
|
|
390
397
|
pdfjs-spread-even-button-label = Even Spreads
|
|
391
|
-
pdfjs-highlight-floating-button1 =
|
|
392
|
-
.title = Highlight
|
|
393
|
-
.aria-label = Highlight
|
|
394
|
-
pdfjs-highlight-floating-button-label = Highlight
|
|
395
|
-
pdfjs-editor-highlight-show-all-button-label = Show all
|
|
396
398
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
397
399
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|
|
@@ -389,14 +389,16 @@ pdfjs-editor-highlight-show-all-button =
|
|
|
389
389
|
.title = Ҳамаро намоиш додан
|
|
390
390
|
|
|
391
391
|
pdfjs-editor-highlight-button =
|
|
392
|
-
.title =
|
|
393
|
-
pdfjs-editor-highlight-button-label =
|
|
392
|
+
.title = Ҷудокунӣ
|
|
393
|
+
pdfjs-editor-highlight-button-label = Ҷудокунӣ
|
|
394
|
+
pdfjs-highlight-floating-button =
|
|
395
|
+
.title = Ҷудокунӣ
|
|
394
396
|
pdfjs-highlight-floating-button1 =
|
|
395
|
-
.title =
|
|
396
|
-
.aria-label =
|
|
397
|
-
pdfjs-highlight-floating-button-label =
|
|
398
|
-
pdfjs-editor-free-highlight-thickness-input =
|
|
397
|
+
.title = Ҷудокунӣ
|
|
398
|
+
.aria-label = Ҷудокунӣ
|
|
399
|
+
pdfjs-highlight-floating-button-label = Ҷудокунӣ
|
|
400
|
+
pdfjs-editor-free-highlight-thickness-input = Ғафсӣ
|
|
399
401
|
pdfjs-editor-free-highlight-thickness-title =
|
|
400
|
-
.title =
|
|
402
|
+
.title = Иваз кардани ғафсӣ ҳангоми ҷудокунии унсурҳо ба ғайр аз матн
|
|
401
403
|
unverified-signature-warning = This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
|
|
402
404
|
pdfjs-infinite-scroll-button-label = Infinite scroll
|