@4tw/vue-cli-plugin-pdfjs-viewer 1.4.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.
- package/CHANGELOG.md +8 -0
- package/assets/build/pdf.mjs +18056 -15776
- package/assets/build/pdf.mjs.map +1 -1
- package/assets/build/pdf.sandbox.mjs +8 -7
- package/assets/build/pdf.sandbox.mjs.map +1 -1
- package/assets/build/pdf.worker.mjs +2128 -2963
- package/assets/build/pdf.worker.mjs.map +1 -1
- package/assets/web/debugger.css +1 -1
- package/assets/web/images/cursor-editorFreeHighlight.svg +6 -0
- package/assets/web/images/cursor-editorTextHighlight.svg +8 -0
- package/assets/web/images/toolbarButton-editorFreeText.svg +3 -1
- package/assets/web/images/toolbarButton-editorHighlight.svg +6 -0
- package/assets/web/images/toolbarButton-editorStamp.svg +1 -1
- package/assets/web/locale/ar/viewer.ftl +140 -0
- package/assets/web/locale/be/viewer.ftl +53 -0
- package/assets/web/locale/bg/viewer.ftl +137 -0
- package/assets/web/locale/br/viewer.ftl +51 -0
- package/assets/web/locale/cs/viewer.ftl +53 -0
- package/assets/web/locale/cy/viewer.ftl +59 -8
- package/assets/web/locale/da/viewer.ftl +53 -0
- package/assets/web/locale/de/viewer.ftl +54 -1
- package/assets/web/locale/dsb/viewer.ftl +53 -2
- package/assets/web/locale/el/viewer.ftl +53 -2
- package/assets/web/locale/en-CA/viewer.ftl +91 -0
- package/assets/web/locale/en-GB/viewer.ftl +53 -2
- package/assets/web/locale/en-US/viewer.ftl +51 -10
- package/assets/web/locale/eo/viewer.ftl +61 -14
- package/assets/web/locale/es-AR/viewer.ftl +53 -0
- package/assets/web/locale/es-CL/viewer.ftl +53 -2
- package/assets/web/locale/es-ES/viewer.ftl +53 -0
- package/assets/web/locale/eu/viewer.ftl +53 -0
- package/assets/web/locale/fi/viewer.ftl +53 -2
- package/assets/web/locale/fr/viewer.ftl +53 -2
- package/assets/web/locale/fur/viewer.ftl +53 -0
- package/assets/web/locale/fy-NL/viewer.ftl +53 -0
- package/assets/web/locale/gl/viewer.ftl +17 -0
- package/assets/web/locale/gn/viewer.ftl +53 -2
- package/assets/web/locale/he/viewer.ftl +53 -2
- package/assets/web/locale/hsb/viewer.ftl +53 -2
- package/assets/web/locale/hu/viewer.ftl +53 -6
- package/assets/web/locale/hy-AM/viewer.ftl +22 -1
- package/assets/web/locale/ia/viewer.ftl +53 -10
- package/assets/web/locale/is/viewer.ftl +52 -9
- package/assets/web/locale/it/viewer.ftl +52 -9
- package/assets/web/locale/ja/viewer.ftl +54 -9
- package/assets/web/locale/ka/viewer.ftl +47 -9
- package/assets/web/locale/kab/viewer.ftl +69 -8
- package/assets/web/locale/kk/viewer.ftl +53 -2
- package/assets/web/locale/ko/viewer.ftl +53 -2
- package/assets/web/locale/nb-NO/viewer.ftl +53 -8
- package/assets/web/locale/nl/viewer.ftl +53 -0
- package/assets/web/locale/nn-NO/viewer.ftl +59 -6
- package/assets/web/locale/oc/viewer.ftl +36 -0
- package/assets/web/locale/pa-IN/viewer.ftl +53 -6
- package/assets/web/locale/pl/viewer.ftl +53 -0
- package/assets/web/locale/pt-BR/viewer.ftl +57 -12
- package/assets/web/locale/pt-PT/viewer.ftl +53 -0
- package/assets/web/locale/rm/viewer.ftl +53 -6
- package/assets/web/locale/ru/viewer.ftl +53 -2
- package/assets/web/locale/sk/viewer.ftl +56 -5
- package/assets/web/locale/skr/viewer.ftl +97 -6
- package/assets/web/locale/sl/viewer.ftl +51 -6
- package/assets/web/locale/sq/viewer.ftl +53 -6
- package/assets/web/locale/sv-SE/viewer.ftl +53 -2
- package/assets/web/locale/tg/viewer.ftl +53 -6
- package/assets/web/locale/th/viewer.ftl +53 -0
- package/assets/web/locale/tr/viewer.ftl +61 -16
- package/assets/web/locale/uk/viewer.ftl +72 -25
- package/assets/web/locale/vi/viewer.ftl +54 -3
- package/assets/web/locale/zh-CN/viewer.ftl +53 -6
- package/assets/web/locale/zh-TW/viewer.ftl +53 -2
- package/assets/web/viewer.css +1347 -703
- package/assets/web/viewer.html +39 -17
- package/assets/web/viewer.mjs +11668 -12170
- package/assets/web/viewer.mjs.map +1 -1
- package/package.json +1 -1
- package/assets/web/images/gv-toolbarButton-openinapp.svg +0 -11
|
@@ -305,6 +305,29 @@ pdfjs-editor-ink-button-label = Kreslení
|
|
|
305
305
|
pdfjs-editor-stamp-button =
|
|
306
306
|
.title = Přidání či úprava obrázků
|
|
307
307
|
pdfjs-editor-stamp-button-label = Přidání či úprava obrázků
|
|
308
|
+
pdfjs-editor-highlight-button =
|
|
309
|
+
.title = Zvýraznění
|
|
310
|
+
pdfjs-editor-highlight-button-label = Zvýraznění
|
|
311
|
+
pdfjs-highlight-floating-button =
|
|
312
|
+
.title = Zvýraznit
|
|
313
|
+
pdfjs-highlight-floating-button1 =
|
|
314
|
+
.title = Zvýraznit
|
|
315
|
+
.aria-label = Zvýraznit
|
|
316
|
+
pdfjs-highlight-floating-button-label = Zvýraznit
|
|
317
|
+
|
|
318
|
+
## Remove button for the various kind of editor.
|
|
319
|
+
|
|
320
|
+
pdfjs-editor-remove-ink-button =
|
|
321
|
+
.title = Odebrat kresbu
|
|
322
|
+
pdfjs-editor-remove-freetext-button =
|
|
323
|
+
.title = Odebrat text
|
|
324
|
+
pdfjs-editor-remove-stamp-button =
|
|
325
|
+
.title = Odebrat obrázek
|
|
326
|
+
pdfjs-editor-remove-highlight-button =
|
|
327
|
+
.title = Odebrat zvýraznění
|
|
328
|
+
|
|
329
|
+
##
|
|
330
|
+
|
|
308
331
|
# Editor Parameters
|
|
309
332
|
pdfjs-editor-free-text-color-input = Barva
|
|
310
333
|
pdfjs-editor-free-text-size-input = Velikost
|
|
@@ -314,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Průhlednost
|
|
|
314
337
|
pdfjs-editor-stamp-add-image-button =
|
|
315
338
|
.title = Přidat obrázek
|
|
316
339
|
pdfjs-editor-stamp-add-image-button-label = Přidat obrázek
|
|
340
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
341
|
+
pdfjs-editor-free-highlight-thickness-input = Tloušťka
|
|
342
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
343
|
+
.title = Změna tloušťky při zvýrazňování jiných položek než textu
|
|
317
344
|
pdfjs-free-text =
|
|
318
345
|
.aria-label = Textový editor
|
|
319
346
|
pdfjs-free-text-default-content = Začněte psát…
|
|
@@ -351,3 +378,29 @@ pdfjs-editor-resizer-label-bottom-right = Pravý dolní roh — změna velikosti
|
|
|
351
378
|
pdfjs-editor-resizer-label-bottom-middle = Střed dole — změna velikosti
|
|
352
379
|
pdfjs-editor-resizer-label-bottom-left = Levý dolní roh — změna velikosti
|
|
353
380
|
pdfjs-editor-resizer-label-middle-left = Vlevo uprostřed — změna velikosti
|
|
381
|
+
|
|
382
|
+
## Color picker
|
|
383
|
+
|
|
384
|
+
# This means "Color used to highlight text"
|
|
385
|
+
pdfjs-editor-highlight-colorpicker-label = Barva zvýraznění
|
|
386
|
+
pdfjs-editor-colorpicker-button =
|
|
387
|
+
.title = Změna barvy
|
|
388
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
389
|
+
.aria-label = Výběr barev
|
|
390
|
+
pdfjs-editor-colorpicker-yellow =
|
|
391
|
+
.title = Žlutá
|
|
392
|
+
pdfjs-editor-colorpicker-green =
|
|
393
|
+
.title = Zelená
|
|
394
|
+
pdfjs-editor-colorpicker-blue =
|
|
395
|
+
.title = Modrá
|
|
396
|
+
pdfjs-editor-colorpicker-pink =
|
|
397
|
+
.title = Růžová
|
|
398
|
+
pdfjs-editor-colorpicker-red =
|
|
399
|
+
.title = Červená
|
|
400
|
+
|
|
401
|
+
## Show all highlights
|
|
402
|
+
## This is a toggle button to show/hide all the highlights.
|
|
403
|
+
|
|
404
|
+
pdfjs-editor-highlight-show-all-button-label = Zobrazit vše
|
|
405
|
+
pdfjs-editor-highlight-show-all-button =
|
|
406
|
+
.title = Zobrazit vše
|
|
@@ -23,11 +23,11 @@ pdfjs-of-pages = o { $pagesCount }
|
|
|
23
23
|
# $pagesCount (Number) - the total number of pages in the document
|
|
24
24
|
pdfjs-page-of-pages = ({ $pageNumber } o { $pagesCount })
|
|
25
25
|
pdfjs-zoom-out-button =
|
|
26
|
-
.title =
|
|
27
|
-
pdfjs-zoom-out-button-label =
|
|
26
|
+
.title = Lleihau
|
|
27
|
+
pdfjs-zoom-out-button-label = Lleihau
|
|
28
28
|
pdfjs-zoom-in-button =
|
|
29
|
-
.title =
|
|
30
|
-
pdfjs-zoom-in-button-label =
|
|
29
|
+
.title = Cynyddu
|
|
30
|
+
pdfjs-zoom-in-button-label = Cynyddu
|
|
31
31
|
pdfjs-zoom-select =
|
|
32
32
|
.title = Chwyddo
|
|
33
33
|
pdfjs-presentation-mode-button =
|
|
@@ -44,10 +44,10 @@ pdfjs-save-button =
|
|
|
44
44
|
pdfjs-save-button-label = Cadw
|
|
45
45
|
# Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
|
|
46
46
|
pdfjs-download-button =
|
|
47
|
-
.title = Llwytho i
|
|
47
|
+
.title = Llwytho i lawr
|
|
48
48
|
# Used in Firefox for Android as a label for the download button (“download” is a verb).
|
|
49
49
|
# Length of the translation matters since we are in a mobile context, with limited screen estate.
|
|
50
|
-
pdfjs-download-button-label = Llwytho i
|
|
50
|
+
pdfjs-download-button-label = Llwytho i lawr
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = Tudalen Gyfredol (Gweld URL o'r Dudalen Gyfredol)
|
|
53
53
|
pdfjs-bookmark-button-label = Tudalen Gyfredol
|
|
@@ -309,8 +309,29 @@ pdfjs-editor-ink-button-label = Lluniadu
|
|
|
309
309
|
pdfjs-editor-stamp-button =
|
|
310
310
|
.title = Ychwanegu neu olygu delweddau
|
|
311
311
|
pdfjs-editor-stamp-button-label = Ychwanegu neu olygu delweddau
|
|
312
|
-
pdfjs-editor-
|
|
313
|
-
.title =
|
|
312
|
+
pdfjs-editor-highlight-button =
|
|
313
|
+
.title = Amlygu
|
|
314
|
+
pdfjs-editor-highlight-button-label = Amlygu
|
|
315
|
+
pdfjs-highlight-floating-button =
|
|
316
|
+
.title = Amlygu
|
|
317
|
+
pdfjs-highlight-floating-button1 =
|
|
318
|
+
.title = Amlygu
|
|
319
|
+
.aria-label = Amlygu
|
|
320
|
+
pdfjs-highlight-floating-button-label = Amlygu
|
|
321
|
+
|
|
322
|
+
## Remove button for the various kind of editor.
|
|
323
|
+
|
|
324
|
+
pdfjs-editor-remove-ink-button =
|
|
325
|
+
.title = Dileu lluniad
|
|
326
|
+
pdfjs-editor-remove-freetext-button =
|
|
327
|
+
.title = Dileu testun
|
|
328
|
+
pdfjs-editor-remove-stamp-button =
|
|
329
|
+
.title = Dileu delwedd
|
|
330
|
+
pdfjs-editor-remove-highlight-button =
|
|
331
|
+
.title = Tynnu amlygiad
|
|
332
|
+
|
|
333
|
+
##
|
|
334
|
+
|
|
314
335
|
# Editor Parameters
|
|
315
336
|
pdfjs-editor-free-text-color-input = Lliw
|
|
316
337
|
pdfjs-editor-free-text-size-input = Maint
|
|
@@ -320,6 +341,10 @@ pdfjs-editor-ink-opacity-input = Didreiddedd
|
|
|
320
341
|
pdfjs-editor-stamp-add-image-button =
|
|
321
342
|
.title = Ychwanegu delwedd
|
|
322
343
|
pdfjs-editor-stamp-add-image-button-label = Ychwanegu delwedd
|
|
344
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
345
|
+
pdfjs-editor-free-highlight-thickness-input = Trwch
|
|
346
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
347
|
+
.title = Newid trwch wrth amlygu eitemau heblaw testun
|
|
323
348
|
pdfjs-free-text =
|
|
324
349
|
.aria-label = Golygydd Testun
|
|
325
350
|
pdfjs-free-text-default-content = Cychwyn teipio…
|
|
@@ -357,3 +382,29 @@ pdfjs-editor-resizer-label-bottom-right = Y gornel dde isaf — newid maint
|
|
|
357
382
|
pdfjs-editor-resizer-label-bottom-middle = Canol gwaelod — newid maint
|
|
358
383
|
pdfjs-editor-resizer-label-bottom-left = Y gornel chwith isaf — newid maint
|
|
359
384
|
pdfjs-editor-resizer-label-middle-left = Chwith canol — newid maint
|
|
385
|
+
|
|
386
|
+
## Color picker
|
|
387
|
+
|
|
388
|
+
# This means "Color used to highlight text"
|
|
389
|
+
pdfjs-editor-highlight-colorpicker-label = Lliw amlygu
|
|
390
|
+
pdfjs-editor-colorpicker-button =
|
|
391
|
+
.title = Newid lliw
|
|
392
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
393
|
+
.aria-label = Dewisiadau lliw
|
|
394
|
+
pdfjs-editor-colorpicker-yellow =
|
|
395
|
+
.title = Melyn
|
|
396
|
+
pdfjs-editor-colorpicker-green =
|
|
397
|
+
.title = Gwyrdd
|
|
398
|
+
pdfjs-editor-colorpicker-blue =
|
|
399
|
+
.title = Glas
|
|
400
|
+
pdfjs-editor-colorpicker-pink =
|
|
401
|
+
.title = Pinc
|
|
402
|
+
pdfjs-editor-colorpicker-red =
|
|
403
|
+
.title = Coch
|
|
404
|
+
|
|
405
|
+
## Show all highlights
|
|
406
|
+
## This is a toggle button to show/hide all the highlights.
|
|
407
|
+
|
|
408
|
+
pdfjs-editor-highlight-show-all-button-label = Dangos y cyfan
|
|
409
|
+
pdfjs-editor-highlight-show-all-button =
|
|
410
|
+
.title = Dangos y cyfan
|
|
@@ -301,6 +301,29 @@ pdfjs-editor-ink-button-label = Tegn
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Tilføj eller rediger billeder
|
|
303
303
|
pdfjs-editor-stamp-button-label = Tilføj eller rediger billeder
|
|
304
|
+
pdfjs-editor-highlight-button =
|
|
305
|
+
.title = Fremhæv
|
|
306
|
+
pdfjs-editor-highlight-button-label = Fremhæv
|
|
307
|
+
pdfjs-highlight-floating-button =
|
|
308
|
+
.title = Fremhæv
|
|
309
|
+
pdfjs-highlight-floating-button1 =
|
|
310
|
+
.title = Fremhæv
|
|
311
|
+
.aria-label = Fremhæv
|
|
312
|
+
pdfjs-highlight-floating-button-label = Fremhæv
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Fjern tegning
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Fjern tekst
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Fjern billede
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Fjern fremhævning
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
304
327
|
# Editor Parameters
|
|
305
328
|
pdfjs-editor-free-text-color-input = Farve
|
|
306
329
|
pdfjs-editor-free-text-size-input = Størrelse
|
|
@@ -310,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Uigennemsigtighed
|
|
|
310
333
|
pdfjs-editor-stamp-add-image-button =
|
|
311
334
|
.title = Tilføj billede
|
|
312
335
|
pdfjs-editor-stamp-add-image-button-label = Tilføj billede
|
|
336
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
337
|
+
pdfjs-editor-free-highlight-thickness-input = Tykkelse
|
|
338
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
339
|
+
.title = Ændr tykkelse, når andre elementer end tekst fremhæves
|
|
313
340
|
pdfjs-free-text =
|
|
314
341
|
.aria-label = Teksteditor
|
|
315
342
|
pdfjs-free-text-default-content = Begynd at skrive…
|
|
@@ -347,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Nederste højre hjørne - tilpas stør
|
|
|
347
374
|
pdfjs-editor-resizer-label-bottom-middle = Nederst i midten - tilpas størrelse
|
|
348
375
|
pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne - tilpas størrelse
|
|
349
376
|
pdfjs-editor-resizer-label-middle-left = Midten til venstre — tilpas størrelse
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Fremhævningsfarve
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Skift farve
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Farvevalg
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Gul
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Grøn
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Blå
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Lyserød
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
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 = Vis alle
|
|
401
|
+
pdfjs-editor-highlight-show-all-button =
|
|
402
|
+
.title = Vis alle
|
|
@@ -301,15 +301,42 @@ pdfjs-editor-ink-button-label = Zeichnen
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Grafiken hinzufügen oder bearbeiten
|
|
303
303
|
pdfjs-editor-stamp-button-label = Grafiken hinzufügen oder bearbeiten
|
|
304
|
+
pdfjs-editor-highlight-button =
|
|
305
|
+
.title = Hervorheben
|
|
306
|
+
pdfjs-editor-highlight-button-label = Hervorheben
|
|
307
|
+
pdfjs-highlight-floating-button =
|
|
308
|
+
.title = Hervorheben
|
|
309
|
+
pdfjs-highlight-floating-button1 =
|
|
310
|
+
.title = Hervorheben
|
|
311
|
+
.aria-label = Hervorheben
|
|
312
|
+
pdfjs-highlight-floating-button-label = Hervorheben
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Zeichnung entfernen
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Text entfernen
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Grafik entfernen
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Hervorhebung entfernen
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
304
327
|
# Editor Parameters
|
|
305
328
|
pdfjs-editor-free-text-color-input = Farbe
|
|
306
329
|
pdfjs-editor-free-text-size-input = Größe
|
|
307
330
|
pdfjs-editor-ink-color-input = Farbe
|
|
308
|
-
pdfjs-editor-ink-thickness-input =
|
|
331
|
+
pdfjs-editor-ink-thickness-input = Linienstärke
|
|
309
332
|
pdfjs-editor-ink-opacity-input = Deckkraft
|
|
310
333
|
pdfjs-editor-stamp-add-image-button =
|
|
311
334
|
.title = Grafik hinzufügen
|
|
312
335
|
pdfjs-editor-stamp-add-image-button-label = Grafik hinzufügen
|
|
336
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
337
|
+
pdfjs-editor-free-highlight-thickness-input = Linienstärke
|
|
338
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
339
|
+
.title = Linienstärke beim Hervorheben anderer Elemente als Text ändern
|
|
313
340
|
pdfjs-free-text =
|
|
314
341
|
.aria-label = Texteditor
|
|
315
342
|
pdfjs-free-text-default-content = Schreiben beginnen…
|
|
@@ -347,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Rechte untere Ecke - Größe ändern
|
|
|
347
374
|
pdfjs-editor-resizer-label-bottom-middle = Unten mittig - Größe ändern
|
|
348
375
|
pdfjs-editor-resizer-label-bottom-left = Linke untere Ecke - Größe ändern
|
|
349
376
|
pdfjs-editor-resizer-label-middle-left = Mitte links - Größe ändern
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Hervorhebungsfarbe
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Farbe ändern
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Farbauswahl
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Gelb
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Grün
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Blau
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Pink
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
395
|
+
.title = Rot
|
|
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 = Alle anzeigen
|
|
401
|
+
pdfjs-editor-highlight-show-all-button =
|
|
402
|
+
.title = Alle anzeigen
|
|
@@ -305,8 +305,29 @@ pdfjs-editor-ink-button-label = Kresliś
|
|
|
305
305
|
pdfjs-editor-stamp-button =
|
|
306
306
|
.title = Wobraze pśidaś abo wobźěłaś
|
|
307
307
|
pdfjs-editor-stamp-button-label = Wobraze pśidaś abo wobźěłaś
|
|
308
|
-
pdfjs-editor-
|
|
309
|
-
.title =
|
|
308
|
+
pdfjs-editor-highlight-button =
|
|
309
|
+
.title = Wuzwignuś
|
|
310
|
+
pdfjs-editor-highlight-button-label = Wuzwignuś
|
|
311
|
+
pdfjs-highlight-floating-button =
|
|
312
|
+
.title = Wuzwignjenje
|
|
313
|
+
pdfjs-highlight-floating-button1 =
|
|
314
|
+
.title = Wuzwignuś
|
|
315
|
+
.aria-label = Wuzwignuś
|
|
316
|
+
pdfjs-highlight-floating-button-label = Wuzwignuś
|
|
317
|
+
|
|
318
|
+
## Remove button for the various kind of editor.
|
|
319
|
+
|
|
320
|
+
pdfjs-editor-remove-ink-button =
|
|
321
|
+
.title = Kreslanku wótwónoźeś
|
|
322
|
+
pdfjs-editor-remove-freetext-button =
|
|
323
|
+
.title = Tekst wótwónoźeś
|
|
324
|
+
pdfjs-editor-remove-stamp-button =
|
|
325
|
+
.title = Wobraz wótwónoźeś
|
|
326
|
+
pdfjs-editor-remove-highlight-button =
|
|
327
|
+
.title = Wuzwignjenje wótpóraś
|
|
328
|
+
|
|
329
|
+
##
|
|
330
|
+
|
|
310
331
|
# Editor Parameters
|
|
311
332
|
pdfjs-editor-free-text-color-input = Barwa
|
|
312
333
|
pdfjs-editor-free-text-size-input = Wjelikosć
|
|
@@ -316,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Opacita
|
|
|
316
337
|
pdfjs-editor-stamp-add-image-button =
|
|
317
338
|
.title = Wobraz pśidaś
|
|
318
339
|
pdfjs-editor-stamp-add-image-button-label = Wobraz pśidaś
|
|
340
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
341
|
+
pdfjs-editor-free-highlight-thickness-input = Tłustosć
|
|
342
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
343
|
+
.title = Tłustosć změniś, gaž se zapiski wuzwiguju, kótarež tekst njejsu
|
|
319
344
|
pdfjs-free-text =
|
|
320
345
|
.aria-label = Tekstowy editor
|
|
321
346
|
pdfjs-free-text-default-content = Zachopśo pisaś…
|
|
@@ -353,3 +378,29 @@ pdfjs-editor-resizer-label-bottom-right = Dołojce napšawo – wjelikosć změn
|
|
|
353
378
|
pdfjs-editor-resizer-label-bottom-middle = Dołojce wesrjejź – wjelikosć změniś
|
|
354
379
|
pdfjs-editor-resizer-label-bottom-left = Dołojce nalěwo – wjelikosć změniś
|
|
355
380
|
pdfjs-editor-resizer-label-middle-left = Wesrjejź nalěwo – wjelikosć změniś
|
|
381
|
+
|
|
382
|
+
## Color picker
|
|
383
|
+
|
|
384
|
+
# This means "Color used to highlight text"
|
|
385
|
+
pdfjs-editor-highlight-colorpicker-label = Barwa wuzwignjenja
|
|
386
|
+
pdfjs-editor-colorpicker-button =
|
|
387
|
+
.title = Barwu změniś
|
|
388
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
389
|
+
.aria-label = Wuběrk barwow
|
|
390
|
+
pdfjs-editor-colorpicker-yellow =
|
|
391
|
+
.title = Žołty
|
|
392
|
+
pdfjs-editor-colorpicker-green =
|
|
393
|
+
.title = Zeleny
|
|
394
|
+
pdfjs-editor-colorpicker-blue =
|
|
395
|
+
.title = Módry
|
|
396
|
+
pdfjs-editor-colorpicker-pink =
|
|
397
|
+
.title = Pink
|
|
398
|
+
pdfjs-editor-colorpicker-red =
|
|
399
|
+
.title = Cerwjeny
|
|
400
|
+
|
|
401
|
+
## Show all highlights
|
|
402
|
+
## This is a toggle button to show/hide all the highlights.
|
|
403
|
+
|
|
404
|
+
pdfjs-editor-highlight-show-all-button-label = Wšykne pokazaś
|
|
405
|
+
pdfjs-editor-highlight-show-all-button =
|
|
406
|
+
.title = Wšykne pokazaś
|
|
@@ -301,8 +301,29 @@ pdfjs-editor-ink-button-label = Σχέδιο
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Προσθήκη ή επεξεργασία εικόνων
|
|
303
303
|
pdfjs-editor-stamp-button-label = Προσθήκη ή επεξεργασία εικόνων
|
|
304
|
-
pdfjs-editor-
|
|
305
|
-
.title =
|
|
304
|
+
pdfjs-editor-highlight-button =
|
|
305
|
+
.title = Επισήμανση
|
|
306
|
+
pdfjs-editor-highlight-button-label = Επισήμανση
|
|
307
|
+
pdfjs-highlight-floating-button =
|
|
308
|
+
.title = Επισήμανση
|
|
309
|
+
pdfjs-highlight-floating-button1 =
|
|
310
|
+
.title = Επισήμανση
|
|
311
|
+
.aria-label = Επισήμανση
|
|
312
|
+
pdfjs-highlight-floating-button-label = Επισήμανση
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Αφαίρεση σχεδίου
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Αφαίρεση κειμένου
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Αφαίρεση εικόνας
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Αφαίρεση επισήμανσης
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
306
327
|
# Editor Parameters
|
|
307
328
|
pdfjs-editor-free-text-color-input = Χρώμα
|
|
308
329
|
pdfjs-editor-free-text-size-input = Μέγεθος
|
|
@@ -312,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Αδιαφάνεια
|
|
|
312
333
|
pdfjs-editor-stamp-add-image-button =
|
|
313
334
|
.title = Προσθήκη εικόνας
|
|
314
335
|
pdfjs-editor-stamp-add-image-button-label = Προσθήκη εικόνας
|
|
336
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
337
|
+
pdfjs-editor-free-highlight-thickness-input = Πάχος
|
|
338
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
339
|
+
.title = Αλλαγή πάχους κατά την επισήμανση στοιχείων εκτός κειμένου
|
|
315
340
|
pdfjs-free-text =
|
|
316
341
|
.aria-label = Επεξεργασία κειμένου
|
|
317
342
|
pdfjs-free-text-default-content = Ξεκινήστε να πληκτρολογείτε…
|
|
@@ -349,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Κάτω δεξιά γωνία — α
|
|
|
349
374
|
pdfjs-editor-resizer-label-bottom-middle = Μέσο κάτω πλευράς — αλλαγή μεγέθους
|
|
350
375
|
pdfjs-editor-resizer-label-bottom-left = Κάτω αριστερή γωνία — αλλαγή μεγέθους
|
|
351
376
|
pdfjs-editor-resizer-label-middle-left = Μέσο αριστερής πλευράς — αλλαγή μεγέθους
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Χρώμα επισήμανσης
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Αλλαγή χρώματος
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Επιλογές χρωμάτων
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Κίτρινο
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Πράσινο
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Μπλε
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Ροζ
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
395
|
+
.title = Κόκκινο
|
|
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 = Εμφάνιση όλων
|
|
401
|
+
pdfjs-editor-highlight-show-all-button =
|
|
402
|
+
.title = Εμφάνιση όλων
|
|
@@ -226,6 +226,21 @@ pdfjs-find-match-diacritics-checkbox-label = Match Diacritics
|
|
|
226
226
|
pdfjs-find-entire-word-checkbox-label = Whole Words
|
|
227
227
|
pdfjs-find-reached-top = Reached top of document, continued from bottom
|
|
228
228
|
pdfjs-find-reached-bottom = Reached end of document, continued from top
|
|
229
|
+
# Variables:
|
|
230
|
+
# $current (Number) - the index of the currently active find result
|
|
231
|
+
# $total (Number) - the total number of matches in the document
|
|
232
|
+
pdfjs-find-match-count =
|
|
233
|
+
{ $total ->
|
|
234
|
+
[one] { $current } of { $total } match
|
|
235
|
+
*[other] { $current } of { $total } matches
|
|
236
|
+
}
|
|
237
|
+
# Variables:
|
|
238
|
+
# $limit (Number) - the maximum number of matches
|
|
239
|
+
pdfjs-find-match-count-limit =
|
|
240
|
+
{ $limit ->
|
|
241
|
+
[one] More than { $limit } match
|
|
242
|
+
*[other] More than { $limit } matches
|
|
243
|
+
}
|
|
229
244
|
pdfjs-find-not-found = Phrase not found
|
|
230
245
|
|
|
231
246
|
## Predefined zoom values
|
|
@@ -286,6 +301,29 @@ pdfjs-editor-ink-button-label = Draw
|
|
|
286
301
|
pdfjs-editor-stamp-button =
|
|
287
302
|
.title = Add or edit images
|
|
288
303
|
pdfjs-editor-stamp-button-label = Add or edit images
|
|
304
|
+
pdfjs-editor-highlight-button =
|
|
305
|
+
.title = Highlight
|
|
306
|
+
pdfjs-editor-highlight-button-label = Highlight
|
|
307
|
+
pdfjs-highlight-floating-button =
|
|
308
|
+
.title = Highlight
|
|
309
|
+
pdfjs-highlight-floating-button1 =
|
|
310
|
+
.title = Highlight
|
|
311
|
+
.aria-label = Highlight
|
|
312
|
+
pdfjs-highlight-floating-button-label = Highlight
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Remove drawing
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Remove text
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Remove image
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Remove highlight
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
289
327
|
# Editor Parameters
|
|
290
328
|
pdfjs-editor-free-text-color-input = Colour
|
|
291
329
|
pdfjs-editor-free-text-size-input = Size
|
|
@@ -295,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacity
|
|
|
295
333
|
pdfjs-editor-stamp-add-image-button =
|
|
296
334
|
.title = Add image
|
|
297
335
|
pdfjs-editor-stamp-add-image-button-label = Add image
|
|
336
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
337
|
+
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
338
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
339
|
+
.title = Change thickness when highlighting items other than text
|
|
298
340
|
pdfjs-free-text =
|
|
299
341
|
.aria-label = Text Editor
|
|
300
342
|
pdfjs-free-text-default-content = Start typing…
|
|
@@ -305,7 +347,56 @@ pdfjs-ink-canvas =
|
|
|
305
347
|
|
|
306
348
|
## Alt-text dialog
|
|
307
349
|
|
|
350
|
+
# Alternative text (alt text) helps when people can't see the image.
|
|
351
|
+
pdfjs-editor-alt-text-button-label = Alt text
|
|
352
|
+
pdfjs-editor-alt-text-edit-button-label = Edit alt text
|
|
353
|
+
pdfjs-editor-alt-text-dialog-label = Choose an option
|
|
354
|
+
pdfjs-editor-alt-text-dialog-description = Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
|
|
355
|
+
pdfjs-editor-alt-text-add-description-label = Add a description
|
|
356
|
+
pdfjs-editor-alt-text-add-description-description = Aim for 1-2 sentences that describe the subject, setting, or actions.
|
|
357
|
+
pdfjs-editor-alt-text-mark-decorative-label = Mark as decorative
|
|
358
|
+
pdfjs-editor-alt-text-mark-decorative-description = This is used for ornamental images, like borders or watermarks.
|
|
359
|
+
pdfjs-editor-alt-text-cancel-button = Cancel
|
|
360
|
+
pdfjs-editor-alt-text-save-button = Save
|
|
361
|
+
pdfjs-editor-alt-text-decorative-tooltip = Marked as decorative
|
|
362
|
+
# .placeholder: This is a placeholder for the alt text input area
|
|
363
|
+
pdfjs-editor-alt-text-textarea =
|
|
364
|
+
.placeholder = For example, “A young man sits down at a table to eat a meal”
|
|
308
365
|
|
|
309
366
|
## Editor resizers
|
|
310
367
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
311
368
|
|
|
369
|
+
pdfjs-editor-resizer-label-top-left = Top left corner — resize
|
|
370
|
+
pdfjs-editor-resizer-label-top-middle = Top middle — resize
|
|
371
|
+
pdfjs-editor-resizer-label-top-right = Top right corner — resize
|
|
372
|
+
pdfjs-editor-resizer-label-middle-right = Middle right — resize
|
|
373
|
+
pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
|
|
374
|
+
pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
|
|
375
|
+
pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
|
|
376
|
+
pdfjs-editor-resizer-label-middle-left = Middle left — resize
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Highlight colour
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Change colour
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Colour choices
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Yellow
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Green
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Blue
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Pink
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
395
|
+
.title = Red
|
|
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 = Show all
|
|
401
|
+
pdfjs-editor-highlight-show-all-button =
|
|
402
|
+
.title = Show all
|
|
@@ -301,8 +301,29 @@ pdfjs-editor-ink-button-label = Draw
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Add or edit images
|
|
303
303
|
pdfjs-editor-stamp-button-label = Add or edit images
|
|
304
|
-
pdfjs-editor-
|
|
305
|
-
.title =
|
|
304
|
+
pdfjs-editor-highlight-button =
|
|
305
|
+
.title = Highlight
|
|
306
|
+
pdfjs-editor-highlight-button-label = Highlight
|
|
307
|
+
pdfjs-highlight-floating-button =
|
|
308
|
+
.title = Highlight
|
|
309
|
+
pdfjs-highlight-floating-button1 =
|
|
310
|
+
.title = Highlight
|
|
311
|
+
.aria-label = Highlight
|
|
312
|
+
pdfjs-highlight-floating-button-label = Highlight
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Remove drawing
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Remove text
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Remove image
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Remove highlight
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
306
327
|
# Editor Parameters
|
|
307
328
|
pdfjs-editor-free-text-color-input = Colour
|
|
308
329
|
pdfjs-editor-free-text-size-input = Size
|
|
@@ -312,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacity
|
|
|
312
333
|
pdfjs-editor-stamp-add-image-button =
|
|
313
334
|
.title = Add image
|
|
314
335
|
pdfjs-editor-stamp-add-image-button-label = Add image
|
|
336
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
337
|
+
pdfjs-editor-free-highlight-thickness-input = Thickness
|
|
338
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
339
|
+
.title = Change thickness when highlighting items other than text
|
|
315
340
|
pdfjs-free-text =
|
|
316
341
|
.aria-label = Text Editor
|
|
317
342
|
pdfjs-free-text-default-content = Start typing…
|
|
@@ -349,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
|
|
|
349
374
|
pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
|
|
350
375
|
pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
|
|
351
376
|
pdfjs-editor-resizer-label-middle-left = Middle left — resize
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Highlight colour
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Change colour
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Colour choices
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Yellow
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Green
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Blue
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Pink
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
395
|
+
.title = Red
|
|
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 = Show all
|
|
401
|
+
pdfjs-editor-highlight-show-all-button =
|
|
402
|
+
.title = Show all
|