@eigenpal/docx-editor-i18n 1.3.1 → 1.3.2
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 +13 -5
- package/dist/de.mjs +13 -5
- package/dist/en.js +12 -4
- package/dist/en.mjs +12 -4
- package/dist/fr.js +13 -5
- package/dist/fr.mjs +13 -5
- package/dist/he.js +13 -5
- package/dist/he.mjs +13 -5
- package/dist/hi.js +13 -5
- package/dist/hi.mjs +13 -5
- package/dist/index.d.mts +12 -4
- package/dist/index.d.ts +12 -4
- package/dist/index.js +116 -44
- package/dist/index.mjs +116 -44
- package/dist/pl.js +13 -5
- package/dist/pl.mjs +13 -5
- package/dist/pt-BR.js +13 -5
- package/dist/pt-BR.mjs +13 -5
- package/dist/tr.js +13 -5
- package/dist/tr.mjs +13 -5
- package/dist/zh-CN.js +13 -5
- package/dist/zh-CN.mjs +13 -5
- package/package.json +1 -1
package/dist/tr.js
CHANGED
|
@@ -106,7 +106,9 @@ var tr_default = {
|
|
|
106
106
|
subscriptShortcut: "Alt simge (Ctrl+=)",
|
|
107
107
|
imageProperties: "Görsel özellikleri",
|
|
108
108
|
imagePropertiesShortcut: "Görsel özellikleri (alternatif metin, kenarlık)...",
|
|
109
|
-
clearFormatting: "Biçimlendirmeyi temizle"
|
|
109
|
+
clearFormatting: "Biçimlendirmeyi temizle",
|
|
110
|
+
commentsAndChanges: null,
|
|
111
|
+
moreItems: null
|
|
110
112
|
},
|
|
111
113
|
alignment: {
|
|
112
114
|
alignLeft: "Sola hizala",
|
|
@@ -131,7 +133,8 @@ var tr_default = {
|
|
|
131
133
|
single: "Tek",
|
|
132
134
|
double: "Çift",
|
|
133
135
|
lineSpacingTitle: "Satır aralığı: {label}",
|
|
134
|
-
paragraphSpacing: "Paragraf aralığı"
|
|
136
|
+
paragraphSpacing: "Paragraf aralığı",
|
|
137
|
+
label: null
|
|
135
138
|
},
|
|
136
139
|
styles: {
|
|
137
140
|
selectAriaLabel: "Paragraf stili seç",
|
|
@@ -146,7 +149,8 @@ var tr_default = {
|
|
|
146
149
|
selectAriaLabel: "Yazı tipi ailesini seç",
|
|
147
150
|
sansSerif: "Sans Serif",
|
|
148
151
|
serif: "Serif",
|
|
149
|
-
monospace: "Eş aralıklı"
|
|
152
|
+
monospace: "Eş aralıklı",
|
|
153
|
+
other: null
|
|
150
154
|
},
|
|
151
155
|
fontSize: {
|
|
152
156
|
decrease: "Yazı tipi boyutunu küçült",
|
|
@@ -155,7 +159,10 @@ var tr_default = {
|
|
|
155
159
|
listLabel: "Yazı tipi boyutları"
|
|
156
160
|
},
|
|
157
161
|
zoom: {
|
|
158
|
-
ariaLabel: "Yakınlaştırma: {label}"
|
|
162
|
+
ariaLabel: "Yakınlaştırma: {label}",
|
|
163
|
+
zoomIn: null,
|
|
164
|
+
zoomLevel: null,
|
|
165
|
+
zoomOut: null
|
|
159
166
|
},
|
|
160
167
|
colorPicker: {
|
|
161
168
|
ariaLabel: "{type} renk seçici",
|
|
@@ -867,7 +874,8 @@ var tr_default = {
|
|
|
867
874
|
imageOverlay: {
|
|
868
875
|
deleteImage: "Görseli sil",
|
|
869
876
|
imageProperties: "Görsel özellikleri",
|
|
870
|
-
rotate: "Döndür"
|
|
877
|
+
rotate: "Döndür",
|
|
878
|
+
replaceImage: null
|
|
871
879
|
},
|
|
872
880
|
revisions: {
|
|
873
881
|
cellDeleted: null,
|
package/dist/tr.mjs
CHANGED
|
@@ -79,7 +79,9 @@ var tr_default = {
|
|
|
79
79
|
subscriptShortcut: "Alt simge (Ctrl+=)",
|
|
80
80
|
imageProperties: "Görsel özellikleri",
|
|
81
81
|
imagePropertiesShortcut: "Görsel özellikleri (alternatif metin, kenarlık)...",
|
|
82
|
-
clearFormatting: "Biçimlendirmeyi temizle"
|
|
82
|
+
clearFormatting: "Biçimlendirmeyi temizle",
|
|
83
|
+
commentsAndChanges: null,
|
|
84
|
+
moreItems: null
|
|
83
85
|
},
|
|
84
86
|
alignment: {
|
|
85
87
|
alignLeft: "Sola hizala",
|
|
@@ -104,7 +106,8 @@ var tr_default = {
|
|
|
104
106
|
single: "Tek",
|
|
105
107
|
double: "Çift",
|
|
106
108
|
lineSpacingTitle: "Satır aralığı: {label}",
|
|
107
|
-
paragraphSpacing: "Paragraf aralığı"
|
|
109
|
+
paragraphSpacing: "Paragraf aralığı",
|
|
110
|
+
label: null
|
|
108
111
|
},
|
|
109
112
|
styles: {
|
|
110
113
|
selectAriaLabel: "Paragraf stili seç",
|
|
@@ -119,7 +122,8 @@ var tr_default = {
|
|
|
119
122
|
selectAriaLabel: "Yazı tipi ailesini seç",
|
|
120
123
|
sansSerif: "Sans Serif",
|
|
121
124
|
serif: "Serif",
|
|
122
|
-
monospace: "Eş aralıklı"
|
|
125
|
+
monospace: "Eş aralıklı",
|
|
126
|
+
other: null
|
|
123
127
|
},
|
|
124
128
|
fontSize: {
|
|
125
129
|
decrease: "Yazı tipi boyutunu küçült",
|
|
@@ -128,7 +132,10 @@ var tr_default = {
|
|
|
128
132
|
listLabel: "Yazı tipi boyutları"
|
|
129
133
|
},
|
|
130
134
|
zoom: {
|
|
131
|
-
ariaLabel: "Yakınlaştırma: {label}"
|
|
135
|
+
ariaLabel: "Yakınlaştırma: {label}",
|
|
136
|
+
zoomIn: null,
|
|
137
|
+
zoomLevel: null,
|
|
138
|
+
zoomOut: null
|
|
132
139
|
},
|
|
133
140
|
colorPicker: {
|
|
134
141
|
ariaLabel: "{type} renk seçici",
|
|
@@ -840,7 +847,8 @@ var tr_default = {
|
|
|
840
847
|
imageOverlay: {
|
|
841
848
|
deleteImage: "Görseli sil",
|
|
842
849
|
imageProperties: "Görsel özellikleri",
|
|
843
|
-
rotate: "Döndür"
|
|
850
|
+
rotate: "Döndür",
|
|
851
|
+
replaceImage: null
|
|
844
852
|
},
|
|
845
853
|
revisions: {
|
|
846
854
|
cellDeleted: null,
|
package/dist/zh-CN.js
CHANGED
|
@@ -106,7 +106,9 @@ var zh_CN_default = {
|
|
|
106
106
|
subscriptShortcut: "下标(Ctrl+=)",
|
|
107
107
|
imageProperties: "图片属性",
|
|
108
108
|
imagePropertiesShortcut: "图片属性(替代文本、边框)...",
|
|
109
|
-
clearFormatting: "清除格式"
|
|
109
|
+
clearFormatting: "清除格式",
|
|
110
|
+
commentsAndChanges: null,
|
|
111
|
+
moreItems: null
|
|
110
112
|
},
|
|
111
113
|
alignment: {
|
|
112
114
|
alignLeft: "左对齐",
|
|
@@ -131,7 +133,8 @@ var zh_CN_default = {
|
|
|
131
133
|
single: "单倍行距",
|
|
132
134
|
double: "双倍行距",
|
|
133
135
|
lineSpacingTitle: "行距: {label}",
|
|
134
|
-
paragraphSpacing: "段间距"
|
|
136
|
+
paragraphSpacing: "段间距",
|
|
137
|
+
label: null
|
|
135
138
|
},
|
|
136
139
|
styles: {
|
|
137
140
|
selectAriaLabel: "选择段落样式",
|
|
@@ -146,7 +149,8 @@ var zh_CN_default = {
|
|
|
146
149
|
selectAriaLabel: "选择字体",
|
|
147
150
|
sansSerif: "Sans Serif",
|
|
148
151
|
serif: "Serif",
|
|
149
|
-
monospace: "Monospace"
|
|
152
|
+
monospace: "Monospace",
|
|
153
|
+
other: null
|
|
150
154
|
},
|
|
151
155
|
fontSize: {
|
|
152
156
|
decrease: "减小字号",
|
|
@@ -155,7 +159,10 @@ var zh_CN_default = {
|
|
|
155
159
|
listLabel: "字号列表"
|
|
156
160
|
},
|
|
157
161
|
zoom: {
|
|
158
|
-
ariaLabel: "缩放: {label}"
|
|
162
|
+
ariaLabel: "缩放: {label}",
|
|
163
|
+
zoomIn: null,
|
|
164
|
+
zoomLevel: null,
|
|
165
|
+
zoomOut: null
|
|
159
166
|
},
|
|
160
167
|
colorPicker: {
|
|
161
168
|
ariaLabel: "{type} 颜色选择器",
|
|
@@ -867,7 +874,8 @@ var zh_CN_default = {
|
|
|
867
874
|
imageOverlay: {
|
|
868
875
|
deleteImage: "删除图片",
|
|
869
876
|
imageProperties: "图片属性",
|
|
870
|
-
rotate: "旋转"
|
|
877
|
+
rotate: "旋转",
|
|
878
|
+
replaceImage: null
|
|
871
879
|
},
|
|
872
880
|
revisions: {
|
|
873
881
|
cellDeleted: null,
|
package/dist/zh-CN.mjs
CHANGED
|
@@ -79,7 +79,9 @@ var zh_CN_default = {
|
|
|
79
79
|
subscriptShortcut: "下标(Ctrl+=)",
|
|
80
80
|
imageProperties: "图片属性",
|
|
81
81
|
imagePropertiesShortcut: "图片属性(替代文本、边框)...",
|
|
82
|
-
clearFormatting: "清除格式"
|
|
82
|
+
clearFormatting: "清除格式",
|
|
83
|
+
commentsAndChanges: null,
|
|
84
|
+
moreItems: null
|
|
83
85
|
},
|
|
84
86
|
alignment: {
|
|
85
87
|
alignLeft: "左对齐",
|
|
@@ -104,7 +106,8 @@ var zh_CN_default = {
|
|
|
104
106
|
single: "单倍行距",
|
|
105
107
|
double: "双倍行距",
|
|
106
108
|
lineSpacingTitle: "行距: {label}",
|
|
107
|
-
paragraphSpacing: "段间距"
|
|
109
|
+
paragraphSpacing: "段间距",
|
|
110
|
+
label: null
|
|
108
111
|
},
|
|
109
112
|
styles: {
|
|
110
113
|
selectAriaLabel: "选择段落样式",
|
|
@@ -119,7 +122,8 @@ var zh_CN_default = {
|
|
|
119
122
|
selectAriaLabel: "选择字体",
|
|
120
123
|
sansSerif: "Sans Serif",
|
|
121
124
|
serif: "Serif",
|
|
122
|
-
monospace: "Monospace"
|
|
125
|
+
monospace: "Monospace",
|
|
126
|
+
other: null
|
|
123
127
|
},
|
|
124
128
|
fontSize: {
|
|
125
129
|
decrease: "减小字号",
|
|
@@ -128,7 +132,10 @@ var zh_CN_default = {
|
|
|
128
132
|
listLabel: "字号列表"
|
|
129
133
|
},
|
|
130
134
|
zoom: {
|
|
131
|
-
ariaLabel: "缩放: {label}"
|
|
135
|
+
ariaLabel: "缩放: {label}",
|
|
136
|
+
zoomIn: null,
|
|
137
|
+
zoomLevel: null,
|
|
138
|
+
zoomOut: null
|
|
132
139
|
},
|
|
133
140
|
colorPicker: {
|
|
134
141
|
ariaLabel: "{type} 颜色选择器",
|
|
@@ -840,7 +847,8 @@ var zh_CN_default = {
|
|
|
840
847
|
imageOverlay: {
|
|
841
848
|
deleteImage: "删除图片",
|
|
842
849
|
imageProperties: "图片属性",
|
|
843
|
-
rotate: "旋转"
|
|
850
|
+
rotate: "旋转",
|
|
851
|
+
replaceImage: null
|
|
844
852
|
},
|
|
845
853
|
revisions: {
|
|
846
854
|
cellDeleted: null,
|
package/package.json
CHANGED