Skip to content

Commit

Permalink
refactor: { 缩进 => 縮排 } , { 收起 => 摺疊 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Feb 21, 2022
1 parent 7052100 commit c73e9a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ The Chinese Language Pack localizes the UI of IntelliJ IDEA, AppCode, CLion, Dat
- [英中繁簡編程術語對照](https://www.limoritakeu.tech/2017/11/20/translation-terms/)
- https://github.com/pjchender/cn2tw4programmer/tree/master/src/terms
- [《Pro Git》第二版中文文件翻譯對照表與規範](https://gist.github.com/fntsrlike/cf1e96d60b6f34fab725599b06dfcb2a)
-
- [VSCode 繁體中文語言包](https://github.com/microsoft/vscode-loc/blob/main/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json)

[![jetbrains.svg](jetbrains.svg)](https://www.jetbrains.com/?from=idea-l10n-zht)
2 changes: 2 additions & 0 deletions lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
匯入,导入,導入
匯出,导出,導出
快取,緩存,缓存
摺疊,收起
檢出,签出,簽出
檢視,视图
排程,调度
Expand Down Expand Up @@ -93,6 +94,7 @@
空閒,空閑,空闲
符合,匹配
範例,示例
縮排,缩进
蛇形命名法,蛇形拼写法
解析度,分辨率
訊息,消息
Expand Down
4 changes: 4 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ describe(`should include`, () =>
[`檢`, `checkout.operation.checked.out.new.branch.from=已从 {1} 中签出新分支 {0}`],
[`檢`, `branch.checking.out.new.branch.process=正在签出新分支 {0}…`],

[`縮排`, `checkbox.show.indent.guides=显示缩进参考缐`],

[`摺疊`, `action.Tree-selectChildExtendSelection.description=展开收起的节点或将子节点添加到选择范围。`],

]).forEach(text =>
{

Expand Down

0 comments on commit c73e9a7

Please sign in to comment.