@4tw/vue-cli-plugin-pdfjs-viewer 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/assets/build/pdf.mjs +18056 -15776
  3. package/assets/build/pdf.mjs.map +1 -1
  4. package/assets/build/pdf.sandbox.mjs +8 -7
  5. package/assets/build/pdf.sandbox.mjs.map +1 -1
  6. package/assets/build/pdf.worker.mjs +2128 -2963
  7. package/assets/build/pdf.worker.mjs.map +1 -1
  8. package/assets/web/debugger.css +1 -1
  9. package/assets/web/images/cursor-editorFreeHighlight.svg +6 -0
  10. package/assets/web/images/cursor-editorTextHighlight.svg +8 -0
  11. package/assets/web/images/toolbarButton-editorFreeText.svg +3 -1
  12. package/assets/web/images/toolbarButton-editorHighlight.svg +6 -0
  13. package/assets/web/images/toolbarButton-editorStamp.svg +1 -1
  14. package/assets/web/locale/ar/viewer.ftl +140 -0
  15. package/assets/web/locale/be/viewer.ftl +53 -0
  16. package/assets/web/locale/bg/viewer.ftl +137 -0
  17. package/assets/web/locale/br/viewer.ftl +51 -0
  18. package/assets/web/locale/cs/viewer.ftl +53 -0
  19. package/assets/web/locale/cy/viewer.ftl +59 -8
  20. package/assets/web/locale/da/viewer.ftl +53 -0
  21. package/assets/web/locale/de/viewer.ftl +54 -1
  22. package/assets/web/locale/dsb/viewer.ftl +53 -2
  23. package/assets/web/locale/el/viewer.ftl +53 -2
  24. package/assets/web/locale/en-CA/viewer.ftl +91 -0
  25. package/assets/web/locale/en-GB/viewer.ftl +53 -2
  26. package/assets/web/locale/en-US/viewer.ftl +51 -10
  27. package/assets/web/locale/eo/viewer.ftl +61 -14
  28. package/assets/web/locale/es-AR/viewer.ftl +53 -0
  29. package/assets/web/locale/es-CL/viewer.ftl +53 -2
  30. package/assets/web/locale/es-ES/viewer.ftl +53 -0
  31. package/assets/web/locale/eu/viewer.ftl +53 -0
  32. package/assets/web/locale/fi/viewer.ftl +53 -2
  33. package/assets/web/locale/fr/viewer.ftl +53 -2
  34. package/assets/web/locale/fur/viewer.ftl +53 -0
  35. package/assets/web/locale/fy-NL/viewer.ftl +53 -0
  36. package/assets/web/locale/gl/viewer.ftl +17 -0
  37. package/assets/web/locale/gn/viewer.ftl +53 -2
  38. package/assets/web/locale/he/viewer.ftl +53 -2
  39. package/assets/web/locale/hsb/viewer.ftl +53 -2
  40. package/assets/web/locale/hu/viewer.ftl +53 -6
  41. package/assets/web/locale/hy-AM/viewer.ftl +22 -1
  42. package/assets/web/locale/ia/viewer.ftl +53 -10
  43. package/assets/web/locale/is/viewer.ftl +52 -9
  44. package/assets/web/locale/it/viewer.ftl +52 -9
  45. package/assets/web/locale/ja/viewer.ftl +54 -9
  46. package/assets/web/locale/ka/viewer.ftl +47 -9
  47. package/assets/web/locale/kab/viewer.ftl +69 -8
  48. package/assets/web/locale/kk/viewer.ftl +53 -2
  49. package/assets/web/locale/ko/viewer.ftl +53 -2
  50. package/assets/web/locale/nb-NO/viewer.ftl +53 -8
  51. package/assets/web/locale/nl/viewer.ftl +53 -0
  52. package/assets/web/locale/nn-NO/viewer.ftl +59 -6
  53. package/assets/web/locale/oc/viewer.ftl +36 -0
  54. package/assets/web/locale/pa-IN/viewer.ftl +53 -6
  55. package/assets/web/locale/pl/viewer.ftl +53 -0
  56. package/assets/web/locale/pt-BR/viewer.ftl +57 -12
  57. package/assets/web/locale/pt-PT/viewer.ftl +53 -0
  58. package/assets/web/locale/rm/viewer.ftl +53 -6
  59. package/assets/web/locale/ru/viewer.ftl +53 -2
  60. package/assets/web/locale/sk/viewer.ftl +56 -5
  61. package/assets/web/locale/skr/viewer.ftl +97 -6
  62. package/assets/web/locale/sl/viewer.ftl +51 -6
  63. package/assets/web/locale/sq/viewer.ftl +53 -6
  64. package/assets/web/locale/sv-SE/viewer.ftl +53 -2
  65. package/assets/web/locale/tg/viewer.ftl +53 -6
  66. package/assets/web/locale/th/viewer.ftl +53 -0
  67. package/assets/web/locale/tr/viewer.ftl +61 -16
  68. package/assets/web/locale/uk/viewer.ftl +72 -25
  69. package/assets/web/locale/vi/viewer.ftl +54 -3
  70. package/assets/web/locale/zh-CN/viewer.ftl +53 -6
  71. package/assets/web/locale/zh-TW/viewer.ftl +53 -2
  72. package/assets/web/viewer.css +1347 -703
  73. package/assets/web/viewer.html +39 -17
  74. package/assets/web/viewer.mjs +11668 -12170
  75. package/assets/web/viewer.mjs.map +1 -1
  76. package/package.json +1 -1
  77. package/assets/web/images/gv-toolbarButton-openinapp.svg +0 -11
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Scarica
51
51
  pdfjs-bookmark-button =
