@eigenpal/docx-editor-i18n 1.5.0 → 1.6.1
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 +4 -1
- package/dist/de.mjs +4 -1
- package/dist/en.js +3 -0
- package/dist/en.mjs +3 -0
- package/dist/fr.js +4 -1
- package/dist/fr.mjs +4 -1
- package/dist/he.js +4 -1
- package/dist/he.mjs +4 -1
- package/dist/hi.js +4 -1
- package/dist/hi.mjs +4 -1
- package/dist/id.d.mts +33 -0
- package/dist/id.d.ts +33 -0
- package/dist/id.js +906 -0
- package/dist/id.mjs +879 -0
- package/dist/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +911 -8
- package/dist/index.mjs +910 -8
- package/dist/pl.js +4 -1
- package/dist/pl.mjs +4 -1
- package/dist/pt-BR.js +4 -1
- package/dist/pt-BR.mjs +4 -1
- package/dist/tr.js +4 -1
- package/dist/tr.mjs +4 -1
- package/dist/zh-CN.js +4 -1
- package/dist/zh-CN.mjs +4 -1
- package/package.json +6 -1
package/dist/pl.js
CHANGED
|
@@ -70,7 +70,10 @@ var pl_default = {
|
|
|
70
70
|
openShortcut: "Ctrl+O",
|
|
71
71
|
save: "Zapisz",
|
|
72
72
|
saveShortcut: "Ctrl+S",
|
|
73
|
-
watermark: "Znak wodny"
|
|
73
|
+
watermark: "Znak wodny",
|
|
74
|
+
break: null,
|
|
75
|
+
sectionBreakContinuous: null,
|
|
76
|
+
sectionBreakNextPage: null
|
|
74
77
|
},
|
|
75
78
|
formattingBar: {
|
|
76
79
|
groups: {
|
package/dist/pl.mjs
CHANGED
|
@@ -43,7 +43,10 @@ var pl_default = {
|
|
|
43
43
|
openShortcut: "Ctrl+O",
|
|
44
44
|
save: "Zapisz",
|
|
45
45
|
saveShortcut: "Ctrl+S",
|
|
46
|
-
watermark: "Znak wodny"
|
|
46
|
+
watermark: "Znak wodny",
|
|
47
|
+
break: null,
|
|
48
|
+
sectionBreakContinuous: null,
|
|
49
|
+
sectionBreakNextPage: null
|
|
47
50
|
},
|
|
48
51
|
formattingBar: {
|
|
49
52
|
groups: {
|
package/dist/pt-BR.js
CHANGED
|
@@ -70,7 +70,10 @@ var pt_BR_default = {
|
|
|
70
70
|
openShortcut: "Ctrl+O",
|
|
71
71
|
save: "Salvar",
|
|
72
72
|
saveShortcut: "Ctrl+S",
|
|
73
|
-
watermark: "Marca d'água"
|
|
73
|
+
watermark: "Marca d'água",
|
|
74
|
+
break: null,
|
|
75
|
+
sectionBreakContinuous: null,
|
|
76
|
+
sectionBreakNextPage: null
|
|
74
77
|
},
|
|
75
78
|
formattingBar: {
|
|
76
79
|
groups: {
|
package/dist/pt-BR.mjs
CHANGED
|
@@ -43,7 +43,10 @@ var pt_BR_default = {
|
|
|
43
43
|
openShortcut: "Ctrl+O",
|
|
44
44
|
save: "Salvar",
|
|
45
45
|
saveShortcut: "Ctrl+S",
|
|
46
|
-
watermark: "Marca d'água"
|
|
46
|
+
watermark: "Marca d'água",
|
|
47
|
+
break: null,
|
|
48
|
+
sectionBreakContinuous: null,
|
|
49
|
+
sectionBreakNextPage: null
|
|
47
50
|
},
|
|
48
51
|
formattingBar: {
|
|
49
52
|
groups: {
|
package/dist/tr.js
CHANGED
|
@@ -70,7 +70,10 @@ var tr_default = {
|
|
|
70
70
|
symbol: "Sembol",
|
|
71
71
|
help: "Yardım",
|
|
72
72
|
reportIssue: "Sorun bildir",
|
|
73
|
-
watermark: "Filigran"
|
|
73
|
+
watermark: "Filigran",
|
|
74
|
+
break: null,
|
|
75
|
+
sectionBreakContinuous: null,
|
|
76
|
+
sectionBreakNextPage: null
|
|
74
77
|
},
|
|
75
78
|
formattingBar: {
|
|
76
79
|
groups: {
|
package/dist/tr.mjs
CHANGED
|
@@ -43,7 +43,10 @@ var tr_default = {
|
|
|
43
43
|
symbol: "Sembol",
|
|
44
44
|
help: "Yardım",
|
|
45
45
|
reportIssue: "Sorun bildir",
|
|
46
|
-
watermark: "Filigran"
|
|
46
|
+
watermark: "Filigran",
|
|
47
|
+
break: null,
|
|
48
|
+
sectionBreakContinuous: null,
|
|
49
|
+
sectionBreakNextPage: null
|
|
47
50
|
},
|
|
48
51
|
formattingBar: {
|
|
49
52
|
groups: {
|
package/dist/zh-CN.js
CHANGED
package/dist/zh-CN.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eigenpal/docx-editor-i18n",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Shared UI locale strings and types for the @eigenpal docx-editor adapters (React and Vue).",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,6 +37,11 @@
|
|
|
37
37
|
"import": "./dist/hi.mjs",
|
|
38
38
|
"require": "./dist/hi.js"
|
|
39
39
|
},
|
|
40
|
+
"./id": {
|
|
41
|
+
"types": "./dist/id.d.ts",
|
|
42
|
+
"import": "./dist/id.mjs",
|
|
43
|
+
"require": "./dist/id.js"
|
|
44
|
+
},
|
|
40
45
|
"./pl": {
|
|
41
46
|
"types": "./dist/pl.d.ts",
|
|
42
47
|
"import": "./dist/pl.mjs",
|