@ntlab/ntjs-assets 2.0.11 → 2.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/.github/workflows/publish.yml +2 -1
  2. package/assets/js/DataTables/Extensions/ColReorder/js/dataTables.colReorder.js +4 -55
  3. package/assets/js/DataTables/Extensions/ColReorder/js/dataTables.colReorder.min.js +4 -4
  4. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.bootstrap5.css +1 -1
  5. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.bootstrap5.min.css +1 -1
  6. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.dataTables.css +1 -1
  7. package/assets/js/DataTables/Extensions/SearchBuilder/css/searchBuilder.dataTables.min.css +1 -1
  8. package/assets/js/DataTables/Extensions/SearchBuilder/js/dataTables.searchBuilder.js +8 -8
  9. package/assets/js/DataTables/Extensions/SearchBuilder/js/dataTables.searchBuilder.min.js +3 -3
  10. package/assets/js/DataTables/Extensions/SearchBuilder/js/searchBuilder.bootstrap5.js +2 -2
  11. package/assets/js/DataTables/Extensions/SearchBuilder/js/searchBuilder.bootstrap5.min.js +1 -1
  12. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.js +34 -10
  13. package/assets/js/DataTables/Extensions/Select/js/dataTables.select.min.js +2 -2
  14. package/assets/js/DataTables/Extensions/StateRestore/js/StateRestore.js +19 -3
  15. package/assets/js/DataTables/Extensions/StateRestore/js/StateRestoreCollection.js +4 -4
  16. package/assets/js/DataTables/Extensions/StateRestore/js/dataTables.stateRestore.js +29 -13
  17. package/assets/js/DataTables/Extensions/StateRestore/js/dataTables.stateRestore.min.js +2 -2
  18. package/assets/js/DataTables/Extensions/StateRestore/js/index.js +6 -6
  19. package/assets/js/cdn.json +4 -4
  20. package/assets/js/pdfjs/build/pdf.mjs +2314 -898
  21. package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
  22. package/assets/js/pdfjs/build/pdf.sandbox.mjs +5 -7
  23. package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  24. package/assets/js/pdfjs/build/pdf.worker.mjs +655 -435
  25. package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
  26. package/assets/js/pdfjs/web/debugger.css +1 -1
  27. package/assets/js/pdfjs/web/images/cursor-editorFreeHighlight.svg +6 -0
  28. package/assets/js/pdfjs/web/images/cursor-editorTextHighlight.svg +8 -0
  29. package/assets/js/pdfjs/web/images/toolbarButton-editorFreeText.svg +3 -1
  30. package/assets/js/pdfjs/web/images/toolbarButton-editorStamp.svg +1 -1
  31. package/assets/js/pdfjs/web/locale/ar/viewer.ftl +25 -0
  32. package/assets/js/pdfjs/web/locale/be/viewer.ftl +20 -2
  33. package/assets/js/pdfjs/web/locale/bg/viewer.ftl +137 -0
  34. package/assets/js/pdfjs/web/locale/br/viewer.ftl +22 -0
  35. package/assets/js/pdfjs/web/locale/cs/viewer.ftl +20 -2
  36. package/assets/js/pdfjs/web/locale/cy/viewer.ftl +22 -8
  37. package/assets/js/pdfjs/web/locale/da/viewer.ftl +28 -2
  38. package/assets/js/pdfjs/web/locale/de/viewer.ftl +21 -3
  39. package/assets/js/pdfjs/web/locale/dsb/viewer.ftl +20 -2
  40. package/assets/js/pdfjs/web/locale/el/viewer.ftl +20 -2
  41. package/assets/js/pdfjs/web/locale/en-CA/viewer.ftl +25 -0
  42. package/assets/js/pdfjs/web/locale/en-GB/viewer.ftl +20 -2
  43. package/assets/js/pdfjs/web/locale/en-US/viewer.ftl +15 -8
  44. package/assets/js/pdfjs/web/locale/eo/viewer.ftl +57 -8
  45. package/assets/js/pdfjs/web/locale/es-AR/viewer.ftl +20 -2
  46. package/assets/js/pdfjs/web/locale/es-CL/viewer.ftl +20 -2
  47. package/assets/js/pdfjs/web/locale/es-ES/viewer.ftl +20 -2
  48. package/assets/js/pdfjs/web/locale/eu/viewer.ftl +53 -0
  49. package/assets/js/pdfjs/web/locale/fi/viewer.ftl +20 -2
  50. package/assets/js/pdfjs/web/locale/fr/viewer.ftl +16 -2
  51. package/assets/js/pdfjs/web/locale/fur/viewer.ftl +41 -2
  52. package/assets/js/pdfjs/web/locale/fy-NL/viewer.ftl +20 -2
  53. package/assets/js/pdfjs/web/locale/gl/viewer.ftl +17 -0
  54. package/assets/js/pdfjs/web/locale/gn/viewer.ftl +7 -2
  55. package/assets/js/pdfjs/web/locale/he/viewer.ftl +20 -2
  56. package/assets/js/pdfjs/web/locale/hsb/viewer.ftl +20 -2
  57. package/assets/js/pdfjs/web/locale/hu/viewer.ftl +16 -2
  58. package/assets/js/pdfjs/web/locale/ia/viewer.ftl +7 -2
  59. package/assets/js/pdfjs/web/locale/is/viewer.ftl +20 -2
  60. package/assets/js/pdfjs/web/locale/it/viewer.ftl +20 -2
  61. package/assets/js/pdfjs/web/locale/ja/viewer.ftl +39 -4
  62. package/assets/js/pdfjs/web/locale/ka/viewer.ftl +45 -9
  63. package/assets/js/pdfjs/web/locale/kk/viewer.ftl +20 -2
  64. package/assets/js/pdfjs/web/locale/ko/viewer.ftl +22 -4
  65. package/assets/js/pdfjs/web/locale/nb-NO/viewer.ftl +7 -2
  66. package/assets/js/pdfjs/web/locale/nl/viewer.ftl +20 -2
  67. package/assets/js/pdfjs/web/locale/nn-NO/viewer.ftl +19 -2
  68. package/assets/js/pdfjs/web/locale/oc/viewer.ftl +36 -0
  69. package/assets/js/pdfjs/web/locale/pa-IN/viewer.ftl +28 -2
  70. package/assets/js/pdfjs/web/locale/pl/viewer.ftl +7 -2
  71. package/assets/js/pdfjs/web/locale/pt-BR/viewer.ftl +20 -2
  72. package/assets/js/pdfjs/web/locale/pt-PT/viewer.ftl +49 -0
  73. package/assets/js/pdfjs/web/locale/rm/viewer.ftl +16 -2
  74. package/assets/js/pdfjs/web/locale/ru/viewer.ftl +20 -2
  75. package/assets/js/pdfjs/web/locale/sk/viewer.ftl +23 -5
  76. package/assets/js/pdfjs/web/locale/skr/viewer.ftl +22 -0
  77. package/assets/js/pdfjs/web/locale/sl/viewer.ftl +7 -2
  78. package/assets/js/pdfjs/web/locale/sq/viewer.ftl +7 -2
  79. package/assets/js/pdfjs/web/locale/sv-SE/viewer.ftl +20 -2
  80. package/assets/js/pdfjs/web/locale/tg/viewer.ftl +7 -2
  81. package/assets/js/pdfjs/web/locale/th/viewer.ftl +49 -0
  82. package/assets/js/pdfjs/web/locale/tr/viewer.ftl +25 -7
  83. package/assets/js/pdfjs/web/locale/uk/viewer.ftl +29 -11
  84. package/assets/js/pdfjs/web/locale/vi/viewer.ftl +21 -3
  85. package/assets/js/pdfjs/web/locale/zh-CN/viewer.ftl +20 -2
  86. package/assets/js/pdfjs/web/locale/zh-TW/viewer.ftl +20 -2
  87. package/assets/js/pdfjs/web/viewer.css +556 -100
  88. package/assets/js/pdfjs/web/viewer.html +20 -9
  89. package/assets/js/pdfjs/web/viewer.mjs +1100 -817
  90. package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
  91. package/package.json +1 -1
  92. package/assets/js/pdfjs/web/images/gv-toolbarButton-openinapp.svg +0 -11
