Skip to content

Commit 5cbde30

Browse files
committed
feat: add link to check.ipfs.network on block fetch failure
1 parent 57d625d commit 5cbde30

28 files changed

+408
-67
lines changed

package-lock.json

Lines changed: 336 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/locales/ar/explore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
72+
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
73+
"checkIpfsNetwork": "تحقق من استخدامات المحتوى على شبكة IPFS"
7374
}
7475
}

public/locales/ca/explore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
72+
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
73+
"checkIpfsNetwork": "Comprova la disponibilitat del contingut a la xarxa IPFS"
7374
}
7475
}

public/locales/cs/explore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Nepodařilo se načíst obsah do {timeout} s. Obnovte prosím stránku a zkuste to znovu nebo zkuste jiný CID."
72+
"BlockFetchTimeoutError": "Nepodařilo se načíst obsah do {timeout} s. Obnovte prosím stránku a zkuste to znovu nebo zkuste jiný CID.",
73+
"checkIpfsNetwork": "Zkontrolujte dostupnost obsahu na IPFS síti"
7374
}
7475
}

public/locales/da/explore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
72+
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
73+
"checkIpfsNetwork": "Tjek indholdets tilgængelighed på IPFS-netværk"
7374
}
7475
}

public/locales/de/explore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Der Inhalt konnte innerhalb von {timeout}s nicht abgerufen werden. Lade bitte die Seite neu um es erneut zu versuchen oder versuche es mit einer anderen CID."
72+
"BlockFetchTimeoutError": "Der Inhalt konnte innerhalb von {timeout}s nicht abgerufen werden. Lade bitte die Seite neu um es erneut zu versuchen oder versuche es mit einer anderen CID.",
73+
"checkIpfsNetwork": "Inhalt auf IPFS-Netzwerk prüfen"
7374
}
7475
}

public/locales/el/explore.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
"StartExploringPage": {
99
"title": "Εξερεύνηση - IPLD",
1010
"header": "Explore the Merkle Forest",
11-
"leadParagraph": "Paste a CID into the box to fetch the IPLD node it addresses, or choose a featured dataset.",,
11+
"leadParagraph": "Paste a CID into the box to fetch the IPLD node it addresses, or choose a featured dataset.",
1212
"noDataAvailable": "Δεν υπάρχουν διαθέσιμα δεδομένα"
13-
"noDataAvailable": "No data available"
1413
},
1514
"AboutIpld": {
1615
"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>",
@@ -70,6 +69,7 @@
7069
}
7170
},
7271
"errors": {
73-
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
72+
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
73+
"checkIpfsNetwork": "Έλεγχος διαθεσιμότητας περιεχομένου στο IPFS Network"
7474
}
7575
}

public/locales/en/explore.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"AboutIpld": {
1515
"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 webs content at large. Yet, whilst all of these tools rely on some common primitives, their specific underlying data structures are not interoperable.</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>",
1717
"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>"
1818
},
1919
"ExplorePage": {
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
72+
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
73+
"checkIpfsNetwork": "Check content availability on IPFS Network"
7374
}
7475
}

public/locales/es/explore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
72+
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
73+
"checkIpfsNetwork": "Comprobar la disponibilidad del contenido en la red IPFS"
7374
}
7475
}

public/locales/fr/explore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
},
7171
"errors": {
72-
"BlockFetchTimeoutError": "Impossible d'obtenir le contenu après {timeout}s. Merci de rafraîchir la page pour réessayer ou d'essayer avec un autre CID."
72+
"BlockFetchTimeoutError": "Impossible d'obtenir le contenu après {timeout}s. Merci de rafraîchir la page pour réessayer ou d'essayer avec un autre CID.",
73+
"checkIpfsNetwork": "Vérifier la disponibilité du contenu sur le réseau IPFS"
7374
}
7475
}

0 commit comments

Comments
 (0)