@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 = ਵਾਹੋ
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 = ਹਾਈਲਾਈਟ
306
307
 
307
308
  ## Remove button for the various kind of editor.
308
309
 
@@ -312,6 +313,8 @@ pdfjs-editor-remove-freetext-button =
312
313
  .title = ਲਿਖਤ ਨੂੰ ਹਟਾਓ
313
314
  pdfjs-editor-remove-stamp-button =
314
315
  .title = ਚਿੱਤਰ ਨੂੰ ਹਟਾਓ
316
+ pdfjs-editor-remove-highlight-button =
317
+ .title = ਹਾਈਲਾਈਟ ਨੂੰ ਹਟਾਓ
315
318
 
316
319
  ##
317
320
 
@@ -324,6 +327,10 @@ pdfjs-editor-ink-opacity-input = ਧੁੰਦਲਾਪਨ
324
327
  pdfjs-editor-stamp-add-image-button =
325
328
  .title = ਚਿੱਤਰ ਜੋੜੋ
326
329
  pdfjs-editor-stamp-add-image-button-label = ਚਿੱਤਰ ਜੋੜੋ
330
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
331
+ pdfjs-editor-free-highlight-thickness-input = ਮੋਟਾਈ
332
+ pdfjs-editor-free-highlight-thickness-title =
333
+ .title = ਚੀਜ਼ਾਂ ਨੂੰ ਹੋਰ ਲਿਖਤਾਂ ਤੋਂ ਉਘਾੜਨ ਸਮੇਂ ਮੋਟਾਈ ਨੂੰ ਬਦਲੋ
327
334
  pdfjs-free-text =
328
335
  .aria-label = ਲਿਖਤ ਐਡੀਟਰ
329
336
  pdfjs-free-text-default-content = …ਲਿਖਣਾ ਸ਼ੁਰੂ ਕਰੋ
@@ -361,3 +368,22 @@ pdfjs-editor-resizer-label-bottom-right = ਹੇਠਾਂ ਸੱਜਾ ਕੋਨ
361
368
  pdfjs-editor-resizer-label-bottom-middle = ਹੇਠਾਂ ਮੱਧ — ਮੁੜ-ਆਕਾਰ ਕਰੋ
362
369
  pdfjs-editor-resizer-label-bottom-left = ਹੇਠਾਂ ਖੱਬਾ ਕੋਨਾ — ਮੁੜ-ਆਕਾਰ ਕਰੋ
363
370
  pdfjs-editor-resizer-label-middle-left = ਮੱਧ ਖੱਬਾ — ਮੁੜ-ਆਕਾਰ ਕਰੋ
371
+
372
+ ## Color picker
373
+
374
+ # This means "Color used to highlight text"
375
+ pdfjs-editor-highlight-colorpicker-label = ਹਾਈਟਲਾਈਟ ਦਾ ਰੰਗ
376
+ pdfjs-editor-colorpicker-button =
377
+ .title = ਰੰਗ ਨੂੰ ਬਦਲੋ
378
+ pdfjs-editor-colorpicker-dropdown =
379
+ .aria-label = ਰੰਗ ਚੋਣਾਂ
380
+ pdfjs-editor-colorpicker-yellow =
381
+ .title = ਪੀਲਾ
382
+ pdfjs-editor-colorpicker-green =
383
+ .title = ਹਰਾ
384
+ pdfjs-editor-colorpicker-blue =
385
+ .title = ਨੀਲਾ
386
+ pdfjs-editor-colorpicker-pink =
387
+ .title = ਗੁਲਾਬੀ
388
+ pdfjs-editor-colorpicker-red =
389
+ .title = ਲਾਲ
@@ -303,8 +303,9 @@ 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ń
306
+ pdfjs-editor-highlight-button =
307
+ .title = Wyróżnij
308
+ pdfjs-editor-highlight-button-label = Wyróżnij
308
309
 
309
310
  ## Remove button for the various kind of editor.
310
311
 
@@ -328,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Nieprzezroczystość
328
329
  pdfjs-editor-stamp-add-image-button =
