diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 26fb35ed5..a292685cc 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -225,7 +225,7 @@ page_small_title=OpenI AI Development Cooperation Platform page_description=The one-stop collaborative development environment for AI field provides AI development pipeline integrating code development, data management, model debugging, reasoning and evaluation page_use=Use Now page_only_dynamic=Only show the dynamics of open source projects -page_recommend_org=Recommended Organization +page_recommend_org=Recommended Organizations page_recommend_org_desc=These excellent organizations are using the OpenI AI Collaboration Platform for collaborative development of projects. To show your organization here, page_recommend_org_commit=Click here to submit. page_recommend_org_more=More Organizations @@ -258,7 +258,9 @@ users = Users organizations = Organizations images = Cloudbrain Mirror search = Search +search_pro=Search projects code = Code +data_analysis=Digital Bulletin Board (test) repo_no_results = No matching repositories found. dataset_no_results = No matching datasets found. user_no_results = No matching users found. diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 874e4446b..01cae4e2c 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -2707,6 +2707,7 @@ error.unit_not_allowed=您没有权限访问此项目单元 head.community=启智社区 head.project=项目 head.openi=启智项目 +head.openi.repo = 启智项目 head.dataset=数据集 foot.council=理事会 foot.technical_committee=技术委员会 diff --git a/public/home/home.js b/public/home/home.js index e3b0387d4..d7eb5ab04 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -288,7 +288,7 @@ var repoAndOrgEN={ "1":"Repository", "2":"Member ", "3":"Team", - "11":"Repositorys", + "11":"Repositories", "22":"Members ", "31":"Teams", "4":" hour ago", diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index d8d9d50f2..39caa252a 100755 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -73,7 +73,7 @@ {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} - {{.i18n.Tr "custom.head.openi"}} + {{.i18n.Tr "custom.head.openi.repo"}} {{else if .IsLandingPageExplore}} diff --git a/templates/base/head_navbar_fluid.tmpl b/templates/base/head_navbar_fluid.tmpl index f364518cc..6628a263d 100644 --- a/templates/base/head_navbar_fluid.tmpl +++ b/templates/base/head_navbar_fluid.tmpl @@ -42,7 +42,7 @@ {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} - {{.i18n.Tr "custom.head.openi"}} + {{.i18n.Tr "custom.head.openi.repo"}} {{else if .IsLandingPageHome}} @@ -71,7 +71,7 @@ {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} - {{.i18n.Tr "custom.head.openi"}} + {{.i18n.Tr "custom.head.openi.repo"}} {{else if .IsLandingPageExplore}} diff --git a/templates/base/head_navbar_home.tmpl b/templates/base/head_navbar_home.tmpl index 539b8bc21..a74ddffaf 100644 --- a/templates/base/head_navbar_home.tmpl +++ b/templates/base/head_navbar_home.tmpl @@ -34,7 +34,7 @@ {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} - {{.i18n.Tr "custom.head.openi"}} + {{.i18n.Tr "custom.head.openi.repo"}} {{else if .IsLandingPageHome}} @@ -64,7 +64,7 @@ {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} - {{.i18n.Tr "custom.head.openi"}} + {{.i18n.Tr "custom.head.openi.repo"}} {{else if .IsLandingPageExplore}} diff --git a/templates/base/head_navbar_pro.tmpl b/templates/base/head_navbar_pro.tmpl index 45b1e7925..a17c49733 100644 --- a/templates/base/head_navbar_pro.tmpl +++ b/templates/base/head_navbar_pro.tmpl @@ -44,7 +44,7 @@ {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} - {{.i18n.Tr "custom.head.openi"}} + {{.i18n.Tr "custom.head.openi.repo"}} {{else if .IsLandingPageHome}} @@ -74,7 +74,7 @@ {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} - {{.i18n.Tr "custom.head.openi"}} + {{.i18n.Tr "custom.head.openi.repo"}} {{else if .IsLandingPageExplore}} diff --git a/templates/home.tmpl b/templates/home.tmpl index 2737afd54..f43639a14 100755 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -38,7 +38,7 @@

{{.page_recommend_org}}

-

{{.page_recommend_org_desc}}{{.page_recommend_org_commit}}

+

{{.page_recommend_org_desc}} {{.page_recommend_org_commit}}

{{.page_recommend_org_more}}
@@ -57,7 +57,7 @@

{{.page_recommend_repo}}

-

{{.page_recommend_repo_desc}}{{.page_recommend_repo_commit}}{{.page_recommend_repo_go}} {{.page_recommend_repo_more}}

+

{{.page_recommend_repo_desc}} {{.page_recommend_repo_commit}}{{.page_recommend_repo_go}} {{.page_recommend_repo_more}}