diff --git a/web/i18n/en-US/app.json b/web/i18n/en-US/app.json
index 6e4a094351..07e58910f3 100644
--- a/web/i18n/en-US/app.json
+++ b/web/i18n/en-US/app.json
@@ -162,6 +162,7 @@
"newApp.completionUserDescription": "Quickly build an AI assistant for text generation tasks with simple configuration.",
"newApp.dropDSLToCreateApp": "Drop DSL file here to create app",
"newApp.enableSandboxRuntime": "Enable sandbox runtime (supports Command node)",
+ "newApp.exploreCommunity": "Explore Community",
"newApp.forAdvanced": "FOR ADVANCED USERS",
"newApp.forBeginners": "More basic app types",
"newApp.foundResult": "{{count}} Result",
diff --git a/web/i18n/zh-Hans/app.json b/web/i18n/zh-Hans/app.json
index 0b8f99ba9c..deadcc2f9e 100644
--- a/web/i18n/zh-Hans/app.json
+++ b/web/i18n/zh-Hans/app.json
@@ -160,6 +160,7 @@
"newApp.completionShortDescription": "用于文本生成任务的 AI 助手",
"newApp.completionUserDescription": "通过简单的配置快速搭建一个面向文本生成类任务的 AI 助手。",
"newApp.dropDSLToCreateApp": "拖放 DSL 文件到此处创建应用",
+ "newApp.exploreCommunity": "探索社区",
"newApp.forAdvanced": "进阶用户适用",
"newApp.forBeginners": "新手适用",
"newApp.foundResult": "{{count}} 个结果",
diff --git a/web/i18n/zh-Hant/app.json b/web/i18n/zh-Hant/app.json
index 103accb90e..9e5794529f 100644
--- a/web/i18n/zh-Hant/app.json
+++ b/web/i18n/zh-Hant/app.json
@@ -159,6 +159,7 @@
"newApp.completionShortDescription": "用於文本生成任務的 AI 助手",
"newApp.completionUserDescription": "通過簡單的配置快速構建用於文本生成任務的 AI 助手。",
"newApp.dropDSLToCreateApp": "將 DSL 檔案拖放到此處以創建應用程式",
+ "newApp.exploreCommunity": "探索社群",
"newApp.forAdvanced": "對於高級使用者",
"newApp.forBeginners": "對於初學者",
"newApp.foundResult": "{{count}}結果",