@4tw/vue-cli-plugin-pdfjs-viewer 1.5.0 → 1.6.0

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/assets/build/pdf.mjs +18487 -16960
  3. package/assets/build/pdf.mjs.map +1 -1
  4. package/assets/build/pdf.sandbox.mjs +8 -7
  5. package/assets/build/pdf.sandbox.mjs.map +1 -1
  6. package/assets/build/pdf.worker.mjs +2072 -2954
  7. package/assets/build/pdf.worker.mjs.map +1 -1
  8. package/assets/web/debugger.css +1 -1
  9. package/assets/web/images/cursor-editorFreeHighlight.svg +6 -0
  10. package/assets/web/images/cursor-editorTextHighlight.svg +8 -0
  11. package/assets/web/images/toolbarButton-editorFreeText.svg +3 -1
  12. package/assets/web/images/toolbarButton-editorStamp.svg +1 -1
  13. package/assets/web/locale/ar/viewer.ftl +140 -0
  14. package/assets/web/locale/be/viewer.ftl +20 -2
  15. package/assets/web/locale/bg/viewer.ftl +137 -0
  16. package/assets/web/locale/br/viewer.ftl +21 -0
  17. package/assets/web/locale/cs/viewer.ftl +20 -2
  18. package/assets/web/locale/cy/viewer.ftl +26 -8
  19. package/assets/web/locale/da/viewer.ftl +41 -2
  20. package/assets/web/locale/de/viewer.ftl +21 -3
  21. package/assets/web/locale/dsb/viewer.ftl +20 -2
  22. package/assets/web/locale/el/viewer.ftl +20 -2
  23. package/assets/web/locale/en-CA/viewer.ftl +91 -0
  24. package/assets/web/locale/en-GB/viewer.ftl +20 -2
  25. package/assets/web/locale/en-US/viewer.ftl +15 -8
  26. package/assets/web/locale/eo/viewer.ftl +61 -14
  27. package/assets/web/locale/es-AR/viewer.ftl +20 -2
  28. package/assets/web/locale/es-CL/viewer.ftl +20 -2
  29. package/assets/web/locale/es-ES/viewer.ftl +20 -2
  30. package/assets/web/locale/eu/viewer.ftl +53 -0
  31. package/assets/web/locale/fi/viewer.ftl +20 -2
  32. package/assets/web/locale/fr/viewer.ftl +20 -2
  33. package/assets/web/locale/fur/viewer.ftl +41 -2
  34. package/assets/web/locale/fy-NL/viewer.ftl +20 -2
  35. package/assets/web/locale/gl/viewer.ftl +17 -0
  36. package/assets/web/locale/gn/viewer.ftl +20 -2
  37. package/assets/web/locale/he/viewer.ftl +20 -2
  38. package/assets/web/locale/hsb/viewer.ftl +20 -2
  39. package/assets/web/locale/hu/viewer.ftl +20 -8
  40. package/assets/web/locale/hy-AM/viewer.ftl +22 -1
  41. package/assets/web/locale/ia/viewer.ftl +20 -10
  42. package/assets/web/locale/is/viewer.ftl +19 -9
  43. package/assets/web/locale/it/viewer.ftl +18 -8
  44. package/assets/web/locale/ja/viewer.ftl +42 -11
  45. package/assets/web/locale/ka/viewer.ftl +45 -9
  46. package/assets/web/locale/kab/viewer.ftl +57 -8
  47. package/assets/web/locale/kk/viewer.ftl +20 -2
  48. package/assets/web/locale/ko/viewer.ftl +22 -4
  49. package/assets/web/locale/nb-NO/viewer.ftl +20 -8
  50. package/assets/web/locale/nl/viewer.ftl +20 -2
  51. package/assets/web/locale/nn-NO/viewer.ftl +59 -8
  52. package/assets/web/locale/oc/viewer.ftl +36 -0
  53. package/assets/web/locale/pa-IN/viewer.ftl +41 -8
  54. package/assets/web/locale/pl/viewer.ftl +20 -2
  55. package/assets/web/locale/pt-BR/viewer.ftl +24 -12
  56. package/assets/web/locale/pt-PT/viewer.ftl +53 -0
  57. package/assets/web/locale/rm/viewer.ftl +20 -8
  58. package/assets/web/locale/ru/viewer.ftl +20 -2
  59. package/assets/web/locale/sk/viewer.ftl +23 -5
  60. package/assets/web/locale/skr/viewer.ftl +97 -6
  61. package/assets/web/locale/sl/viewer.ftl +18 -8
  62. package/assets/web/locale/sq/viewer.ftl +20 -8
  63. package/assets/web/locale/sv-SE/viewer.ftl +20 -2
  64. package/assets/web/locale/tg/viewer.ftl +20 -8
  65. package/assets/web/locale/th/viewer.ftl +53 -0
  66. package/assets/web/locale/tr/viewer.ftl +28 -16
  67. package/assets/web/locale/uk/viewer.ftl +39 -27
  68. package/assets/web/locale/vi/viewer.ftl +21 -3
  69. package/assets/web/locale/zh-CN/viewer.ftl +20 -8
  70. package/assets/web/locale/zh-TW/viewer.ftl +20 -2
  71. package/assets/web/viewer.css +912 -432
  72. package/assets/web/viewer.html +24 -13
  73. package/assets/web/viewer.mjs +12763 -13370
  74. package/assets/web/viewer.mjs.map +1 -1
  75. package/package.json +1 -1
  76. package/assets/web/images/gv-toolbarButton-openinapp.svg +0 -11
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Rita
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Lägg till eller redigera bilder
303
303
  pdfjs-editor-stamp-button-label = Lägg till eller redigera bilder
