more translation for chinese...

This commit is contained in:
thomaschen 2013-12-17 17:37:41 +08:00 committed by saurabhbhatia
parent 229a15f03f
commit 8065d2fedd
3 changed files with 6 additions and 4 deletions

View File

@ -9,10 +9,10 @@
<thead> <thead>
<tr class="sort-header"> <tr class="sort-header">
<th class="gender"></th> <th class="gender"></th>
<th class="span2"><input type="checkbox" id="select_all_registration" style="margin:0;" /> Select All</th> <th class="span2"><input type="checkbox" id="select_all_registration" style="margin:0;" /> <%= t('select_all') %></th>
<th class="span3"><a href="#">Roles</a></th> <th class="span3"><a href="#"><%= t('roles') %></a></th>
<th class="span4"><a href="#">Name</a></th> <th class="span4"><a href="#"><%= t('name') %></a></th>
<th><a href="#">Email</a></th> <th><a href="#"><%= t('email') %></a></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -387,6 +387,7 @@ en:
search_: Search search_: Search
search_engine: Search Engine search_engine: Search Engine
search_google: Search Google search_google: Search Google
select_all: Select All
setup_member: Member setup setup_member: Member setup
server_usage: Server Usage server_usage: Server Usage
show: Show show: Show

View File

@ -392,6 +392,7 @@ zh_tw:
search_google: 搜尋Google search_google: 搜尋Google
setup_member: 會員設定 setup_member: 會員設定
server_usage: 主機負載 server_usage: 主機負載
select_all: 全選
show: 顯示 show: 顯示
show_mode: show_mode:
index: 檢索 index: 檢索