@ntlab/ntjs-assets 2.0.50 → 2.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/assets/js/pdfjs/build/pdf.mjs +749 -343
  2. package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
  3. package/assets/js/pdfjs/build/pdf.sandbox.mjs +6 -6
  4. package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  5. package/assets/js/pdfjs/build/pdf.worker.mjs +426 -214
  6. package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
  7. package/assets/js/pdfjs/web/locale/ar/viewer.ftl +23 -2
  8. package/assets/js/pdfjs/web/locale/be/viewer.ftl +24 -0
  9. package/assets/js/pdfjs/web/locale/bg/viewer.ftl +16 -0
  10. package/assets/js/pdfjs/web/locale/ca/viewer.ftl +20 -6
  11. package/assets/js/pdfjs/web/locale/cs/viewer.ftl +24 -0
  12. package/assets/js/pdfjs/web/locale/cy/viewer.ftl +30 -0
  13. package/assets/js/pdfjs/web/locale/da/viewer.ftl +16 -0
  14. package/assets/js/pdfjs/web/locale/de/viewer.ftl +30 -2
  15. package/assets/js/pdfjs/web/locale/dsb/viewer.ftl +30 -0
  16. package/assets/js/pdfjs/web/locale/el/viewer.ftl +16 -0
  17. package/assets/js/pdfjs/web/locale/en-CA/viewer.ftl +31 -1
  18. package/assets/js/pdfjs/web/locale/en-GB/viewer.ftl +16 -0
  19. package/assets/js/pdfjs/web/locale/eo/viewer.ftl +30 -0
  20. package/assets/js/pdfjs/web/locale/es-AR/viewer.ftl +16 -0
  21. package/assets/js/pdfjs/web/locale/es-CL/viewer.ftl +16 -0
  22. package/assets/js/pdfjs/web/locale/es-ES/viewer.ftl +38 -8
  23. package/assets/js/pdfjs/web/locale/eu/viewer.ftl +23 -8
  24. package/assets/js/pdfjs/web/locale/fi/viewer.ftl +30 -2
  25. package/assets/js/pdfjs/web/locale/fr/viewer.ftl +16 -0
  26. package/assets/js/pdfjs/web/locale/fur/viewer.ftl +30 -2
  27. package/assets/js/pdfjs/web/locale/fy-NL/viewer.ftl +16 -0
  28. package/assets/js/pdfjs/web/locale/gd/viewer.ftl +20 -6
  29. package/assets/js/pdfjs/web/locale/gl/viewer.ftl +27 -6
  30. package/assets/js/pdfjs/web/locale/gn/viewer.ftl +30 -2
  31. package/assets/js/pdfjs/web/locale/he/viewer.ftl +16 -0
  32. package/assets/js/pdfjs/web/locale/hi-IN/viewer.ftl +20 -6
  33. package/assets/js/pdfjs/web/locale/hr/viewer.ftl +48 -22
  34. package/assets/js/pdfjs/web/locale/hsb/viewer.ftl +16 -0
  35. package/assets/js/pdfjs/web/locale/hu/viewer.ftl +16 -0
  36. package/assets/js/pdfjs/web/locale/ia/viewer.ftl +16 -0
  37. package/assets/js/pdfjs/web/locale/is/viewer.ftl +30 -0
  38. package/assets/js/pdfjs/web/locale/ja/viewer.ftl +31 -2
  39. package/assets/js/pdfjs/web/locale/ka/viewer.ftl +27 -8
  40. package/assets/js/pdfjs/web/locale/kab/viewer.ftl +52 -0
  41. package/assets/js/pdfjs/web/locale/kk/viewer.ftl +16 -0
  42. package/assets/js/pdfjs/web/locale/ko/viewer.ftl +16 -0
  43. package/assets/js/pdfjs/web/locale/lo/viewer.ftl +20 -6
  44. package/assets/js/pdfjs/web/locale/nb-NO/viewer.ftl +87 -2
  45. package/assets/js/pdfjs/web/locale/nl/viewer.ftl +16 -0
  46. package/assets/js/pdfjs/web/locale/nn-NO/viewer.ftl +32 -0
  47. package/assets/js/pdfjs/web/locale/pa-IN/viewer.ftl +30 -2
  48. package/assets/js/pdfjs/web/locale/pl/viewer.ftl +30 -0
  49. package/assets/js/pdfjs/web/locale/pt-BR/viewer.ftl +18 -2
  50. package/assets/js/pdfjs/web/locale/pt-PT/viewer.ftl +30 -2
  51. package/assets/js/pdfjs/web/locale/rm/viewer.ftl +87 -2
  52. package/assets/js/pdfjs/web/locale/ru/viewer.ftl +17 -1
  53. package/assets/js/pdfjs/web/locale/sat/viewer.ftl +20 -6
  54. package/assets/js/pdfjs/web/locale/si/viewer.ftl +20 -6
  55. package/assets/js/pdfjs/web/locale/sk/viewer.ftl +30 -2
  56. package/assets/js/pdfjs/web/locale/skr/viewer.ftl +38 -0
  57. package/assets/js/pdfjs/web/locale/sl/viewer.ftl +16 -0
  58. package/assets/js/pdfjs/web/locale/sq/viewer.ftl +24 -0
  59. package/assets/js/pdfjs/web/locale/sr/viewer.ftl +20 -6
  60. package/assets/js/pdfjs/web/locale/sv-SE/viewer.ftl +16 -0
  61. package/assets/js/pdfjs/web/locale/tg/viewer.ftl +61 -2
  62. package/assets/js/pdfjs/web/locale/th/viewer.ftl +16 -0
  63. package/assets/js/pdfjs/web/locale/tr/viewer.ftl +16 -0
  64. package/assets/js/pdfjs/web/locale/uk/viewer.ftl +55 -1
  65. package/assets/js/pdfjs/web/locale/vi/viewer.ftl +16 -0
  66. package/assets/js/pdfjs/web/locale/zh-CN/viewer.ftl +16 -0
  67. package/assets/js/pdfjs/web/locale/zh-TW/viewer.ftl +16 -0
  68. package/assets/js/pdfjs/web/viewer.css +777 -592
  69. package/assets/js/pdfjs/web/viewer.html +271 -250
  70. package/assets/js/pdfjs/web/viewer.mjs +384 -213
  71. package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
  72. package/package.json +1 -1
