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

@ -7,9 +7,9 @@ import (
)
const (
//根目录的uuid
//root matter's uuid
MATTER_ROOT = "root"
//cache文件夹名称
//cache directory name.
MATTER_CACHE = "cache"
//压缩文件的临时目录
MATTER_ZIP = "zip"