mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
i18n for sys admin and notifications
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<th width="4%"><!--icon--></th>
|
||||
<th width="24%">{% trans "Name" %}</th>
|
||||
<th width="43%">{% trans "Description" %}</th>
|
||||
<th width="15%">{% trans "UpdateTime" %}</th>
|
||||
<th width="15%">{% trans "Last Update" %}</th>
|
||||
<th width="14%">{% trans "Operations" %}</th>
|
||||
</tr>
|
||||
{% for repo in owned_repos %}
|
||||
@@ -49,7 +49,7 @@
|
||||
<th width="4%"><!--icon--></th>
|
||||
<th width="20%">{% trans "Name" %}</th>
|
||||
<th width="36%">{% trans "Description" %}</th>
|
||||
<th width="15%">{% trans "UpdateTime" %}</th>
|
||||
<th width="15%">{% trans "Last Update" %}</th>
|
||||
<th width="15%">{% trans "Shared By" %}</th>
|
||||
<th width="10%">{% trans "Operations" %}</th>
|
||||
</tr>
|
||||
@@ -91,7 +91,7 @@
|
||||
<th width="5%"></th>
|
||||
<th width="45%">{% trans "File Name" %}</th>
|
||||
<th width="30%">{% trans "Library" %}</th>
|
||||
<th width="20%">{% trans "UpdateTime" %}</th>
|
||||
<th width="20%">{% trans "Last Update" %}</th>
|
||||
</tr>
|
||||
{% for sfile in starred_files %}
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user