@@ -306,8 +306,6 @@ pdfjs-editor-stamp-button-label = أضِف أو حرّر الصور
306
306
  pdfjs-editor-highlight-button =
307
307
  .title = أبرِز
308
308
  pdfjs-editor-highlight-button-label = أبرِز
309
- pdfjs-highlight-floating-button =
310
- .title = أبرِز
311
309
  pdfjs-highlight-floating-button1 =
312
310
  .title = أبرِز
313
311
  .aria-label = أبرِز
@@ -376,6 +374,22 @@ pdfjs-editor-resizer-label-bottom-right = الزاوية اليُمنى السُ
376
374
  pdfjs-editor-resizer-label-bottom-middle = أسفل الوسط - غيّر الحجم
377
375
  pdfjs-editor-resizer-label-bottom-left = الزاوية اليُسرى السُفلية - غيّر الحجم
378
376
  pdfjs-editor-resizer-label-middle-left = مُنتصف اليسار - غيّر الحجم
377
+ pdfjs-editor-resizer-top-left =
378
+ .aria-label = الزاوية اليُسرى العُليا — غيّر الحجم
379
+ pdfjs-editor-resizer-top-middle =
380
+ .aria-label = أعلى الوسط - غيّر الحجم
381
+ pdfjs-editor-resizer-top-right =
382
+ .aria-label = الزاوية اليُمنى العُليا - غيّر الحجم
383
+ pdfjs-editor-resizer-middle-right =
384
+ .aria-label = اليمين الأوسط - غيّر الحجم
385
+ pdfjs-editor-resizer-bottom-right =
386
+ .aria-label = الزاوية اليُمنى السُفلى - غيّر الحجم
387
+ pdfjs-editor-resizer-bottom-middle =
388
+ .aria-label = أسفل الوسط - غيّر الحجم
389
+ pdfjs-editor-resizer-bottom-left =
390
+ .aria-label = الزاوية اليُسرى السُفلية - غيّر الحجم
391
+ pdfjs-editor-resizer-middle-left =
392
+ .aria-label = مُنتصف اليسار - غيّر الحجم
379
393
 
380
394
  ## Color picker
381
395
 
@@ -402,3 +416,10 @@ pdfjs-editor-colorpicker-red =
402
416
  pdfjs-editor-highlight-show-all-button-label = أظهِر الكل
403
417
  pdfjs-editor-highlight-show-all-button =
404
418
  .title = أظهِر الكل
419
+
420
+ ## New alt-text dialog
421
+ ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
422
+
423
+
424
+ ## Image alt-text settings
425
+
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Уласцівасці дакумент
105
105
  pdfjs-document-properties-file-name = Назва файла:
106
106
  pdfjs-document-properties-file-size = Памер файла:
107
107
  # Variables:
108
+ # $kb (Number) - the PDF file size in kilobytes
109
+ # $b (Number) - the PDF file size in bytes
110
+ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } КБ ({ $b } байтаў)
111
+ # Variables:
112
+ # $mb (Number) - the PDF file size in megabytes
113
+ # $b (Number) - the PDF file size in bytes
114
+ pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } МБ ({ $b } байтаў)
115
+ # Variables:
108
116
  # $size_kb (Number) - the PDF file size in kilobytes
109
117
  # $size_b (Number) - the PDF file size in bytes
110
118
  pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } байт)
@@ -374,6 +382,22 @@ pdfjs-editor-resizer-label-bottom-right = Правы ніжні кут — зм
374
382
  pdfjs-editor-resizer-label-bottom-middle = Пасярэдзіне ўнізе — змяніць памер
375
383
  pdfjs-editor-resizer-label-bottom-left = Левы ніжні кут — змяніць памер
376
384
  pdfjs-editor-resizer-label-middle-left = Пасярэдзіне злева — змяніць памер
385
+ pdfjs-editor-resizer-top-left =
386
+ .aria-label = Верхні левы кут — змяніць памер
387
+ pdfjs-editor-resizer-top-middle =
388
+ .aria-label = Уверсе пасярэдзіне — змяніць памер
389
+ pdfjs-editor-resizer-top-right =
390
+ .aria-label = Верхні правы кут — змяніць памер
391
+ pdfjs-editor-resizer-middle-right =
392
+ .aria-label = Пасярэдзіне справа — змяніць памер
393
+ pdfjs-editor-resizer-bottom-right =
394
+ .aria-label = Правы ніжні кут — змяніць памер
395
+ pdfjs-editor-resizer-bottom-middle =
396
+ .aria-label = Пасярэдзіне ўнізе — змяніць памер
397
+ pdfjs-editor-resizer-bottom-left =
398
+ .aria-label = Левы ніжні кут — змяніць памер
399
+ pdfjs-editor-resizer-middle-left =
400
+ .aria-label = Пасярэдзіне злева — змяніць памер
377
401
 
378
402
  ## Color picker
379
403
 
@@ -369,6 +369,22 @@ pdfjs-editor-resizer-label-bottom-right = Долен десен ъгъл — п
369
369
  pdfjs-editor-resizer-label-bottom-middle = Долу в средата — преоразмеряване
370
370
  pdfjs-editor-resizer-label-bottom-left = Долен ляв ъгъл — преоразмеряване
371
371
  pdfjs-editor-resizer-label-middle-left = Ляво в средата — преоразмеряване
372
+ pdfjs-editor-resizer-top-left =
373
+ .aria-label = Горен ляв ъгъл — преоразмеряване
374
+ pdfjs-editor-resizer-top-middle =
375
+ .aria-label = Горе в средата — преоразмеряване
376
+ pdfjs-editor-resizer-top-right =
377
+ .aria-label = Горен десен ъгъл — преоразмеряване
378
+ pdfjs-editor-resizer-middle-right =
379
+ .aria-label = Дясно в средата — преоразмеряване
380
+ pdfjs-editor-resizer-bottom-right =
381
+ .aria-label = Долен десен ъгъл — преоразмеряване
382
+ pdfjs-editor-resizer-bottom-middle =
383
+ .aria-label = Долу в средата — преоразмеряване
384
+ pdfjs-editor-resizer-bottom-left =
385
+ .aria-label = Долен ляв ъгъл — преоразмеряване
386
+ pdfjs-editor-resizer-middle-left =
387
+ .aria-label = Ляво в средата — преоразмеряване
372
388
 
373
389
  ## Color picker
374
390
 
@@ -45,12 +45,6 @@ pdfjs-save-button-label = Desa
45
45
  pdfjs-bookmark-button =