304
- pdfjs-editor-remove-button =
305
- .title = Ta bort
304
+ pdfjs-editor-highlight-button =
305
+ .title = Markera
306
+ pdfjs-editor-highlight-button-label = Markera
307
+ pdfjs-highlight-floating-button =
308
+ .title = Markera
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Markera
311
+ .aria-label = Markera
312
+ pdfjs-highlight-floating-button-label = Markera
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacitet
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Lägg till bild
328
335
  pdfjs-editor-stamp-add-image-button-label = Lägg till bild
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Tjocklek
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Ändra tjocklek när du markerar andra objekt än text
329
340
  pdfjs-free-text =
330
341
  .aria-label = Textredigerare
331
342
  pdfjs-free-text-default-content = Börja skriva…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Rosa
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Röd
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Visa alla
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Visa alla
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Боргирӣ кардан
51
51
  pdfjs-bookmark-button =
52
52
  .title = Саҳифаи ҷорӣ (Дидани нишонии URL аз саҳифаи ҷорӣ)
53
53
  pdfjs-bookmark-button-label = Саҳифаи ҷорӣ
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Кушодан дар барнома
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = Кушодан дар барнома
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -301,8 +295,15 @@ pdfjs-editor-ink-button-label = Расмкашӣ
301
295
  pdfjs-editor-stamp-button =
302
296
  .title = Илова ё таҳрир кардани тасвирҳо
303
297
  pdfjs-editor-stamp-button-label = Илова ё таҳрир кардани тасвирҳо
304
- pdfjs-editor-remove-button =
305
- .title = Тоза кардан
298
+ pdfjs-editor-highlight-button =
299
+ .title = Ҷудокунӣ
300
+ pdfjs-editor-highlight-button-label = Ҷудокунӣ
301
+ pdfjs-highlight-floating-button =
302
+ .title = Ҷудокунӣ
303
+ pdfjs-highlight-floating-button1 =
304
+ .title = Ҷудокунӣ
305
+ .aria-label = Ҷудокунӣ
306
+ pdfjs-highlight-floating-button-label = Ҷудокунӣ
306
307
 
307
308
  ## Remove button for the various kind of editor.
308
309
 
@@ -326,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Шаффофӣ
326
327
  pdfjs-editor-stamp-add-image-button =
327
328
  .title = Илова кардани тасвир
328
329
  pdfjs-editor-stamp-add-image-button-label = Илова кардани тасвир
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = Ғафсӣ
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = Иваз кардани ғафсӣ ҳангоми ҷудокунии унсурҳо ба ғайр аз матн
329
334
  pdfjs-free-text =
330
335
  .aria-label = Муҳаррири матн
331
336
  pdfjs-free-text-default-content = Нависед…
