@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
|
@@ -128,7 +128,7 @@ pdfjs-document-properties-modification-date = Dátum úpravy:
|
|
|
128
128
|
# $date (Date) - the creation/modification date of the PDF file
|
|
129
129
|
# $time (Time) - the creation/modification time of the PDF file
|
|
130
130
|
pdfjs-document-properties-date-string = { $date }, { $time }
|
|
131
|
-
pdfjs-document-properties-creator =
|
|
131
|
+
pdfjs-document-properties-creator = Aplikácia:
|
|
132
132
|
pdfjs-document-properties-producer = Tvorca PDF:
|
|
133
133
|
pdfjs-document-properties-version = Verzia PDF:
|
|
134
134
|
pdfjs-document-properties-page-count = Počet strán:
|
|
@@ -156,7 +156,7 @@ pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $hei
|
|
|
156
156
|
|
|
157
157
|
# The linearization status of the document; usually called "Fast Web View" in
|
|
158
158
|
# English locales of Adobe software.
|
|
159
|
-
pdfjs-document-properties-linearized = Rýchle
|
|
159
|
+
pdfjs-document-properties-linearized = Rýchle zobrazovanie z webu:
|
|
160
160
|
pdfjs-document-properties-linearized-yes = Áno
|
|
161
161
|
pdfjs-document-properties-linearized-no = Nie
|
|
162
162
|
pdfjs-document-properties-close-button = Zavrieť
|
|
@@ -300,13 +300,34 @@ pdfjs-editor-free-text-button =
|
|
|
300
300
|
.title = Text
|
|
301
301
|
pdfjs-editor-free-text-button-label = Text
|
|
302
302
|
pdfjs-editor-ink-button =
|
|
303
|
-
.title =
|
|
303
|
+
.title = Kresliť
|
|
304
304
|
pdfjs-editor-ink-button-label = Kresliť
|
|
305
305
|
pdfjs-editor-stamp-button =
|
|
306
306
|
.title = Pridať alebo upraviť obrázky
|
|
307
307
|
pdfjs-editor-stamp-button-label = Pridať alebo upraviť obrázky
|
|
308
|
-
pdfjs-editor-
|
|
309
|
-
.title =
|
|
308
|
+
pdfjs-editor-highlight-button =
|
|
309
|
+
.title = Zvýrazniť
|
|
310
|
+
pdfjs-editor-highlight-button-label = Zvýrazniť
|
|
311
|
+
pdfjs-highlight-floating-button =
|
|
312
|
+
.title = Zvýrazniť
|
|
313
|
+
pdfjs-highlight-floating-button1 =
|
|
314
|
+
.title = Zvýrazniť
|
|
315
|
+
.aria-label = Zvýrazniť
|
|
316
|
+
pdfjs-highlight-floating-button-label = Zvýrazniť
|
|
317
|
+
|
|
318
|
+
## Remove button for the various kind of editor.
|
|
319
|
+
|
|
320
|
+
pdfjs-editor-remove-ink-button =
|
|
321
|
+
.title = Odstrániť kresbu
|
|
322
|
+
pdfjs-editor-remove-freetext-button =
|
|
323
|
+
.title = Odstrániť text
|
|
324
|
+
pdfjs-editor-remove-stamp-button =
|
|
325
|
+
.title = Odstrániť obrázok
|
|
326
|
+
pdfjs-editor-remove-highlight-button =
|
|
327
|
+
.title = Odstrániť zvýraznenie
|
|
328
|
+
|
|
329
|
+
##
|
|
330
|
+
|
|
310
331
|
# Editor Parameters
|
|
311
332
|
pdfjs-editor-free-text-color-input = Farba
|
|
312
333
|
pdfjs-editor-free-text-size-input = Veľkosť
|
|
@@ -316,6 +337,10 @@ pdfjs-editor-ink-opacity-input = Priehľadnosť
|
|
|
316
337
|
pdfjs-editor-stamp-add-image-button =
|
|
317
338
|
.title = Pridať obrázok
|
|
318
339
|
pdfjs-editor-stamp-add-image-button-label = Pridať obrázok
|
|
340
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
341
|
+
pdfjs-editor-free-highlight-thickness-input = Hrúbka
|
|
342
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
343
|
+
.title = Zmeňte hrúbku pre zvýrazňovanie iných položiek ako textu
|
|
319
344
|
pdfjs-free-text =
|
|
320
345
|
.aria-label = Textový editor
|
|
321
346
|
pdfjs-free-text-default-content = Začnite písať…
|
|
@@ -353,3 +378,29 @@ pdfjs-editor-resizer-label-bottom-right = Pravý dolný roh – zmena veľkosti
|
|
|
353
378
|
pdfjs-editor-resizer-label-bottom-middle = Stred dole – zmena veľkosti
|
|
354
379
|
pdfjs-editor-resizer-label-bottom-left = Ľavý dolný roh – zmena veľkosti
|
|
355
380
|
pdfjs-editor-resizer-label-middle-left = Vľavo uprostred – zmena veľkosti
|
|
381
|
+
|
|
382
|
+
## Color picker
|
|
383
|
+
|
|
384
|
+
# This means "Color used to highlight text"
|
|
385
|
+
pdfjs-editor-highlight-colorpicker-label = Farba zvýraznenia
|
|
386
|
+
pdfjs-editor-colorpicker-button =
|
|
387
|
+
.title = Zmeniť farbu
|
|
388
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
389
|
+
.aria-label = Výber farieb
|
|
390
|
+
pdfjs-editor-colorpicker-yellow =
|
|
391
|
+
.title = Žltá
|
|
392
|
+
pdfjs-editor-colorpicker-green =
|
|
393
|
+
.title = Zelená
|
|
394
|
+
pdfjs-editor-colorpicker-blue =
|
|
395
|
+
.title = Modrá
|
|
396
|
+
pdfjs-editor-colorpicker-pink =
|
|
397
|
+
.title = Ružová
|
|
398
|
+
pdfjs-editor-colorpicker-red =
|
|
399
|
+
.title = Červená
|
|
400
|
+
|
|
401
|
+
## Show all highlights
|
|
402
|
+
## This is a toggle button to show/hide all the highlights.
|
|
403
|
+
|
|
404
|
+
pdfjs-editor-highlight-show-all-button-label = Zobraziť všetko
|
|
405
|
+
pdfjs-editor-highlight-show-all-button =
|
|
406
|
+
.title = Zobraziť všetko
|
|
@@ -51,12 +51,6 @@ pdfjs-download-button-label = ڈاؤن لوڈ
|
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = موجودہ ورقہ (موجودہ ورقے کنوں یوآرایل ݙیکھو)
|
|
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
|
|
|
@@ -226,6 +220,21 @@ pdfjs-find-match-diacritics-checkbox-label = ڈائیکرٹکس مشابہ کر
|
|
|
226
220
|
pdfjs-find-entire-word-checkbox-label = تمام الفاظ
|
|
227
221
|
pdfjs-find-reached-top = ورقے دے شروع تے پُج ڳیا، تلوں جاری کیتا ڳیا
|
|
228
222
|
pdfjs-find-reached-bottom = ورقے دے پاند تے پُڄ ڳیا، اُتوں شروع کیتا ڳیا
|
|
223
|
+
# Variables:
|
|
224
|
+
# $current (Number) - the index of the currently active find result
|
|
225
|
+
# $total (Number) - the total number of matches in the document
|
|
226
|
+
pdfjs-find-match-count =
|
|
227
|
+
{ $total ->
|
|
228
|
+
[one] { $total } وِچوں { $current } مشابہ
|
|
229
|
+
*[other] { $total } وِچوں { $current } مشابے
|
|
230
|
+
}
|
|
231
|
+
# Variables:
|
|
232
|
+
# $limit (Number) - the maximum number of matches
|
|
233
|
+
pdfjs-find-match-count-limit =
|
|
234
|
+
{ $limit ->
|
|
235
|
+
[one] { $limit } توں ودھ مماثلت۔
|
|
236
|
+
*[other] { $limit } توں ودھ مماثلتاں۔
|
|
237
|
+
}
|
|
229
238
|
pdfjs-find-not-found = فقرہ نئیں ملیا
|
|
230
239
|
|
|
231
240
|
## Predefined zoom values
|
|
@@ -283,12 +292,45 @@ pdfjs-editor-free-text-button-label = متن
|
|
|
283
292
|
pdfjs-editor-ink-button =
|
|
284
293
|
.title = چھکو
|
|
285
294
|
pdfjs-editor-ink-button-label = چھکو
|
|
295
|
+
pdfjs-editor-stamp-button =
|
|
296
|
+
.title = تصویراں کوں شامل کرو یا ترمیم کرو
|
|
297
|
+
pdfjs-editor-stamp-button-label = تصویراں کوں شامل کرو یا ترمیم کرو
|
|
298
|
+
pdfjs-editor-highlight-button =
|
|
299
|
+
.title = نمایاں کرو
|
|
300
|
+
pdfjs-editor-highlight-button-label = نمایاں کرو
|
|
301
|
+
pdfjs-highlight-floating-button =
|
|
302
|
+
.title = نمایاں کرو
|
|
303
|
+
pdfjs-highlight-floating-button1 =
|
|
304
|
+
.title = نمایاں کرو
|
|
305
|
+
.aria-label = نمایاں کرو
|
|
306
|
+
pdfjs-highlight-floating-button-label = نمایاں کرو
|
|
307
|
+
|
|
308
|
+
## Remove button for the various kind of editor.
|
|
309
|
+
|
|
310
|
+
pdfjs-editor-remove-ink-button =
|
|
311
|
+
.title = ڈرائینگ ہٹاؤ
|
|
312
|
+
pdfjs-editor-remove-freetext-button =
|
|
313
|
+
.title = متن ہٹاؤ
|
|
314
|
+
pdfjs-editor-remove-stamp-button =
|
|
315
|
+
.title = تصویر ہٹاؤ
|
|
316
|
+
pdfjs-editor-remove-highlight-button =
|
|
317
|
+
.title = نمایاں ہٹاؤ
|
|
318
|
+
|
|
319
|
+
##
|
|
320
|
+
|
|
286
321
|
# Editor Parameters
|
|
287
322
|
pdfjs-editor-free-text-color-input = رنگ
|
|
288
323
|
pdfjs-editor-free-text-size-input = سائز
|
|
289
324
|
pdfjs-editor-ink-color-input = رنگ
|
|
290
325
|
pdfjs-editor-ink-thickness-input = ٹھولھ
|
|
291
326
|
pdfjs-editor-ink-opacity-input = دھندلاپن
|
|
327
|
+
pdfjs-editor-stamp-add-image-button =
|
|
328
|
+
.title = تصویر شامل کرو
|
|
329
|
+
pdfjs-editor-stamp-add-image-button-label = تصویر شامل کرو
|
|
330
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
331
|
+
pdfjs-editor-free-highlight-thickness-input = مُٹاݨ
|
|
332
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
333
|
+
.title = متن توں ان٘ج ٻئے شئیں کوں نمایاں کرݨ ویلے مُٹاݨ کوں بدلو
|
|
292
334
|
pdfjs-free-text =
|
|
293
335
|
.aria-label = ٹیکسٹ ایڈیٹر
|
|
294
336
|
pdfjs-free-text-default-content = ٹائپنگ شروع کرو …
|
|
@@ -299,7 +341,56 @@ pdfjs-ink-canvas =
|
|
|
299
341
|
|
|
300
342
|
## Alt-text dialog
|
|
301
343
|
|
|
344
|
+
# Alternative text (alt text) helps when people can't see the image.
|
|
345
|
+
pdfjs-editor-alt-text-button-label = Alt متن
|
|
346
|
+
pdfjs-editor-alt-text-edit-button-label = alt متن وِچ ترمیم کرو
|
|
347
|
+
pdfjs-editor-alt-text-dialog-label = ہِک اختیار چُݨو
|
|
348
|
+
pdfjs-editor-alt-text-dialog-description = Alt متن (متبادل متن) اِیں ویلے مَدَت کرین٘دا ہِے جہڑیلے لوک تصویر کوں نِھیں ݙیکھ سڳدے یا جہڑیلے اِیہ لوڈ کائنی تِھین٘دا۔
|
|
349
|
+
pdfjs-editor-alt-text-add-description-label = تفصیل شامل کرو
|
|
350
|
+
pdfjs-editor-alt-text-add-description-description = 1-2 جملیاں دا مقصد جہڑے موضوع، ترتیب، یا اعمال کوں بیان کرین٘دے ہِن۔
|
|
351
|
+
pdfjs-editor-alt-text-mark-decorative-label = آرائشی طور تے نشان زد کرو
|
|
352
|
+
pdfjs-editor-alt-text-mark-decorative-description = اِیہ آرائشی تصویراں کِیتے استعمال تِھین٘دا ہِے، جیویں بارڈر یا واٹر مارکس۔
|
|
353
|
+
pdfjs-editor-alt-text-cancel-button = منسوخ
|
|
354
|
+
pdfjs-editor-alt-text-save-button = محفوظ
|
|
355
|
+
pdfjs-editor-alt-text-decorative-tooltip = آرائشی دے طور تے نشان زد تِھی ڳِیا
|
|
356
|
+
# .placeholder: This is a placeholder for the alt text input area
|
|
357
|
+
pdfjs-editor-alt-text-textarea =
|
|
358
|
+
.placeholder = مثال دے طور تے، "ہِک جؤان کھاݨاں کھاوݨ کِیتے میز اُتّے ٻیٹھا ہِے"
|
|
302
359
|
|
|
303
360
|
## Editor resizers
|
|
304
361
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
305
362
|
|
|
363
|
+
pdfjs-editor-resizer-label-top-left = اُتلی کَھٻّی نُکّڑ — سائز بدلو
|
|
364
|
+
pdfjs-editor-resizer-label-top-middle = اُتلا وِچلا — سائز بدلو
|
|
365
|
+
pdfjs-editor-resizer-label-top-right = اُتلی سَڄّی نُکَّڑ — سائز بدلو
|
|
366
|
+
pdfjs-editor-resizer-label-middle-right = وِچلا سڄّا — سائز بدلو
|
|
367
|
+
pdfjs-editor-resizer-label-bottom-right = تلوِیں سَڄّی نُکَّڑ — سائز بدلو
|
|
368
|
+
pdfjs-editor-resizer-label-bottom-middle = تلواں وِچلا — سائز بدلو
|
|
369
|
+
pdfjs-editor-resizer-label-bottom-left = تلوِیں کَھٻّی نُکّڑ — سائز بدلو
|
|
370
|
+
pdfjs-editor-resizer-label-middle-left = وِچلا کَھٻّا — سائز بدلو
|
|
371
|
+
|
|
372
|
+
## Color picker
|
|
373
|
+
|
|
374
|
+
# This means "Color used to highlight text"
|
|
375
|
+
pdfjs-editor-highlight-colorpicker-label = نشابر رنگ
|
|
376
|
+
pdfjs-editor-colorpicker-button =
|
|
377
|
+
.title = رنگ بدلو
|
|
378
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
379
|
+
.aria-label = رنگ اختیارات
|
|
380
|
+
pdfjs-editor-colorpicker-yellow =
|
|
381
|
+
.title = پیلا
|
|
382
|
+
pdfjs-editor-colorpicker-green =
|
|
383
|
+
.title = ساوا
|
|
384
|
+
pdfjs-editor-colorpicker-blue =
|
|
385
|
+
.title = نیلا
|
|
386
|
+
pdfjs-editor-colorpicker-pink =
|
|
387
|
+
.title = گلابی
|
|
388
|
+
pdfjs-editor-colorpicker-red =
|
|
389
|
+
.title = لال
|
|
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 = سارے ݙکھاؤ
|
|
395
|
+
pdfjs-editor-highlight-show-all-button =
|
|
396
|
+
.title = سارے ݙکھاؤ
|
|
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Prenesi
|
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = Trenutna stran (prikaži URL, ki vodi do trenutne strani)
|
|
53
53
|
pdfjs-bookmark-button-label = Na trenutno stran
|
|
54
|
-
# Used in Firefox for Android.
|
|
55
|
-
pdfjs-open-in-app-button =
|
|
56
|
-
.title = Odpri v programu
|
|
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 = Odpri v programu
|
|
60
54
|
|
|
61
55
|
## Secondary toolbar and context menu
|
|
62
56
|
|
|
@@ -305,6 +299,27 @@ pdfjs-editor-ink-button-label = Riši
|
|
|
305
299
|
pdfjs-editor-stamp-button =
|
|
306
300
|
.title = Dodajanje ali urejanje slik
|
|
307
301
|
pdfjs-editor-stamp-button-label = Dodajanje ali urejanje slik
|
|
302
|
+
pdfjs-editor-highlight-button =
|
|
303
|
+
.title = Označevalnik
|
|
304
|
+
pdfjs-editor-highlight-button-label = Označevalnik
|
|
305
|
+
pdfjs-highlight-floating-button1 =
|
|
306
|
+
.title = Označi
|
|
307
|
+
.aria-label = Označi
|
|
308
|
+
pdfjs-highlight-floating-button-label = Označi
|
|
309
|
+
|
|
310
|
+
## Remove button for the various kind of editor.
|
|
311
|
+
|
|
312
|
+
pdfjs-editor-remove-ink-button =
|
|
313
|
+
.title = Odstrani risbo
|
|
314
|
+
pdfjs-editor-remove-freetext-button =
|
|
315
|
+
.title = Odstrani besedilo
|
|
316
|
+
pdfjs-editor-remove-stamp-button =
|
|
317
|
+
.title = Odstrani sliko
|
|
318
|
+
pdfjs-editor-remove-highlight-button =
|
|
319
|
+
.title = Odstrani označbo
|
|
320
|
+
|
|
321
|
+
##
|
|
322
|
+
|
|
308
323
|
# Editor Parameters
|
|
309
324
|
pdfjs-editor-free-text-color-input = Barva
|
|
310
325
|
pdfjs-editor-free-text-size-input = Velikost
|
|
@@ -314,6 +329,10 @@ pdfjs-editor-ink-opacity-input = Neprosojnost
|
|
|
314
329
|
pdfjs-editor-stamp-add-image-button =
|
|
315
330
|
.title = Dodaj sliko
|
|
316
331
|
pdfjs-editor-stamp-add-image-button-label = Dodaj sliko
|
|
332
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
333
|
+
pdfjs-editor-free-highlight-thickness-input = Debelina
|
|
334
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
335
|
+
.title = Spremeni debelino pri označevanju nebesedilnih elementov
|
|
317
336
|
pdfjs-free-text =
|
|
318
337
|
.aria-label = Urejevalnik besedila
|
|
319
338
|
pdfjs-free-text-default-content = Začnite tipkati …
|
|
@@ -351,3 +370,29 @@ pdfjs-editor-resizer-label-bottom-right = Spodnji desni kot – spremeni velikos
|
|
|
351
370
|
pdfjs-editor-resizer-label-bottom-middle = Spodaj na sredini – spremeni velikost
|
|
352
371
|
pdfjs-editor-resizer-label-bottom-left = Spodnji levi kot – spremeni velikost
|
|
353
372
|
pdfjs-editor-resizer-label-middle-left = Levo na sredini – spremeni velikost
|
|
373
|
+
|
|
374
|
+
## Color picker
|
|
375
|
+
|
|
376
|
+
# This means "Color used to highlight text"
|
|
377
|
+
pdfjs-editor-highlight-colorpicker-label = Barva označbe
|
|
378
|
+
pdfjs-editor-colorpicker-button =
|
|
379
|
+
.title = Spremeni barvo
|
|
380
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
381
|
+
.aria-label = Izbira barve
|
|
382
|
+
pdfjs-editor-colorpicker-yellow =
|
|
383
|
+
.title = Rumena
|
|
384
|
+
pdfjs-editor-colorpicker-green =
|
|
385
|
+
.title = Zelena
|
|
386
|
+
pdfjs-editor-colorpicker-blue =
|
|
387
|
+
.title = Modra
|
|
388
|
+
pdfjs-editor-colorpicker-pink =
|
|
389
|
+
.title = Roza
|
|
390
|
+
pdfjs-editor-colorpicker-red =
|
|
391
|
+
.title = Rdeča
|
|
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 = Prikaži vse
|
|
397
|
+
pdfjs-editor-highlight-show-all-button =
|
|
398
|
+
.title = Prikaži vse
|
|
@@ -51,12 +51,6 @@ pdfjs-download-button-label = Shkarkoje
|
|
|
51
51
|
pdfjs-bookmark-button =
|
|
52
52
|
.title = Faqja e Tanishme (Shihni URL nga Faqja e Tanishme)
|
|
53
53
|
pdfjs-bookmark-button-label = Faqja e Tanishme
|
|
54
|
-
# Used in Firefox for Android.
|
|
55
|
-
pdfjs-open-in-app-button =
|
|
56
|
-
.title = Hape në aplikacion
|
|
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 = Hape në aplikacion
|
|
60
54
|
|
|
61
55
|
## Secondary toolbar and context menu
|
|
62
56
|
|
|
@@ -292,6 +286,29 @@ pdfjs-editor-ink-button-label = Vizatoni
|
|
|
292
286
|
pdfjs-editor-stamp-button =
|
|
293
287
|
.title = Shtoni ose përpunoni figura
|
|
294
288
|
pdfjs-editor-stamp-button-label = Shtoni ose përpunoni figura
|
|
289
|
+
pdfjs-editor-highlight-button =
|
|
290
|
+
.title = Theksim
|
|
291
|
+
pdfjs-editor-highlight-button-label = Theksoje
|
|
292
|
+
pdfjs-highlight-floating-button =
|
|
293
|
+
.title = Theksim
|
|
294
|
+
pdfjs-highlight-floating-button1 =
|
|
295
|
+
.title = Theksim
|
|
296
|
+
.aria-label = Theksim
|
|
297
|
+
pdfjs-highlight-floating-button-label = Theksim
|
|
298
|
+
|
|
299
|
+
## Remove button for the various kind of editor.
|
|
300
|
+
|
|
301
|
+
pdfjs-editor-remove-ink-button =
|
|
302
|
+
.title = Hiq vizatim
|
|
303
|
+
pdfjs-editor-remove-freetext-button =
|
|
304
|
+
.title = Hiq tekst
|
|
305
|
+
pdfjs-editor-remove-stamp-button =
|
|
306
|
+
.title = Hiq figurë
|
|
307
|
+
pdfjs-editor-remove-highlight-button =
|
|
308
|
+
.title = Hiqe theksimin
|
|
309
|
+
|
|
310
|
+
##
|
|
311
|
+
|
|
295
312
|
# Editor Parameters
|
|
296
313
|
pdfjs-editor-free-text-color-input = Ngjyrë
|
|
297
314
|
pdfjs-editor-free-text-size-input = Madhësi
|
|
@@ -301,6 +318,10 @@ pdfjs-editor-ink-opacity-input = Patejdukshmëri
|
|
|
301
318
|
pdfjs-editor-stamp-add-image-button =
|
|
302
319
|
.title = Shtoni figurë
|
|
303
320
|
pdfjs-editor-stamp-add-image-button-label = Shtoni figurë
|
|
321
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
322
|
+
pdfjs-editor-free-highlight-thickness-input = Trashësi
|
|
323
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
324
|
+
.title = Ndryshoni trashësinë kur theksoni objekte tjetër nga tekst
|
|
304
325
|
pdfjs-free-text =
|
|
305
326
|
.aria-label = Përpunues Tekstesh
|
|
306
327
|
pdfjs-free-text-default-content = Filloni të shtypni…
|
|
@@ -338,3 +359,29 @@ pdfjs-editor-resizer-label-bottom-right = Cepi i poshtëm djathtas — ripërmas
|
|
|
338
359
|
pdfjs-editor-resizer-label-bottom-middle = Mesi i pjesës poshtë — ripërmasojeni
|
|
339
360
|
pdfjs-editor-resizer-label-bottom-left = Cepi i poshtëm — ripërmasojeni
|
|
340
361
|
pdfjs-editor-resizer-label-middle-left = Majtas në mes — ripërmasojeni
|
|
362
|
+
|
|
363
|
+
## Color picker
|
|
364
|
+
|
|
365
|
+
# This means "Color used to highlight text"
|
|
366
|
+
pdfjs-editor-highlight-colorpicker-label = Ngjyrë theksimi
|
|
367
|
+
pdfjs-editor-colorpicker-button =
|
|
368
|
+
.title = Ndryshoni ngjyrë
|
|
369
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
370
|
+
.aria-label = Zgjedhje ngjyre
|
|
371
|
+
pdfjs-editor-colorpicker-yellow =
|
|
372
|
+
.title = E verdhë
|
|
373
|
+
pdfjs-editor-colorpicker-green =
|
|
374
|
+
.title = E gjelbër
|
|
375
|
+
pdfjs-editor-colorpicker-blue =
|
|
376
|
+
.title = Blu
|
|
377
|
+
pdfjs-editor-colorpicker-pink =
|
|
378
|
+
.title = Rozë
|
|
379
|
+
pdfjs-editor-colorpicker-red =
|
|
380
|
+
.title = E kuqe
|
|
381
|
+
|
|
382
|
+
## Show all highlights
|
|
383
|
+
## This is a toggle button to show/hide all the highlights.
|
|
384
|
+
|
|
385
|
+
pdfjs-editor-highlight-show-all-button-label = Shfaqi krejt
|
|
386
|
+
pdfjs-editor-highlight-show-all-button =
|
|
387
|
+
.title = Shfaqi krejt
|
|
@@ -301,8 +301,29 @@ pdfjs-editor-ink-button-label = Rita
|
|
|
301
301
|
pdfjs-editor-stamp-button =
|
|
302
302
|
.title = Lägg till eller redigera bilder
|
|
303
303
|
pdfjs-editor-stamp-button-label = Lägg till eller redigera bilder
|
|
304
|
-
pdfjs-editor-
|
|
305
|
-
.title =
|
|
304
|
+
pdfjs-editor-highlight-button =
|
|
305
|
+
.title = Markera
|
|
306
|
+
pdfjs-editor-highlight-button-label = Markera
|
|
307
|
+
pdfjs-highlight-floating-button =
|
|
308
|
+
.title = Markera
|
|
309
|
+
pdfjs-highlight-floating-button1 =
|
|
310
|
+
.title = Markera
|
|
311
|
+
.aria-label = Markera
|
|
312
|
+
pdfjs-highlight-floating-button-label = Markera
|
|
313
|
+
|
|
314
|
+
## Remove button for the various kind of editor.
|
|
315
|
+
|
|
316
|
+
pdfjs-editor-remove-ink-button =
|
|
317
|
+
.title = Ta bort ritning
|
|
318
|
+
pdfjs-editor-remove-freetext-button =
|
|
319
|
+
.title = Ta bort text
|
|
320
|
+
pdfjs-editor-remove-stamp-button =
|
|
321
|
+
.title = Ta bort bild
|
|
322
|
+
pdfjs-editor-remove-highlight-button =
|
|
323
|
+
.title = Ta bort markering
|
|
324
|
+
|
|
325
|
+
##
|
|
326
|
+
|
|
306
327
|
# Editor Parameters
|
|
307
328
|
pdfjs-editor-free-text-color-input = Färg
|
|
308
329
|
pdfjs-editor-free-text-size-input = Storlek
|
|
@@ -312,6 +333,10 @@ pdfjs-editor-ink-opacity-input = Opacitet
|
|
|
312
333
|
pdfjs-editor-stamp-add-image-button =
|
|
313
334
|
.title = Lägg till bild
|
|
314
335
|
pdfjs-editor-stamp-add-image-button-label = Lägg till bild
|
|
336
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
337
|
+
pdfjs-editor-free-highlight-thickness-input = Tjocklek
|
|
338
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
339
|
+
.title = Ändra tjocklek när du markerar andra objekt än text
|
|
315
340
|
pdfjs-free-text =
|
|
316
341
|
.aria-label = Textredigerare
|
|
317
342
|
pdfjs-free-text-default-content = Börja skriva…
|
|
@@ -349,3 +374,29 @@ pdfjs-editor-resizer-label-bottom-right = Nedre högra hörnet — ändra storle
|
|
|
349
374
|
pdfjs-editor-resizer-label-bottom-middle = Nedre mitten — ändra storlek
|
|
350
375
|
pdfjs-editor-resizer-label-bottom-left = Nedre vänstra hörnet — ändra storlek
|
|
351
376
|
pdfjs-editor-resizer-label-middle-left = Mitten till vänster — ändra storlek
|
|
377
|
+
|
|
378
|
+
## Color picker
|
|
379
|
+
|
|
380
|
+
# This means "Color used to highlight text"
|
|
381
|
+
pdfjs-editor-highlight-colorpicker-label = Markeringsfärg
|
|
382
|
+
pdfjs-editor-colorpicker-button =
|
|
383
|
+
.title = Ändra färg
|
|
384
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
385
|
+
.aria-label = Färgval
|
|
386
|
+
pdfjs-editor-colorpicker-yellow =
|
|
387
|
+
.title = Gul
|
|
388
|
+
pdfjs-editor-colorpicker-green =
|
|
389
|
+
.title = Grön
|
|
390
|
+
pdfjs-editor-colorpicker-blue =
|
|
391
|
+
.title = Blå
|
|
392
|
+
pdfjs-editor-colorpicker-pink =
|
|
393
|
+
.title = Rosa
|
|
394
|
+
pdfjs-editor-colorpicker-red =
|
|
395
|
+
.title = Röd
|
|
396
|
+
|
|
397
|
+
## Show all highlights
|
|
398
|
+
## This is a toggle button to show/hide all the highlights.
|
|
399
|
+
|
|
400
|
+
pdfjs-editor-highlight-show-all-button-label = Visa alla
|
|
401
|
+
pdfjs-editor-highlight-show-all-button =
|
|
402
|
+
.title = Visa alla
|
|
@@ -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
|
|
|
@@ -301,6 +295,29 @@ 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-button =
|
|
302
|
+
.title = Ҷудокунӣ
|
|
303
|
+
pdfjs-highlight-floating-button1 =
|
|
304
|
+
.title = Ҷудокунӣ
|
|
305
|
+
.aria-label = Ҷудокунӣ
|
|
306
|
+
pdfjs-highlight-floating-button-label = Ҷудокунӣ
|
|
307
|
+
|
|
308
|
+
## Remove button for the various kind of editor.
|
|
309
|
+
|
|
310
|
+
pdfjs-editor-remove-ink-button =
|
|
311
|
+
.title = Тоза кардани нақша
|
|
312
|
+
pdfjs-editor-remove-freetext-button =
|
|
313
|
+
.title = Тоза кардани матн
|
|
314
|
+
pdfjs-editor-remove-stamp-button =
|
|
315
|
+
.title = Тоза кардани тасвир
|
|
316
|
+
pdfjs-editor-remove-highlight-button =
|
|
317
|
+
.title = Тоза кардани ҷудокунӣ
|
|
318
|
+
|
|
319
|
+
##
|
|
320
|
+
|
|
304
321
|
# Editor Parameters
|
|
305
322
|
pdfjs-editor-free-text-color-input = Ранг
|
|
306
323
|
pdfjs-editor-free-text-size-input = Андоза
|
|
@@ -310,6 +327,10 @@ pdfjs-editor-ink-opacity-input = Шаффофӣ
|
|
|
310
327
|
pdfjs-editor-stamp-add-image-button =
|
|
311
328
|
.title = Илова кардани тасвир
|
|
312
329
|
pdfjs-editor-stamp-add-image-button-label = Илова кардани тасвир
|
|
330
|
+
# This refers to the thickness of the line used for free highlighting (not bound to text)
|
|
331
|
+
pdfjs-editor-free-highlight-thickness-input = Ғафсӣ
|
|
332
|
+
pdfjs-editor-free-highlight-thickness-title =
|
|
333
|
+
.title = Иваз кардани ғафсӣ ҳангоми ҷудокунии унсурҳо ба ғайр аз матн
|
|
313
334
|
pdfjs-free-text =
|
|
314
335
|
.aria-label = Муҳаррири матн
|
|
315
336
|
pdfjs-free-text-default-content = Нависед…
|
|
@@ -347,3 +368,29 @@ pdfjs-editor-resizer-label-bottom-right = Кунҷи рости поён — т
|
|
|
347
368
|
pdfjs-editor-resizer-label-bottom-middle = Канори миёнаи поён — тағйир додани андоза
|
|
348
369
|
pdfjs-editor-resizer-label-bottom-left = Кунҷи чапи поён — тағйир додани андоза
|
|
349
370
|
pdfjs-editor-resizer-label-middle-left = Канори миёнаи чап — тағйир додани андоза
|
|
371
|
+
|
|
372
|
+
## Color picker
|
|
373
|
+
|
|
374
|
+
# This means "Color used to highlight text"
|
|
375
|
+
pdfjs-editor-highlight-colorpicker-label = Ранги ҷудокунӣ
|
|
376
|
+
pdfjs-editor-colorpicker-button =
|
|
377
|
+
.title = Иваз кардани ранг
|
|
378
|
+
pdfjs-editor-colorpicker-dropdown =
|
|
379
|
+
.aria-label = Интихоби ранг
|
|
380
|
+
pdfjs-editor-colorpicker-yellow =
|
|
381
|
+
.title = Зард
|
|
382
|
+
pdfjs-editor-colorpicker-green =
|
|
383
|
+
.title = Сабз
|
|
384
|
+
pdfjs-editor-colorpicker-blue =
|
|
385
|
+
.title = Кабуд
|
|
386
|
+
pdfjs-editor-colorpicker-pink =
|
|
387
|
+
.title = Гулобӣ
|
|
388
|
+
pdfjs-editor-colorpicker-red =
|
|
389
|
+
.title = Сурх
|
|
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 = Ҳамаро намоиш додан
|
|
395
|
+
pdfjs-editor-highlight-show-all-button =
|
|
396
|
+
.title = Ҳамаро намоиш додан
|
|
@@ -293,6 +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-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
|
+
|
|
296
319
|
# Editor Parameters
|
|
297
320
|
pdfjs-editor-free-text-color-input = สี
|
|
298
321
|
pdfjs-editor-free-text-size-input = ขนาด
|
|
@@ -302,6 +325,10 @@ pdfjs-editor-ink-opacity-input = ความทึบ
|
|
|
302
325
|
pdfjs-editor-stamp-add-image-button =
|
|
303
326
|
.title = เพิ่มภาพ
|
|
304
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 = เปลี่ยนความหนาเมื่อเน้นรายการอื่นๆ ที่ไม่ใช่ข้อความ
|
|
305
332
|
pdfjs-free-text =
|
|
306
333
|
.aria-label = ตัวแก้ไขข้อความ
|
|
307
334
|
pdfjs-free-text-default-content = เริ่มพิมพ์…
|
|
@@ -339,3 +366,29 @@ pdfjs-editor-resizer-label-bottom-right = มุมขวาล่าง — ป
|
|
|
339
366
|
pdfjs-editor-resizer-label-bottom-middle = ตรงกลางด้านล่าง — ปรับขนาด
|
|
340
367
|
pdfjs-editor-resizer-label-bottom-left = มุมซ้ายล่าง — ปรับขนาด
|
|
341
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 = แสดงทั้งหมด
|