Wangbo 1 month ago
parent
commit
5a6e1920d5

+ 5 - 2
context/app-context.tsx

@@ -13,7 +13,9 @@ import type { ICurrentWorkspace, LangGeniusVersionResponse, UserProfileResponse
 import MaintenanceNotice from '@/app/components/header/maintenance-notice'
 import type { SystemFeatures } from '@/types/feature'
 import { defaultSystemFeatures } from '@/types/feature'
+import style from './page.module.css'
 
+import cn from '@/utils/classnames'
 export type AppContextValue = {
   theme: Theme
   setTheme: (theme: Theme) => void
@@ -140,6 +142,7 @@ export const AppContextProvider: FC<AppContextProviderProps> = ({ children }) =>
     return <Loading type='app' />
 
   return (
+    // 首页页面背景
     <AppContext.Provider value={{
       theme,
       setTheme: handleSetTheme,
@@ -158,9 +161,9 @@ export const AppContextProvider: FC<AppContextProviderProps> = ({ children }) =>
       isCurrentWorkspaceDatasetOperator,
       mutateCurrentWorkspace,
     }}>
-      <div className='flex flex-col h-full overflow-y-auto'>
+      <div className={cn('flex flex-col h-full overflow-y-auto',style.background)}>
         {globalThis.document?.body?.getAttribute('data-public-maintenance-notice') && <MaintenanceNotice />}
-        <div ref={pageContainerRef} className='grow relative flex flex-col overflow-y-auto overflow-x-hidden bg-background-body'>
+        <div ref={pageContainerRef} className='grow relative flex flex-col overflow-y-auto overflow-x-hidden'>
           {children}
         </div>
       </div>

+ 2 - 2
i18n/zh-Hans/app.ts

@@ -1,5 +1,5 @@
 const translation = {
-  createApp: '创建应用',
+  createApp: '创建数据通道',
   types: {
     all: '全部',
     chatbot: '聊天助手',
@@ -26,7 +26,7 @@ const translation = {
   communityIntro: '与团队成员、贡献者和开发者在不同频道中交流',
   roadmap: '产品路线图',
   newApp: {
-    startFromBlank: '创建空白应用',
+    startFromBlank: '创建默认数据通道',
     startFromTemplate: '从应用模版创建',
     captionAppType: '想要哪种应用类型?',
     chatbotDescription: '使用大型语言模型构建基于聊天的助手',

+ 5 - 3
i18n/zh-Hans/common.ts

@@ -122,13 +122,15 @@ const translation = {
   menus: {
     status: 'beta',
     explore: '探索',
-    apps: '工作室',
+    apps: '数据通道',
     plugins: '插件',
     pluginsTips: '集成第三方插件或创建与 ChatGPT 兼容的 AI 插件。',
-    datasets: '知识库',
+    datasets: '知识图谱',
+    database: '数据库',
     datasetsTips: '即将到来: 上传自己的长文本数据,或通过 Webhook 集成自己的数据源',
     newApp: '创建应用',
     newDataset: '创建知识库',
+    newDatabase: '创建数据库',
     tools: '工具',
   },
   userProfile: {
@@ -289,7 +291,7 @@ const translation = {
     setupModelFirst: '请先设置您的模型',
     systemReasoningModel: {
       key: '系统推理模型',
-      tip: '设置创建应用使用的默认推理模型,以及对话名称生成、下一步问题建议等功能也会使用该默认推理模型。',
+      tip: '设置创建数据通道使用的默认推理模型,以及对话名称生成、下一步问题建议等功能也会使用该默认推理模型。',
     },
     embeddingModel: {
       key: 'Embedding 模型',

+ 1 - 1
i18n/zh-Hans/dataset-creation.ts

@@ -1,7 +1,7 @@
 const translation = {
   steps: {
     header: {
-      creation: '创建知识库',
+      creation: '构建知识图谱',
       update: '上传文件',
     },
     one: '选择数据源',

+ 5 - 2
i18n/zh-Hans/dataset.ts

@@ -1,5 +1,6 @@
 const translation = {
   knowledge: '知识库',
+  database: '数据库',
   externalTag: '外部',
   externalAPI: '外部 API',
   externalAPIPanelTitle: '外部知识库 API',
@@ -15,7 +16,8 @@ const translation = {
   documentCount: ' 文档',
   wordCount: ' 千字符',
   appCount: ' 关联应用',
-  createDataset: '创建知识库',
+  createDataset: '构建知识图谱',
+  createDatabase: '新建数据库',
   noExternalKnowledge: '还没有外部知识库 API,点击此处创建',
   createExternalAPI: '添加外部知识库 API',
   createNewExternalAPI: '创建新的外部知识库API',
@@ -57,7 +59,8 @@ const translation = {
     helper5: '。',
   },
   connectDataset: '连接外部知识库',
-  createDatasetIntro: '导入您自己的文本数据或通过 Webhook 实时写入数据以增强 LLM 的上下文。',
+  connectDatabase: '连接外部数据库',
+  createDatasetIntro: '导入数据。',
   deleteDatasetConfirmTitle: '要删除知识库吗?',
   deleteDatasetConfirmContent:
     '删除知识库是不可逆的。用户将无法再访问您的知识库,所有的提示配置和日志将被永久删除。',

+ 5 - 5
i18n/zh-Hans/login.ts

@@ -1,8 +1,8 @@
 const translation = {
-  pageTitle: '嗨,近来可好',
-  welcome: '👋 欢迎来到 Dify, 登录以继续',
-  email: '邮箱',
-  emailPlaceholder: '输入邮箱地址',
+  pageTitle: 'Hello!',
+  welcome: '欢迎使用智脑网络云平台',
+  email: '账号',
+  emailPlaceholder: '输入账号',
   password: '密码',
   passwordPlaceholder: '输入密码',
   name: '用户名',
@@ -35,7 +35,7 @@ const translation = {
   rightDesc: '简单构建可视化、可运营、可改进的 AI 应用',
   tos: '使用协议',
   pp: '隐私政策',
-  tosDesc: '使用即代表您同意我们的',
+  tosDesc: '已阅读并同意',
   goToInit: '如果您还没有初始化账户,请前往初始化页面',
   dontHave: '还没有邀请码?',
   invalidInvitationCode: '无效的邀请码',