feat: all apps internationalization

This commit is contained in:
wb-lh513319
2024-08-20 16:22:28 +08:00
parent 9eabb2c6d0
commit b6371ab168
3 changed files with 3 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ export const CommonEn = {
construct: ' Construct App', construct: ' Construct App',
chat_online: 'Chat', chat_online: 'Chat',
recommend_apps: 'Recommend', recommend_apps: 'Recommend',
all_apps: 'All',
latest_apps: 'Latest', latest_apps: 'Latest',
my_collected_apps: 'Collected', my_collected_apps: 'Collected',
collect_success: 'Collect success', collect_success: 'Collect success',

View File

@@ -236,6 +236,7 @@ export const CommonZh: Resources['translation'] = {
construct: '应用管理', construct: '应用管理',
chat_online: '在线对话', chat_online: '在线对话',
recommend_apps: '热门推荐', recommend_apps: '热门推荐',
all_apps: '热门推荐',
latest_apps: '最新应用', latest_apps: '最新应用',
my_collected_apps: '我的收藏', my_collected_apps: '我的收藏',
collect_success: '收藏成功', collect_success: '收藏成功',

View File

@@ -36,7 +36,7 @@ const Playground: NextPage = () => {
}, },
{ {
value: 'all', value: 'all',
label: '全部应用', label: t('all_apps'),
}, },
{ {
value: 'collected', value: 'collected',