@@ -301,8 +301,9 @@ pdfjs-editor-ink-button-label = Moha’ãnga
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Embojuaju térã embosako’i ta’ãnga
303
303
  pdfjs-editor-stamp-button-label = Embojuaju térã embosako’i ta’ãnga
304
- pdfjs-editor-remove-button =
305
- .title = Mboguete
304
+ pdfjs-editor-highlight-button =
305
+ .title = Mbosa’y
306
+ pdfjs-editor-highlight-button-label = Mbosa’y
306
307
 
307
308
  ## Remove button for the various kind of editor.
308
309
 
@@ -326,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Pytũngy
326
327
  pdfjs-editor-stamp-add-image-button =
327
328
  .title = Embojuaju ta’ãnga
328
329
  pdfjs-editor-stamp-add-image-button-label = Embojuaju ta’ãnga
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = Anambusu
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = Emoambue anambusukue embosa’ývo mba’eporu ha’e’ỹva moñe’ẽrã
329
334
  pdfjs-free-text =
330
335
  .aria-label = Moñe’ẽrã moheñoiha
331
336
  pdfjs-free-text-default-content = Ehai ñepyrũ…
@@ -301,8 +301,15 @@ 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
+ 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 = סימון
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = אטימות
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = הוספת תמונה
328
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 = שינוי עובי בעת הדגשת פריטים שאינם טקסט
329
340
  pdfjs-free-text =
