From 9dca5b8bd4d47428df7f0f424797fb9aeb3f7d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Tue, 23 May 2023 10:29:13 +0800 Subject: [PATCH] chore: category i18n --- web/i18n/lang/explore.en.ts | 9 +++++---- web/i18n/lang/explore.zh.ts | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/web/i18n/lang/explore.en.ts b/web/i18n/lang/explore.en.ts index 43c4876f8b..2f1d16c604 100644 --- a/web/i18n/lang/explore.en.ts +++ b/web/i18n/lang/explore.en.ts @@ -27,10 +27,11 @@ const translation = { nameRequired: 'App name is required', }, category: { - 'News': 'News', - 'Music': 'Music', - 'Games': 'Games', - 'Sports': 'Sports', + 'Assistant': 'Assistant', + 'Writing': 'Writing', + 'Translate': 'Translate', + 'Programming': 'Programming', + 'HR': 'HR', } } diff --git a/web/i18n/lang/explore.zh.ts b/web/i18n/lang/explore.zh.ts index 401f1e5f3f..0b5c5e55e0 100644 --- a/web/i18n/lang/explore.zh.ts +++ b/web/i18n/lang/explore.zh.ts @@ -27,10 +27,11 @@ const translation = { nameRequired: '应用程序名称不能为空', }, category: { - 'News': '新闻', - 'Music': '音乐', - 'Games': '游戏', - 'Sports': '体育', + 'Assistant': '助手', + 'Writing': '写作', + 'Translate': '翻译', + 'Programming': '编程', + 'HR': '人力资源', } }