Skip to content

Commit 9f0e484

Browse files
author
liusijun
committed
fix: complete the locale file
1 parent ffa595a commit 9f0e484

File tree

1 file changed

+6
-5
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+6
-5
lines changed

client/packages/lowcoder/src/i18n/locales/zh.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ prop: {
140140
expand: "展开",
141141
columns: "列",
142142
rowSelection: "行选择",
143-
toolbar: "工具栏",
143+
toolbar: "工具栏",
144144
pagination: "分页",
145145
logo: "标志",
146146
style: "样式",
@@ -358,6 +358,7 @@ style: {
358358
textSize: "字体大小",
359359
textWeight: "字体粗细",
360360
"fontFamily": "字体",
361+
"fontStyle": "字体风格",
361362
"backgroundImage": "背景图片",
362363
"backgroundImageRepeat" : "背景图片重复",
363364
"backgroundImageSize" : "背景图片大小",
@@ -1086,7 +1087,7 @@ selectInput: {
10861087
valueDesc: "当前选择的值",
10871088
selectedIndexDesc: "当前选择的值的索引,如果未选择任何值则为-1",
10881089
selectedLabelDesc: "当前选择的值的标签",
1089-
},
1090+
},
10901091
file: {
10911092
typeErrorMsg: "必须是一个带有有效文件大小单位的数字,或者是一个无单位的字节数.",
10921093
fileEmptyErrorMsg: "上传失败.文件大小为空.",
@@ -2327,7 +2328,7 @@ componentDoc: {
23272328
event: "事件",
23282329
eventName: "事件名称",
23292330
eventDesc: "描述",
2330-
mehtod: "方法",
2331+
mehtod: "方法",
23312332
methodUsage: "您可以通过方法与组件进行交互,并且可以在任何可以编写 JavaScript 的地方通过它们的名称调用它们.或者您可以通过事件的“控制组件”操作来调用它们.",
23322333
methodName: "方法名称",
23332334
methodDesc: "描述",
@@ -2561,7 +2562,7 @@ componentDocExtra: {
25612562
table: table,
25622563
},
25632564
idSource: {
2564-
title: "用户认证提供商",
2565+
title: "用户认证提供商",
25652566
form: "电子邮件",
25662567
pay: "高级",
25672568
enable: "启用",
@@ -2723,4 +2724,4 @@ timeLine: {
27232724
navStyle: "菜单风格",
27242725
navItemStyle: "菜单项样式",
27252726
}
2726-
};
2727+
};

0 commit comments

Comments
 (0)