From b06e325026f9ee7bb647bea1fd9f116103569424 Mon Sep 17 00:00:00 2001 From: FalkWolsky Date: Mon, 1 Apr 2024 11:50:34 +0200 Subject: [PATCH] Update the Language File for Chinese --- .../packages/lowcoder/src/i18n/locales/zh.ts | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/client/packages/lowcoder/src/i18n/locales/zh.ts b/client/packages/lowcoder/src/i18n/locales/zh.ts index c2fb61742..a68aff294 100644 --- a/client/packages/lowcoder/src/i18n/locales/zh.ts +++ b/client/packages/lowcoder/src/i18n/locales/zh.ts @@ -184,9 +184,25 @@ prop: { showHeader: "显示标题", showBody: "显示表体", showFooter: "显示表尾", + "showSider": "显示 Sider", + "innerSider" : "内部 Sider", maskClosable: "点击蒙层关闭", showMask: "显示蒙层", scrollbar: "滚动条", + "textOverflow": "文本溢出", + "siderScrollbar" : "在 Sider 中显示滚动条", + "siderRight" : "右侧显示屏", + "siderWidth" : "凫水宽度", + "siderWidthTooltip" : "网格宽度支持百分比(%)和像素(px)。", + "siderCollapsedWidth" : "折叠宽度", + "siderCollapsedWidthTooltip" : "折叠宽度支持百分比(%)和像素(px)。", + "siderCollapsible" : "Sider 折叠式", + "siderCollapsed" : "Sider 崩溃", + "contentScrollbar" : "在内容中显示滚动条", + "appID": "应用程序 ID", + "showApp": "在内容区域显示应用程序", + "showAppTooltip": "您可以在内容区域显示整个 Lowcoder 应用程序。请注意,对于模块,我们不支持输入、输出事件和方法。", + "baseURL": "Lowcoder API 基本 URL", }, autoHeightProp: { auto: "自动", @@ -315,6 +331,7 @@ style: { background: "背景", headerBackground: "头部背景", footerBackground: "底部背景", + "siderBackground": "Sider 背景", fill: "填充", track: "轨道", links: "链接", @@ -355,6 +372,7 @@ style: { containerHeaderPadding: "上内边距", containerFooterPadding: "下内边距", containerBodyPadding: "内边距", + "containerSiderPadding": "Sider 衬垫", minWidth: "最小宽度", textSize: "字体大小", textWeight: "字体粗细", @@ -890,6 +908,9 @@ uiComp: { iconCompName: "图标", iconCompDesc: "图标", iconCompKeywords: "tb", + "pageLayoutCompName": "布局容器", + "pageLayoutCompDesc": "一个容器,用于创建包含页眉、页脚和主要内容区域的布局", + "pageLayoutCompKeywords": "布局、容器、导航、页面", }, comp: { menuViewDocs: "查看文档", @@ -1475,6 +1496,9 @@ selectionControl: { }, container: { title: "容器标题", + "titleTooltip": "集装箱标题", + "flowWidth": "内容宽度", + "floatType": "文本浮动类型", }, drawer: { closePosition: "关闭位置", @@ -1505,6 +1529,7 @@ settings: { appUsage: "应用程序使用日志", environments: "环境", premium: "高级版", + "AppUsage": "全球应用程序使用情况", }, memberSettings: { admin: "管理员", @@ -1578,6 +1603,11 @@ tabbedContainer: { atLeastOneTabError: "选项卡容器至少保留一个选项卡", selectedTabKeyDesc: "当前选中的选项卡", iconPosition: "图标位置", + placement: "位置", + showTabs: "显示选项卡", + gutter: "间距", + gutterTooltip: "标签页之间的距离,单位为 px", + tabsCentered: "居中标签" }, formComp: { containerPlaceholder: "从右侧窗格拖动组件或",