330
341
  .aria-label = עורך טקסט
331
342
  pdfjs-free-text-default-content = להתחיל להקליד…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = ורוד
383
394
  pdfjs-editor-colorpicker-red =
384
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 = הצגת הכול
@@ -305,8 +305,15 @@ pdfjs-editor-ink-button-label = Rysować
305
305
  pdfjs-editor-stamp-button =
306
306
  .title = Wobrazy přidać abo wobdźěłać
307
307
  pdfjs-editor-stamp-button-label = Wobrazy přidać abo wobdźěłać
308
- pdfjs-editor-remove-button =
309
- .title = Wotstronić
308
+ pdfjs-editor-highlight-button =
309
+ .title = Wuzběhnyć
310
+ pdfjs-editor-highlight-button-label = Wuzběhnyć
311
+ pdfjs-highlight-floating-button =
312
+ .title = Wuzběhnyć
313
+ pdfjs-highlight-floating-button1 =
314
+ .title = Wuzběhnjenje
315
+ .aria-label = Wuzběhnjenje
316
+ pdfjs-highlight-floating-button-label = Wuzběhnjenje
310
317
 
311
318
  ## Remove button for the various kind of editor.
312
319
 
@@ -330,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Opacita
330
337
  pdfjs-editor-stamp-add-image-button =
331
338
  .title = Wobraz přidać
332
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 = Tołstosć
342
+ pdfjs-editor-free-highlight-thickness-title =
343
+ .title = Tołstosć změnić, hdyž so zapiski wuzběhuja, kotrež tekst njejsu
333
344
  pdfjs-free-text =
334
345
  .aria-label = Tekstowy editor
335
346
  pdfjs-free-text-default-content = Započńće pisać…
@@ -386,3 +397,10 @@ pdfjs-editor-colorpicker-pink =
386
397
  .title = Pink
387
398
  pdfjs-editor-colorpicker-red =
388
399
  .title = Čerwjeny
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šě pokazać
405
+ pdfjs-editor-highlight-show-all-button =
406
+ .title = Wšě pokazać
@@ -301,8 +301,11 @@ 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
304
+ pdfjs-editor-highlight-button =
305
+ .title = Kiemelés
306
+ pdfjs-editor-highlight-button-label = Kiemelés
307
+ pdfjs-highlight-floating-button =
308
+ .title = Kiemelés
306
309
 
307
310
  ## Remove button for the various kind of editor.
308
311
 
@@ -326,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Átlátszatlanság
326
329
  pdfjs-editor-stamp-add-image-button =
327
330
  .title = Kép hozzáadása
328
331
  pdfjs-editor-stamp-add-image-button-label = Kép hozzáadása
332
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
333
+ pdfjs-editor-free-highlight-thickness-input = Vastagság
334
+ pdfjs-editor-free-highlight-thickness-title =
335
+ .title = Vastagság módosítása, ha nem szöveges elemeket emel ki
329
336
  pdfjs-free-text =
330
337
  .aria-label = Szövegszerkesztő
331
338
  pdfjs-free-text-default-content = Kezdjen el gépelni…
@@ -382,3 +389,10 @@ pdfjs-editor-colorpicker-pink =
382
389
  .title = Rózsaszín
383
390
  pdfjs-editor-colorpicker-red =
384
391
  .title = Vörös
392
+
393
+ ## Show all highlights
394
+ ## This is a toggle button to show/hide all the highlights.
395
+
396
+ pdfjs-editor-highlight-show-all-button-label = Összes megjelenítése
397
+ pdfjs-editor-highlight-show-all-button =
398
+ .title = Összes megjelenítése
@@ -301,8 +301,9 @@ pdfjs-editor-ink-button-label = Designar
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Adder o rediger imagines
303
303
  pdfjs-editor-stamp-button-label = Adder o rediger imagines
