Skip to content

Commit

Permalink
refactor(dict): { 转储 => 傾印 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 29, 2022
1 parent 0d09c0a commit 4c02680
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ IP 位址,IP 地址
重新命名,重命名
重新導向,重定向
重新整理,刷新
重設,重置
陣列,数组
音訊,音频
頁籤,标签页,标簽页,标籤页,標签頁,標簽頁,標籤頁,选项卡,選項卡
Expand All @@ -211,4 +212,4 @@ IP 位址,IP 地址
首頁,主頁
駝峰式命名法,駝峰拼寫法,驼峰拼写法,駱駝拼寫法,骆驼拼写法
高階語言,高级语言
重設,重置
傾印,转储
1 change: 1 addition & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@
驼峰拼写法|0x100000|0
骆驼拼写法|0x100000|0
高级语言|0x100000|0
转储|0x1000|0
5 changes: 5 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ describe(`should include`, () => {
`action.reset.font.size=重置为 {0}pt`
],

[
`傾印`,
`go.core.dump.dialog.specify.core.dump.validation.message=指定核心转储`
],

]).sort((a, b) => {
return _comp(a[0], b[0])
}).forEach(text => {
Expand Down

0 comments on commit 4c02680

Please sign in to comment.