File tree 9 files changed +12
-13
lines changed
9 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" p-[16px] border-t border-gray-200" >
3
3
<h3 class =" flex items-center gap-[8px]" >
4
4
<SvgIcon name =" spaces" width =" 18px" height =" 18px" />
5
- <span class =" font-[500] text-gray-700 text-[16px] leading-[24px]" > {{ $t('spaces.using') }} </span >
6
- <span class =" text-gray-700" > {{ namespacePath }} </span >
5
+ <span class =" font-medium text-gray-700 text-[16px] leading-[24px]" > {{ $t('spaces.associated') }} </span >
7
6
<span class =" text-gray-500" > {{ spaces.length }} </span >
8
7
</h3 >
9
8
<div class =" mt-[16px] flex gap-[12px]" >
Original file line number Diff line number Diff line change 2
2
<div class =" p-[16px] border-t border-gray-200" >
3
3
<h3 class =" flex items-center gap-[8px]" >
4
4
<SvgIcon name =" codes" width =" 18px" height =" 18px" />
5
- <span class =" font-[500] text-gray-700 text-[16px] leading-[24px]" > {{ $t('codes.codesUsedToTrain ') }} </span >
6
- <span class =" text-gray-700 " > {{ namespacePath }} </span >
5
+ <span class =" font-medium text-gray-700 text-[16px] leading-[24px]" > {{ $t('codes.associated ') }} </span >
6
+ <span class =" text-gray-500 " > {{ codes.length }} </span >
7
7
</h3 >
8
8
<div class =" mt-[16px] flex flex-col gap-[12px]" >
9
9
<RepoItem v-for =" code in codes" :repo =" code" repoType =" code" cardType =" relations" />
Original file line number Diff line number Diff line change 2
2
<div class =" p-[16px] border-t border-gray-200" >
3
3
<h3 class =" flex items-center gap-[8px]" >
4
4
<SvgIcon name =" datasets" width =" 18px" height =" 18px" />
5
- <span class =" font-[500] text-gray-700 text-[16px] leading-[24px]" >
6
- {{ $t('datasets.datasetsUsedToTrain ') }}
5
+ <span class =" font-medium text-gray-700 text-[16px] leading-[24px]" >
6
+ {{ $t('datasets.associated ') }}
7
7
</span >
8
- <span class =" text-gray-700 " > {{ namespacePath }} </span >
8
+ <span class =" text-gray-500 " > {{ datasets.length }} </span >
9
9
</h3 >
10
10
<div class =" mt-[16px] flex flex-col gap-[12px]" >
11
11
<RepoItem
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const codes = {
8
8
namespaceCodeName : "Code name" ,
9
9
codeNickName : "Code alias" ,
10
10
codeDesc : "Code description" ,
11
- codesUsedToTrain : 'Codes used to train ' ,
11
+ associated : 'Associated Codes ' ,
12
12
newCode : {
13
13
title : "Create New Code Repository" ,
14
14
titleDesc : "The repository contains all code files and revision history." ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const datasets = {
10
10
datasetTag : "Dataset tags" ,
11
11
datasetIndustryTag : "Industry tags" ,
12
12
tips :"Easy Dataset Hosting" ,
13
- datasetsUsedToTrain : "Dataset used to train " ,
13
+ associated : "Associated Datasets " ,
14
14
newDataset : {
15
15
title : "Create New Dataset Repository" ,
16
16
titleDesc : "The repository contains all model files and revision history." ,
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ export const spaces = {
2
2
title : "Application Space" ,
3
3
placeholder : "Search Spaces" ,
4
4
tips :"Creating Interactive Machine Learning Demos" ,
5
- using : 'Space using '
5
+ associated : 'Associated Spaces '
6
6
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const codes = {
8
8
namespaceCodeName : "命名空间/代码仓库名称" ,
9
9
codeNickName : "代码仓库别名" ,
10
10
codeDesc : "代码仓库简介" ,
11
- codesUsedToTrain : '关联代码' ,
11
+ associated : '关联代码' ,
12
12
newCode : {
13
13
title : "新建代码仓库" ,
14
14
titleDesc : "仓库包含所有的代码文件和修订的历史记录" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const datasets = {
10
10
datasetTag : "数据集标签" ,
11
11
datasetIndustryTag : "数据集行业标签" ,
12
12
tips :"轻松的托管数据集" ,
13
- datasetsUsedToTrain : "关联数据集" ,
13
+ associated : "关联数据集" ,
14
14
newDataset : {
15
15
title : "新建数据集仓库" ,
16
16
titleDesc : "仓库包含所有的模型文件和修订的历史记录" ,
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ export const spaces = {
2
2
title : "应用空间" ,
3
3
placeholder : "应用空间名字" ,
4
4
tips :"创建可交互的机器学习Demo" ,
5
- using : "使用空间 "
5
+ associated : "关联空间 "
6
6
}
You can’t perform that action at this time.
0 commit comments