diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 78c55fb06..8a43e7e6c 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -383,7 +383,23 @@ "title": "Good morning, admin, please start your day", "todaysTraffic": "Today's traffic", "totalNumberOfUsers": "Number of users", - "userManage": "User management" + "userManage": "User management", + "components" : { + "card" : { + "seeMore" : "See more" + }, + "table" : { + "ranking" : "Ranking", + "contentTitle" : "Content Title", + "attention" : "Attention", + "content1" : "Simpler user interface, faster operation experience", + "content2" : "Better service, more convenient user experience", + "content3" : "Faster creative realization and more efficient work efficiency", + "content4" : "More creative resources, more creative inspiration", + "content5" : "More reasonable code structure, clearer code logic", + "" : "" + } + } }, "api" : { "path" : "Path", diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json index 7b310478a..0a43b2723 100644 --- a/web/src/locales/zh.json +++ b/web/src/locales/zh.json @@ -383,7 +383,23 @@ "title": "早安,管理员,请开始一天的工作吧", "todaysTraffic": "今日流量", "totalNumberOfUsers": "总用户数", - "userManage": "用户管理" + "userManage": "用户管理", + "components" : { + "card" : { + "seeMore" : "查看更多" + }, + "table" : { + "ranking" : "排名", + "contentTitle" : "内容标题", + "attention" : "关注度", + "content1" : "更简洁的使用界面,更快速的操作体验", + "content2" : "更优质的服务,更便捷的使用体验", + "content3" : "更快速的创意实现,更高效的工作效率", + "content4" : "更多的创意资源,更多的创意灵感", + "content5" : "更合理的代码结构,更清晰的代码逻辑", + "" : "" + } + } }, "api" : { "path" : "路径", diff --git a/web/src/view/dashboard/componenst/card.vue b/web/src/view/dashboard/componenst/card.vue index 3b399bfb0..bcd904a4c 100644 --- a/web/src/view/dashboard/componenst/card.vue +++ b/web/src/view/dashboard/componenst/card.vue @@ -15,7 +15,7 @@ {{ title }}