304
- pdfjs-editor-remove-button =
305
- .title = Remover
304
+ pdfjs-editor-highlight-button =
305
+ .title = Evidentia
306
+ pdfjs-editor-highlight-button-label = Evidentia
306
307
 
307
308
  ## Remove button for the various kind of editor.
308
309
 
@@ -326,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Opacitate
326
327
  pdfjs-editor-stamp-add-image-button =
327
328
  .title = Adder imagine
328
329
  pdfjs-editor-stamp-add-image-button-label = Adder imagine
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = Spissor
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = Cambiar spissor evidentiante elementos differente de texto
329
334
  pdfjs-free-text =
330
335
  .aria-label = Editor de texto
331
336
  pdfjs-free-text-default-content = Comenciar a scriber…
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Teikna
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Bæta við eða breyta myndum
303
303
  pdfjs-editor-stamp-button-label = Bæta við eða breyta myndum
304
- pdfjs-editor-remove-button =
305
- .title = Fjarlægja
304
+ pdfjs-editor-highlight-button =
305
+ .title = Áherslulita
306
+ pdfjs-editor-highlight-button-label = Áherslulita
307
+ pdfjs-highlight-floating-button =
308
+ .title = Áherslulita
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Áherslulita
311
+ .aria-label = Áherslulita
312
+ pdfjs-highlight-floating-button-label = Áherslulita
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Ógegnsæi
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Bæta við mynd
328
335
  pdfjs-editor-stamp-add-image-button-label = Bæta við mynd
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Þykkt
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Breyta þykkt við áherslulitun annarra atriða en texta
329
340
  pdfjs-free-text =
330
341
  .aria-label = Textaritill
331
342
  pdfjs-free-text-default-content = Byrjaðu að skrifa…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Bleikt
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Rautt
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 = Birta allt
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Birta allt
@@ -304,6 +304,15 @@ 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
+ pdfjs-editor-highlight-button =
308
+ .title = Evidenzia
309
+ pdfjs-editor-highlight-button-label = Evidenzia
310
+ pdfjs-highlight-floating-button =
311
+ .title = Evidenzia
312
+ pdfjs-highlight-floating-button1 =
313
+ .title = Evidenzia
314
+ .aria-label = Evidenzia
315
+ pdfjs-highlight-floating-button-label = Evidenzia
307
316
 
308
317
  ## Remove button for the various kind of editor.
309
318
 
@@ -318,8 +327,6 @@ pdfjs-editor-remove-highlight-button =
318
327
 
319
328
  ##
320
329
 
321
- pdfjs-editor-remove-button =
322
- .title = Rimuovi
323
330
  # Editor Parameters
324
331
  pdfjs-editor-free-text-color-input = Colore
325
332
  pdfjs-editor-free-text-size-input = Dimensione
@@ -329,6 +336,11 @@ pdfjs-editor-ink-opacity-input = Opacità
329
336
  pdfjs-editor-stamp-add-image-button =
330
337
  .title = Aggiungi immagine
331
338
  pdfjs-editor-stamp-add-image-button-label = Aggiungi immagine
339
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
340
+ pdfjs-editor-free-highlight-thickness-input = Spessore
341
+ pdfjs-editor-free-highlight-thickness-title =
342
+ .title = Modifica lo spessore della selezione per elementi non testuali
343
+
332
344
  pdfjs-free-text =
333
345
  .aria-label = Editor di testo
334
346
  pdfjs-free-text-default-content = Inizia a digitare…
@@ -387,3 +399,9 @@ pdfjs-editor-colorpicker-pink =
387
399
  pdfjs-editor-colorpicker-red =
388
400
  .title = Rosso
389
401
 
402
+ ## Show all highlights
403
+ ## This is a toggle button to show/hide all the highlights.
404
+
405
+ pdfjs-editor-highlight-show-all-button-label = Mostra tutto
406
+ pdfjs-editor-highlight-show-all-button =
407
+ .title = Mostra tutto
@@ -293,16 +293,19 @@ pdfjs-web-fonts-disabled = ウェブフォントが無効になっています:
293
293
  ## Editing
294
294
 
295
295
  pdfjs-editor-free-text-button =
296
- .title = フリーテキスト注釈
296
+ .title = フリーテキスト注釈を追加します
297
297
  pdfjs-editor-free-text-button-label = フリーテキスト注釈
298
298
  pdfjs-editor-ink-button =
299
- .title = インク注釈
299
+ .title = インク注釈を追加します
300
300
  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
