diff --git a/public/locales/fr/explore.json b/public/locales/fr/explore.json index 2bb2548a..b57b1b3e 100644 --- a/public/locales/fr/explore.json +++ b/public/locales/fr/explore.json @@ -70,15 +70,15 @@ }, "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.", - "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", + "BlockFetchError": "Impossible de télécharger le contenu : {error}. Cela peut vouloir dire que le contenu n'est pas disponible sur le réseau ou qu'il y a des problèmes de connectivité.", + "CidSyntaxError": "Format de CID invalide : {cid} . Vérifiez que vous utilisez un CID valide.", + "checkIpfsNetwork": "Vérifiez la disponibilité du contenu sur le réseau IPFS", "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" + "title": "Astuces de diagnostic", + "refresh": "Essayez de rafraîchir la page", + "checkConnection": "Vérifiez votre connexion internet", + "tryLater": "Réessayez plus tard. Le contenu est peut-être encore en train de se propager sur le réseau.", + "checkCidSyntax": "Vérifiez que votre CID est formaté correctement ou que votre fichier CAR est valide." } } }