|
9 | 9 | "title": "Erkunden – IPLD", |
10 | 10 | "header": "Merkle-Wald erkunden", |
11 | 11 | "leadParagraph": "Füge eine CID in das Feld ein, um den von ihr adressierten IPLD-Knoten abzurufen, oder wähle einen vorgestellten Datensatz.", |
12 | | - "noDataAvailable": "Keine Daten verfügbar" |
| 12 | + "noDataAvailable": "No data available" |
13 | 13 | }, |
14 | 14 | "AboutIpld": { |
15 | 15 | "paragraph1":"<0>IPLD ist <1>das Datenmodell des inhaltsadressierbaren Webs</1>. Es erlaubt uns, alle Hash-verknüpften Datenstrukturen als Teilmengen eines einheitlichen Informationsraumes zu behandeln und alle Datenmodelle zu vereinheitlichen, die Daten mit Hashes als Instanzen von IPLD verknüpfen.</0>", |
|
69 | 69 | } |
70 | 70 | }, |
71 | 71 | "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 | + "BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.", |
| 74 | + "CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.", |
| 75 | + "checkIpfsNetwork": "Check content availability on IPFS Network", |
| 76 | + "troubleshootingTips": { |
| 77 | + "title": "Troubleshooting Tips", |
| 78 | + "refresh": "Try refreshing the page", |
| 79 | + "checkConnection": "Check your internet connection", |
| 80 | + "tryLater": "Try again later - the content may still be propagating through the network", |
| 81 | + "checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid" |
| 82 | + } |
73 | 83 | } |
74 | 84 | } |
0 commit comments