From fd0709b2cb9ddbc9f3fbbd2b312302d2790723df Mon Sep 17 00:00:00 2001 From: Rob Date: Mon, 5 Jun 2023 21:51:01 -0400 Subject: [PATCH] New translations home.json (Chinese Simplified) --- apps/remix-ide/src/app/tabs/locales/zh/home.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/locales/zh/home.json b/apps/remix-ide/src/app/tabs/locales/zh/home.json index 186f7ad64e..ac00d8dce2 100644 --- a/apps/remix-ide/src/app/tabs/locales/zh/home.json +++ b/apps/remix-ide/src/app/tabs/locales/zh/home.json @@ -5,9 +5,9 @@ "home.scamAlertText3": "其他安全提示", "home.learnMore": "了解更多", "home.here": "这里", - "home.more": "更多", "home.featured": "精选", "home.jumpIntoWeb3": "迎接 WEB3", + "home.jumpIntoWeb3More": "More", "home.jumpIntoWeb3Text": "Remix 项目是一个丰富的工具集,任何知识水平的用户都可以在这上面进行全周期的合约开发,并且可作为以太坊教学和实验的学习实验室。", "home.remixYouTube": "观看学习", "home.remixYouTubeText1": "来自 Remix 团队的视频小贴士", @@ -16,6 +16,7 @@ "home.betaTesting": "BETA 测试", "home.betaTestingText1": "我们的社区支持我们", "home.betaTestingText2": "每次 Remix IDE 发布版本之前,你都可以参与 Beta 测试。现在就来帮我们测试并且尝鲜新功能吧!", + "home.betaTestingMore": "Sign up", "home.featuredPlugins": "精选插件", "home.solidityPluginDesc": "编译、测试和分析智能合约。", "home.starkNetPluginDesc": "用 Cairo 来编译且部署合约,这是 StarkNet 的原生语言", @@ -23,6 +24,7 @@ "home.sourcifyPluginDesc": "Solidity 合约和元数据验证服务。", "home.unitTestPluginDesc": "在 Solidity 中为你的合约编写和运行单元测试。", "home.dgitPluginDesc": "为你的项目添加源码控制。", + "home.oneClickDappDesc": "Quickly generate smart contract interfaces", "home.getStarted": "开始使用", "home.projectTemplates": "项目模板", "home.blankTemplateDesc": "创建一个空的工作空间。", @@ -33,10 +35,10 @@ "home.gnosisSafeMultisigTemplateDesc": "使用此模板创建多重签名钱包。", "home.zeroxErc20TemplateDesc": "通过引入 0xProject 合约来创建一个 ERC20 代币。", "home.learn": "学习", - "home.remixBasics": "Remix 基础", - "home.remixBasicsDesc": "介绍 Remix 的界面和在以太坊中使用的概念,以及 Solidity 的基础知识。", - "home.remixIntermediate": "Remix 中级", - "home.remixIntermediateDesc": "使用 web3.js 与合约交互。使用记录器工具。", + "home.learnEth1": "Remix Basics", + "home.learnEth1Desc": "An introduction to Remix's interface and basic operations.", + "home.learnEth2": "Intro to Solidity", + "home.learnEth2Desc": "Interactively learn Solidity beginner concepts.", "home.remixAdvanced": "Remix 高级", "home.remixAdvancedDesc": "学习代理模式并使用 Remix 中的库。学习使用调试器。", "home.remixYoutubePlaylist": "Remix Youtube 播放列表",