mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 20:53:48 +00:00
feat: all apps internationalization
This commit is contained in:
@@ -228,6 +228,7 @@ export const CommonEn = {
|
||||
construct: ' Construct App',
|
||||
chat_online: 'Chat',
|
||||
recommend_apps: 'Recommend',
|
||||
all_apps: 'All',
|
||||
latest_apps: 'Latest',
|
||||
my_collected_apps: 'Collected',
|
||||
collect_success: 'Collect success',
|
||||
|
@@ -236,6 +236,7 @@ export const CommonZh: Resources['translation'] = {
|
||||
construct: '应用管理',
|
||||
chat_online: '在线对话',
|
||||
recommend_apps: '热门推荐',
|
||||
all_apps: '热门推荐',
|
||||
latest_apps: '最新应用',
|
||||
my_collected_apps: '我的收藏',
|
||||
collect_success: '收藏成功',
|
||||
|
@@ -36,7 +36,7 @@ const Playground: NextPage = () => {
|
||||
},
|
||||
{
|
||||
value: 'all',
|
||||
label: '全部应用',
|
||||
label: t('all_apps'),
|
||||
},
|
||||
{
|
||||
value: 'collected',
|
||||
|
Reference in New Issue
Block a user