| @@ -266,14 +266,15 @@ search_related=related | |||||
| search_maybe=maybe | search_maybe=maybe | ||||
| search_ge= | search_ge= | ||||
| wecome_AI_plt = Welcome to Qizhi AI Collaboration Platform! | |||||
| wecome_AI_plt = Welcome to OpenI AI Collaboration Platform! | |||||
| explore_AI = Explore better AI, come here to find more interesting | explore_AI = Explore better AI, come here to find more interesting | ||||
| datasets = Datasets | datasets = Datasets | ||||
| repositories = Repositories | repositories = Repositories | ||||
| use_plt__fuction = To use the AI collaboration functions provided by this platform, such as: hosting code, sharing data, debugging algorithms or training models, please first | |||||
| provide_resoure = The platform currently provides free computing resources of CPU, GPU, and NPU, and can perform various types of AI tasks. | |||||
| use_plt__fuction = To use the AI collaboration functions provided by this platform, such as: hosting code, sharing data, debugging algorithms or training models, start with | |||||
| provide_resoure = Computing resources of CPU/GPU/NPU are provided freely for various types of AI tasks. | |||||
| activity = Activity | activity = Activity | ||||
| no_events = There are no events related to you yet | no_events = There are no events related to you yet | ||||
| or_t = or | |||||
| [explore] | [explore] | ||||
| repos = Repositories | repos = Repositories | ||||
| @@ -277,6 +277,7 @@ provide_resoure = 平台目前免费提供CPU、GPU、NPU的算力资源,可 | |||||
| create_pro = 创建项目 | create_pro = 创建项目 | ||||
| activity = 活动 | activity = 活动 | ||||
| no_events = 还没有与您相关的活动 | no_events = 还没有与您相关的活动 | ||||
| or_t = 或 | |||||
| [explore] | [explore] | ||||
| @@ -10,7 +10,7 @@ | |||||
| {{.i18n.Tr "home.wecome_AI_plt"}} | {{.i18n.Tr "home.wecome_AI_plt"}} | ||||
| </div> | </div> | ||||
| <div class="content"> | <div class="content"> | ||||
| <p >{{.i18n.Tr "home.explore_AI"}} <a href="{{AppSubUrl}}/explore/repos"> {{.i18n.Tr "home.repositories"}}</a> 或 <a href="{{AppSubUrl}}/explore/datasets">{{.i18n.Tr "home.datasets"}}</a></p> | |||||
| <p >{{.i18n.Tr "home.explore_AI"}} <a href="{{AppSubUrl}}/explore/repos"> {{.i18n.Tr "home.repositories"}}</a> {{.i18n.Tr "home.or_t"}} <a href="{{AppSubUrl}}/explore/datasets">{{.i18n.Tr "home.datasets"}}</a></p> | |||||
| <p >{{.i18n.Tr "home.use_plt__fuction"}} <a class="mini ui blue button" href="{{AppSubUrl}}/repo/create{{if .ContextUser.IsOrganization}}?org={{.ContextUser.ID}}{{end}}" >{{.i18n.Tr "repo.create_repo"}}</a></p> | <p >{{.i18n.Tr "home.use_plt__fuction"}} <a class="mini ui blue button" href="{{AppSubUrl}}/repo/create{{if .ContextUser.IsOrganization}}?org={{.ContextUser.ID}}{{end}}" >{{.i18n.Tr "repo.create_repo"}}</a></p> | ||||
| <p > {{.i18n.Tr "home.provide_resoure"}}</p> | <p > {{.i18n.Tr "home.provide_resoure"}}</p> | ||||
| </div> | </div> | ||||