@@ -382,3 +387,10 @@ pdfjs-editor-colorpicker-pink =
382
387
  .title = Гулобӣ
383
388
  pdfjs-editor-colorpicker-red =
384
389
  .title = Сурх
390
+
391
+ ## Show all highlights
392
+ ## This is a toggle button to show/hide all the highlights.
393
+
394
+ pdfjs-editor-highlight-show-all-button-label = Ҳамаро намоиш додан
395
+ pdfjs-editor-highlight-show-all-button =
396
+ .title = Ҳамаро намоиш додан
@@ -293,6 +293,29 @@ pdfjs-editor-ink-button-label = รูปวาด
293
293
  pdfjs-editor-stamp-button =
294
294
  .title = เพิ่มหรือแก้ไขภาพ
295
295
  pdfjs-editor-stamp-button-label = เพิ่มหรือแก้ไขภาพ
296
+ pdfjs-editor-highlight-button =
297
+ .title = เน้น
298
+ pdfjs-editor-highlight-button-label = เน้น
299
+ pdfjs-highlight-floating-button =
300
+ .title = เน้นสี
301
+ pdfjs-highlight-floating-button1 =
302
+ .title = เน้นสี
303
+ .aria-label = เน้นสี
304
+ pdfjs-highlight-floating-button-label = เน้นสี
305
+
306
+ ## Remove button for the various kind of editor.
307
+
308
+ pdfjs-editor-remove-ink-button =
309
+ .title = เอาภาพวาดออก
310
+ pdfjs-editor-remove-freetext-button =
311
+ .title = เอาข้อความออก
312
+ pdfjs-editor-remove-stamp-button =
313
+ .title = เอาภาพออก
314
+ pdfjs-editor-remove-highlight-button =
315
+ .title = เอาการเน้นสีออก
316
+
317
+ ##
318
+
296
319
  # Editor Parameters
297
320
  pdfjs-editor-free-text-color-input = สี
298
321
  pdfjs-editor-free-text-size-input = ขนาด
@@ -302,6 +325,10 @@ pdfjs-editor-ink-opacity-input = ความทึบ
302
325
  pdfjs-editor-stamp-add-image-button =
303
326
  .title = เพิ่มภาพ
304
327
  pdfjs-editor-stamp-add-image-button-label = เพิ่มภาพ
328
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
329
+ pdfjs-editor-free-highlight-thickness-input = ความหนา
330
+ pdfjs-editor-free-highlight-thickness-title =
331
+ .title = เปลี่ยนความหนาเมื่อเน้นรายการอื่นๆ ที่ไม่ใช่ข้อความ
305
332
  pdfjs-free-text =
306
333
  .aria-label = ตัวแก้ไขข้อความ
307
334
  pdfjs-free-text-default-content = เริ่มพิมพ์…
@@ -339,3 +366,29 @@ pdfjs-editor-resizer-label-bottom-right = มุมขวาล่าง — ป
339
366
  pdfjs-editor-resizer-label-bottom-middle = ตรงกลางด้านล่าง — ปรับขนาด
340
367
  pdfjs-editor-resizer-label-bottom-left = มุมซ้ายล่าง — ปรับขนาด
341
368
  pdfjs-editor-resizer-label-middle-left = ตรงกลางด้านซ้าย — ปรับขนาด
369
+
370
+ ## Color picker
371
+
372
+ # This means "Color used to highlight text"
373
+ pdfjs-editor-highlight-colorpicker-label = สีเน้น
374
+ pdfjs-editor-colorpicker-button =
375
+ .title = เปลี่ยนสี
376
+ pdfjs-editor-colorpicker-dropdown =
377
+ .aria-label = ทางเลือกสี
378
+ pdfjs-editor-colorpicker-yellow =
379
+ .title = เหลือง
380
+ pdfjs-editor-colorpicker-green =
381
+ .title = เขียว
382
+ pdfjs-editor-colorpicker-blue =
383
+ .title = น้ำเงิน
384
+ pdfjs-editor-colorpicker-pink =
385
+ .title = ชมพู
386
+ pdfjs-editor-colorpicker-red =
387
+ .title = แดง
388
+
389
+ ## Show all highlights
390
+ ## This is a toggle button to show/hide all the highlights.
391
+
392
+ pdfjs-editor-highlight-show-all-button-label = แสดงทั้งหมด
393
+ pdfjs-editor-highlight-show-all-button =
394
+ .title = แสดงทั้งหมด
@@ -26,8 +26,8 @@ pdfjs-zoom-out-button =
26
26
  .title = Uzaklaştır
