From 117827b26386791ab6abae32be6a7ae5c97a46c0 Mon Sep 17 00:00:00 2001 From: Rob Date: Tue, 6 Jun 2023 10:20:33 -0400 Subject: [PATCH] New translations debugger.json (French) --- apps/remix-ide/src/app/tabs/locales/fr/debugger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/locales/fr/debugger.json b/apps/remix-ide/src/app/tabs/locales/fr/debugger.json index 2a7d40f1da..4785d65fce 100644 --- a/apps/remix-ide/src/app/tabs/locales/fr/debugger.json +++ b/apps/remix-ide/src/app/tabs/locales/fr/debugger.json @@ -4,7 +4,7 @@ "debugger.stopDebugging": "Stop debugging", "debugger.startDebugging": "Start debugging", "debugger.placeholder": "Transaction hash, should start with 0x", - "debugger.debugLocaNodeLabel": "Force using local node", + "debugger.debugLocaNodeLabel": "Forcer l'utilisation d'un noeud local", "debugger.useGeneratedSources": "Use generated sources", "debugger.debugWithGeneratedSources": "Debug with generated sources", "debugger.introduction": "When Debugging with a transaction hash, if the contract is verified, Remix will try to fetch the source code from Sourcify or Etherscan. Put in your Etherscan API key in the Remix settings. For supported networks, please see"