+ pdfjs-editor-highlight-button =
305
+ .title = 強調します
306
+ pdfjs-editor-highlight-button-label = 強調
307
+ pdfjs-highlight-floating-button =
308
+ .title = 強調
306
309
 
307
310
  ## Remove button for the various kind of editor.
308
311
 
@@ -312,6 +315,8 @@ pdfjs-editor-remove-freetext-button =
312
315
  .title = テキストを削除します
313
316
  pdfjs-editor-remove-stamp-button =
314
317
  .title = 画像を削除します
318
+ pdfjs-editor-remove-highlight-button =
319
+ .title = 強調を削除します
315
320
 
316
321
  ##
317
322
 
@@ -324,6 +329,10 @@ pdfjs-editor-ink-opacity-input = 不透明度
324
329
  pdfjs-editor-stamp-add-image-button =
325
330
  .title = 画像を追加します
326
331
  pdfjs-editor-stamp-add-image-button-label = 画像を追加
332
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
333
+ pdfjs-editor-free-highlight-thickness-input = 太さ
334
+ pdfjs-editor-free-highlight-thickness-title =
335
+ .title = テキスト以外のアイテムを強調する時の太さを変更します
327
336
  pdfjs-free-text =
328
337
  .aria-label = フリーテキスト注釈エディター
329
338
  pdfjs-free-text-default-content = テキストを入力してください...
@@ -361,3 +370,29 @@ pdfjs-editor-resizer-label-bottom-right = 右下隅 — サイズ変更
361
370
  pdfjs-editor-resizer-label-bottom-middle = 下中央 — サイズ変更
362
371
  pdfjs-editor-resizer-label-bottom-left = 左下隅 — サイズ変更
363
372
  pdfjs-editor-resizer-label-middle-left = 左中央 — サイズ変更
373
+
374
+ ## Color picker
375
+
376
+ # This means "Color used to highlight text"
377
+ pdfjs-editor-highlight-colorpicker-label = 強調色
378
+ pdfjs-editor-colorpicker-button =
379
+ .title = 色を変更します
380
+ pdfjs-editor-colorpicker-dropdown =
381
+ .aria-label = 色の選択
382
+ pdfjs-editor-colorpicker-yellow =
383
+ .title = 黄色
384
+ pdfjs-editor-colorpicker-green =
385
+ .title = 緑色
386
+ pdfjs-editor-colorpicker-blue =
387
+ .title = 青色
388
+ pdfjs-editor-colorpicker-pink =
389
+ .title = ピンク色
390
+ pdfjs-editor-colorpicker-red =
391
+ .title = 赤色
392
+
393
+ ## Show all highlights
394
+ ## This is a toggle button to show/hide all the highlights.
395
+
396
+ pdfjs-editor-highlight-show-all-button-label = すべて表示
397
+ pdfjs-editor-highlight-show-all-button =
398
+ .title = 強調の表示を切り替えます
@@ -220,7 +220,7 @@ pdfjs-find-previous-button-label = წინა
220
220
  pdfjs-find-next-button =
221
221
  .title = ფრაზის შემდეგი კონტექსტის პოვნა
222
222
  pdfjs-find-next-button-label = შემდეგი
223
- pdfjs-find-highlight-checkbox = ყველას მონიშვნა
223
+ pdfjs-find-highlight-checkbox = ყველაფრის მონიშვნა
224
224
  pdfjs-find-match-case-checkbox-label = მთავრულით
225
225
  pdfjs-find-match-diacritics-checkbox-label = ნიშნებით
226
226
  pdfjs-find-entire-word-checkbox-label = მთლიანი სიტყვები
@@ -303,6 +303,23 @@ pdfjs-editor-stamp-button =
303
303
  pdfjs-editor-stamp-button-label = სურათების დართვა ან ჩასწორება
304
304
  pdfjs-editor-remove-button =
305
305
  .title = მოცილება
306
+ pdfjs-editor-highlight-button =
307
+ .title = მონიშვნა
308
+ pdfjs-editor-highlight-button-label = მონიშვნა
309
+
310
+ ## Remove button for the various kind of editor.
311
+
312
+ pdfjs-editor-remove-ink-button =
313
+ .title = დახაზულის მოცილება
314
+ pdfjs-editor-remove-freetext-button =
315
+ .title = წარწერის მოცილება
316
+ pdfjs-editor-remove-stamp-button =
317
+ .title = სურათის მოცილება
318
+ pdfjs-editor-remove-highlight-button =
319
+ .title = მონიშვნის მოცილება
320
+
321
+ ##
322
+
306
323
  # Editor Parameters
307
324
  pdfjs-editor-free-text-color-input = ფერი