46
46
  .title = Pàgina actual (mostra l'URL de la pàgina actual)
47
47
  pdfjs-bookmark-button-label = Pàgina actual
48
- # Used in Firefox for Android.
49
- pdfjs-open-in-app-button =
50
- .title = Obre en una aplicació
51
- # Used in Firefox for Android.
52
- # Length of the translation matters since we are in a mobile context, with limited screen estate.
53
- pdfjs-open-in-app-button-label = Obre en una aplicació
54
48
 
55
49
  ## Secondary toolbar and context menu
56
50
 
@@ -277,6 +271,12 @@ pdfjs-editor-free-text-button-label = Text
277
271
  pdfjs-editor-ink-button =
278
272
  .title = Dibuixa
279
273
  pdfjs-editor-ink-button-label = Dibuixa
274
+
275
+ ## Remove button for the various kind of editor.
276
+
277
+
278
+ ##
279
+
280
280
  # Editor Parameters
281
281
  pdfjs-editor-free-text-color-input = Color
282
282
  pdfjs-editor-free-text-size-input = Mida
@@ -297,3 +297,17 @@ pdfjs-ink-canvas =
297
297
  ## Editor resizers
298
298
  ## This is used in an aria label to help to understand the role of the resizer.
299
299
 
300
+
301
+ ## Color picker
302
+
303
+
304
+ ## Show all highlights
305
+ ## This is a toggle button to show/hide all the highlights.
306
+
307
+
308
+ ## New alt-text dialog
309
+ ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
310
+
311
+
312
+ ## Image alt-text settings
313
+
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Vlastnosti dokumentu…
105
105
  pdfjs-document-properties-file-name = Název souboru:
106
106
  pdfjs-document-properties-file-size = Velikost souboru:
107
107
  # Variables:
108
+ # $kb (Number) - the PDF file size in kilobytes
109
+ # $b (Number) - the PDF file size in bytes
110
+ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } kB ({ $b } bajtů)
111
+ # Variables:
112
+ # $mb (Number) - the PDF file size in megabytes
113
+ # $b (Number) - the PDF file size in bytes
114
+ pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bajtů)
115
+ # Variables:
108
116
  # $size_kb (Number) - the PDF file size in kilobytes
109
117
  # $size_b (Number) - the PDF file size in bytes
110
118
  pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bajtů)
@@ -376,6 +384,22 @@ pdfjs-editor-resizer-label-bottom-right = Pravý dolní roh — změna velikosti
376
384
  pdfjs-editor-resizer-label-bottom-middle = Střed dole — změna velikosti
377
385
  pdfjs-editor-resizer-label-bottom-left = Levý dolní roh — změna velikosti
378
386
  pdfjs-editor-resizer-label-middle-left = Vlevo uprostřed — změna velikosti
387
+ pdfjs-editor-resizer-top-left =
388
+ .aria-label = Levý horní roh — změna velikosti
389
+ pdfjs-editor-resizer-top-middle =
390
+ .aria-label = Horní střed — změna velikosti
391
+ pdfjs-editor-resizer-top-right =
392
+ .aria-label = Pravý horní roh — změna velikosti
393
+ pdfjs-editor-resizer-middle-right =
394
+ .aria-label = Vpravo uprostřed — změna velikosti
395
+ pdfjs-editor-resizer-bottom-right =
396
+ .aria-label = Pravý dolní roh — změna velikosti
397
+ pdfjs-editor-resizer-bottom-middle =
398
+ .aria-label = Střed dole — změna velikosti
399
+ pdfjs-editor-resizer-bottom-left =
400
+ .aria-label = Levý dolní roh — změna velikosti
401
+ pdfjs-editor-resizer-middle-left =
402
+ .aria-label = Vlevo uprostřed — změna velikosti
379
403
 
380
404
  ## Color picker
381
405
 
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Priodweddau Dogfen…
105
105
  pdfjs-document-properties-file-name = Enw ffeil:
106
106
  pdfjs-document-properties-file-size = Maint ffeil:
107
107
  # Variables:
108
+ # $kb (Number) - the PDF file size in kilobytes
109
+ # $b (Number) - the PDF file size in bytes
110
+ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } beit)
111
+ # Variables:
112
+ # $mb (Number) - the PDF file size in megabytes
113
+ # $b (Number) - the PDF file size in bytes
114
+ pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } beit)
115
+ # Variables:
108
116
  # $size_kb (Number) - the PDF file size in kilobytes
109
117
  # $size_b (Number) - the PDF file size in bytes
110
118
  pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } beit)
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Allweddair:
119
127
  pdfjs-document-properties-creation-date = Dyddiad Creu:
120
128
  pdfjs-document-properties-modification-date = Dyddiad Addasu:
121
129
  # Variables:
130
+ # $dateObj (Date) - the creation/modification date and time of the PDF file
131
+ pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
132
+ # Variables:
122
133
  # $date (Date) - the creation/modification date of the PDF file
123
134
  # $time (Time) - the creation/modification time of the PDF file
124
135
  pdfjs-document-properties-date-string = { $date }, { $time }
@@ -283,6 +294,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
283
294
  # Some common types are e.g.: "Check", "Text", "Comment", "Note"
284
295
  pdfjs-text-annotation-type =
285
296
  .alt = [Anodiad { $type } ]
297
+ # Variables:
298
+ # $dateObj (Date) - the modification date and time of the annotation
299
+ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
286
300
 