329
330
  .title = Dodaj obraz
330
331
  pdfjs-editor-stamp-add-image-button-label = Dodaj obraz
332
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
333
+ pdfjs-editor-free-highlight-thickness-input = Grubość
334
+ pdfjs-editor-free-highlight-thickness-title =
335
+ .title = Zmień grubość podczas wyróżniania elementów innych niż tekst
331
336
  pdfjs-free-text =
332
337
  .aria-label = Edytor tekstu
333
338
  pdfjs-free-text-default-content = Zacznij pisać…
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Desenho
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Adicionar ou editar imagens
303
303
  pdfjs-editor-stamp-button-label = Adicionar ou editar imagens
304
- pdfjs-editor-remove-button =
305
- .title = Remover
304
+ pdfjs-editor-highlight-button =
305
+ .title = Destaque
306
+ pdfjs-editor-highlight-button-label = Destaque
307
+ pdfjs-highlight-floating-button =
308
+ .title = Destaque
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Destaque
311
+ .aria-label = Destaque
312
+ pdfjs-highlight-floating-button-label = Destaque
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacidade
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Adicionar imagem
328
335
  pdfjs-editor-stamp-add-image-button-label = Adicionar imagem
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Espessura
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Mudar espessura ao destacar itens que não são texto
329
340
  pdfjs-free-text =
330
341
  .aria-label = Editor de texto
331
342
  pdfjs-free-text-default-content = Comece digitando…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Rosa
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Vermelho
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 = Mostrar tudo
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Mostrar tudo
@@ -301,6 +301,25 @@ pdfjs-editor-ink-button-label = Desenhar
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Adicionar ou editar imagens
303
303
  pdfjs-editor-stamp-button-label = Adicionar ou editar imagens
304
+ pdfjs-editor-highlight-button =
305
+ .title = Destaque
306
+ pdfjs-editor-highlight-button-label = Destaque
307
+ pdfjs-highlight-floating-button =
308
+ .title = Destaque
309
+
310
+ ## Remove button for the various kind of editor.
311
+
312
+ pdfjs-editor-remove-ink-button =
313
+ .title = Remover desenho
314
+ pdfjs-editor-remove-freetext-button =
315
+ .title = Remover texto
316
+ pdfjs-editor-remove-stamp-button =
317
+ .title = Remover imagem
318
+ pdfjs-editor-remove-highlight-button =
319
+ .title = Remover destaque
320
+
321
+ ##
322
+
304
323
  # Editor Parameters
305
324
  pdfjs-editor-free-text-color-input = Cor
306
325
  pdfjs-editor-free-text-size-input = Tamanho
@@ -310,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Opacidade
310
329
  pdfjs-editor-stamp-add-image-button =
311
330
  .title = Adicionar imagem
312
331
  pdfjs-editor-stamp-add-image-button-label = Adicionar imagem
332
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
333
+ pdfjs-editor-free-highlight-thickness-input = Espessura
334
+ pdfjs-editor-free-highlight-thickness-title =
335
+ .title = Alterar espessura quando destacar itens que não sejam texto
313
336
  pdfjs-free-text =
314
337
  .aria-label = Editor de texto
315
338
  pdfjs-free-text-default-content = Começar a digitar…
@@ -347,3 +370,29 @@ pdfjs-editor-resizer-label-bottom-right = Canto inferior direito — redimension
347
370
  pdfjs-editor-resizer-label-bottom-middle = Inferior ao centro — redimensionar
348
371
  pdfjs-editor-resizer-label-bottom-left = Canto inferior esquerdo — redimensionar
349
372
  pdfjs-editor-resizer-label-middle-left = Centro à esquerda — redimensionar
