{
  "appName": "IPLD 탐색기",
  "tabName": "탐색",
  "homeLink": "홈",
  "UpdateAvailable": {
    "paragraph1": "새로운 버전의 IPLD 탐색기가 사용가능 <1>새로고침<1>"
  },
  "StartExploringPage": {
    "title": "탐색 - IPLD",
    "header": "Merkle Forest 탐색",
    "leadParagraph": "CID를 붙여 넣고 주소가 지정된 IPLD 노드를 가져오거나, 추천 데이터셋을 선택하세요.",
    "noDataAvailable": "No data available"
  },
  "AboutIpld": {
    "paragraph1":"<0>IPLD는 <1>콘텐츠에 주소를 지정가능한 웹의 데이터 모델입니다.</1>이를 통해서 모든 해시-연결된 데이터 구조는 통합된 정보 공간에서 서브셋으로 존재할 수 있습니다. 해시가 있는 데이터를 IPLD의 인스턴스로 모든 데이터 모델을 통합 할 수 있습니다.</0>",
    "paragraph2": "<0>해시를 통한 콘텐츠 주소 지정은 분산 시스템의 데이터를 좋아하는 암호화폐를 실행하는 blockchain에서 코드를 백업하는 커밋에 이르기까지 웹의 콘텐츠에 연결하는 데 널리 사용되는 방법이되었습니다. 하지만 이런 모든 도구는 일부 공통 요소에 의존하지만 고유 한 기본 데이터 구조는 상호 운용 될 수 없었습니다.</0>",
    "paragraph3": "<0>Enter IPLD: 모든 해시로 부터 영감을 받은 단일 프로토콜 네임스페이스. IPLD를 통해 링크는 프로토콜을 가로질러 작동하므로 기본 프로토콜과 관계없이 데이터를 탐색 할 수 있습니다.</0>"
  },
  "ExplorePage": {
    "title": "Exploring - IPLD"
  },
  "IpldExploreForm": {
    "explore": "탐색"
  },
  "IpldCarExploreForm": {
    "imports": "Import",
    "uploadCarFile": "Upload CAR File"
  },
  "CidInfo": {
    "header": "CID 정보",
    "hashDigest": "해시 다이제스트"
  },
  "ObjectInfo": {
    "publicGateway": "View on Public Gateway",
    "privateGateway": "View on Local Gateway"
  },
  "base": "base",
  "version": "버전",
  "codec": "코덱",
  "multihash": "멀티해시",
  "tour": {
    "projects": {
      "title": "Featured datasets",
      "paragraph1": "주요 데이터 세트를 탐색하거나 CID를 붙여 넣어 해당 데이터가 프로토콜에서 어떻게 구성되고 연결되는지 확인하십시오."
    },
    "explorer": {
      "step1": {
        "title": "IPLD 탐색기",
        "paragraph1": "IPLD 익스플로러를 통한 여정은 여기에서 시작됩니다. 자세한 내용을 보려면 \"다음\"을 클릭하십시오."
      },
      "step2": {
        "title": "이동경로",
        "paragraph1": "The path that leads to this node.",
        "paragraph2": "Click on it to traverse to its parents or children."
      },
      "step3": {
        "title": "Node info",
        "paragraph1": "Here you have detailed info about the node and you can open it in the IPFS gateway.",
        "paragraph2": "If the node is a directory you can see its children and navigate to them."
      },
      "step4": {
        "title": "CID 정보",
        "paragraph1": "The decomposed CID so you can learn its meaning."
      },
      "step5": {
        "title": "Visual representation",
        "paragraph1": "A visual representation of the node and its children."
      }
    }
  },
  "errors": {
    "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
    "BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.",
    "CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.",
    "checkIpfsNetwork": "Check content availability on IPFS Network",
    "troubleshootingTips": {
      "title": "Troubleshooting Tips",
      "refresh": "Try refreshing the page",
      "checkConnection": "Check your internet connection",
      "tryLater": "Try again later - the content may still be propagating through the network",
      "checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid"
    }
  }
}
