Skip to content

Commit

Permalink
Merge #3053 Added Chinese translation of multiple search category fie…
Browse files Browse the repository at this point in the history
…lds.
  • Loading branch information
HebaruSan committed May 16, 2020
2 parents bf3324f + 4bb3bfb commit 352f1a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ All notable changes to this project will be documented in this file.
- [Multiple] Show DLC in recommendations list (#3038 by: HebaruSan; reviewed: DasSkelett)
- [Multiple] Prompt user to overwrite manually installed files (#3043 by: HebaruSan; reviewed: DasSkelett)
- [GUI] Master search bar and misc GUI clean-up (#3041 by: HebaruSan; reviewed: DasSkelett)
- [Core] Don't try to install multiple versions of the same mod (#3051 by: HebaruSan; reviewed: DasSkelett)
- [GUI] Added Chinese translation of multiple search category fields. (#3053 by: hyx5020; reviewed: HebaruSan)

### Bugfixes

- [CLI] Restore cmdline update message (#3042 by: HebaruSan; reviewed: DasSkelett)
- [Core] Don't try to install multiple versions of the same mod (#3051 by: HebaruSan; reviewed: DasSkelett)

### Internal

Expand Down
1 change: 1 addition & 0 deletions GUI/Controls/EditModSearch.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions GUI/Localization/zh-CN/EditModSearch.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,10 @@
<data name="FilterByAuthorLabel.Text" xml:space="preserve"><value>按作者名筛选:</value></data>
<data name="FilterByNameLabel.Text" xml:space="preserve"><value>按Mod名称筛选:</value></data>
<data name="FilterByDescriptionLabel.Text" xml:space="preserve"><value>按描述筛选:</value></data>
<data name="FilterCombinedLabel.Text" xml:space="preserve"><value>搜索:</value></data>
<data name="FilterByLanguageLabel.Text" xml:space="preserve"><value>按语言筛选:</value></data>
<data name="FilterByDependsLabel.Text" xml:space="preserve"><value>按依赖Mod筛选:</value></data>
<data name="FilterByRecommendsLabel.Text" xml:space="preserve"><value>按推荐Mod筛选:</value></data>
<data name="FilterBySuggestsLabel.Text" xml:space="preserve"><value>按建议Mod筛选:</value></data>
<data name="FilterByConflictsLabel.Text" xml:space="preserve"><value>按冲突Mod筛选:</value></data>
</root>
7 changes: 7 additions & 0 deletions GUI/Properties/Resources.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,11 @@ CKAN Version(CKAN版本) : {3}</value></data>
<data name="EditModpackTooltipIgnore" xml:space="preserve"><value>移动选中Mod到忽略组. 这些Mod不会加入到Mod包中</value></data>
<data name="EditModpackTooltipCancel" xml:space="preserve"><value>中止Mod包创建</value></data>
<data name="EditModpackTooltipExport" xml:space="preserve"><value>选中一个文件名并保存Mod包</value></data>
<data name="ModSearchDescriptionPrefix" xml:space="preserve"><value>描述:</value></data>
<data name="ModSearchLanguagePrefix" xml:space="preserve"><value>语言:</value></data>
<data name="ModSearchDependsPrefix" xml:space="preserve"><value>依赖:</value></data>
<data name="ModSearchRecommendsPrefix" xml:space="preserve"><value>建议:</value></data>
<data name="ModSearchSuggestsPrefix" xml:space="preserve"><value>推荐:</value></data>
<data name="ModSearchConflictsPrefix" xml:space="preserve"><value>冲突:</value></data>
<data name="EditModSearchTooltipExpandButton" xml:space="preserve"><value>展开或折叠详细的搜索字段 (Ctrl-Shift-F)</value></data>
</root>

0 comments on commit 352f1a8

Please sign in to comment.