Browse Source

翻译组织设置 全部关键字

tags/v1.22.1.3^2
wangjr 3 years ago
parent
commit
ea8ed50674
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      options/locale/locale_zh-CN.ini
  2. +2
    -2
      templates/org/course_list.tmpl
  3. +1
    -1
      templates/org/home_courses.tmpl
  4. +1
    -1
      templates/org/navber_course.tmpl

+ 1
- 1
options/locale/locale_zh-CN.ini View File

@@ -2070,7 +2070,7 @@ team_unit_desc=允许访问项目单元
team_unit_disabled=(已禁用)
selected_couse=精选课程
release_course = 发布课程
all_keywords=所有关键字
all_keywords=全部关键字
max_selectedPro= 最多可选9个公开项目
custom_select_courses = 自定义精选课程



+ 2
- 2
templates/org/course_list.tmpl View File

@@ -234,8 +234,8 @@
filterData.push(data[i])
}
}
console.log("选中的值:",selectedData)
console.log("筛选包括选中的值:",filterData)
// console.log("选中的值:",selectedData)
// console.log("筛选包括选中的值:",filterData)
var showData=[];
for(i=0;i<selectedData.length;i++){
filterData =filterData.filter((item)=>{


+ 1
- 1
templates/org/home_courses.tmpl View File

@@ -115,7 +115,7 @@
<div class="ui mobile reversed stackable grid">
<div class="ui ten wide tablet eleven wide computer column" id='tag'>
<a class="{{if eq $.Keyword "" }} tag_bg {{end}} tag_key ui small tag_lable topic omit" href="{{$.Link}}?" >全部关键字</span></a>
<a class="{{if eq $.Keyword "" }} tag_bg {{end}} tag_key ui small tag_lable topic omit" href="{{$.Link}}?" >{{$.i18n.Tr "org.all_keywords"}}</span></a>
{{range .CoursesKeywords}}
{{if ne . ""}}


+ 1
- 1
templates/org/navber_course.tmpl View File

@@ -21,7 +21,7 @@
{{svg "octicon-jersey" 16}}&nbsp;{{$.i18n.Tr "org.teams"}}
</a>
{{end}}
{{if .IsOrganizationOwner}}<a class="right text grey item" href="{{.OrgLink}}/settings">{{svg "octicon-gear" 16}} &nbsp;组织设置</a>{{end}}
{{if .IsOrganizationOwner}}<a class="right text grey item" href="{{.OrgLink}}/settings">{{svg "octicon-gear" 16}} &nbsp;{{$.i18n.Tr "org.settings"}}</a>{{end}}
</div>

</div>

Loading…
Cancel
Save