Skip to content

Commit

Permalink
chore: pull new translations (#357)
Browse files Browse the repository at this point in the history
chore: Pull transifex translations

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lidel <lidel@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lidel committed Mar 20, 2023
1 parent 23cf07d commit ea6c66e
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions public/locales/el/explore.json
@@ -0,0 +1,70 @@
{
"appName": "Εξερευνητής IPLD",
"tabName": "Εξερεύνηση",
"homeLink": "Αρχική",
"UpdateAvailable": {
"paragraph1": "A new version of IPLD Explorer is available; <1>please reload</1>."
},
"StartExploringPage": {
"title": "Εξερεύνηση - IPLD",
"header": "Explore the Merkle Forest",
"leadParagraph": "Paste a CID into the box to fetch the IPLD node it addresses, or choose a featured dataset."
},
"AboutIpld": {
"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>",
"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>",
"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>"
},
"ExplorePage": {
"title": "Εξερεύνηση - IPLD"
},
"IpldExploreForm": {
"explore": "Εξερεύνηση"
},
"IpldCarExploreForm": {
"imports": "Εισαγωγή",
"uploadCarFile": "Ανέβασμα Αρχείου CAR"
},
"CidInfo": {
"header": "Στοιχεία CID",
"hashDigest": "Hash digest"
},
"ObjectInfo": {
"publicGateway": "Προβολή στη Δημόσια Πύλη",
"privateGateway": "Προβολή στην Τοπική Πύλη"
},
"base": "βάση",
"version": "έκδοση",
"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",
"paragraph1": "Your journey with IPLD Explorer starts here. Click \"Next\" to learn more."
},
"step2": {
"title": "Breadcrumbs",
"paragraph1": "Η διαδρομή προς αυτόν τον κόμβο.",
"paragraph2": "Click on it to traverse to its parents or children."
},
"step3": {
"title": "Πληροφορίες κόμβου",
"paragraph1": "Here you have detailed info about the node and you can open it in the IPFS gateway.",
"paragraph2": "Αν ο κόμβος είναι φάκελος, μπορείτε να δείτε και να περιηγηθείτε στα στοιχεία του."
},
"step4": {
"title": "Στοιχεία CID",
"paragraph1": "The decomposed CID so you can learn its meaning."
},
"step5": {
"title": "Οπτική αναπαράσταση",
"paragraph1": "Μια οπτική αναπαράσταση του κόμβου και των στοιχείων του."
}
}
}
}

0 comments on commit ea6c66e

Please sign in to comment.