This commit is contained in:
Liang Ding 2014-10-30 12:08:30 +08:00
parent f357972067
commit eee5b14b54
5 changed files with 14 additions and 0 deletions

View File

@ -107,5 +107,6 @@
"uptodate": "it is up to date", "uptodate": "it is up to date",
"test": "Test", "test": "Test",
"sign_up": "Sign Up", "sign_up": "Sign Up",
"team": "Team",
"colon": ": " "colon": ": "
} }

View File

@ -107,5 +107,6 @@
"uptodate": "最新です", "uptodate": "最新です",
"test": "テスト", "test": "テスト",
"sign_up": "登録", "sign_up": "登録",
"team": "チーム",
"colon": "" "colon": ""
} }

View File

@ -107,5 +107,6 @@
"uptodate": "已是最新版本", "uptodate": "已是最新版本",
"test": "测试", "test": "测试",
"sign_up": "注册", "sign_up": "注册",
"team": "团队",
"colon": "" "colon": ""
} }

View File

@ -107,5 +107,6 @@
"uptodate": "已是最新版本", "uptodate": "已是最新版本",
"test": "測試", "test": "測試",
"sign_up": "註冊", "sign_up": "註冊",
"team": "團隊",
"colon": "" "colon": ""
} }

View File

@ -79,6 +79,16 @@
</div> </div>
</li> </li>
--> -->
<li>
<span>{{.i18n.team}}</span>
<div class="frame">
<ul>
<li class="signup" onclick="wide.signup()">
<span>{{.i18n.sign_up}}</span>
</li>
</ul>
</div>
</li>
<li> <li>
<span>{{.i18n.help}}</span> <span>{{.i18n.help}}</span>
<div class="frame"> <div class="frame">