52
52
  .title = Pagina corrente (mostra URL della pagina corrente)
53
53
  pdfjs-bookmark-button-label = Pagina corrente
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Apri in app
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = Apri in app
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -304,8 +298,27 @@ pdfjs-editor-ink-button-label = Disegno
304
298
  pdfjs-editor-stamp-button =
305
299
  .title = Aggiungi o rimuovi immagine
306
300
  pdfjs-editor-stamp-button-label = Aggiungi o rimuovi immagine
307
- pdfjs-editor-remove-button =
308
- .title = Rimuovi
301
+ pdfjs-editor-highlight-button =
302
+ .title = Evidenzia
303
+ pdfjs-editor-highlight-button-label = Evidenzia
304
+ pdfjs-highlight-floating-button1 =
305
+ .title = Evidenzia
306
+ .aria-label = Evidenzia
307
+ pdfjs-highlight-floating-button-label = Evidenzia
308
+
309
+ ## Remove button for the various kind of editor.
310
+
311
+ pdfjs-editor-remove-ink-button =
312
+ .title = Rimuovi disegno
313
+ pdfjs-editor-remove-freetext-button =
314
+ .title = Rimuovi testo
315
+ pdfjs-editor-remove-stamp-button =
316
+ .title = Rimuovi immagine
317
+ pdfjs-editor-remove-highlight-button =
318
+ .title = Rimuovi evidenziazione
319
+
320
+ ##
321
+
309
322
  # Editor Parameters
310
323
  pdfjs-editor-free-text-color-input = Colore
311
324
  pdfjs-editor-free-text-size-input = Dimensione
@@ -315,6 +328,11 @@ pdfjs-editor-ink-opacity-input = Opacità
315
328
  pdfjs-editor-stamp-add-image-button =
316
329
  .title = Aggiungi immagine
317
330
  pdfjs-editor-stamp-add-image-button-label = Aggiungi immagine
331
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
332
+ pdfjs-editor-free-highlight-thickness-input = Spessore
333
+ pdfjs-editor-free-highlight-thickness-title =
334
+ .title = Modifica lo spessore della selezione per elementi non testuali
335
+
318
336
  pdfjs-free-text =
319
337
  .aria-label = Editor di testo
320
338
  pdfjs-free-text-default-content = Inizia a digitare…