27
27
  pdfjs-zoom-out-button-label = Uzaklaştır
28
28
  pdfjs-zoom-in-button =
29
- .title = Yaklaştır
30
- pdfjs-zoom-in-button-label = Yaklaştır
29
+ .title = Yakınlaştır
30
+ pdfjs-zoom-in-button-label = Yakınlaştır
31
31
  pdfjs-zoom-select =
32
32
  .title = Yakınlaştırma
33
33
  pdfjs-presentation-mode-button =
@@ -51,12 +51,6 @@ pdfjs-download-button-label = İndir
51
51
  pdfjs-bookmark-button =
52
52
  .title = Geçerli sayfa (geçerli sayfanın adresini görüntüle)
53
53
  pdfjs-bookmark-button-label = Geçerli sayfa
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Uygulamada aç
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = Uygulamada aç
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -85,10 +79,10 @@ pdfjs-scroll-page-button =
85
79
  .title = Sayfa kaydırmayı kullan
86
80
  pdfjs-scroll-page-button-label = Sayfa kaydırma
87
81
  pdfjs-scroll-vertical-button =
88
- .title = Dikey kaydırma kullan
82
+ .title = Dikey kaydırmayı kullan
89
83
  pdfjs-scroll-vertical-button-label = Dikey kaydırma
90
84
  pdfjs-scroll-horizontal-button =
91
- .title = Yatay kaydırma kullan
85
+ .title = Yatay kaydırmayı kullan
92
86
  pdfjs-scroll-horizontal-button-label = Yatay kaydırma
93
87
  pdfjs-scroll-wrapped-button =
94
88
  .title = Yan yana kaydırmayı kullan
@@ -122,7 +116,7 @@ pdfjs-document-properties-title = Başlık:
122
116
  pdfjs-document-properties-author = Yazar:
123
117
  pdfjs-document-properties-subject = Konu:
124
118
  pdfjs-document-properties-keywords = Anahtar kelimeler:
125
- pdfjs-document-properties-creation-date = Oluturma tarihi:
119
+ pdfjs-document-properties-creation-date = Oluşturma tarihi:
126
120
  pdfjs-document-properties-modification-date = Değiştirme tarihi:
127
121
  # Variables:
128
122
  # $date (Date) - the creation/modification date of the PDF file
@@ -273,7 +267,7 @@ pdfjs-rendering-error = Sayfa yorumlanırken bir hata oluştu.
273
267
  # Variables:
274
268
  # $date (Date) - the modification date of the annotation
275
269
  # $time (Time) - the modification time of the annotation
276
- pdfjs-annotation-date-string = { $date }, { $time }
270
+ pdfjs-annotation-date-string = { $date } { $time }
277
271
  # .alt: This is used as a tooltip.
278
272
  # Variables:
279
273
  # $type (String) - an annotation type from a list defined in the PDF spec
@@ -301,8 +295,15 @@ pdfjs-editor-ink-button-label = Çiz
301
295
  pdfjs-editor-stamp-button =
302
296
  .title = Resim ekle veya düzenle
303
297
  pdfjs-editor-stamp-button-label = Resim ekle veya düzenle
304
- pdfjs-editor-remove-button =
305
- .title = Kaldır
298
+ pdfjs-editor-highlight-button =
299
+ .title = Vurgula
300
+ pdfjs-editor-highlight-button-label = Vurgula
301
+ pdfjs-highlight-floating-button =
302
+ .title = Vurgula
303
+ pdfjs-highlight-floating-button1 =
304
+ .title = Vurgula
305
+ .aria-label = Vurgula
306
+ pdfjs-highlight-floating-button-label = Vurgula
306
307
 
307
308
  ## Remove button for the various kind of editor.
308
309
 
@@ -326,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Saydamlık
326
327
  pdfjs-editor-stamp-add-image-button =