308
325
  pdfjs-editor-free-text-size-input = ზომა
@@ -316,24 +333,24 @@ pdfjs-free-text =
316
333
  .aria-label = ნაწერის ჩასწორება
317
334
  pdfjs-free-text-default-content = აკრიფეთ…
318
335
  pdfjs-ink =
319
- .aria-label = ნახატის ჩასწორება
336
+ .aria-label = დახაზულის შესწორება
320
337
  pdfjs-ink-canvas =
321
338
  .aria-label = მომხმარებლის შექმნილი სურათი
322
339
 
323
340
  ## Alt-text dialog
324
341
 
325
342
  # Alternative text (alt text) helps when people can't see the image.
326
- pdfjs-editor-alt-text-button-label = დართული წარწერა
327
- pdfjs-editor-alt-text-edit-button-label = დართული წარწერის ჩასწორება
343
+ pdfjs-editor-alt-text-button-label = თანდართული წარწერა
344
+ pdfjs-editor-alt-text-edit-button-label = თანდართული წარწერის ჩასწორება
328
345
  pdfjs-editor-alt-text-dialog-label = არჩევა
329
- pdfjs-editor-alt-text-dialog-description = დართული წარწერა (შემნაცვლებელი ტექსტი) გამოსადეგია მათთვის, ვინც ვერ ხედავს სურათებს ან როცა სურათი ვერ იტვირთება.
330
- pdfjs-editor-alt-text-add-description-label = აღწერილობის დამატება
346
+ pdfjs-editor-alt-text-dialog-description = თანდართული (შემნაცვლებელი) წარწერა გამოსადეგია მათთვის, ვინც ვერ ხედავს სურათებს ან გამოისახება მაშინ, როცა სურათი ვერ ჩაიტვირთება.
347
+ pdfjs-editor-alt-text-add-description-label = აღწერილობის მითითება
331
348
  pdfjs-editor-alt-text-add-description-description = განკუთვნილია 1-2 წინადადებით საგნის, მახასიათებლის ან მოქმედების აღსაწერად.
332
- pdfjs-editor-alt-text-mark-decorative-label = მოინიშნოს მოსართავად
333
- pdfjs-editor-alt-text-mark-decorative-description = გამოიყენება შესამკობი სურათებისთვის, გარსშემოსავლები ჩარჩოებისა და ჭვირნიშნებისთვის.
349
+ pdfjs-editor-alt-text-mark-decorative-label = მოინიშნოს მორთულობად
350
+ pdfjs-editor-alt-text-mark-decorative-description = განკუთვნილია შესამკობი სურათებისთვის, გარსშემოსავლები ჩარჩოებისა და ჭვირნიშნებისთვის.
334
351
  pdfjs-editor-alt-text-cancel-button = გაუქმება
335
352
  pdfjs-editor-alt-text-save-button = შენახვა
336
- pdfjs-editor-alt-text-decorative-tooltip = მოინიშნოს მოსართავად
353
+ pdfjs-editor-alt-text-decorative-tooltip = მოინიშნოს მორთულობად
337
354
  # .placeholder: This is a placeholder for the alt text input area
338
355
  pdfjs-editor-alt-text-textarea =
339
356
  .placeholder = მაგალითად, „ახალგაზრდა მამაკაცი მაგიდასთან ზის და სადილობს“
@@ -349,3 +366,22 @@ pdfjs-editor-resizer-label-bottom-right = ქვევით მარჯვნ
349
366
  pdfjs-editor-resizer-label-bottom-middle = ქვევით შუაში — ზომაცვლა
350
367
  pdfjs-editor-resizer-label-bottom-left = ზვევით მარცხნივ — ზომაცვლა
351
368
  pdfjs-editor-resizer-label-middle-left = შუაში მარცხნივ — ზომაცვლა
369
+
370
+ ## Color picker
371
+
372
+ # This means "Color used to highlight text"
373
+ pdfjs-editor-highlight-colorpicker-label = მოსანიშნი ფერი
374
+ pdfjs-editor-colorpicker-button =
375
+ .title = ფერის შეცვლა
376
+ pdfjs-editor-colorpicker-dropdown =
377
+ .aria-label = ფერის არჩევა
378
+ pdfjs-editor-colorpicker-yellow =
379
+ .title = ყვითელი
380
+ pdfjs-editor-colorpicker-green =
381
+ .title = მწვანე
382
+ pdfjs-editor-colorpicker-blue =
383
+ .title = ლურჯი
384
+ pdfjs-editor-colorpicker-pink =
385
+ .title = ვარდისფერი
386
+ pdfjs-editor-colorpicker-red =
387
+ .title = წითელი
@@ -301,8 +301,15 @@ 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
+ 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 = Ерекшелеу
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Мөлдірсіздігі
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Суретті қосу
328
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 = Мәтіннен басқа элементтерді ерекшелеу кезінде қалыңдықты өзгерту
329
340
  pdfjs-free-text =