287
301
  ## Password
288
302
 
@@ -374,6 +388,22 @@ pdfjs-editor-resizer-label-bottom-right = Y gornel dde isaf — newid maint
374
388
  pdfjs-editor-resizer-label-bottom-middle = Canol gwaelod — newid maint
375
389
  pdfjs-editor-resizer-label-bottom-left = Y gornel chwith isaf — newid maint
376
390
  pdfjs-editor-resizer-label-middle-left = Chwith canol — newid maint
391
+ pdfjs-editor-resizer-top-left =
392
+ .aria-label = Y gornel chwith uchaf — newid maint
393
+ pdfjs-editor-resizer-top-middle =
394
+ .aria-label = Canol uchaf - newid maint
395
+ pdfjs-editor-resizer-top-right =
396
+ .aria-label = Y gornel dde uchaf - newid maint
397
+ pdfjs-editor-resizer-middle-right =
398
+ .aria-label = De canol - newid maint
399
+ pdfjs-editor-resizer-bottom-right =
400
+ .aria-label = Y gornel dde isaf — newid maint
401
+ pdfjs-editor-resizer-bottom-middle =
402
+ .aria-label = Canol gwaelod — newid maint
403
+ pdfjs-editor-resizer-bottom-left =
404
+ .aria-label = Y gornel chwith isaf — newid maint
405
+ pdfjs-editor-resizer-middle-left =
406
+ .aria-label = Chwith canol — newid maint
377
407
 
378
408
  ## Color picker
379
409
 
@@ -380,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Nederste højre hjørne - tilpas stør
380
380
  pdfjs-editor-resizer-label-bottom-middle = Nederst i midten - tilpas størrelse
381
381
  pdfjs-editor-resizer-label-bottom-left = Nederste venstre hjørne - tilpas størrelse
382
382
  pdfjs-editor-resizer-label-middle-left = Midten til venstre — tilpas størrelse
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Øverste venstre hjørne — tilpas størrelse
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Øverste i midten — tilpas størrelse
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Øverste højre hjørne — tilpas størrelse
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Midten til højre — tilpas størrelse
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Nederste højre hjørne - tilpas størrelse
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Nederst i midten - tilpas størrelse
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Nederste venstre hjørne - tilpas størrelse
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Midten til venstre — tilpas størrelse
383
399
 
384
400
  ## Color picker
385
401
 
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Dokumenteigenschaften…
105
105
  pdfjs-document-properties-file-name = Dateiname:
106
106
  pdfjs-document-properties-file-size = Dateigröße:
107
107
  # Variables:
108
+ # $kb (Number) - the PDF file size in kilobytes
109
+ # $b (Number) - the PDF file size in bytes
110
+ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } Bytes)
111
+ # Variables:
112
+ # $mb (Number) - the PDF file size in megabytes
113
+ # $b (Number) - the PDF file size in bytes
114
+ pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } Bytes)
115
+ # Variables:
108
116
  # $size_kb (Number) - the PDF file size in kilobytes
109
117
  # $size_b (Number) - the PDF file size in bytes
110
118
  pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } Bytes)
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Stichwörter:
119
127
  pdfjs-document-properties-creation-date = Erstelldatum:
120
128
  pdfjs-document-properties-modification-date = Bearbeitungsdatum:
121
129
  # Variables:
130
+ # $dateObj (Date) - the creation/modification date and time of the PDF file
131
+ pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
132
+ # Variables:
122
133
  # $date (Date) - the creation/modification date of the PDF file
123
134
  # $time (Time) - the creation/modification time of the PDF file
124
135
  pdfjs-document-properties-date-string = { $date } { $time }
@@ -275,6 +286,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
275
286
  # Some common types are e.g.: "Check", "Text", "Comment", "Note"
276
287
  pdfjs-text-annotation-type =
277
288
  .alt = [Anlage: { $type }]
289
+ # Variables:
290
+ # $dateObj (Date) - the modification date and time of the annotation
291
+ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
278
292
 
279
293
  ## Password
280
294
 
@@ -366,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Rechte untere Ecke - Größe ändern
366
380
  pdfjs-editor-resizer-label-bottom-middle = Unten mittig - Größe ändern
367
381
  pdfjs-editor-resizer-label-bottom-left = Linke untere Ecke - Größe ändern
368
382
  pdfjs-editor-resizer-label-middle-left = Mitte links - Größe ändern
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Linke obere Ecke - Größe ändern
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Oben mittig - Größe ändern
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Rechts oben - Größe ändern
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Mitte rechts - Größe ändern
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Rechte untere Ecke - Größe ändern
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Unten mittig - Größe ändern
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Linke untere Ecke - Größe ändern
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Mitte links - Größe ändern
369
399
 
