translate leftover instructions

This commit is contained in:
东方孤思子(Paris·QianSen) 2014-10-10 20:57:05 +08:00
parent 7c7a4d2f75
commit ab694efcbe

View file

@ -725,10 +725,10 @@ exports.level = {
"", "",
"要完成本节, 你需要完成以下几步: ", "要完成本节, 你需要完成以下几步: ",
"", "",
"* Clone your repo", "* Clone 你的仓库",
"* Fake some teamwork (1 commit)", "* 模拟一次远程提交(fakeTeamwork)",
"* Commit some work yourself (1 commit)", "* 本地提交一次",
"* Publish your work via *rebasing*" "* 用**变基**提交你的修改(--rebase)"
] ]
} }
} }