373
+
374
+ ## Color picker
375
+
376
+ # This means "Color used to highlight text"
377
+ pdfjs-editor-highlight-colorpicker-label = Cor de destaque
378
+ pdfjs-editor-colorpicker-button =
379
+ .title = Alterar cor
380
+ pdfjs-editor-colorpicker-dropdown =
381
+ .aria-label = Escolhas de cor
382
+ pdfjs-editor-colorpicker-yellow =
383
+ .title = Amarelo
384
+ pdfjs-editor-colorpicker-green =
385
+ .title = Verde
386
+ pdfjs-editor-colorpicker-blue =
387
+ .title = Azul
388
+ pdfjs-editor-colorpicker-pink =
389
+ .title = Rosa
390
+ pdfjs-editor-colorpicker-red =
391
+ .title = Vermelho
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 = Mostrar tudo
397
+ pdfjs-editor-highlight-show-all-button =
398
+ .title = Mostrar tudo
@@ -301,8 +301,11 @@ 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
304
+ pdfjs-editor-highlight-button =
305
+ .title = Marcar
306
+ pdfjs-editor-highlight-button-label = Marcar
307
+ pdfjs-highlight-floating-button =
308
+ .title = Relevar
306
309
 
307
310
  ## Remove button for the various kind of editor.
308
311
 
@@ -326,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Opacitad
326
329
  pdfjs-editor-stamp-add-image-button =
327
330
  .title = Agiuntar in maletg
328
331
  pdfjs-editor-stamp-add-image-button-label = Agiuntar in maletg
332
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
333
+ pdfjs-editor-free-highlight-thickness-input = Grossezza
334
+ pdfjs-editor-free-highlight-thickness-title =
335
+ .title = Midar la grossezza cun relevar elements betg textuals
329
336
  pdfjs-free-text =
330
337
  .aria-label = Editur da text
331
338
  pdfjs-free-text-default-content = Cumenzar a tippar…
@@ -382,3 +389,10 @@ pdfjs-editor-colorpicker-pink =
382
389
  .title = Rosa
383
390
  pdfjs-editor-colorpicker-red =
384
391
  .title = Cotschen
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 = Mussar tut
397
+ pdfjs-editor-highlight-show-all-button =
398
+ .title = Mussar tut
@@ -303,8 +303,15 @@ 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 = Удалить
306
+ pdfjs-editor-highlight-button =
307
+ .title = Выделение
308
+ pdfjs-editor-highlight-button-label = Выделение
309
+ pdfjs-highlight-floating-button =
310
+ .title = Выделение
311
+ pdfjs-highlight-floating-button1 =
312
+ .title = Выделение
313
+ .aria-label = Выделение
314
+ pdfjs-highlight-floating-button-label = Выделение
308
315
 
309
316
  ## Remove button for the various kind of editor.
310
317
 
@@ -328,6 +335,10 @@ pdfjs-editor-ink-opacity-input = Прозрачность
328
335
  pdfjs-editor-stamp-add-image-button =
329
336
  .title = Добавить изображение
330
337
  pdfjs-editor-stamp-add-image-button-label = Добавить изображение
338
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
339
+ pdfjs-editor-free-highlight-thickness-input = Толщина
340
+ pdfjs-editor-free-highlight-thickness-title =
341
+ .title = Изменить толщину при выделении элементов, кроме текста
331
342
  pdfjs-free-text =
332
343
  .aria-label = Текстовый редактор
333
344
  pdfjs-free-text-default-content = Начните вводить…
@@ -384,3 +395,10 @@ pdfjs-editor-colorpicker-pink =
384
395
  .title = Розовый
385
396
  pdfjs-editor-colorpicker-red =
386
397
  .title = Красный
398
+
399
+ ## Show all highlights
400
+ ## This is a toggle button to show/hide all the highlights.
401
+
402
+ pdfjs-editor-highlight-show-all-button-label = Показать все
403
+ pdfjs-editor-highlight-show-all-button =
404
+ .title = Показать все
@@ -128,7 +128,7 @@ pdfjs-document-properties-modification-date = Dátum úpravy:
128
128
  # $date (Date) - the creation/modification date of the PDF file
129
129
  # $time (Time) - the creation/modification time of the PDF file
130
130
  pdfjs-document-properties-date-string = { $date }, { $time }
