Skip to content

Add Icon Comp Texts in Language Files #694

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 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 10 additions & 2 deletions client/packages/lowcoder/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,11 @@ export const en = {

"responsiveLayoutCompName": "Responsive Layout",
"responsiveLayoutCompDesc": "A layout component designed to adapt and respond to different screen sizes and devices, ensuring a consistent user experience.",
"responsiveLayoutCompKeywords": "responsive, layout, adapt, screen size"
"responsiveLayoutCompKeywords": "responsive, layout, adapt, screen size",

"iconCompName": "Icons",
"iconCompDesc": "Use various Icons to enhance the visual appeal and user experience of your application.",
"iconCompKeywords": "Icons, pictograms, symbols, shapes",
},


Expand Down Expand Up @@ -1068,7 +1072,11 @@ export const en = {

// ninth part


"iconComp": {
"icon": "Icon",
"autoSize": "Icon AutoSize",
"iconSize": "Icon Size",
},
"numberInput": {
"formatter": "Format",
"precision": "Precision",
Expand Down
8 changes: 8 additions & 0 deletions client/packages/lowcoder/src/i18n/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,9 @@ uiComp: {
responsiveLayoutCompName: "响应式布局",
responsiveLayoutCompDesc: "响应式布局",
responsiveLayoutCompKeywords: "",
iconCompName: "图标",
iconCompDesc: "图标",
iconCompKeywords: "tb",
},
comp: {
menuViewDocs: "查看文档",
Expand Down Expand Up @@ -2630,6 +2633,11 @@ timeLine: {
helpvalue: "评论内容",
helpcreatedAt: "创建时间",
},
iconComp: {
icon: "图标",
autoSize: "图标自动大小",
iconSize: "图标大小",
},
mention:{
mentionList: "提及列表",
},
Expand Down