@@ -353,4 +371,29 @@ pdfjs-editor-resizer-label-bottom-middle = Lato inferiore nel mezzo — ridimens
353
371
  pdfjs-editor-resizer-label-bottom-left = Angolo in basso a sinistra — ridimensiona
354
372
  pdfjs-editor-resizer-label-middle-left = Lato sinistro nel mezzo — ridimensiona
355
373
 
356
-
374
+ ## Color picker
375
+
376
+ # This means "Color used to highlight text"
377
+ pdfjs-editor-highlight-colorpicker-label = Colore evidenziatore
378
+
379
+ pdfjs-editor-colorpicker-button =
380
+ .title = Cambia colore
381
+ pdfjs-editor-colorpicker-dropdown =
382
+ .aria-label = Colori disponibili
383
+ pdfjs-editor-colorpicker-yellow =
384
+ .title = Giallo
385
+ pdfjs-editor-colorpicker-green =
386
+ .title = Verde
387
+ pdfjs-editor-colorpicker-blue =
388
+ .title = Blu
389
+ pdfjs-editor-colorpicker-pink =
390
+ .title = Rosa
391
+ pdfjs-editor-colorpicker-red =
392
+ .title = Rosso
393
+
394
+ ## Show all highlights
395
+ ## This is a toggle button to show/hide all the highlights.
396
+
397
+ pdfjs-editor-highlight-show-all-button-label = Mostra tutto
398
+ pdfjs-editor-highlight-show-all-button =
399
+ .title = Mostra tutto
@@ -51,12 +51,6 @@ pdfjs-download-button-label = ダウンロード
51
51
  pdfjs-bookmark-button =
52
52
  .title = 現在のページの URL です (現在のページを表示する URL)
53
53
  pdfjs-bookmark-button-label = 現在のページ
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = アプリで開く
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = アプリで開く
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -285,7 +279,7 @@ pdfjs-text-annotation-type =
285
279
  ## Password
286
280
 
287
281
  pdfjs-password-label = この PDF ファイルを開くためのパスワードを入力してください。
288
- pdfjs-password-invalid = 無効なパスワードです。もう一度やり直してください。
282
+ pdfjs-password-invalid = パスワードが正しくありません。もう一度試してください。
289
283
  pdfjs-password-ok-button = OK
290
284
  pdfjs-password-cancel-button = キャンセル
291
285
  pdfjs-web-fonts-disabled = ウェブフォントが無効になっています: 埋め込まれた PDF のフォントを使用できません。
@@ -293,14 +287,35 @@ pdfjs-web-fonts-disabled = ウェブフォントが無効になっています:
293
287
  ## Editing
294
288
 
295
289
  pdfjs-editor-free-text-button =
296
- .title = フリーテキスト注釈
290
+ .title = フリーテキスト注釈を追加します
297
291
  pdfjs-editor-free-text-button-label = フリーテキスト注釈
298
292
  pdfjs-editor-ink-button =
299
- .title = インク注釈
293
+ .title = インク注釈を追加します
300
294
  pdfjs-editor-ink-button-label = インク注釈
301
295
  pdfjs-editor-stamp-button =
302
296
  .title = 画像を追加または編集します
303
297
  pdfjs-editor-stamp-button-label = 画像を追加または編集
298
+ pdfjs-editor-highlight-button =
299
+ .title = 強調します
300
+ pdfjs-editor-highlight-button-label = 強調
301
+ pdfjs-highlight-floating-button1 =
302
+ .title = 強調
303
+ .aria-label = 強調します
304
+ pdfjs-highlight-floating-button-label = 強調
305
+
306
+ ## Remove button for the various kind of editor.
307
+
308
+ pdfjs-editor-remove-ink-button =
309
+ .title = インク注釈を削除します
310
+ pdfjs-editor-remove-freetext-button =
311
+ .title = テキストを削除します
312
+ pdfjs-editor-remove-stamp-button =
313
+ .title = 画像を削除します
314
+ pdfjs-editor-remove-highlight-button =
315
+ .title = 強調を削除します
316
+
317
+ ##
318
+
304
319
  # Editor Parameters