131
- pdfjs-document-properties-creator = Vytvoril:
131
+ pdfjs-document-properties-creator = Aplikácia:
132
132
  pdfjs-document-properties-producer = Tvorca PDF:
133
133
  pdfjs-document-properties-version = Verzia PDF:
134
134
  pdfjs-document-properties-page-count = Počet strán:
@@ -156,7 +156,7 @@ pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $hei
156
156
 
157
157
  # The linearization status of the document; usually called "Fast Web View" in
158
158
  # English locales of Adobe software.
159
- pdfjs-document-properties-linearized = Rýchle Web View:
159
+ pdfjs-document-properties-linearized = Rýchle zobrazovanie z webu:
160
160
  pdfjs-document-properties-linearized-yes = Áno
161
161
  pdfjs-document-properties-linearized-no = Nie
162
162
  pdfjs-document-properties-close-button = Zavrieť
@@ -300,13 +300,20 @@ pdfjs-editor-free-text-button =
300
300
  .title = Text
301
301
  pdfjs-editor-free-text-button-label = Text
302
302
  pdfjs-editor-ink-button =
303
- .title = Kreslenie
303
+ .title = Kresliť
304
304
  pdfjs-editor-ink-button-label = Kresliť
305
305
  pdfjs-editor-stamp-button =
306
306
  .title = Pridať alebo upraviť obrázky
307
307
  pdfjs-editor-stamp-button-label = Pridať alebo upraviť obrázky
308
- pdfjs-editor-remove-button =
309
- .title = Odstrániť
308
+ pdfjs-editor-highlight-button =
309
+ .title = Zvýrazniť
310
+ pdfjs-editor-highlight-button-label = Zvýrazniť
311
+ pdfjs-highlight-floating-button =
312
+ .title = Zvýrazniť
313
+ pdfjs-highlight-floating-button1 =
314
+ .title = Zvýrazniť
315
+ .aria-label = Zvýrazniť
316
+ pdfjs-highlight-floating-button-label = Zvýrazniť
310
317
 
311
318
  ## Remove button for the various kind of editor.
312
319
 
@@ -330,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Priehľadnosť
330
337
  pdfjs-editor-stamp-add-image-button =
331
338
  .title = Pridať obrázok
332
339
  pdfjs-editor-stamp-add-image-button-label = Pridať obrázok
340
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
341
+ pdfjs-editor-free-highlight-thickness-input = Hrúbka
342
+ pdfjs-editor-free-highlight-thickness-title =
343
+ .title = Zmeňte hrúbku pre zvýrazňovanie iných položiek ako textu
333
344
  pdfjs-free-text =
334
345
  .aria-label = Textový editor
335
346
  pdfjs-free-text-default-content = Začnite písať…
@@ -386,3 +397,10 @@ pdfjs-editor-colorpicker-pink =
386
397
  .title = Ružová
387
398
  pdfjs-editor-colorpicker-red =
388
399
  .title = Červená
400
+
401
+ ## Show all highlights
402
+ ## This is a toggle button to show/hide all the highlights.
403
+
404
+ pdfjs-editor-highlight-show-all-button-label = Zobraziť všetko
405
+ pdfjs-editor-highlight-show-all-button =
406
+ .title = Zobraziť všetko
@@ -283,12 +283,21 @@ pdfjs-editor-free-text-button-label = متن
283
283
  pdfjs-editor-ink-button =
284
284
  .title = چھکو
285
285
  pdfjs-editor-ink-button-label = چھکو
286
+
287
+ ## Remove button for the various kind of editor.
288
+
289
+
290
+ ##
291
+
286
292
  # Editor Parameters
287
293
  pdfjs-editor-free-text-color-input = رنگ
288
294
  pdfjs-editor-free-text-size-input = سائز
289
295
  pdfjs-editor-ink-color-input = رنگ
290
296
  pdfjs-editor-ink-thickness-input = ٹھولھ
291
297
  pdfjs-editor-ink-opacity-input = دھندلاپن
