Browse Source

add community

visuddhinanda 1 year ago
parent
commit
6a27f09a53

+ 6 - 4
dashboard-v4/dashboard/src/locales/en-US/label.ts

@@ -85,10 +85,12 @@ const items = {
   "labels.filters.and": "and",
   "labels.filters.or": "or",
   "labels.task.workflows": "Workflows",
-  "labels.milestone": "milestone",
-  "labels.flowchart": "flowchart",
-  "labels.table": "table",
-  "labels.list": "list",
+  "labels.milestone": "Milestone",
+  "labels.flowchart": "Flowchart",
+  "labels.table": "Table",
+  "labels.list": "List",
+  "labels.shared": "Shared",
+  "labels.community": "Community",
 };
 
 export default items;

+ 2 - 0
dashboard-v4/dashboard/src/locales/zh-Hans/label.ts

@@ -97,6 +97,8 @@ const items = {
   "labels.flowchart": "流程图",
   "labels.table": "表格",
   "labels.list": "列表",
+  "labels.shared": "共享",
+  "labels.community": "社区",
 };
 
 export default items;