305
320
  pdfjs-editor-free-text-color-input = 色
306
321
  pdfjs-editor-free-text-size-input = サイズ
@@ -310,6 +325,10 @@ pdfjs-editor-ink-opacity-input = 不透明度
310
325
  pdfjs-editor-stamp-add-image-button =
311
326
  .title = 画像を追加します
312
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 = テキスト以外のアイテムを強調する時の太さを変更します
313
332
  pdfjs-free-text =
314
333
  .aria-label = フリーテキスト注釈エディター
315
334
  pdfjs-free-text-default-content = テキストを入力してください...
@@ -347,3 +366,29 @@ pdfjs-editor-resizer-label-bottom-right = 右下隅 — サイズ変更
347
366
  pdfjs-editor-resizer-label-bottom-middle = 下中央 — サイズ変更
348
367
  pdfjs-editor-resizer-label-bottom-left = 左下隅 — サイズ変更
349
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 = 赤色
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 = 強調の表示を切り替えます
@@ -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 = მთლიანი სიტყვები
@@ -301,6 +301,25 @@ 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
+ 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
+
304
323
  # Editor Parameters
305
324
  pdfjs-editor-free-text-color-input = ფერი
306
325
  pdfjs-editor-free-text-size-input = ზომა
@@ -314,24 +333,24 @@ pdfjs-free-text =
314
333
  .aria-label = ნაწერის ჩასწორება
315
334
  pdfjs-free-text-default-content = აკრიფეთ…
316
335
  pdfjs-ink =
317
- .aria-label = ნახატის ჩასწორება
336
+ .aria-label = დახაზულის შესწორება
318
337
  pdfjs-ink-canvas =
319
338
  .aria-label = მომხმარებლის შექმნილი სურათი
320
339
 
321
340
  ## Alt-text dialog
322
341
 
323
342
  # Alternative text (alt text) helps when people can't see the image.
324
- pdfjs-editor-alt-text-button-label = დართული წარწერა
325
- pdfjs-editor-alt-text-edit-button-label = დართული წარწერის ჩასწორება
343
+ pdfjs-editor-alt-text-button-label = თანდართული წარწერა
344
+ pdfjs-editor-alt-text-edit-button-label = თანდართული წარწერის ჩასწორება
326
345
  pdfjs-editor-alt-text-dialog-label = არჩევა
327
- pdfjs-editor-alt-text-dialog-description = დართული წარწერა (შემნაცვლებელი ტექსტი) გამოსადეგია მათთვის, ვინც ვერ ხედავს სურათებს ან როცა სურათი ვერ იტვირთება.
328
- pdfjs-editor-alt-text-add-description-label = აღწერილობის დამატება
346
+ pdfjs-editor-alt-text-dialog-description = თანდართული (შემნაცვლებელი) წარწერა გამოსადეგია მათთვის, ვინც ვერ ხედავს სურათებს ან გამოისახება მაშინ, როცა სურათი ვერ ჩაიტვირთება.
347
+ pdfjs-editor-alt-text-add-description-label = აღწერილობის მითითება
329
348
  pdfjs-editor-alt-text-add-description-description = განკუთვნილია 1-2 წინადადებით საგნის, მახასიათებლის ან მოქმედების აღსაწერად.
330
- pdfjs-editor-alt-text-mark-decorative-label = მოინიშნოს მოსართავად
331
- pdfjs-editor-alt-text-mark-decorative-description = გამოიყენება შესამკობი სურათებისთვის, გარსშემოსავლები ჩარჩოებისა და ჭვირნიშნებისთვის.
349
+ pdfjs-editor-alt-text-mark-decorative-label = მოინიშნოს მორთულობად
350
+ pdfjs-editor-alt-text-mark-decorative-description = განკუთვნილია შესამკობი სურათებისთვის, გარსშემოსავლები ჩარჩოებისა და ჭვირნიშნებისთვის.
332
351
  pdfjs-editor-alt-text-cancel-button = გაუქმება
