Skip to content

Commit 878dfaa

Browse files
author
FalkWolsky
committed
Add Icon Comp Texts in Language Files
1 parent 83442f4 commit 878dfaa

File tree

2 files changed

+18
-2
lines changed
  • client/packages/lowcoder/src/i18n/locales

2 files changed

+18
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,11 @@ export const en = {
948948

949949
"responsiveLayoutCompName": "Responsive Layout",
950950
"responsiveLayoutCompDesc": "A layout component designed to adapt and respond to different screen sizes and devices, ensuring a consistent user experience.",
951-
"responsiveLayoutCompKeywords": "responsive, layout, adapt, screen size"
951+
"responsiveLayoutCompKeywords": "responsive, layout, adapt, screen size",
952+
953+
"iconCompName": "Icons",
954+
"iconCompDesc": "Use various Icons to enhance the visual appeal and user experience of your application.",
955+
"iconCompKeywords": "Icons, pictograms, symbols, shapes",
952956
},
953957

954958

@@ -1068,7 +1072,11 @@ export const en = {
10681072

10691073
// ninth part
10701074

1071-
1075+
"iconComp": {
1076+
"icon": "Icon",
1077+
"autoSize": "Icon AutoSize",
1078+
"iconSize": "Icon Size",
1079+
},
10721080
"numberInput": {
10731081
"formatter": "Format",
10741082
"precision": "Precision",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,9 @@ uiComp: {
879879
responsiveLayoutCompName: "响应式布局",
880880
responsiveLayoutCompDesc: "响应式布局",
881881
responsiveLayoutCompKeywords: "",
882+
iconCompName: "图标",
883+
iconCompDesc: "图标",
884+
iconCompKeywords: "tb",
882885
},
883886
comp: {
884887
menuViewDocs: "查看文档",
@@ -2630,6 +2633,11 @@ timeLine: {
26302633
helpvalue: "评论内容",
26312634
helpcreatedAt: "创建时间",
26322635
},
2636+
iconComp: {
2637+
icon: "图标",
2638+
autoSize: "图标自动大小",
2639+
iconSize: "图标大小",
2640+
},
26332641
mention:{
26342642
mentionList: "提及列表",
26352643
},

0 commit comments

Comments
 (0)