tachybase_todo/packages/plugins/@nocobase/plugin-import/src/locale/zh-CN.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* fix: fix T-2063

* fix: fix T-2589

* chore: remove translation of page header

* chore: add version check for migration

* chore: switch locale files to JSON format

* fix: bug

* fix(auth): fix translation

* fix: add App provider

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-06 14:30:17 +08:00

29 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Only one file is allowed to be uploaded": "只允许上传一个文件",
"File size cannot exceed 10M": "文件大小不能超过10M",
"Please upload the file of Excel": "请上传Excel的文件",
"Import Data": "导入数据",
"Start import": "开始导入",
"Import explain": "说明",
"Download template": "下载模板",
"Step 1: Download template": "1.下载模板",
"Step 2: Upload Excel": "2.上传完善后的表格",
"Download tip": "- 下载模板后,按格式填写数据\r\n - 只导入第一张工作表\r\n - 支持单次导入不超过10000行数据\r\n - 请勿改模板表头,防止导入失败",
"Upload placeholder": "将文件拖曳到此处或点击上传文件大小不超过10M",
"Excel data importing": "数据导入中,请勿关闭窗口",
"Import done, total success have {{successCount}} , total failure have {{failureCount}}": "导入完成,共导入成功{{successCount}}条数据,共导入失败{{failureCount}}条数据",
"To download the failure data": "下载导入失败的数据",
"Add importable field": "添加可导入字段",
"Done": "完成",
"Yes": "是",
"No": "否",
"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.": "导入模板不匹配,请检查导入文件标题行或重新下载导入模板"
}