327
328
  .title = Resim ekle
328
329
  pdfjs-editor-stamp-add-image-button-label = Resim ekle
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = Kalınlık
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = Metin dışındaki öğeleri vurgularken kalınlığı değiştir
329
334
  pdfjs-free-text =
330
335
  .aria-label = Metin düzenleyicisi
331
336
  pdfjs-free-text-default-content = Yazmaya başlayın…
@@ -340,11 +345,11 @@ pdfjs-ink-canvas =
340
345
  pdfjs-editor-alt-text-button-label = Alternatif metin
341
346
  pdfjs-editor-alt-text-edit-button-label = Alternatif metni düzenle
342
347
  pdfjs-editor-alt-text-dialog-label = Bir seçenek seçin
343
- pdfjs-editor-alt-text-dialog-description = Alternatif metin, insanlar görseli göremediğinde veya görsel yüklenmediğinde işe yarar.
348
+ pdfjs-editor-alt-text-dialog-description = Alternatif metin, insanlar resmi göremediğinde veya resim yüklenmediğinde işe yarar.
344
349
  pdfjs-editor-alt-text-add-description-label = Açıklama ekle
345
350
  pdfjs-editor-alt-text-add-description-description = Konuyu, ortamı veya eylemleri tanımlayan bir iki cümle yazmaya çalışın.
346
351
  pdfjs-editor-alt-text-mark-decorative-label = Dekoratif olarak işaretle
347
- pdfjs-editor-alt-text-mark-decorative-description = Kenarlıklar veya filigranlar gibi dekoratif görüntüler için kullanılır.
352
+ pdfjs-editor-alt-text-mark-decorative-description = Kenarlıklar veya filigranlar gibi dekoratif resimler için kullanılır.
348
353
  pdfjs-editor-alt-text-cancel-button = Vazgeç
349
354
  pdfjs-editor-alt-text-save-button = Kaydet
350
355
  pdfjs-editor-alt-text-decorative-tooltip = Dekoratif olarak işaretlendi
@@ -382,3 +387,10 @@ pdfjs-editor-colorpicker-pink =
382
387
  .title = Pembe
383
388
  pdfjs-editor-colorpicker-red =
384
389
  .title = Kırmızı
390
+
391
+ ## Show all highlights
392
+ ## This is a toggle button to show/hide all the highlights.
393
+
394
+ pdfjs-editor-highlight-show-all-button-label = Tümünü göster
395
+ pdfjs-editor-highlight-show-all-button =
396
+ .title = Tümünü göster
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Завантажити
51
51
  pdfjs-bookmark-button =
52
52
  .title = Поточна сторінка (перегляд URL-адреси з поточної сторінки)
53
53
  pdfjs-bookmark-button-label = Поточна сторінка
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Відкрити у програмі
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = Відкрити у програмі
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -108,16 +102,16 @@ pdfjs-spread-even-button-label = Парні сторінки зліва
108
102
  pdfjs-document-properties-button =
109
103
  .title = Властивості документа…
110
104
  pdfjs-document-properties-button-label = Властивості документа…
111
- pdfjs-document-properties-file-name = Назва файла:
112
- pdfjs-document-properties-file-size = Розмір файла:
105
+ pdfjs-document-properties-file-name = Назва файлу:
106
+ pdfjs-document-properties-file-size = Розмір файлу:
113
107
  # Variables:
114
108
  # $size_kb (Number) - the PDF file size in kilobytes
115
109
  # $size_b (Number) - the PDF file size in bytes
116
- pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } bytes)
110
+ pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } байтів)
117
111
  # Variables:
118
112
  # $size_mb (Number) - the PDF file size in megabytes
119
113
  # $size_b (Number) - the PDF file size in bytes
120
- pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } bytes)
114
+ pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } байтів)
121
115
  pdfjs-document-properties-title = Заголовок:
122
116
  pdfjs-document-properties-author = Автор:
123
117
  pdfjs-document-properties-subject = Тема:
@@ -182,14 +176,14 @@ pdfjs-document-outline-button =
182
176
  .title = Показати схему документу (подвійний клік для розгортання/згортання елементів)
183
177
  pdfjs-document-outline-button-label = Схема документа
184
178
  pdfjs-attachments-button =
