entity/wwwroot/i18n/zh-CN.json

97 lines
4.3 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.

{
"entity.page.index.title": "实体管理",
"entity.page.index.subtitle": "实体表(entity)增删改查与列表查询",
"entity.page.import.title": "实体导入",
"entity.page.import.subtitle": "通过文件批量导入实体(支持 JSON 数组 / JSON Lines / CSV)",
"entity.btn.add": "新增",
"entity.btn.edit": "编辑",
"entity.btn.delete": "删除",
"entity.btn.import": "导入",
"entity.btn.refresh": "刷新",
"entity.btn.search": "查询",
"entity.btn.reset": "重置",
"entity.btn.save": "保存",
"entity.btn.cancel": "取消",
"entity.btn.confirm": "确定",
"entity.btn.choose_file": "选择文件",
"entity.btn.start_import": "开始导入",
"entity.btn.download_template": "下载模板",
"entity.btn.back": "返回",
"entity.col.name": "实体名称",
"entity.col.code": "实体编码",
"entity.col.entity_type": "实体类型",
"entity.col.status": "状态",
"entity.col.world_id": "所属世界",
"entity.col.scene_id": "所属场景",
"entity.col.attributes_json": "属性",
"entity.col.created_at": "创建时间",
"entity.col.updated_at": "更新时间",
"entity.col.actions": "操作",
"entity.filter.world_id": "所属世界",
"entity.filter.scene_id": "所属场景",
"entity.filter.entity_type": "实体类型",
"entity.filter.status": "状态",
"entity.filter.keyword": "名称/编码关键字",
"entity.filter.placeholder.select": "请选择",
"entity.filter.placeholder.input": "请输入",
"entity.form.name": "实体名称",
"entity.form.code": "实体编码",
"entity.form.world_id": "所属世界",
"entity.form.scene_id": "所属场景",
"entity.form.entity_type": "实体类型",
"entity.form.status": "状态",
"entity.form.attributes_json": "属性(JSON)",
"entity.form.placeholder.name": "请输入实体名称",
"entity.form.placeholder.code": "请输入实体编码",
"entity.form.placeholder.attributes_json": "如 {\"hp\":100,\"atk\":10}",
"entity.import.form.world_id": "目标世界",
"entity.import.form.scene_id": "目标场景",
"entity.import.form.file": "导入文件",
"entity.import.col.file_name": "文件名",
"entity.import.col.total": "总数",
"entity.import.col.success": "成功",
"entity.import.col.fail": "失败",
"entity.import.col.status": "导入状态",
"entity.import.col.created_at": "导入时间",
"entity.import.history.title": "导入记录",
"entity.msg.confirm_delete": "确认删除该实体?",
"entity.msg.delete_ok": "删除成功",
"entity.msg.delete_fail": "删除失败",
"entity.msg.save_ok": "保存成功",
"entity.msg.save_fail": "保存失败",
"entity.msg.importing": "导入中,请稍候...",
"entity.msg.import_ok": "导入完成:共 {total} 条,成功 {success} 条,失败 {fail} 条",
"entity.msg.import_fail": "导入失败",
"entity.msg.file_format_hint": "支持 JSON 数组 / JSON Lines / CSV(首行表头)",
"entity.msg.file_required": "请先选择导入文件",
"entity.msg.no_data": "暂无数据",
"entity.msg.loading": "加载中...",
"entity.dict.entity_type.npc": "NPC",
"entity.dict.entity_type.item": "物品",
"entity.dict.entity_type.building": "建筑",
"entity.dict.entity_type.prop": "道具",
"entity.dict.entity_type.other": "其他",
"entity.dict.entity_status.0": "启用",
"entity.dict.entity_status.1": "禁用",
"entity.dict.import_status.0": "进行中",
"entity.dict.import_status.1": "成功",
"entity.dict.import_status.2": "失败",
"entity.err.PARAM_REQUIRED": "缺少必要参数",
"entity.err.FIELD_REQUIRED": "{label}不能为空",
"entity.err.FIELD_TOO_LONG": "{label}长度不能超过{max}",
"entity.err.WORLD_NOT_FOUND": "所属世界不存在",
"entity.err.SCENE_NOT_FOUND": "所属场景不存在",
"entity.err.DUPLICATE_CODE": "实体编码已存在",
"entity.err.PARSE_ERROR": "文件解析失败",
"entity.err.INVALID_JSON": "属性JSON格式错误",
"entity.err.DB_ERROR": "数据库操作失败",
"entity.err.NOT_FOUND": "记录不存在",
"entity.field.name": "实体名称",
"entity.field.code": "实体编码",
"entity.field.world_id": "所属世界",
"entity.field.scene_id": "所属场景",
"entity.field.entity_type": "实体类型",
"entity.field.status": "状态",
"entity.field.attributes_json": "属性JSON"
}