diff --git a/app/views/Home/index.html b/app/views/Home/index.html index af3e9c0..5d0979c 100644 --- a/app/views/Home/index.html +++ b/app/views/Home/index.html @@ -4,18 +4,19 @@ - leanote, your own cloud note! - Knowledge, Sharing, Cooperation, Blog... all just in leanote + leanote, {{msg . "moto"}} + {{msg . "moto3"}} + {{msg . "moto2"}} - Fork leanote on Github + {{msg . "fork github"}} - Try it + {{msg . "try"}} {{if .openRegister}} - OR + OR {{msg . "register"}} diff --git a/messages/msg.en b/messages/msg.en index 0e7ca99..92fb393 100644 --- a/messages/msg.en +++ b/messages/msg.en @@ -1,5 +1,8 @@ # leanote moto=your own cloud note! +moto2=Knowledge, Sharing, Cooperation, Blog... all in leanote +moto3=Brief But Not Simple +fork github=Fork leanote on Github # 首页 forgetPassword = Forget password? diff --git a/messages/msg.zh b/messages/msg.zh index 607fe56..6ac760e 100644 --- a/messages/msg.zh +++ b/messages/msg.zh @@ -1,5 +1,8 @@ # leanote -moto=不一样的笔记! +moto=你的私人云笔记! +moto2=知识管理, 博客, 分享, 协作... 尽在leanote +moto3=简约而不简单 +fork github=Github 源码 # 首页 forgetPassword = 忘记密码?
Knowledge, Sharing, Cooperation, Blog... all just in leanote
{{msg . "moto3"}}
{{msg . "moto2"}}