Files
espocrm/application/Espo/Resources/i18n/zh_CN/Import.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

78 lines
2.6 KiB
JSON

{
"labels": {
"Revert Import": "反向导入",
"Return to Import": "返回导入",
"Run Import": "运行导入",
"Back": "返回",
"Field Mapping": "字段映射",
"Default Values": "默认值",
"Add Field": "添加字段",
"Created": "已创建",
"Updated": "已更新",
"Result": "结果",
"Show records": "显示记录",
"Remove Duplicates": "移除重复",
"importedCount": "已导入(计数)",
"duplicateCount": "重复(计数)",
"updatedCount": "已更新(计数)",
"Create Only": "仅创建",
"Create and Update": "创建和更新",
"Update Only": "仅更新",
"Update by": "更新者",
"Set as Not Duplicate": "设置为不重复",
"File (CSV)": "文件(CSV)",
"First Row Value": "第一行值",
"Skip": "跳过",
"Header Row Value": "标题行值",
"Field": "字段",
"What to Import?": "要导入什么?",
"Entity Type": "实体类型",
"What to do?": "做什么?",
"Header Row": "标题行",
"Person Name Format": "人名格式",
"Field Delimiter": "字段分隔符",
"Date Format": "日期格式",
"Decimal Mark": "十进制标志",
"Text Qualifier": "文本限定符",
"Time Format": "时间格式",
"Currency": "货币",
"Preview": "预览",
"Next": "下一步",
"Step 1": "步骤 1",
"Step 2": "步骤 2",
"Double Quote": "双引号",
"Single Quote": "单引号",
"Imported": "已导入",
"Duplicates": "副本",
"Skip searching for duplicates": "跳过重复项",
"Timezone": "时区",
"Remove Import Log": "删除导入日志",
"New Import": "新的导入",
"Import Results": "导入结果"
},
"messages": {
"utf8": "应该为UTF-8编码",
"duplicatesRemoved": "去重",
"inIdle": "空闲时执行",
"revert": "这将永久删除所有导入的记录。",
"removeDuplicates": "这将永久删除所有被识别为重复的导入记录。",
"confirmRevert": "这将永久删除所有导入的记录。你确定?",
"confirmRemoveDuplicates": "这将永久删除所有被识别为重复的导入记录。你确定?",
"removeImportLog": "这将删除导入日志。将保留所有导入的记录。如果您确定导入没问题,请使用它。"
},
"fields": {
"file": "文件",
"entityType": "实体类型",
"imported": "已导入记录",
"duplicates": "重复记录",
"updated": "已更新记录",
"status": "状态"
},
"options": {
"status": {
"Failed": "已失败",
"In Process": "处理中",
"Complete": "完成"
}
}
}