185
- .title = Показати прикріплення
186
- pdfjs-attachments-button-label = Прикріплення
179
+ .title = Показати вкладення
180
+ pdfjs-attachments-button-label = Вкладення
187
181
  pdfjs-layers-button =
188
182
  .title = Показати шари (двічі клацніть, щоб скинути всі шари до типового стану)
189
183
  pdfjs-layers-button-label = Шари
190
184
  pdfjs-thumbs-button =
191
- .title = Показувати ескізи
192
- pdfjs-thumbs-button-label = Ескізи
185
+ .title = Показати мініатюри
186
+ pdfjs-thumbs-button-label = Мініатюри
193
187
  pdfjs-current-outline-item-button =
194
188
  .title = Знайти поточний елемент змісту
195
189
  pdfjs-current-outline-item-button-label = Поточний елемент змісту
@@ -286,9 +280,9 @@ pdfjs-text-annotation-type =
286
280
 
287
281
  ## Password
288
282
 
289
- pdfjs-password-label = Введіть пароль для відкриття цього PDF-файла.
290
- pdfjs-password-invalid = Невірний пароль. Спробуйте ще.
291
- pdfjs-password-ok-button = Гаразд
283
+ pdfjs-password-label = Введіть пароль для відкриття цього PDF-файлу.
284
+ pdfjs-password-invalid = Неправильний пароль. Спробуйте ще раз.
285
+ pdfjs-password-ok-button = OK
292
286
  pdfjs-password-cancel-button = Скасувати
293
287
  pdfjs-web-fonts-disabled = Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
294
288
 
@@ -303,8 +297,15 @@ pdfjs-editor-ink-button-label = Малювати
303
297
  pdfjs-editor-stamp-button =
304
298
  .title = Додати чи редагувати зображення
305
299
  pdfjs-editor-stamp-button-label = Додати чи редагувати зображення
306
- pdfjs-editor-remove-button =
307
- .title = Вилучити
300
+ pdfjs-editor-highlight-button =
301
+ .title = Підсвітити
302
+ pdfjs-editor-highlight-button-label = Підсвітити
303
+ pdfjs-highlight-floating-button =
304
+ .title = Підсвітити
305
+ pdfjs-highlight-floating-button1 =
306
+ .title = Підсвітити
307
+ .aria-label = Підсвітити
308
+ pdfjs-highlight-floating-button-label = Підсвітити
308
309
 
309
310
  ## Remove button for the various kind of editor.
310
311
 
@@ -328,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Прозорість
328
329
  pdfjs-editor-stamp-add-image-button =
329
330
  .title = Додати зображення
330
331
  pdfjs-editor-stamp-add-image-button-label = Додати зображення
332
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
333
+ pdfjs-editor-free-highlight-thickness-input = Товщина
334
+ pdfjs-editor-free-highlight-thickness-title =
335
+ .title = Змінюйте товщину під час підсвічування елементів, крім тексту
331
336
  pdfjs-free-text =
332
337
  .aria-label = Текстовий редактор
333
338
  pdfjs-free-text-default-content = Почніть вводити…
@@ -357,14 +362,14 @@ pdfjs-editor-alt-text-textarea =
357
362
  ## Editor resizers
358
363
  ## This is used in an aria label to help to understand the role of the resizer.
359
364
 
360
- pdfjs-editor-resizer-label-top-left = Верхній лівий кут зміна розміру
361
- pdfjs-editor-resizer-label-top-middle = Вгорі посередині зміна розміру
362
- pdfjs-editor-resizer-label-top-right = Верхній правий кут зміна розміру
363
- pdfjs-editor-resizer-label-middle-right = Праворуч посередині зміна розміру
364
- pdfjs-editor-resizer-label-bottom-right = Нижній правий кут зміна розміру
365
- pdfjs-editor-resizer-label-bottom-middle = Внизу посередині зміна розміру
366
- pdfjs-editor-resizer-label-bottom-left = Нижній лівий кут зміна розміру
367
- pdfjs-editor-resizer-label-middle-left = Ліворуч посередині зміна розміру
365
+ pdfjs-editor-resizer-label-top-left = Верхній лівий кут зміна розміру
366
+ pdfjs-editor-resizer-label-top-middle = Вгорі посередині зміна розміру
367
+ pdfjs-editor-resizer-label-top-right = Верхній правий кут зміна розміру
368
+ pdfjs-editor-resizer-label-middle-right = Праворуч посередині зміна розміру
369
+ pdfjs-editor-resizer-label-bottom-right = Нижній правий кут зміна розміру
370
+ pdfjs-editor-resizer-label-bottom-middle = Внизу посередині зміна розміру
371
+ pdfjs-editor-resizer-label-bottom-left = Нижній лівий кут зміна розміру
372
+ pdfjs-editor-resizer-label-middle-left = Ліворуч посередині зміна розміру
368
373
 
