@4tw/vue-cli-plugin-pdfjs-viewer 1.4.0 → 1.5.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 +4 -0
- package/assets/build/pdf.mjs +973 -220
- package/assets/build/pdf.mjs.map +1 -1
- package/assets/build/pdf.sandbox.mjs +3 -3
- package/assets/build/pdf.sandbox.mjs.map +1 -1
- package/assets/build/pdf.worker.mjs +66 -19
- package/assets/build/pdf.worker.mjs.map +1 -1
- package/assets/web/images/toolbarButton-editorHighlight.svg +6 -0
- package/assets/web/locale/be/viewer.ftl +35 -0
- package/assets/web/locale/br/viewer.ftl +30 -0
- package/assets/web/locale/cs/viewer.ftl +35 -0
- package/assets/web/locale/cy/viewer.ftl +33 -0
- package/assets/web/locale/da/viewer.ftl +14 -0
- package/assets/web/locale/de/viewer.ftl +35 -0
- package/assets/web/locale/dsb/viewer.ftl +33 -0
- package/assets/web/locale/el/viewer.ftl +33 -0
- package/assets/web/locale/en-GB/viewer.ftl +33 -0
- package/assets/web/locale/en-US/viewer.ftl +36 -2
- package/assets/web/locale/es-AR/viewer.ftl +35 -0
- package/assets/web/locale/es-CL/viewer.ftl +33 -0
- package/assets/web/locale/es-ES/viewer.ftl +35 -0
- package/assets/web/locale/fi/viewer.ftl +33 -0
- package/assets/web/locale/fr/viewer.ftl +33 -0
- package/assets/web/locale/fur/viewer.ftl +14 -0
- package/assets/web/locale/fy-NL/viewer.ftl +35 -0
- package/assets/web/locale/gn/viewer.ftl +33 -0
- package/assets/web/locale/he/viewer.ftl +33 -0
- package/assets/web/locale/hsb/viewer.ftl +33 -0
- package/assets/web/locale/hu/viewer.ftl +35 -0
- package/assets/web/locale/ia/viewer.ftl +33 -0
- package/assets/web/locale/is/viewer.ftl +33 -0
- package/assets/web/locale/it/viewer.ftl +33 -0
- package/assets/web/locale/ja/viewer.ftl +14 -0
- package/assets/web/locale/ka/viewer.ftl +2 -0
- package/assets/web/locale/kab/viewer.ftl +12 -0
- package/assets/web/locale/kk/viewer.ftl +33 -0
- package/assets/web/locale/ko/viewer.ftl +33 -0
- package/assets/web/locale/nb-NO/viewer.ftl +33 -0
- package/assets/web/locale/nl/viewer.ftl +35 -0
- package/assets/web/locale/nn-NO/viewer.ftl +2 -0
- package/assets/web/locale/pa-IN/viewer.ftl +14 -0
- package/assets/web/locale/pl/viewer.ftl +35 -0
- package/assets/web/locale/pt-BR/viewer.ftl +33 -0
- package/assets/web/locale/rm/viewer.ftl +35 -0
- package/assets/web/locale/ru/viewer.ftl +33 -0
- package/assets/web/locale/sk/viewer.ftl +33 -0
- package/assets/web/locale/sl/viewer.ftl +35 -0
- package/assets/web/locale/sq/viewer.ftl +35 -0
- package/assets/web/locale/sv-SE/viewer.ftl +33 -0
- package/assets/web/locale/tg/viewer.ftl +35 -0
- package/assets/web/locale/tr/viewer.ftl +33 -0
- package/assets/web/locale/uk/viewer.ftl +35 -0
- package/assets/web/locale/vi/viewer.ftl +33 -0
- package/assets/web/locale/zh-CN/viewer.ftl +35 -0
- package/assets/web/locale/zh-TW/viewer.ftl +33 -0
- package/assets/web/viewer.css +524 -360
- package/assets/web/viewer.html +22 -11
- package/assets/web/viewer.mjs +343 -238
- package/assets/web/viewer.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -301,6 +301,22 @@ pdfjs-editor-ink-button-label = Tekenje
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Ofbyldingen tafoegje of bewurkje
|
|
303
303
|
pdfjs-editor-stamp-button-label = Ofbyldingen tafoegje of bewurkje
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = Fuortsmite
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Tekening fuortsmite
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Tekst fuortsmite
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Ofbylding fuortsmite
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Markearring fuortsmite
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
304
320
|
# Editor Parameters
|
|
305
321
|
pdfjs-editor-free-text-color-input = Kleur
|
|
306
322
|
pdfjs-editor-free-text-size-input = Grutte
|
|
@@ -347,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Rjochterûnderhoek – formaat wizigje
|
|
|
347
363
|
pdfjs-editor-resizer-label-bottom-middle = Midden ûnder – formaat wizigje
|
|
348
364
|
pdfjs-editor-resizer-label-bottom-left = Linkerûnderhoek – formaat wizigje
|
|
349
365
|
pdfjs-editor-resizer-label-middle-left = Links midden – formaat wizigje
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Markearringskleur
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Kleur wizigje
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Kleurkarren
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Giel
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Grien
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Blau
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Roze
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Read
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Embojuaju térã embosako’i ta’ãnga
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = Mboguete
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Emboguete ta’ãnga
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Emboguete moñe’ẽrã
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Emboguete ta’ãnga
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Eipe’a jehechaveha
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Sa’y
|
|
308
322
|
pdfjs-editor-free-text-size-input = Tuichakue
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Yvy gotyo akatúape — emoambue tuich
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = Yvy gotyo mbytépe — emoambue tuichakue
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Iguýpe asu gotyo — emoambue tuichakue
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = Mbyte asu gotyo — emoambue tuichakue
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Jehechaveha sa’y
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Emoambue sa’y
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Sa’y poravopyrã
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Sa’yju
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Hovyũ
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Hovy
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Pytãngy
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Pyha
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = הוספה או עריכת תמונות
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = הסרה
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = הסרת ציור
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = הסרת טקסט
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = הסרת תמונה
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = הסרת הדגשה
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = צבע
|
|
308
322
|
pdfjs-editor-free-text-size-input = גודל
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = פינה ימנית תחתונה - ש
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = למטה באמצע - שינוי גודל
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = פינה שמאלית תחתונה - שינוי גודל
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = שמאלה באמצע - שינוי גודל
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = צבע הדגשה
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = שינוי צבע
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = בחירת צבע
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = צהוב
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = ירוק
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = כחול
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = ורוד
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = אדום
|
|
@@ -307,6 +307,20 @@ pdfjs-editor-stamp-button =
|
|
|
307
307
|
pdfjs-editor-stamp-button-label = Wobrazy přidać abo wobdźěłać
|
|
308
308
|
pdfjs-editor-remove-button =
|
|
309
309
|
.title = Wotstronić
|
|
310
|
+
|
|
311
|
+
## Remove button for the various kind of editor.
|
|
312
|
+
|
|
313
|
+
pdfjs-editor-remove-ink-button =
|
|
314
|
+
.title = Rysowanku wotstronić
|
|
315
|
+
pdfjs-editor-remove-freetext-button =
|
|
316
|
+
.title = Tekst wotstronić
|
|
317
|
+
pdfjs-editor-remove-stamp-button =
|
|
318
|
+
.title = Wobraz wotstronić
|
|
319
|
+
pdfjs-editor-remove-highlight-button =
|
|
320
|
+
.title = Wuzběhnjenje wotstronić
|
|
321
|
+
|
|
322
|
+
##
|
|
323
|
+
|
|
310
324
|
# Editor Parameters
|
|
311
325
|
pdfjs-editor-free-text-color-input = Barba
|
|
312
326
|
pdfjs-editor-free-text-size-input = Wulkosć
|
|
@@ -353,3 +367,22 @@ pdfjs-editor-resizer-label-bottom-right = Deleka naprawo – wulkosć změnić
|
|
|
353
367
|
pdfjs-editor-resizer-label-bottom-middle = Deleka wosrjedź – wulkosć změnić
|
|
354
368
|
pdfjs-editor-resizer-label-bottom-left = Deleka nalěwo – wulkosć změnić
|
|
355
369
|
pdfjs-editor-resizer-label-middle-left = Wosrjedź nalěwo – wulkosć změnić
|
|
370
|
+
|
|
371
|
+
## Color picker
|
|
372
|
+
|
|
373
|
+
# This means "Color used to highlight text"
|
|
374
|
+
pdfjs-editor-highlight-colorpicker-label = Barba wuzběhnjenja
|
|
375
|
+
pdfjs-editor-colorpicker-button =
|
|
376
|
+
.title = Barbu změnić
|
|
377
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
378
|
+
.aria-label = Wuběr barbow
|
|
379
|
+
pdfjs-editor-colorpicker-yellow =
|
|
380
|
+
.title = Žołty
|
|
381
|
+
pdfjs-editor-colorpicker-green =
|
|
382
|
+
.title = Zeleny
|
|
383
|
+
pdfjs-editor-colorpicker-blue =
|
|
384
|
+
.title = Módry
|
|
385
|
+
pdfjs-editor-colorpicker-pink =
|
|
386
|
+
.title = Pink
|
|
387
|
+
pdfjs-editor-colorpicker-red =
|
|
388
|
+
.title = Čerwjeny
|
|
@@ -301,6 +301,22 @@ pdfjs-editor-ink-button-label = Rajzolás
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Képek hozzáadása vagy szerkesztése
|
|
303
303
|
pdfjs-editor-stamp-button-label = Képek hozzáadása vagy szerkesztése
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = Eltávolítás
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Rajz eltávolítása
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Szöveg eltávolítása
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Kép eltávolítása
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Kiemelés eltávolítása
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
304
320
|
# Editor Parameters
|
|
305
321
|
pdfjs-editor-free-text-color-input = Szín
|
|
306
322
|
pdfjs-editor-free-text-size-input = Méret
|
|
@@ -347,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Jobb alsó sarok – átméretezés
|
|
|
347
363
|
pdfjs-editor-resizer-label-bottom-middle = Alul középen – átméretezés
|
|
348
364
|
pdfjs-editor-resizer-label-bottom-left = Bal alsó sarok – átméretezés
|
|
349
365
|
pdfjs-editor-resizer-label-middle-left = Balra középen – átméretezés
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Kiemelés színe
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Szín módosítása
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Színválasztások
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Sárga
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Zöld
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Kék
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Rózsaszín
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Vörös
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Adder o rediger imagines
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = Remover
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Remover le designo
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Remover texto
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Remover imagine
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Remover evidentia
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Color
|
|
308
322
|
pdfjs-editor-free-text-size-input = Dimension
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Angulo inferior dextre — redimension
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = Medio inferior — redimensionar
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Angulo inferior sinistre — redimensionar
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = Medio sinistre — redimensionar
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Color pro evidentiar
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Cambiar color
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Electiones del color
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Jalne
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Verde
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Blau
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Rosate
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Rubie
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Bæta við eða breyta myndum
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = Fjarlægja
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Fjarlægja teikningu
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Fjarlægja texta
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Fjarlægja mynd
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Fjarlægja áherslulit
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Litur
|
|
308
322
|
pdfjs-editor-free-text-size-input = Stærð
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Neðst í hægra horni - breyta stær
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = Neðst á miðju - breyta stærð
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Neðst í vinstra horni - breyta stærð
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = Miðja til vinstri - breyta stærð
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Áherslulitur
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Skipta um lit
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Val lita
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Gult
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Grænt
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Blátt
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Bleikt
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Rautt
|
|
@@ -304,6 +304,20 @@ pdfjs-editor-ink-button-label = Disegno
|
|
|
304
304
|
pdfjs-editor-stamp-button =
|
|
305
305
|
.title = Aggiungi o rimuovi immagine
|
|
306
306
|
pdfjs-editor-stamp-button-label = Aggiungi o rimuovi immagine
|
|
307
|
+
|
|
308
|
+
## Remove button for the various kind of editor.
|
|
309
|
+
|
|
310
|
+
pdfjs-editor-remove-ink-button =
|
|
311
|
+
.title = Rimuovi disegno
|
|
312
|
+
pdfjs-editor-remove-freetext-button =
|
|
313
|
+
.title = Rimuovi testo
|
|
314
|
+
pdfjs-editor-remove-stamp-button =
|
|
315
|
+
.title = Rimuovi immagine
|
|
316
|
+
pdfjs-editor-remove-highlight-button =
|
|
317
|
+
.title = Rimuovi evidenziazione
|
|
318
|
+
|
|
319
|
+
##
|
|
320
|
+
|
|
307
321
|
pdfjs-editor-remove-button =
|
|
308
322
|
.title = Rimuovi
|
|
309
323
|
# Editor Parameters
|
|
@@ -353,4 +367,23 @@ pdfjs-editor-resizer-label-bottom-middle = Lato inferiore nel mezzo — ridimens
|
|
|
353
367
|
pdfjs-editor-resizer-label-bottom-left = Angolo in basso a sinistra — ridimensiona
|
|
354
368
|
pdfjs-editor-resizer-label-middle-left = Lato sinistro nel mezzo — ridimensiona
|
|
355
369
|
|
|
370
|
+
## Color picker
|
|
371
|
+
|
|
372
|
+
# This means "Color used to highlight text"
|
|
373
|
+
pdfjs-editor-highlight-colorpicker-label = Colore evidenziatore
|
|
374
|
+
|
|
375
|
+
pdfjs-editor-colorpicker-button =
|
|
376
|
+
.title = Cambia colore
|
|
377
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
378
|
+
.aria-label = Colori disponibili
|
|
379
|
+
pdfjs-editor-colorpicker-yellow =
|
|
380
|
+
.title = Giallo
|
|
381
|
+
pdfjs-editor-colorpicker-green =
|
|
382
|
+
.title = Verde
|
|
383
|
+
pdfjs-editor-colorpicker-blue =
|
|
384
|
+
.title = Blu
|
|
385
|
+
pdfjs-editor-colorpicker-pink =
|
|
386
|
+
.title = Rosa
|
|
387
|
+
pdfjs-editor-colorpicker-red =
|
|
388
|
+
.title = Rosso
|
|
356
389
|
|
|
@@ -301,6 +301,20 @@ pdfjs-editor-ink-button-label = インク注釈
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = 画像を追加または編集します
|
|
303
303
|
pdfjs-editor-stamp-button-label = 画像を追加または編集
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = 削除
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = インク注釈を削除します
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = テキストを削除します
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = 画像を削除します
|
|
315
|
+
|
|
316
|
+
##
|
|
317
|
+
|
|
304
318
|
# Editor Parameters
|
|
305
319
|
pdfjs-editor-free-text-color-input = 色
|
|
306
320
|
pdfjs-editor-free-text-size-input = サイズ
|
|
@@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = ხაზვა
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = სურათების დართვა ან ჩასწორება
|
|
303
303
|
pdfjs-editor-stamp-button-label = სურათების დართვა ან ჩასწორება
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = მოცილება
|
|
304
306
|
# Editor Parameters
|
|
305
307
|
pdfjs-editor-free-text-color-input = ფერი
|
|
306
308
|
pdfjs-editor-free-text-size-input = ზომა
|
|
@@ -234,6 +234,13 @@ pdfjs-find-match-count =
|
|
|
234
234
|
[one] Timeḍriwt { $current } ɣef { $total }
|
|
235
235
|
*[other] Timeḍriwin { $current } ɣef { $total }
|
|
236
236
|
}
|
|
237
|
+
# Variables:
|
|
238
|
+
# $limit (Number) - the maximum number of matches
|
|
239
|
+
pdfjs-find-match-count-limit =
|
|
240
|
+
{ $limit ->
|
|
241
|
+
[one] Ugar n { $limit } umṣada
|
|
242
|
+
*[other] Ugar n { $limit } yimṣadayen
|
|
243
|
+
}
|
|
237
244
|
pdfjs-find-not-found = Ulac tawinest
|
|
238
245
|
|
|
239
246
|
## Predefined zoom values
|
|
@@ -315,10 +322,15 @@ pdfjs-ink-canvas =
|
|
|
315
322
|
|
|
316
323
|
## Alt-text dialog
|
|
317
324
|
|
|
325
|
+
# Alternative text (alt text) helps when people can't see the image.
|
|
326
|
+
pdfjs-editor-alt-text-button-label = Aḍris amaskal
|
|
327
|
+
pdfjs-editor-alt-text-edit-button-label = Ẓreg aḍris amaskal
|
|
318
328
|
pdfjs-editor-alt-text-dialog-label = Fren taxtirt
|
|
319
329
|
pdfjs-editor-alt-text-add-description-label = Rnu aglam
|
|
330
|
+
pdfjs-editor-alt-text-mark-decorative-label = Creḍ d adlag
|
|
320
331
|
pdfjs-editor-alt-text-cancel-button = Sefsex
|
|
321
332
|
pdfjs-editor-alt-text-save-button = Sekles
|
|
333
|
+
pdfjs-editor-alt-text-decorative-tooltip = Yettwacreḍ d adlag
|
|
322
334
|
|
|
323
335
|
## Editor resizers
|
|
324
336
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Суреттерді қосу немесе түзету
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = Өшіру
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Сызбаны өшіру
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Мәтінді өшіру
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Суретті өшіру
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Түспен ерекшелеуді өшіру
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Түс
|
|
308
322
|
pdfjs-editor-free-text-size-input = Өлшемі
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Төменгі оң жақ бұрыш
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = Төменгі ортасы — өлшемін өзгерту
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Төменгі сол жақ бұрыш — өлшемін өзгерту
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = Ортаңғы сол жақ — өлшемін өзгерту
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Ерекшелеу түсі
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Түсті өзгерту
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Түс таңдаулары
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Сары
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Жасыл
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Көк
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Қызғылт
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Қызыл
|
|
@@ -295,6 +295,20 @@ pdfjs-editor-stamp-button =
|
|
|
295
295
|
pdfjs-editor-stamp-button-label = 이미지 추가 또는 편집
|
|
296
296
|
pdfjs-editor-remove-button =
|
|
297
297
|
.title = 제거
|
|
298
|
+
|
|
299
|
+
## Remove button for the various kind of editor.
|
|
300
|
+
|
|
301
|
+
pdfjs-editor-remove-ink-button =
|
|
302
|
+
.title = 그리기 제거
|
|
303
|
+
pdfjs-editor-remove-freetext-button =
|
|
304
|
+
.title = 텍스트 제거
|
|
305
|
+
pdfjs-editor-remove-stamp-button =
|
|
306
|
+
.title = 이미지 제거
|
|
307
|
+
pdfjs-editor-remove-highlight-button =
|
|
308
|
+
.title = 강조 제거
|
|
309
|
+
|
|
310
|
+
##
|
|
311
|
+
|
|
298
312
|
# Editor Parameters
|
|
299
313
|
pdfjs-editor-free-text-color-input = 색상
|
|
300
314
|
pdfjs-editor-free-text-size-input = 크기
|
|
@@ -341,3 +355,22 @@ pdfjs-editor-resizer-label-bottom-right = 오른쪽 아래 - 크기 조정
|
|
|
341
355
|
pdfjs-editor-resizer-label-bottom-middle = 가운데 아래 — 크기 조정
|
|
342
356
|
pdfjs-editor-resizer-label-bottom-left = 왼쪽 아래 - 크기 조정
|
|
343
357
|
pdfjs-editor-resizer-label-middle-left = 왼쪽 가운데 — 크기 조정
|
|
358
|
+
|
|
359
|
+
## Color picker
|
|
360
|
+
|
|
361
|
+
# This means "Color used to highlight text"
|
|
362
|
+
pdfjs-editor-highlight-colorpicker-label = 강조 색
|
|
363
|
+
pdfjs-editor-colorpicker-button =
|
|
364
|
+
.title = 색상 변경
|
|
365
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
366
|
+
.aria-label = 색상 선택
|
|
367
|
+
pdfjs-editor-colorpicker-yellow =
|
|
368
|
+
.title = 노란색
|
|
369
|
+
pdfjs-editor-colorpicker-green =
|
|
370
|
+
.title = 녹색
|
|
371
|
+
pdfjs-editor-colorpicker-blue =
|
|
372
|
+
.title = 파란색
|
|
373
|
+
pdfjs-editor-colorpicker-pink =
|
|
374
|
+
.title = 분홍색
|
|
375
|
+
pdfjs-editor-colorpicker-red =
|
|
376
|
+
.title = 빨간색
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Legg til eller rediger bilder
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = Fjern
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Fjern tegningen
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Fjern tekst
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Fjern bildet
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Fjern utheving
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Farge
|
|
308
322
|
pdfjs-editor-free-text-size-input = Størrelse
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Nederste høyre hjørne – endre stø
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = Nederst i midten — endre størrelse
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne – endre størrelse
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = Midt til venstre — endre størrelse
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Uthevingsfarge
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Endre farge
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Fargevalg
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Gul
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Grønn
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Blå
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Rosa
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Rød
|
|
@@ -301,6 +301,22 @@ pdfjs-editor-ink-button-label = Tekenen
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Afbeeldingen toevoegen of bewerken
|
|
303
303
|
pdfjs-editor-stamp-button-label = Afbeeldingen toevoegen of bewerken
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = Verwijderen
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Tekening verwijderen
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Tekst verwijderen
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Afbeelding verwijderen
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Markering verwijderen
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
304
320
|
# Editor Parameters
|
|
305
321
|
pdfjs-editor-free-text-color-input = Kleur
|
|
306
322
|
pdfjs-editor-free-text-size-input = Grootte
|
|
@@ -347,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Rechterbenedenhoek – formaat wijzige
|
|
|
347
363
|
pdfjs-editor-resizer-label-bottom-middle = Midden onder – formaat wijzigen
|
|
348
364
|
pdfjs-editor-resizer-label-bottom-left = Linkerbenedenhoek – formaat wijzigen
|
|
349
365
|
pdfjs-editor-resizer-label-middle-left = Links midden – formaat wijzigen
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Markeringskleur
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Kleur wijzigen
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Kleurkeuzes
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Geel
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Groen
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Blauw
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Roze
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Rood
|
|
@@ -301,6 +301,8 @@ pdfjs-editor-ink-button-label = Teikne
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Legg til eller rediger bilde
|
|
303
303
|
pdfjs-editor-stamp-button-label = Legg til eller rediger bilde
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = Fjern
|
|
304
306
|
# Editor Parameters
|
|
305
307
|
pdfjs-editor-free-text-color-input = Farge
|
|
306
308
|
pdfjs-editor-free-text-size-input = Storleik
|
|
@@ -301,6 +301,20 @@ pdfjs-editor-ink-button-label = ਵਾਹੋ
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = ਚਿੱਤਰ ਜੋੜੋ ਜਾਂ ਸੋਧੋ
|
|
303
303
|
pdfjs-editor-stamp-button-label = ਚਿੱਤਰ ਜੋੜੋ ਜਾਂ ਸੋਧੋ
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = ਹਟਾਓ
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = ਡਰਾਇੰਗ ਨੂੰ ਹਟਾਓ
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = ਲਿਖਤ ਨੂੰ ਹਟਾਓ
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = ਚਿੱਤਰ ਨੂੰ ਹਟਾਓ
|
|
315
|
+
|
|
316
|
+
##
|
|
317
|
+
|
|
304
318
|
# Editor Parameters
|
|
305
319
|
pdfjs-editor-free-text-color-input = ਰੰਗ
|
|
306
320
|
pdfjs-editor-free-text-size-input = ਆਕਾਰ
|
|
@@ -303,6 +303,22 @@ pdfjs-editor-ink-button-label = Rysunek
|
|
|
303
303
|
pdfjs-editor-stamp-button =
|
|
304
304
|
.title = Dodaj lub edytuj obrazy
|
|
305
305
|
pdfjs-editor-stamp-button-label = Dodaj lub edytuj obrazy
|
|
306
|
+
pdfjs-editor-remove-button =
|
|
307
|
+
.title = Usuń
|
|
308
|
+
|
|
309
|
+
## Remove button for the various kind of editor.
|
|
310
|
+
|
|
311
|
+
pdfjs-editor-remove-ink-button =
|
|
312
|
+
.title = Usuń rysunek
|
|
313
|
+
pdfjs-editor-remove-freetext-button =
|
|
314
|
+
.title = Usuń tekst
|
|
315
|
+
pdfjs-editor-remove-stamp-button =
|
|
316
|
+
.title = Usuń obraz
|
|
317
|
+
pdfjs-editor-remove-highlight-button =
|
|
318
|
+
.title = Usuń wyróżnienie
|
|
319
|
+
|
|
320
|
+
##
|
|
321
|
+
|
|
306
322
|
# Editor Parameters
|
|
307
323
|
pdfjs-editor-free-text-color-input = Kolor
|
|
308
324
|
pdfjs-editor-free-text-size-input = Rozmiar
|
|
@@ -349,3 +365,22 @@ pdfjs-editor-resizer-label-bottom-right = Prawy dolny róg — zmień rozmiar
|
|
|
349
365
|
pdfjs-editor-resizer-label-bottom-middle = Dolny środkowy — zmień rozmiar
|
|
350
366
|
pdfjs-editor-resizer-label-bottom-left = Lewy dolny róg — zmień rozmiar
|
|
351
367
|
pdfjs-editor-resizer-label-middle-left = Lewy środkowy — zmień rozmiar
|
|
368
|
+
|
|
369
|
+
## Color picker
|
|
370
|
+
|
|
371
|
+
# This means "Color used to highlight text"
|
|
372
|
+
pdfjs-editor-highlight-colorpicker-label = Kolor wyróżnienia
|
|
373
|
+
pdfjs-editor-colorpicker-button =
|
|
374
|
+
.title = Zmień kolor
|
|
375
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
376
|
+
.aria-label = Wybór kolorów
|
|
377
|
+
pdfjs-editor-colorpicker-yellow =
|
|
378
|
+
.title = Żółty
|
|
379
|
+
pdfjs-editor-colorpicker-green =
|
|
380
|
+
.title = Zielony
|
|
381
|
+
pdfjs-editor-colorpicker-blue =
|
|
382
|
+
.title = Niebieski
|
|
383
|
+
pdfjs-editor-colorpicker-pink =
|
|
384
|
+
.title = Różowy
|
|
385
|
+
pdfjs-editor-colorpicker-red =
|
|
386
|
+
.title = Czerwony
|