Skip to content

Commit

Permalink
fix(dict): { 内存 => 記憶體 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 29, 2022
1 parent c993adb commit 10fefd8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
布爾值|0x100000|0
布爾類型|0x100000|0
位掩码|0x100000|0
内存|0x100000|500
内部版本|0x100000|0
内部版本号|0x100000|0
全局库|0x100000|0
Expand Down
20 changes: 20 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,26 @@ describe(`should include`, () => {
`inspection.redundant.explicit.variable.type.description=可以省略局部变量的显式类型`
],

[
`記憶體`,
`附加内存代理`
],

[
`記憶體`,
`debug.memory.view.process=内存视图`
],

[
`記憶體`,
`in.memory.storage.presentable.name=内存存储`
],

[
`記憶體`,
`action.DatabaseView.ForceUnloadModel.text=强制从内存中卸载模型`
],

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

0 comments on commit 10fefd8

Please sign in to comment.