Finish half translation work.

This commit is contained in:
zicla
2019-05-04 23:36:05 +08:00
parent 900924d196
commit 5625149766
52 changed files with 613 additions and 950 deletions

View File

@ -1,9 +1,6 @@
package core
/**
* 从命令行输入的相关信息
*/
type Application interface {
//启动整个应用
//start the application
Start()
}