369
374
  ## Color picker
370
375
 
@@ -384,3 +389,10 @@ pdfjs-editor-colorpicker-pink =
384
389
  .title = Рожевий
385
390
  pdfjs-editor-colorpicker-red =
386
391
  .title = Червоний
392
+
393
+ ## Show all highlights
394
+ ## This is a toggle button to show/hide all the highlights.
395
+
396
+ pdfjs-editor-highlight-show-all-button-label = Показати все
397
+ pdfjs-editor-highlight-show-all-button =
398
+ .title = Показати все
@@ -220,7 +220,7 @@ pdfjs-find-previous-button-label = Trước
220
220
  pdfjs-find-next-button =
221
221
  .title = Tìm cụm từ ở phần sau
222
222
  pdfjs-find-next-button-label = Tiếp
223
- pdfjs-find-highlight-checkbox = sáng tất cả
223
+ pdfjs-find-highlight-checkbox = Đánh dấu tất cả
224
224
  pdfjs-find-match-case-checkbox-label = Phân biệt hoa, thường
225
225
  pdfjs-find-match-diacritics-checkbox-label = Khớp dấu phụ
226
226
  pdfjs-find-entire-word-checkbox-label = Toàn bộ từ
@@ -293,8 +293,15 @@ pdfjs-editor-ink-button-label = Vẽ
293
293
  pdfjs-editor-stamp-button =
294
294
  .title = Thêm hoặc chỉnh sửa hình ảnh
295
295
  pdfjs-editor-stamp-button-label = Thêm hoặc chỉnh sửa hình ảnh
296
- pdfjs-editor-remove-button =
297
- .title = Xóa
296
+ pdfjs-editor-highlight-button =
297
+ .title = Đánh dấu
298
+ pdfjs-editor-highlight-button-label = Đánh dấu
299
+ pdfjs-highlight-floating-button =
300
+ .title = Đánh dấu
301
+ pdfjs-highlight-floating-button1 =
302
+ .title = Đánh dấu
303
+ .aria-label = Đánh dấu
304
+ pdfjs-highlight-floating-button-label = Đánh dấu
298
305
 
299
306
  ## Remove button for the various kind of editor.
300
307
 
@@ -318,6 +325,10 @@ pdfjs-editor-ink-opacity-input = Độ mờ
318
325
  pdfjs-editor-stamp-add-image-button =
319
326
  .title = Thêm hình ảnh
320
327
  pdfjs-editor-stamp-add-image-button-label = Thêm hình ảnh
328
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
329
+ pdfjs-editor-free-highlight-thickness-input = Độ dày
330
+ pdfjs-editor-free-highlight-thickness-title =
331
+ .title = Thay đổi độ dày khi đánh dấu các mục không phải là văn bản
321
332
  pdfjs-free-text =
322
333
  .aria-label = Trình sửa văn bản
323
334
  pdfjs-free-text-default-content = Bắt đầu nhập…
@@ -374,3 +385,10 @@ pdfjs-editor-colorpicker-pink =
374
385
  .title = Hồng
375
386
  pdfjs-editor-colorpicker-red =
376
387
  .title = Đỏ
388
+
389
+ ## Show all highlights
390
+ ## This is a toggle button to show/hide all the highlights.
391
+
392
+ pdfjs-editor-highlight-show-all-button-label = Hiện tất cả
393
+ pdfjs-editor-highlight-show-all-button =
394
+ .title = Hiện tất cả
@@ -51,12 +51,6 @@ pdfjs-download-button-label = 下载
51
51
  pdfjs-bookmark-button =
