parent
06e01d20cd
commit
804e6f73e7
@ -1,4 +1,48 @@ |
||||
export default { |
||||
'themes': 'Themes', |
||||
'locales': 'Lanaguage', |
||||
'settings.displayName': 'Settings', |
||||
'settings.reset': 'Reset to Default settings', |
||||
'settings.general': 'General settings', |
||||
'settings.generateContractMetadataText': 'Generate contract metadata. Generate a JSON file in the contract folder. Allows to specify library addresses the contract depends on. If nothing is specified, Remix deploys libraries automatically.', |
||||
'settings.ethereunVMText': 'Always use Javascript VM at load', |
||||
'settings.wordWrapText': 'Word wrap in editor', |
||||
'settings.enablePersonalModeText': ' Enable Personal Mode for web3 provider. Transaction sent over Web3 will use the web3.personal API.\n', |
||||
'settings.warnText': 'Be sure the endpoint is opened before enabling it. \nThis mode allows a user to provide a passphrase in the Remix interface without having to unlock the account. Although this is very convenient, you should completely trust the backend you are connected to (Geth, Parity, ...). Remix never persists any passphrase'.split('\n').map(s => s.trim()).join(' '), |
||||
'settings.gitAccessTokenTitle': 'GitHub Access Token', |
||||
'settings.gitAccessTokenText': 'Manage the access token used to publish to Gist and retrieve GitHub contents.', |
||||
'settings.gitAccessTokenText2': 'Go to github token page (link below) to create a new token and save it in Remix. Make sure this token has only \'create gist\' permission.', |
||||
'settings.save': 'Save', |
||||
'settings.remove': 'Remove', |
||||
'settings.themes': 'Themes', |
||||
'settings.locales': 'Lanaguage', |
||||
|
||||
'filePanel.displayName': 'File explorers', |
||||
|
||||
'debugger.displayName': 'Debugger', |
||||
|
||||
'udapp.displayName': 'Deploy & run transactions', |
||||
|
||||
'search.displayName': 'Search in files', |
||||
|
||||
'solidity.displayName': 'Solidity compiler', |
||||
|
||||
'pluginManager.displayName': 'Plugin manager', |
||||
'pluginManager.activate': 'Activate', |
||||
'pluginManager.deactivate': 'Deactivate', |
||||
'pluginManager.activeModules': 'Active Modules', |
||||
'pluginManager.inactiveModules': 'Inactive Modules', |
||||
'pluginManager.connectLocal': 'Connect to a Local Plugin', |
||||
'pluginManager.localForm.title': 'Local Plugin', |
||||
'pluginManager.localForm.pluginName': 'Plugin Name', |
||||
'pluginManager.localForm.shouldBeCamelCase': 'Should be camelCase', |
||||
'pluginManager.localForm.displayName': 'Display Name', |
||||
'pluginManager.localForm.nameInTheHeader': 'Name in the header', |
||||
'pluginManager.localForm.required': 'required', |
||||
'pluginManager.localForm.commaSeparatedMethod': 'comma separated list of method names', |
||||
'pluginManager.localForm.commaSeparatedPlugin': 'comma separated list of plugin names', |
||||
'pluginManager.localForm.pluginsItCanActivate': 'Plugins it can activate', |
||||
'pluginManager.localForm.typeOfConnection': 'Type of connection', |
||||
'pluginManager.localForm.locationInRemix': 'Location in remix', |
||||
'pluginManager.localForm.sidePanel': 'Side Panel', |
||||
'pluginManager.localForm.mainPanel': 'Main Panel', |
||||
'pluginManager.localForm.none': 'None', |
||||
} |
||||
|
@ -1,4 +1,48 @@ |
||||
export default { |
||||
'themes': '主题', |
||||
'locales': '语言', |
||||
'settings.displayName': '设置', |
||||
'settings.reset': '恢复默认设置', |
||||
'settings.general': '常规设置', |
||||
'settings.generateContractMetadataText': '生成合约元数据. 在contract文件夹中生成JSON文件. 允许指定合约依赖的库地址. 如果未指定任何内容,Remix将自动部署库.', |
||||
'settings.ethereunVMText': '加载时始终使用以太坊虚拟机', |
||||
'settings.wordWrapText': '文本换行', |
||||
'settings.enablePersonalModeText': '为web3提供器启用私有模式. 通过Web3发送的交易将使用web3.personal API.\n', |
||||
'settings.warnText': '在启用之前请确认访问端结点已经开放. \n此模式允许在Remix界面中提供密码而无需解锁账号. 虽然这很方便,但你应当完全信任所连接的后端节点 (Geth, Parity, ...). Remix不会持久化保存任何密码.'.split('\n').map(s => s.trim()).join(' '), |
||||
'settings.gitAccessTokenTitle': 'Github 访问 Token', |
||||
'settings.gitAccessTokenText': '管理用于发布到Gist以及读取Github内容的访问token.', |
||||
'settings.gitAccessTokenText2': '前往 github (参见下方链接) 创建一个新的token,然后保存到Remix中. 确保这个token只有 \'create gist\' 权限.', |
||||
'settings.save': '保存', |
||||
'settings.remove': '删除', |
||||
'settings.themes': '主题', |
||||
'settings.locales': '语言', |
||||
|
||||
'filePanel.displayName': '文件浏览器', |
||||
|
||||
'debugger.displayName': '调试器', |
||||
|
||||
'udapp.displayName': '部署 & 发交易', |
||||
|
||||
'search.displayName': '全文搜索', |
||||
|
||||
'solidity.displayName': '合约编译', |
||||
|
||||
'pluginManager.displayName': '插件管理', |
||||
'pluginManager.activate': '激活', |
||||
'pluginManager.deactivate': '停用', |
||||
'pluginManager.activeModules': '激活的模块', |
||||
'pluginManager.inactiveModules': '停用的模块', |
||||
'pluginManager.connectLocal': '连接本地插件', |
||||
'pluginManager.localForm.title': '本地插件', |
||||
'pluginManager.localForm.pluginName': '插件名称', |
||||
'pluginManager.localForm.shouldBeCamelCase': '应当采用驼峰命名法', |
||||
'pluginManager.localForm.displayName': '展示名称', |
||||
'pluginManager.localForm.nameInTheHeader': '标题中展示的名称', |
||||
'pluginManager.localForm.required': '必填', |
||||
'pluginManager.localForm.commaSeparatedMethod': '英文逗号分隔方法名称', |
||||
'pluginManager.localForm.commaSeparatedPlugin': '英文逗号分隔插件名称', |
||||
'pluginManager.localForm.pluginsItCanActivate': '能激活该插件的插件', |
||||
'pluginManager.localForm.typeOfConnection': '连接类型', |
||||
'pluginManager.localForm.locationInRemix': '在Remix中的位置', |
||||
'pluginManager.localForm.sidePanel': '侧面板', |
||||
'pluginManager.localForm.mainPanel': '主面板', |
||||
'pluginManager.localForm.none': '无', |
||||
} |
||||
|
Loading…
Reference in new issue