diff --git a/web/i18n/en-US/explore.ts b/web/i18n/en-US/explore.ts index c996f51820..d4368fb171 100644 --- a/web/i18n/en-US/explore.ts +++ b/web/i18n/en-US/explore.ts @@ -30,11 +30,13 @@ const translation = { nameRequired: 'App name is required', }, category: { + Agent: 'Agent', Assistant: 'Assistant', Writing: 'Writing', Translate: 'Translate', Programming: 'Programming', HR: 'HR', + Workflow: 'Workflow', }, } diff --git a/web/i18n/zh-Hans/explore.ts b/web/i18n/zh-Hans/explore.ts index d4f4074205..bb7faf0396 100644 --- a/web/i18n/zh-Hans/explore.ts +++ b/web/i18n/zh-Hans/explore.ts @@ -30,11 +30,13 @@ const translation = { nameRequired: '应用程序名称不能为空', }, category: { + Agent: 'Agent', Assistant: '助手', Writing: '写作', Translate: '翻译', Programming: '编程', HR: '人力资源', + Workflow: '工作流', }, }