@ntlab/ntjs-assets 2.0.50 → 2.0.52
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/assets/js/DataTables/Extensions/SearchPanes/css/searchPanes.bootstrap5.css +4 -0
- package/assets/js/DataTables/Extensions/SearchPanes/css/searchPanes.bootstrap5.min.css +1 -1
- package/assets/js/DataTables/Extensions/SearchPanes/css/searchPanes.dataTables.css +5 -1
- package/assets/js/DataTables/Extensions/SearchPanes/css/searchPanes.dataTables.min.css +1 -1
- package/assets/js/DataTables/Extensions/SearchPanes/js/dataTables.searchPanes.js +21 -16
- package/assets/js/DataTables/Extensions/SearchPanes/js/dataTables.searchPanes.min.js +2 -2
- package/assets/js/cdn.json +1 -1
- package/assets/js/pdfjs/build/pdf.mjs +749 -343
- package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
- package/assets/js/pdfjs/build/pdf.sandbox.mjs +6 -6
- package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
- package/assets/js/pdfjs/build/pdf.worker.mjs +426 -214
- package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/assets/js/pdfjs/web/locale/ar/viewer.ftl +23 -2
- package/assets/js/pdfjs/web/locale/be/viewer.ftl +24 -0
- package/assets/js/pdfjs/web/locale/bg/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/ca/viewer.ftl +20 -6
- package/assets/js/pdfjs/web/locale/cs/viewer.ftl +24 -0
- package/assets/js/pdfjs/web/locale/cy/viewer.ftl +30 -0
- package/assets/js/pdfjs/web/locale/da/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/de/viewer.ftl +30 -2
- package/assets/js/pdfjs/web/locale/dsb/viewer.ftl +30 -0
- package/assets/js/pdfjs/web/locale/el/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/en-CA/viewer.ftl +31 -1
- package/assets/js/pdfjs/web/locale/en-GB/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/eo/viewer.ftl +30 -0
- package/assets/js/pdfjs/web/locale/es-AR/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/es-CL/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/es-ES/viewer.ftl +38 -8
- package/assets/js/pdfjs/web/locale/eu/viewer.ftl +23 -8
- package/assets/js/pdfjs/web/locale/fi/viewer.ftl +30 -2
- package/assets/js/pdfjs/web/locale/fr/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/fur/viewer.ftl +30 -2
- package/assets/js/pdfjs/web/locale/fy-NL/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/gd/viewer.ftl +20 -6
- package/assets/js/pdfjs/web/locale/gl/viewer.ftl +27 -6
- package/assets/js/pdfjs/web/locale/gn/viewer.ftl +30 -2
- package/assets/js/pdfjs/web/locale/he/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/hi-IN/viewer.ftl +20 -6
- package/assets/js/pdfjs/web/locale/hr/viewer.ftl +48 -22
- package/assets/js/pdfjs/web/locale/hsb/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/hu/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/ia/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/is/viewer.ftl +30 -0
- package/assets/js/pdfjs/web/locale/ja/viewer.ftl +31 -2
- package/assets/js/pdfjs/web/locale/ka/viewer.ftl +27 -8
- package/assets/js/pdfjs/web/locale/kab/viewer.ftl +52 -0
- package/assets/js/pdfjs/web/locale/kk/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/ko/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/lo/viewer.ftl +20 -6
- package/assets/js/pdfjs/web/locale/nb-NO/viewer.ftl +87 -2
- package/assets/js/pdfjs/web/locale/nl/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/nn-NO/viewer.ftl +32 -0
- package/assets/js/pdfjs/web/locale/pa-IN/viewer.ftl +30 -2
- package/assets/js/pdfjs/web/locale/pl/viewer.ftl +30 -0
- package/assets/js/pdfjs/web/locale/pt-BR/viewer.ftl +18 -2
- package/assets/js/pdfjs/web/locale/pt-PT/viewer.ftl +30 -2
- package/assets/js/pdfjs/web/locale/rm/viewer.ftl +87 -2
- package/assets/js/pdfjs/web/locale/ru/viewer.ftl +17 -1
- package/assets/js/pdfjs/web/locale/sat/viewer.ftl +20 -6
- package/assets/js/pdfjs/web/locale/si/viewer.ftl +20 -6
- package/assets/js/pdfjs/web/locale/sk/viewer.ftl +30 -2
- package/assets/js/pdfjs/web/locale/skr/viewer.ftl +38 -0
- package/assets/js/pdfjs/web/locale/sl/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/sq/viewer.ftl +24 -0
- package/assets/js/pdfjs/web/locale/sr/viewer.ftl +20 -6
- package/assets/js/pdfjs/web/locale/sv-SE/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/tg/viewer.ftl +61 -2
- package/assets/js/pdfjs/web/locale/th/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/tr/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/uk/viewer.ftl +55 -1
- package/assets/js/pdfjs/web/locale/vi/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/zh-CN/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/locale/zh-TW/viewer.ftl +16 -0
- package/assets/js/pdfjs/web/viewer.css +777 -592
- package/assets/js/pdfjs/web/viewer.html +271 -250
- package/assets/js/pdfjs/web/viewer.mjs +384 -213
- package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) } KB ({ $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) } MB ({ $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 } KB ({ $size_b } ਬਾਈਟ)
|
|
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = ਸ਼ਬਦ:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = ਬਣਾਉਣ ਦੀ ਮਿਤੀ:
|
|
120
128
|
pdfjs-document-properties-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 } ਵਿਆਖਿਆ]
|
|
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 = ਹੇਠਾਂ ਸੱਜਾ ਕੋਨ
|
|
|
366
380
|
pdfjs-editor-resizer-label-bottom-middle = ਹੇਠਾਂ ਮੱਧ — ਮੁੜ-ਆਕਾਰ ਕਰੋ
|
|
367
381
|
pdfjs-editor-resizer-label-bottom-left = ਹੇਠਾਂ ਖੱਬਾ ਕੋਨਾ — ਮੁੜ-ਆਕਾਰ ਕਰੋ
|
|
368
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 = ਮੱਧ ਖੱਬਾ — ਮੁੜ-ਆਕਾਰ ਕਰੋ
|
|
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 = ਲੋਕ, ਜੋ ਕਿ ਚਿੱਤਰ ਨਹੀਂ ਵੇਖ ਸਕਦੇ ਜਾਂ ਜਦ ਵੀ ਚਿੱਤਰਾਂ ਨੂੰ ਲੋਡ ਨਹੀਂ ਜਾ ਸਕਦਾ, ਉਸ ਲਈ ਛੋਟਾ ਵੇਰਵਾ ਦਿਓ।
|
|
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 = ਇਹ ਬਦਲਵੀਂ ਲਿਖਤ ਆਪਣੇ-ਆਪ ਤਿਆਰ ਕੀਤੀ ਗਈ ਸੀ ਅਤੇ ਗਲਤ ਵੀ ਹੋ ਸਕਦੀ ਹੈ।
|
|
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 = ਇਹ ਬਦਲਵੀ ਲਿਖਤ ਆਪਣੇ-ਆਪ ਤਿਆਰ ਕੀਤੀ ਗਈ ਸੀ।
|
|
411
439
|
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = ਹੋਰ ਜਾਣੋ
|
|
412
440
|
pdfjs-editor-new-alt-text-create-automatically-button-label = ਬਲਦਵੀਂ ਲਿਖਤ ਆਪਣੇ-ਆਪ ਬਣਾਓ
|
|
413
441
|
pdfjs-editor-new-alt-text-not-now-button = ਹੁਣੇ ਨਹੀਂ
|
|
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Właściwości dokumentu…
|
|
|
105
105
|
pdfjs-document-properties-file-name = Nazwa pliku:
|
|
106
106
|
pdfjs-document-properties-file-size = Rozmiar pliku:
|
|
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 } 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) } MB ({ $b } 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 } KB ({ $size_b } B)
|
|
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Słowa kluczowe:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = Data utworzenia:
|
|
120
128
|
pdfjs-document-properties-modification-date = Data modyfikacji:
|
|
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 }
|
|
@@ -277,6 +288,9 @@ pdfjs-annotation-date-string = { $date }, { $time }
|
|
|
277
288
|
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
|
278
289
|
pdfjs-text-annotation-type =
|
|
279
290
|
.alt = [Przypis: { $type }]
|
|
291
|
+
# Variables:
|
|
292
|
+
# $dateObj (Date) - the modification date and time of the annotation
|
|
293
|
+
pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
|
|
280
294
|
|
|
281
295
|
## Password
|
|
282
296
|
|
|
@@ -368,6 +382,22 @@ pdfjs-editor-resizer-label-bottom-right = Prawy dolny róg — zmień rozmiar
|
|
|
368
382
|
pdfjs-editor-resizer-label-bottom-middle = Dolny środkowy — zmień rozmiar
|
|
369
383
|
pdfjs-editor-resizer-label-bottom-left = Lewy dolny róg — zmień rozmiar
|
|
370
384
|
pdfjs-editor-resizer-label-middle-left = Lewy środkowy — zmień rozmiar
|
|
385
|
+
pdfjs-editor-resizer-top-left =
|
|
386
|
+
.aria-label = Lewy górny róg — zmień rozmiar
|
|
387
|
+
pdfjs-editor-resizer-top-middle =
|
|
388
|
+
.aria-label = Górny środkowy — zmień rozmiar
|
|
389
|
+
pdfjs-editor-resizer-top-right =
|
|
390
|
+
.aria-label = Prawy górny róg — zmień rozmiar
|
|
391
|
+
pdfjs-editor-resizer-middle-right =
|
|
392
|
+
.aria-label = Prawy środkowy — zmień rozmiar
|
|
393
|
+
pdfjs-editor-resizer-bottom-right =
|
|
394
|
+
.aria-label = Prawy dolny róg — zmień rozmiar
|
|
395
|
+
pdfjs-editor-resizer-bottom-middle =
|
|
396
|
+
.aria-label = Dolny środkowy — zmień rozmiar
|
|
397
|
+
pdfjs-editor-resizer-bottom-left =
|
|
398
|
+
.aria-label = Lewy dolny róg — zmień rozmiar
|
|
399
|
+
pdfjs-editor-resizer-middle-left =
|
|
400
|
+
.aria-label = Lewy środkowy — zmień rozmiar
|
|
371
401
|
|
|
372
402
|
## Color picker
|
|
373
403
|
|
|
@@ -181,8 +181,8 @@ pdfjs-printing-not-ready = Aviso: o PDF não está totalmente carregado para imp
|
|
|
181
181
|
pdfjs-toggle-sidebar-button =
|
|
182
182
|
.title = Exibir/ocultar painel lateral
|
|
183
183
|
pdfjs-toggle-sidebar-notification-button =
|
|
184
|
-
.title = Exibir/ocultar painel (documento contém estrutura/anexos/camadas)
|
|
185
|
-
pdfjs-toggle-sidebar-button-label = Exibir/ocultar painel
|
|
184
|
+
.title = Exibir/ocultar painel lateral (documento contém estrutura/anexos/camadas)
|
|
185
|
+
pdfjs-toggle-sidebar-button-label = Exibir/ocultar painel lateral
|
|
186
186
|
pdfjs-document-outline-button =
|
|
187
187
|
.title = Mostrar estrutura do documento (duplo-clique expande/recolhe todos os itens)
|
|
188
188
|
pdfjs-document-outline-button-label = Estrutura do documento
|
|
@@ -380,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Canto inferior direito — redimension
|
|
|
380
380
|
pdfjs-editor-resizer-label-bottom-middle = No centro da base — redimensionar
|
|
381
381
|
pdfjs-editor-resizer-label-bottom-left = Canto inferior esquerdo — redimensionar
|
|
382
382
|
pdfjs-editor-resizer-label-middle-left = No meio à esquerda — redimensionar
|
|
383
|
+
pdfjs-editor-resizer-top-left =
|
|
384
|
+
.aria-label = Canto superior esquerdo — redimensionar
|
|
385
|
+
pdfjs-editor-resizer-top-middle =
|
|
386
|
+
.aria-label = No centro do topo — redimensionar
|
|
387
|
+
pdfjs-editor-resizer-top-right =
|
|
388
|
+
.aria-label = Canto superior direito — redimensionar
|
|
389
|
+
pdfjs-editor-resizer-middle-right =
|
|
390
|
+
.aria-label = No meio à direita — redimensionar
|
|
391
|
+
pdfjs-editor-resizer-bottom-right =
|
|
392
|
+
.aria-label = Canto inferior direito — redimensionar
|
|
393
|
+
pdfjs-editor-resizer-bottom-middle =
|
|
394
|
+
.aria-label = No centro da base — redimensionar
|
|
395
|
+
pdfjs-editor-resizer-bottom-left =
|
|
396
|
+
.aria-label = Canto inferior esquerdo — redimensionar
|
|
397
|
+
pdfjs-editor-resizer-middle-left =
|
|
398
|
+
.aria-label = No meio à esquerda — redimensionar
|
|
383
399
|
|
|
384
400
|
## Color picker
|
|
385
401
|
|
|
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Propriedades do documento…
|
|
|
105
105
|
pdfjs-document-properties-file-name = Nome do ficheiro:
|
|
106
106
|
pdfjs-document-properties-file-size = Tamanho do ficheiro:
|
|
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 = Palavras-chave:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = Data de criação:
|
|
120
128
|
pdfjs-document-properties-modification-date = Data de modificação:
|
|
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 = [Anotação { $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 = Canto inferior direito — redimension
|
|
|
366
380
|
pdfjs-editor-resizer-label-bottom-middle = Inferior ao centro — redimensionar
|
|
367
381
|
pdfjs-editor-resizer-label-bottom-left = Canto inferior esquerdo — redimensionar
|
|
368
382
|
pdfjs-editor-resizer-label-middle-left = Centro à esquerda — redimensionar
|
|
383
|
+
pdfjs-editor-resizer-top-left =
|
|
384
|
+
.aria-label = Canto superior esquerdo — redimensionar
|
|
385
|
+
pdfjs-editor-resizer-top-middle =
|
|
386
|
+
.aria-label = Superior ao centro — redimensionar
|
|
387
|
+
pdfjs-editor-resizer-top-right =
|
|
388
|
+
.aria-label = Canto superior direito — redimensionar
|
|
389
|
+
pdfjs-editor-resizer-middle-right =
|
|
390
|
+
.aria-label = Centro à direita — redimensionar
|
|
391
|
+
pdfjs-editor-resizer-bottom-right =
|
|
392
|
+
.aria-label = Canto inferior direito — redimensionar
|
|
393
|
+
pdfjs-editor-resizer-bottom-middle =
|
|
394
|
+
.aria-label = Inferior ao centro — redimensionar
|
|
395
|
+
pdfjs-editor-resizer-bottom-left =
|
|
396
|
+
.aria-label = Canto inferior esquerdo — redimensionar
|
|
397
|
+
pdfjs-editor-resizer-middle-left =
|
|
398
|
+
.aria-label = Centro à esquerda — redimensionar
|
|
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 = Descrição curta para as pessoas que não podem visualizar a imagem ou quando a imagem não carrega.
|
|
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 = Este texto alternativo foi criado automaticamente e pode ser impreciso.
|
|
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 = Este texto alternativo foi criado automaticamente.
|
|
411
439
|
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Saber mais
|
|
412
440
|
pdfjs-editor-new-alt-text-create-automatically-button-label = Criar texto alternativo automaticamente
|
|
413
441
|
pdfjs-editor-new-alt-text-not-now-button = Agora não
|
|
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Caracteristicas dal document…
|
|
|
105
105
|
pdfjs-document-properties-file-name = Num da la datoteca:
|
|
106
106
|
pdfjs-document-properties-file-size = Grondezza da la datoteca:
|
|
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 = Chavazzins:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = Data da creaziun:
|
|
120
128
|
pdfjs-document-properties-modification-date = Data da modificaziun:
|
|
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 = [Annotaziun da { $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
|
|
|
@@ -298,8 +312,6 @@ pdfjs-editor-stamp-button-label = Agiuntar u modifitgar maletgs
|
|
|
298
312
|
pdfjs-editor-highlight-button =
|
|
299
313
|
.title = Marcar
|
|
300
314
|
pdfjs-editor-highlight-button-label = Marcar
|
|
301
|
-
pdfjs-highlight-floating-button =
|
|
302
|
-
.title = Relevar
|
|
303
315
|
pdfjs-highlight-floating-button1 =
|
|
304
316
|
.title = Marcar
|
|
305
317
|
.aria-label = Marcar
|
|
@@ -368,6 +380,22 @@ pdfjs-editor-resizer-label-bottom-right = Chantun sut a dretga — redimensiunar
|
|
|
368
380
|
pdfjs-editor-resizer-label-bottom-middle = Sutvart amez — redimensiunar
|
|
369
381
|
pdfjs-editor-resizer-label-bottom-left = Chantun sut a sanestra — redimensiunar
|
|
370
382
|
pdfjs-editor-resizer-label-middle-left = Vart sanestra amez — redimensiunar
|
|
383
|
+
pdfjs-editor-resizer-top-left =
|
|
384
|
+
.aria-label = Chantun sura a sanestra — redimensiunar
|
|
385
|
+
pdfjs-editor-resizer-top-middle =
|
|
386
|
+
.aria-label = Sura amez — redimensiunar
|
|
387
|
+
pdfjs-editor-resizer-top-right =
|
|
388
|
+
.aria-label = Chantun sura a dretga — redimensiunar
|
|
389
|
+
pdfjs-editor-resizer-middle-right =
|
|
390
|
+
.aria-label = Da vart dretga amez — redimensiunar
|
|
391
|
+
pdfjs-editor-resizer-bottom-right =
|
|
392
|
+
.aria-label = Chantun sut a dretga — redimensiunar
|
|
393
|
+
pdfjs-editor-resizer-bottom-middle =
|
|
394
|
+
.aria-label = Sutvart amez — redimensiunar
|
|
395
|
+
pdfjs-editor-resizer-bottom-left =
|
|
396
|
+
.aria-label = Chantun sut a sanestra — redimensiunar
|
|
397
|
+
pdfjs-editor-resizer-middle-left =
|
|
398
|
+
.aria-label = Vart sanestra amez — redimensiunar
|
|
371
399
|
|
|
372
400
|
## Color picker
|
|
373
401
|
|
|
@@ -394,3 +422,60 @@ pdfjs-editor-colorpicker-red =
|
|
|
394
422
|
pdfjs-editor-highlight-show-all-button-label = Mussar tut
|
|
395
423
|
pdfjs-editor-highlight-show-all-button =
|
|
396
424
|
.title = Mussar tut
|
|
425
|
+
|
|
426
|
+
## New alt-text dialog
|
|
427
|
+
## 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.
|
|
428
|
+
|
|
429
|
+
# Modal header positioned above a text box where users can edit the alt text.
|
|
430
|
+
pdfjs-editor-new-alt-text-dialog-edit-label = Modifitgar il text alternativ (descripziun dal maletg)
|
|
431
|
+
# Modal header positioned above a text box where users can add the alt text.
|
|
432
|
+
pdfjs-editor-new-alt-text-dialog-add-label = Agiuntar in text alternativ (descripziun dal maletg)
|
|
433
|
+
pdfjs-editor-new-alt-text-textarea =
|
|
434
|
+
.placeholder = Scriva qua tia descripziun…
|
|
435
|
+
# This text refers to the alt text box above this description. It offers a definition of alt text.
|
|
436
|
+
pdfjs-editor-new-alt-text-description = Curta descripziun per persunas che na vesan betg il maletg u per cass en ils quals il maletg na vegn betg chargià.
|
|
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.
|
|
438
|
+
pdfjs-editor-new-alt-text-disclaimer1 = Quest text alternativ è vegnì creà automaticamain ed è eventualmain nunprecis.
|
|
439
|
+
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Ulteriuras infurmaziuns
|
|
440
|
+
pdfjs-editor-new-alt-text-create-automatically-button-label = Crear automaticamain il text alternativ
|
|
441
|
+
pdfjs-editor-new-alt-text-not-now-button = Betg ussa
|
|
442
|
+
pdfjs-editor-new-alt-text-error-title = I n’è betg reussì da crear automaticamain il text alternativ
|
|
443
|
+
pdfjs-editor-new-alt-text-error-description = Scriva per plaschair tes agen text alternativ u emprova pli tard anc ina giada.
|
|
444
|
+
pdfjs-editor-new-alt-text-error-close-button = Serrar
|
|
445
|
+
# Variables:
|
|
446
|
+
# $totalSize (Number) - the total size (in MB) of the AI model.
|
|
447
|
+
# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
|
|
448
|
+
# $percent (Number) - the percentage of the downloaded size.
|
|
449
|
+
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Telechargiar il model IA da text alternativ ({ $downloadedSize } da { $totalSize } MB)
|
|
450
|
+
.aria-valuetext = Telechargiar il model IA da text alternativ ({ $downloadedSize } da { $totalSize } MB)
|
|
451
|
+
# This is a button that users can click to edit the alt text they have already added.
|
|
452
|
+
pdfjs-editor-new-alt-text-added-button-label = Text alternativ agiuntà
|
|
453
|
+
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
|
454
|
+
pdfjs-editor-new-alt-text-missing-button-label = Text alternativ manca
|
|
455
|
+
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
|
456
|
+
pdfjs-editor-new-alt-text-to-review-button-label = Repassar il text alternativ
|
|
457
|
+
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
|
|
458
|
+
# Variables:
|
|
459
|
+
# $generatedAltText (String) - the generated alt-text.
|
|
460
|
+
pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Creà automaticamain: { $generatedAltText }
|
|
461
|
+
|
|
462
|
+
## Image alt-text settings
|
|
463
|
+
|
|
464
|
+
pdfjs-image-alt-text-settings-button =
|
|
465
|
+
.title = Parameters dal text alternativ da maletgs
|
|
466
|
+
pdfjs-image-alt-text-settings-button-label = Parameters dal text alternativ da maletgs
|
|
467
|
+
pdfjs-editor-alt-text-settings-dialog-label = Parameters dal text alternativ da maletgs
|
|
468
|
+
pdfjs-editor-alt-text-settings-automatic-title = Text alternativ automatic
|
|
469
|
+
pdfjs-editor-alt-text-settings-create-model-button-label = Crear automaticamain text alternativ
|
|
470
|
+
pdfjs-editor-alt-text-settings-create-model-description = Propona descripziuns per gidar a persunas che na vesan betg il maletg u per cass en ils quals il maletg na vegn betg chargià.
|
|
471
|
+
# Variables:
|
|
472
|
+
# $totalSize (Number) - the total size (in MB) of the AI model.
|
|
473
|
+
pdfjs-editor-alt-text-settings-download-model-label = Model IA da text alternativ ({ $totalSize } MB)
|
|
474
|
+
pdfjs-editor-alt-text-settings-ai-model-description = Vegn exequì localmain sin tes apparat per che tias datas restian privatas. Necessari per text alternativ automatic.
|
|
475
|
+
pdfjs-editor-alt-text-settings-delete-model-button = Stizzar
|
|
476
|
+
pdfjs-editor-alt-text-settings-download-model-button = Telechargiar
|
|
477
|
+
pdfjs-editor-alt-text-settings-downloading-model-button = Telechargiar…
|
|
478
|
+
pdfjs-editor-alt-text-settings-editor-title = Editur per text alternativ
|
|
479
|
+
pdfjs-editor-alt-text-settings-show-dialog-button-label = Mussar l’editur per text alternativ directamain cun agiuntar in maletg
|
|
480
|
+
pdfjs-editor-alt-text-settings-show-dialog-description = Ta gida a garantir che tut tes maletgs hajan in text alternativ.
|
|
481
|
+
pdfjs-editor-alt-text-settings-close-button = Serrar
|
|
@@ -382,6 +382,22 @@ pdfjs-editor-resizer-label-bottom-right = Нижний правый угол —
|
|
|
382
382
|
pdfjs-editor-resizer-label-bottom-middle = Внизу посередине — изменить размер
|
|
383
383
|
pdfjs-editor-resizer-label-bottom-left = Нижний левый угол — изменить размер
|
|
384
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 = В центре слева — изменить размер
|
|
385
401
|
|
|
386
402
|
## Color picker
|
|
387
403
|
|
|
@@ -439,7 +455,7 @@ pdfjs-editor-new-alt-text-added-button-label = Альтернативный те
|
|
|
439
455
|
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
|
440
456
|
pdfjs-editor-new-alt-text-missing-button-label = Отсутствует альтернативный текст
|
|
441
457
|
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
|
|
442
|
-
pdfjs-editor-new-alt-text-to-review-button-label =
|
|
458
|
+
pdfjs-editor-new-alt-text-to-review-button-label = Оценить альтернативный текст
|
|
443
459
|
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
|
|
444
460
|
# Variables:
|
|
445
461
|
# $generatedAltText (String) - the generated alt-text.
|
|
@@ -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
|
|
|
@@ -286,6 +280,12 @@ pdfjs-editor-ink-button-label = ᱛᱮᱭᱟᱨ
|
|
|
286
280
|
pdfjs-editor-stamp-button =
|
|
287
281
|
.title = ᱪᱤᱛᱟᱹᱨᱠᱚ ᱥᱮᱞᱮᱫ ᱥᱮ ᱥᱟᱯᱲᱟᱣ ᱢᱮ
|
|
288
282
|
pdfjs-editor-stamp-button-label = ᱪᱤᱛᱟᱹᱨᱠᱚ ᱥᱮᱞᱮᱫ ᱥᱮ ᱥᱟᱯᱲᱟᱣ ᱢᱮ
|
|
283
|
+
|
|
284
|
+
## Remove button for the various kind of editor.
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
##
|
|
288
|
+
|
|
289
289
|
# Editor Parameters
|
|
290
290
|
pdfjs-editor-free-text-color-input = ᱨᱚᱝ
|
|
291
291
|
pdfjs-editor-free-text-size-input = ᱢᱟᱯ
|
|
@@ -309,3 +309,17 @@ pdfjs-ink-canvas =
|
|
|
309
309
|
## Editor resizers
|
|
310
310
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
311
311
|
|
|
312
|
+
|
|
313
|
+
## Color picker
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
## Show all highlights
|
|
317
|
+
## This is a toggle button to show/hide all the highlights.
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
## New alt-text dialog
|
|
321
|
+
## 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.
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
## Image alt-text settings
|
|
325
|
+
|
|
@@ -45,12 +45,6 @@ pdfjs-download-button =
|
|
|
45
45
|
# Length of the translation matters since we are in a mobile context, with limited screen estate.
|
|
46
46
|
pdfjs-download-button-label = බාගන්න
|
|
47
47
|
pdfjs-bookmark-button-label = පවතින පිටුව
|
|
48
|
-
# Used in Firefox for Android.
|
|
49
|
-
pdfjs-open-in-app-button =
|
|
50
|
-
.title = යෙදුමෙහි අරින්න
|
|
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 = යෙදුමෙහි අරින්න
|
|
54
48
|
|
|
55
49
|
## Secondary toolbar and context menu
|
|
56
50
|
|
|
@@ -236,6 +230,12 @@ pdfjs-editor-free-text-button-label = පෙළ
|
|
|
236
230
|
pdfjs-editor-ink-button =
|
|
237
231
|
.title = අඳින්න
|
|
238
232
|
pdfjs-editor-ink-button-label = අඳින්න
|
|
233
|
+
|
|
234
|
+
## Remove button for the various kind of editor.
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
##
|
|
238
|
+
|
|
239
239
|
# Editor Parameters
|
|
240
240
|
pdfjs-editor-free-text-color-input = වර්ණය
|
|
241
241
|
pdfjs-editor-free-text-size-input = තරම
|
|
@@ -251,3 +251,17 @@ pdfjs-free-text-default-content = ලිවීීම අරඹන්න…
|
|
|
251
251
|
## Editor resizers
|
|
252
252
|
## This is used in an aria label to help to understand the role of the resizer.
|
|
253
253
|
|
|
254
|
+
|
|
255
|
+
## Color picker
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## Show all highlights
|
|
259
|
+
## This is a toggle button to show/hide all the highlights.
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
## New alt-text dialog
|
|
263
|
+
## 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.
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## Image alt-text settings
|
|
267
|
+
|
|
@@ -105,6 +105,14 @@ pdfjs-document-properties-button-label = Vlastnosti dokumentu…
|
|
|
105
105
|
pdfjs-document-properties-file-name = Názov súboru:
|
|
106
106
|
pdfjs-document-properties-file-size = Veľkosť súboru:
|
|
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 } bajtov)
|
|
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 } bajtov)
|
|
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 } bajtov)
|
|
@@ -119,6 +127,9 @@ pdfjs-document-properties-keywords = Kľúčové slová:
|
|
|
119
127
|
pdfjs-document-properties-creation-date = Dátum vytvorenia:
|
|
120
128
|
pdfjs-document-properties-modification-date = Dátum úpravy:
|
|
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 = [Anotácia typu { $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 = Pravý dolný roh – zmena veľkosti
|
|
|
370
384
|
pdfjs-editor-resizer-label-bottom-middle = Stred dole – zmena veľkosti
|
|
371
385
|
pdfjs-editor-resizer-label-bottom-left = Ľavý dolný roh – zmena veľkosti
|
|
372
386
|
pdfjs-editor-resizer-label-middle-left = Vľavo uprostred – zmena veľkosti
|
|
387
|
+
pdfjs-editor-resizer-top-left =
|
|
388
|
+
.aria-label = Ľavý horný roh – zmena veľkosti
|
|
389
|
+
pdfjs-editor-resizer-top-middle =
|
|
390
|
+
.aria-label = Horný stred – zmena veľkosti
|
|
391
|
+
pdfjs-editor-resizer-top-right =
|
|
392
|
+
.aria-label = Pravý horný roh – zmena veľkosti
|
|
393
|
+
pdfjs-editor-resizer-middle-right =
|
|
394
|
+
.aria-label = Vpravo uprostred – zmena veľkosti
|
|
395
|
+
pdfjs-editor-resizer-bottom-right =
|
|
396
|
+
.aria-label = Pravý dolný roh – zmena veľkosti
|
|
397
|
+
pdfjs-editor-resizer-bottom-middle =
|
|
398
|
+
.aria-label = Stred dole – zmena veľkosti
|
|
399
|
+
pdfjs-editor-resizer-bottom-left =
|
|
400
|
+
.aria-label = Ľavý dolný roh – zmena veľkosti
|
|
401
|
+
pdfjs-editor-resizer-middle-left =
|
|
402
|
+
.aria-label = Vľavo uprostred – zmena veľkosti
|
|
373
403
|
|
|
374
404
|
## Color picker
|
|
375
405
|
|
|
@@ -410,8 +440,6 @@ pdfjs-editor-new-alt-text-textarea =
|
|
|
410
440
|
pdfjs-editor-new-alt-text-description = Krátky popis pre ľudí, ktorí nevidia obrázok alebo ak sa obrázok nenačíta.
|
|
411
441
|
# 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.
|
|
412
442
|
pdfjs-editor-new-alt-text-disclaimer1 = Tento alternatívny text bol vytvorený automaticky a môže byť nepresný.
|
|
413
|
-
# 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.
|
|
414
|
-
pdfjs-editor-new-alt-text-disclaimer = Tento alternatívny text bol vytvorený automaticky.
|
|
415
443
|
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Ďalšie informácie
|
|
416
444
|
pdfjs-editor-new-alt-text-create-automatically-button-label = Automaticky vytvoriť alternatívny text
|
|
417
445
|
pdfjs-editor-new-alt-text-not-now-button = Teraz nie
|
|
@@ -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
|
|
|
@@ -410,13 +426,28 @@ pdfjs-editor-highlight-show-all-button =
|
|
|
410
426
|
## New alt-text dialog
|
|
411
427
|
## 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.
|
|
412
428
|
|
|
429
|
+
# Modal header positioned above a text box where users can edit the alt text.
|
|
430
|
+
pdfjs-editor-new-alt-text-dialog-edit-label = آلٹ عبارت وچ تبدیلی کرو (تصویر تفصیل)
|
|
431
|
+
# Modal header positioned above a text box where users can add the alt text.
|
|
432
|
+
pdfjs-editor-new-alt-text-dialog-add-label = آلٹ عبارت شامل کرو (تصویر تفصیل)
|
|
413
433
|
pdfjs-editor-new-alt-text-textarea =
|
|
414
434
|
.placeholder = اتھ آپݨی وضاحت لکھو۔۔۔
|
|
435
|
+
# This text refers to the alt text box above this description. It offers a definition of alt text.
|
|
436
|
+
pdfjs-editor-new-alt-text-description = اُنہاں لوکاں کیتے مختصر تفصیل جہڑے تصویر کائنی ݙیکھ سڳدے یا ڄݙݨ تصویر لوڈ کائبی تھیندی۔
|
|
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.
|
|
438
|
+
pdfjs-editor-new-alt-text-disclaimer1 = آلٹ عبارت خودکار تخلیق تھئی ہے تے غلط تھی سڳدی ہے۔
|
|
415
439
|
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = ٻیا سِکھو
|
|
416
440
|
pdfjs-editor-new-alt-text-create-automatically-button-label = آلٹ عبارت خودکار بݨاؤ
|
|
417
441
|
pdfjs-editor-new-alt-text-not-now-button = ہݨ کائناں
|
|
418
442
|
pdfjs-editor-new-alt-text-error-title = آلٹ عبارت خودکار نہ بݨاؤ
|
|
443
|
+
pdfjs-editor-new-alt-text-error-description = سوہݨا، آپݨی آلٹ عبارت لکھو یا ولدا بعد وچ کوشش کرو۔
|
|
419
444
|
pdfjs-editor-new-alt-text-error-close-button = بند کرو
|
|
445
|
+
# Variables:
|
|
446
|
+
# $totalSize (Number) - the total size (in MB) of the AI model.
|
|
447
|
+
# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
|
|
448
|
+
# $percent (Number) - the percentage of the downloaded size.
|
|
449
|
+
pdfjs-editor-new-alt-text-ai-model-downloading-progress = آلٹ عبارت اے آئی ماڈل({ $totalSize }ایم بی دے { $downloadedSize }) ڈاؤن لوڈ تھیندا پئے
|
|
450
|
+
.aria-valuetext = آلٹ عبارت اے آئی ماڈل({ $totalSize }ایم بی دے { $downloadedSize }) ڈاؤن لوڈ تھیندا پئے
|
|
420
451
|
# This is a button that users can click to edit the alt text they have already added.
|
|
421
452
|
pdfjs-editor-new-alt-text-added-button-label = آلٹ عبارت شامل تھی ڳئی
|
|
422
453
|
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
|
|
@@ -436,8 +467,15 @@ pdfjs-image-alt-text-settings-button-label = تصویر آلٹ عبارت ترت
|
|
|
436
467
|
pdfjs-editor-alt-text-settings-dialog-label = تصویر آلٹ عبارت ترتیباں
|
|
437
468
|
pdfjs-editor-alt-text-settings-automatic-title = خودکار آلٹ عبارت
|
|
438
469
|
pdfjs-editor-alt-text-settings-create-model-button-label = آلٹ عبارت خودکار بݨاؤ
|
|
470
|
+
pdfjs-editor-alt-text-settings-create-model-description = اُنہاں لوکاں دی مدد کیتے تفصیل تجویز کرو جہڑے تصویر کائنی ݙیکھ سڳدے یا ڄݙݨ تصویر لوڈ کائبی تھیندی۔
|
|
471
|
+
# Variables:
|
|
472
|
+
# $totalSize (Number) - the total size (in MB) of the AI model.
|
|
473
|
+
pdfjs-editor-alt-text-settings-download-model-label = آلٹ عبارت اے آئی ماڈل ({ $totalSize } ایم بی)
|
|
474
|
+
pdfjs-editor-alt-text-settings-ai-model-description = تہاݙی ڈیوائس تے مقامی طور تے چلدا ہے تاں جو تہاݙا ڈیٹا نجی رہوے۔ خودکار آلٹ عبارت کیتے ضروری ہے۔
|
|
439
475
|
pdfjs-editor-alt-text-settings-delete-model-button = مٹاؤ
|
|
440
476
|
pdfjs-editor-alt-text-settings-download-model-button = ڈاؤن لوڈ
|
|
441
477
|
pdfjs-editor-alt-text-settings-downloading-model-button = ڈاؤن لوڈ تھیندا پئے …
|
|
442
478
|
pdfjs-editor-alt-text-settings-editor-title = متبادل ٹیکسٹ ایڈیٹر
|
|
479
|
+
pdfjs-editor-alt-text-settings-show-dialog-button-label = تصویر شامل کرݨ ویلے فوری طور تے آلٹ ٹیکسٹ ایڈیٹر ݙکھاؤ
|
|
480
|
+
pdfjs-editor-alt-text-settings-show-dialog-description = ایہ تہاکوں یقینی بݨاوݨ وچ مدد کریندے جو تہاݙیاں ساریاں تصویراں وچ آلٹ عبارت ہے۔
|
|
443
481
|
pdfjs-editor-alt-text-settings-close-button = بند کرو
|
|
@@ -384,6 +384,22 @@ pdfjs-editor-resizer-label-bottom-right = Spodnji desni kot – spremeni velikos
|
|
|
384
384
|
pdfjs-editor-resizer-label-bottom-middle = Spodaj na sredini – spremeni velikost
|
|
385
385
|
pdfjs-editor-resizer-label-bottom-left = Spodnji levi kot – spremeni velikost
|
|
386
386
|
pdfjs-editor-resizer-label-middle-left = Levo na sredini – spremeni velikost
|
|
387
|
+
pdfjs-editor-resizer-top-left =
|
|
388
|
+
.aria-label = Zgornji levi kot – spremeni velikost
|
|
389
|
+
pdfjs-editor-resizer-top-middle =
|
|
390
|
+
.aria-label = Zgoraj na sredini – spremeni velikost
|
|
391
|
+
pdfjs-editor-resizer-top-right =
|
|
392
|
+
.aria-label = Zgornji desni kot – spremeni velikost
|
|
393
|
+
pdfjs-editor-resizer-middle-right =
|
|
394
|
+
.aria-label = Desno na sredini – spremeni velikost
|
|
395
|
+
pdfjs-editor-resizer-bottom-right =
|
|
396
|
+
.aria-label = Spodnji desni kot – spremeni velikost
|
|
397
|
+
pdfjs-editor-resizer-bottom-middle =
|
|
398
|
+
.aria-label = Spodaj na sredini – spremeni velikost
|
|
399
|
+
pdfjs-editor-resizer-bottom-left =
|
|
400
|
+
.aria-label = Spodnji levi kot – spremeni velikost
|
|
401
|
+
pdfjs-editor-resizer-middle-left =
|
|
402
|
+
.aria-label = Levo na sredini – spremeni velikost
|
|
387
403
|
|
|
388
404
|
## Color picker
|
|
389
405
|
|