{
  "attribute.boolean": "Boolean",
  "attribute.date": "Date",
  "attribute.email": "Email",
  "attribute.enumeration": "Enumeration",
  "attribute.json": "JSON",
  "attribute.media": "Media",
  "attribute.password": "Password",
  "attribute.relation": "Relation",
  "attribute.text": "Text",
  "form.attribute.item.customColumnName": "Custom column names",
  "form.attribute.item.customColumnName.description": "修改数据库列名，使得API返回更容易理解。",
  "form.attribute.item.defineRelation.fieldName": "Field name",
  "form.attribute.item.enumeration.graphql": "Name override for GraphQL",
  "form.attribute.item.enumeration.graphql.description": "Allows you to override the default generated name for GraphQL",
  "form.attribute.item.enumeration.placeholder": "Ex:\nmorning\nnoon\nevening",
  "form.attribute.item.enumeration.rules": "Values (one line per value)",
  "form.attribute.item.maximum": "最大值",
  "form.attribute.item.maximumLength": "最大长度",
  "form.attribute.item.minimum": "最小值",
  "form.attribute.item.minimumLength": "最小长度",
  "form.attribute.item.number.type": "Number format",
  "form.attribute.item.number.type.decimal": "decimal (ex: 2.22)",
  "form.attribute.item.number.type.float": "float (ex: 3.33333333)",
  "form.attribute.item.number.type.integer": "integer (ex: 10)",
  "form.attribute.item.requiredField": "必须的",
  "form.attribute.item.requiredField.description": "如果此字段为空，则无法创建条目。",
  "form.attribute.item.settings.name": "设置",
  "form.attribute.item.uniqueField": "唯一的",
  "form.attribute.item.uniqueField.description": "如果存在具有相同内容的现有条目，则无法创建条目。",
  "form.attribute.settings.default": "默认值",
  "form.button.cancel": "取消",
  "form.button.continue": "继续",
  "form.button.save": "保存",
  "from": "from",
  "menu.section.models.name.plural": "Content Types",
  "menu.section.models.name.singular": "Content Type",
  "modelPage.attribute.relationWith": "Relation with",
  "modelPage.contentHeader.emptyDescription.description": "该Content Type没有任何描述",
  "plugin.description.long": "给你的API的数据结构建模. 快速的创造新的字段(fields)和关系(relations)。将会自动在项目中创建和更新文件。",
  "plugin.description.short": "给你的API的数据结构建模",
  "popUpForm.navContainer.advanced": "高级设置",
  "popUpForm.navContainer.base": "基础设置",
  "popUpWarning.bodyMessage.contentType.delete": "确实要删除此 Content Type 吗?",
  "relation.attributeName.placeholder": "Ex: author, category, tag",
  "relation.manyToMany": "has and belongs to many",
  "relation.manyToOne": "has many",
  "relation.oneToMany": "belongs to many",
  "relation.oneToOne": "has one"
}
