fix: Move email contact (#12323)

* fix: Move email contact

* style: profile

* fix: urk

* fix: urk

* feat: loading indicator

* fix: build error

* fix: sort

* fix: sort

* fix: sort

* fix: sort

* fix: sort
This commit is contained in:
René Wang
2026-03-04 19:37:31 +08:00
committed by GitHub
parent 3f1473d65f
commit 5d19dbf430
20 changed files with 397 additions and 444 deletions

View File

@@ -166,6 +166,8 @@
"cmdk.search.files": "Files",
"cmdk.search.folder": "Folder",
"cmdk.search.folders": "Folders",
"cmdk.search.knowledgeBase": "Library",
"cmdk.search.knowledgeBases": "Libraries",
"cmdk.search.loading": "Searching...",
"cmdk.search.market": "Community",
"cmdk.search.mcp": "MCP Server",
@@ -221,6 +223,7 @@
"exportType.allAgentWithMessage": "Export All Agents and Messages",
"exportType.globalSetting": "Export Global Settings",
"feedback": "Feedback",
"feedback.emailContact": "You can also email us at {{email}}",
"feedback.errors.fileTooLarge": "File exceeds 5MB",
"feedback.errors.submitFailed": "Submit failed. Try again.",
"feedback.errors.teamNotFound": "Configuration error",
@@ -423,7 +426,7 @@
"userPanel.community": "Community",
"userPanel.data": "Data Storage",
"userPanel.defaultNickname": "Community User",
"userPanel.discord": "Community Support",
"userPanel.discord": "Discord",
"userPanel.docs": "Documentation",
"userPanel.email": "Email Support",
"userPanel.feedback": "Contact Us",

View File

@@ -166,6 +166,8 @@
"cmdk.search.files": "文件",
"cmdk.search.folder": "文件夹",
"cmdk.search.folders": "文件夹",
"cmdk.search.knowledgeBase": "知识库",
"cmdk.search.knowledgeBases": "知识库",
"cmdk.search.loading": "搜索中…",
"cmdk.search.market": "社区",
"cmdk.search.mcp": "MCP 服务器",
@@ -221,6 +223,7 @@
"exportType.allAgentWithMessage": "导出所有助理和消息",
"exportType.globalSetting": "导出全局设置",
"feedback": "反馈与建议",
"feedback.emailContact": "您也可以发送邮件至 {{email}}",
"feedback.errors.fileTooLarge": "文件大小超过 5MB 限制",
"feedback.errors.submitFailed": "提交失败,请重试",
"feedback.errors.teamNotFound": "配置错误",
@@ -423,7 +426,7 @@
"userPanel.community": "社区版",
"userPanel.data": "数据存储",
"userPanel.defaultNickname": "社区版用户",
"userPanel.discord": "社区支持",
"userPanel.discord": "Discord",
"userPanel.docs": "使用文档",
"userPanel.email": "邮件支持",
"userPanel.feedback": "联系我们",