-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathen-US.ts
464 lines (440 loc) · 12.1 KB
/
en-US.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
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
const StyleLocale = {
width: 'Width',
height: 'Height',
display: 'Display',
background: 'Background',
boxShadow: 'Box Shadow',
font: 'Font',
margin: 'Margin',
padding: 'Padding',
borderRadius: 'Radius',
border: 'Border',
opacity: 'Opacity',
}
const FormLayoutLocale = {
labelCol: 'Label Col',
wrapperCol: 'Wrapper Col',
colon: 'Colon',
labelAlign: {
title: 'Label Align',
dataSource: ['Left', 'Right', 'Inherit'],
},
wrapperAlign: {
title: 'Wrapper Align',
dataSource: ['Left', 'Right', 'Inherit'],
},
labelWrap: 'Label Wrap',
wrapperWrap: 'Wrapper Wrap',
labelWidth: 'Label Width',
wrapperWidth: 'Wrapper Width',
fullness: 'Fullness',
inset: 'Inset',
shallow: 'Shallow',
bordered: 'Bordered',
size: { title: 'Size', dataSource: ['Large', 'Small', 'Default', 'Inherit'] },
layout: {
title: 'Layout',
dataSource: ['Vertical', 'Horizontal', 'Inline', 'Inherit'],
},
feedbackLayout: {
title: 'Feedback Layout',
dataSource: ['Loose', 'Terse', 'Popup', 'None', 'Inherit'],
},
tooltipLayout: {
title: 'Tooltip Layout',
dataSource: ['Icon', 'Text', 'Inherit'],
},
}
const InputLocale = {
addonAfter: 'Addon After',
addonBefore: 'Addon Before',
style: StyleLocale,
allowClear: 'Allow Clear',
maxLength: 'Max Length',
prefix: 'Prefix',
suffix: 'Suffix',
placeholder: 'Placeholder',
autoSize: {
title: 'Auto Size',
},
showCount: 'Show Count',
checkStrength: 'Check Strength',
}
const FormItemLocale = {
tooltip: 'Tooltip',
asterisk: 'Asterisk',
gridSpan: 'Grid Span',
}
const SelectLocale = {
mode: {
title: 'Mode',
dataSource: ['Multiple', 'Tags', 'Single'],
},
autoClearSearchValue: {
title: 'Auto Clear Search Value',
tooltip: 'Only used to multiple and tags mode',
},
autoFocus: 'Auto Focus',
defaultActiveFirstOption: 'Default Active First Option',
dropdownMatchSelectWidth: 'Dropdown Match Select Width',
defaultOpen: 'Default Open',
filterOption: 'Filter Option',
filterSort: 'Filter Sort',
labelInValue: 'Label In Value',
listHeight: 'List Height',
maxTagCount: 'Max Tag Count',
maxTagPlaceholder: {
title: 'Max Tag Placeholder',
tooltip: 'Content displayed when tag is hidden',
},
maxTagTextLength: 'Max Tag Text Length',
notFoundContent: 'Not Found Content',
showArrow: 'Show Arrow',
showSearch: 'Show Search',
virtual: 'Use Virtual Scroll',
}
const CardLocale = {
type: 'Type',
title: 'Title',
extra: 'Extra Content',
cardTypes: [
{ label: 'Built-in', value: 'inner' },
{ label: 'Default', value: '' },
],
}
const CascaderLocale = {
changeOnSelect: {
title: 'Change On Select',
tooltip: 'Click on each level of menu option value will change',
},
displayRender: {
title: 'Display Render',
tooltip:
'The rendering function displayed after selection, the default is label => label.join("/") ',
},
fieldNames: {
title: 'Field Names',
tooltip:
'Defaults:{ label: "label", value: "value", children: "children" }',
},
}
const RadioLocale = {
buttonStyle: { title: 'Button style', dataSource: ['Hollow', 'Solid'] },
optionType: { title: 'Option type', dataSource: ['Default', 'Button'] },
}
const DatePickerLocale = {
disabledDate: {
title: 'Disabled Date',
tooltip: 'Format (currentDate: moment) => boolean',
},
disabledTime: {
title: 'Disabled Time',
tooltip: 'Format (currentDate: moment) => boolean',
},
inputReadOnly: 'Input ReadOnly',
format: 'Format',
picker: {
title: 'Picker',
dataSource: ['Time', 'Date', 'Month', 'Year', 'Quart'],
},
showNow: 'Show Now',
showTime: 'Show Time',
showToday: 'Show Today',
}
const NumberPickerLocale = {
formatter: {
title: 'Format Converter',
tooltip: 'Format:function(value: number | string): string',
},
keyboard: 'Enable Shortcut Keys',
parser: {
title: 'Format Parser',
tooltip:
'Specify the method of converting back to numbers from the format converter, and use it with the format converter, the format:function(string): number',
},
decimalSeparator: 'Decimal Separator',
precision: 'Precision',
max: 'Max',
min: 'Min',
step: 'Step',
stringMode: {
title: 'String Format',
tooltip:
'Support high-precision decimals after opening. At the same time onChange will return string type',
},
}
const RateLocale = {
allowHalf: 'Allow Half',
tooltips: { title: 'Tooltips', tooltip: 'Format:string[]' },
count: 'Count',
}
const SliderLocale = {
sliderDots: 'Fixed Scale',
sliderRange: 'Double Slider',
sliderReverse: 'Reverse Coordinate System',
vertical: 'Vertical',
tooltipPlacement: {
title: 'Tooltip Placement',
tooltip: 'Set up prompt placement. Reference Tooltip',
},
tooltipVisible: {
title: 'Tooltip Visible',
tooltip:
'When turned on, the prompt will always be displayed; otherwise, it will always not be displayed, even when dragging and moving in',
},
marks: 'Marks',
}
const TimePickerLocale = {
clearText: 'Clear Text',
disabledHours: 'Disbaled Hours',
disabledMinutes: 'Disabled Minutes',
disabledSeconds: 'Disabled Seconds',
hideDisabledOptions: 'Hide Disabled Options',
hourStep: 'Hour Step',
minuteStep: 'Minute Step',
secondStep: 'Second Step',
use12Hours: 'Use 12-hour',
}
const TreeSelectLocale = {
dropdownMatchSelectWidth: {
title: 'Dropdown Match Select Width',
tooltip:
'By default, min-width will be set, and it will be ignored when the value is less than the width of the selection box. false will turn off virtual scrolling',
},
showCheckedStrategy: {
title: 'Show Checked Strategy',
tooltip:
'When configuring treeCheckable, define how to backfill the selected item. TreeSelect.SHOW_ALL: Show all selected nodes (including parent nodes). TreeSelect.SHOW_PARENT: Only display the parent node (when all child nodes under the parent node are selected). Only show child nodes by default',
dataSource: ['Show All', 'Show Parent Node', 'Show Child Nodes'],
},
treeCheckable: 'Tree Checkable',
treeDefaultExpandAll: 'Tree Default Expand All',
treeDefaultExpandedKeys: {
title: 'Tree Default Expanded Keys',
tooltip: 'Format:Array<string | number>',
},
treeNodeFilterProp: {
title: 'Tree Node Filter Properties',
tooltip: 'The treeNode attribute corresponding to the input item filter',
},
treeDataSimpleMode: {
title: 'Tree Data Simple Mode',
tooltip: `Use treeData in a simple format. For specific settings, refer to the settable type (the treeData should be a data structure like this: [{id:1, pId:0, value:'1', title:"test1",...} ,...], pId is the id of the parent node)`,
},
treeNodeLabelProp: {
title: 'Tree Node Label Properties',
tooltip: 'The default is title',
},
filterTreeNode: 'Filter Tree Node',
}
const TransferLocale = {
oneWay: 'One Way',
operations: {
title: 'Operations',
tooltip: 'Format:string[]',
},
titles: { title: 'Titles', tooltip: 'Format:string[]' },
showSearchAll: 'Show Search All',
}
const UploadLocale = {
accept: 'Accept',
action: 'Upload Address',
data: 'Data',
directory: 'Support Upload Directory',
headers: 'Headers',
listType: { title: 'List Type', dataSource: ['Text', 'Image', 'Card'] },
multiple: 'Multiple',
name: 'Name',
openFileDialogOnClick: 'Open File Dialog On Click',
showUploadList: 'Show Upload List',
withCredentials: 'withCredentials',
maxCount: 'Max Count',
method: 'Method',
textContent: 'Text Content',
}
const FormGridLocale = {
minWidth: 'Min Width',
minColumns: 'Min Columns',
maxWidth: 'Max Width',
maxColumns: 'Max Columns',
breakpoints: 'Breakpoints',
columnGap: 'Column Gap',
rowGap: 'Row Gap',
colWrap: 'Col Wrap',
}
const SpaceLocale = {
direction: { title: 'Direction', dataSource: ['Vertical', 'Horizontal'] },
split: 'Split',
wrap: 'Word Wrap',
}
const FormTabLocale = {
animated: 'Enable Animated',
centered: 'Label Centered',
tab: 'Tab Title',
tabsTypeEnum: [
{ label: 'Line', value: 'line' },
{ label: 'Card', value: 'card' },
],
}
const FormCollapseLocale = {
accordion: 'Accordion Mode',
collapsible: { title: 'Collapsible', dataSource: ['Header', 'Disable'] },
ghost: 'Ghost Mode',
header: 'Header Title',
}
const ArrayTableLocale = {
showHeader: 'Show Header',
sticky: 'Sticky',
align: {
title: 'Align',
dataSource: ['Left', 'Right', 'Centered'],
},
colSpan: 'ColSpan',
fixed: { title: 'Fixed column', dataSource: ['Left', 'Right', 'None'] },
width: 'Width',
defaultValue: 'DefaultValue',
}
const ComponentLocale = {
...FormLayoutLocale,
...InputLocale,
...FormItemLocale,
...SelectLocale,
...CardLocale,
...CascaderLocale,
...RadioLocale,
...DatePickerLocale,
...NumberPickerLocale,
...RateLocale,
...SliderLocale,
...TimePickerLocale,
...TreeSelectLocale,
...TransferLocale,
...UploadLocale,
...FormGridLocale,
...SpaceLocale,
...FormTabLocale,
...FormCollapseLocale,
...ArrayTableLocale,
}
const FieldLocale = {
name: 'Name',
title: 'Title',
required: 'Required',
description: 'Description',
default: 'Default',
enum: 'DataSource',
style: StyleLocale,
'x-display': {
title: 'Display State',
tooltip:
'When the display value is "None", the data will be "Hidden" and deleted. When the display value is hidden, only the UI will be hidden',
dataSource: ['Visible', 'Hidden', 'None', 'Inherit'],
},
'x-pattern': {
title: 'UI Pattern',
dataSource: ['Editable', 'Disabled', 'ReadOnly', 'ReadPretty', 'Inherit'],
},
'x-validator': 'Validator',
'x-reactions': 'Reactions',
'x-decorator': 'Decorator',
'x-decorator-props': {
...ComponentLocale,
tab_property: 'Decorator',
tab_style: 'Style',
},
'x-component-props': {
...ComponentLocale,
tab_property: 'Component',
tab_style: 'Style',
},
}
const ArrayOperationsLocale = {
Index: 'Index',
SortHandle: 'Sort Handle',
Addition: 'Addition',
Remove: 'Remove',
MoveDown: 'Move Down',
MoveUp: 'Move Up',
}
export default {
'en-US': {
Components: {
Root: 'Root',
DesignableForm: 'Form',
DesignableField: 'Field',
Input: { title: 'Input', TextArea: 'TextArea' },
Select: 'Select',
Radio: { title: 'Radio', Group: 'Radio Group' },
Checkbox: {
title: 'Checkbox',
Group: 'Checkbox Group',
},
Card: 'Card',
FormGrid: 'Form Grid',
FormLayout: 'Form Layout',
Slider: 'Slider',
Rate: 'Rate',
Cascader: 'Cascader',
Space: 'Space',
DatePicker: { title: 'Date', RangePicker: 'Date Range' },
TimePicker: { title: 'Time', RangePicker: 'Time Range' },
NumberPicker: 'Number',
Password: 'Password',
Transfer: 'Transfer',
TreeSelect: 'TreeSelect',
Upload: { title: 'Upload', Dragger: 'Dragger Upload' },
Switch: 'Switch',
FormTab: { title: 'Form Tab', TabPane: 'Tab Panel' },
FormCollapse: { title: 'Form Collapse', CollapsePanel: 'Collapse Panel' },
Object: 'Object',
Void: 'Void Element',
Text: 'Text',
ArrayTable: {
title: 'Array Table',
Column: 'Column',
...ArrayOperationsLocale,
},
ArrayCards: {
title: 'Array Cards',
...ArrayOperationsLocale,
},
ArrayTabs: {
title: 'Array Tabs',
...ArrayOperationsLocale,
},
ArrayCollapse: {
title: 'Array Collapse',
...ArrayOperationsLocale,
},
FormItem: 'FormItem',
},
Settings: {
...FieldLocale,
...ComponentLocale,
namespace: {
Text: {
content: 'Text Content',
mode: {
title: 'Text Mode',
dataSource: ['H1', 'H2', 'H3', 'Paragraph', 'Normal'],
},
},
Space: {
align: {
title: 'Align',
dataSource: ['Start', 'End', 'Center', 'Baseline'],
},
},
},
},
Common: {
droppable: 'Droppable',
addTabPane: 'Add Panel',
addCollapsePanel: 'Add Panel',
addTableColumn: 'Add Column',
addTableSortHandle: 'Add Sort Handle',
addIndex: 'Add Index',
addOperation: 'Add Operations',
},
},
}