{
  "title": "表单架构生成器",
  "description": "创建并管理您的数据架构",
  "labels": {
    "name": "名称",
    "type": "类型",
    "description": "描述",
    "schemaPreview": "架构预览",
    "selectSchema": "选择架构：",
    "arrayItems": "数组项结构：",
    "objectTypeSuffix": "（对象）"
  },
  "placeholders": {
    "name": "输入字段名称",
    "type": "选择类型",
    "description": "输入字段描述"
  },
  "options": {
    "stringLong": "文本",
    "numberLong": "数字",
    "arrayLong": "列表",
    "objectLong": "对象"
  },
  "validation": {
    "required": "此字段为必填项"
  },
  "warnings": {
    "maxDepth": "达到最大嵌套深度"
  },
  "errors": {
    "formValidation": "请修正上述验证错误"
  },
  "buttons": {
    "submit": "提交",
    "submitting": "提交中…",
    "reset": "重置"
  },
  "schemas": {
    "tweets": "推文",
    "linkedin": "LinkedIn"
  },
  "properties": {
    "tweets": "推文",
    "twitterHandle": "Twitter 句柄",
    "publishedDate": "发布日期",
    "sentimentAnalysis": "情感分析",
    "theme": "主题",
    "name": "名称",
    "lastname": "姓氏",
    "location": "位置",
    "stats": "统计",
    "nbProfilViews": "个人资料浏览量",
    "nbPostPrint": "帖子印象",
    "nbPrintSearchResults": "显示的搜索结果"
  }
}