This commit is contained in:
parent
f357972067
commit
eee5b14b54
|
@ -107,5 +107,6 @@
|
|||
"uptodate": "it is up to date",
|
||||
"test": "Test",
|
||||
"sign_up": "Sign Up",
|
||||
"team": "Team",
|
||||
"colon": ": "
|
||||
}
|
|
@ -107,5 +107,6 @@
|
|||
"uptodate": "最新です",
|
||||
"test": "テスト",
|
||||
"sign_up": "登録",
|
||||
"team": "チーム",
|
||||
"colon": ":"
|
||||
}
|
||||
|
|
|
@ -107,5 +107,6 @@
|
|||
"uptodate": "已是最新版本",
|
||||
"test": "测试",
|
||||
"sign_up": "注册",
|
||||
"team": "团队",
|
||||
"colon": ":"
|
||||
}
|
|
@ -107,5 +107,6 @@
|
|||
"uptodate": "已是最新版本",
|
||||
"test": "測試",
|
||||
"sign_up": "註冊",
|
||||
"team": "團隊",
|
||||
"colon": ":"
|
||||
}
|
|
@ -79,6 +79,16 @@
|
|||
</div>
|
||||
</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>
|
||||
<span>{{.i18n.help}}</span>
|
||||
<div class="frame">
|
||||
|
|
Loading…
Reference in New Issue