File tree 1 file changed +6
-5
lines changed
client/packages/lowcoder/src/i18n/locales
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ prop: {
140
140
expand : "展开" ,
141
141
columns : "列" ,
142
142
rowSelection : "行选择" ,
143
- toolbar : "工具栏" ,
143
+ toolbar : "工具栏" ,
144
144
pagination : "分页" ,
145
145
logo : "标志" ,
146
146
style : "样式" ,
@@ -358,6 +358,7 @@ style: {
358
358
textSize : "字体大小" ,
359
359
textWeight : "字体粗细" ,
360
360
"fontFamily" : "字体" ,
361
+ "fontStyle" : "字体风格" ,
361
362
"backgroundImage" : "背景图片" ,
362
363
"backgroundImageRepeat" : "背景图片重复" ,
363
364
"backgroundImageSize" : "背景图片大小" ,
@@ -1086,7 +1087,7 @@ selectInput: {
1086
1087
valueDesc : "当前选择的值" ,
1087
1088
selectedIndexDesc : "当前选择的值的索引,如果未选择任何值则为-1" ,
1088
1089
selectedLabelDesc : "当前选择的值的标签" ,
1089
- } ,
1090
+ } ,
1090
1091
file : {
1091
1092
typeErrorMsg : "必须是一个带有有效文件大小单位的数字,或者是一个无单位的字节数." ,
1092
1093
fileEmptyErrorMsg : "上传失败.文件大小为空." ,
@@ -2327,7 +2328,7 @@ componentDoc: {
2327
2328
event : "事件" ,
2328
2329
eventName : "事件名称" ,
2329
2330
eventDesc : "描述" ,
2330
- mehtod : "方法" ,
2331
+ mehtod : "方法" ,
2331
2332
methodUsage : "您可以通过方法与组件进行交互,并且可以在任何可以编写 JavaScript 的地方通过它们的名称调用它们.或者您可以通过事件的“控制组件”操作来调用它们." ,
2332
2333
methodName : "方法名称" ,
2333
2334
methodDesc : "描述" ,
@@ -2561,7 +2562,7 @@ componentDocExtra: {
2561
2562
table : table ,
2562
2563
} ,
2563
2564
idSource : {
2564
- title : "用户认证提供商" ,
2565
+ title : "用户认证提供商" ,
2565
2566
form : "电子邮件" ,
2566
2567
pay : "高级" ,
2567
2568
enable : "启用" ,
@@ -2723,4 +2724,4 @@ timeLine: {
2723
2724
navStyle : "菜单风格" ,
2724
2725
navItemStyle : "菜单项样式" ,
2725
2726
}
2726
- } ;
2727
+ } ;
You can’t perform that action at this time.
0 commit comments