@eigenpal/docx-editor-i18n 1.0.3 → 1.1.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/LICENSE +13 -16
- package/dist/de.js +15 -0
- package/dist/de.mjs +15 -0
- package/dist/en.js +15 -0
- package/dist/en.mjs +15 -0
- package/dist/fr.d.mts +33 -0
- package/dist/fr.d.ts +33 -0
- package/dist/fr.js +873 -0
- package/dist/fr.mjs +846 -0
- package/dist/he.js +15 -0
- package/dist/he.mjs +15 -0
- package/dist/hi.d.mts +33 -0
- package/dist/hi.d.ts +33 -0
- package/dist/hi.js +873 -0
- package/dist/hi.mjs +846 -0
- package/dist/index.d.mts +22 -2
- package/dist/index.d.ts +22 -2
- package/dist/index.js +1791 -0
- package/dist/index.mjs +1789 -0
- package/dist/pl.js +15 -0
- package/dist/pl.mjs +15 -0
- package/dist/pt-BR.js +15 -0
- package/dist/pt-BR.mjs +15 -0
- package/dist/tr.js +15 -0
- package/dist/tr.mjs +15 -0
- package/dist/zh-CN.js +15 -0
- package/dist/zh-CN.mjs +15 -0
- package/package.json +11 -1
package/dist/pl.js
CHANGED
|
@@ -846,6 +846,21 @@ var pl_default = {
|
|
|
846
846
|
deleteImage: "Usuń obraz",
|
|
847
847
|
imageProperties: "Właściwości obrazu",
|
|
848
848
|
rotate: "Obróć"
|
|
849
|
+
},
|
|
850
|
+
revisions: {
|
|
851
|
+
cellDeleted: null,
|
|
852
|
+
cellInserted: null,
|
|
853
|
+
cellMerged: null,
|
|
854
|
+
cellPropertiesChanged: null,
|
|
855
|
+
paragraphMarkDeleted: null,
|
|
856
|
+
paragraphMarkInserted: null,
|
|
857
|
+
paragraphPropertiesChanged: null,
|
|
858
|
+
rowDeleted: null,
|
|
859
|
+
rowInserted: null,
|
|
860
|
+
rowPropertiesChanged: null,
|
|
861
|
+
tablePropertiesChanged: null,
|
|
862
|
+
tableDeleted: null,
|
|
863
|
+
tableInserted: null
|
|
849
864
|
}
|
|
850
865
|
};
|
|
851
866
|
|
package/dist/pl.mjs
CHANGED
|
@@ -819,6 +819,21 @@ var pl_default = {
|
|
|
819
819
|
deleteImage: "Usuń obraz",
|
|
820
820
|
imageProperties: "Właściwości obrazu",
|
|
821
821
|
rotate: "Obróć"
|
|
822
|
+
},
|
|
823
|
+
revisions: {
|
|
824
|
+
cellDeleted: null,
|
|
825
|
+
cellInserted: null,
|
|
826
|
+
cellMerged: null,
|
|
827
|
+
cellPropertiesChanged: null,
|
|
828
|
+
paragraphMarkDeleted: null,
|
|
829
|
+
paragraphMarkInserted: null,
|
|
830
|
+
paragraphPropertiesChanged: null,
|
|
831
|
+
rowDeleted: null,
|
|
832
|
+
rowInserted: null,
|
|
833
|
+
rowPropertiesChanged: null,
|
|
834
|
+
tablePropertiesChanged: null,
|
|
835
|
+
tableDeleted: null,
|
|
836
|
+
tableInserted: null
|
|
822
837
|
}
|
|
823
838
|
};
|
|
824
839
|
|
package/dist/pt-BR.js
CHANGED
|
@@ -846,6 +846,21 @@ var pt_BR_default = {
|
|
|
846
846
|
deleteImage: "Excluir imagem",
|
|
847
847
|
imageProperties: "Propriedades da imagem",
|
|
848
848
|
rotate: "Girar"
|
|
849
|
+
},
|
|
850
|
+
revisions: {
|
|
851
|
+
cellDeleted: null,
|
|
852
|
+
cellInserted: null,
|
|
853
|
+
cellMerged: null,
|
|
854
|
+
cellPropertiesChanged: null,
|
|
855
|
+
paragraphMarkDeleted: null,
|
|
856
|
+
paragraphMarkInserted: null,
|
|
857
|
+
paragraphPropertiesChanged: null,
|
|
858
|
+
rowDeleted: null,
|
|
859
|
+
rowInserted: null,
|
|
860
|
+
rowPropertiesChanged: null,
|
|
861
|
+
tablePropertiesChanged: null,
|
|
862
|
+
tableDeleted: null,
|
|
863
|
+
tableInserted: null
|
|
849
864
|
}
|
|
850
865
|
};
|
|
851
866
|
|
package/dist/pt-BR.mjs
CHANGED
|
@@ -819,6 +819,21 @@ var pt_BR_default = {
|
|
|
819
819
|
deleteImage: "Excluir imagem",
|
|
820
820
|
imageProperties: "Propriedades da imagem",
|
|
821
821
|
rotate: "Girar"
|
|
822
|
+
},
|
|
823
|
+
revisions: {
|
|
824
|
+
cellDeleted: null,
|
|
825
|
+
cellInserted: null,
|
|
826
|
+
cellMerged: null,
|
|
827
|
+
cellPropertiesChanged: null,
|
|
828
|
+
paragraphMarkDeleted: null,
|
|
829
|
+
paragraphMarkInserted: null,
|
|
830
|
+
paragraphPropertiesChanged: null,
|
|
831
|
+
rowDeleted: null,
|
|
832
|
+
rowInserted: null,
|
|
833
|
+
rowPropertiesChanged: null,
|
|
834
|
+
tablePropertiesChanged: null,
|
|
835
|
+
tableDeleted: null,
|
|
836
|
+
tableInserted: null
|
|
822
837
|
}
|
|
823
838
|
};
|
|
824
839
|
|
package/dist/tr.js
CHANGED
|
@@ -846,6 +846,21 @@ var tr_default = {
|
|
|
846
846
|
deleteImage: "Görseli sil",
|
|
847
847
|
imageProperties: "Görsel özellikleri",
|
|
848
848
|
rotate: "Döndür"
|
|
849
|
+
},
|
|
850
|
+
revisions: {
|
|
851
|
+
cellDeleted: null,
|
|
852
|
+
cellInserted: null,
|
|
853
|
+
cellMerged: null,
|
|
854
|
+
cellPropertiesChanged: null,
|
|
855
|
+
paragraphMarkDeleted: null,
|
|
856
|
+
paragraphMarkInserted: null,
|
|
857
|
+
paragraphPropertiesChanged: null,
|
|
858
|
+
rowDeleted: null,
|
|
859
|
+
rowInserted: null,
|
|
860
|
+
rowPropertiesChanged: null,
|
|
861
|
+
tablePropertiesChanged: null,
|
|
862
|
+
tableDeleted: null,
|
|
863
|
+
tableInserted: null
|
|
849
864
|
}
|
|
850
865
|
};
|
|
851
866
|
|
package/dist/tr.mjs
CHANGED
|
@@ -819,6 +819,21 @@ var tr_default = {
|
|
|
819
819
|
deleteImage: "Görseli sil",
|
|
820
820
|
imageProperties: "Görsel özellikleri",
|
|
821
821
|
rotate: "Döndür"
|
|
822
|
+
},
|
|
823
|
+
revisions: {
|
|
824
|
+
cellDeleted: null,
|
|
825
|
+
cellInserted: null,
|
|
826
|
+
cellMerged: null,
|
|
827
|
+
cellPropertiesChanged: null,
|
|
828
|
+
paragraphMarkDeleted: null,
|
|
829
|
+
paragraphMarkInserted: null,
|
|
830
|
+
paragraphPropertiesChanged: null,
|
|
831
|
+
rowDeleted: null,
|
|
832
|
+
rowInserted: null,
|
|
833
|
+
rowPropertiesChanged: null,
|
|
834
|
+
tablePropertiesChanged: null,
|
|
835
|
+
tableDeleted: null,
|
|
836
|
+
tableInserted: null
|
|
822
837
|
}
|
|
823
838
|
};
|
|
824
839
|
|
package/dist/zh-CN.js
CHANGED
|
@@ -846,6 +846,21 @@ var zh_CN_default = {
|
|
|
846
846
|
deleteImage: "删除图片",
|
|
847
847
|
imageProperties: "图片属性",
|
|
848
848
|
rotate: "旋转"
|
|
849
|
+
},
|
|
850
|
+
revisions: {
|
|
851
|
+
cellDeleted: null,
|
|
852
|
+
cellInserted: null,
|
|
853
|
+
cellMerged: null,
|
|
854
|
+
cellPropertiesChanged: null,
|
|
855
|
+
paragraphMarkDeleted: null,
|
|
856
|
+
paragraphMarkInserted: null,
|
|
857
|
+
paragraphPropertiesChanged: null,
|
|
858
|
+
rowDeleted: null,
|
|
859
|
+
rowInserted: null,
|
|
860
|
+
rowPropertiesChanged: null,
|
|
861
|
+
tablePropertiesChanged: null,
|
|
862
|
+
tableDeleted: null,
|
|
863
|
+
tableInserted: null
|
|
849
864
|
}
|
|
850
865
|
};
|
|
851
866
|
|
package/dist/zh-CN.mjs
CHANGED
|
@@ -819,6 +819,21 @@ var zh_CN_default = {
|
|
|
819
819
|
deleteImage: "删除图片",
|
|
820
820
|
imageProperties: "图片属性",
|
|
821
821
|
rotate: "旋转"
|
|
822
|
+
},
|
|
823
|
+
revisions: {
|
|
824
|
+
cellDeleted: null,
|
|
825
|
+
cellInserted: null,
|
|
826
|
+
cellMerged: null,
|
|
827
|
+
cellPropertiesChanged: null,
|
|
828
|
+
paragraphMarkDeleted: null,
|
|
829
|
+
paragraphMarkInserted: null,
|
|
830
|
+
paragraphPropertiesChanged: null,
|
|
831
|
+
rowDeleted: null,
|
|
832
|
+
rowInserted: null,
|
|
833
|
+
rowPropertiesChanged: null,
|
|
834
|
+
tablePropertiesChanged: null,
|
|
835
|
+
tableDeleted: null,
|
|
836
|
+
tableInserted: null
|
|
822
837
|
}
|
|
823
838
|
};
|
|
824
839
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eigenpal/docx-editor-i18n",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
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",
|
|
@@ -22,11 +22,21 @@
|
|
|
22
22
|
"import": "./dist/de.mjs",
|
|
23
23
|
"require": "./dist/de.js"
|
|
24
24
|
},
|
|
25
|
+
"./fr": {
|
|
26
|
+
"types": "./dist/fr.d.ts",
|
|
27
|
+
"import": "./dist/fr.mjs",
|
|
28
|
+
"require": "./dist/fr.js"
|
|
29
|
+
},
|
|
25
30
|
"./he": {
|
|
26
31
|
"types": "./dist/he.d.ts",
|
|
27
32
|
"import": "./dist/he.mjs",
|
|
28
33
|
"require": "./dist/he.js"
|
|
29
34
|
},
|
|
35
|
+
"./hi": {
|
|
36
|
+
"types": "./dist/hi.d.ts",
|
|
37
|
+
"import": "./dist/hi.mjs",
|
|
38
|
+
"require": "./dist/hi.js"
|
|
39
|
+
},
|
|
30
40
|
"./pl": {
|
|
31
41
|
"types": "./dist/pl.d.ts",
|
|
32
42
|
"import": "./dist/pl.mjs",
|