Skip to content

Commit

Permalink
refactor(dict): { 源根 => 來源根 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 7, 2022
1 parent 64fc7fe commit f8dde85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ IP 位址,IP 地址
位元遮罩,位掩码,按位掩码
作業系統,操作系统
使用者,用戶,用户
來源根,源根
偵錯,调试
備用,后备
儲存,保存
Expand Down
2 changes: 2 additions & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@
欢迎屏幕|0x100000|50000
源代码|0x100000|10000
源文件夾|0x100000|0
源根|0x100000|0
生成器|0x100000|0
算法|0x100000|0
菜單項|0x100000|0
蛇形拼写法|0x100000|0
访问器|0x100000|0
调度程序|0x100000|0
调用了|0x1000|0
资源根|0x100000|0
运行时版本|0x100000|0
运算符|0x100000|0
远程|0x101000|5000
Expand Down
8 changes: 8 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ describe(`should include`, () => {

[`產生器`, `typescript.validation.generators.overload=重载签名无法被声明为生成器`],

[`來源`, `javascript.validation.message.file.should.be.under.source.root=对象位于源根目录外的文件中,某些功能不可用`],
[
`資源根`,
`action.Groovy.CheckResources.Rebuild.description=为资源根中的所有 Groovy 文件运行编译器,以检查编译问题`
],
[`資源根`, `icon.modules.testResourcesRoot.tooltip=测试资源根`],
[`資源根`, `resource.root.path.component.title=资源根`],

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

0 comments on commit f8dde85

Please sign in to comment.