Skip to content

Update the Language File for Chinese #783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions client/packages/lowcoder/src/i18n/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "自动",
Expand Down Expand Up @@ -315,6 +331,7 @@ style: {
background: "背景",
headerBackground: "头部背景",
footerBackground: "底部背景",
"siderBackground": "Sider 背景",
fill: "填充",
track: "轨道",
links: "链接",
Expand Down Expand Up @@ -355,6 +372,7 @@ style: {
containerHeaderPadding: "上内边距",
containerFooterPadding: "下内边距",
containerBodyPadding: "内边距",
"containerSiderPadding": "Sider 衬垫",
minWidth: "最小宽度",
textSize: "字体大小",
textWeight: "字体粗细",
Expand Down Expand Up @@ -890,6 +908,9 @@ uiComp: {
iconCompName: "图标",
iconCompDesc: "图标",
iconCompKeywords: "tb",
"pageLayoutCompName": "布局容器",
"pageLayoutCompDesc": "一个容器,用于创建包含页眉、页脚和主要内容区域的布局",
"pageLayoutCompKeywords": "布局、容器、导航、页面",
},
comp: {
menuViewDocs: "查看文档",
Expand Down Expand Up @@ -1475,6 +1496,9 @@ selectionControl: {
},
container: {
title: "容器标题",
"titleTooltip": "集装箱标题",
"flowWidth": "内容宽度",
"floatType": "文本浮动类型",
},
drawer: {
closePosition: "关闭位置",
Expand Down Expand Up @@ -1505,6 +1529,7 @@ settings: {
appUsage: "应用程序使用日志",
environments: "环境",
premium: "高级版",
"AppUsage": "全球应用程序使用情况",
},
memberSettings: {
admin: "管理员",
Expand Down Expand Up @@ -1578,6 +1603,11 @@ tabbedContainer: {
atLeastOneTabError: "选项卡容器至少保留一个选项卡",
selectedTabKeyDesc: "当前选中的选项卡",
iconPosition: "图标位置",
placement: "位置",
showTabs: "显示选项卡",
gutter: "间距",
gutterTooltip: "标签页之间的距离,单位为 px",
tabsCentered: "居中标签"
},
formComp: {
containerPlaceholder: "从右侧窗格拖动组件或",
Expand Down