@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.
- package/CHANGELOG.md +8 -0
- package/assets/build/pdf.mjs +18056 -15776
- 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 +2128 -2963
- 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-editorHighlight.svg +6 -0
- 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 +53 -0
- package/assets/web/locale/bg/viewer.ftl +137 -0
- package/assets/web/locale/br/viewer.ftl +51 -0
- package/assets/web/locale/cs/viewer.ftl +53 -0
- package/assets/web/locale/cy/viewer.ftl +59 -8
- package/assets/web/locale/da/viewer.ftl +53 -0
- package/assets/web/locale/de/viewer.ftl +54 -1
- package/assets/web/locale/dsb/viewer.ftl +53 -2
- package/assets/web/locale/el/viewer.ftl +53 -2
- package/assets/web/locale/en-CA/viewer.ftl +91 -0
- package/assets/web/locale/en-GB/viewer.ftl +53 -2
- package/assets/web/locale/en-US/viewer.ftl +51 -10
- package/assets/web/locale/eo/viewer.ftl +61 -14
- package/assets/web/locale/es-AR/viewer.ftl +53 -0
- package/assets/web/locale/es-CL/viewer.ftl +53 -2
- package/assets/web/locale/es-ES/viewer.ftl +53 -0
- package/assets/web/locale/eu/viewer.ftl +53 -0
- package/assets/web/locale/fi/viewer.ftl +53 -2
- package/assets/web/locale/fr/viewer.ftl +53 -2
- package/assets/web/locale/fur/viewer.ftl +53 -0
- package/assets/web/locale/fy-NL/viewer.ftl +53 -0
- package/assets/web/locale/gl/viewer.ftl +17 -0
- package/assets/web/locale/gn/viewer.ftl +53 -2
- package/assets/web/locale/he/viewer.ftl +53 -2
- package/assets/web/locale/hsb/viewer.ftl +53 -2
- package/assets/web/locale/hu/viewer.ftl +53 -6
- package/assets/web/locale/hy-AM/viewer.ftl +22 -1
- package/assets/web/locale/ia/viewer.ftl +53 -10
- package/assets/web/locale/is/viewer.ftl +52 -9
- package/assets/web/locale/it/viewer.ftl +52 -9
- package/assets/web/locale/ja/viewer.ftl +54 -9
- package/assets/web/locale/ka/viewer.ftl +47 -9
- package/assets/web/locale/kab/viewer.ftl +69 -8
- package/assets/web/locale/kk/viewer.ftl +53 -2
- package/assets/web/locale/ko/viewer.ftl +53 -2
- package/assets/web/locale/nb-NO/viewer.ftl +53 -8
- package/assets/web/locale/nl/viewer.ftl +53 -0
- package/assets/web/locale/nn-NO/viewer.ftl +59 -6
- package/assets/web/locale/oc/viewer.ftl +36 -0
- package/assets/web/locale/pa-IN/viewer.ftl +53 -6
- package/assets/web/locale/pl/viewer.ftl +53 -0
- package/assets/web/locale/pt-BR/viewer.ftl +57 -12
- package/assets/web/locale/pt-PT/viewer.ftl +53 -0
- package/assets/web/locale/rm/viewer.ftl +53 -6
- package/assets/web/locale/ru/viewer.ftl +53 -2
- package/assets/web/locale/sk/viewer.ftl +56 -5
- package/assets/web/locale/skr/viewer.ftl +97 -6
- package/assets/web/locale/sl/viewer.ftl +51 -6
- package/assets/web/locale/sq/viewer.ftl +53 -6
- package/assets/web/locale/sv-SE/viewer.ftl +53 -2
- package/assets/web/locale/tg/viewer.ftl +53 -6
- package/assets/web/locale/th/viewer.ftl +53 -0
- package/assets/web/locale/tr/viewer.ftl +61 -16
- package/assets/web/locale/uk/viewer.ftl +72 -25
- package/assets/web/locale/vi/viewer.ftl +54 -3
- package/assets/web/locale/zh-CN/viewer.ftl +53 -6
- package/assets/web/locale/zh-TW/viewer.ftl +53 -2
- package/assets/web/viewer.css +1347 -703
- package/assets/web/viewer.html +39 -17
- package/assets/web/viewer.mjs +11668 -12170
- package/assets/web/viewer.mjs.map +1 -1
- package/package.json +1 -1
- package/assets/web/images/gv-toolbarButton-openinapp.svg +0 -11
|
@@ -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 =
|
|
30
|
-
pdfjs-zoom-in-button-label =
|
|
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 =
|
|
@@ -51,12 +51,6 @@ pdfjs-download-button-label = İndir
|
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = Geçerli sayfa (geçerli sayfanın adresini görüntüle)
|
|
53
53
|
pdfjs-bookmark-button-label = Geçerli sayfa
|
|
54
|
-
# Used in Firefox for Android.
|
|
55
|
-
pdfjs-open-in-app-button =
|
|
56
|
-
.title = Uygulamada aç
|
|
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 = Uygulamada aç
|
|
60
54
|
|
|
61
55
|
## Secondary toolbar and context menu
|
|
62
56
|
|
|
@@ -85,10 +79,10 @@ pdfjs-scroll-page-button =
|
|
|
85
79
|
.title = Sayfa kaydırmayı kullan
|
|
86
80
|
pdfjs-scroll-page-button-label = Sayfa kaydırma
|
|
87
81
|
pdfjs-scroll-vertical-button =
|
|
88
|
-
.title = Dikey
|
|
82
|
+
.title = Dikey kaydırmayı kullan
|
|
89
83
|
pdfjs-scroll-vertical-button-label = Dikey kaydırma
|
|
90
84
|
pdfjs-scroll-horizontal-button =
|
|
91
|
-
.title = Yatay
|
|
85
|
+
.title = Yatay kaydırmayı kullan
|
|
92
86
|
pdfjs-scroll-horizontal-button-label = Yatay kaydırma
|
|
93
87
|
pdfjs-scroll-wrapped-button =
|
|
94
88
|
.title = Yan yana kaydırmayı kullan
|
|
@@ -122,7 +116,7 @@ pdfjs-document-properties-title = Başlık:
|
|
|
122
116
|
pdfjs-document-properties-author = Yazar:
|
|
123
117
|
pdfjs-document-properties-subject = Konu:
|
|
124
118
|
pdfjs-document-properties-keywords = Anahtar kelimeler:
|
|
125
|
-
pdfjs-document-properties-creation-date =
|
|
119
|
+
pdfjs-document-properties-creation-date = Oluşturma tarihi:
|
|
126
120
|
pdfjs-document-properties-modification-date = Değiştirme tarihi:
|
|
127
121
|
# Variables:
|
|
128
122
|
# $date (Date) - the creation/modification date of the PDF file
|
|
@@ -273,7 +267,7 @@ pdfjs-rendering-error = Sayfa yorumlanırken bir hata oluştu.
|
|
|
273
267
|
# Variables:
|
|
274
268
|
# $date (Date) - the modification date of the annotation
|
|
275
269
|
# $time (Time) - the modification time of the annotation
|
|
276
|
-
pdfjs-annotation-date-string = { $date }
|
|
270
|
+
pdfjs-annotation-date-string = { $date } { $time }
|
|
277
271
|
# .alt: This is used as a tooltip.
|
|
278
272
|
# Variables:
|
|
279
273
|
# $type (String) - an annotation type from a list defined in the PDF spec
|
|
@@ -301,8 +295,29 @@ pdfjs-editor-ink-button-label = Çiz
|
|
|
301
295
|
pdfjs-editor-stamp-button =
|
|
302
296
|
.title = Resim ekle veya düzenle
|
|
303
297
|
pdfjs-editor-stamp-button-label = Resim ekle veya düzenle
|
|
304
|
-
pdfjs-editor-
|
|
305
|
-
.title =
|
|
298
|
+
pdfjs-editor-highlight-button =
|
|
299
|
+
.title = Vurgula
|
|
300
|
+
pdfjs-editor-highlight-button-label = Vurgula
|
|
301
|
+
pdfjs-highlight-floating-button =
|
|
302
|
+
.title = Vurgula
|
|
303
|
+
pdfjs-highlight-floating-button1 =
|
|
304
|
+
.title = Vurgula
|
|
305
|
+
.aria-label = Vurgula
|
|
306
|
+
pdfjs-highlight-floating-button-label = Vurgula
|
|
307
|
+
|
|
308
|
+
## Remove button for the various kind of editor.
|
|
309
|
+
|
|
310
|
+
pdfjs-editor-remove-ink-button =
|
|
311
|
+
.title = Çizimi kaldır
|
|
312
|
+
pdfjs-editor-remove-freetext-button =
|
|
313
|
+
.title = Metni kaldır
|
|
314
|
+
pdfjs-editor-remove-stamp-button =
|
|
315
|
+
.title = Resmi kaldır
|
|
316
|
+
pdfjs-editor-remove-highlight-button =
|
|
317
|
+
.title = Vurgulamayı kaldır
|
|
318
|
+
|
|
319
|
+
##
|
|
320
|
+
|
|
306
321
|
# Editor Parameters
|
|
307
322
|
pdfjs-editor-free-text-color-input = Renk
|
|
308
323
|
pdfjs-editor-free-text-size-input = Boyut
|
|
@@ -312,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Saydamlık
|
|
|
312
327
|
pdfjs-editor-stamp-add-image-button =
|
|
313
328
|
.title = Resim ekle
|
|
314
329
|
pdfjs-editor-stamp-add-image-button-label = Resim ekle
|
|
330
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
331
|
+
pdfjs-editor-free-highlight-thickness-input = Kalınlık
|
|
332
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
333
|
+
.title = Metin dışındaki öğeleri vurgularken kalınlığı değiştir
|
|
315
334
|
pdfjs-free-text =
|
|
316
335
|
.aria-label = Metin düzenleyicisi
|
|
317
336
|
pdfjs-free-text-default-content = Yazmaya başlayın…
|
|
@@ -326,11 +345,11 @@ pdfjs-ink-canvas =
|
|
|
326
345
|
pdfjs-editor-alt-text-button-label = Alternatif metin
|
|
327
346
|
pdfjs-editor-alt-text-edit-button-label = Alternatif metni düzenle
|
|
328
347
|
pdfjs-editor-alt-text-dialog-label = Bir seçenek seçin
|
|
329
|
-
pdfjs-editor-alt-text-dialog-description = Alternatif metin, insanlar
|
|
348
|
+
pdfjs-editor-alt-text-dialog-description = Alternatif metin, insanlar resmi göremediğinde veya resim yüklenmediğinde işe yarar.
|
|
330
349
|
pdfjs-editor-alt-text-add-description-label = Açıklama ekle
|
|
331
350
|
pdfjs-editor-alt-text-add-description-description = Konuyu, ortamı veya eylemleri tanımlayan bir iki cümle yazmaya çalışın.
|
|
332
351
|
pdfjs-editor-alt-text-mark-decorative-label = Dekoratif olarak işaretle
|
|
333
|
-
pdfjs-editor-alt-text-mark-decorative-description = Kenarlıklar veya filigranlar gibi dekoratif
|
|
352
|
+
pdfjs-editor-alt-text-mark-decorative-description = Kenarlıklar veya filigranlar gibi dekoratif resimler için kullanılır.
|
|
334
353
|
pdfjs-editor-alt-text-cancel-button = Vazgeç
|
|
335
354
|
pdfjs-editor-alt-text-save-button = Kaydet
|
|
336
355
|
pdfjs-editor-alt-text-decorative-tooltip = Dekoratif olarak işaretlendi
|
|
@@ -349,3 +368,29 @@ pdfjs-editor-resizer-label-bottom-right = Sağ alt köşe — yeniden boyutland
|
|
|
349
368
|
pdfjs-editor-resizer-label-bottom-middle = Alt orta — yeniden boyutlandır
|
|
350
369
|
pdfjs-editor-resizer-label-bottom-left = Sol alt köşe — yeniden boyutlandır
|
|
351
370
|
pdfjs-editor-resizer-label-middle-left = Orta sol — yeniden boyutlandır
|
|
371
|
+
|
|
372
|
+
## Color picker
|
|
373
|
+
|
|
374
|
+
# This means "Color used to highlight text"
|
|
375
|
+
pdfjs-editor-highlight-colorpicker-label = Vurgu rengi
|
|
376
|
+
pdfjs-editor-colorpicker-button =
|
|
377
|
+
.title = Rengi değiştir
|
|
378
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
379
|
+
.aria-label = Renk seçenekleri
|
|
380
|
+
pdfjs-editor-colorpicker-yellow =
|
|
381
|
+
.title = Sarı
|
|
382
|
+
pdfjs-editor-colorpicker-green =
|
|
383
|
+
.title = Yeşil
|
|
384
|
+
pdfjs-editor-colorpicker-blue =
|
|
385
|
+
.title = Mavi
|
|
386
|
+
pdfjs-editor-colorpicker-pink =
|
|
387
|
+
.title = Pembe
|
|
388
|
+
pdfjs-editor-colorpicker-red =
|
|
389
|
+
.title = Kırmızı
|
|
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 = Tümünü göster
|
|
395
|
+
pdfjs-editor-highlight-show-all-button =
|
|
396
|
+
.title = Tümünü göster
|
|
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Завантажити
|
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = Поточна сторінка (перегляд 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
|
|
|
@@ -108,16 +102,16 @@ pdfjs-spread-even-button-label = Парні сторінки зліва
|
|
|
108
102
|
pdfjs-document-properties-button =
|
|
109
103
|
.title = Властивості документа…
|
|
110
104
|
pdfjs-document-properties-button-label = Властивості документа…
|
|
111
|
-
pdfjs-document-properties-file-name = Назва
|
|
112
|
-
pdfjs-document-properties-file-size = Розмір
|
|
105
|
+
pdfjs-document-properties-file-name = Назва файлу:
|
|
106
|
+
pdfjs-document-properties-file-size = Розмір файлу:
|
|
113
107
|
# Variables:
|
|
114
108
|
# $size_kb (Number) - the PDF file size in kilobytes
|
|
115
109
|
# $size_b (Number) - the PDF file size in bytes
|
|
116
|
-
pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b }
|
|
110
|
+
pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } байтів)
|
|
117
111
|
# Variables:
|
|
118
112
|
# $size_mb (Number) - the PDF file size in megabytes
|
|
119
113
|
# $size_b (Number) - the PDF file size in bytes
|
|
120
|
-
pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b }
|
|
114
|
+
pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } байтів)
|
|
121
115
|
pdfjs-document-properties-title = Заголовок:
|
|
122
116
|
pdfjs-document-properties-author = Автор:
|
|
123
117
|
pdfjs-document-properties-subject = Тема:
|
|
@@ -182,14 +176,14 @@ pdfjs-document-outline-button =
|
|
|
182
176
|
.title = Показати схему документу (подвійний клік для розгортання/згортання елементів)
|
|
183
177
|
pdfjs-document-outline-button-label = Схема документа
|
|
184
178
|
pdfjs-attachments-button =
|
|
185
|
-
.title = Показати
|
|
186
|
-
pdfjs-attachments-button-label =
|
|
179
|
+
.title = Показати вкладення
|
|
180
|
+
pdfjs-attachments-button-label = Вкладення
|
|
187
181
|
pdfjs-layers-button =
|
|
188
182
|
.title = Показати шари (двічі клацніть, щоб скинути всі шари до типового стану)
|
|
189
183
|
pdfjs-layers-button-label = Шари
|
|
190
184
|
pdfjs-thumbs-button =
|
|
191
|
-
.title =
|
|
192
|
-
pdfjs-thumbs-button-label =
|
|
185
|
+
.title = Показати мініатюри
|
|
186
|
+
pdfjs-thumbs-button-label = Мініатюри
|
|
193
187
|
pdfjs-current-outline-item-button =
|
|
194
188
|
.title = Знайти поточний елемент змісту
|
|
195
189
|
pdfjs-current-outline-item-button-label = Поточний елемент змісту
|
|
@@ -286,9 +280,9 @@ pdfjs-text-annotation-type =
|
|
|
286
280
|
|
|
287
281
|
## Password
|
|
288
282
|
|
|
289
|
-
pdfjs-password-label = Введіть пароль для відкриття цього PDF
|
|
290
|
-
pdfjs-password-invalid =
|
|
291
|
-
pdfjs-password-ok-button =
|
|
283
|
+
pdfjs-password-label = Введіть пароль для відкриття цього PDF-файлу.
|
|
284
|
+
pdfjs-password-invalid = Неправильний пароль. Спробуйте ще раз.
|
|
285
|
+
pdfjs-password-ok-button = OK
|
|
292
286
|
pdfjs-password-cancel-button = Скасувати
|
|
293
287
|
pdfjs-web-fonts-disabled = Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
|
|
294
288
|
|
|
@@ -303,6 +297,29 @@ pdfjs-editor-ink-button-label = Малювати
|
|
|
303
297
|
pdfjs-editor-stamp-button =
|
|
304
298
|
.title = Додати чи редагувати зображення
|
|
305
299
|
pdfjs-editor-stamp-button-label = Додати чи редагувати зображення
|
|
300
|
+
pdfjs-editor-highlight-button =
|
|
301
|
+
.title = Підсвітити
|
|
302
|
+
pdfjs-editor-highlight-button-label = Підсвітити
|
|
303
|
+
pdfjs-highlight-floating-button =
|
|
304
|
+
.title = Підсвітити
|
|
305
|
+
pdfjs-highlight-floating-button1 =
|
|
306
|
+
.title = Підсвітити
|
|
307
|
+
.aria-label = Підсвітити
|
|
308
|
+
pdfjs-highlight-floating-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 = Розмір
|
|
@@ -312,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Прозорість
|
|
|
312
329
|
pdfjs-editor-stamp-add-image-button =
|
|
313
330
|
.title = Додати зображення
|
|
314
331
|
pdfjs-editor-stamp-add-image-button-label = Додати зображення
|
|
332
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
333
|
+
pdfjs-editor-free-highlight-thickness-input = Товщина
|
|
334
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
335
|
+
.title = Змінюйте товщину під час підсвічування елементів, крім тексту
|
|
315
336
|
pdfjs-free-text =
|
|
316
337
|
.aria-label = Текстовий редактор
|
|
317
338
|
pdfjs-free-text-default-content = Почніть вводити…
|
|
@@ -341,11 +362,37 @@ pdfjs-editor-alt-text-textarea =
|
|
|
341
362
|
## Editor resizers
|
|
342
363
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
343
364
|
|
|
344
|
-
pdfjs-editor-resizer-label-top-left = Верхній лівий кут
|
|
345
|
-
pdfjs-editor-resizer-label-top-middle = Вгорі посередині
|
|
346
|
-
pdfjs-editor-resizer-label-top-right = Верхній правий кут
|
|
347
|
-
pdfjs-editor-resizer-label-middle-right = Праворуч посередині
|
|
348
|
-
pdfjs-editor-resizer-label-bottom-right = Нижній правий кут
|
|
349
|
-
pdfjs-editor-resizer-label-bottom-middle = Внизу посередині
|
|
350
|
-
pdfjs-editor-resizer-label-bottom-left = Нижній лівий кут
|
|
351
|
-
pdfjs-editor-resizer-label-middle-left = Ліворуч посередині
|
|
365
|
+
pdfjs-editor-resizer-label-top-left = Верхній лівий кут – зміна розміру
|
|
366
|
+
pdfjs-editor-resizer-label-top-middle = Вгорі посередині – зміна розміру
|
|
367
|
+
pdfjs-editor-resizer-label-top-right = Верхній правий кут – зміна розміру
|
|
368
|
+
pdfjs-editor-resizer-label-middle-right = Праворуч посередині – зміна розміру
|
|
369
|
+
pdfjs-editor-resizer-label-bottom-right = Нижній правий кут – зміна розміру
|
|
370
|
+
pdfjs-editor-resizer-label-bottom-middle = Внизу посередині – зміна розміру
|
|
371
|
+
pdfjs-editor-resizer-label-bottom-left = Нижній лівий кут – зміна розміру
|
|
372
|
+
pdfjs-editor-resizer-label-middle-left = Ліворуч посередині – зміна розміру
|
|
373
|
+
|
|
374
|
+
## Color picker
|
|
375
|
+
|
|
376
|
+
# This means "Color used to highlight text"
|
|
377
|
+
pdfjs-editor-highlight-colorpicker-label = Колір підсвічування
|
|
378
|
+
pdfjs-editor-colorpicker-button =
|
|
379
|
+
.title = Змінити колір
|
|
380
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
381
|
+
.aria-label = Вибір кольору
|
|
382
|
+
pdfjs-editor-colorpicker-yellow =
|
|
383
|
+
.title = Жовтий
|
|
384
|
+
pdfjs-editor-colorpicker-green =
|
|
385
|
+
.title = Зелений
|
|
386
|
+
pdfjs-editor-colorpicker-blue =
|
|
387
|
+
.title = Блакитний
|
|
388
|
+
pdfjs-editor-colorpicker-pink =
|
|
389
|
+
.title = Рожевий
|
|
390
|
+
pdfjs-editor-colorpicker-red =
|
|
391
|
+
.title = Червоний
|
|
392
|
+
|
|
393
|
+
## Show all highlights
|
|
394
|
+
## This is a toggle button to show/hide all the highlights.
|
|
395
|
+
|
|
396
|
+
pdfjs-editor-highlight-show-all-button-label = Показати все
|
|
397
|
+
pdfjs-editor-highlight-show-all-button =
|
|
398
|
+
.title = Показати все
|
|
@@ -220,7 +220,7 @@ pdfjs-find-previous-button-label = Trước
|
|
|
220
220
|
pdfjs-find-next-button =
|
|
221
221
|
.title = Tìm cụm từ ở phần sau
|
|
222
222
|
pdfjs-find-next-button-label = Tiếp
|
|
223
|
-
pdfjs-find-highlight-checkbox =
|
|
223
|
+
pdfjs-find-highlight-checkbox = Đánh dấu tất cả
|
|
224
224
|
pdfjs-find-match-case-checkbox-label = Phân biệt hoa, thường
|
|
225
225
|
pdfjs-find-match-diacritics-checkbox-label = Khớp dấu phụ
|
|
226
226
|
pdfjs-find-entire-word-checkbox-label = Toàn bộ từ
|
|
@@ -293,8 +293,29 @@ pdfjs-editor-ink-button-label = Vẽ
|
|
|
293
293
|
pdfjs-editor-stamp-button =
|
|
294
294
|
.title = Thêm hoặc chỉnh sửa hình ảnh
|
|
295
295
|
pdfjs-editor-stamp-button-label = Thêm hoặc chỉnh sửa hình ảnh
|
|
296
|
-
pdfjs-editor-
|
|
297
|
-
.title =
|
|
296
|
+
pdfjs-editor-highlight-button =
|
|
297
|
+
.title = Đánh dấu
|
|
298
|
+
pdfjs-editor-highlight-button-label = Đánh dấu
|
|
299
|
+
pdfjs-highlight-floating-button =
|
|
300
|
+
.title = Đánh dấu
|
|
301
|
+
pdfjs-highlight-floating-button1 =
|
|
302
|
+
.title = Đánh dấu
|
|
303
|
+
.aria-label = Đánh dấu
|
|
304
|
+
pdfjs-highlight-floating-button-label = Đánh dấu
|
|
305
|
+
|
|
306
|
+
## Remove button for the various kind of editor.
|
|
307
|
+
|
|
308
|
+
pdfjs-editor-remove-ink-button =
|
|
309
|
+
.title = Xóa bản vẽ
|
|
310
|
+
pdfjs-editor-remove-freetext-button =
|
|
311
|
+
.title = Xóa văn bản
|
|
312
|
+
pdfjs-editor-remove-stamp-button =
|
|
313
|
+
.title = Xóa ảnh
|
|
314
|
+
pdfjs-editor-remove-highlight-button =
|
|
315
|
+
.title = Xóa phần đánh dấu
|
|
316
|
+
|
|
317
|
+
##
|
|
318
|
+
|
|
298
319
|
# Editor Parameters
|
|
299
320
|
pdfjs-editor-free-text-color-input = Màu
|
|
300
321
|
pdfjs-editor-free-text-size-input = Kích cỡ
|
|
@@ -304,6 +325,10 @@ pdfjs-editor-ink-opacity-input = Độ mờ
|
|
|
304
325
|
pdfjs-editor-stamp-add-image-button =
|
|
305
326
|
.title = Thêm hình ảnh
|
|
306
327
|
pdfjs-editor-stamp-add-image-button-label = Thêm hình ảnh
|
|
328
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
329
|
+
pdfjs-editor-free-highlight-thickness-input = Độ dày
|
|
330
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
331
|
+
.title = Thay đổi độ dày khi đánh dấu các mục không phải là văn bản
|
|
307
332
|
pdfjs-free-text =
|
|
308
333
|
.aria-label = Trình sửa văn bản
|
|
309
334
|
pdfjs-free-text-default-content = Bắt đầu nhập…
|
|
@@ -341,3 +366,29 @@ pdfjs-editor-resizer-label-bottom-right = Dưới cùng bên phải — thay đ
|
|
|
341
366
|
pdfjs-editor-resizer-label-bottom-middle = Ở giữa dưới cùng — thay đổi kích thước
|
|
342
367
|
pdfjs-editor-resizer-label-bottom-left = Góc dưới bên trái — thay đổi kích thước
|
|
343
368
|
pdfjs-editor-resizer-label-middle-left = Ở giữa bên trái — thay đổi kích thước
|
|
369
|
+
|
|
370
|
+
## Color picker
|
|
371
|
+
|
|
372
|
+
# This means "Color used to highlight text"
|
|
373
|
+
pdfjs-editor-highlight-colorpicker-label = Màu đánh dấu
|
|
374
|
+
pdfjs-editor-colorpicker-button =
|
|
375
|
+
.title = Thay đổi màu
|
|
376
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
377
|
+
.aria-label = Lựa chọn màu sắc
|
|
378
|
+
pdfjs-editor-colorpicker-yellow =
|
|
379
|
+
.title = Vàng
|
|
380
|
+
pdfjs-editor-colorpicker-green =
|
|
381
|
+
.title = Xanh lục
|
|
382
|
+
pdfjs-editor-colorpicker-blue =
|
|
383
|
+
.title = Xanh dương
|
|
384
|
+
pdfjs-editor-colorpicker-pink =
|
|
385
|
+
.title = Hồng
|
|
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 = Hiện tất cả
|
|
393
|
+
pdfjs-editor-highlight-show-all-button =
|
|
394
|
+
.title = Hiện tất cả
|
|
@@ -51,12 +51,6 @@ pdfjs-download-button-label = 下载
|
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = 当前页面(在当前页面查看 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
|
|
|
@@ -293,6 +287,29 @@ pdfjs-editor-ink-button-label = 绘图
|
|
|
293
287
|
pdfjs-editor-stamp-button =
|
|
294
288
|
.title = 添加或编辑图像
|
|
295
289
|
pdfjs-editor-stamp-button-label = 添加或编辑图像
|
|
290
|
+
pdfjs-editor-highlight-button =
|
|
291
|
+
.title = 高亮
|
|
292
|
+
pdfjs-editor-highlight-button-label = 高亮
|
|
293
|
+
pdfjs-highlight-floating-button =
|
|
294
|
+
.title = 高亮
|
|
295
|
+
pdfjs-highlight-floating-button1 =
|
|
296
|
+
.title = 高亮
|
|
297
|
+
.aria-label = 高亮
|
|
298
|
+
pdfjs-highlight-floating-button-label = 高亮
|
|
299
|
+
|
|
300
|
+
## Remove button for the various kind of editor.
|
|
301
|
+
|
|
302
|
+
pdfjs-editor-remove-ink-button =
|
|
303
|
+
.title = 移除绘图
|
|
304
|
+
pdfjs-editor-remove-freetext-button =
|
|
305
|
+
.title = 移除文本
|
|
306
|
+
pdfjs-editor-remove-stamp-button =
|
|
307
|
+
.title = 移除图像
|
|
308
|
+
pdfjs-editor-remove-highlight-button =
|
|
309
|
+
.title = 移除高亮
|
|
310
|
+
|
|
311
|
+
##
|
|
312
|
+
|
|
296
313
|
# Editor Parameters
|
|
297
314
|
pdfjs-editor-free-text-color-input = 颜色
|
|
298
315
|
pdfjs-editor-free-text-size-input = 字号
|
|
@@ -302,6 +319,10 @@ pdfjs-editor-ink-opacity-input = 不透明度
|
|
|
302
319
|
pdfjs-editor-stamp-add-image-button =
|
|
303
320
|
.title = 添加图像
|
|
304
321
|
pdfjs-editor-stamp-add-image-button-label = 添加图像
|
|
322
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
323
|
+
pdfjs-editor-free-highlight-thickness-input = 粗细
|
|
324
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
325
|
+
.title = 更改高亮粗细(用于文本以外项目)
|
|
305
326
|
pdfjs-free-text =
|
|
306
327
|
.aria-label = 文本编辑器
|
|
307
328
|
pdfjs-free-text-default-content = 开始输入…
|
|
@@ -339,3 +360,29 @@ pdfjs-editor-resizer-label-bottom-right = 调整尺寸 - 右下角
|
|
|
339
360
|
pdfjs-editor-resizer-label-bottom-middle = 调整大小 - 底部中间
|
|
340
361
|
pdfjs-editor-resizer-label-bottom-left = 调整尺寸 - 左下角
|
|
341
362
|
pdfjs-editor-resizer-label-middle-left = 调整尺寸 - 左侧中间
|
|
363
|
+
|
|
364
|
+
## Color picker
|
|
365
|
+
|
|
366
|
+
# This means "Color used to highlight text"
|
|
367
|
+
pdfjs-editor-highlight-colorpicker-label = 高亮色
|
|
368
|
+
pdfjs-editor-colorpicker-button =
|
|
369
|
+
.title = 更改颜色
|
|
370
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
371
|
+
.aria-label = 颜色选择
|
|
372
|
+
pdfjs-editor-colorpicker-yellow =
|
|
373
|
+
.title = 黄色
|
|
374
|
+
pdfjs-editor-colorpicker-green =
|
|
375
|
+
.title = 绿色
|
|
376
|
+
pdfjs-editor-colorpicker-blue =
|
|
377
|
+
.title = 蓝色
|
|
378
|
+
pdfjs-editor-colorpicker-pink =
|
|
379
|
+
.title = 粉色
|
|
380
|
+
pdfjs-editor-colorpicker-red =
|
|
381
|
+
.title = 红色
|
|
382
|
+
|
|
383
|
+
## Show all highlights
|
|
384
|
+
## This is a toggle button to show/hide all the highlights.
|
|
385
|
+
|
|
386
|
+
pdfjs-editor-highlight-show-all-button-label = 显示全部
|
|
387
|
+
pdfjs-editor-highlight-show-all-button =
|
|
388
|
+
.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-
|
|
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 = 顯示全部
|