333
352
  pdfjs-editor-alt-text-save-button = შენახვა
334
- pdfjs-editor-alt-text-decorative-tooltip = მოინიშნოს მოსართავად
353
+ pdfjs-editor-alt-text-decorative-tooltip = მოინიშნოს მორთულობად
335
354
  # .placeholder: This is a placeholder for the alt text input area
336
355
  pdfjs-editor-alt-text-textarea =
337
356
  .placeholder = მაგალითად, „ახალგაზრდა მამაკაცი მაგიდასთან ზის და სადილობს“
@@ -347,3 +366,22 @@ pdfjs-editor-resizer-label-bottom-right = ქვევით მარჯვნ
347
366
  pdfjs-editor-resizer-label-bottom-middle = ქვევით შუაში — ზომაცვლა
348
367
  pdfjs-editor-resizer-label-bottom-left = ზვევით მარცხნივ — ზომაცვლა
349
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 = წითელი
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Sader
51
51
  pdfjs-bookmark-button =
52
52
  .title = Asebter amiran (Sken-d tansa URL seg usebter amiran)
53
53
  pdfjs-bookmark-button-label = Asebter amiran
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Ldi deg usnas
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = Ldi deg usnas
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -234,6 +228,13 @@ pdfjs-find-match-count =
234
228
  [one] Timeḍriwt { $current } ɣef { $total }
235
229
  *[other] Timeḍriwin { $current } ɣef { $total }
236
230
  }
231
+ # Variables:
232
+ # $limit (Number) - the maximum number of matches
233
+ pdfjs-find-match-count-limit =
234
+ { $limit ->
235
+ [one] Ugar n { $limit } umṣada
236
+ *[other] Ugar n { $limit } yimṣadayen
237
+ }
237
238
  pdfjs-find-not-found = Ulac tawinest
238
239
 
239
240
  ## Predefined zoom values
@@ -294,8 +295,27 @@ pdfjs-editor-ink-button-label = Suneɣ
294
295
  pdfjs-editor-stamp-button =
295
296
  .title = Rnu neɣ ẓreg tugniwin
296
297
  pdfjs-editor-stamp-button-label = Rnu neɣ ẓreg tugniwin
297
- pdfjs-editor-remove-button =
298
- .title = Kkes
298
+ pdfjs-editor-highlight-button =
299
+ .title = Derrer
300
+ pdfjs-editor-highlight-button-label = Derrer
301
+ pdfjs-highlight-floating-button1 =
302
+ .title = Derrer
303
+ .aria-label = Derrer
304
+ pdfjs-highlight-floating-button-label = Derrer
305
+
306
+ ## Remove button for the various kind of editor.
307
+
308
+ pdfjs-editor-remove-ink-button =
309
+ .title = Kkes asuneɣ
310
+ pdfjs-editor-remove-freetext-button =
311
+ .title = Kkes aḍris
312
+ pdfjs-editor-remove-stamp-button =
313
+ .title = Kkes tugna
314
+ pdfjs-editor-remove-highlight-button =
315
+ .title = Kkes aderrer
316
+
317
+ ##
318
+
299
319
  # Editor Parameters
300
320
  pdfjs-editor-free-text-color-input = Initen
301
321
  pdfjs-editor-free-text-size-input = Teɣzi
@@ -305,6 +325,8 @@ pdfjs-editor-ink-opacity-input = Tebrek
305
325
  pdfjs-editor-stamp-add-image-button =
306
326
  .title = Rnu tawlaft
307
327
  pdfjs-editor-stamp-add-image-button-label = Rnu tawlaft
328
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
329
+ pdfjs-editor-free-highlight-thickness-input = Tuzert
308
330
  pdfjs-free-text =
309
331
  .aria-label = Amaẓrag n uḍris
310
332
  pdfjs-free-text-default-content = Bdu tira...