370
400
  ## Color picker
371
401
 
@@ -406,8 +436,6 @@ pdfjs-editor-new-alt-text-textarea =
406
436
  pdfjs-editor-new-alt-text-description = Kurze Beschreibung für Personen, die die Grafik nicht sehen können, oder wenn die Grafik nicht geladen wird.
407
437
  # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
408
438
  pdfjs-editor-new-alt-text-disclaimer1 = Dieser Alternativ-Text wurde automatisch erstellt und könnte ungenau sein.
409
- # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
410
- pdfjs-editor-new-alt-text-disclaimer = Dieser Alternativ-Text wurde automatisch erstellt.
411
439
  pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Weitere Informationen
412
440
  pdfjs-editor-new-alt-text-create-automatically-button-label = Alternativ-Text automatisch erstellen
413
441
  pdfjs-editor-new-alt-text-not-now-button = Nicht jetzt
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Dokumentowe kakosći…
105
105
  pdfjs-document-properties-file-name = Mě dataje:
106
106
  pdfjs-document-properties-file-size = Wjelikosć dataje:
107
107
  # Variables:
108
+ # $kb (Number) - the PDF file size in kilobytes
109
+ # $b (Number) - the PDF file size in bytes
110
+ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } bajtow)
111
+ # Variables:
112
+ # $mb (Number) - the PDF file size in megabytes
113
+ # $b (Number) - the PDF file size in bytes
114
+ pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bajtow)
115
+ # Variables:
108
116
  # $size_kb (Number) - the PDF file size in kilobytes
109
117
  # $size_b (Number) - the PDF file size in bytes
110
118
  pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bajtow)
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Klucowe słowa:
119
127
  pdfjs-document-properties-creation-date = Datum napóranja:
120
128
  pdfjs-document-properties-modification-date = Datum změny:
121
129
  # Variables:
130
+ # $dateObj (Date) - the creation/modification date and time of the PDF file
131
+ pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
132
+ # Variables:
122
133
  # $date (Date) - the creation/modification date of the PDF file
123
134
  # $time (Time) - the creation/modification time of the PDF file
124
135
  pdfjs-document-properties-date-string = { $date }, { $time }
@@ -279,6 +290,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
279
290
  # Some common types are e.g.: "Check", "Text", "Comment", "Note"
280
291
  pdfjs-text-annotation-type =
281
292
  .alt = [Typ pśipiskow: { $type }]
293
+ # Variables:
294
+ # $dateObj (Date) - the modification date and time of the annotation
295
+ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
282
296
 
283
297
  ## Password
284
298
 
@@ -370,6 +384,22 @@ pdfjs-editor-resizer-label-bottom-right = Dołojce napšawo – wjelikosć změn
370
384
  pdfjs-editor-resizer-label-bottom-middle = Dołojce wesrjejź – wjelikosć změniś
371
385
  pdfjs-editor-resizer-label-bottom-left = Dołojce nalěwo – wjelikosć změniś
372
386
  pdfjs-editor-resizer-label-middle-left = Wesrjejź nalěwo – wjelikosć změniś
387
+ pdfjs-editor-resizer-top-left =
388
+ .aria-label = Górjejce nalěwo – wjelikosć změniś
389
+ pdfjs-editor-resizer-top-middle =
390
+ .aria-label = Górjejce wesrjejź – wjelikosć změniś
391
+ pdfjs-editor-resizer-top-right =
392
+ .aria-label = Górjejce napšawo – wjelikosć změniś
393
+ pdfjs-editor-resizer-middle-right =
394
+ .aria-label = Wesrjejź napšawo – wjelikosć změniś
395
+ pdfjs-editor-resizer-bottom-right =
396
+ .aria-label = Dołojce napšawo – wjelikosć změniś
397
+ pdfjs-editor-resizer-bottom-middle =
398
+ .aria-label = Dołojce wesrjejź – wjelikosć změniś
399
+ pdfjs-editor-resizer-bottom-left =
400
+ .aria-label = Dołojce nalěwo – wjelikosć změniś
401
+ pdfjs-editor-resizer-middle-left =
402
+ .aria-label = Wesrjejź nalěwo – wjelikosć změniś
373
403
 
374
404
  ## Color picker
375
405
 
@@ -380,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Κάτω δεξιά γωνία — α
380
380
  pdfjs-editor-resizer-label-bottom-middle = Μέσο κάτω πλευράς — αλλαγή μεγέθους
