Commit 93f18cb4 刘韬
2 个父辈 3c24567b e14138f8
...@@ -31,12 +31,10 @@ ...@@ -31,12 +31,10 @@
<div id="navbar" class="navbar-collapse collapse"> <div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li <li {{ " class=active" if index==1 }}><a href="{{ url_for('induction_control') }}">{{ _('通用') }}</a></li>
{{ " class=active" if index==1 }}><a href="{{ url_for('induction_control') }}">{{ _('通用') }}</a></li> <li {{ " class=active" if index==2 }}><a href="{{ url_for('induction_test') }}">{{ _('测试') }}</a> </li>
<li <li {{ " class=active" if index==3 }}><a href="{{ url_for('induction_config') }}">{{ _('配置') }}</a> </li>
{{ " class=active" if index==2 }}><a href="{{ url_for('induction_test') }}">{{ _('测试') }}</a> </li> <!-- <li {{ " class=active" if index==3 }}><a href="{{ url_for('induction_admin') }}">{{ _('admin') }}</a> </li>-->
<li
{{ " class=active" if index==3 }}><a href="{{ url_for('induction_config') }}">{{ _('配置') }}</a> </li>
</ul> </ul>
<ul class="nav navbar-nav navbar-right" style="font-size: 14px;" <ul class="nav navbar-nav navbar-right" style="font-size: 14px;"
"> ">
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
onclick="hancalibrate()" /> onclick="hancalibrate()" />
<input type="button" value="{{ _('获取阈值') }}" class="btn btn-warning" <input type="button" value="{{ _('获取阈值') }}" class="btn btn-warning"
onclick="getcalibrate()" /> onclick="getcalibrate()" />
</div><!-- /.col-sm-4 --> </div>
</div> </div>
</div> </div>
......
...@@ -431,3 +431,11 @@ msgstr "テストメッセージ" ...@@ -431,3 +431,11 @@ msgstr "テストメッセージ"
#: templates/induction_test.html:355 #: templates/induction_test.html:355
msgid "操作前请确保该库位中没有物料" msgid "操作前请确保该库位中没有物料"
msgstr "操作前に当該庫位に物料がないことを確認してください" msgstr "操作前に当該庫位に物料がないことを確認してください"
#: utils/serial_collection.py:64
msgid "串口连接正常"
msgstr "シリアルポート接続正常"
#: utils/serial_collection.py:66 utils/serial_communication.py:121
msgid "串口连接失败"
msgstr "シリアルポート接続失敗"
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!