@@ -315,11 +337,50 @@ pdfjs-ink-canvas =
315
337
 
316
338
  ## Alt-text dialog
317
339
 
340
+ # Alternative text (alt text) helps when people can't see the image.
341
+ pdfjs-editor-alt-text-button-label = Aḍris amaskal
342
+ pdfjs-editor-alt-text-edit-button-label = Ẓreg aḍris amaskal
318
343
  pdfjs-editor-alt-text-dialog-label = Fren taxtirt
319
344
  pdfjs-editor-alt-text-add-description-label = Rnu aglam
345
+ pdfjs-editor-alt-text-mark-decorative-label = Creḍ d adlag
320
346
  pdfjs-editor-alt-text-cancel-button = Sefsex
321
347
  pdfjs-editor-alt-text-save-button = Sekles
348
+ pdfjs-editor-alt-text-decorative-tooltip = Yettwacreḍ d adlag
322
349
 
323
350
  ## Editor resizers
324
351
  ## This is used in an aria label to help to understand the role of the resizer.
325
352
 
353
+ pdfjs-editor-resizer-label-top-left = Tiɣmert n ufella n zelmeḍ — semsawi teɣzi
354
+ pdfjs-editor-resizer-label-top-middle = Talemmat n ufella — semsawi teɣzi
355
+ pdfjs-editor-resizer-label-top-right = Tiɣmert n ufella n yeffus — semsawi teɣzi
356
+ pdfjs-editor-resizer-label-middle-right = Talemmast tayeffust — semsawi teɣzi
357
+ pdfjs-editor-resizer-label-bottom-right = Tiɣmert n wadda n yeffus — semsawi teɣzi
358
+ pdfjs-editor-resizer-label-bottom-middle = Talemmat n wadda — semsawi teɣzi
359
+ pdfjs-editor-resizer-label-bottom-left = Tiɣmert n wadda n zelmeḍ — semsawi teɣzi
360
+ pdfjs-editor-resizer-label-middle-left = Talemmast tazelmdaḍt — semsawi teɣzi
361
+
362
+ ## Color picker
363
+
364
+ # This means "Color used to highlight text"
365
+ pdfjs-editor-highlight-colorpicker-label = Ini n uderrer
366
+ pdfjs-editor-colorpicker-button =
367
+ .title = Senfel ini
368
+ pdfjs-editor-colorpicker-dropdown =
369
+ .aria-label = Afran n yiniten
370
+ pdfjs-editor-colorpicker-yellow =
371
+ .title = Awraɣ
372
+ pdfjs-editor-colorpicker-green =
373
+ .title = Azegzaw
374
+ pdfjs-editor-colorpicker-blue =
375
+ .title = Amidadi
376
+ pdfjs-editor-colorpicker-pink =
377
+ .title = Axuxi
378
+ pdfjs-editor-colorpicker-red =
379
+ .title = Azggaɣ
380
+
381
+ ## Show all highlights
382
+ ## This is a toggle button to show/hide all the highlights.
383
+
384
+ pdfjs-editor-highlight-show-all-button-label = Sken akk
385
+ pdfjs-editor-highlight-show-all-button =
386
+ .title = Sken akk
@@ -301,8 +301,29 @@ pdfjs-editor-ink-button-label = Сурет салу
301
301
  pdfjs-editor-stamp-button =
302
302
  .title = Суреттерді қосу немесе түзету
303
303
  pdfjs-editor-stamp-button-label = Суреттерді қосу немесе түзету
304
- pdfjs-editor-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 = Ерекшелеу
313
+
314
+ ## Remove button for the various kind of editor.
315
+
316
+ pdfjs-editor-remove-ink-button =
317
+ .title = Сызбаны өшіру
318
+ pdfjs-editor-remove-freetext-button =
319
+ .title = Мәтінді өшіру
320
+ pdfjs-editor-remove-stamp-button =
321
+ .title = Суретті өшіру
322
+ pdfjs-editor-remove-highlight-button =
323
+ .title = Түспен ерекшелеуді өшіру
324
+
325
+ ##
326
+
306
327
  # Editor Parameters
