|
|
@ -10,11 +10,14 @@ |
|
|
|
"filePanel.workspace.rename": "重命名工作空间", |
|
|
|
"filePanel.workspace.rename": "重命名工作空间", |
|
|
|
"filePanel.workspace.delete": "删除工作空间", |
|
|
|
"filePanel.workspace.delete": "删除工作空间", |
|
|
|
"filePanel.workspace.deleteConfirm": "确定要删除当前工作空间?", |
|
|
|
"filePanel.workspace.deleteConfirm": "确定要删除当前工作空间?", |
|
|
|
|
|
|
|
"filePanel.workspace.download": "下载工作空间", |
|
|
|
|
|
|
|
"filePanel.workspace.downloadConfirm": "This will download current workspace in a zip file. Do you want to continue?", |
|
|
|
"filePanel.workspace.deleteAll": "Delete All Workspaces", |
|
|
|
"filePanel.workspace.deleteAll": "Delete All Workspaces", |
|
|
|
"filePanel.workspace.deleteAllConfirm1": "Are you absolutely sure you want to delete all your workspaces?", |
|
|
|
"filePanel.workspace.deleteAllConfirm1": "Are you absolutely sure you want to delete all your workspaces?", |
|
|
|
"filePanel.workspace.deleteAllConfirm2": "Deleted workspaces can not be restored in any manner.", "filePanel.workspace.name": "工作空间名称", |
|
|
|
"filePanel.workspace.deleteAllConfirm2": "Deleted workspaces can not be restored in any manner.", |
|
|
|
|
|
|
|
"filePanel.workspace.name": "工作空间名称", |
|
|
|
"filePanel.workspace.chooseTemplate": "选择一个工作空间模板", |
|
|
|
"filePanel.workspace.chooseTemplate": "选择一个工作空间模板", |
|
|
|
"filePanel.workspace.download": "下载工作空间", |
|
|
|
"filePanel.workspace.backup": "Backup All Workspaces", |
|
|
|
"filePanel.workspace.restore": "恢复工作空间", |
|
|
|
"filePanel.workspace.restore": "恢复工作空间", |
|
|
|
"filePanel.workspace.clone": "克隆 Git 仓库", |
|
|
|
"filePanel.workspace.clone": "克隆 Git 仓库", |
|
|
|
"filePanel.workspace.cloneMessage": "请提供有效的 git 仓库 url。", |
|
|
|
"filePanel.workspace.cloneMessage": "请提供有效的 git 仓库 url。", |
|
|
@ -24,8 +27,14 @@ |
|
|
|
"filePanel.solghaction": "Solidity 测试工作流", |
|
|
|
"filePanel.solghaction": "Solidity 测试工作流", |
|
|
|
"filePanel.workspace.tssoltestghaction": "添加一个预设的 yml 文件,这样就可以在 github actions CI 上为 solidity 运行 mocha 和 chai 测试", |
|
|
|
"filePanel.workspace.tssoltestghaction": "添加一个预设的 yml 文件,这样就可以在 github actions CI 上为 solidity 运行 mocha 和 chai 测试", |
|
|
|
"filePanel.tssoltestghaction": "Mocha Chai 测试工作流", |
|
|
|
"filePanel.tssoltestghaction": "Mocha Chai 测试工作流", |
|
|
|
|
|
|
|
"filePanel.workspace.addscriptetherscan": "Adds a scripts which can be used to interact with the etherscan API.", |
|
|
|
|
|
|
|
"filePanel.addscriptetherscan": "Add Etherscan script", |
|
|
|
|
|
|
|
"filePanel.workspace.addscriptdeployer": "Adds a scripts which can be used to deploy contracts.", |
|
|
|
|
|
|
|
"filePanel.addscriptdeployer": "Add Contract deployer script", |
|
|
|
"filePanel.workspace.slitherghaction": "添加一个预设的 yml 文件,这样就可以在 github actions CI 上运行 slither 分析", |
|
|
|
"filePanel.workspace.slitherghaction": "添加一个预设的 yml 文件,这样就可以在 github actions CI 上运行 slither 分析", |
|
|
|
"filePanel.slitherghaction": "Slither 工作流", |
|
|
|
"filePanel.slitherghaction": "Slither 工作流", |
|
|
|
|
|
|
|
"filePanel.workspace.helperscripts": "Adds convenient scripts to the 'scripts' directory", |
|
|
|
|
|
|
|
"filePanel.helperscripts": "Web3 Scripts", |
|
|
|
"filePanel.newFile": "新建文件", |
|
|
|
"filePanel.newFile": "新建文件", |
|
|
|
"filePanel.newFolder": "新建文件夹", |
|
|
|
"filePanel.newFolder": "新建文件夹", |
|
|
|
"filePanel.rename": "重命名", |
|
|
|
"filePanel.rename": "重命名", |
|
|
@ -43,6 +52,7 @@ |
|
|
|
"filePanel.createNewFolder": "新建文件夹", |
|
|
|
"filePanel.createNewFolder": "新建文件夹", |
|
|
|
"filePanel.publishToGist": "将当前工作空间下所有文件发布到github gist", |
|
|
|
"filePanel.publishToGist": "将当前工作空间下所有文件发布到github gist", |
|
|
|
"filePanel.uploadFile": "加载本地文件到当前工作空间", |
|
|
|
"filePanel.uploadFile": "加载本地文件到当前工作空间", |
|
|
|
|
|
|
|
"filePanel.uploadFolder": "Upload folder", |
|
|
|
"filePanel.updateGist": "更新当前 [gist] 浏览", |
|
|
|
"filePanel.updateGist": "更新当前 [gist] 浏览", |
|
|
|
"filePanel.viewAllBranches": "查看所有分支", |
|
|
|
"filePanel.viewAllBranches": "查看所有分支", |
|
|
|
"filePanel.createBranch": "创建分支", |
|
|
|
"filePanel.createBranch": "创建分支", |
|
|
|