@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
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Adicionar ou editar imagens
|
|
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 desenho
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Remover texto
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Remover imagem
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Remover destaque
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Cor
|
|
308
322
|
pdfjs-editor-free-text-size-input = Tamanho
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Canto inferior direito — redimension
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = No centro da base — redimensionar
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Canto inferior esquerdo — redimensionar
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = No meio à esquerda — redimensionar
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Cor de destaque
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Mudar cor
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Opções de cores
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Amarelo
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Verde
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Azul
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Rosa
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Vermelho
|
|
@@ -301,6 +301,22 @@ pdfjs-editor-ink-button-label = Dissegnar
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Agiuntar u modifitgar maletgs
|
|
303
303
|
pdfjs-editor-stamp-button-label = Agiuntar u modifitgar maletgs
|
|
304
|
+
pdfjs-editor-remove-button =
|
|
305
|
+
.title = Allontanar
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Allontanar il dissegn
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Allontanar il text
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Allontanar la grafica
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Allontanar l'emfasa
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
304
320
|
# Editor Parameters
|
|
305
321
|
pdfjs-editor-free-text-color-input = Colur
|
|
306
322
|
pdfjs-editor-free-text-size-input = Grondezza
|
|
@@ -347,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Chantun sut a dretga — redimensiunar
|
|
|
347
363
|
pdfjs-editor-resizer-label-bottom-middle = Sutvart amez — redimensiunar
|
|
348
364
|
pdfjs-editor-resizer-label-bottom-left = Chantun sut a sanestra — redimensiunar
|
|
349
365
|
pdfjs-editor-resizer-label-middle-left = Vart sanestra amez — redimensiunar
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Colur per l'emfasa
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Midar la colur
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Colurs disponiblas
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Mellen
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Verd
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Blau
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Rosa
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Cotschen
|
|
@@ -305,6 +305,20 @@ pdfjs-editor-stamp-button =
|
|
|
305
305
|
pdfjs-editor-stamp-button-label = Добавить или изменить изображения
|
|
306
306
|
pdfjs-editor-remove-button =
|
|
307
307
|
.title = Удалить
|
|
308
|
+
|
|
309
|
+
## Remove button for the various kind of editor.
|
|
310
|
+
|
|
311
|
+
pdfjs-editor-remove-ink-button =
|
|
312
|
+
.title = Удалить рисунок
|
|
313
|
+
pdfjs-editor-remove-freetext-button =
|
|
314
|
+
.title = Удалить текст
|
|
315
|
+
pdfjs-editor-remove-stamp-button =
|
|
316
|
+
.title = Удалить изображение
|
|
317
|
+
pdfjs-editor-remove-highlight-button =
|
|
318
|
+
.title = Удалить выделение
|
|
319
|
+
|
|
320
|
+
##
|
|
321
|
+
|
|
308
322
|
# Editor Parameters
|
|
309
323
|
pdfjs-editor-free-text-color-input = Цвет
|
|
310
324
|
pdfjs-editor-free-text-size-input = Размер
|
|
@@ -351,3 +365,22 @@ pdfjs-editor-resizer-label-bottom-right = Нижний правый угол —
|
|
|
351
365
|
pdfjs-editor-resizer-label-bottom-middle = Внизу посередине — изменить размер
|
|
352
366
|
pdfjs-editor-resizer-label-bottom-left = Нижний левый угол — изменить размер
|
|
353
367
|
pdfjs-editor-resizer-label-middle-left = В центре слева — изменить размер
|
|
368
|
+
|
|
369
|
+
## Color picker
|
|
370
|
+
|
|
371
|
+
# This means "Color used to highlight text"
|
|
372
|
+
pdfjs-editor-highlight-colorpicker-label = Цвет выделения
|
|
373
|
+
pdfjs-editor-colorpicker-button =
|
|
374
|
+
.title = Изменить цвет
|
|
375
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
376
|
+
.aria-label = Выбор цвета
|
|
377
|
+
pdfjs-editor-colorpicker-yellow =
|
|
378
|
+
.title = Жёлтый
|
|
379
|
+
pdfjs-editor-colorpicker-green =
|
|
380
|
+
.title = Зелёный
|
|
381
|
+
pdfjs-editor-colorpicker-blue =
|
|
382
|
+
.title = Синий
|
|
383
|
+
pdfjs-editor-colorpicker-pink =
|
|
384
|
+
.title = Розовый
|
|
385
|
+
pdfjs-editor-colorpicker-red =
|
|
386
|
+
.title = Красный
|
|
@@ -307,6 +307,20 @@ pdfjs-editor-stamp-button =
|
|
|
307
307
|
pdfjs-editor-stamp-button-label = Pridať alebo upraviť obrázky
|
|
308
308
|
pdfjs-editor-remove-button =
|
|
309
309
|
.title = Odstrániť
|
|
310
|
+
|
|
311
|
+
## Remove button for the various kind of editor.
|
|
312
|
+
|
|
313
|
+
pdfjs-editor-remove-ink-button =
|
|
314
|
+
.title = Odstrániť kresbu
|
|
315
|
+
pdfjs-editor-remove-freetext-button =
|
|
316
|
+
.title = Odstrániť text
|
|
317
|
+
pdfjs-editor-remove-stamp-button =
|
|
318
|
+
.title = Odstrániť obrázok
|
|
319
|
+
pdfjs-editor-remove-highlight-button =
|
|
320
|
+
.title = Odstrániť zvýraznenie
|
|
321
|
+
|
|
322
|
+
##
|
|
323
|
+
|
|
310
324
|
# Editor Parameters
|
|
311
325
|
pdfjs-editor-free-text-color-input = Farba
|
|
312
326
|
pdfjs-editor-free-text-size-input = Veľkosť
|
|
@@ -353,3 +367,22 @@ pdfjs-editor-resizer-label-bottom-right = Pravý dolný roh – zmena veľkosti
|
|
|
353
367
|
pdfjs-editor-resizer-label-bottom-middle = Stred dole – zmena veľkosti
|
|
354
368
|
pdfjs-editor-resizer-label-bottom-left = Ľavý dolný roh – zmena veľkosti
|
|
355
369
|
pdfjs-editor-resizer-label-middle-left = Vľavo uprostred – zmena veľkosti
|
|
370
|
+
|
|
371
|
+
## Color picker
|
|
372
|
+
|
|
373
|
+
# This means "Color used to highlight text"
|
|
374
|
+
pdfjs-editor-highlight-colorpicker-label = Farba zvýraznenia
|
|
375
|
+
pdfjs-editor-colorpicker-button =
|
|
376
|
+
.title = Zmeniť farbu
|
|
377
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
378
|
+
.aria-label = Výber farieb
|
|
379
|
+
pdfjs-editor-colorpicker-yellow =
|
|
380
|
+
.title = Žltá
|
|
381
|
+
pdfjs-editor-colorpicker-green =
|
|
382
|
+
.title = Zelená
|
|
383
|
+
pdfjs-editor-colorpicker-blue =
|
|
384
|
+
.title = Modrá
|
|
385
|
+
pdfjs-editor-colorpicker-pink =
|
|
386
|
+
.title = Ružová
|
|
387
|
+
pdfjs-editor-colorpicker-red =
|
|
388
|
+
.title = Červená
|
|
@@ -305,6 +305,22 @@ pdfjs-editor-ink-button-label = Riši
|
|
|
305
305
|
pdfjs-editor-stamp-button =
|
|
306
306
|
.title = Dodajanje ali urejanje slik
|
|
307
307
|
pdfjs-editor-stamp-button-label = Dodajanje ali urejanje slik
|
|
308
|
+
pdfjs-editor-remove-button =
|
|
309
|
+
.title = Odstrani
|
|
310
|
+
|
|
311
|
+
## Remove button for the various kind of editor.
|
|
312
|
+
|
|
313
|
+
pdfjs-editor-remove-ink-button =
|
|
314
|
+
.title = Odstrani risbo
|
|
315
|
+
pdfjs-editor-remove-freetext-button =
|
|
316
|
+
.title = Odstrani besedilo
|
|
317
|
+
pdfjs-editor-remove-stamp-button =
|
|
318
|
+
.title = Odstrani sliko
|
|
319
|
+
pdfjs-editor-remove-highlight-button =
|
|
320
|
+
.title = Odstrani označbo
|
|
321
|
+
|
|
322
|
+
##
|
|
323
|
+
|
|
308
324
|
# Editor Parameters
|
|
309
325
|
pdfjs-editor-free-text-color-input = Barva
|
|
310
326
|
pdfjs-editor-free-text-size-input = Velikost
|
|
@@ -351,3 +367,22 @@ pdfjs-editor-resizer-label-bottom-right = Spodnji desni kot – spremeni velikos
|
|
|
351
367
|
pdfjs-editor-resizer-label-bottom-middle = Spodaj na sredini – spremeni velikost
|
|
352
368
|
pdfjs-editor-resizer-label-bottom-left = Spodnji levi kot – spremeni velikost
|
|
353
369
|
pdfjs-editor-resizer-label-middle-left = Levo na sredini – spremeni velikost
|
|
370
|
+
|
|
371
|
+
## Color picker
|
|
372
|
+
|
|
373
|
+
# This means "Color used to highlight text"
|
|
374
|
+
pdfjs-editor-highlight-colorpicker-label = Barva označbe
|
|
375
|
+
pdfjs-editor-colorpicker-button =
|
|
376
|
+
.title = Spremeni barvo
|
|
377
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
378
|
+
.aria-label = Izbira barve
|
|
379
|
+
pdfjs-editor-colorpicker-yellow =
|
|
380
|
+
.title = Rumena
|
|
381
|
+
pdfjs-editor-colorpicker-green =
|
|
382
|
+
.title = Zelena
|
|
383
|
+
pdfjs-editor-colorpicker-blue =
|
|
384
|
+
.title = Modra
|
|
385
|
+
pdfjs-editor-colorpicker-pink =
|
|
386
|
+
.title = Roza
|
|
387
|
+
pdfjs-editor-colorpicker-red =
|
|
388
|
+
.title = Rdeča
|
|
@@ -292,6 +292,22 @@ pdfjs-editor-ink-button-label = Vizatoni
|
|
|
292
292
|
pdfjs-editor-stamp-button =
|
|
293
293
|
.title = Shtoni ose përpunoni figura
|
|
294
294
|
pdfjs-editor-stamp-button-label = Shtoni ose përpunoni figura
|
|
295
|
+
pdfjs-editor-remove-button =
|
|
296
|
+
.title = Hiqe
|
|
297
|
+
|
|
298
|
+
## Remove button for the various kind of editor.
|
|
299
|
+
|
|
300
|
+
pdfjs-editor-remove-ink-button =
|
|
301
|
+
.title = Hiq vizatim
|
|
302
|
+
pdfjs-editor-remove-freetext-button =
|
|
303
|
+
.title = Hiq tekst
|
|
304
|
+
pdfjs-editor-remove-stamp-button =
|
|
305
|
+
.title = Hiq figurë
|
|
306
|
+
pdfjs-editor-remove-highlight-button =
|
|
307
|
+
.title = Hiqe theksimin
|
|
308
|
+
|
|
309
|
+
##
|
|
310
|
+
|
|
295
311
|
# Editor Parameters
|
|
296
312
|
pdfjs-editor-free-text-color-input = Ngjyrë
|
|
297
313
|
pdfjs-editor-free-text-size-input = Madhësi
|
|
@@ -338,3 +354,22 @@ pdfjs-editor-resizer-label-bottom-right = Cepi i poshtëm djathtas — ripërmas
|
|
|
338
354
|
pdfjs-editor-resizer-label-bottom-middle = Mesi i pjesës poshtë — ripërmasojeni
|
|
339
355
|
pdfjs-editor-resizer-label-bottom-left = Cepi i poshtëm — ripërmasojeni
|
|
340
356
|
pdfjs-editor-resizer-label-middle-left = Majtas në mes — ripërmasojeni
|
|
357
|
+
|
|
358
|
+
## Color picker
|
|
359
|
+
|
|
360
|
+
# This means "Color used to highlight text"
|
|
361
|
+
pdfjs-editor-highlight-colorpicker-label = Ngjyrë theksimi
|
|
362
|
+
pdfjs-editor-colorpicker-button =
|
|
363
|
+
.title = Ndryshoni ngjyrë
|
|
364
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
365
|
+
.aria-label = Zgjedhje ngjyre
|
|
366
|
+
pdfjs-editor-colorpicker-yellow =
|
|
367
|
+
.title = E verdhë
|
|
368
|
+
pdfjs-editor-colorpicker-green =
|
|
369
|
+
.title = E gjelbër
|
|
370
|
+
pdfjs-editor-colorpicker-blue =
|
|
371
|
+
.title = Blu
|
|
372
|
+
pdfjs-editor-colorpicker-pink =
|
|
373
|
+
.title = Rozë
|
|
374
|
+
pdfjs-editor-colorpicker-red =
|
|
375
|
+
.title = E kuqe
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Lägg till eller redigera bilder
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = Ta bort
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Ta bort ritning
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Ta bort text
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Ta bort bild
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Ta bort markering
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Färg
|
|
308
322
|
pdfjs-editor-free-text-size-input = Storlek
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Nedre högra hörnet — ändra storle
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = Nedre mitten — ändra storlek
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Nedre vänstra hörnet — ändra storlek
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = Mitten till vänster — ändra storlek
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Markeringsfärg
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Ändra färg
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Färgval
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Gul
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Grön
|
|
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 = Расмкашӣ
|
|
|
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
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Тоза кардани ҷудокунӣ
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
304
320
|
# Editor Parameters
|
|
305
321
|
pdfjs-editor-free-text-color-input = Ранг
|
|
306
322
|
pdfjs-editor-free-text-size-input = Андоза
|
|
@@ -347,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Кунҷи рости поён — т
|
|
|
347
363
|
pdfjs-editor-resizer-label-bottom-middle = Канори миёнаи поён — тағйир додани андоза
|
|
348
364
|
pdfjs-editor-resizer-label-bottom-left = Кунҷи чапи поён — тағйир додани андоза
|
|
349
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 = Сурх
|
|
@@ -303,6 +303,20 @@ pdfjs-editor-stamp-button =
|
|
|
303
303
|
pdfjs-editor-stamp-button-label = Resim ekle veya düzenle
|
|
304
304
|
pdfjs-editor-remove-button =
|
|
305
305
|
.title = Kaldır
|
|
306
|
+
|
|
307
|
+
## Remove button for the various kind of editor.
|
|
308
|
+
|
|
309
|
+
pdfjs-editor-remove-ink-button =
|
|
310
|
+
.title = Çizimi kaldır
|
|
311
|
+
pdfjs-editor-remove-freetext-button =
|
|
312
|
+
.title = Metni kaldır
|
|
313
|
+
pdfjs-editor-remove-stamp-button =
|
|
314
|
+
.title = Resmi kaldır
|
|
315
|
+
pdfjs-editor-remove-highlight-button =
|
|
316
|
+
.title = Vurgulamayı kaldır
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
|
|
306
320
|
# Editor Parameters
|
|
307
321
|
pdfjs-editor-free-text-color-input = Renk
|
|
308
322
|
pdfjs-editor-free-text-size-input = Boyut
|
|
@@ -349,3 +363,22 @@ pdfjs-editor-resizer-label-bottom-right = Sağ alt köşe — yeniden boyutland
|
|
|
349
363
|
pdfjs-editor-resizer-label-bottom-middle = Alt orta — yeniden boyutlandır
|
|
350
364
|
pdfjs-editor-resizer-label-bottom-left = Sol alt köşe — yeniden boyutlandır
|
|
351
365
|
pdfjs-editor-resizer-label-middle-left = Orta sol — yeniden boyutlandır
|
|
366
|
+
|
|
367
|
+
## Color picker
|
|
368
|
+
|
|
369
|
+
# This means "Color used to highlight text"
|
|
370
|
+
pdfjs-editor-highlight-colorpicker-label = Vurgu rengi
|
|
371
|
+
pdfjs-editor-colorpicker-button =
|
|
372
|
+
.title = Rengi değiştir
|
|
373
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
374
|
+
.aria-label = Renk seçenekleri
|
|
375
|
+
pdfjs-editor-colorpicker-yellow =
|
|
376
|
+
.title = Sarı
|
|
377
|
+
pdfjs-editor-colorpicker-green =
|
|
378
|
+
.title = Yeşil
|
|
379
|
+
pdfjs-editor-colorpicker-blue =
|
|
380
|
+
.title = Mavi
|
|
381
|
+
pdfjs-editor-colorpicker-pink =
|
|
382
|
+
.title = Pembe
|
|
383
|
+
pdfjs-editor-colorpicker-red =
|
|
384
|
+
.title = Kırmızı
|
|
@@ -303,6 +303,22 @@ pdfjs-editor-ink-button-label = Малювати
|
|
|
303
303
|
pdfjs-editor-stamp-button =
|
|
304
304
|
.title = Додати чи редагувати зображення
|
|
305
305
|
pdfjs-editor-stamp-button-label = Додати чи редагувати зображення
|
|
306
|
+
pdfjs-editor-remove-button =
|
|
307
|
+
.title = Вилучити
|
|
308
|
+
|
|
309
|
+
## Remove button for the various kind of editor.
|
|
310
|
+
|
|
311
|
+
pdfjs-editor-remove-ink-button =
|
|
312
|
+
.title = Вилучити малюнок
|
|
313
|
+
pdfjs-editor-remove-freetext-button =
|
|
314
|
+
.title = Вилучити текст
|
|
315
|
+
pdfjs-editor-remove-stamp-button =
|
|
316
|
+
.title = Вилучити зображення
|
|
317
|
+
pdfjs-editor-remove-highlight-button =
|
|
318
|
+
.title = Вилучити підсвічування
|
|
319
|
+
|
|
320
|
+
##
|
|
321
|
+
|
|
306
322
|
# Editor Parameters
|
|
307
323
|
pdfjs-editor-free-text-color-input = Колір
|
|
308
324
|
pdfjs-editor-free-text-size-input = Розмір
|
|
@@ -349,3 +365,22 @@ pdfjs-editor-resizer-label-bottom-right = Нижній правий кут —
|
|
|
349
365
|
pdfjs-editor-resizer-label-bottom-middle = Внизу посередині — зміна розміру
|
|
350
366
|
pdfjs-editor-resizer-label-bottom-left = Нижній лівий кут — зміна розміру
|
|
351
367
|
pdfjs-editor-resizer-label-middle-left = Ліворуч посередині — зміна розміру
|
|
368
|
+
|
|
369
|
+
## Color picker
|
|
370
|
+
|
|
371
|
+
# This means "Color used to highlight text"
|
|
372
|
+
pdfjs-editor-highlight-colorpicker-label = Колір підсвічування
|
|
373
|
+
pdfjs-editor-colorpicker-button =
|
|
374
|
+
.title = Змінити колір
|
|
375
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
376
|
+
.aria-label = Вибір кольору
|
|
377
|
+
pdfjs-editor-colorpicker-yellow =
|
|
378
|
+
.title = Жовтий
|
|
379
|
+
pdfjs-editor-colorpicker-green =
|
|
380
|
+
.title = Зелений
|
|
381
|
+
pdfjs-editor-colorpicker-blue =
|
|
382
|
+
.title = Блакитний
|
|
383
|
+
pdfjs-editor-colorpicker-pink =
|
|
384
|
+
.title = Рожевий
|
|
385
|
+
pdfjs-editor-colorpicker-red =
|
|
386
|
+
.title = Червоний
|
|
@@ -295,6 +295,20 @@ pdfjs-editor-stamp-button =
|
|
|
295
295
|
pdfjs-editor-stamp-button-label = Thêm hoặc chỉnh sửa hình ảnh
|
|
296
296
|
pdfjs-editor-remove-button =
|
|
297
297
|
.title = Xóa
|
|
298
|
+
|
|
299
|
+
## Remove button for the various kind of editor.
|
|
300
|
+
|
|
301
|
+
pdfjs-editor-remove-ink-button =
|
|
302
|
+
.title = Xóa bản vẽ
|
|
303
|
+
pdfjs-editor-remove-freetext-button =
|
|
304
|
+
.title = Xóa văn bản
|
|
305
|
+
pdfjs-editor-remove-stamp-button =
|
|
306
|
+
.title = Xóa ảnh
|
|
307
|
+
pdfjs-editor-remove-highlight-button =
|
|
308
|
+
.title = Xóa phần đánh dấu
|
|
309
|
+
|
|
310
|
+
##
|
|
311
|
+
|
|
298
312
|
# Editor Parameters
|
|
299
313
|
pdfjs-editor-free-text-color-input = Màu
|
|
300
314
|
pdfjs-editor-free-text-size-input = Kích cỡ
|
|
@@ -341,3 +355,22 @@ pdfjs-editor-resizer-label-bottom-right = Dưới cùng bên phải — thay đ
|
|
|
341
355
|
pdfjs-editor-resizer-label-bottom-middle = Ở giữa dưới cùng — thay đổi kích thước
|
|
342
356
|
pdfjs-editor-resizer-label-bottom-left = Góc dưới bên trái — thay đổi kích thước
|
|
343
357
|
pdfjs-editor-resizer-label-middle-left = Ở giữa bên trái — thay đổi kích thước
|
|
358
|
+
|
|
359
|
+
## Color picker
|
|
360
|
+
|
|
361
|
+
# This means "Color used to highlight text"
|
|
362
|
+
pdfjs-editor-highlight-colorpicker-label = Màu đánh dấu
|
|
363
|
+
pdfjs-editor-colorpicker-button =
|
|
364
|
+
.title = Thay đổi màu
|
|
365
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
366
|
+
.aria-label = Lựa chọn màu sắc
|
|
367
|
+
pdfjs-editor-colorpicker-yellow =
|
|
368
|
+
.title = Vàng
|
|
369
|
+
pdfjs-editor-colorpicker-green =
|
|
370
|
+
.title = Xanh lục
|
|
371
|
+
pdfjs-editor-colorpicker-blue =
|
|
372
|
+
.title = Xanh dương
|
|
373
|
+
pdfjs-editor-colorpicker-pink =
|
|
374
|
+
.title = Hồng
|
|
375
|
+
pdfjs-editor-colorpicker-red =
|
|
376
|
+
.title = Đỏ
|
|
@@ -293,6 +293,22 @@ 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 = 移除
|
|
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
|
+
|
|
296
312
|
# Editor Parameters
|
|
297
313
|
pdfjs-editor-free-text-color-input = 颜色
|
|
298
314
|
pdfjs-editor-free-text-size-input = 字号
|
|
@@ -339,3 +355,22 @@ pdfjs-editor-resizer-label-bottom-right = 调整尺寸 - 右下角
|
|
|
339
355
|
pdfjs-editor-resizer-label-bottom-middle = 调整大小 - 底部中间
|
|
340
356
|
pdfjs-editor-resizer-label-bottom-left = 调整尺寸 - 左下角
|
|
341
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 = 红色
|
|
@@ -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 = 紅色
|