307
328
  pdfjs-editor-free-text-color-input = Түс
308
329
  pdfjs-editor-free-text-size-input = Өлшемі
@@ -312,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Мөлдірсіздігі
312
333
  pdfjs-editor-stamp-add-image-button =
313
334
  .title = Суретті қосу
314
335
  pdfjs-editor-stamp-add-image-button-label = Суретті қосу
336
+ # This refers to the thickness of the line used for free highlighting (not bound to text)
337
+ pdfjs-editor-free-highlight-thickness-input = Қалыңдығы
338
+ pdfjs-editor-free-highlight-thickness-title =
339
+ .title = Мәтіннен басқа элементтерді ерекшелеу кезінде қалыңдықты өзгерту
315
340
  pdfjs-free-text =
316
341
  .aria-label = Мәтін түзеткіші
317
342
  pdfjs-free-text-default-content = Теруді бастау…
@@ -349,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Төменгі оң жақ бұрыш
349
374
  pdfjs-editor-resizer-label-bottom-middle = Төменгі ортасы — өлшемін өзгерту
350
375
  pdfjs-editor-resizer-label-bottom-left = Төменгі сол жақ бұрыш — өлшемін өзгерту
351
376
  pdfjs-editor-resizer-label-middle-left = Ортаңғы сол жақ — өлшемін өзгерту
377
+
378
+ ## Color picker
379
+
380
+ # This means "Color used to highlight text"
381
+ pdfjs-editor-highlight-colorpicker-label = Ерекшелеу түсі
382
+ pdfjs-editor-colorpicker-button =
383
+ .title = Түсті өзгерту
384
+ pdfjs-editor-colorpicker-dropdown =
385
+ .aria-label = Түс таңдаулары
386
+ pdfjs-editor-colorpicker-yellow =
387
+ .title = Сары
388
+ pdfjs-editor-colorpicker-green =
389
+ .title = Жасыл
390
+ pdfjs-editor-colorpicker-blue =
391
+ .title = Көк
392
+ pdfjs-editor-colorpicker-pink =
393
+ .title = Қызғылт
394
+ pdfjs-editor-colorpicker-red =
395
+ .title = Қызыл
396
+
397
+ ## Show all highlights
398
+ ## This is a toggle button to show/hide all the highlights.
399
+
400
+ pdfjs-editor-highlight-show-all-button-label = Барлығын көрсету
401
+ pdfjs-editor-highlight-show-all-button =
402
+ .title = Барлығын көрсету
@@ -293,8 +293,29 @@ 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 = 강조 표시
305
+
306
+ ## Remove button for the various kind of editor.
307
+
308
+ pdfjs-editor-remove-ink-button =
309
+ .title = 그리기 제거
310
+ pdfjs-editor-remove-freetext-button =
311
+ .title = 텍스트 제거
312
+ pdfjs-editor-remove-stamp-button =
313
+ .title = 이미지 제거
314
+ pdfjs-editor-remove-highlight-button =
315
+ .title = 강조 표시 제거
316
+
317
+ ##
318
+
298
319
  # Editor Parameters
299
320
  pdfjs-editor-free-text-color-input = 색상
300
321
  pdfjs-editor-free-text-size-input = 크기
@@ -304,6 +325,10 @@ pdfjs-editor-ink-opacity-input = 불투명도
304
325
  pdfjs-editor-stamp-add-image-button =
305
326
  .title = 이미지 추가
306
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 = 텍스트 이외의 항목을 강조 표시할 때 두께 변경
307
332
  pdfjs-free-text =
308
333
  .aria-label = 텍스트 편집기
309
334
  pdfjs-free-text-default-content = 입력하세요…
@@ -341,3 +366,29 @@ pdfjs-editor-resizer-label-bottom-right = 오른쪽 아래 - 크기 조정
341
366
  pdfjs-editor-resizer-label-bottom-middle = 가운데 아래 — 크기 조정