330
341
  .aria-label = Мәтін түзеткіші
331
342
  pdfjs-free-text-default-content = Теруді бастау…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Қызғылт
383
394
  pdfjs-editor-colorpicker-red =
384
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 = Барлығын көрсету
@@ -293,8 +293,15 @@ pdfjs-editor-ink-button-label = 그리기
293
293
  pdfjs-editor-stamp-button =
294
294
  .title = 이미지 추가 또는 편집
295
295
  pdfjs-editor-stamp-button-label = 이미지 추가 또는 편집
296
- pdfjs-editor-remove-button =
297
- .title = 제거
296
+ pdfjs-editor-highlight-button =
297
+ .title = 강조 표시
298
+ pdfjs-editor-highlight-button-label = 강조 표시
299
+ pdfjs-highlight-floating-button =
300
+ .title = 강조 표시
301
+ pdfjs-highlight-floating-button1 =
302
+ .title = 강조 표시
303
+ .aria-label = 강조 표시
304
+ pdfjs-highlight-floating-button-label = 강조 표시
298
305
 
299
306
  ## Remove button for the various kind of editor.
300
307
 
@@ -305,7 +312,7 @@ pdfjs-editor-remove-freetext-button =
305
312
  pdfjs-editor-remove-stamp-button =
306
313
  .title = 이미지 제거
307
314
  pdfjs-editor-remove-highlight-button =
308
- .title = 강조 제거
315
+ .title = 강조 표시 제거
309
316
 
310
317
  ##
311
318
 
@@ -318,6 +325,10 @@ pdfjs-editor-ink-opacity-input = 불투명도
318
325
  pdfjs-editor-stamp-add-image-button =
319
326
  .title = 이미지 추가
320
327
  pdfjs-editor-stamp-add-image-button-label = 이미지 추가
328
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
329
+ pdfjs-editor-free-highlight-thickness-input = 두께
330
+ pdfjs-editor-free-highlight-thickness-title =
331
+ .title = 텍스트 이외의 항목을 강조 표시할 때 두께 변경
321
332
  pdfjs-free-text =
322
333
  .aria-label = 텍스트 편집기
323
334
  pdfjs-free-text-default-content = 입력하세요…
@@ -359,7 +370,7 @@ pdfjs-editor-resizer-label-middle-left = 왼쪽 가운데 — 크기 조정
359
370
  ## Color picker
360
371
 
361
372
  # This means "Color used to highlight text"
362
- pdfjs-editor-highlight-colorpicker-label = 강조 색
373
+ pdfjs-editor-highlight-colorpicker-label = 색상
363
374
  pdfjs-editor-colorpicker-button =
364
375
  .title = 색상 변경
365
376
  pdfjs-editor-colorpicker-dropdown =
@@ -374,3 +385,10 @@ pdfjs-editor-colorpicker-pink =
374
385
  .title = 분홍색
375
386
  pdfjs-editor-colorpicker-red =
376
387
  .title = 빨간색
388
+
389
+ ## Show all highlights
390
+ ## This is a toggle button to show/hide all the highlights.
391
+
392
+ pdfjs-editor-highlight-show-all-button-label = 모두 보기
393
+ pdfjs-editor-highlight-show-all-button =
394
+ .title = 모두 보기
@@ -301,8 +301,9 @@ pdfjs-editor-ink-button-label = Tegn
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Legg til eller rediger bilder
303
303
  pdfjs-editor-stamp-button-label = Legg til eller rediger bilder
304
- pdfjs-editor-remove-button =
305
- .title = Fjern
304
+ pdfjs-editor-highlight-button =
305
+ .title = Markere
306
+ pdfjs-editor-highlight-button-label = Markere
306
307
 
307
308
  ## Remove button for the various kind of editor.
308
309
 
@@ -326,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Ugjennomsiktighet
326
327
  pdfjs-editor-stamp-add-image-button =
327
328
  .title = Legg til bilde
328
329
  pdfjs-editor-stamp-add-image-button-label = Legg til bilde
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = Tykkelse
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = Endre tykkelse når du markerer andre elementer enn tekst
329
334
  pdfjs-free-text =
