From 376f12baa9d0360146fc3b02db7c9767e45e8374 Mon Sep 17 00:00:00 2001 From: Rob Date: Mon, 5 Jun 2023 21:50:56 -0400 Subject: [PATCH] New translations debugger.json (Spanish (Modern)) --- apps/remix-ide/src/app/tabs/locales/es/debugger.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/remix-ide/src/app/tabs/locales/es/debugger.json diff --git a/apps/remix-ide/src/app/tabs/locales/es/debugger.json b/apps/remix-ide/src/app/tabs/locales/es/debugger.json new file mode 100644 index 0000000000..2a7d40f1da --- /dev/null +++ b/apps/remix-ide/src/app/tabs/locales/es/debugger.json @@ -0,0 +1,11 @@ +{ + "debugger.displayName": "Debugger", + "debugger.debuggerConfiguration": "Debugger Configuration", + "debugger.stopDebugging": "Stop debugging", + "debugger.startDebugging": "Start debugging", + "debugger.placeholder": "Transaction hash, should start with 0x", + "debugger.debugLocaNodeLabel": "Force using local node", + "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" +}