381
381
  pdfjs-editor-resizer-label-bottom-left = Κάτω αριστερή γωνία — αλλαγή μεγέθους
382
382
  pdfjs-editor-resizer-label-middle-left = Μέσο αριστερής πλευράς — αλλαγή μεγέθους
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Επάνω αριστερή γωνία — αλλαγή μεγέθους
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Μέσο επάνω πλευράς — αλλαγή μεγέθους
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Επάνω δεξιά γωνία — αλλαγή μεγέθους
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Μέσο δεξιάς πλευράς — αλλαγή μεγέθους
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Κάτω δεξιά γωνία — αλλαγή μεγέθους
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Μέσο κάτω πλευράς — αλλαγή μεγέθους
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Κάτω αριστερή γωνία — αλλαγή μεγέθους
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Μέσο αριστερής πλευράς — αλλαγή μεγέθους
383
399
 
384
400
  ## Color picker
385
401
 
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Document Properties…
105
105
  pdfjs-document-properties-file-name = File name:
106
106
  pdfjs-document-properties-file-size = File size:
107
107
  # Variables:
108
+ # $kb (Number) - the PDF file size in kilobytes
109
+ # $b (Number) - the PDF file size in bytes
110
+ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } bytes)
111
+ # Variables:
112
+ # $mb (Number) - the PDF file size in megabytes
113
+ # $b (Number) - the PDF file size in bytes
114
+ pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bytes)
115
+ # Variables:
108
116
  # $size_kb (Number) - the PDF file size in kilobytes
109
117
  # $size_b (Number) - the PDF file size in bytes
110
118
  pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } bytes)
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Keywords:
119
127
  pdfjs-document-properties-creation-date = Creation Date:
120
128
  pdfjs-document-properties-modification-date = Modification Date:
121
129
  # Variables:
130
+ # $dateObj (Date) - the creation/modification date and time of the PDF file
131
+ pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
132
+ # Variables:
122
133
  # $date (Date) - the creation/modification date of the PDF file
123
134
  # $time (Time) - the creation/modification time of the PDF file
124
135
  pdfjs-document-properties-date-string = { $date }, { $time }
@@ -275,6 +286,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
275
286
  # Some common types are e.g.: "Check", "Text", "Comment", "Note"
276
287
  pdfjs-text-annotation-type =
277
288
  .alt = [{ $type } Annotation]
289
+ # Variables:
290
+ # $dateObj (Date) - the modification date and time of the annotation
291
+ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
278
292
 
279
293
  ## Password
280
294
 
@@ -366,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
366
380
  pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
367
381
  pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
368
382
  pdfjs-editor-resizer-label-middle-left = Middle left — resize
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Top left corner — resize
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Top middle — resize
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Top right corner — resize
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Middle right — resize
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Bottom right corner — resize
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Bottom middle — resize
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Bottom left corner — resize
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Middle left — resize
369
399
 
370
400
  ## Color picker
371
401
 
@@ -405,7 +435,7 @@ pdfjs-editor-new-alt-text-textarea =
405
435
  # This text refers to the alt text box above this description. It offers a definition of alt text.
406
436
  pdfjs-editor-new-alt-text-description = Short description for people who can’t see the image or when the image doesn’t load.
407
437
  # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
408
- pdfjs-editor-new-alt-text-disclaimer = This alt text was created automatically.
438
+ pdfjs-editor-new-alt-text-disclaimer1 = This alt text was created automatically and may be inaccurate.
409
439
  pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Learn more
410
440
  pdfjs-editor-new-alt-text-create-automatically-button-label = Create alt text automatically
411
441
  pdfjs-editor-new-alt-text-not-now-button = Not now
@@ -380,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Bottom right corner — resize
380
380
  pdfjs-editor-resizer-label-bottom-middle = Bottom middle — resize
381
381
  pdfjs-editor-resizer-label-bottom-left = Bottom left corner — resize
382
382
  pdfjs-editor-resizer-label-middle-left = Middle left — resize
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Top left corner — resize
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Top middle — resize
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Top right corner — resize
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Middle right — resize
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Bottom right corner — resize
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Bottom middle — resize
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Bottom left corner — resize
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Middle left — resize
383
399
 
384
400
  ## Color picker
385
401
 
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Atributoj de dokumento…
105
105
  pdfjs-document-properties-file-name = Nomo de dosiero:
106
106
  pdfjs-document-properties-file-size = Grando de dosiero:
107
107
  # Variables:
