@4tw/vue-cli-plugin-pdfjs-viewer 1.5.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.
- package/CHANGELOG.md +5 -1
- package/assets/build/pdf.mjs +18487 -16960
- package/assets/build/pdf.mjs.map +1 -1
- package/assets/build/pdf.sandbox.mjs +8 -7
- package/assets/build/pdf.sandbox.mjs.map +1 -1
- package/assets/build/pdf.worker.mjs +2072 -2954
- package/assets/build/pdf.worker.mjs.map +1 -1
- package/assets/web/debugger.css +1 -1
- package/assets/web/images/cursor-editorFreeHighlight.svg +6 -0
- package/assets/web/images/cursor-editorTextHighlight.svg +8 -0
- package/assets/web/images/toolbarButton-editorFreeText.svg +3 -1
- package/assets/web/images/toolbarButton-editorStamp.svg +1 -1
- package/assets/web/locale/ar/viewer.ftl +140 -0
- package/assets/web/locale/be/viewer.ftl +20 -2
- package/assets/web/locale/bg/viewer.ftl +137 -0
- package/assets/web/locale/br/viewer.ftl +21 -0
- package/assets/web/locale/cs/viewer.ftl +20 -2
- package/assets/web/locale/cy/viewer.ftl +26 -8
- package/assets/web/locale/da/viewer.ftl +41 -2
- package/assets/web/locale/de/viewer.ftl +21 -3
- package/assets/web/locale/dsb/viewer.ftl +20 -2
- package/assets/web/locale/el/viewer.ftl +20 -2
- package/assets/web/locale/en-CA/viewer.ftl +91 -0
- package/assets/web/locale/en-GB/viewer.ftl +20 -2
- package/assets/web/locale/en-US/viewer.ftl +15 -8
- package/assets/web/locale/eo/viewer.ftl +61 -14
- package/assets/web/locale/es-AR/viewer.ftl +20 -2
- package/assets/web/locale/es-CL/viewer.ftl +20 -2
- package/assets/web/locale/es-ES/viewer.ftl +20 -2
- package/assets/web/locale/eu/viewer.ftl +53 -0
- package/assets/web/locale/fi/viewer.ftl +20 -2
- package/assets/web/locale/fr/viewer.ftl +20 -2
- package/assets/web/locale/fur/viewer.ftl +41 -2
- package/assets/web/locale/fy-NL/viewer.ftl +20 -2
- package/assets/web/locale/gl/viewer.ftl +17 -0
- package/assets/web/locale/gn/viewer.ftl +20 -2
- package/assets/web/locale/he/viewer.ftl +20 -2
- package/assets/web/locale/hsb/viewer.ftl +20 -2
- package/assets/web/locale/hu/viewer.ftl +20 -8
- package/assets/web/locale/hy-AM/viewer.ftl +22 -1
- package/assets/web/locale/ia/viewer.ftl +20 -10
- package/assets/web/locale/is/viewer.ftl +19 -9
- package/assets/web/locale/it/viewer.ftl +18 -8
- package/assets/web/locale/ja/viewer.ftl +42 -11
- package/assets/web/locale/ka/viewer.ftl +45 -9
- package/assets/web/locale/kab/viewer.ftl +57 -8
- package/assets/web/locale/kk/viewer.ftl +20 -2
- package/assets/web/locale/ko/viewer.ftl +22 -4
- package/assets/web/locale/nb-NO/viewer.ftl +20 -8
- package/assets/web/locale/nl/viewer.ftl +20 -2
- package/assets/web/locale/nn-NO/viewer.ftl +59 -8
- package/assets/web/locale/oc/viewer.ftl +36 -0
- package/assets/web/locale/pa-IN/viewer.ftl +41 -8
- package/assets/web/locale/pl/viewer.ftl +20 -2
- package/assets/web/locale/pt-BR/viewer.ftl +24 -12
- package/assets/web/locale/pt-PT/viewer.ftl +53 -0
- package/assets/web/locale/rm/viewer.ftl +20 -8
- package/assets/web/locale/ru/viewer.ftl +20 -2
- package/assets/web/locale/sk/viewer.ftl +23 -5
- package/assets/web/locale/skr/viewer.ftl +97 -6
- package/assets/web/locale/sl/viewer.ftl +18 -8
- package/assets/web/locale/sq/viewer.ftl +20 -8
- package/assets/web/locale/sv-SE/viewer.ftl +20 -2
- package/assets/web/locale/tg/viewer.ftl +20 -8
- package/assets/web/locale/th/viewer.ftl +53 -0
- package/assets/web/locale/tr/viewer.ftl +28 -16
- package/assets/web/locale/uk/viewer.ftl +39 -27
- package/assets/web/locale/vi/viewer.ftl +21 -3
- package/assets/web/locale/zh-CN/viewer.ftl +20 -8
- package/assets/web/locale/zh-TW/viewer.ftl +20 -2
- package/assets/web/viewer.css +912 -432
- package/assets/web/viewer.html +24 -13
- package/assets/web/viewer.mjs +12763 -13370
- package/assets/web/viewer.mjs.map +1 -1
- package/package.json +1 -1
- package/assets/web/images/gv-toolbarButton-openinapp.svg +0 -11
|
@@ -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,16 +287,21 @@ 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 = 画像を追加または編集
|
|
304
|
-
pdfjs-editor-
|
|
305
|
-
.title =
|
|
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 = 強調
|
|
306
305
|
|
|
307
306
|
## Remove button for the various kind of editor.
|
|
308
307
|
|
|
@@ -312,6 +311,8 @@ pdfjs-editor-remove-freetext-button =
|
|
|
312
311
|
.title = テキストを削除します
|
|
313
312
|
pdfjs-editor-remove-stamp-button =
|
|
314
313
|
.title = 画像を削除します
|
|
314
|
+
pdfjs-editor-remove-highlight-button =
|
|
315
|
+
.title = 強調を削除します
|
|
315
316
|
|
|
316
317
|
##
|
|
317
318
|
|
|
@@ -324,6 +325,10 @@ pdfjs-editor-ink-opacity-input = 不透明度
|
|
|
324
325
|
pdfjs-editor-stamp-add-image-button =
|
|
325
326
|
.title = 画像を追加します
|
|
326
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 = テキスト以外のアイテムを強調する時の太さを変更します
|
|
327
332
|
pdfjs-free-text =
|
|
328
333
|
.aria-label = フリーテキスト注釈エディター
|
|
329
334
|
pdfjs-free-text-default-content = テキストを入力してください...
|
|
@@ -361,3 +366,29 @@ pdfjs-editor-resizer-label-bottom-right = 右下隅 — サイズ変更
|
|
|
361
366
|
pdfjs-editor-resizer-label-bottom-middle = 下中央 — サイズ変更
|
|
362
367
|
pdfjs-editor-resizer-label-bottom-left = 左下隅 — サイズ変更
|
|
363
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 = მთლიანი სიტყვები
|
|
@@ -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 = წითელი
|
|
@@ -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
|
|
|
@@ -301,8 +295,27 @@ pdfjs-editor-ink-button-label = Suneɣ
|
|
|
301
295
|
pdfjs-editor-stamp-button =
|
|
302
296
|
.title = Rnu neɣ ẓreg tugniwin
|
|
303
297
|
pdfjs-editor-stamp-button-label = Rnu neɣ ẓreg tugniwin
|
|
304
|
-
pdfjs-editor-
|
|
305
|
-
.title =
|
|
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
|
+
|
|
306
319
|
# Editor Parameters
|
|
307
320
|
pdfjs-editor-free-text-color-input = Initen
|
|
308
321
|
pdfjs-editor-free-text-size-input = Teɣzi
|
|
@@ -312,6 +325,8 @@ pdfjs-editor-ink-opacity-input = Tebrek
|
|
|
312
325
|
pdfjs-editor-stamp-add-image-button =
|
|
313
326
|
.title = Rnu tawlaft
|
|
314
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
|
|
315
330
|
pdfjs-free-text =
|
|
316
331
|
.aria-label = Amaẓrag n uḍris
|
|
317
332
|
pdfjs-free-text-default-content = Bdu tira...
|
|
@@ -335,3 +350,37 @@ pdfjs-editor-alt-text-decorative-tooltip = Yettwacreḍ d adlag
|
|
|
335
350
|
## Editor resizers
|
|
336
351
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
337
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,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-
|
|
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-
|
|
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 = 모두 보기
|
|
@@ -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,15 @@ 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-
|
|
305
|
-
.title =
|
|
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
|
|
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…
|
|
@@ -382,3 +387,10 @@ pdfjs-editor-colorpicker-pink =
|
|
|
382
387
|
.title = Rosa
|
|
383
388
|
pdfjs-editor-colorpicker-red =
|
|
384
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
|
|
@@ -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-
|
|
305
|
-
.title =
|
|
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
|
|
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Last ned
|
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = Gjeldande side (sjå URL frå gjeldande side)
|
|
53
53
|
pdfjs-bookmark-button-label = Gjeldande side
|
|
54
|
-
# Used in Firefox for Android.
|
|
55
|
-
pdfjs-open-in-app-button =
|
|
56
|
-
.title = Opne 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 = Opne i app
|
|
60
54
|
|
|
61
55
|
## Secondary toolbar and context menu
|
|
62
56
|
|
|
@@ -301,8 +295,27 @@ pdfjs-editor-ink-button-label = Teikne
|
|
|
301
295
|
pdfjs-editor-stamp-button =
|
|
302
296
|
.title = Legg til eller rediger bilde
|
|
303
297
|
pdfjs-editor-stamp-button-label = Legg til eller rediger bilde
|
|
304
|
-
pdfjs-editor-
|
|
305
|
-
.title =
|
|
298
|
+
pdfjs-editor-highlight-button =
|
|
299
|
+
.title = Markere
|
|
300
|
+
pdfjs-editor-highlight-button-label = Markere
|
|
301
|
+
pdfjs-highlight-floating-button1 =
|
|
302
|
+
.title = Markere
|
|
303
|
+
.aria-label = Markere
|
|
304
|
+
pdfjs-highlight-floating-button-label = Markere
|
|
305
|
+
|
|
306
|
+
## Remove button for the various kind of editor.
|
|
307
|
+
|
|
308
|
+
pdfjs-editor-remove-ink-button =
|
|
309
|
+
.title = Fjern teikninga
|
|
310
|
+
pdfjs-editor-remove-freetext-button =
|
|
311
|
+
.title = Fjern tekst
|
|
312
|
+
pdfjs-editor-remove-stamp-button =
|
|
313
|
+
.title = Fjern bildet
|
|
314
|
+
pdfjs-editor-remove-highlight-button =
|
|
315
|
+
.title = Fjern utheving
|
|
316
|
+
|
|
317
|
+
##
|
|
318
|
+
|
|
306
319
|
# Editor Parameters
|
|
307
320
|
pdfjs-editor-free-text-color-input = Farge
|
|
308
321
|
pdfjs-editor-free-text-size-input = Storleik
|
|
@@ -312,6 +325,10 @@ pdfjs-editor-ink-opacity-input = Ugjennomskinleg
|
|
|
312
325
|
pdfjs-editor-stamp-add-image-button =
|
|
313
326
|
.title = Legg til bilde
|
|
314
327
|
pdfjs-editor-stamp-add-image-button-label = Legg til bilde
|
|
328
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
329
|
+
pdfjs-editor-free-highlight-thickness-input = Tjukkleik
|
|
330
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
331
|
+
.title = Endre tjukn når du markerer andre element enn tekst
|
|
315
332
|
pdfjs-free-text =
|
|
316
333
|
.aria-label = Tekstredigering
|
|
317
334
|
pdfjs-free-text-default-content = Byrje å skrive…
|
|
@@ -341,3 +358,37 @@ pdfjs-editor-alt-text-textarea =
|
|
|
341
358
|
## Editor resizers
|
|
342
359
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
343
360
|
|
|
361
|
+
pdfjs-editor-resizer-label-top-left = Øvste venstre hjørne – endre størrelse
|
|
362
|
+
pdfjs-editor-resizer-label-top-middle = Øvst i midten — endre størrelse
|
|
363
|
+
pdfjs-editor-resizer-label-top-right = Øvste høgre hjørne – endre størrelse
|
|
364
|
+
pdfjs-editor-resizer-label-middle-right = Midt til høgre – endre størrelse
|
|
365
|
+
pdfjs-editor-resizer-label-bottom-right = Nedste høgre hjørne – endre størrelse
|
|
366
|
+
pdfjs-editor-resizer-label-bottom-middle = Nedst i midten — endre størrelse
|
|
367
|
+
pdfjs-editor-resizer-label-bottom-left = Nedste venstre hjørne – endre størrelse
|
|
368
|
+
pdfjs-editor-resizer-label-middle-left = Midt til venstre — endre størrelse
|
|
369
|
+
|
|
370
|
+
## Color picker
|
|
371
|
+
|
|
372
|
+
# This means "Color used to highlight text"
|
|
373
|
+
pdfjs-editor-highlight-colorpicker-label = Uthevingsfarge
|
|
374
|
+
pdfjs-editor-colorpicker-button =
|
|
375
|
+
.title = Endre farge
|
|
376
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
377
|
+
.aria-label = Fargeval
|
|
378
|
+
pdfjs-editor-colorpicker-yellow =
|
|
379
|
+
.title = Gul
|
|
380
|
+
pdfjs-editor-colorpicker-green =
|
|
381
|
+
.title = Grøn
|
|
382
|
+
pdfjs-editor-colorpicker-blue =
|
|
383
|
+
.title = Blå
|
|
384
|
+
pdfjs-editor-colorpicker-pink =
|
|
385
|
+
.title = Rosa
|
|
386
|
+
pdfjs-editor-colorpicker-red =
|
|
387
|
+
.title = Raud
|
|
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 = Vis alle
|
|
393
|
+
pdfjs-editor-highlight-show-all-button =
|
|
394
|
+
.title = Vis alle
|
|
@@ -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
|