{
  "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": "表示された検索結果"
  }
}