@nocobase/plugin-action-import
Version:
Import records using excel templates. You can configure which fields to import and templates will be generated automatically.
52 lines (51 loc) • 3.18 kB
JSON
{
"Only one file is allowed to be uploaded": "只允许上传一个文件",
"File size cannot exceed 10M": "文件大小不能超过10M",
"Please upload the file of Excel": "请上传Excel的文件",
"Import Data": "导入数据",
"Import": "导入",
"Start import": "开始导入",
"Import explain": "说明",
"Download template": "下载模板",
"Step 1: Download template": "1.下载模板",
"Step 2: Upload Excel": "2.上传完善后的表格",
"Step 3: Import options": "3.导入选项",
"Download tips": "- 下载模板后,按格式填写数据\r\n - 只导入第一张工作表\r\n - 请勿改模板表头,防止导入失败",
"Import warnings": "每次最多导入 {{limit}} 行数据,超出的将被忽略。",
"Upload placeholder": "将文件拖曳到此处或点击上传。",
"Excel data importing": "数据导入中,请勿关闭窗口",
"{{successCount}} records have been successfully imported": "已成功导入 {{successCount}} 条数据",
"To download the failure data": "下载导入失败的数据",
"Add importable field": "添加可导入字段",
"Done": "完成",
"Yes": "是",
"No": "否",
"Please select": "请选择",
"Field {{fieldName}} does not exist": "字段 {{fieldName}} 不存在",
"can not find value": "找不到对应值",
"password is empty": "密码为空",
"Incorrect time format": "时间格式不正确",
"Incorrect date format": "日期格式不正确",
"Incorrect email format": "邮箱格式不正确",
"Illegal percentage format": "百分比格式有误",
"Imported template does not match, please download again.": "导入模板不匹配,请检查导入文件标题行或重新下载导入模板",
"another import action is running, please try again later.": "另一导入任务正在运行,请稍后重试。",
"Custom column title": "自定义列标题",
"Field description": "字段说明",
"Field description placeholder": "请输入字段说明",
"Columns configuration is empty": "列配置为空",
"Field not found: {{field}}": "字段未找到:{{field}}",
"Headers not found. Expected headers: {{headers}}": "未找到表头。预期的表头:{{headers}}",
"Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "第 {{column}} 列的表头不匹配:预期 \"{{expected}}\",实际是 \"{{actual}}\"",
"No data to import": "没有数据可导入",
"Failed to import row {{row}}, {{message}}, row data: {{data}}": "导入第 {{row}} 行失败,{{message}},行数据:{{data}}",
"import-error": "导入第 {{rowIndex}} 行失败,行数据:{{rowData}}, 原因:{{causeMessage}}",
"Import completed": "导入完成:{{success}} 条记录已导入,{{updated}} 条记录已更新,{{skipped}} 条记录已跳过,共 {{total}} 条记录",
"Successfully imported": "成功导入",
"Updated records": "已更新记录",
"Skipped records": "已跳过记录",
"Total records": "总记录数",
"View result": "查看结果",
"ImportResult": "已导入 {{success}} 条,更新 {{updated}} 条,跳过 {{skipped}} 条,共 {{total}} 条",
"Task result": "任务结果"
}