330
335
  .aria-label = Tekstredigering
331
336
  pdfjs-free-text-default-content = Begynn å skrive…
@@ -301,8 +301,15 @@ 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
304
+ pdfjs-editor-highlight-button =
305
+ .title = Markeren
306
+ pdfjs-editor-highlight-button-label = Markeren
307
+ pdfjs-highlight-floating-button =
308
+ .title = Markeren
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Markeren
311
+ .aria-label = Markeren
312
+ pdfjs-highlight-floating-button-label = Markeren
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opaciteit
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Afbeelding toevoegen
328
335
  pdfjs-editor-stamp-add-image-button-label = Afbeelding toevoegen
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Dikte
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Dikte wijzigen bij accentuering van andere items dan tekst
329
340
  pdfjs-free-text =
330
341
  .aria-label = Tekstbewerker
331
342
  pdfjs-free-text-default-content = Begin met typen…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Roze
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Rood
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 = Alles tonen
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Alles tonen
@@ -301,8 +301,12 @@ 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
+
305
+ ## Remove button for the various kind of editor.
306
+
307
+
308
+ ##
309
+
306
310
  # Editor Parameters
307
311
  pdfjs-editor-free-text-color-input = Farge
308
312
  pdfjs-editor-free-text-size-input = Storleik
@@ -341,3 +345,16 @@ pdfjs-editor-alt-text-textarea =
341
345
  ## Editor resizers
342
346
  ## This is used in an aria label to help to understand the role of the resizer.
343
347
 
348
+
349
+ ## Color picker
350
+
351
+ pdfjs-editor-colorpicker-yellow =
352
+ .title = Gul
353
+ pdfjs-editor-colorpicker-green =
354
+ .title = Grøn
355
+ pdfjs-editor-colorpicker-blue =
356
+ .title = Blå
357
+ pdfjs-editor-colorpicker-pink =
358
+ .title = Rosa
359
+ pdfjs-editor-colorpicker-red =
360
+ .title = Raud
@@ -286,6 +286,16 @@ pdfjs-editor-ink-button-label = Dessenhar
286
286
  pdfjs-editor-stamp-button =
287
287
  .title = Apondre o modificar d’imatges
288
288
  pdfjs-editor-stamp-button-label = Apondre o modificar d’imatges
289
+
290
+ ## Remove button for the various kind of editor.
291
+
292
+ pdfjs-editor-remove-freetext-button =
293
+ .title = Suprimir lo tèxte
294
+ pdfjs-editor-remove-stamp-button =
295
+ .title = Suprimir l’imatge
296
+
297
+ ##
298
+
289
299
  # Editor Parameters
290
300
  pdfjs-editor-free-text-color-input = Color
291
301
  pdfjs-editor-free-text-size-input = Talha
@@ -295,6 +305,8 @@ pdfjs-editor-ink-opacity-input = Opacitat
295
305
  pdfjs-editor-stamp-add-image-button =
296
306
  .title = Apondre imatge
297
307
  pdfjs-editor-stamp-add-image-button-label = Apondre imatge
308
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
309
+ pdfjs-editor-free-highlight-thickness-input = Espessor
298
310
  pdfjs-free-text =
299
311
  .aria-label = Editor de tèxte
300
312
  pdfjs-free-text-default-content = Començatz d’escriure…
@@ -316,3 +328,27 @@ pdfjs-editor-alt-text-save-button = Enregistrar
316
328
  ## Editor resizers
317
329
  ## This is used in an aria label to help to understand the role of the resizer.
318
330
 
331
+
332
+ ## Color picker
333
+
334
+ # This means "Color used to highlight text"
335
+ pdfjs-editor-highlight-colorpicker-label = Color de suslinhatge
336
+ pdfjs-editor-colorpicker-button =
337
+ .title = Cambiar de color
338
+ pdfjs-editor-colorpicker-yellow =
339
+ .title = Jaune
340
+ pdfjs-editor-colorpicker-green =
341
+ .title = Verd
342
+ pdfjs-editor-colorpicker-blue =
343
+ .title = Blau
344
+ pdfjs-editor-colorpicker-pink =
345
+ .title = Ròse
346
+ pdfjs-editor-colorpicker-red =
347
+ .title = Roge
348
+
349
+ ## Show all highlights
350
+ ## This is a toggle button to show/hide all the highlights.
351
+
352
+ pdfjs-editor-highlight-show-all-button-label = O afichar tot
353
+ pdfjs-editor-highlight-show-all-button =
354
+ .title = O afichar tot