298
+ pdfjs-editor-stamp-add-image-button =
299
+ .title = تصویر شامل کرو
300
+ pdfjs-editor-stamp-add-image-button-label = تصویر شامل کرو
292
301
  pdfjs-free-text =
293
302
  .aria-label = ٹیکسٹ ایڈیٹر
294
303
  pdfjs-free-text-default-content = ٹائپنگ شروع کرو …
@@ -303,3 +312,16 @@ pdfjs-ink-canvas =
303
312
  ## Editor resizers
304
313
  ## This is used in an aria label to help to understand the role of the resizer.
305
314
 
315
+
316
+ ## Color picker
317
+
318
+ pdfjs-editor-colorpicker-yellow =
319
+ .title = پیلا
320
+ pdfjs-editor-colorpicker-green =
321
+ .title = ساوا
322
+ pdfjs-editor-colorpicker-blue =
323
+ .title = نیلا
324
+ pdfjs-editor-colorpicker-pink =
325
+ .title = گلابی
326
+ pdfjs-editor-colorpicker-red =
327
+ .title = لال
@@ -305,8 +305,9 @@ 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
308
+ pdfjs-editor-highlight-button =
309
+ .title = Poudarek
310
+ pdfjs-editor-highlight-button-label = Poudarek
310
311
 
311
312
  ## Remove button for the various kind of editor.
312
313
 
@@ -330,6 +331,10 @@ pdfjs-editor-ink-opacity-input = Neprosojnost
330
331
  pdfjs-editor-stamp-add-image-button =
331
332
  .title = Dodaj sliko
332
333
  pdfjs-editor-stamp-add-image-button-label = Dodaj sliko
334
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
335
+ pdfjs-editor-free-highlight-thickness-input = Debelina
336
+ pdfjs-editor-free-highlight-thickness-title =
337
+ .title = Spremeni debelino pri označevanju nebesedilnih elementov
333
338
  pdfjs-free-text =
334
339
  .aria-label = Urejevalnik besedila
335
340
  pdfjs-free-text-default-content = Začnite tipkati …
@@ -292,8 +292,9 @@ 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
295
+ pdfjs-editor-highlight-button =
296
+ .title = Theksim
297
+ pdfjs-editor-highlight-button-label = Theksoje
297
298
 
298
299
  ## Remove button for the various kind of editor.
299
300
 
@@ -317,6 +318,10 @@ pdfjs-editor-ink-opacity-input = Patejdukshmëri
317
318
  pdfjs-editor-stamp-add-image-button =
318
319
  .title = Shtoni figurë
319
320
  pdfjs-editor-stamp-add-image-button-label = Shtoni figurë
321
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
322
+ pdfjs-editor-free-highlight-thickness-input = Trashësi
323
+ pdfjs-editor-free-highlight-thickness-title =
324
+ .title = Ndryshoni trashësinë kur theksoni objekte tjetër nga tekst
320
325
  pdfjs-free-text =
321
326
  .aria-label = Përpunues Tekstesh
322
327
  pdfjs-free-text-default-content = Filloni të shtypni…
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Rita
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Lägg till eller redigera bilder
303
303
  pdfjs-editor-stamp-button-label = Lägg till eller redigera bilder
304
- pdfjs-editor-remove-button =
305
- .title = Ta bort
304
+ pdfjs-editor-highlight-button =
305
+ .title = Markera
306
+ pdfjs-editor-highlight-button-label = Markera
307
+ pdfjs-highlight-floating-button =
308
+ .title = Markera
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Markera
311
+ .aria-label = Markera
312
+ pdfjs-highlight-floating-button-label = Markera
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacitet
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Lägg till bild
328
335
  pdfjs-editor-stamp-add-image-button-label = Lägg till bild
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Tjocklek
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Ändra tjocklek när du markerar andra objekt än text
329
340
  pdfjs-free-text =
330
341
  .aria-label = Textredigerare
331
342
  pdfjs-free-text-default-content = Börja skriva…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Rosa
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Röd
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Visa alla
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Visa alla
@@ -301,8 +301,6 @@ 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
304
 