108
+ # $kb (Number) - the PDF file size in kilobytes
109
+ # $b (Number) - the PDF file size in bytes
110
+ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KO ({ $b } oktetoj)
111
+ # Variables:
112
+ # $mb (Number) - the PDF file size in megabytes
113
+ # $b (Number) - the PDF file size in bytes
114
+ pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } Mo ({ $b } oktetoj)
115
+ # Variables:
108
116
  # $size_kb (Number) - the PDF file size in kilobytes
109
117
  # $size_b (Number) - the PDF file size in bytes
110
118
  pdfjs-document-properties-kb = { $size_kb } KO ({ $size_b } oktetoj)
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Ŝlosilvorto:
119
127
  pdfjs-document-properties-creation-date = Dato de kreado:
120
128
  pdfjs-document-properties-modification-date = Dato de modifo:
121
129
  # Variables:
130
+ # $dateObj (Date) - the creation/modification date and time of the PDF file
131
+ pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
132
+ # Variables:
122
133
  # $date (Date) - the creation/modification date of the PDF file
123
134
  # $time (Time) - the creation/modification time of the PDF file
124
135
  pdfjs-document-properties-date-string = { $date }, { $time }
@@ -275,6 +286,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
275
286
  # Some common types are e.g.: "Check", "Text", "Comment", "Note"
276
287
  pdfjs-text-annotation-type =
277
288
  .alt = [Prinoto: { $type }]
289
+ # Variables:
290
+ # $dateObj (Date) - the modification date and time of the annotation
291
+ pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
278
292
 
279
293
  ## Password
280
294
 
@@ -366,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Malsupra deksta angulo — ŝanĝi gra
366
380
  pdfjs-editor-resizer-label-bottom-middle = Malsupra mezo — ŝanĝi grandon
367
381
  pdfjs-editor-resizer-label-bottom-left = Malsupra maldekstra angulo — ŝanĝi grandon
368
382
  pdfjs-editor-resizer-label-middle-left = Maldekstra mezo — ŝanĝi grandon
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Supra maldekstra angulo — ŝangi grandon
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Supra mezo — ŝanĝi grandon
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Supran dekstran angulon — ŝanĝi grandon
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Dekstra mezo — ŝanĝi grandon
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Malsupra deksta angulo — ŝanĝi grandon
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Malsupra mezo — ŝanĝi grandon
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Malsupra maldekstra angulo — ŝanĝi grandon
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Maldekstra mezo — ŝanĝi grandon
369
399
 
370
400
  ## Color picker
371
401
 
@@ -380,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha — cambiar e
380
380
  pdfjs-editor-resizer-label-bottom-middle = Abajo en el medio — cambiar el tamaño
381
381
  pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda — cambiar el tamaño
382
382
  pdfjs-editor-resizer-label-middle-left = Al centro a la izquierda — cambiar el tamaño
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Esquina superior izquierda — cambiar el tamaño
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Arriba en el medio — cambiar el tamaño
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Esquina superior derecha — cambiar el tamaño
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Al centro a la derecha — cambiar el tamaño
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Esquina inferior derecha — cambiar el tamaño
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Abajo en el medio — cambiar el tamaño
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Esquina inferior izquierda — cambiar el tamaño
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Al centro a la izquierda — cambiar el tamaño
383
399
 
384
400
  ## Color picker
385
401
 
@@ -380,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha — cambiar e
380
380
  pdfjs-editor-resizer-label-bottom-middle = Borde inferior en el medio — cambiar el tamaño
381
381
  pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda — cambiar el tamaño
382
382
  pdfjs-editor-resizer-label-middle-left = Borde izquierdo en el medio — cambiar el tamaño
383
+ pdfjs-editor-resizer-top-left =
384
+ .aria-label = Esquina superior izquierda — cambiar el tamaño
385
+ pdfjs-editor-resizer-top-middle =
386
+ .aria-label = Borde superior en el medio — cambiar el tamaño
387
+ pdfjs-editor-resizer-top-right =
388
+ .aria-label = Esquina superior derecha — cambiar el tamaño
389
+ pdfjs-editor-resizer-middle-right =
390
+ .aria-label = Borde derecho en el medio — cambiar el tamaño
391
+ pdfjs-editor-resizer-bottom-right =
392
+ .aria-label = Esquina inferior derecha — cambiar el tamaño
393
+ pdfjs-editor-resizer-bottom-middle =
394
+ .aria-label = Borde inferior en el medio — cambiar el tamaño
395
+ pdfjs-editor-resizer-bottom-left =
396
+ .aria-label = Esquina inferior izquierda — cambiar el tamaño
397
+ pdfjs-editor-resizer-middle-left =
398
+ .aria-label = Borde izquierdo en el medio — cambiar el tamaño
383
399
 
384
400
  ## Color picker
385
401