Skip to content

Commit 8ee1306

Browse files
author
FalkWolsky
committed
adapted Chinese language file
1 parent f0db976 commit 8ee1306

File tree

1 file changed

+7
-3
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ prop: {
137137
expand: "展开",
138138
columns: "列",
139139
rowSelection: "行选择",
140-
toolbar: "工具栏",
140+
toolbar: "工具栏",
141141
pagination: "分页",
142142
logo: "标志",
143143
style: "样式",
@@ -1157,8 +1157,10 @@ table: {
11571157
columnNum: "列数",
11581158
viewModeResizable: "用户调整列宽",
11591159
viewModeResizableTooltip: "是否允许调整列宽.",
1160-
"visibleResizables": "Show Resize Handles",
1161-
"visibleResizablesTooltip": "Display visible Resize Handles in the Table Header.",
1160+
"visibleResizables": "显示调整大小句柄",
1161+
"visibleResizablesTooltip": "在表头显示可见的调整大小句柄",
1162+
showVerticalRowGridBorder: "显示垂直行网格边框",
1163+
showHorizontalRowGridBorder: "显示水平行网格边框",
11621164
showFilter: "显示筛选按钮",
11631165
showRefresh: "显示刷新按钮",
11641166
showDownload: "显示下载按钮",
@@ -1244,6 +1246,8 @@ table: {
12441246
hideHeader: "隐藏表头",
12451247
fixedHeader: "固定表头",
12461248
fixedHeaderTooltip: "垂直滚动表格的标题将被固定",
1249+
fixedToolbar: "固定工具栏",
1250+
fixedToolbarTooltip: "工具栏将根据位置固定在可垂直滚动的表格上",
12471251
hideBordered: "隐藏列边框",
12481252
"showHeaderGridBorder": "显示标题网格边框",
12491253
"showRowGridBorder": "显示行网格边框",

0 commit comments

Comments
 (0)