Commit 8e2891d7 authored by ibuler's avatar ibuler

[Update] 修改文案

parent 315159e4
...@@ -77,9 +77,6 @@ ...@@ -77,9 +77,6 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
{# <button class="btn btn-default btn-circle btn-add-command-storage" data-toggle="modal" data-target="#add_command_storage_model" tabindex="0" type="button"><i class="fa fa-plus"></i></button>#}
{# <div class="hr-line-dashed"></div>#}
{# <h3>{% trans "Replay storage" %}</h3>#}
<div class="hr-line-dashed"></div> <div class="hr-line-dashed"></div>
<h3>{% trans "Replay storage" %}</h3> <h3>{% trans "Replay storage" %}</h3>
<table class="table table-hover " id="task-history-list-table"> <table class="table table-hover " id="task-history-list-table">
...@@ -87,7 +84,6 @@ ...@@ -87,7 +84,6 @@
<tr> <tr>
<th>{% trans 'Name' %}</th> <th>{% trans 'Name' %}</th>
<th>{% trans 'Type' %}</th> <th>{% trans 'Type' %}</th>
<th>{% trans 'Setting' %}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -95,7 +91,6 @@ ...@@ -95,7 +91,6 @@
<tr> <tr>
<td>{{ name }}</td> <td>{{ name }}</td>
<td>{{ setting.TYPE }}</td> <td>{{ setting.TYPE }}</td>
<td>{{ setting }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
......
...@@ -768,10 +768,8 @@ msgid "Create admin user" ...@@ -768,10 +768,8 @@ msgid "Create admin user"
msgstr "创建管理用户" msgstr "创建管理用户"
#: assets/templates/assets/admin_user_detail.html:83 #: assets/templates/assets/admin_user_detail.html:83
#, fuzzy
#| msgid "Replace assets admin user with this"
msgid "Replace node assets admin user with this" msgid "Replace node assets admin user with this"
msgstr "替换资产管理员" msgstr "替换资产管理员"
#: assets/templates/assets/admin_user_detail.html:100 #: assets/templates/assets/admin_user_detail.html:100
#: assets/templates/assets/asset_detail.html:198 #: assets/templates/assets/asset_detail.html:198
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment