Skip to content

Commit

Permalink
refactor(dict): { 创建 => 建立 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 2, 2022
1 parent 18a1b9f commit 43bcab0
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -86,6 +86,7 @@ IP 位址,IP 地址
常數,常量
應用程式,应用程序,應用程序
延伸模組,插件
建立,创建
建置,构建
開啟,打开
匯入,导入,導入
Expand Down
3 changes: 3 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ describe(`should include`, () => {

[`登入`, `dialog.message.login.empty=登录名为空`],

[`建立`, `action.create.new.directory.or.package=创建新目录或软件包`],
[`建立`, `empty.project.generator.description=不带模块的项目。用它来创建自由样式的模块结构。将打开“项目结构”对话框,帮助您构建项目结构。`],

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

0 comments on commit 43bcab0

Please sign in to comment.