@eigenpal/docx-editor-i18n 1.2.1 → 1.3.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/dist/de.js +23 -1
- package/dist/de.mjs +23 -1
- package/dist/en.js +22 -0
- package/dist/en.mjs +22 -0
- package/dist/fr.js +23 -1
- package/dist/fr.mjs +23 -1
- package/dist/he.js +23 -1
- package/dist/he.mjs +23 -1
- package/dist/hi.js +23 -1
- package/dist/hi.mjs +23 -1
- package/dist/index.d.mts +22 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +206 -8
- package/dist/index.mjs +206 -8
- package/dist/pl.js +23 -1
- package/dist/pl.mjs +23 -1
- package/dist/pt-BR.js +23 -1
- package/dist/pt-BR.mjs +23 -1
- package/dist/tr.js +23 -1
- package/dist/tr.mjs +23 -1
- package/dist/zh-CN.js +23 -1
- package/dist/zh-CN.mjs +23 -1
- package/package.json +1 -1
package/dist/pl.mjs
CHANGED
|
@@ -42,7 +42,8 @@ var pl_default = {
|
|
|
42
42
|
open: "Otwórz",
|
|
43
43
|
openShortcut: "Ctrl+O",
|
|
44
44
|
save: "Zapisz",
|
|
45
|
-
saveShortcut: "Ctrl+S"
|
|
45
|
+
saveShortcut: "Ctrl+S",
|
|
46
|
+
watermark: "Znak wodny"
|
|
46
47
|
},
|
|
47
48
|
formattingBar: {
|
|
48
49
|
groups: {
|
|
@@ -532,6 +533,27 @@ var pl_default = {
|
|
|
532
533
|
noResults: 'Nie znaleziono skrótów pasujących do "{query}"',
|
|
533
534
|
pressEscToClose: "Naciśnij {key}, aby zamknąć",
|
|
534
535
|
or: "lub"
|
|
536
|
+
},
|
|
537
|
+
watermark: {
|
|
538
|
+
applyButton: "Zastosuj",
|
|
539
|
+
cancelButton: "Anuluj",
|
|
540
|
+
colorLabel: "Kolor",
|
|
541
|
+
diagonal: "Po przekątnej",
|
|
542
|
+
fontLabel: "Czcionka",
|
|
543
|
+
horizontal: "Poziomo",
|
|
544
|
+
layoutLabel: "Układ",
|
|
545
|
+
noWatermark: "Bez znaku wodnego",
|
|
546
|
+
picture: "Obrazkowy znak wodny",
|
|
547
|
+
presetLabel: "Predefiniowany",
|
|
548
|
+
scale: "Skala",
|
|
549
|
+
selectPicture: "Wybierz obraz…",
|
|
550
|
+
semitransparent: "Półprzezroczysty",
|
|
551
|
+
sizeAuto: "Auto",
|
|
552
|
+
sizeLabel: "Rozmiar",
|
|
553
|
+
text: "Tekstowy znak wodny",
|
|
554
|
+
textLabel: "Tekst",
|
|
555
|
+
title: "Znak wodny",
|
|
556
|
+
washout: "Wyblakły"
|
|
535
557
|
}
|
|
536
558
|
},
|
|
537
559
|
comments: {
|
package/dist/pt-BR.js
CHANGED
|
@@ -69,7 +69,8 @@ var pt_BR_default = {
|
|
|
69
69
|
open: "Abrir",
|
|
70
70
|
openShortcut: "Ctrl+O",
|
|
71
71
|
save: "Salvar",
|
|
72
|
-
saveShortcut: "Ctrl+S"
|
|
72
|
+
saveShortcut: "Ctrl+S",
|
|
73
|
+
watermark: "Marca d'água"
|
|
73
74
|
},
|
|
74
75
|
formattingBar: {
|
|
75
76
|
groups: {
|
|
@@ -559,6 +560,27 @@ var pt_BR_default = {
|
|
|
559
560
|
noResults: 'Nenhum atalho encontrado para "{query}"',
|
|
560
561
|
pressEscToClose: "Pressione {key} para fechar",
|
|
561
562
|
or: "ou"
|
|
563
|
+
},
|
|
564
|
+
watermark: {
|
|
565
|
+
applyButton: "Aplicar",
|
|
566
|
+
cancelButton: "Cancelar",
|
|
567
|
+
colorLabel: "Cor",
|
|
568
|
+
diagonal: "Diagonal",
|
|
569
|
+
fontLabel: "Fonte",
|
|
570
|
+
horizontal: "Horizontal",
|
|
571
|
+
layoutLabel: "Layout",
|
|
572
|
+
noWatermark: "Sem marca d'água",
|
|
573
|
+
picture: "Marca d'água de imagem",
|
|
574
|
+
presetLabel: "Predefinição",
|
|
575
|
+
scale: "Escala",
|
|
576
|
+
selectPicture: "Selecionar imagem…",
|
|
577
|
+
semitransparent: "Semitransparente",
|
|
578
|
+
sizeAuto: "Automático",
|
|
579
|
+
sizeLabel: "Tamanho",
|
|
580
|
+
text: "Marca d'água de texto",
|
|
581
|
+
textLabel: "Texto",
|
|
582
|
+
title: "Marca d'água",
|
|
583
|
+
washout: "Desbotado"
|
|
562
584
|
}
|
|
563
585
|
},
|
|
564
586
|
comments: {
|
package/dist/pt-BR.mjs
CHANGED
|
@@ -42,7 +42,8 @@ var pt_BR_default = {
|
|
|
42
42
|
open: "Abrir",
|
|
43
43
|
openShortcut: "Ctrl+O",
|
|
44
44
|
save: "Salvar",
|
|
45
|
-
saveShortcut: "Ctrl+S"
|
|
45
|
+
saveShortcut: "Ctrl+S",
|
|
46
|
+
watermark: "Marca d'água"
|
|
46
47
|
},
|
|
47
48
|
formattingBar: {
|
|
48
49
|
groups: {
|
|
@@ -532,6 +533,27 @@ var pt_BR_default = {
|
|
|
532
533
|
noResults: 'Nenhum atalho encontrado para "{query}"',
|
|
533
534
|
pressEscToClose: "Pressione {key} para fechar",
|
|
534
535
|
or: "ou"
|
|
536
|
+
},
|
|
537
|
+
watermark: {
|
|
538
|
+
applyButton: "Aplicar",
|
|
539
|
+
cancelButton: "Cancelar",
|
|
540
|
+
colorLabel: "Cor",
|
|
541
|
+
diagonal: "Diagonal",
|
|
542
|
+
fontLabel: "Fonte",
|
|
543
|
+
horizontal: "Horizontal",
|
|
544
|
+
layoutLabel: "Layout",
|
|
545
|
+
noWatermark: "Sem marca d'água",
|
|
546
|
+
picture: "Marca d'água de imagem",
|
|
547
|
+
presetLabel: "Predefinição",
|
|
548
|
+
scale: "Escala",
|
|
549
|
+
selectPicture: "Selecionar imagem…",
|
|
550
|
+
semitransparent: "Semitransparente",
|
|
551
|
+
sizeAuto: "Automático",
|
|
552
|
+
sizeLabel: "Tamanho",
|
|
553
|
+
text: "Marca d'água de texto",
|
|
554
|
+
textLabel: "Texto",
|
|
555
|
+
title: "Marca d'água",
|
|
556
|
+
washout: "Desbotado"
|
|
535
557
|
}
|
|
536
558
|
},
|
|
537
559
|
comments: {
|
package/dist/tr.js
CHANGED
|
@@ -69,7 +69,8 @@ var tr_default = {
|
|
|
69
69
|
tableOfContents: "İçindekiler tablosu",
|
|
70
70
|
symbol: "Sembol",
|
|
71
71
|
help: "Yardım",
|
|
72
|
-
reportIssue: "Sorun bildir"
|
|
72
|
+
reportIssue: "Sorun bildir",
|
|
73
|
+
watermark: "Filigran"
|
|
73
74
|
},
|
|
74
75
|
formattingBar: {
|
|
75
76
|
groups: {
|
|
@@ -559,6 +560,27 @@ var tr_default = {
|
|
|
559
560
|
noResults: '"{query}" eşleşen kısayol yok',
|
|
560
561
|
pressEscToClose: "Kapatmak için {key} tuşuna bas",
|
|
561
562
|
or: "veya"
|
|
563
|
+
},
|
|
564
|
+
watermark: {
|
|
565
|
+
applyButton: "Uygula",
|
|
566
|
+
cancelButton: "İptal",
|
|
567
|
+
colorLabel: "Renk",
|
|
568
|
+
diagonal: "Çapraz",
|
|
569
|
+
fontLabel: "Yazı tipi",
|
|
570
|
+
horizontal: "Yatay",
|
|
571
|
+
layoutLabel: "Düzen",
|
|
572
|
+
noWatermark: "Filigran yok",
|
|
573
|
+
picture: "Resim filigranı",
|
|
574
|
+
presetLabel: "Hazır ayar",
|
|
575
|
+
scale: "Ölçek",
|
|
576
|
+
selectPicture: "Resim Seç…",
|
|
577
|
+
semitransparent: "Yarı saydam",
|
|
578
|
+
sizeAuto: "Otomatik",
|
|
579
|
+
sizeLabel: "Boyut",
|
|
580
|
+
text: "Metin filigranı",
|
|
581
|
+
textLabel: "Metin",
|
|
582
|
+
title: "Filigran",
|
|
583
|
+
washout: "Soluk"
|
|
562
584
|
}
|
|
563
585
|
},
|
|
564
586
|
comments: {
|
package/dist/tr.mjs
CHANGED
|
@@ -42,7 +42,8 @@ var tr_default = {
|
|
|
42
42
|
tableOfContents: "İçindekiler tablosu",
|
|
43
43
|
symbol: "Sembol",
|
|
44
44
|
help: "Yardım",
|
|
45
|
-
reportIssue: "Sorun bildir"
|
|
45
|
+
reportIssue: "Sorun bildir",
|
|
46
|
+
watermark: "Filigran"
|
|
46
47
|
},
|
|
47
48
|
formattingBar: {
|
|
48
49
|
groups: {
|
|
@@ -532,6 +533,27 @@ var tr_default = {
|
|
|
532
533
|
noResults: '"{query}" eşleşen kısayol yok',
|
|
533
534
|
pressEscToClose: "Kapatmak için {key} tuşuna bas",
|
|
534
535
|
or: "veya"
|
|
536
|
+
},
|
|
537
|
+
watermark: {
|
|
538
|
+
applyButton: "Uygula",
|
|
539
|
+
cancelButton: "İptal",
|
|
540
|
+
colorLabel: "Renk",
|
|
541
|
+
diagonal: "Çapraz",
|
|
542
|
+
fontLabel: "Yazı tipi",
|
|
543
|
+
horizontal: "Yatay",
|
|
544
|
+
layoutLabel: "Düzen",
|
|
545
|
+
noWatermark: "Filigran yok",
|
|
546
|
+
picture: "Resim filigranı",
|
|
547
|
+
presetLabel: "Hazır ayar",
|
|
548
|
+
scale: "Ölçek",
|
|
549
|
+
selectPicture: "Resim Seç…",
|
|
550
|
+
semitransparent: "Yarı saydam",
|
|
551
|
+
sizeAuto: "Otomatik",
|
|
552
|
+
sizeLabel: "Boyut",
|
|
553
|
+
text: "Metin filigranı",
|
|
554
|
+
textLabel: "Metin",
|
|
555
|
+
title: "Filigran",
|
|
556
|
+
washout: "Soluk"
|
|
535
557
|
}
|
|
536
558
|
},
|
|
537
559
|
comments: {
|
package/dist/zh-CN.js
CHANGED
|
@@ -69,7 +69,8 @@ var zh_CN_default = {
|
|
|
69
69
|
tableOfContents: "目录",
|
|
70
70
|
symbol: "符号",
|
|
71
71
|
help: "帮助",
|
|
72
|
-
reportIssue: "反馈问题"
|
|
72
|
+
reportIssue: "反馈问题",
|
|
73
|
+
watermark: "水印"
|
|
73
74
|
},
|
|
74
75
|
formattingBar: {
|
|
75
76
|
groups: {
|
|
@@ -559,6 +560,27 @@ var zh_CN_default = {
|
|
|
559
560
|
noResults: '未找到与 "{query}" 匹配的快捷方式',
|
|
560
561
|
pressEscToClose: "按 {key} 关闭",
|
|
561
562
|
or: "或"
|
|
563
|
+
},
|
|
564
|
+
watermark: {
|
|
565
|
+
applyButton: "应用",
|
|
566
|
+
cancelButton: "取消",
|
|
567
|
+
colorLabel: "颜色",
|
|
568
|
+
diagonal: "斜式",
|
|
569
|
+
fontLabel: "字体",
|
|
570
|
+
horizontal: "水平",
|
|
571
|
+
layoutLabel: "版式",
|
|
572
|
+
noWatermark: "无水印",
|
|
573
|
+
picture: "图片水印",
|
|
574
|
+
presetLabel: "预设",
|
|
575
|
+
scale: "缩放",
|
|
576
|
+
selectPicture: "选择图片…",
|
|
577
|
+
semitransparent: "半透明",
|
|
578
|
+
sizeAuto: "自动",
|
|
579
|
+
sizeLabel: "大小",
|
|
580
|
+
text: "文字水印",
|
|
581
|
+
textLabel: "文字",
|
|
582
|
+
title: "水印",
|
|
583
|
+
washout: "冲蚀"
|
|
562
584
|
}
|
|
563
585
|
},
|
|
564
586
|
comments: {
|
package/dist/zh-CN.mjs
CHANGED
|
@@ -42,7 +42,8 @@ var zh_CN_default = {
|
|
|
42
42
|
tableOfContents: "目录",
|
|
43
43
|
symbol: "符号",
|
|
44
44
|
help: "帮助",
|
|
45
|
-
reportIssue: "反馈问题"
|
|
45
|
+
reportIssue: "反馈问题",
|
|
46
|
+
watermark: "水印"
|
|
46
47
|
},
|
|
47
48
|
formattingBar: {
|
|
48
49
|
groups: {
|
|
@@ -532,6 +533,27 @@ var zh_CN_default = {
|
|
|
532
533
|
noResults: '未找到与 "{query}" 匹配的快捷方式',
|
|
533
534
|
pressEscToClose: "按 {key} 关闭",
|
|
534
535
|
or: "或"
|
|
536
|
+
},
|
|
537
|
+
watermark: {
|
|
538
|
+
applyButton: "应用",
|
|
539
|
+
cancelButton: "取消",
|
|
540
|
+
colorLabel: "颜色",
|
|
541
|
+
diagonal: "斜式",
|
|
542
|
+
fontLabel: "字体",
|
|
543
|
+
horizontal: "水平",
|
|
544
|
+
layoutLabel: "版式",
|
|
545
|
+
noWatermark: "无水印",
|
|
546
|
+
picture: "图片水印",
|
|
547
|
+
presetLabel: "预设",
|
|
548
|
+
scale: "缩放",
|
|
549
|
+
selectPicture: "选择图片…",
|
|
550
|
+
semitransparent: "半透明",
|
|
551
|
+
sizeAuto: "自动",
|
|
552
|
+
sizeLabel: "大小",
|
|
553
|
+
text: "文字水印",
|
|
554
|
+
textLabel: "文字",
|
|
555
|
+
title: "水印",
|
|
556
|
+
washout: "冲蚀"
|
|
535
557
|
}
|
|
536
558
|
},
|
|
537
559
|
comments: {
|
package/package.json
CHANGED