Skip to content

Commit 55a1fc1

Browse files
authored
Merge pull request #783 from lowcoder-org/feature-pagelayout-comp
Update the Language File for Chinese
2 parents 80b006a + da29782 commit 55a1fc1

File tree

1 file changed

+30
-0
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+30
-0
lines changed

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

+30
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,25 @@ prop: {
184184
showHeader: "显示标题",
185185
showBody: "显示表体",
186186
showFooter: "显示表尾",
187+
"showSider": "显示 Sider",
188+
"innerSider" : "内部 Sider",
187189
maskClosable: "点击蒙层关闭",
188190
showMask: "显示蒙层",
189191
scrollbar: "滚动条",
192+
"textOverflow": "文本溢出",
193+
"siderScrollbar" : "在 Sider 中显示滚动条",
194+
"siderRight" : "右侧显示屏",
195+
"siderWidth" : "凫水宽度",
196+
"siderWidthTooltip" : "网格宽度支持百分比(%)和像素(px)。",
197+
"siderCollapsedWidth" : "折叠宽度",
198+
"siderCollapsedWidthTooltip" : "折叠宽度支持百分比(%)和像素(px)。",
199+
"siderCollapsible" : "Sider 折叠式",
200+
"siderCollapsed" : "Sider 崩溃",
201+
"contentScrollbar" : "在内容中显示滚动条",
202+
"appID": "应用程序 ID",
203+
"showApp": "在内容区域显示应用程序",
204+
"showAppTooltip": "您可以在内容区域显示整个 Lowcoder 应用程序。请注意,对于模块,我们不支持输入、输出事件和方法。",
205+
"baseURL": "Lowcoder API 基本 URL",
190206
},
191207
autoHeightProp: {
192208
auto: "自动",
@@ -315,6 +331,7 @@ style: {
315331
background: "背景",
316332
headerBackground: "头部背景",
317333
footerBackground: "底部背景",
334+
"siderBackground": "Sider 背景",
318335
fill: "填充",
319336
track: "轨道",
320337
links: "链接",
@@ -355,6 +372,7 @@ style: {
355372
containerHeaderPadding: "上内边距",
356373
containerFooterPadding: "下内边距",
357374
containerBodyPadding: "内边距",
375+
"containerSiderPadding": "Sider 衬垫",
358376
minWidth: "最小宽度",
359377
textSize: "字体大小",
360378
textWeight: "字体粗细",
@@ -890,6 +908,9 @@ uiComp: {
890908
iconCompName: "图标",
891909
iconCompDesc: "图标",
892910
iconCompKeywords: "tb",
911+
"pageLayoutCompName": "布局容器",
912+
"pageLayoutCompDesc": "一个容器,用于创建包含页眉、页脚和主要内容区域的布局",
913+
"pageLayoutCompKeywords": "布局、容器、导航、页面",
893914
},
894915
comp: {
895916
menuViewDocs: "查看文档",
@@ -1475,6 +1496,9 @@ selectionControl: {
14751496
},
14761497
container: {
14771498
title: "容器标题",
1499+
"titleTooltip": "集装箱标题",
1500+
"flowWidth": "内容宽度",
1501+
"floatType": "文本浮动类型",
14781502
},
14791503
drawer: {
14801504
closePosition: "关闭位置",
@@ -1505,6 +1529,7 @@ settings: {
15051529
appUsage: "应用程序使用日志",
15061530
environments: "环境",
15071531
premium: "高级版",
1532+
"AppUsage": "全球应用程序使用情况",
15081533
},
15091534
memberSettings: {
15101535
admin: "管理员",
@@ -1578,6 +1603,11 @@ tabbedContainer: {
15781603
atLeastOneTabError: "选项卡容器至少保留一个选项卡",
15791604
selectedTabKeyDesc: "当前选中的选项卡",
15801605
iconPosition: "图标位置",
1606+
placement: "位置",
1607+
showTabs: "显示选项卡",
1608+
gutter: "间距",
1609+
gutterTooltip: "标签页之间的距离,单位为 px",
1610+
tabsCentered: "居中标签"
15811611
},
15821612
formComp: {
15831613
containerPlaceholder: "从右侧窗格拖动组件或",

0 commit comments

Comments
 (0)