diff --git a/lib/assets/javascripts/cartodb/old_common/views/background_importer.jst.ejs b/lib/assets/javascripts/cartodb/old_common/views/background_importer.jst.ejs index e80e419..cc27d89 100644 --- a/lib/assets/javascripts/cartodb/old_common/views/background_importer.jst.ejs +++ b/lib/assets/javascripts/cartodb/old_common/views/background_importer.jst.ejs @@ -1,24 +1,24 @@ <% if (state=='checking') { %> - Checking imports + 检查倒入
<% } %> <% if (state=='uploading') { %> - Uploading data + 上传数据
<% } %> <% if (state=='preprocessing') { %> - Creating table + 创建表格
- (Feel free to start new imports) + (可以随意开始新的数据倒入) <% } %> <% if (state=='complete') { %> - Your table has been created correctly. + 数据表 创建成功. <% } %> <% if (state=='failure') { %> - Oops! An error occured while importing your file. + 倒入数据时发生了错误 <% } %>