diff --git a/client/packages/lowcoder/src/i18n/locales/en.ts b/client/packages/lowcoder/src/i18n/locales/en.ts index 74b2296b9..287603466 100644 --- a/client/packages/lowcoder/src/i18n/locales/en.ts +++ b/client/packages/lowcoder/src/i18n/locales/en.ts @@ -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", }, @@ -1068,7 +1072,11 @@ export const en = { // ninth part - + "iconComp": { + "icon": "Icon", + "autoSize": "Icon AutoSize", + "iconSize": "Icon Size", + }, "numberInput": { "formatter": "Format", "precision": "Precision", diff --git a/client/packages/lowcoder/src/i18n/locales/zh.ts b/client/packages/lowcoder/src/i18n/locales/zh.ts index 28194e00f..e0634a234 100644 --- a/client/packages/lowcoder/src/i18n/locales/zh.ts +++ b/client/packages/lowcoder/src/i18n/locales/zh.ts @@ -879,6 +879,9 @@ uiComp: { responsiveLayoutCompName: "响应式布局", responsiveLayoutCompDesc: "响应式布局", responsiveLayoutCompKeywords: "", + iconCompName: "图标", + iconCompDesc: "图标", + iconCompKeywords: "tb", }, comp: { menuViewDocs: "查看文档", @@ -2630,6 +2633,11 @@ timeLine: { helpvalue: "评论内容", helpcreatedAt: "创建时间", }, + iconComp: { + icon: "图标", + autoSize: "图标自动大小", + iconSize: "图标大小", + }, mention:{ mentionList: "提及列表", },