307
305
  ## Remove button for the various kind of editor.
308
306
 
@@ -382,3 +380,10 @@ pdfjs-editor-colorpicker-pink =
382
380
  .title = Гулобӣ
383
381
  pdfjs-editor-colorpicker-red =
384
382
  .title = Сурх
383
+
384
+ ## Show all highlights
385
+ ## This is a toggle button to show/hide all the highlights.
386
+
387
+ pdfjs-editor-highlight-show-all-button-label = Ҳамаро намоиш додан
388
+ pdfjs-editor-highlight-show-all-button =
389
+ .title = Ҳамаро намоиш додан
@@ -293,6 +293,25 @@ pdfjs-editor-ink-button-label = รูปวาด
293
293
  pdfjs-editor-stamp-button =
294
294
  .title = เพิ่มหรือแก้ไขภาพ
295
295
  pdfjs-editor-stamp-button-label = เพิ่มหรือแก้ไขภาพ
296
+ pdfjs-editor-highlight-button =
297
+ .title = เน้น
298
+ pdfjs-editor-highlight-button-label = เน้น
299
+ pdfjs-highlight-floating-button =
300
+ .title = เน้นสี
301
+
302
+ ## Remove button for the various kind of editor.
303
+
304
+ pdfjs-editor-remove-ink-button =
305
+ .title = เอาภาพวาดออก
306
+ pdfjs-editor-remove-freetext-button =
307
+ .title = เอาข้อความออก
308
+ pdfjs-editor-remove-stamp-button =
309
+ .title = เอาภาพออก
310
+ pdfjs-editor-remove-highlight-button =
311
+ .title = เอาการเน้นสีออก
312
+
313
+ ##
314
+
296
315
  # Editor Parameters
297
316
  pdfjs-editor-free-text-color-input = สี
298
317
  pdfjs-editor-free-text-size-input = ขนาด
@@ -302,6 +321,10 @@ pdfjs-editor-ink-opacity-input = ความทึบ
302
321
  pdfjs-editor-stamp-add-image-button =
303
322
  .title = เพิ่มภาพ
304
323
  pdfjs-editor-stamp-add-image-button-label = เพิ่มภาพ
324
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
325
+ pdfjs-editor-free-highlight-thickness-input = ความหนา
326
+ pdfjs-editor-free-highlight-thickness-title =
327
+ .title = เปลี่ยนความหนาเมื่อเน้นรายการอื่นๆ ที่ไม่ใช่ข้อความ
305
328
  pdfjs-free-text =
306
329
  .aria-label = ตัวแก้ไขข้อความ
307
330
  pdfjs-free-text-default-content = เริ่มพิมพ์…
@@ -339,3 +362,29 @@ pdfjs-editor-resizer-label-bottom-right = มุมขวาล่าง — ป
339
362
  pdfjs-editor-resizer-label-bottom-middle = ตรงกลางด้านล่าง — ปรับขนาด
340
363
  pdfjs-editor-resizer-label-bottom-left = มุมซ้ายล่าง — ปรับขนาด
341
364
  pdfjs-editor-resizer-label-middle-left = ตรงกลางด้านซ้าย — ปรับขนาด
365
+
366
+ ## Color picker
367
+
368
+ # This means "Color used to highlight text"
369
+ pdfjs-editor-highlight-colorpicker-label = สีเน้น
370
+ pdfjs-editor-colorpicker-button =
371
+ .title = เปลี่ยนสี
372
+ pdfjs-editor-colorpicker-dropdown =
373
+ .aria-label = ทางเลือกสี
374
+ pdfjs-editor-colorpicker-yellow =
375
+ .title = เหลือง
376
+ pdfjs-editor-colorpicker-green =
377
+ .title = เขียว
378
+ pdfjs-editor-colorpicker-blue =
379
+ .title = น้ำเงิน
380
+ pdfjs-editor-colorpicker-pink =
381
+ .title = ชมพู
382
+ pdfjs-editor-colorpicker-red =
383
+ .title = แดง
384
+
385
+ ## Show all highlights
386
+ ## This is a toggle button to show/hide all the highlights.
387
+
388
+ pdfjs-editor-highlight-show-all-button-label = แสดงทั้งหมด
389
+ pdfjs-editor-highlight-show-all-button =
390
+ .title = แสดงทั้งหมด
@@ -26,8 +26,8 @@ pdfjs-zoom-out-button =
26
26
  .title = Uzaklaştır
