更新 background_importer.jst.ejs

remotes/origin/master
钟进 4 years ago
parent aeef3b6451
commit 935b4d8033

@ -1,24 +1,24 @@
<% if (state=='checking') { %> <% if (state=='checking') { %>
<span>Checking imports</span> <span>检查倒入</span>
<div class="mini-bar"><span></span></div> <div class="mini-bar"><span></span></div>
<% } %> <% } %>
<% if (state=='uploading') { %> <% if (state=='uploading') { %>
<span>Uploading data</span> <span>上传数据</span>
<div class="mini-bar"><span></span></div> <div class="mini-bar"><span></span></div>
<% } %> <% } %>
<% if (state=='preprocessing') { %> <% if (state=='preprocessing') { %>
<span>Creating table</span> <span>创建表格</span>
<div class="mini-bar"><span></span></div> <div class="mini-bar"><span></span></div>
<span class="tip">(Feel free to start new imports)</span> <span class="tip">(可以随意开始新的数据倒入)</span>
<% } %> <% } %>
<% if (state=='complete') { %> <% if (state=='complete') { %>
<span class="ok"><a class="underline table" href="#created_table">Your table</a> has been created correctly.</span> <span class="ok"><a class="underline table" href="#created_table">数据表</a> 创建成功.</span>
<% } %> <% } %>
<% if (state=='failure') { %> <% if (state=='failure') { %>
<span class="error">Oops! An <a href="#show_error" class="error">error</a> occured while importing your file.</span> <span class="error"> 倒入数据时发生了<a href="#show_error" class="error">错误</a></span>
<% } %> <% } %>

Loading…
Cancel
Save