@univerjs/sheets-ui 0.24.0 → 0.25.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/lib/cjs/facade.js +3 -2
- package/lib/cjs/index.js +435 -379
- package/lib/cjs/locale/ar-SA.js +424 -0
- package/lib/cjs/locale/ca-ES.js +51 -91
- package/lib/cjs/locale/de-DE.js +424 -0
- package/lib/cjs/locale/en-US.js +51 -91
- package/lib/cjs/locale/es-ES.js +51 -91
- package/lib/cjs/locale/fa-IR.js +51 -91
- package/lib/cjs/locale/fr-FR.js +52 -92
- package/lib/cjs/locale/id-ID.js +424 -0
- package/lib/cjs/locale/it-IT.js +424 -0
- package/lib/cjs/locale/ja-JP.js +51 -91
- package/lib/cjs/locale/ko-KR.js +51 -91
- package/lib/cjs/locale/pl-PL.js +424 -0
- package/lib/cjs/locale/pt-BR.js +424 -0
- package/lib/cjs/locale/ru-RU.js +52 -92
- package/lib/cjs/locale/sk-SK.js +51 -91
- package/lib/cjs/locale/vi-VN.js +53 -93
- package/lib/cjs/locale/zh-CN.js +53 -93
- package/lib/cjs/locale/zh-HK.js +424 -0
- package/lib/cjs/locale/zh-TW.js +53 -93
- package/lib/es/facade.js +3 -2
- package/lib/es/index.js +438 -382
- package/lib/es/locale/ar-SA.js +423 -0
- package/lib/es/locale/ca-ES.js +51 -91
- package/lib/es/locale/de-DE.js +423 -0
- package/lib/es/locale/en-US.js +51 -91
- package/lib/es/locale/es-ES.js +51 -91
- package/lib/es/locale/fa-IR.js +51 -91
- package/lib/es/locale/fr-FR.js +52 -92
- package/lib/es/locale/id-ID.js +423 -0
- package/lib/es/locale/it-IT.js +423 -0
- package/lib/es/locale/ja-JP.js +51 -91
- package/lib/es/locale/ko-KR.js +51 -91
- package/lib/es/locale/pl-PL.js +423 -0
- package/lib/es/locale/pt-BR.js +423 -0
- package/lib/es/locale/ru-RU.js +52 -92
- package/lib/es/locale/sk-SK.js +51 -91
- package/lib/es/locale/vi-VN.js +53 -93
- package/lib/es/locale/zh-CN.js +53 -93
- package/lib/es/locale/zh-HK.js +423 -0
- package/lib/es/locale/zh-TW.js +53 -93
- package/lib/facade.js +3 -2
- package/lib/index.css +0 -5
- package/lib/index.js +438 -382
- package/lib/locale/ar-SA.js +423 -0
- package/lib/locale/ca-ES.js +51 -91
- package/lib/locale/de-DE.js +423 -0
- package/lib/locale/en-US.js +51 -91
- package/lib/locale/es-ES.js +51 -91
- package/lib/locale/fa-IR.js +51 -91
- package/lib/locale/fr-FR.js +52 -92
- package/lib/locale/id-ID.js +423 -0
- package/lib/locale/it-IT.js +423 -0
- package/lib/locale/ja-JP.js +51 -91
- package/lib/locale/ko-KR.js +51 -91
- package/lib/locale/pl-PL.js +423 -0
- package/lib/locale/pt-BR.js +423 -0
- package/lib/locale/ru-RU.js +52 -92
- package/lib/locale/sk-SK.js +51 -91
- package/lib/locale/vi-VN.js +53 -93
- package/lib/locale/zh-CN.js +53 -93
- package/lib/locale/zh-HK.js +423 -0
- package/lib/locale/zh-TW.js +53 -93
- package/lib/types/facade/f-range.d.ts +16 -8
- package/lib/types/facade/f-workbook.d.ts +2 -1
- package/lib/types/facade/f-worksheet.d.ts +32 -16
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +406 -442
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/types/views/dropdown/list-dropdown/utils.d.ts +16 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +10 -7
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +15 -15
|
@@ -14,465 +14,429 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
declare const locale: {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
17
|
+
'sheets-ui': {
|
|
18
|
+
toolbar: {
|
|
19
|
+
undo: string;
|
|
20
|
+
redo: string;
|
|
21
|
+
formatPainter: string;
|
|
22
|
+
font: string;
|
|
23
|
+
fontSize: string;
|
|
24
|
+
fontSizeIncrease: string;
|
|
25
|
+
fontSizeDecrease: string;
|
|
26
|
+
bold: string;
|
|
27
|
+
italic: string;
|
|
28
|
+
strikethrough: string;
|
|
29
|
+
subscript: string;
|
|
30
|
+
superscript: string;
|
|
31
|
+
underline: string;
|
|
32
|
+
textColor: {
|
|
33
|
+
main: string;
|
|
34
|
+
right: string;
|
|
35
|
+
};
|
|
36
|
+
resetColor: string;
|
|
37
|
+
fillColor: {
|
|
38
|
+
main: string;
|
|
39
|
+
right: string;
|
|
40
|
+
};
|
|
41
|
+
border: {
|
|
42
|
+
main: string;
|
|
43
|
+
right: string;
|
|
44
|
+
};
|
|
45
|
+
mergeCell: {
|
|
46
|
+
main: string;
|
|
47
|
+
right: string;
|
|
48
|
+
};
|
|
49
|
+
horizontalAlignMode: {
|
|
50
|
+
main: string;
|
|
51
|
+
right: string;
|
|
52
|
+
};
|
|
53
|
+
verticalAlignMode: {
|
|
54
|
+
main: string;
|
|
55
|
+
right: string;
|
|
56
|
+
};
|
|
57
|
+
textWrapMode: {
|
|
58
|
+
main: string;
|
|
59
|
+
right: string;
|
|
60
|
+
};
|
|
61
|
+
textRotateMode: {
|
|
62
|
+
main: string;
|
|
63
|
+
right: string;
|
|
64
|
+
};
|
|
65
|
+
more: string;
|
|
66
|
+
toggleGridlines: string;
|
|
67
|
+
textToNumber: string;
|
|
36
68
|
};
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
69
|
+
align: {
|
|
70
|
+
left: string;
|
|
71
|
+
center: string;
|
|
40
72
|
right: string;
|
|
73
|
+
top: string;
|
|
74
|
+
middle: string;
|
|
75
|
+
bottom: string;
|
|
41
76
|
};
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
77
|
+
button: {
|
|
78
|
+
confirm: string;
|
|
79
|
+
cancel: string;
|
|
80
|
+
close: string;
|
|
81
|
+
insert: string;
|
|
82
|
+
prevPage: string;
|
|
83
|
+
nextPage: string;
|
|
84
|
+
total: string;
|
|
45
85
|
};
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
86
|
+
borderLine: {
|
|
87
|
+
borderTop: string;
|
|
88
|
+
borderBottom: string;
|
|
89
|
+
borderLeft: string;
|
|
90
|
+
borderRight: string;
|
|
91
|
+
borderNone: string;
|
|
92
|
+
borderAll: string;
|
|
93
|
+
borderOutside: string;
|
|
94
|
+
borderInside: string;
|
|
95
|
+
borderHorizontal: string;
|
|
96
|
+
borderVertical: string;
|
|
97
|
+
borderColor: string;
|
|
98
|
+
borderSize: string;
|
|
99
|
+
borderType: string;
|
|
49
100
|
};
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
101
|
+
merge: {
|
|
102
|
+
all: string;
|
|
103
|
+
vertical: string;
|
|
104
|
+
horizontal: string;
|
|
105
|
+
cancel: string;
|
|
106
|
+
overlappingError: string;
|
|
107
|
+
partiallyError: string;
|
|
53
108
|
};
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
109
|
+
filter: {};
|
|
110
|
+
textWrap: {
|
|
111
|
+
overflow: string;
|
|
112
|
+
wrap: string;
|
|
113
|
+
clip: string;
|
|
57
114
|
};
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
115
|
+
textRotate: {
|
|
116
|
+
none: string;
|
|
117
|
+
angleUp: string;
|
|
118
|
+
angleDown: string;
|
|
119
|
+
vertical: string;
|
|
120
|
+
rotationUp: string;
|
|
121
|
+
rotationDown: string;
|
|
61
122
|
};
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
123
|
+
sheetConfig: {
|
|
124
|
+
delete: string;
|
|
125
|
+
copy: string;
|
|
126
|
+
rename: string;
|
|
127
|
+
changeColor: string;
|
|
128
|
+
hide: string;
|
|
129
|
+
unhide: string;
|
|
130
|
+
moveLeft: string;
|
|
131
|
+
moveRight: string;
|
|
132
|
+
resetColor: string;
|
|
133
|
+
cancelText: string;
|
|
134
|
+
chooseText: string;
|
|
135
|
+
tipNameRepeat: string;
|
|
136
|
+
noMoreSheet: string;
|
|
137
|
+
confirmDelete: string;
|
|
138
|
+
redoDelete: string;
|
|
139
|
+
noHide: string;
|
|
140
|
+
chartEditNoOpt: string;
|
|
141
|
+
sheetNameErrorTitle: string;
|
|
142
|
+
sheetNameSpecCharError: string;
|
|
143
|
+
sheetNameCannotIsEmptyError: string;
|
|
144
|
+
sheetNameAlreadyExistsError: string;
|
|
145
|
+
deleteSheet: string;
|
|
146
|
+
deleteSheetContent: string;
|
|
147
|
+
deleteLargeSheetContent: string;
|
|
148
|
+
addProtectSheet: string;
|
|
149
|
+
removeProtectSheet: string;
|
|
150
|
+
changeSheetPermission: string;
|
|
151
|
+
viewAllProtectArea: string;
|
|
65
152
|
};
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
borderType: string;
|
|
116
|
-
};
|
|
117
|
-
merge: {
|
|
118
|
-
all: string;
|
|
119
|
-
vertical: string;
|
|
120
|
-
horizontal: string;
|
|
121
|
-
cancel: string;
|
|
122
|
-
overlappingError: string;
|
|
123
|
-
partiallyError: string;
|
|
124
|
-
confirm: {
|
|
125
|
-
title: string;
|
|
126
|
-
cancel: string;
|
|
153
|
+
rightClick: {
|
|
154
|
+
copy: string;
|
|
155
|
+
cut: string;
|
|
156
|
+
paste: string;
|
|
157
|
+
copySpecial: string;
|
|
158
|
+
pasteSpecial: string;
|
|
159
|
+
pasteValue: string;
|
|
160
|
+
pasteFormat: string;
|
|
161
|
+
pasteColWidth: string;
|
|
162
|
+
pasteBesidesBorder: string;
|
|
163
|
+
insert: string;
|
|
164
|
+
insertRow: string;
|
|
165
|
+
insertRowBefore: string;
|
|
166
|
+
insertRowsAfter: string;
|
|
167
|
+
insertRowsAbove: string;
|
|
168
|
+
insertRowsAfterSuffix: string;
|
|
169
|
+
insertRowsAboveSuffix: string;
|
|
170
|
+
insertColumn: string;
|
|
171
|
+
insertColumnBefore: string;
|
|
172
|
+
insertColsLeft: string;
|
|
173
|
+
insertColsRight: string;
|
|
174
|
+
insertColsLeftSuffix: string;
|
|
175
|
+
insertColsRightSuffix: string;
|
|
176
|
+
delete: string;
|
|
177
|
+
deleteCell: string;
|
|
178
|
+
insertCell: string;
|
|
179
|
+
deleteSelected: string;
|
|
180
|
+
hide: string;
|
|
181
|
+
hideSelected: string;
|
|
182
|
+
showHide: string;
|
|
183
|
+
toTopAdd: string;
|
|
184
|
+
toBottomAdd: string;
|
|
185
|
+
toLeftAdd: string;
|
|
186
|
+
toRightAdd: string;
|
|
187
|
+
deleteSelectedRow: string;
|
|
188
|
+
deleteSelectedColumn: string;
|
|
189
|
+
hideSelectedRow: string;
|
|
190
|
+
showHideRow: string;
|
|
191
|
+
rowHeight: string;
|
|
192
|
+
hideSelectedColumn: string;
|
|
193
|
+
showHideColumn: string;
|
|
194
|
+
columnWidth: string;
|
|
195
|
+
moveLeft: string;
|
|
196
|
+
moveUp: string;
|
|
197
|
+
moveRight: string;
|
|
198
|
+
moveDown: string;
|
|
199
|
+
add: string;
|
|
200
|
+
row: string;
|
|
201
|
+
column: string;
|
|
127
202
|
confirm: string;
|
|
128
|
-
|
|
129
|
-
|
|
203
|
+
clearSelection: string;
|
|
204
|
+
clearContent: string;
|
|
205
|
+
clearFormat: string;
|
|
206
|
+
clearAll: string;
|
|
207
|
+
root: string;
|
|
208
|
+
log: string;
|
|
209
|
+
delete0: string;
|
|
210
|
+
removeDuplicate: string;
|
|
211
|
+
byRow: string;
|
|
212
|
+
byCol: string;
|
|
213
|
+
generateNewMatrix: string;
|
|
214
|
+
fitContent: string;
|
|
215
|
+
freeze: string;
|
|
216
|
+
freezeCell: string;
|
|
217
|
+
freezeCol: string;
|
|
218
|
+
freezeRow: string;
|
|
219
|
+
freezeFirstCol: string;
|
|
220
|
+
freezeFirstRow: string;
|
|
221
|
+
cancelFreeze: string;
|
|
222
|
+
deleteAllRowsAlert: string;
|
|
223
|
+
deleteAllColumnsAlert: string;
|
|
224
|
+
hideAllRowsAlert: string;
|
|
225
|
+
hideAllColumnsAlert: string;
|
|
226
|
+
protectRange: string;
|
|
227
|
+
editProtectRange: string;
|
|
228
|
+
removeProtectRange: string;
|
|
229
|
+
turnOnProtectRange: string;
|
|
230
|
+
viewAllProtectArea: string;
|
|
231
|
+
textToNumber: string;
|
|
130
232
|
};
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
copy: string;
|
|
154
|
-
rename: string;
|
|
155
|
-
changeColor: string;
|
|
156
|
-
hide: string;
|
|
157
|
-
unhide: string;
|
|
158
|
-
moveLeft: string;
|
|
159
|
-
moveRight: string;
|
|
160
|
-
resetColor: string;
|
|
161
|
-
cancelText: string;
|
|
162
|
-
chooseText: string;
|
|
163
|
-
tipNameRepeat: string;
|
|
164
|
-
noMoreSheet: string;
|
|
165
|
-
confirmDelete: string;
|
|
166
|
-
redoDelete: string;
|
|
167
|
-
noHide: string;
|
|
168
|
-
chartEditNoOpt: string;
|
|
169
|
-
sheetNameErrorTitle: string;
|
|
170
|
-
sheetNameSpecCharError: string;
|
|
171
|
-
sheetNameCannotIsEmptyError: string;
|
|
172
|
-
sheetNameAlreadyExistsError: string;
|
|
173
|
-
deleteSheet: string;
|
|
174
|
-
deleteSheetContent: string;
|
|
175
|
-
deleteLargeSheetContent: string;
|
|
176
|
-
addProtectSheet: string;
|
|
177
|
-
removeProtectSheet: string;
|
|
178
|
-
changeSheetPermission: string;
|
|
179
|
-
viewAllProtectArea: string;
|
|
180
|
-
};
|
|
181
|
-
rightClick: {
|
|
182
|
-
copy: string;
|
|
183
|
-
cut: string;
|
|
184
|
-
paste: string;
|
|
185
|
-
copySpecial: string;
|
|
186
|
-
pasteSpecial: string;
|
|
187
|
-
pasteValue: string;
|
|
188
|
-
pasteFormat: string;
|
|
189
|
-
pasteColWidth: string;
|
|
190
|
-
pasteBesidesBorder: string;
|
|
191
|
-
insert: string;
|
|
192
|
-
insertRow: string;
|
|
193
|
-
insertRowBefore: string;
|
|
194
|
-
insertRowsAfter: string;
|
|
195
|
-
insertRowsAbove: string;
|
|
196
|
-
insertRowsAfterSuffix: string;
|
|
197
|
-
insertRowsAboveSuffix: string;
|
|
198
|
-
insertColumn: string;
|
|
199
|
-
insertColumnBefore: string;
|
|
200
|
-
insertColsLeft: string;
|
|
201
|
-
insertColsRight: string;
|
|
202
|
-
insertColsLeftSuffix: string;
|
|
203
|
-
insertColsRightSuffix: string;
|
|
204
|
-
delete: string;
|
|
205
|
-
deleteCell: string;
|
|
206
|
-
insertCell: string;
|
|
207
|
-
deleteSelected: string;
|
|
208
|
-
hide: string;
|
|
209
|
-
hideSelected: string;
|
|
210
|
-
showHide: string;
|
|
211
|
-
toTopAdd: string;
|
|
212
|
-
toBottomAdd: string;
|
|
213
|
-
toLeftAdd: string;
|
|
214
|
-
toRightAdd: string;
|
|
215
|
-
deleteSelectedRow: string;
|
|
216
|
-
deleteSelectedColumn: string;
|
|
217
|
-
hideSelectedRow: string;
|
|
218
|
-
showHideRow: string;
|
|
219
|
-
rowHeight: string;
|
|
220
|
-
hideSelectedColumn: string;
|
|
221
|
-
showHideColumn: string;
|
|
222
|
-
columnWidth: string;
|
|
223
|
-
moveLeft: string;
|
|
224
|
-
moveUp: string;
|
|
225
|
-
moveRight: string;
|
|
226
|
-
moveDown: string;
|
|
227
|
-
add: string;
|
|
228
|
-
row: string;
|
|
229
|
-
column: string;
|
|
230
|
-
confirm: string;
|
|
231
|
-
clearSelection: string;
|
|
232
|
-
clearContent: string;
|
|
233
|
-
clearFormat: string;
|
|
234
|
-
clearAll: string;
|
|
235
|
-
root: string;
|
|
236
|
-
log: string;
|
|
237
|
-
delete0: string;
|
|
238
|
-
removeDuplicate: string;
|
|
239
|
-
byRow: string;
|
|
240
|
-
byCol: string;
|
|
241
|
-
generateNewMatrix: string;
|
|
242
|
-
fitContent: string;
|
|
243
|
-
freeze: string;
|
|
244
|
-
freezeCell: string;
|
|
245
|
-
freezeCol: string;
|
|
246
|
-
freezeRow: string;
|
|
247
|
-
freezeFirstCol: string;
|
|
248
|
-
freezeFirstRow: string;
|
|
249
|
-
cancelFreeze: string;
|
|
250
|
-
deleteAllRowsAlert: string;
|
|
251
|
-
deleteAllColumnsAlert: string;
|
|
252
|
-
hideAllRowsAlert: string;
|
|
253
|
-
hideAllColumnsAlert: string;
|
|
254
|
-
protectRange: string;
|
|
255
|
-
editProtectRange: string;
|
|
256
|
-
removeProtectRange: string;
|
|
257
|
-
turnOnProtectRange: string;
|
|
258
|
-
viewAllProtectArea: string;
|
|
259
|
-
textToNumber: string;
|
|
260
|
-
};
|
|
261
|
-
info: {
|
|
262
|
-
tooltip: string;
|
|
263
|
-
error: string;
|
|
264
|
-
notChangeMerge: string;
|
|
265
|
-
detailUpdate: string;
|
|
266
|
-
detailSave: string;
|
|
267
|
-
row: string;
|
|
268
|
-
column: string;
|
|
269
|
-
loading: string;
|
|
270
|
-
copy: string;
|
|
271
|
-
return: string;
|
|
272
|
-
rename: string;
|
|
273
|
-
tips: string;
|
|
274
|
-
noName: string;
|
|
275
|
-
wait: string;
|
|
276
|
-
add: string;
|
|
277
|
-
addLast: string;
|
|
278
|
-
backTop: string;
|
|
279
|
-
pageInfo: string;
|
|
280
|
-
nextPage: string;
|
|
281
|
-
tipInputNumber: string;
|
|
282
|
-
tipInputNumberLimit: string;
|
|
283
|
-
tipRowHeightLimit: string;
|
|
284
|
-
tipColumnWidthLimit: string;
|
|
285
|
-
pageInfoFull: string;
|
|
286
|
-
problem: string;
|
|
287
|
-
forceStringInfo: string;
|
|
288
|
-
};
|
|
289
|
-
clipboard: {
|
|
290
|
-
paste: {
|
|
291
|
-
exceedMaxCells: string;
|
|
292
|
-
overlappingMergedCells: string;
|
|
293
|
-
};
|
|
294
|
-
shortCutNotify: {
|
|
295
|
-
title: string;
|
|
296
|
-
useShortCutInstead: string;
|
|
233
|
+
info: {
|
|
234
|
+
notChangeMerge: string;
|
|
235
|
+
detailUpdate: string;
|
|
236
|
+
detailSave: string;
|
|
237
|
+
row: string;
|
|
238
|
+
column: string;
|
|
239
|
+
loading: string;
|
|
240
|
+
copy: string;
|
|
241
|
+
return: string;
|
|
242
|
+
rename: string;
|
|
243
|
+
tips: string;
|
|
244
|
+
noName: string;
|
|
245
|
+
wait: string;
|
|
246
|
+
add: string;
|
|
247
|
+
addLast: string;
|
|
248
|
+
backTop: string;
|
|
249
|
+
nextPage: string;
|
|
250
|
+
tipInputNumber: string;
|
|
251
|
+
tipInputNumberLimit: string;
|
|
252
|
+
tipRowHeightLimit: string;
|
|
253
|
+
tipColumnWidthLimit: string;
|
|
254
|
+
problem: string;
|
|
297
255
|
};
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
copied: string;
|
|
308
|
-
};
|
|
309
|
-
autoFill: {
|
|
310
|
-
copy: string;
|
|
311
|
-
series: string;
|
|
312
|
-
formatOnly: string;
|
|
313
|
-
noFormat: string;
|
|
314
|
-
};
|
|
315
|
-
rangeSelector: {
|
|
316
|
-
placeholder: string;
|
|
317
|
-
tooltip: string;
|
|
318
|
-
};
|
|
319
|
-
shortcut: {
|
|
320
|
-
sheet: {
|
|
321
|
-
'zoom-in': string;
|
|
322
|
-
'zoom-out': string;
|
|
323
|
-
'reset-zoom': string;
|
|
324
|
-
'select-below-cell': string;
|
|
325
|
-
'select-up-cell': string;
|
|
326
|
-
'select-left-cell': string;
|
|
327
|
-
'select-right-cell': string;
|
|
328
|
-
'select-next-cell': string;
|
|
329
|
-
'select-previous-cell': string;
|
|
330
|
-
'select-up-value-cell': string;
|
|
331
|
-
'select-below-value-cell': string;
|
|
332
|
-
'select-left-value-cell': string;
|
|
333
|
-
'select-right-value-cell': string;
|
|
334
|
-
'expand-selection-down': string;
|
|
335
|
-
'expand-selection-up': string;
|
|
336
|
-
'expand-selection-left': string;
|
|
337
|
-
'expand-selection-right': string;
|
|
338
|
-
'expand-selection-to-left-gap': string;
|
|
339
|
-
'expand-selection-to-below-gap': string;
|
|
340
|
-
'expand-selection-to-right-gap': string;
|
|
341
|
-
'expand-selection-to-up-gap': string;
|
|
342
|
-
'select-all': string;
|
|
343
|
-
'toggle-editing': string;
|
|
344
|
-
'delete-and-start-editing': string;
|
|
345
|
-
'abort-editing': string;
|
|
346
|
-
'break-line': string;
|
|
347
|
-
'set-bold': string;
|
|
348
|
-
'start-editing': string;
|
|
349
|
-
'set-italic': string;
|
|
350
|
-
'set-underline': string;
|
|
351
|
-
'set-strike-through': string;
|
|
256
|
+
clipboard: {
|
|
257
|
+
paste: {
|
|
258
|
+
exceedMaxCells: string;
|
|
259
|
+
overlappingMergedCells: string;
|
|
260
|
+
};
|
|
261
|
+
shortCutNotify: {
|
|
262
|
+
title: string;
|
|
263
|
+
useShortCutInstead: string;
|
|
264
|
+
};
|
|
352
265
|
};
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
ratioFormula: string;
|
|
363
|
-
confirm: string;
|
|
364
|
-
cancel: string;
|
|
365
|
-
scopeWorkbook: string;
|
|
366
|
-
inputNamePlaceholder: string;
|
|
367
|
-
inputCommentPlaceholder: string;
|
|
368
|
-
inputRangePlaceholder: string;
|
|
369
|
-
inputFormulaPlaceholder: string;
|
|
370
|
-
nameEmpty: string;
|
|
371
|
-
nameDuplicate: string;
|
|
372
|
-
formulaOrRefStringEmpty: string;
|
|
373
|
-
formulaOrRefStringInvalid: string;
|
|
374
|
-
defaultName: string;
|
|
375
|
-
updateButton: string;
|
|
376
|
-
deleteButton: string;
|
|
377
|
-
deleteConfirmText: string;
|
|
378
|
-
nameConflict: string;
|
|
379
|
-
nameInvalid: string;
|
|
380
|
-
nameSheetConflict: string;
|
|
381
|
-
};
|
|
382
|
-
uploadLoading: {
|
|
383
|
-
loading: string;
|
|
384
|
-
error: string;
|
|
385
|
-
};
|
|
386
|
-
permission: {
|
|
387
|
-
toolbarMenu: string;
|
|
388
|
-
panel: {
|
|
389
|
-
title: string;
|
|
390
|
-
name: string;
|
|
391
|
-
protectedRange: string;
|
|
392
|
-
permissionDirection: string;
|
|
393
|
-
permissionDirectionPlaceholder: string;
|
|
394
|
-
editPermission: string;
|
|
395
|
-
onlyICanEdit: string;
|
|
396
|
-
designedUserCanEdit: string;
|
|
397
|
-
viewPermission: string;
|
|
398
|
-
othersCanView: string;
|
|
399
|
-
noOneElseCanView: string;
|
|
400
|
-
designedPerson: string;
|
|
401
|
-
addPerson: string;
|
|
402
|
-
canEdit: string;
|
|
403
|
-
canView: string;
|
|
404
|
-
delete: string;
|
|
405
|
-
currentSheet: string;
|
|
406
|
-
allSheet: string;
|
|
407
|
-
edit: string;
|
|
408
|
-
Print: string;
|
|
409
|
-
Comment: string;
|
|
410
|
-
Copy: string;
|
|
411
|
-
SetCellStyle: string;
|
|
412
|
-
SetCellValue: string;
|
|
413
|
-
SetHyperLink: string;
|
|
414
|
-
Sort: string;
|
|
415
|
-
Filter: string;
|
|
416
|
-
PivotTable: string;
|
|
417
|
-
FloatImage: string;
|
|
418
|
-
RowHeightColWidth: string;
|
|
419
|
-
RowHeightColWidthReadonly: string;
|
|
420
|
-
FilterReadonly: string;
|
|
421
|
-
nameError: string;
|
|
422
|
-
created: string;
|
|
423
|
-
iCanEdit: string;
|
|
424
|
-
iCanNotEdit: string;
|
|
425
|
-
iCanView: string;
|
|
426
|
-
iCanNotView: string;
|
|
427
|
-
emptyRangeError: string;
|
|
428
|
-
rangeOverlapError: string;
|
|
429
|
-
rangeOverlapOverPermissionError: string;
|
|
430
|
-
InsertHyperlink: string;
|
|
431
|
-
SetRowStyle: string;
|
|
432
|
-
SetColumnStyle: string;
|
|
433
|
-
InsertColumn: string;
|
|
434
|
-
InsertRow: string;
|
|
435
|
-
DeleteRow: string;
|
|
436
|
-
DeleteColumn: string;
|
|
437
|
-
EditExtraObject: string;
|
|
266
|
+
statusbar: {
|
|
267
|
+
sum: string;
|
|
268
|
+
average: string;
|
|
269
|
+
min: string;
|
|
270
|
+
max: string;
|
|
271
|
+
count: string;
|
|
272
|
+
countA: string;
|
|
273
|
+
clickToCopy: string;
|
|
274
|
+
copied: string;
|
|
438
275
|
};
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
276
|
+
shortcut: {
|
|
277
|
+
'sheet-view': string;
|
|
278
|
+
'sheet-edit': string;
|
|
279
|
+
sheet: {
|
|
280
|
+
'zoom-in': string;
|
|
281
|
+
'zoom-out': string;
|
|
282
|
+
'reset-zoom': string;
|
|
283
|
+
'select-below-cell': string;
|
|
284
|
+
'select-up-cell': string;
|
|
285
|
+
'select-left-cell': string;
|
|
286
|
+
'select-right-cell': string;
|
|
287
|
+
'select-next-cell': string;
|
|
288
|
+
'select-previous-cell': string;
|
|
289
|
+
'select-up-value-cell': string;
|
|
290
|
+
'select-below-value-cell': string;
|
|
291
|
+
'select-left-value-cell': string;
|
|
292
|
+
'select-right-value-cell': string;
|
|
293
|
+
'expand-selection-down': string;
|
|
294
|
+
'expand-selection-up': string;
|
|
295
|
+
'expand-selection-left': string;
|
|
296
|
+
'expand-selection-right': string;
|
|
297
|
+
'expand-selection-to-left-gap': string;
|
|
298
|
+
'expand-selection-to-below-gap': string;
|
|
299
|
+
'expand-selection-to-right-gap': string;
|
|
300
|
+
'expand-selection-to-up-gap': string;
|
|
301
|
+
'select-all': string;
|
|
302
|
+
'toggle-editing': string;
|
|
303
|
+
'delete-and-start-editing': string;
|
|
304
|
+
'abort-editing': string;
|
|
305
|
+
'break-line': string;
|
|
306
|
+
'set-bold': string;
|
|
307
|
+
'start-editing': string;
|
|
308
|
+
'repeat-last-action': string;
|
|
309
|
+
'set-italic': string;
|
|
310
|
+
'set-underline': string;
|
|
311
|
+
'set-strike-through': string;
|
|
312
|
+
};
|
|
471
313
|
};
|
|
472
|
-
|
|
314
|
+
definedName: {
|
|
315
|
+
managerTitle: string;
|
|
316
|
+
managerDescription: string;
|
|
317
|
+
addButton: string;
|
|
318
|
+
featureTitle: string;
|
|
319
|
+
ratioRange: string;
|
|
320
|
+
ratioFormula: string;
|
|
473
321
|
confirm: string;
|
|
474
322
|
cancel: string;
|
|
475
|
-
|
|
323
|
+
scopeWorkbook: string;
|
|
324
|
+
inputNamePlaceholder: string;
|
|
325
|
+
inputCommentPlaceholder: string;
|
|
326
|
+
inputRangePlaceholder: string;
|
|
327
|
+
inputFormulaPlaceholder: string;
|
|
328
|
+
formulaOrRefStringInvalid: string;
|
|
329
|
+
defaultName: string;
|
|
330
|
+
updateButton: string;
|
|
331
|
+
deleteButton: string;
|
|
332
|
+
deleteConfirmText: string;
|
|
333
|
+
};
|
|
334
|
+
uploadLoading: {
|
|
335
|
+
loading: string;
|
|
336
|
+
};
|
|
337
|
+
'data-validation': {
|
|
338
|
+
alert: {
|
|
339
|
+
ok: string;
|
|
340
|
+
};
|
|
341
|
+
list: {
|
|
342
|
+
edit: string;
|
|
343
|
+
dropdown: string;
|
|
344
|
+
};
|
|
345
|
+
listMultiple: {
|
|
346
|
+
dropdown: string;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
permission: {
|
|
350
|
+
toolbarMenu: string;
|
|
351
|
+
panel: {
|
|
352
|
+
title: string;
|
|
353
|
+
name: string;
|
|
354
|
+
protectedRange: string;
|
|
355
|
+
permissionDirection: string;
|
|
356
|
+
permissionDirectionPlaceholder: string;
|
|
357
|
+
editPermission: string;
|
|
358
|
+
onlyICanEdit: string;
|
|
359
|
+
designedUserCanEdit: string;
|
|
360
|
+
viewPermission: string;
|
|
361
|
+
othersCanView: string;
|
|
362
|
+
noOneElseCanView: string;
|
|
363
|
+
designedPerson: string;
|
|
364
|
+
addPerson: string;
|
|
365
|
+
canEdit: string;
|
|
366
|
+
canView: string;
|
|
367
|
+
delete: string;
|
|
368
|
+
currentSheet: string;
|
|
369
|
+
allSheet: string;
|
|
370
|
+
edit: string;
|
|
371
|
+
Print: string;
|
|
372
|
+
Comment: string;
|
|
373
|
+
Copy: string;
|
|
374
|
+
SetCellStyle: string;
|
|
375
|
+
SetCellValue: string;
|
|
376
|
+
SetHyperLink: string;
|
|
377
|
+
Sort: string;
|
|
378
|
+
Filter: string;
|
|
379
|
+
PivotTable: string;
|
|
380
|
+
FloatImage: string;
|
|
381
|
+
RowHeightColWidth: string;
|
|
382
|
+
RowHeightColWidthReadonly: string;
|
|
383
|
+
FilterReadonly: string;
|
|
384
|
+
nameError: string;
|
|
385
|
+
created: string;
|
|
386
|
+
iCanEdit: string;
|
|
387
|
+
iCanNotEdit: string;
|
|
388
|
+
iCanView: string;
|
|
389
|
+
iCanNotView: string;
|
|
390
|
+
emptyRangeError: string;
|
|
391
|
+
rangeOverlapError: string;
|
|
392
|
+
rangeOverlapOverPermissionError: string;
|
|
393
|
+
InsertHyperlink: string;
|
|
394
|
+
SetRowStyle: string;
|
|
395
|
+
SetColumnStyle: string;
|
|
396
|
+
InsertColumn: string;
|
|
397
|
+
InsertRow: string;
|
|
398
|
+
DeleteRow: string;
|
|
399
|
+
DeleteColumn: string;
|
|
400
|
+
EditExtraObject: string;
|
|
401
|
+
};
|
|
402
|
+
dialog: {
|
|
403
|
+
allowUserToEdit: string;
|
|
404
|
+
allowedPermissionType: string;
|
|
405
|
+
setCellValue: string;
|
|
406
|
+
setCellStyle: string;
|
|
407
|
+
copy: string;
|
|
408
|
+
alert: string;
|
|
409
|
+
search: string;
|
|
410
|
+
ownerInherit: string;
|
|
411
|
+
ownerWithoutInherit: string;
|
|
412
|
+
alertContent: string;
|
|
413
|
+
userEmpty: string;
|
|
414
|
+
listEmpty: string;
|
|
415
|
+
commonErr: string;
|
|
416
|
+
editErr: string;
|
|
417
|
+
pasteErr: string;
|
|
418
|
+
setStyleErr: string;
|
|
419
|
+
copyErr: string;
|
|
420
|
+
workbookCopyErr: string;
|
|
421
|
+
setRowColStyleErr: string;
|
|
422
|
+
moveRowColErr: string;
|
|
423
|
+
moveRangeErr: string;
|
|
424
|
+
insertRowColErr: string;
|
|
425
|
+
removeRowColErr: string;
|
|
426
|
+
autoFillErr: string;
|
|
427
|
+
filterErr: string;
|
|
428
|
+
operatorSheetErr: string;
|
|
429
|
+
insertOrDeleteMoveRangeErr: string;
|
|
430
|
+
printErr: string;
|
|
431
|
+
formulaErr: string;
|
|
432
|
+
hyperLinkErr: string;
|
|
433
|
+
commentErr: string;
|
|
434
|
+
};
|
|
435
|
+
button: {
|
|
436
|
+
confirm: string;
|
|
437
|
+
cancel: string;
|
|
438
|
+
addNewPermission: string;
|
|
439
|
+
};
|
|
476
440
|
};
|
|
477
441
|
};
|
|
478
442
|
};
|