business.ts
3.36 KB
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
export default {
CHARTS: 'Chart',
TABLES: 'List',
INFORMATIONS: 'Information',
PHOTOS: 'Image',
ICONS: 'Icon',
DECORATES: 'Widgets',
chart: {
BAR: 'Bar chart',
PIE: 'Pie chart',
LINE: 'Line chart',
SCATTER: 'Scatter plot',
MAP: 'Map',
COMBINATION: 'Combination diagram',
MORE: 'More'
},
information: {
TEXT: 'Text',
TITLE: 'Title',
INPUTS: 'Control',
MORE: 'More'
},
component: {
BORDER: 'Border',
DECORATE: 'Decoration',
THREE: '3D',
HEADLINE: 'Headline',
SUBTITLE: 'Subtitle',
MORE: 'More'
},
image: {
PRIVATE: 'Private image',
SHARE: 'Shared image'
},
icon: {
ML: 'Animation',
COMMON: 'Generic',
WEATHER: 'Weather',
DEFAULT: 'Default'
},
rightClick: {
lock: 'Lock',
unlock: 'Unlock',
hide: 'Hide',
show: 'Show',
copy: 'Copy',
cut: 'Cut',
paste: 'paste',
topping: 'Topping',
bottomPlacement: 'Bottom placement',
moveUp: 'Move up',
moveDown: 'Move down',
clearClipboard: 'CLear clipboard',
delete: 'Delete',
group: 'Group',
unGroup: 'UnGroup'
},
layerMode: {
thumbnail: 'Thumbnail',
textList: 'Text list'
},
chartMode: {
singleRow: 'Single-row',
biserial: 'Biserial'
},
notComponent: 'Component not found',
noLayer: 'There are currently no layers available',
saveContent: 'Save content',
saveThumImage: 'Save Thumbnail Image',
placeEntercorner: 'Please enter the name in the bottom left corner!',
savingContentContinue:
'Saving the content will synchronize and modify all components that use this interface. Do you want to continue?',
chartComponent: 'Charting Components',
layerControl: 'Layer control',
detailSetting: 'Details Settings',
retreat: 'Retreat',
forward: 'Forward',
workspace: 'Workspace',
synchronizeContent: 'Synchronize content',
preview: 'Preview',
saveThumImageOk: 'Successfully saved thumbnail',
initDataRefresh: 'Data initialization successful, please refresh the page!',
components: 'Components',
layer: 'Layer',
iconToolTipChart: 'Charting components',
iconToolTipLayer: 'Layer control',
iconToolTipDetail: 'Details settings',
actionForward: 'Forward',
actionBack: 'Retreat',
closeAndExit: 'Close on exit',
animationTimingText: {
linear: 'Linear',
ease: 'Ease',
easein: 'Easein',
easeout: 'Easeout',
easeinout: 'Easeinout'
},
animationPlayStateText: {
paused: 'Paused',
running: 'Running'
},
animationIterationCountNameText: {
unlimitedTimes: 'Unlimited times'
},
requestType: {
customRequest: 'Custom request',
publicInterface: 'Public interface'
},
color: 'Color',
threeDModel: '3D model',
threeFormSearch: {
name: 'Name',
placeholderName: 'Input name',
state: 'State',
placeholderState: 'Select state',
search: 'Search',
reset: 'Reset',
add: 'Add',
selectAll: 'Select all',
selectUnAll: 'Select unAll',
batchOperate: 'Batch operate',
noData: 'No data',
all: 'All',
count: 'Count',
release:'Release',
unRelease:'Un release',
batchDelete:'Bulk delete',
batchRelease:'Bulk release',
batchUnRelease:'Bulk un release',
m1:'Do you want to delete the selected data in bulk?',
m2:'Do you want to publish the selected data in bulk?',
m3:'Do you want to cancel the publication of the selected data in bulk?',
}
}