File tree 1 file changed +7
-3
lines changed
client/packages/lowcoder/src/i18n/locales
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ prop: {
137
137
expand : "展开" ,
138
138
columns : "列" ,
139
139
rowSelection : "行选择" ,
140
- toolbar : "工具栏" ,
140
+ toolbar : "工具栏" ,
141
141
pagination : "分页" ,
142
142
logo : "标志" ,
143
143
style : "样式" ,
@@ -1157,8 +1157,10 @@ table: {
1157
1157
columnNum : "列数" ,
1158
1158
viewModeResizable : "用户调整列宽" ,
1159
1159
viewModeResizableTooltip : "是否允许调整列宽." ,
1160
- "visibleResizables" : "Show Resize Handles" ,
1161
- "visibleResizablesTooltip" : "Display visible Resize Handles in the Table Header." ,
1160
+ "visibleResizables" : "显示调整大小句柄" ,
1161
+ "visibleResizablesTooltip" : "在表头显示可见的调整大小句柄" ,
1162
+ showVerticalRowGridBorder : "显示垂直行网格边框" ,
1163
+ showHorizontalRowGridBorder : "显示水平行网格边框" ,
1162
1164
showFilter : "显示筛选按钮" ,
1163
1165
showRefresh : "显示刷新按钮" ,
1164
1166
showDownload : "显示下载按钮" ,
@@ -1244,6 +1246,8 @@ table: {
1244
1246
hideHeader : "隐藏表头" ,
1245
1247
fixedHeader : "固定表头" ,
1246
1248
fixedHeaderTooltip : "垂直滚动表格的标题将被固定" ,
1249
+ fixedToolbar : "固定工具栏" ,
1250
+ fixedToolbarTooltip : "工具栏将根据位置固定在可垂直滚动的表格上" ,
1247
1251
hideBordered : "隐藏列边框" ,
1248
1252
"showHeaderGridBorder" : "显示标题网格边框" ,
1249
1253
"showRowGridBorder" : "显示行网格边框" ,
You can’t perform that action at this time.
0 commit comments