From 935b4d8033141d42a7585b9bfb59016d122859b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Mon, 13 Jul 2020 17:19:39 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20background=5Fimporter.jst.?= =?UTF-8?q?ejs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../old_common/views/background_importer.jst.ejs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. + 倒入数据时发生了错误 <% } %>