52
52
  .title = 当前页面(在当前页面查看 URL)
53
53
  pdfjs-bookmark-button-label = 当前页面
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = 在应用中打开
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = 在应用中打开
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -293,8 +287,15 @@ pdfjs-editor-ink-button-label = 绘图
293
287
  pdfjs-editor-stamp-button =
294
288
  .title = 添加或编辑图像
295
289
  pdfjs-editor-stamp-button-label = 添加或编辑图像
296
- pdfjs-editor-remove-button =
297
- .title = 移除
290
+ pdfjs-editor-highlight-button =
291
+ .title = 高亮
292
+ pdfjs-editor-highlight-button-label = 高亮
293
+ pdfjs-highlight-floating-button =
294
+ .title = 高亮
295
+ pdfjs-highlight-floating-button1 =
296
+ .title = 高亮
297
+ .aria-label = 高亮
298
+ pdfjs-highlight-floating-button-label = 高亮
298
299
 
299
300
  ## Remove button for the various kind of editor.
300
301
 
@@ -318,6 +319,10 @@ pdfjs-editor-ink-opacity-input = 不透明度
318
319
  pdfjs-editor-stamp-add-image-button =
319
320
  .title = 添加图像
320
321
  pdfjs-editor-stamp-add-image-button-label = 添加图像
322
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
323
+ pdfjs-editor-free-highlight-thickness-input = 粗细
324
+ pdfjs-editor-free-highlight-thickness-title =
325
+ .title = 更改高亮粗细(用于文本以外项目)
321
326
  pdfjs-free-text =
322
327
  .aria-label = 文本编辑器
323
328
  pdfjs-free-text-default-content = 开始输入…
@@ -374,3 +379,10 @@ pdfjs-editor-colorpicker-pink =
374
379
  .title = 粉色
375
380
  pdfjs-editor-colorpicker-red =
376
381
  .title = 红色
382
+
383
+ ## Show all highlights
384
+ ## This is a toggle button to show/hide all the highlights.
385
+
386
+ pdfjs-editor-highlight-show-all-button-label = 显示全部
387
+ pdfjs-editor-highlight-show-all-button =
388
+ .title = 显示全部
@@ -293,8 +293,15 @@ pdfjs-editor-ink-button-label = 繪圖
293
293
  pdfjs-editor-stamp-button =
294
294
  .title = 新增或編輯圖片
295
295
  pdfjs-editor-stamp-button-label = 新增或編輯圖片
296
- pdfjs-editor-remove-button =
297
- .title = 移除
296
+ pdfjs-editor-highlight-button =
297
+ .title = 強調
298
+ pdfjs-editor-highlight-button-label = 強調
299
+ pdfjs-highlight-floating-button =
300
+ .title = 強調
301
+ pdfjs-highlight-floating-button1 =
302
+ .title = 強調
303
+ .aria-label = 強調
304
+ pdfjs-highlight-floating-button-label = 強調
298
305
 
299
306
  ## Remove button for the various kind of editor.
300
307
 
@@ -318,6 +325,10 @@ pdfjs-editor-ink-opacity-input = 透​明度
318
325
  pdfjs-editor-stamp-add-image-button =
319
326
  .title = 新增圖片
320
327
  pdfjs-editor-stamp-add-image-button-label = 新增圖片
328
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
329
+ pdfjs-editor-free-highlight-thickness-input = 線條粗細
330
+ pdfjs-editor-free-highlight-thickness-title =
331
+ .title = 更改強調文字以外的項目時的線條粗細
321
332
  pdfjs-free-text =
322
333
  .aria-label = 文本編輯器
323
334
  pdfjs-free-text-default-content = 開始打字…
@@ -374,3 +385,10 @@ pdfjs-editor-colorpicker-pink =
374
385
  .title = 粉紅色
375
386
  pdfjs-editor-colorpicker-red =
376
387
  .title = 紅色
388
+
389
+ ## Show all highlights
390
+ ## This is a toggle button to show/hide all the highlights.
391
+
392
+ pdfjs-editor-highlight-show-all-button-label = 顯示全部
393
+ pdfjs-editor-highlight-show-all-button =
394
+ .title = 顯示全部