Skip to content

Commit

Permalink
add dummy translations
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Oct 20, 2023
1 parent e50e8d1 commit 948722a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/remix-ide/src/app/tabs/locales/es/solidity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"solidity.displayName": "Solidity compiler",
"solidity.compiler": "Compiler",
"solidity.compileDetails": "Descargar detalles de compilación (formato JSON)",
"solidity.addACustomCompiler": "Add a custom compiler",
"solidity.addACustomCompilerWithURL": "Add a custom compiler with URL",
"solidity.includeNightlyBuilds": "Include nightly builds",
Expand Down
1 change: 1 addition & 0 deletions apps/remix-ide/src/app/tabs/locales/fr/solidity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"solidity.displayName": "Solidity compiler",
"solidity.compiler": "Compiler",
"solidity.compileDetails": "Télécharger les détails de la compilation (format JSON)",
"solidity.addACustomCompiler": "Add a custom compiler",
"solidity.addACustomCompilerWithURL": "Add a custom compiler with URL",
"solidity.includeNightlyBuilds": "Include nightly builds",
Expand Down
1 change: 1 addition & 0 deletions apps/remix-ide/src/app/tabs/locales/zh/solidity.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"solidity.addACustomCompiler": "添加一个自定义编译器",
"solidity.addACustomCompilerWithURL": "通过URL添加一个自定义编译器",
"solidity.includeNightlyBuilds": "包含每日构造版本",
"solidity.compileDetails": "下载编译详细信息(JSON 格式",
"solidity.autoCompile": "自动编译",
"solidity.hideWarnings": "隐藏警告",
"solidity.enableHardhat": "启用 Hardhat 编译",
Expand Down

0 comments on commit 948722a

Please sign in to comment.