{
  "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": "표시된 검색 결과"
  }
}