342
367
  pdfjs-editor-resizer-label-bottom-left = 왼쪽 아래 - 크기 조정
343
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 = 빨간색
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 = 모두 보기
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Last ned
51
51
  pdfjs-bookmark-button =
52
52
  .title = Gjeldende side (se URL fra gjeldende side)
53
53
  pdfjs-bookmark-button-label = Gjeldende side
54
- # Used in Firefox for Android.
55
- pdfjs-open-in-app-button =
56
- .title = Åpne i app
57
- # Used in Firefox for Android.
58
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
59
- pdfjs-open-in-app-button-label = Åpne i app
60
54
 
61
55
  ## Secondary toolbar and context menu
62
56
 
@@ -301,8 +295,29 @@ pdfjs-editor-ink-button-label = Tegn
301
295
  pdfjs-editor-stamp-button =
302
296
  .title = Legg til eller rediger bilder
303
297
  pdfjs-editor-stamp-button-label = Legg til eller rediger bilder
304
- pdfjs-editor-remove-button =
305
- .title = Fjern
298
+ pdfjs-editor-highlight-button =
299
+ .title = Markere
300
+ pdfjs-editor-highlight-button-label = Markere
301
+ pdfjs-highlight-floating-button =
302
+ .title = Markere
303
+ pdfjs-highlight-floating-button1 =
304
+ .title = Markere
305
+ .aria-label = Markere
306
+ pdfjs-highlight-floating-button-label = Markere
307
+
308
+ ## Remove button for the various kind of editor.
309
+
310
+ pdfjs-editor-remove-ink-button =
311
+ .title = Fjern tegningen
312
+ pdfjs-editor-remove-freetext-button =
313
+ .title = Fjern tekst
314
+ pdfjs-editor-remove-stamp-button =
315
+ .title = Fjern bildet
316
+ pdfjs-editor-remove-highlight-button =
317
+ .title = Fjern utheving
318
+
319
+ ##
320
+
306
321
  # Editor Parameters
307
322
  pdfjs-editor-free-text-color-input = Farge
308
323
  pdfjs-editor-free-text-size-input = Størrelse
@@ -312,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Ugjennomsiktighet
312
327
  pdfjs-editor-stamp-add-image-button =
313
328
  .title = Legg til bilde
314
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
315
334
  pdfjs-free-text =
316
335
  .aria-label = Tekstredigering
317
336
  pdfjs-free-text-default-content = Begynn å skrive…
@@ -349,3 +368,29 @@ pdfjs-editor-resizer-label-bottom-right = Nederste høyre hjørne – endre stø
349
368
  pdfjs-editor-resizer-label-bottom-middle = Nederst i midten — endre størrelse
350
369
  pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne – endre størrelse
351
370
  pdfjs-editor-resizer-label-middle-left = Midt til venstre — endre størrelse
371
+
372
+ ## Color picker
373
+
374
+ # This means "Color used to highlight text"
375
+ pdfjs-editor-highlight-colorpicker-label = Uthevingsfarge
376
+ pdfjs-editor-colorpicker-button =
377
+ .title = Endre farge
378
+ pdfjs-editor-colorpicker-dropdown =
379
+ .aria-label = Fargevalg
380
+ pdfjs-editor-colorpicker-yellow =
381
+ .title = Gul
382
+ pdfjs-editor-colorpicker-green =
383
+ .title = Grønn
384
+ pdfjs-editor-colorpicker-blue =
385
+ .title = Blå
386
+ pdfjs-editor-colorpicker-pink =
387
+ .title = Rosa
388
+ pdfjs-editor-colorpicker-red =
389
+ .title = Rød
390
+
391
+ ## Show all highlights
392
+ ## This is a toggle button to show/hide all the highlights.
393
+
394
+ pdfjs-editor-highlight-show-all-button-label = Vis alle
395
+ pdfjs-editor-highlight-show-all-button =
396
+ .title = Vis alle