{
  "appName": "IPLD Udforsker",
  "tabName": "Udforsk",
  "homeLink": "Hjem",
  "UpdateAvailable": {
    "paragraph1": "A new version of IPLD Explorer is available; <1>please reload</1>."
  },
  "StartExploringPage": {
    "title": "Udforsk - IPLD",
    "header": "Udforsk Merkle-skoven",
    "leadParagraph": "Indsæt et CID i boksen for at fremsøge IPLD-klienten som adresseres, eller vælg fra et udstillet datasæt.",
    "noDataAvailable": "No data available"
  },
  "AboutIpld": {
    "paragraph1":"<0>IPLD er <1>datamodellen for det indholds-adresserbare net.</1> Hvilket gør os i stand til at behandle alle hash-linkede data-strukturer som undergrupper hjemhørende under et fælles informations-rum, der kan kombinere alle datamodeller som linker til data via hashes, som instanser af IPLD</0> ",
    "paragraph2": "<0>Indholdsadressering gennem hashes er blevet en udbredt måde at forbinde data på tværs af distribuerede systemer. Alt lige fra den blockchain der udgør grundlaget for din ynglings cryptovaluta, til indtjekningen af din kodebase, til udveksling af net-indhold på stor skala. Selvom at alle disse værktøjer er bygget på samme fundamentale byggeklodser, så er de underliggende data strukturer ikke kompatible.</0>",
    "paragraph3": "<0>Træd ind IPLD's verden: Et fælles navngivningsrum til brug for alle hash-inspirerede protokoller. Ved at benytte IPLD, kan links forfølges på tværs af protokoller, hvilket giver dig mulighed for at udforske data uanset hvilken underliggende protokol der benyttes.</0>"
  },
  "ExplorePage": {
    "title": "Udforsker - IPLD"
  },
  "IpldExploreForm": {
    "explore": "Udforsk"
  },
  "IpldCarExploreForm": {
    "imports": "Import",
    "uploadCarFile": "Upload CAR File"
  },
  "CidInfo": {
    "header": "CID info",
    "hashDigest": "Hash sum"
  },
  "ObjectInfo": {
    "publicGateway": "View on Public Gateway",
    "privateGateway": "View on Local Gateway"
  },
  "base": "base",
  "version": "version",
  "codec": "codec",
  "multihash": "multihash",
  "tour": {
    "projects": {
      "title": "Featured datasets",
      "paragraph1": "Explore the featured datasets or paste a CID to see how that data is structured and linked across protocols."
    },
    "explorer": {
      "step1": {
        "title": "IPLD Udforsker",
        "paragraph1": "Your journey with IPLD Explorer starts here. Click \"Next\" to learn more."
      },
      "step2": {
        "title": "Sti",
        "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 info",
        "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"
    }
  }
}
