Skip to content

Commit

Permalink
refactor(dict): { 连接 => 連線 } , { 连接行 => 合併行 }
Browse files Browse the repository at this point in the history
#61

FIXME: 程式 , 程序
  • Loading branch information
bluelovers committed Dec 17, 2022
1 parent 4deecc5 commit 9a11b96
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ IP 位址,IP 地址
支援,支持
右鍵選單,上下文菜单,上下文选单,右键菜单
合併,合並,合并
合併行,连接行
啟用,激活
呼叫,调用
呼叫了,调用了
Expand Down Expand Up @@ -158,7 +159,8 @@ IP 位址,IP 地址
示範,演示
社群,社區
移除,卸载
程序,進程
程序,进程
//程式,程序
程式碼,代码,代碼
程式設計,編程
空閒,空閑,空闲
Expand Down Expand Up @@ -191,6 +193,7 @@ IP 位址,IP 地址
連字,连写
連接埠,端口
連結,鏈接
連線,连接
選單,菜单,菜單
選單項,菜单项
遞迴,递归
Expand Down
1 change: 1 addition & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
运行时版本|0x100000|0
运算符|0x100000|0
远程|0x101000|5000
连接行|0x1000|0
選項卡|0x100000|0
重写|0x1000|0
重定向|0x1000|0
Expand Down
13 changes: 13 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,19 @@ describe(`should include`, () => {

[`遞迴`, `recursive.property.accessor=递归属性访问器`],

/**
* @fixme
*/
//[`程式`, `运行程序`],
//[`程序`, `terminating.process.progress.kill=终止进程`],

[`連接埠`, `error.no.debug.listen.port=未指定的监听端口`],

[`合併行`, `action.EditorJoinLines.text=连接行`],

[`連線`, `string.buffer.to.string.in.concatenation.display.name=连接中的 'StringBuilder.toString()'`],
[`連線`, `status.connected=已连接到目标 VM, 地址: ''{0}''`],

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

0 comments on commit 9a11b96

Please sign in to comment.