Wangbo 1 mês atrás
pai
commit
f267f53b25

+ 1 - 1
app/(commonLayout)/app/(appDetailLayout)/[appId]/layout.tsx

@@ -95,7 +95,7 @@ const AppDetailLayout: FC<IAppDetailLayoutProps> = (props) => {
 
   useEffect(() => {
     if (appDetail) {
-      document.title = `${(appDetail.name || 'App')} - Dify`
+      document.title = `${(appDetail.name || 'App')} - 智脑云平台`
       const localeMode = localStorage.getItem('app-detail-collapse-or-expand') || 'expand'
       const mode = isMobile ? 'collapse' : 'expand'
       setAppSiderbarExpand(isMobile ? mode : localeMode)

+ 1 - 1
app/(commonLayout)/apps/Apps.tsx

@@ -83,7 +83,7 @@ const Apps = () => {
   ]
 
   useEffect(() => {
-    document.title = `${t('common.menus.apps')} -  Dify`
+    document.title = `${t('common.menus.apps')} -  智脑云平台`
     if (localStorage.getItem(NEED_REFRESH_APP_LIST_KEY) === '1') {
       localStorage.removeItem(NEED_REFRESH_APP_LIST_KEY)
       mutate()

+ 1 - 1
app/(commonLayout)/database/(datasetDetailLayout)/[datasetId]/layout.tsx

@@ -223,7 +223,7 @@ const DatasetDetailLayout: FC<IAppDetailLayoutProps> = (props) => {
 
   useEffect(() => {
     if (datasetRes)
-      document.title = `${datasetRes.name || 'Dataset'} - Dify`
+      document.title = `${datasetRes.name || 'Dataset'} - 智脑云平台`
   }, [datasetRes])
 
   const setAppSiderbarExpand = useStore(state => state.setAppSiderbarExpand)

+ 5 - 3
app/(commonLayout)/database/Database.tsx

@@ -97,7 +97,7 @@ const Database = ({
 
   useEffect(() => {
     loadingStateRef.current = isLoading;
-    document.title = `${t('dataset.knowledge')} - Dify`;
+    document.title = `${t('dataset.database')} - 智脑云平台`;
   }, [isLoading]);
 
   useEffect(() => {
@@ -122,8 +122,10 @@ const Database = ({
     <nav className='grid content-start grid-cols-1 gap-4 px-12 pt-2 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 grow shrink-0'>
       {isCurrentWorkspaceEditor && <NewDatabaseCard ref={anchorRef} />}
       {displayedDatasets.map(dataset => (
-      
-        <DatasetCard key={dataset.id} dataset={dataset} onSuccess={mutate} />
+      <a href="#">
+         <DatasetCard key={dataset.id} dataset={dataset} onSuccess={mutate} />
+      </a>
+       
       
       ))}
     </nav>

+ 1 - 1
app/(commonLayout)/database/Datasets.tsx

@@ -57,7 +57,7 @@ const Datasets = ({
 
   useEffect(() => {
     loadingStateRef.current = isLoading
-    document.title = `${t('dataset.knowledge')} - Dify`
+    document.title = `${t('dataset.knowledge')} - 智脑云平台`
   }, [isLoading])
 
   useEffect(() => {

+ 1 - 1
app/(commonLayout)/database/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx

@@ -223,7 +223,7 @@ const DatasetDetailLayout: FC<IAppDetailLayoutProps> = (props) => {
 
   useEffect(() => {
     if (datasetRes)
-      document.title = `${datasetRes.name || 'Dataset'} - Dify`
+      document.title = `${datasetRes.name || 'Dataset'} - 智脑云平台`
   }, [datasetRes])
 
   const setAppSiderbarExpand = useStore(state => state.setAppSiderbarExpand)

+ 1 - 1
app/(commonLayout)/database/datasets/Database.tsx

@@ -57,7 +57,7 @@ const Database = ({
 
   useEffect(() => {
     loadingStateRef.current = isLoading
-    document.title = `${t('dataset.knowledge')} - Dify`
+    document.title = `${t('dataset.knowledge')} - 智脑云平台`
   }, [isLoading])
 
   useEffect(() => {

+ 1 - 1
app/(commonLayout)/database/datasets/Datasets.tsx

@@ -57,7 +57,7 @@ const Datasets = ({
 
   useEffect(() => {
     loadingStateRef.current = isLoading
-    document.title = `${t('dataset.knowledge')} - Dify`
+    document.title = `${t('dataset.knowledge')} - 智脑云平台`
   }, [isLoading])
 
   useEffect(() => {

+ 1 - 1
app/(commonLayout)/database/datasets/page.tsx

@@ -5,7 +5,7 @@ const AppList = async () => {
 }
 
 export const metadata = {
-  title: 'Datasets - Dify',
+  title: 'Datasets - 智脑云平台',
 }
 
 export default AppList

+ 1 - 1
app/(commonLayout)/database/page.tsx

@@ -5,7 +5,7 @@ const AppList = async () => {
 }
 
 export const metadata = {
-  title: 'Datasets - Dify',
+  title: 'Database - 智脑云平台',
 }
 
 export default AppList

+ 1 - 1
app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx

@@ -223,7 +223,7 @@ const DatasetDetailLayout: FC<IAppDetailLayoutProps> = (props) => {
 
   useEffect(() => {
     if (datasetRes)
-      document.title = `${datasetRes.name || 'Dataset'} - Dify`
+      document.title = `${datasetRes.name || 'Dataset'} - 智脑云平台`
   }, [datasetRes])
 
   const setAppSiderbarExpand = useStore(state => state.setAppSiderbarExpand)

+ 1 - 1
app/(commonLayout)/datasets/Datasets.tsx

@@ -57,7 +57,7 @@ const Datasets = ({
 
   useEffect(() => {
     loadingStateRef.current = isLoading
-    document.title = `${t('dataset.knowledge')} - Dify`
+    document.title = `${t('dataset.datasets')} - 智脑云平台`
   }, [isLoading])
 
   useEffect(() => {

+ 1 - 1
app/(commonLayout)/datasets/page.tsx

@@ -5,7 +5,7 @@ const AppList = async () => {
 }
 
 export const metadata = {
-  title: 'Datasets - Dify',
+  title: 'Datasets - 智脑云平台',
 }
 
 export default AppList

+ 1 - 1
app/(commonLayout)/layout.tsx

@@ -35,7 +35,7 @@ const Layout = ({ children }: { children: ReactNode }) => {
 }
 
 export const metadata = {
-  title: 'Dify',
+  title: '智脑云平台',
 }
 
 export default Layout

+ 1 - 1
app/(commonLayout)/tools/page.tsx

@@ -13,7 +13,7 @@ const Layout: FC = () => {
 
   useEffect(() => {
     if (typeof window !== 'undefined')
-      document.title = `${t('tools.title')} - Dify`
+      document.title = `${t('tools.title')} - 智脑云平台`
     if (isCurrentWorkspaceDatasetOperator)
       return router.replace('/datasets')
   }, [isCurrentWorkspaceDatasetOperator, router, t])

+ 1 - 1
app/account/layout.tsx

@@ -34,7 +34,7 @@ const Layout = ({ children }: { children: ReactNode }) => {
 }
 
 export const metadata = {
-  title: 'Dify',
+  title: '智脑云平台',
 }
 
 export default Layout

+ 1 - 1
app/components/explore/index.tsx

@@ -24,7 +24,7 @@ const Explore: FC<IExploreProps> = ({
   const [installedApps, setInstalledApps] = useState<InstalledApp[]>([])
 
   useEffect(() => {
-    document.title = `${t('explore.title')} -  Dify`;
+    document.title = `${t('explore.title')} -  智脑云平台`;
     (async () => {
       const { accounts } = await fetchMembers({ url: '/workspaces/current/members', params: {} })
       if (!accounts)

+ 2 - 2
app/install/installForm.tsx

@@ -155,7 +155,7 @@ const InstallForm = () => {
                 </Button>
               </div>
             </form>
-            <div className="block w-full mt-2 text-xs text-gray-600">
+            {/* <div className="block w-full mt-2 text-xs text-gray-600">
               {t('login.license.tip')}
               &nbsp;
               <Link
@@ -163,7 +163,7 @@ const InstallForm = () => {
                 target='_blank' rel='noopener noreferrer'
                 href={'https://docs.dify.ai/user-agreement/open-source'}
               >{t('login.license.link')}</Link>
-            </div>
+            </div> */}
           </div>
         </div>
       </>

+ 1 - 1
app/layout.tsx

@@ -7,7 +7,7 @@ import './styles/globals.css'
 import './styles/markdown.scss'
 
 export const metadata = {
-  title: 'Dify',
+  title: '智脑云平台',
 }
 
 export const viewport: Viewport = {

+ 2 - 2
app/signin/invite-settings/page.tsx

@@ -141,7 +141,7 @@ export default function InviteSettingsPage() {
         </Button>
       </div>
     </form>
-    <div className="block w-full mt-2 system-xs-regular">
+    {/* <div className="block w-full mt-2 system-xs-regular">
       {t('login.license.tip')}
       &nbsp;
       <Link
@@ -149,6 +149,6 @@ export default function InviteSettingsPage() {
         target='_blank' rel='noopener noreferrer'
         href={`https://docs.dify.ai/${language !== LanguagesSupported[1] ? 'user-agreement' : `v/${locale.toLowerCase()}/policies`}/open-source`}
       >{t('login.license.link')}</Link>
-    </div>
+    </div> */}
   </div>
 }

+ 2 - 2
app/signin/normalForm.tsx

@@ -205,13 +205,13 @@ const NormalForm = () => {
               <Link
                 className='system-xs-medium text-text-secondary hover:underline'
                 target='_blank' rel='noopener noreferrer'
-                href='https://dify.ai/terms'
+                href='#'
               >{t('login.tos')}</Link>
               &nbsp;和&nbsp;
               <Link
                 className='system-xs-medium text-text-secondary hover:underline'
                 target='_blank' rel='noopener noreferrer'
-                href='https://dify.ai/privacy'
+                href='#'
               >{t('login.pp')}</Link>
             </div>
           </div>

+ 2 - 2
app/signin/oneMoreStep.tsx

@@ -151,7 +151,7 @@ const OneMoreStep = () => {
               {t('login.go')}
             </Button>
           </div>
-          <div className="block w-full mt-2 system-xs-regular text-text-tertiary">
+          {/* <div className="block w-full mt-2 system-xs-regular text-text-tertiary">
             {t('login.license.tip')}
             &nbsp;
             <Link
@@ -159,7 +159,7 @@ const OneMoreStep = () => {
               target='_blank' rel='noopener noreferrer'
               href={'https://docs.dify.ai/user-agreement/open-source'}
             >{t('login.license.link')}</Link>
-          </div>
+          </div> */}
         </div>
       </div>
     </>

+ 8 - 8
i18n/zh-Hans/common.ts

@@ -161,7 +161,7 @@ const translation = {
   account: {
     account: '账户',
     myAccount: '我的账户',
-    studio: 'Dify 工作室',
+    studio: '工作室',
     avatar: '头像',
     name: '用户名',
     email: '邮箱',
@@ -173,8 +173,8 @@ const translation = {
     newPassword: '新密码',
     notEqual: '两个密码不相同',
     confirmPassword: '确认密码',
-    langGeniusAccount: 'Dify 账号',
-    langGeniusAccountTip: '您的 Dify 账号和相关的用户数据。',
+    langGeniusAccount: '账号',
+    langGeniusAccountTip: '您的账号和相关的用户数据。',
     editName: '编辑名字',
     showAppLength: '显示 {{length}} 个应用',
     delete: '删除账户',
@@ -205,7 +205,7 @@ const translation = {
     sendInvite: '发送邀请',
     invitedAsRole: '邀请为{{role}}用户',
     invitationSent: '邀请已发送',
-    invitationSentTip: '邀请已发送,对方登录 Dify 后即可访问你的团队数据。',
+    invitationSentTip: '邀请已发送,对方登录后即可访问你的团队数据。',
     invitationLink: '邀请链接',
     failedInvitationEmails: '邀请以下邮箱失败',
     ok: '好的',
@@ -256,7 +256,7 @@ const translation = {
       openaiHosted: '托管 OpenAI',
       onTrial: '体验',
       exhausted: '超出限额',
-      desc: '托管 OpenAI 由 Dify 提供的托管 OpenAI 服务,你可以使用 GPT-3.5 等模型,在体验额度消耗完毕前你需要设置其它模型供应商。',
+      // desc: '托管 OpenAI 由 Dify 提供的托管 OpenAI 服务,你可以使用 GPT-3.5 等模型,在体验额度消耗完毕前你需要设置其它模型供应商。',
       callTimes: '调用次数',
       usedUp: '试用额度已用完,请在下方添加自己的模型供应商',
       useYourModel: '当前正在使用你自己的模型供应商。',
@@ -423,7 +423,7 @@ const translation = {
     },
   },
   apiBasedExtension: {
-    title: 'API 扩展提供了一个集中式的 API 管理,在此统一添加 API 配置后,方便在 Dify 上的各类应用中直接使用。',
+    // title: 'API 扩展提供了一个集中式的 API 管理,在此统一添加 API 配置后,方便在 Dify 上的各类应用中直接使用。',
     link: '了解如何开发您自己的 API 扩展。',
     linkUrl: 'https://docs.dify.ai/v/zh-hans/guides/extension/api-based-extension',
     add: '新增 API 扩展',
@@ -454,8 +454,8 @@ const translation = {
   about: {
     changeLog: '更新日志',
     updateNow: '现在更新',
-    nowAvailable: 'Dify {{version}} 现已可用。',
-    latestAvailable: 'Dify {{version}} 已是最新版本。',
+    nowAvailable: '智脑云平台 {{version}} 现已可用。',
+    latestAvailable: '智脑云平台 {{version}} 已是最新版本。',
   },
   appMenus: {
     overview: '监测',

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

@@ -1,5 +1,5 @@
 const translation = {
-  knowledge: '知识',
+  knowledge: '知识图谱',
   database: '数据库',
   externalTag: '外部',
   externalAPI: '外部 API',
@@ -79,7 +79,7 @@ const translation = {
   intro6: '为独立的 ChatGPT 插件发布使用',
   unavailable: '不可用',
   unavailableTip: '由于 embedding 模型不可用,需要配置默认 embedding 模型',
-  datasets: '知识',
+  datasets: '知识图谱',
   datasetsApi: 'API',
   externalKnowledgeForm: {
     connect: '连接',

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

@@ -24,7 +24,7 @@ const translation = {
   invitationCodePlaceholder: '输入邀请码',
   interfaceLanguage: '界面语言',
   timezone: '时区',
-  go: '跳转至 Dify',
+  go: '跳转至 智脑云平台',
   sendUsMail: '发封邮件介绍你自己,我们会尽快处理。',
   acceptPP: '我已阅读并接受隐私政策',
   reset: '请运行以下命令重置密码',
@@ -64,14 +64,14 @@ const translation = {
     registrationNotAllowed: '账户不存在,请联系系统管理员注册账户',
   },
   license: {
-    tip: '启动 Dify 社区版之前, 请阅读 GitHub 上的',
+    tip: '启动 智脑云平台 社区版之前, 请阅读 GitHub 上的',
     link: '开源协议',
   },
   join: '加入 ',
   joinTipStart: '邀请你加入 ',
   joinTipEnd: ' 团队',
   invalid: '链接已失效',
-  explore: '探索 Dify',
+  explore: '探索 智脑云平台',
   activatedTipStart: '您已加入',
   activatedTipEnd: '团队',
   activated: '现在登录',
@@ -100,11 +100,11 @@ const translation = {
   noLoginMethod: '未配置身份认证方式',
   noLoginMethodTip: '请联系系统管理员添加身份认证方式',
   licenseExpired: '许可证已过期',
-  licenseExpiredTip: '您所在空间的 Dify Enterprise 许可证已过期,请联系管理员以继续使用 Dify。',
+  licenseExpiredTip: '您所在空间的 Enterprise 许可证已过期,请联系管理员以继续使用。',
   licenseLost: '许可证丢失',
-  licenseLostTip: '无法连接 Dify 许可证服务器,请联系管理员以继续使用 Dify。',
+  licenseLostTip: '无法连接许可证服务器,请联系管理员以继续使用。',
   licenseInactive: '许可证未激活',
-  licenseInactiveTip: '您所在空间的 Dify Enterprise 许可证尚未激活,请联系管理员以继续使用 Dify。',
+  licenseInactiveTip: '您所在空间的Enterprise 许可证尚未激活,请联系管理员以继续使用。',
 }
 
 export default translation

+ 3 - 3
i18n/zh-Hant/common.ts

@@ -165,7 +165,7 @@ const translation = {
     notEqual: '兩個密碼不相同',
     confirmPassword: '確認密碼',
     langGeniusAccount: 'Dify 賬號',
-    langGeniusAccountTip: '您的 Dify 賬號和相關的使用者資料。',
+    langGeniusAccountTip: '您的 智脑云平台 賬號和相關的使用者資料。',
     editName: '編輯名字',
     showAppLength: '顯示 {{length}} 個應用',
     delete: '刪除帳戶',
@@ -173,7 +173,7 @@ const translation = {
     deleteConfirmTip: '請將以下內容從您的註冊電子郵件發送至 ',
     account: '帳戶',
     myAccount: '我的帳戶',
-    studio: 'Dify 工作室',
+    studio: '智脑云平台 工作室',
   },
   members: {
     team: '團隊',
@@ -197,7 +197,7 @@ const translation = {
     sendInvite: '傳送邀請',
     invitedAsRole: '邀請為{{role}}使用者',
     invitationSent: '邀請已傳送',
-    invitationSentTip: '邀請已傳送,對方登入 Dify 後即可訪問你的團隊資料。',
+    invitationSentTip: '邀請已傳送,對方登入後即可訪問你的團隊資料。',
     invitationLink: '邀請連結',
     failedInvitationEmails: '邀請以下郵箱失敗',
     ok: '好的',

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "dify-web",
+  "name": "智脑网络云平台",
   "version": "0.13.0",
   "private": true,
   "engines": {