27
27
  pdfjs-zoom-out-button-label = Uzaklaştır
28
28
  pdfjs-zoom-in-button =
29
- .title = Yaklaştır
30
- pdfjs-zoom-in-button-label = Yaklaştır
29
+ .title = Yakınlaştır
30
+ pdfjs-zoom-in-button-label = Yakınlaştır
31
31
  pdfjs-zoom-select =
32
32
  .title = Yakınlaştırma
33
33
  pdfjs-presentation-mode-button =
@@ -85,10 +85,10 @@ pdfjs-scroll-page-button =
85
85
  .title = Sayfa kaydırmayı kullan
86
86
  pdfjs-scroll-page-button-label = Sayfa kaydırma
87
87
  pdfjs-scroll-vertical-button =
88
- .title = Dikey kaydırma kullan
88
+ .title = Dikey kaydırmayı kullan
89
89
  pdfjs-scroll-vertical-button-label = Dikey kaydırma
90
90
  pdfjs-scroll-horizontal-button =
91
- .title = Yatay kaydırma kullan
91
+ .title = Yatay kaydırmayı kullan
92
92
  pdfjs-scroll-horizontal-button-label = Yatay kaydırma
93
93
  pdfjs-scroll-wrapped-button =
94
94
  .title = Yan yana kaydırmayı kullan
@@ -122,7 +122,7 @@ pdfjs-document-properties-title = Başlık:
122
122
  pdfjs-document-properties-author = Yazar:
123
123
  pdfjs-document-properties-subject = Konu:
124
124
  pdfjs-document-properties-keywords = Anahtar kelimeler:
125
- pdfjs-document-properties-creation-date = Oluturma tarihi:
125
+ pdfjs-document-properties-creation-date = Oluşturma tarihi:
126
126
  pdfjs-document-properties-modification-date = Değiştirme tarihi:
127
127
  # Variables:
128
128
  # $date (Date) - the creation/modification date of the PDF file
@@ -301,8 +301,15 @@ pdfjs-editor-ink-button-label = Çiz
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Resim ekle veya düzenle
303
303
  pdfjs-editor-stamp-button-label = Resim ekle veya düzenle
304
- pdfjs-editor-remove-button =
305
- .title = Kaldır
304
+ pdfjs-editor-highlight-button =
305
+ .title = Vurgula
306
+ pdfjs-editor-highlight-button-label = Vurgula
307
+ pdfjs-highlight-floating-button =
308
+ .title = Vurgula
309
+ pdfjs-highlight-floating-button1 =
310
+ .title = Vurgula
311
+ .aria-label = Vurgula
312
+ pdfjs-highlight-floating-button-label = Vurgula
306
313
 
307
314
  ## Remove button for the various kind of editor.
308
315
 
@@ -326,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Saydamlık
326
333
  pdfjs-editor-stamp-add-image-button =
327
334
  .title = Resim ekle
328
335
  pdfjs-editor-stamp-add-image-button-label = Resim ekle
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Kalınlık
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Metin dışındaki öğeleri vurgularken kalınlığı değiştir
329
340
  pdfjs-free-text =
330
341
  .aria-label = Metin düzenleyicisi
331
342
  pdfjs-free-text-default-content = Yazmaya başlayın…
@@ -382,3 +393,10 @@ pdfjs-editor-colorpicker-pink =
382
393
  .title = Pembe
383
394
  pdfjs-editor-colorpicker-red =
384
395
  .title = Kırmızı
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 = Tümünü göster
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Tümünü göster