|
| 1 | +{ |
| 2 | + "appName": "Explorador d'IPLD", |
| 3 | + "tabName": "Explora", |
| 4 | + "homeLink": "Inici", |
| 5 | + "UpdateAvailable": { |
| 6 | + "paragraph1": "A new version of IPLD Explorer is available; <1>please reload</1>." |
| 7 | + }, |
| 8 | + "StartExploringPage": { |
| 9 | + "title": "Explora - IPLD", |
| 10 | + "header": "Explora el bosc de Merkle", |
| 11 | + "leadParagraph": "Enganxa un CID al quadre de text per trobar el node IPLD al que es refereix, o tria un conjunt de dades acceptat.", |
| 12 | + "noDataAvailable": "No hi ha dades disponibles" |
| 13 | + }, |
| 14 | + "AboutIpld": { |
| 15 | + "paragraph1": "<0>IPLD is <1>the data model of the content-addressable web.</1> It allows us to treat all hash-linked data structures as subsets of a unified information space, unifying all data models that link data with hashes as instances of IPLD.</0>", |
| 16 | + "paragraph2": "<0>Content addressing through hashes has become a widely-used means of connecting data in distributed systems, from the blockchains that run your favorite cryptocurrencies, to the commits that back your code, to the web’s content at large. Yet, whilst all of these tools rely on some common primitives, their specific underlying data structures are not interoperable.</0>", |
| 17 | + "paragraph3": "<0>Enter IPLD: a single namespace for all hash-inspired protocols. Through IPLD, links can be traversed across protocols, allowing you to explore data regardless of the underlying protocol.</0>" |
| 18 | + }, |
| 19 | + "ExplorePage": { |
| 20 | + "title": "Explorant - IPLD" |
| 21 | + }, |
| 22 | + "IpldExploreForm": { |
| 23 | + "explore": "Explora" |
| 24 | + }, |
| 25 | + "IpldCarExploreForm": { |
| 26 | + "imports": "Importa", |
| 27 | + "uploadCarFile": "Upload CAR File" |
| 28 | + }, |
| 29 | + "CidInfo": { |
| 30 | + "header": "Info del CID", |
| 31 | + "hashDigest": "Hash digest" |
| 32 | + }, |
| 33 | + "ObjectInfo": { |
| 34 | + "publicGateway": "View on Public Gateway", |
| 35 | + "privateGateway": "View on Local Gateway" |
| 36 | + }, |
| 37 | + "base": "base", |
| 38 | + "version": "versió", |
| 39 | + "codec": "codec", |
| 40 | + "multihash": "multihash", |
| 41 | + "tour": { |
| 42 | + "projects": { |
| 43 | + "title": "Conjunt de dades acceptats", |
| 44 | + "paragraph1": "Explore the featured datasets or paste a CID to see how that data is structured and linked across protocols." |
| 45 | + }, |
| 46 | + "explorer": { |
| 47 | + "step1": { |
| 48 | + "title": "Explorador d'IPLD", |
| 49 | + "paragraph1": "Your journey with IPLD Explorer starts here. Click \"Next\" to learn more." |
| 50 | + }, |
| 51 | + "step2": { |
| 52 | + "title": "Ruta de navegació", |
| 53 | + "paragraph1": "The path that leads to this node.", |
| 54 | + "paragraph2": "Click on it to traverse to its parents or children." |
| 55 | + }, |
| 56 | + "step3": { |
| 57 | + "title": "Info del node", |
| 58 | + "paragraph1": "Aquí tens informació detallada sobre el node i el pots obrir al getaway d'IPFS.", |
| 59 | + "paragraph2": "Si el node és un directori pots veure i navegar en els seus fills." |
| 60 | + }, |
| 61 | + "step4": { |
| 62 | + "title": "Info del CID", |
| 63 | + "paragraph1": "El CID descomposat per tal que puguins aprendre el seu significat." |
| 64 | + }, |
| 65 | + "step5": { |
| 66 | + "title": "Representació visual", |
| 67 | + "paragraph1": "Una representació visual del node i els seus fills." |
| 68 | + } |
| 69 | + } |
| 70 | + }, |
| 71 | + "errors": { |
| 72 | + "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." |
| 73 | + } |
| 74 | +} |
0 commit comments