-
Notifications
You must be signed in to change notification settings - Fork 313
Expand file tree
/
Copy pathen-US.js
More file actions
58 lines (58 loc) · 2.14 KB
/
en-US.js
File metadata and controls
58 lines (58 loc) · 2.14 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
export default {
copied: 'copied',
dock: {
recommendTitle: 'Official recommendation',
adjustText: 'Variables',
recoverConfirm: 'Are you sure to recover TDesign default theme?',
downloadTips: 'current theme has been downloaded',
},
color: {
title: 'Color',
themeColor: 'Theme Color',
customizeTitle: 'customized',
aiRecommendation: 'AI',
aiTip: 'If the selected color is unsuitable, it will be adjusted.',
remainText: 'remain',
remainTip: 'Keep the selected color unchanged',
officialRecommendation: 'Official Recommendation',
successColor: 'Success color',
warningColor: 'Warning color',
errorColor: 'Error color',
neutralColor: 'Neutral Color',
fromThemeColor: 'From Theme',
gradientTip: 'Color gradient break, click to restore',
},
font: {
title: 'Font',
fontSize: 'Font Size',
tokenMode: 'token mode',
steppedMode: 'stepped mode',
lineHeight: 'line height',
fontColor: 'font color',
colorDefault: 'default',
lineHeightFixedMode: 'fixed mode',
lineHeightSteppedMode: 'stepped mode',
lineHeightFixedDesc:
'TDesign adheres to the design values of inclusiveness, diversity, evolution, and connection. We hope that the font is regular and rhythmic, achieves pixel alignment, creates clear and distinct hierarchical relationships, and has a harmonious and beautiful contrast effect in size',
lineHeightSteppedDesc:
'TDesign upholds the design values of inclusiveness, diversity, evolution, and connection. We aim for the font to be regular and rhythmic, achieve pixel alignment, create clear and distinct hierarchical relationships, and have a harmonious and aesthetically pleasing contrast effect in size.',
},
size: {
title: 'Size',
basicSize: 'Basic size',
componentSize: 'Component Size',
xPadding: 'horizontal Padding',
yPadding: 'vertical Padding',
popupPadding: 'popup Padding',
margin: 'margin',
reset: 'Reset',
resetConfirm: 'Are you sure you want to reset the basic size to default?',
},
borerRadius: {
title: 'Border',
radiusSize: 'Border Radius',
},
shadow: {
title: 'Shadow',
},
};