From a4c73d8790a88353c89e0502c97a1c30eb255bf9 Mon Sep 17 00:00:00 2001 From: SgtPooki Date: Sun, 4 Jan 2026 00:01:00 +0000 Subject: [PATCH] chore: Pull transifex translations Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- public/locales/ar/explore.json | 14 ++++++++++++-- public/locales/ca/explore.json | 14 ++++++++++++-- public/locales/cs/explore.json | 14 ++++++++++++-- public/locales/da/explore.json | 14 ++++++++++++-- public/locales/de/explore.json | 14 ++++++++++++-- public/locales/el/explore.json | 15 ++++++++++++--- public/locales/es/explore.json | 14 ++++++++++++-- public/locales/fr/explore.json | 12 +++++++++++- public/locales/id/explore.json | 14 ++++++++++++-- public/locales/it/explore.json | 14 ++++++++++++-- public/locales/ja-JP/explore.json | 15 +++++++++++++-- public/locales/ko-KR/explore.json | 14 ++++++++++++-- public/locales/nl/explore.json | 14 ++++++++++++-- public/locales/no/explore.json | 14 ++++++++++++-- public/locales/pl/explore.json | 14 ++++++++++++-- public/locales/pt-BR/explore.json | 14 ++++++++++++-- public/locales/pt/explore.json | 14 ++++++++++++-- public/locales/ro/explore.json | 14 ++++++++++++-- public/locales/ru/explore.json | 14 ++++++++++++-- public/locales/tr/explore.json | 14 ++++++++++++-- public/locales/zh-CN/explore.json | 12 +++++++++++- 21 files changed, 251 insertions(+), 41 deletions(-) diff --git a/public/locales/ar/explore.json b/public/locales/ar/explore.json index a65d35c7..8c5e0bbb 100644 --- a/public/locales/ar/explore.json +++ b/public/locales/ar/explore.json @@ -9,7 +9,7 @@ "title": "استكشاف - IPLD", "header": "استكشاف غابة ميركل", "leadParagraph": "قم بلصق CID في المربع لجلب عقدة IPLD التي تتناولها ، أو اختر مجموعة بيانات مميزة.", - "noDataAvailable": "لا توجد بيانات متاحة" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":" <0> IPLD هو <1> نموذج البيانات للويب القابل للمحتوى. يسمح لنا بمعالجة جميع تراكيب البيانات المرتبطة بالتجزئة على أنها مجموعات فرعية من مساحة المعلومات الموحدة ، وتوحيد جميع نماذج البيانات التي تربط البيانات بالتجزئة مثل أمثلة IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/ca/explore.json b/public/locales/ca/explore.json index 4b7ab454..f2040c1b 100644 --- a/public/locales/ca/explore.json +++ b/public/locales/ca/explore.json @@ -9,7 +9,7 @@ "title": "Explora - IPLD", "header": "Explora el bosc de Merkle", "leadParagraph": "Enganxa un CID al quadre de text per trobar el node IPLD al que es refereix, o tria un conjunt de dades acceptat.", - "noDataAvailable": "No hi ha dades disponibles" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD is <1>the data model of the content-addressable web. 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.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/cs/explore.json b/public/locales/cs/explore.json index 27ff1443..ff4f6abe 100644 --- a/public/locales/cs/explore.json +++ b/public/locales/cs/explore.json @@ -9,7 +9,7 @@ "title": "Průzkumník - IPLD", "header": "Prozkoumejte Merkelův les", "leadParagraph": "Pro zobrazeni informací o IPLD uzlu vložte do pole vaše CID nebo si vyberte z několika příkladů.", - "noDataAvailable": "Nejsou k dispozici žádná data" + "noDataAvailable": "Žádná dostupná data" }, "AboutIpld": { "paragraph1":"<0>IPLD je <1>datový model obsahově-adresovaného webu. Umožňuje nám to zacházet se všemi datovými strukturami spojenými s hashem jako s podmnožinami jednotného informačního prostoru a sjednotit všechny datové modely, které propojují data s hashemi, jako instance IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Nepodařilo se načíst obsah do {timeout} s. Obnovte prosím stránku a zkuste to znovu nebo zkuste jiný CID." + "BlockFetchTimeoutError": "Nepodařilo se načíst obsah do {timeout} s. Obnovte prosím stránku a zkuste to znovu nebo zkuste jiný 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" + } } } diff --git a/public/locales/da/explore.json b/public/locales/da/explore.json index 920ce472..ae069596 100644 --- a/public/locales/da/explore.json +++ b/public/locales/da/explore.json @@ -9,7 +9,7 @@ "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": "Ingen data tilgængelige" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD er <1>datamodellen for det indholds-adresserbare net. 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 ", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/de/explore.json b/public/locales/de/explore.json index 25ecfe18..0a6d35d2 100644 --- a/public/locales/de/explore.json +++ b/public/locales/de/explore.json @@ -9,7 +9,7 @@ "title": "Erkunden – IPLD", "header": "Merkle-Wald erkunden", "leadParagraph": "Füge eine CID in das Feld ein, um den von ihr adressierten IPLD-Knoten abzurufen, oder wähle einen vorgestellten Datensatz.", - "noDataAvailable": "Keine Daten verfügbar" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD ist <1>das Datenmodell des inhaltsadressierbaren Webs. 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.", @@ -69,6 +69,16 @@ } }, "errors": { - "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." + "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.", + "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" + } } } diff --git a/public/locales/el/explore.json b/public/locales/el/explore.json index 50d91da8..fe282b41 100644 --- a/public/locales/el/explore.json +++ b/public/locales/el/explore.json @@ -8,8 +8,7 @@ "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.",, - "noDataAvailable": "Δεν υπάρχουν διαθέσιμα δεδομένα" + "leadParagraph": "Paste a CID into the box to fetch the IPLD node it addresses, or choose a featured dataset.", "noDataAvailable": "No data available" }, "AboutIpld": { @@ -70,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/es/explore.json b/public/locales/es/explore.json index 63784e3e..0436ef11 100644 --- a/public/locales/es/explore.json +++ b/public/locales/es/explore.json @@ -9,7 +9,7 @@ "title": "Explorar - IPLD", "header": "Explorar el Merkle Forest", "leadParagraph": "Pegue un CID en el cuadro para obtener el nodo de IPLD al que se dirige, o elija un conjunto de datos destacado.", - "noDataAvailable": "No hay datos disponibles" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD es <1>el modelo de datos de la web direccionable por contenido. Nos permite tratar todas las estructuras de datos vinculados con hash como subconjuntos de un espacio de información unificado, unificando todos los modelos de datos que vinculan datos con hashes como instancias de IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/fr/explore.json b/public/locales/fr/explore.json index a5e20c9d..2bb2548a 100644 --- a/public/locales/fr/explore.json +++ b/public/locales/fr/explore.json @@ -69,6 +69,16 @@ } }, "errors": { - "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." + "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.", + "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" + } } } diff --git a/public/locales/id/explore.json b/public/locales/id/explore.json index b9dae36c..9b25c0f1 100644 --- a/public/locales/id/explore.json +++ b/public/locales/id/explore.json @@ -9,7 +9,7 @@ "title": "Jelajahi - IPLD", "header": "Jelajahi Merkle Forest", "leadParagraph": "Tempelkan CID ke dalam kotak untuk mengambil node IPLD yang dituju, atau pilih kumpulan data unggulan.", - "noDataAvailable": "Data tidak tersedia" + "noDataAvailable": "Tidak ada data tersedia" }, "AboutIpld": { "paragraph1":"<0>IPLD adalah <1>model data web yang dapat dialamatkan dengan konten. Ini memungkinkan kita untuk memperlakukan semua struktur data yang ditautkan dengan hash sebagai himpunan bagian dari ruang informasi terpadu, menyatukan semua model data yang menautkan data dengan hash sebagai instance dari IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Gagal mengambil konten dalam {timeout}s. Harap segarkan halaman untuk mencoba lagi atau mencoba CID lain." + "BlockFetchTimeoutError": "Gagal mengambil konten dalam {timeout}s. Harap segarkan halaman untuk mencoba lagi atau mencoba CID lain.", + "BlockFetchError": "Gagal mengambil konten: {error}. Ini dapat berarti konten tidak tersedia di jaringan atau ada masalah konektivitas.", + "CidSyntaxError": "Format CID tidak valid: {cid}. Pastikan Anda menggunakan CID yang valid.", + "checkIpfsNetwork": "Periksa ketersediaan konten di Jaringan IPFS", + "troubleshootingTips": { + "title": "Tips Pemecahan Masalah", + "refresh": "Coba segarkan halaman", + "checkConnection": "Periksa koneksi internet Anda", + "tryLater": "Coba lagi nanti - konten mungkin masih disebarkan melalui jaringan", + "checkCidSyntax": "Verifikasi bahwa CID Anda diformat dengan benar atau berkas CAR Anda valid" + } } } diff --git a/public/locales/it/explore.json b/public/locales/it/explore.json index 9f488a7a..1115622c 100644 --- a/public/locales/it/explore.json +++ b/public/locales/it/explore.json @@ -9,7 +9,7 @@ "title": "Esplora - IPLD", "header": "Esplora la Merkle Forest", "leadParagraph": "Incolla un CID nella casella di testo per recuperare il nodo IPDL, oppure scegli un dataset in primo piano.", - "noDataAvailable": "Nessun dato disponibile" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD è <1>il modello di dati del web content-addressable. Esso ci permette di trattare tutte le strutture di dati hash-linked come sottoinsieme di uno spazio d'informazione unificato, unendo tutti i modelli di dati che collegano dati con gli hash come istanze di IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/ja-JP/explore.json b/public/locales/ja-JP/explore.json index 11d05118..cc48705c 100644 --- a/public/locales/ja-JP/explore.json +++ b/public/locales/ja-JP/explore.json @@ -8,7 +8,8 @@ "StartExploringPage": { "title": "IPLDを探す", "header": "マークルフォレストを探す", - "leadParagraph": "CIDをボックスに貼り付けて、アドレス指定するIPLDノードを取得するか、機能データセットを選択します。" + "leadParagraph": "CIDをボックスに貼り付けて、アドレス指定するIPLDノードを取得するか、機能データセットを選択します。", + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLDは<1>Content-Addressable Webのデータモデルです。ハッシュリンクされたすべてのデータ構造を統一された情報スペースのサブセットとして扱い、IPLDのインスタンスとして、データをハッシュとリンクするすべてのデータモデルを統一できます。 ", @@ -68,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/ko-KR/explore.json b/public/locales/ko-KR/explore.json index 57d07458..c525c0ee 100644 --- a/public/locales/ko-KR/explore.json +++ b/public/locales/ko-KR/explore.json @@ -9,7 +9,7 @@ "title": "탐색 - IPLD", "header": "Merkle Forest 탐색", "leadParagraph": "CID를 붙여 넣고 주소가 지정된 IPLD 노드를 가져오거나, 추천 데이터셋을 선택하세요.", - "noDataAvailable": "데이터가 없습니다" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD는 <1>콘텐츠에 주소를 지정가능한 웹의 데이터 모델입니다.이를 통해서 모든 해시-연결된 데이터 구조는 통합된 정보 공간에서 서브셋으로 존재할 수 있습니다. 해시가 있는 데이터를 IPLD의 인스턴스로 모든 데이터 모델을 통합 할 수 있습니다.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/nl/explore.json b/public/locales/nl/explore.json index 7080bb4a..74926bbe 100644 --- a/public/locales/nl/explore.json +++ b/public/locales/nl/explore.json @@ -9,7 +9,7 @@ "title": "Verken - IPLD", "header": "Verken het Merkle Forest", "leadParagraph": "Plak een CID in het vak om de IPLD node op te halen waar hij naar verwijst of kies een van de aanbevolen datasets.", - "noDataAvailable": "Geen gegevens beschikbaar" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD is <1>het data model van het inhoud-adresseerbare web.Hiermee kunnen we alle hash-gekoppelde gegevensstructuren behandelen als onderdeel van een uniforme informatieverzameling, waarbij alle gegevens, die met hashes aan elkaar gekoppeld zijn, verenigd worden als onderdelen van IPLD. ", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/no/explore.json b/public/locales/no/explore.json index a8506357..02b97280 100644 --- a/public/locales/no/explore.json +++ b/public/locales/no/explore.json @@ -9,7 +9,7 @@ "title": "Utforsk - IPLD", "header": "Utforsk Merkle Forest", "leadParagraph": "Lim inn en CID i boksen for å hente IPLD-noden den adresserer, eller velg et utvalgt datasett.", - "noDataAvailable": "Ingen data tilgjengelig" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD er <1>datamodellen til den innholdsadresserbare webben. Den tillater oss å behandle alle hash-linkede datastrukturer som undergrupper av en enhetlig informasjonsplass, og forener alle datamodeller som linker data med hasher som forekomster av IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/pl/explore.json b/public/locales/pl/explore.json index f006afec..50be9bbc 100644 --- a/public/locales/pl/explore.json +++ b/public/locales/pl/explore.json @@ -9,7 +9,7 @@ "title": "Przeglądaj - IPLD", "header": "Przeglądaj Las Merkle’a", "leadParagraph": "Wklej CID w pole, aby pobrać dowolny węzeł IPLD, lub wybierz jeden z wyróżnionych zbiorów danych.", - "noDataAvailable": "Brak dostępnych danych" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD to <1>model danych dla sieci adresowanej treścią (ang. content-addressable web). Umożliwia traktowanie obiektów połączonych skrótem (haszem) jako podzbiorów jednolitej przestrzeni danych, w której modele danych to instancje IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/pt-BR/explore.json b/public/locales/pt-BR/explore.json index 7cc9df38..2d946a4a 100644 --- a/public/locales/pt-BR/explore.json +++ b/public/locales/pt-BR/explore.json @@ -9,7 +9,7 @@ "title": "Explorar - IPLD", "header": "Explorar a Floresta de Merkle", "leadParagraph": "Cole um CID na caixa para explorar o nó IPLD a que ele se refere, ou escolha uma das coleções de dados abaixo.", - "noDataAvailable": "Nenhum dado disponível" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD é <1>o modelo de dados endereçável por conteúdos da web. Permite tratarmos todas as estruturas de dados ligadas por hashes como subgrupos de um espaço de informação unificado, unindo assim todos os modelos de dados que relacionam dados com hashes em instâncias do IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Falha ao buscar conteúdo em {timeout}s. Atualize a página para tentar novamente ou tente um CID diferente." + "BlockFetchTimeoutError": "Falha ao buscar conteúdo em {timeout}s. Atualize a página para tentar novamente ou tente um CID diferente.", + "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" + } } } diff --git a/public/locales/pt/explore.json b/public/locales/pt/explore.json index 2e4aed30..3de789ac 100644 --- a/public/locales/pt/explore.json +++ b/public/locales/pt/explore.json @@ -9,7 +9,7 @@ "title": "Explorador - IPLD", "header": "Explore a Floresta de Merkle", "leadParagraph": "Cole um CID na caixa para explorar o nó IPLD a que se refere, ou escolha uma das coleções de dados abaixo.", - "noDataAvailable": "Nenhum dado disponível" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD é <1>o modelo de dados endereçável por conteúdos da web. Permite-nos tratar todas as estruturas de dados ligadas por hashes como sub-peças de um sistema de informação unificado, unificando assim todos os modelos de dados que relacionam dados com hashes em instâncias do IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/ro/explore.json b/public/locales/ro/explore.json index 6a94baf2..3a0b9861 100644 --- a/public/locales/ro/explore.json +++ b/public/locales/ro/explore.json @@ -9,7 +9,7 @@ "title": "Explorează - IPDL", "header": "Explorează Pădurea Merkle", "leadParagraph": "Introdu un CID pentru a obține un nod IPLD adresat sau alege un set de date reprezentativ.", - "noDataAvailable": "Nu sunt date disponibile" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD este <1>modelul de date a web-ului a cărui conținut este adresabil. Ne permite să tratăm toate structurile de date hash-linked ca subseturi ale unui spațiu informațional unificat, unificând toate modelele de date care leagă datele cu hash-urile ca instanțe ale IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/ru/explore.json b/public/locales/ru/explore.json index 8583bced..0bf0a534 100644 --- a/public/locales/ru/explore.json +++ b/public/locales/ru/explore.json @@ -9,7 +9,7 @@ "title": "Обзор - IPLD", "header": "Обзор Merkle Forest", "leadParagraph": "Вставьте CID в поле, чтобы получить узел IPLD, на который он ссылается, или выберите отдельный набор данных.", - "noDataAvailable": "Нет доступных данных" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD это <1>модель данных веб с адресацией по содержимому. Она предоставляет возможность обрабатывать все структуры данных с хеш-ссылками как предметы единого иформационного пространства, объединяя все модели данных, которые ссылаются на данные через хеш как экземпляры IPLD.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/tr/explore.json b/public/locales/tr/explore.json index b0abf051..61f1f002 100644 --- a/public/locales/tr/explore.json +++ b/public/locales/tr/explore.json @@ -9,7 +9,7 @@ "title": "Keşfet - IPLD", "header": "Merkle Ormanı'nı keşfedin", "leadParagraph": "Adres verdiği IPLD düğümünü getirmek için kutuya bir CID yapıştırın veya öne çıkan bir veri kümesi seçin.", - "noDataAvailable": "Veri yok" + "noDataAvailable": "No data available" }, "AboutIpld": { "paragraph1":"<0>IPLD, <1> içerik adresli web'in veri modelidir. Özüt bağlantılı tüm veri yapılarını birleşik bir bilgi alanının alt kümeleri olarak ele almamızı ve verileri IPLD örnekleri olarak özütlerle birbirine bağlayan tüm veri modellerini birleştirmemizi sağlar.", @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "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" + } } } diff --git a/public/locales/zh-CN/explore.json b/public/locales/zh-CN/explore.json index c1fe0d63..df84b5df 100644 --- a/public/locales/zh-CN/explore.json +++ b/public/locales/zh-CN/explore.json @@ -69,6 +69,16 @@ } }, "errors": { - "BlockFetchTimeoutError": "在{timeout}内抓取内容失败. 请刷新页面或尝试一个不同的CID" + "BlockFetchTimeoutError": "在{timeout}内抓取内容失败. 请刷新页面或尝试一个不同的CID", + "BlockFetchError": "获取内容失败:{error}. 这可能意味着内容在网络上不可用,或者存在连接问题。", + "CidSyntaxError": "无效的CID格式:{cid}, 请确保您正使用的是有效的CID", + "checkIpfsNetwork": "检查IPFS网络上的内容可用性", + "troubleshootingTips": { + "title": "故障诊断 Tips", + "refresh": "尝试刷新页面", + "checkConnection": "检查你的互联网连接", + "tryLater": "请稍后重试 - 内容可能仍在网络中传播", + "checkCidSyntax": "验证CID格式是否正确或您的CAR文件是否有效" + } } }