{
  "plugin.description.short": "给你的API的数据结构建模",
  "plugin.description.long":
    "给你的API的数据结构建模. 快速的创造新的字段(fields)和关系(relations)。将会自动在项目中创建和更新文件。",
  "attribute.string": "String",
  "attribute.text": "Text",
  "attribute.boolean": "Boolean",
  "attribute.float": "Float",
  "attribute.integer": "integer",
  "attribute.decimal": "Decimal",
  "attribute.date": "Date",
  "attribute.json": "JSON",
  "attribute.media": "Media",
  "attribute.email": "Email",
  "attribute.password": "Password",
  "attribute.relation": "Relation",
  "attribute.enumeration": "Enumeration",
  "attribute.WYSIWYG": "Text (WYSIWYG)",

  "contentType.temporaryDisplay": "（未保存）",
  "from": "from",
  "home.contentTypeBuilder.name": "Content Types",
  "home.contentTypeBuilder.description": "创建和更新自己Content Types.",
  "home.emptyContentType.title": "没有可用的Content Types",
  "home.emptyContentType.description":
    "创建第一个Content Type，以便能够从API中检索数据。",

  "home.emptyAttributes.title": "还没有字段",
  "home.emptyAttributes.description": "为你的新Content Type添加第一个字段",

  "button.contentType.create": "创建Content Type",
  "button.contentType.add": "增加Content Type",
  "button.attributes.add": "增加New字段",

  "error.validation.required": "必填项",
  "error.validation.regex": "格式错误",
  "error.validation.max": "超过最大值",
  "error.validation.min": "低于最小值",
  "error.validation.maxLength": "超过最大长度",
  "error.validation.minLength": "小于最小长度",
  "error.contentTypeName.taken": "名称已存在",
  "error.attribute.taken": "字段名称已存在",
  "error.attribute.key.taken": "该值已存在",
  "error.attribute.sameKeyAndName": "不能相等",
  "error.validation.minSupMax": "最小值大于最大值。",

  "form.attribute.item.textarea.name": "Name",
  "form.attribute.item.number.name": "Name",
  "form.attribute.item.date.name": "Name",
  "form.attribute.item.media.name": "Name",
  "form.attribute.item.media.multiple": "允许多个文件",
  "form.attribute.item.json.name": "Name",
  "form.attribute.item.boolean.name": "Name",
  "form.attribute.item.string.name": "Name",
  "form.attribute.item.appearance.name": "Appearance",
  "form.attribute.item.appearance.label": "Display as a WYSIWYG",
  "form.attribute.item.appearance.description":
    "否则，该值将通过基本文本字段进行编辑。",
  "form.attribute.item.settings.name": "设置",
  "form.attribute.item.requiredField": "必须的",
  "form.attribute.item.uniqueField": "唯一的",
  "form.attribute.item.minimum": "最小值",
  "form.attribute.item.minimumLength": "最小长度",
  "form.attribute.item.maximumLength": "最大长度",
  "form.attribute.item.maximum": "最大值",
  "form.attribute.item.requiredField.description":
    "如果此字段为空，则无法创建条目。",
  "form.attribute.item.uniqueField.description":
    "如果存在具有相同内容的现有条目，则无法创建条目。",
  "form.attribute.item.defineRelation.fieldName": "Field name",
  "form.attribute.item.customColumnName": "Custom column names",
  "form.attribute.item.customColumnName.description":"修改数据库列名，使得API返回更容易理解。",
  "form.attribute.item.number.type": "Number format",
  "form.attribute.item.number.type.integer": "integer (ex: 10)",
  "form.attribute.item.number.type.float": "float (ex: 3.33333333)",
  "form.attribute.item.number.type.decimal": "decimal (ex: 2.22)",
  "form.attribute.settings.default": "默认值",
  "form.attribute.settings.default.checkboxLabel": "Set to true",

  "form.button.cancel": "取消",
  "form.button.continue": "继续",
  "form.button.save": "保存",

  "form.contentType.item.connections": "连接",
  "form.contentType.item.name": "名称",
  "form.contentType.item.name.description": "Content Type names should be singular: {link}",
  "form.contentType.item.name.link.description": "查看我们的文档",
  "form.contentType.item.description": "描述",
  "form.contentType.item.description.placeholder": "在这里写下你的描述...",
  "form.contentType.item.collectionName": "Collection Name",
  "form.contentType.item.collectionName.inputDescription":
    "当你的Content Type和你的数据库表名不一样的时候",

  "menu.section.contentTypeBuilder.name.plural": "Content Types",
  "menu.section.contentTypeBuilder.name.singular": "Content Type",
  "menu.section.documentation.name": "Documentation",
  "menu.section.documentation.guide": "阅读更多关于我们的Content Types",
  "menu.section.documentation.guideLink": "guide.",
  "menu.section.documentation.tutorial": "看看我们的",
  "menu.section.documentation.tutorialLink": "教程视频。",

  "modelPage.contentHeader.emptyDescription.description": "该Content Type没有任何描述",
  "modelPage.contentType.list.title.plural": "fields",
  "modelPage.contentType.list.title.singular": "field",
  "modelPage.contentType.list.title.including": "including",
  "modelPage.contentType.list.relationShipTitle.plural": "relationships",
  "modelPage.contentType.list.relationShipTitle.singular": "relationship",
  "modelPage.attribute.relationWith": "Relation with",

  "noTableWarning.description": "不要忘了在数据库里创建表 `{modelName}`",
  "noTableWarning.infos": "更多信息",

  "notification.error.message": "发生错误",
  "notification.info.contentType.creating.notSaved": 
    "在创建新Content Type之前，请保存当前Content Type",
  "notification.info.optimized": "这个插件是用本地存储优化的",
  "notification.success.message.contentType.edit": "你的Content Type已更新",
  "notification.success.message.contentType.create": "你的Content Type已创建",
  "notification.success.contentTypeDeleted": "这个Content Type已被删除",
  "notification.info.enumeration": "这个字段暂时不可编辑...😮",

  "popUpForm.attributes.string.description": "标题、名称、段落、名称列表",
  "popUpForm.attributes.text.description": "描述、文本段落、文章",
  "popUpForm.attributes.boolean.description": "Yes or no, 1 or 0, true or false",
  "popUpForm.attributes.number.description": "所有数字",
  "popUpForm.attributes.date.description": "活动日期、开放时间",
  "popUpForm.attributes.json.description": "JSON格式的数据",
  "popUpForm.attributes.media.description": "图像，视频，PDF文件和其他文件",
  "popUpForm.attributes.relation.description": "引用其它 Content Type",
  "popUpForm.attributes.email.description": "用户email...",
  "popUpForm.attributes.password.description": "用户密码...",

  "popUpForm.attributes.string.name": "String",
  "popUpForm.attributes.text.name": "Text",
  "popUpForm.attributes.boolean.name": "Boolean",
  "popUpForm.attributes.date.name": "Date",
  "popUpForm.attributes.json.name": "JSON",
  "popUpForm.attributes.media.name": "Media",
  "popUpForm.attributes.number.name": "Number",
  "popUpForm.attributes.relation.name": "Relation",
  "popUpForm.attributes.email.name": "Email",
  "popUpForm.attributes.password.name": "Password",
  "popUpForm.create": "增加新的",
  "popUpForm.edit": "编辑",
  "popUpForm.field": "字段",
  "popUpForm.create.contentType.header.title": "增加新的 Content Type",
  "popUpForm.choose.attributes.header.title": "增加新字段",
  "popUpForm.edit.contentType.header.title": "编辑 Content Type",

  "popUpForm.navContainer.relation": "定义关联关系",
  "popUpForm.navContainer.base": "基础设置",
  "popUpForm.navContainer.advanced": "高级设置",

  "popUpRelation.title": "关联",

  "popUpWarning.button.cancel": "取消",
  "popUpWarning.button.confirm": "确认",
  "popUpWarning.title": "请确认",
  "popUpWarning.bodyMessage.contentType.delete":
    "确实要删除此 Content Type 吗?",
  "popUpWarning.bodyMessage.attribute.delete": "确实要删除此字段吗？",

  "table.contentType.title.plural": "Content Types 是可用的",
  "table.contentType.title.singular": "Content Type 是可用的",
  "table.contentType.head.name": "名称",
  "table.contentType.head.description": "描述",
  "table.contentType.head.fields": "字段",

  "relation.oneToOne": "has one",
  "relation.oneToMany": "belongs to many",
  "relation.manyToOne": "has many",
  "relation.manyToMany": "has and belongs to many",
  "relation.attributeName.placeholder": "Ex: author, category, tag"
}
