@cfxjs/sirius-next-i18n 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/cspace/en/translation.json +28 -31
- package/cspace/zh_cn/translation.json +27 -31
- package/dist/cspace/en/translation.json +28 -31
- package/dist/evm/base/en/translation.json +27 -60
- package/evm/base/en/translation.json +27 -60
- package/evm/base/zh_cn/translation.json +26 -60
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -217,6 +217,12 @@
|
|
|
217
217
|
"updateToken": "Update Token Info",
|
|
218
218
|
"verify": {
|
|
219
219
|
"contractCodeVerified": "Contract Source Code Verified",
|
|
220
|
+
"verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
|
|
221
|
+
"contractCodeSimilarMatch": "Similar Match Source Code",
|
|
222
|
+
"similarMatchTips": {
|
|
223
|
+
"first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
|
|
224
|
+
"second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
|
|
225
|
+
},
|
|
220
226
|
"contractName": "Contract Name: ",
|
|
221
227
|
"optimizationEnabled": "Optimization Enabled: ",
|
|
222
228
|
"otherSettings": "Other Settings: ",
|
|
@@ -274,9 +280,7 @@
|
|
|
274
280
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
275
281
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
276
282
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
277
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
278
|
-
"testnet": "Please switch network to Conflux Test Network in Fluent Wallet",
|
|
279
|
-
"mainnet": "Please switch network to Conflux Hydra in Fluent Wallet"
|
|
283
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
280
284
|
},
|
|
281
285
|
"tupleFormat": "Tuple type:<code>{{type}}</code><br />Parameter name:<code>{{params}}</code><br />Tuple parameter array:<code>{{paramsArray}}</code><br />Tuple parameter object:<code>{{paramsObject}}</code>",
|
|
282
286
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
@@ -309,9 +313,25 @@
|
|
|
309
313
|
"first": "1. Does not support external libraries or optimization settings.",
|
|
310
314
|
"second": "2. Source code should fit inside a single .vy file."
|
|
311
315
|
},
|
|
316
|
+
"similarMatch": {
|
|
317
|
+
"tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
|
|
318
|
+
"tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
|
|
319
|
+
"contractAddress": "Contract Address: ",
|
|
320
|
+
"includeTestnet": "Check this box to allow testnet be a source for similar match.",
|
|
321
|
+
"includeMainnet": "Check this box to allow mainnet be a source for similar match.",
|
|
322
|
+
"errors": {
|
|
323
|
+
"notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
|
|
324
|
+
"askIsContract": "Is this a valid Contract Address ?",
|
|
325
|
+
"verifyFailed": "Error! Unable to verify source code",
|
|
326
|
+
"noSimilarMatchFound": "No similar match found."
|
|
327
|
+
},
|
|
328
|
+
"verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
|
|
329
|
+
"viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
|
|
330
|
+
},
|
|
312
331
|
"stepTitle": {
|
|
313
332
|
"step1": "Contract Details",
|
|
314
|
-
"step2": "Upload Contract Source Code"
|
|
333
|
+
"step2": "Upload Contract Source Code",
|
|
334
|
+
"stepSimilarMatch": "Cross-Space Similar Match"
|
|
315
335
|
},
|
|
316
336
|
"upload": "Upload Contract File",
|
|
317
337
|
"submit": "Submit",
|
|
@@ -332,14 +352,13 @@
|
|
|
332
352
|
"button": {
|
|
333
353
|
"reset": "Reset",
|
|
334
354
|
"previous": "Previous",
|
|
335
|
-
"continue": "Continue"
|
|
355
|
+
"continue": "Continue",
|
|
356
|
+
"verify": "Verify"
|
|
336
357
|
},
|
|
337
358
|
"error": {
|
|
338
359
|
"required": "Required",
|
|
339
360
|
"min": "The minimum value is 0",
|
|
340
361
|
"isNotAddress": "Invalid address format",
|
|
341
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
342
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address",
|
|
343
362
|
"pleaseSelect": "Please Select",
|
|
344
363
|
"pleaseEnter": "Please Enter",
|
|
345
364
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -380,7 +399,6 @@
|
|
|
380
399
|
"contractDetail": {
|
|
381
400
|
"title": "Contract Detail",
|
|
382
401
|
"content": "Details of contract",
|
|
383
|
-
"contractAdminWarning": "The address which owns the contract administration authority. The admin is able to destroy the contract. (Hydra zero address: cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2; Core (Testnet) zero address: cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)",
|
|
384
402
|
"at": "at",
|
|
385
403
|
"txOnlyEn": "txn",
|
|
386
404
|
"txOnlyZh": "",
|
|
@@ -538,7 +556,6 @@
|
|
|
538
556
|
"supportCenter": "Support Center",
|
|
539
557
|
"suggestionBox": "Suggestion Box",
|
|
540
558
|
"testnet": "Conflux Core (Testnet)",
|
|
541
|
-
"oceanus": "Conflux Hydra",
|
|
542
559
|
"searchPlaceHolder": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
543
560
|
"searchPlaceHolderMobile": "Epoch/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
544
561
|
"searchPlaceHolderWithWeb3": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag / .web3 Username",
|
|
@@ -1765,7 +1782,7 @@
|
|
|
1765
1782
|
"incorrectFormat": "Invalid address format",
|
|
1766
1783
|
"lowercase": "Address in lowercase",
|
|
1767
1784
|
"checksum": "Old checksummed address",
|
|
1768
|
-
"newMainnetAddress": "Conflux
|
|
1785
|
+
"newMainnetAddress": "Conflux new address (both address types are valid)",
|
|
1769
1786
|
"newTestnetAddress": "Conflux Core (Testnet) new address (both address types are valid)",
|
|
1770
1787
|
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1771
1788
|
"remark": "Remark:",
|
|
@@ -1833,20 +1850,6 @@
|
|
|
1833
1850
|
"min": "MINUTES",
|
|
1834
1851
|
"sec": "SECONDS"
|
|
1835
1852
|
},
|
|
1836
|
-
"notice": {
|
|
1837
|
-
"mainnet": [
|
|
1838
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Hydra, Conflux-Rust version: {{version}}.",
|
|
1839
|
-
"2. Fluent Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Fluent Wallet will be fully adapted to CIP-37",
|
|
1840
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1841
|
-
],
|
|
1842
|
-
"testnet": [
|
|
1843
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1844
|
-
"2. Fluent Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Fluent Wallet will be fully adapted to CIP-37",
|
|
1845
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1846
|
-
],
|
|
1847
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1848
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1849
|
-
},
|
|
1850
1853
|
"toolTip": {
|
|
1851
1854
|
"block": {
|
|
1852
1855
|
"blockHeight": "The number of blocks on the path to Genesis block via parent references. The block height of a newly mined block is obtained by increasing the height of its parent block by 1. In particular, the block height of Genesis block is 0.",
|
|
@@ -1942,7 +1945,6 @@
|
|
|
1942
1945
|
"nameTag": "Name tags can be attached to an address for identifying addresses of interest.",
|
|
1943
1946
|
"tokenTracker": "The token which was deployed by the contract.",
|
|
1944
1947
|
"contractCreator": "The address which deploys the contract.",
|
|
1945
|
-
"contractAdmin": "The address which owns the contract administration authority. The admin is able to destroy the contract. (Hydra zero address: cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2; Core (Testnet) zero address: cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)",
|
|
1946
1948
|
"storageSponsor": "The sponsor address which pays storage collateral for transactions interacts with such a contract. ",
|
|
1947
1949
|
"gasFeeSponsor": "The sponsor address which pays gas fee for transactions interacts with such a contract. "
|
|
1948
1950
|
},
|
|
@@ -1970,9 +1972,6 @@
|
|
|
1970
1972
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1971
1973
|
"networkNotice": "Network Notice",
|
|
1972
1974
|
"addressNotice": "Address Notice",
|
|
1973
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Fluent Wallet.",
|
|
1974
|
-
"switchToTestnet": "Please switch the network to Conflux Test Network in Fluent Wallet.",
|
|
1975
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Fluent Wallet.",
|
|
1976
1975
|
"cannotProcess": "Cannot Process",
|
|
1977
1976
|
"upgradeTipAddress": "Please switch Fluent Wallet to correct network."
|
|
1978
1977
|
},
|
|
@@ -2135,9 +2134,7 @@
|
|
|
2135
2134
|
"typeRequired": "Please select at least one type",
|
|
2136
2135
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
2137
2136
|
"recaptchaRequired": "Invalid captcha response",
|
|
2138
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
2139
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
2140
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address"
|
|
2137
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
2141
2138
|
},
|
|
2142
2139
|
"status": {
|
|
2143
2140
|
"success": "Submit Succeed",
|
|
@@ -216,6 +216,12 @@
|
|
|
216
216
|
"updateToken": "更新通证信息",
|
|
217
217
|
"verify": {
|
|
218
218
|
"contractCodeVerified": "合约源码已验证",
|
|
219
|
+
"verifiedTooltip": "该合约的源代码已验证与链上字节码相匹配。源代码验证并不意味着该合约可以安全交互。",
|
|
220
|
+
"contractCodeSimilarMatch": "相似匹配源代码",
|
|
221
|
+
"similarMatchTips": {
|
|
222
|
+
"first": "此合约与已部署的合约 <1>{{address}}</1> 的源代码字节码相匹配",
|
|
223
|
+
"second": "代码中的构造函数部分可能不同,这可能会改变合约的实际行为"
|
|
224
|
+
},
|
|
219
225
|
"contractName": "合约名:",
|
|
220
226
|
"optimizationEnabled": "是否优化:",
|
|
221
227
|
"otherSettings": "其他设置:",
|
|
@@ -273,9 +279,7 @@
|
|
|
273
279
|
"array": "请输入有效的 {{type}} 数组,用中括号包裹",
|
|
274
280
|
"tuple": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)",
|
|
275
281
|
"tupleArray": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)数组",
|
|
276
|
-
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
277
|
-
"testnet": "请在 Fluent Wallet 钱包中将网络切换至Conflux Test Network",
|
|
278
|
-
"mainnet": "请在 Fluent Wallet 钱包中将网络切换至Conflux Hydra"
|
|
282
|
+
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
279
283
|
},
|
|
280
284
|
"tupleFormat": "元组类型:<code>{{type}}</code><br />参数名称:<code>{{params}}</code><br />元组参数数组:<code>{{paramsArray}}</code><br />元组参数对象:<code>{{paramsObject}}</code>",
|
|
281
285
|
"tupleTips": "提示:可以参考 <code>元组参数数组</code> 或 <code>元组参数对象</code> 进行元组参数输入。<br />元组输入格式应为合法并符合参数顺序和格式的 <code>JSON 数组或对象</code>,例如:元组声明为 <code>{ uint num; string str; }</code>,则元组输入格式应为:<code>[1, \"text\"]</code> 或 <code>{ \"num\": 1, \"str\": \"text\" }</code>。<br />对于嵌套的元组,输入格式应为合法并符合参数顺序和格式的 <code>嵌套的 JSON 数组或对象</code>,例如:元组声明为 <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>,则元组 B 输入格式应为:<code>[1, [\"Tom\", 28]]</code> 或 <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>。",
|
|
@@ -308,9 +312,24 @@
|
|
|
308
312
|
"first": "1. 不支持外部库或优化设置。",
|
|
309
313
|
"second": "2. 源代码应包含在单个 .vy 文件中。"
|
|
310
314
|
},
|
|
315
|
+
"similarMatch": {
|
|
316
|
+
"tip1": "该合约验证机制用于识别部署在 Conflux Core Space 与 Conflux eSpace 上的相同智能合约。当两个空间的字节码一致时,已验证的合约源码可在两者之间共享,从而减少重复验证工作并提升 Conflux 生态的透明度。",
|
|
317
|
+
"tip2": "如果下方合约的字节码与另一空间中已验证的合约完全一致,则在匹配确认后会自动获得相似匹配验证。",
|
|
318
|
+
"includeTestnet": "勾选以允许testnet作为Similar Match检测的来源进行验证",
|
|
319
|
+
"includeMainnet": "勾选以允许mainnet作为Similar Match检测的来源进行验证",
|
|
320
|
+
"errors": {
|
|
321
|
+
"notContract": "错误!无法在地址 <1> {{address}} </1> 找到合约代码。",
|
|
322
|
+
"askIsContract": "请检查该地址是有效的合约地址吗?",
|
|
323
|
+
"verifyFailed": "错误!无法验证合约源码。",
|
|
324
|
+
"noSimilarMatchFound": "未找到相似匹配。"
|
|
325
|
+
},
|
|
326
|
+
"verified": "合约 <1> {{address}} </1> 的源码已完成验证。",
|
|
327
|
+
"viewLink": "点击<1>此处</1>查看已验证的合约源码。"
|
|
328
|
+
},
|
|
311
329
|
"stepTitle": {
|
|
312
330
|
"step1": "合约信息",
|
|
313
|
-
"step2": "上传合约代码"
|
|
331
|
+
"step2": "上传合约代码",
|
|
332
|
+
"stepSimilarMatch": "跨空间相似匹配"
|
|
314
333
|
},
|
|
315
334
|
"upload": "上传合约文件",
|
|
316
335
|
"submit": "提交",
|
|
@@ -331,14 +350,13 @@
|
|
|
331
350
|
"button": {
|
|
332
351
|
"reset": "重置",
|
|
333
352
|
"previous": "上一步",
|
|
334
|
-
"continue": "继续"
|
|
353
|
+
"continue": "继续",
|
|
354
|
+
"verify": "验证"
|
|
335
355
|
},
|
|
336
356
|
"error": {
|
|
337
357
|
"required": "请输入",
|
|
338
358
|
"min": "最小值为 0",
|
|
339
359
|
"isNotAddress": "地址格式错误",
|
|
340
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
341
|
-
"isNotTestnet": "请输入 Conflux Core (Testnet) 地址",
|
|
342
360
|
"pleaseSelect": "请选择",
|
|
343
361
|
"pleaseEnter": "请输入",
|
|
344
362
|
"notMatch": "生成的字节码与存储在地址上的字节代码不匹配"
|
|
@@ -379,7 +397,6 @@
|
|
|
379
397
|
"contractDetail": {
|
|
380
398
|
"title": "合约详情",
|
|
381
399
|
"content": "合约详情",
|
|
382
|
-
"contractAdminWarning": "管理员地址,有能力销毁合约。如果管理员地址不是零地址,则表示该合约处于调试阶段(Hydra 零地址为:cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2;Testnet 零地址为:cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)。",
|
|
383
400
|
"at": "在",
|
|
384
401
|
"txOnlyEn": "",
|
|
385
402
|
"txOnlyZh": "交易",
|
|
@@ -537,7 +554,6 @@
|
|
|
537
554
|
"supportCenter": "帮助中心",
|
|
538
555
|
"suggestionBox": "意见箱",
|
|
539
556
|
"testnet": "Conflux Core (Testnet)",
|
|
540
|
-
"oceanus": "Conflux Hydra",
|
|
541
557
|
"searchPlaceHolder": "请输入纪元 / 区块哈希 / 交易哈希 / 地址 / 通证 / 合约名称标签",
|
|
542
558
|
"searchPlaceHolderMobile": "纪元/区块哈希/交易哈希/地址/通证/合约名称标签",
|
|
543
559
|
"searchPlaceHolderWithWeb3": "请输入纪元 / 区块哈希 / 交易哈希 / 地址 / 通证 / 合约名称标签 / .web3 用户名",
|
|
@@ -1761,7 +1777,7 @@
|
|
|
1761
1777
|
"incorrectFormat": "地址格式不正确",
|
|
1762
1778
|
"lowercase": "全小写地址",
|
|
1763
1779
|
"checksum": "旧规则地址",
|
|
1764
|
-
"newMainnetAddress": "Conflux
|
|
1780
|
+
"newMainnetAddress": "Conflux 新地址 (二者皆可)",
|
|
1765
1781
|
"newTestnetAddress": "Conflux 测试网新地址 (二者皆可)",
|
|
1766
1782
|
"newCustomnetAddress": "Conflux 自定义 network id 新地址 (二者皆可)",
|
|
1767
1783
|
"remark": "说明:",
|
|
@@ -1829,20 +1845,6 @@
|
|
|
1829
1845
|
"min": "分钟",
|
|
1830
1846
|
"sec": "秒"
|
|
1831
1847
|
},
|
|
1832
|
-
"notice": {
|
|
1833
|
-
"mainnet": [
|
|
1834
|
-
"1. 当前网络为 Conflux 主网第三阶段 Conflux Hydra,Conflux-Rust 版本号:{{version}}。",
|
|
1835
|
-
"2. Fluent Wallet 将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Fluent Wallet 升级为全面适配 CIP-37",
|
|
1836
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1837
|
-
],
|
|
1838
|
-
"testnet": [
|
|
1839
|
-
"1. 当前网络为 Conflux Core (Testnet),Conflux-Rust 版本号:{{version}},所有数据均为 Conflux 测试网数据。",
|
|
1840
|
-
"2. Fluent Wallet 将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Fluent Wallet 升级为全面适配 CIP-37",
|
|
1841
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1842
|
-
],
|
|
1843
|
-
"link": "https://forum.conflux.fun/t/topic/5386",
|
|
1844
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5386"
|
|
1845
|
-
},
|
|
1846
1848
|
"toolTip": {
|
|
1847
1849
|
"block": {
|
|
1848
1850
|
"blockHeight": "区块高度是指从当前区块经过父边引用到达创世区块经过的区块数量。新区块的区块高度比它的父区块高度增加 1。特别的,创世块的区块高度为 0。",
|
|
@@ -1938,7 +1940,6 @@
|
|
|
1938
1940
|
"nameTag": "姓名标签可以附加到地址,以识别感兴趣的地址。",
|
|
1939
1941
|
"tokenTracker": "该合约上部署的通证。",
|
|
1940
1942
|
"contractCreator": "创建该合约的地址。",
|
|
1941
|
-
"contractAdmin": "管理员地址,有能力销毁合约。如果管理员地址不是零地址,则表示该合约处于调试阶段(Hydra 零地址为:cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2;Testnet 零地址为:cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)。",
|
|
1942
1943
|
"storageSponsor": "为调用这个合约的交易支付存储押金的赞助地址。",
|
|
1943
1944
|
"gasFeeSponsor": "为调用这个合约的交易支付交易费的赞助商地址。"
|
|
1944
1945
|
},
|
|
@@ -1966,9 +1967,6 @@
|
|
|
1966
1967
|
"viewOnConfluxScan": "在 ConfluxScan 上查看",
|
|
1967
1968
|
"networkNotice": "网络说明",
|
|
1968
1969
|
"addressNotice": "地址说明",
|
|
1969
|
-
"switchToMainnet": "请在 Fluent Wallet 中将网络切换至 Conflux Hydra。",
|
|
1970
|
-
"switchToTestnet": "请在 Fluent Wallet 中将网络切换至 Conflux Test Network。",
|
|
1971
|
-
"switchToScanNetwork": "请在 Fluent Wallet 中将网络切换为 {{networkID}} 的网络",
|
|
1972
1970
|
"cannotProcess": "无法处理",
|
|
1973
1971
|
"upgradeTipAddress": "请切换 Fluent Wallet 到正确的网络中。"
|
|
1974
1972
|
},
|
|
@@ -2131,9 +2129,7 @@
|
|
|
2131
2129
|
"typeRequired": "请选择至少一种举报类型",
|
|
2132
2130
|
"descriptionRequired": "请输入至少 30 个字符的描述",
|
|
2133
2131
|
"recaptchaRequired": "请进行 reCAPTCHA 验证",
|
|
2134
|
-
"txnHashInvalid": "交易哈希格式错误"
|
|
2135
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
2136
|
-
"isNotTestnet": "请输入 Conflux Core (Testnet) 地址"
|
|
2132
|
+
"txnHashInvalid": "交易哈希格式错误"
|
|
2137
2133
|
},
|
|
2138
2134
|
"status": {
|
|
2139
2135
|
"success": "提交成功",
|
|
@@ -217,6 +217,12 @@
|
|
|
217
217
|
"updateToken": "Update Token Info",
|
|
218
218
|
"verify": {
|
|
219
219
|
"contractCodeVerified": "Contract Source Code Verified",
|
|
220
|
+
"verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
|
|
221
|
+
"contractCodeSimilarMatch": "Similar Match Source Code",
|
|
222
|
+
"similarMatchTips": {
|
|
223
|
+
"first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
|
|
224
|
+
"second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
|
|
225
|
+
},
|
|
220
226
|
"contractName": "Contract Name: ",
|
|
221
227
|
"optimizationEnabled": "Optimization Enabled: ",
|
|
222
228
|
"otherSettings": "Other Settings: ",
|
|
@@ -274,9 +280,7 @@
|
|
|
274
280
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
275
281
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
276
282
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
277
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
278
|
-
"testnet": "Please switch network to Conflux Test Network in Fluent Wallet",
|
|
279
|
-
"mainnet": "Please switch network to Conflux Hydra in Fluent Wallet"
|
|
283
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
280
284
|
},
|
|
281
285
|
"tupleFormat": "Tuple type:<code>{{type}}</code><br />Parameter name:<code>{{params}}</code><br />Tuple parameter array:<code>{{paramsArray}}</code><br />Tuple parameter object:<code>{{paramsObject}}</code>",
|
|
282
286
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
@@ -309,9 +313,25 @@
|
|
|
309
313
|
"first": "1. Does not support external libraries or optimization settings.",
|
|
310
314
|
"second": "2. Source code should fit inside a single .vy file."
|
|
311
315
|
},
|
|
316
|
+
"similarMatch": {
|
|
317
|
+
"tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
|
|
318
|
+
"tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
|
|
319
|
+
"contractAddress": "Contract Address: ",
|
|
320
|
+
"includeTestnet": "Check this box to allow testnet be a source for similar match.",
|
|
321
|
+
"includeMainnet": "Check this box to allow mainnet be a source for similar match.",
|
|
322
|
+
"errors": {
|
|
323
|
+
"notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
|
|
324
|
+
"askIsContract": "Is this a valid Contract Address ?",
|
|
325
|
+
"verifyFailed": "Error! Unable to verify source code",
|
|
326
|
+
"noSimilarMatchFound": "No similar match found."
|
|
327
|
+
},
|
|
328
|
+
"verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
|
|
329
|
+
"viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
|
|
330
|
+
},
|
|
312
331
|
"stepTitle": {
|
|
313
332
|
"step1": "Contract Details",
|
|
314
|
-
"step2": "Upload Contract Source Code"
|
|
333
|
+
"step2": "Upload Contract Source Code",
|
|
334
|
+
"stepSimilarMatch": "Cross-Space Similar Match"
|
|
315
335
|
},
|
|
316
336
|
"upload": "Upload Contract File",
|
|
317
337
|
"submit": "Submit",
|
|
@@ -332,14 +352,13 @@
|
|
|
332
352
|
"button": {
|
|
333
353
|
"reset": "Reset",
|
|
334
354
|
"previous": "Previous",
|
|
335
|
-
"continue": "Continue"
|
|
355
|
+
"continue": "Continue",
|
|
356
|
+
"verify": "Verify"
|
|
336
357
|
},
|
|
337
358
|
"error": {
|
|
338
359
|
"required": "Required",
|
|
339
360
|
"min": "The minimum value is 0",
|
|
340
361
|
"isNotAddress": "Invalid address format",
|
|
341
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
342
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address",
|
|
343
362
|
"pleaseSelect": "Please Select",
|
|
344
363
|
"pleaseEnter": "Please Enter",
|
|
345
364
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -380,7 +399,6 @@
|
|
|
380
399
|
"contractDetail": {
|
|
381
400
|
"title": "Contract Detail",
|
|
382
401
|
"content": "Details of contract",
|
|
383
|
-
"contractAdminWarning": "The address which owns the contract administration authority. The admin is able to destroy the contract. (Hydra zero address: cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2; Core (Testnet) zero address: cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)",
|
|
384
402
|
"at": "at",
|
|
385
403
|
"txOnlyEn": "txn",
|
|
386
404
|
"txOnlyZh": "",
|
|
@@ -538,7 +556,6 @@
|
|
|
538
556
|
"supportCenter": "Support Center",
|
|
539
557
|
"suggestionBox": "Suggestion Box",
|
|
540
558
|
"testnet": "Conflux Core (Testnet)",
|
|
541
|
-
"oceanus": "Conflux Hydra",
|
|
542
559
|
"searchPlaceHolder": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
543
560
|
"searchPlaceHolderMobile": "Epoch/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
544
561
|
"searchPlaceHolderWithWeb3": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag / .web3 Username",
|
|
@@ -1764,7 +1781,7 @@
|
|
|
1764
1781
|
"incorrectFormat": "Invalid address format",
|
|
1765
1782
|
"lowercase": "Address in lowercase",
|
|
1766
1783
|
"checksum": "Old checksummed address",
|
|
1767
|
-
"newMainnetAddress": "Conflux
|
|
1784
|
+
"newMainnetAddress": "Conflux new address (both address types are valid)",
|
|
1768
1785
|
"newTestnetAddress": "Conflux Core (Testnet) new address (both address types are valid)",
|
|
1769
1786
|
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1770
1787
|
"remark": "Remark:",
|
|
@@ -1832,20 +1849,6 @@
|
|
|
1832
1849
|
"min": "MINUTES",
|
|
1833
1850
|
"sec": "SECONDS"
|
|
1834
1851
|
},
|
|
1835
|
-
"notice": {
|
|
1836
|
-
"mainnet": [
|
|
1837
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Hydra, Conflux-Rust version: {{version}}.",
|
|
1838
|
-
"2. Fluent Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Fluent Wallet will be fully adapted to CIP-37",
|
|
1839
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1840
|
-
],
|
|
1841
|
-
"testnet": [
|
|
1842
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1843
|
-
"2. Fluent Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Fluent Wallet will be fully adapted to CIP-37",
|
|
1844
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1845
|
-
],
|
|
1846
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1847
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1848
|
-
},
|
|
1849
1852
|
"toolTip": {
|
|
1850
1853
|
"block": {
|
|
1851
1854
|
"blockHeight": "The number of blocks on the path to Genesis block via parent references. The block height of a newly mined block is obtained by increasing the height of its parent block by 1. In particular, the block height of Genesis block is 0.",
|
|
@@ -1941,7 +1944,6 @@
|
|
|
1941
1944
|
"nameTag": "Name tags can be attached to an address for identifying addresses of interest.",
|
|
1942
1945
|
"tokenTracker": "The token which was deployed by the contract.",
|
|
1943
1946
|
"contractCreator": "The address which deploys the contract.",
|
|
1944
|
-
"contractAdmin": "The address which owns the contract administration authority. The admin is able to destroy the contract. (Hydra zero address: cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2; Core (Testnet) zero address: cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)",
|
|
1945
1947
|
"storageSponsor": "The sponsor address which pays storage collateral for transactions interacts with such a contract. ",
|
|
1946
1948
|
"gasFeeSponsor": "The sponsor address which pays gas fee for transactions interacts with such a contract. "
|
|
1947
1949
|
},
|
|
@@ -1969,9 +1971,6 @@
|
|
|
1969
1971
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1970
1972
|
"networkNotice": "Network Notice",
|
|
1971
1973
|
"addressNotice": "Address Notice",
|
|
1972
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Fluent Wallet.",
|
|
1973
|
-
"switchToTestnet": "Please switch the network to Conflux Test Network in Fluent Wallet.",
|
|
1974
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Fluent Wallet.",
|
|
1975
1974
|
"cannotProcess": "Cannot Process",
|
|
1976
1975
|
"upgradeTipAddress": "Please switch Fluent Wallet to correct network."
|
|
1977
1976
|
},
|
|
@@ -2134,9 +2133,7 @@
|
|
|
2134
2133
|
"typeRequired": "Please select at least one type",
|
|
2135
2134
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
2136
2135
|
"recaptchaRequired": "Invalid captcha response",
|
|
2137
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
2138
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
2139
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address"
|
|
2136
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
2140
2137
|
},
|
|
2141
2138
|
"status": {
|
|
2142
2139
|
"success": "Submit Succeed",
|
|
@@ -206,6 +206,12 @@
|
|
|
206
206
|
"updateToken": "Update Token Info",
|
|
207
207
|
"verify": {
|
|
208
208
|
"contractCodeVerified": "Contract Source Code Verified",
|
|
209
|
+
"verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
|
|
210
|
+
"contractCodeSimilarMatch": "Similar Match Source Code",
|
|
211
|
+
"similarMatchTips": {
|
|
212
|
+
"first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
|
|
213
|
+
"second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
|
|
214
|
+
},
|
|
209
215
|
"contractName": "Contract Name: ",
|
|
210
216
|
"optimizationEnabled": "Optimization Enabled: ",
|
|
211
217
|
"otherSettings": "Other Settings: ",
|
|
@@ -264,9 +270,7 @@
|
|
|
264
270
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
265
271
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
266
272
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
267
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
268
|
-
"testnet": "Please switch network to Conflux eSpace (Testnet) in Wallet",
|
|
269
|
-
"mainnet": "Please switch network to Conflux Hydra in Wallet"
|
|
273
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
270
274
|
},
|
|
271
275
|
"tupleFormat": "Tuple type:<code>{{type}}</code><br />Parameter name:<code>{{params}}</code><br />Tuple parameter array:<code>{{paramsArray}}</code><br />Tuple parameter object:<code>{{paramsObject}}</code>",
|
|
272
276
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
@@ -299,9 +303,25 @@
|
|
|
299
303
|
"first": "1. Does not support external libraries or optimization settings.",
|
|
300
304
|
"second": "2. Source code should fit inside a single .vy file."
|
|
301
305
|
},
|
|
306
|
+
"similarMatch": {
|
|
307
|
+
"tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
|
|
308
|
+
"tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
|
|
309
|
+
"contractAddress": "Contract Address: ",
|
|
310
|
+
"includeTestnet": "Check this box to allow testnet be a source for similar match.",
|
|
311
|
+
"includeMainnet": "Check this box to allow mainnet be a source for similar match.",
|
|
312
|
+
"errors": {
|
|
313
|
+
"notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
|
|
314
|
+
"askIsContract": "Is this a valid Contract Address ?",
|
|
315
|
+
"verifyFailed": "Error! Unable to verify source code",
|
|
316
|
+
"noSimilarMatchFound": "No similar match found."
|
|
317
|
+
},
|
|
318
|
+
"verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
|
|
319
|
+
"viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
|
|
320
|
+
},
|
|
302
321
|
"stepTitle": {
|
|
303
322
|
"step1": "Contract Details",
|
|
304
|
-
"step2": "Upload Contract Source Code"
|
|
323
|
+
"step2": "Upload Contract Source Code",
|
|
324
|
+
"stepSimilarMatch": "Cross-Space Similar Match"
|
|
305
325
|
},
|
|
306
326
|
"upload": "Upload Contract File",
|
|
307
327
|
"submit": "Submit",
|
|
@@ -322,14 +342,13 @@
|
|
|
322
342
|
"button": {
|
|
323
343
|
"reset": "Reset",
|
|
324
344
|
"previous": "Previous",
|
|
325
|
-
"continue": "Continue"
|
|
345
|
+
"continue": "Continue",
|
|
346
|
+
"verify": "Verify"
|
|
326
347
|
},
|
|
327
348
|
"error": {
|
|
328
349
|
"required": "Required",
|
|
329
350
|
"min": "The minimum value is 0",
|
|
330
351
|
"isNotAddress": "Invalid address format",
|
|
331
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
332
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address",
|
|
333
352
|
"pleaseSelect": "Please Select",
|
|
334
353
|
"pleaseEnter": "Please Enter",
|
|
335
354
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -540,7 +559,6 @@
|
|
|
540
559
|
"supportCenter": "Support Center",
|
|
541
560
|
"suggestionBox": "Suggestion Box",
|
|
542
561
|
"testnet": "Conflux eSpace (Testnet)",
|
|
543
|
-
"oceanus": "Conflux Hydra",
|
|
544
562
|
"searchPlaceHolder": "Search by Block Height / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
545
563
|
"searchPlaceHolderMobile": "Block Height/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
546
564
|
"addressConverter": "Address Format Conversion",
|
|
@@ -1547,38 +1565,6 @@
|
|
|
1547
1565
|
"age": "Age"
|
|
1548
1566
|
}
|
|
1549
1567
|
},
|
|
1550
|
-
"addressConverter": {
|
|
1551
|
-
"title": "Address Format Conversion",
|
|
1552
|
-
"subtitle": "The old Conflux address will be converted to a new address by using the advanced checksum method.",
|
|
1553
|
-
"button": "Convert",
|
|
1554
|
-
"inputPlaceholder": "Input address",
|
|
1555
|
-
"networkId": "network id (optional)",
|
|
1556
|
-
"incorrectFormat": "Invalid address format",
|
|
1557
|
-
"lowercase": "Address in lowercase",
|
|
1558
|
-
"checksum": "Old checksummed address",
|
|
1559
|
-
"newMainnetAddress": "Conflux Hydra new address (both address types are valid)",
|
|
1560
|
-
"newTestnetAddress": "Conflux eSpace (Testnet) new address (both address types are valid)",
|
|
1561
|
-
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1562
|
-
"notice": "Attention, CFX cannot be transferred directly to the BSC address with any wallet, and cross-chain transfers are required via ",
|
|
1563
|
-
"noticeLinkText": "Shuttleflow",
|
|
1564
|
-
"noticeend": ".",
|
|
1565
|
-
"noticeLink": "https://shuttleflow.io/",
|
|
1566
|
-
"remark": "Remark:",
|
|
1567
|
-
"tip1": "1. The last eight bits of the new address are checksums, which are generated by the original address through the check algorithm and give the address the ability to self-verify.",
|
|
1568
|
-
"tip2": "2. Conflux adopts a new checksum method different from the EIP55 standard.",
|
|
1569
|
-
"tip3": "3. The network- id represents the network prefix of the address and is only used for privately deployed Conflux networks. For information about the valid network-id, please visit ",
|
|
1570
|
-
"tip3Link": "https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-37.md",
|
|
1571
|
-
"tip3end": "CIP-37.",
|
|
1572
|
-
"tip5": "5. To prevent loss of assets, please review ",
|
|
1573
|
-
"tip5Link": "https://forum.conflux.fun/t/conflux-address-formats-and-their-implications-of-asset-transfers/6727",
|
|
1574
|
-
"tip5Middle": "Conflux Address-Formats and Their Implications of Asset Transfers",
|
|
1575
|
-
"tip5end": " carefully.",
|
|
1576
|
-
"tip4": "4. Contract addresses starting with 0x0 cannot be converted, except for build-in contracts and zero-address.",
|
|
1577
|
-
"errorMessage": {
|
|
1578
|
-
"0x0": "The address is a non-built-in contract or a non-zero address",
|
|
1579
|
-
"0x8": "The contract does not exist, please be careful"
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
1568
|
"broadcastTx": {
|
|
1583
1569
|
"title": "Broadcast Transaction",
|
|
1584
1570
|
"subtitle": "Below you can enter a signed raw transaction in hex format (i.e. characters 0-9, a-f) that starts with 0x and broadcast it over the Conflux network.",
|
|
@@ -1600,20 +1586,6 @@
|
|
|
1600
1586
|
"min": "Min",
|
|
1601
1587
|
"sec": "Sec"
|
|
1602
1588
|
},
|
|
1603
|
-
"notice": {
|
|
1604
|
-
"mainnet": [
|
|
1605
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Tethys, Conflux-Rust version: {{version}}.",
|
|
1606
|
-
"2. Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Portal will be fully adapted to CIP-37",
|
|
1607
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1608
|
-
],
|
|
1609
|
-
"testnet": [
|
|
1610
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1611
|
-
"2. Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Portal will be fully adapted to CIP-37",
|
|
1612
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1613
|
-
],
|
|
1614
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1615
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1616
|
-
},
|
|
1617
1589
|
"toolTip": {
|
|
1618
1590
|
"block": {
|
|
1619
1591
|
"blockHeight": "The number of blocks on the path to Genesis block via parent references. The block height of a newly mined block is obtained by increasing the height of its parent block by 1. In particular, the block height of Genesis block is 0.",
|
|
@@ -1734,9 +1706,6 @@
|
|
|
1734
1706
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1735
1707
|
"networkNotice": "Network Notice",
|
|
1736
1708
|
"addressNotice": "Address Notice",
|
|
1737
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Wallet.",
|
|
1738
|
-
"switchToTestnet": "Please switch the network to Conflux eSpace (Testnet) in Wallet.",
|
|
1739
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Wallet.",
|
|
1740
1709
|
"cannotProcess": "Cannot Process",
|
|
1741
1710
|
"upgradeTipAddress": "Please update Wallet to correct network."
|
|
1742
1711
|
},
|
|
@@ -1885,9 +1854,7 @@
|
|
|
1885
1854
|
"typeRequired": "Please select at least one type",
|
|
1886
1855
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
1887
1856
|
"recaptchaRequired": "Invalid captcha response",
|
|
1888
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
1889
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
1890
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address"
|
|
1857
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
1891
1858
|
},
|
|
1892
1859
|
"status": {
|
|
1893
1860
|
"success": "Submit Succeed",
|
|
@@ -206,6 +206,12 @@
|
|
|
206
206
|
"updateToken": "Update Token Info",
|
|
207
207
|
"verify": {
|
|
208
208
|
"contractCodeVerified": "Contract Source Code Verified",
|
|
209
|
+
"verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
|
|
210
|
+
"contractCodeSimilarMatch": "Similar Match Source Code",
|
|
211
|
+
"similarMatchTips": {
|
|
212
|
+
"first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
|
|
213
|
+
"second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
|
|
214
|
+
},
|
|
209
215
|
"contractName": "Contract Name: ",
|
|
210
216
|
"optimizationEnabled": "Optimization Enabled: ",
|
|
211
217
|
"otherSettings": "Other Settings: ",
|
|
@@ -264,9 +270,7 @@
|
|
|
264
270
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
265
271
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
266
272
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
267
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
268
|
-
"testnet": "Please switch network to Conflux eSpace (Testnet) in Wallet",
|
|
269
|
-
"mainnet": "Please switch network to Conflux Hydra in Wallet"
|
|
273
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
270
274
|
},
|
|
271
275
|
"tupleFormat": "Tuple type:<code>{{type}}</code><br />Parameter name:<code>{{params}}</code><br />Tuple parameter array:<code>{{paramsArray}}</code><br />Tuple parameter object:<code>{{paramsObject}}</code>",
|
|
272
276
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
@@ -299,9 +303,25 @@
|
|
|
299
303
|
"first": "1. Does not support external libraries or optimization settings.",
|
|
300
304
|
"second": "2. Source code should fit inside a single .vy file."
|
|
301
305
|
},
|
|
306
|
+
"similarMatch": {
|
|
307
|
+
"tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
|
|
308
|
+
"tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
|
|
309
|
+
"contractAddress": "Contract Address: ",
|
|
310
|
+
"includeTestnet": "Check this box to allow testnet be a source for similar match.",
|
|
311
|
+
"includeMainnet": "Check this box to allow mainnet be a source for similar match.",
|
|
312
|
+
"errors": {
|
|
313
|
+
"notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
|
|
314
|
+
"askIsContract": "Is this a valid Contract Address ?",
|
|
315
|
+
"verifyFailed": "Error! Unable to verify source code",
|
|
316
|
+
"noSimilarMatchFound": "No similar match found."
|
|
317
|
+
},
|
|
318
|
+
"verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
|
|
319
|
+
"viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
|
|
320
|
+
},
|
|
302
321
|
"stepTitle": {
|
|
303
322
|
"step1": "Contract Details",
|
|
304
|
-
"step2": "Upload Contract Source Code"
|
|
323
|
+
"step2": "Upload Contract Source Code",
|
|
324
|
+
"stepSimilarMatch": "Cross-Space Similar Match"
|
|
305
325
|
},
|
|
306
326
|
"upload": "Upload Contract File",
|
|
307
327
|
"submit": "Submit",
|
|
@@ -322,14 +342,13 @@
|
|
|
322
342
|
"button": {
|
|
323
343
|
"reset": "Reset",
|
|
324
344
|
"previous": "Previous",
|
|
325
|
-
"continue": "Continue"
|
|
345
|
+
"continue": "Continue",
|
|
346
|
+
"verify": "Verify"
|
|
326
347
|
},
|
|
327
348
|
"error": {
|
|
328
349
|
"required": "Required",
|
|
329
350
|
"min": "The minimum value is 0",
|
|
330
351
|
"isNotAddress": "Invalid address format",
|
|
331
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
332
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address",
|
|
333
352
|
"pleaseSelect": "Please Select",
|
|
334
353
|
"pleaseEnter": "Please Enter",
|
|
335
354
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -540,7 +559,6 @@
|
|
|
540
559
|
"supportCenter": "Support Center",
|
|
541
560
|
"suggestionBox": "Suggestion Box",
|
|
542
561
|
"testnet": "Conflux eSpace (Testnet)",
|
|
543
|
-
"oceanus": "Conflux Hydra",
|
|
544
562
|
"searchPlaceHolder": "Search by Block Height / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
545
563
|
"searchPlaceHolderMobile": "Block Height/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
546
564
|
"addressConverter": "Address Format Conversion",
|
|
@@ -1547,38 +1565,6 @@
|
|
|
1547
1565
|
"age": "Age"
|
|
1548
1566
|
}
|
|
1549
1567
|
},
|
|
1550
|
-
"addressConverter": {
|
|
1551
|
-
"title": "Address Format Conversion",
|
|
1552
|
-
"subtitle": "The old Conflux address will be converted to a new address by using the advanced checksum method.",
|
|
1553
|
-
"button": "Convert",
|
|
1554
|
-
"inputPlaceholder": "Input address",
|
|
1555
|
-
"networkId": "network id (optional)",
|
|
1556
|
-
"incorrectFormat": "Invalid address format",
|
|
1557
|
-
"lowercase": "Address in lowercase",
|
|
1558
|
-
"checksum": "Old checksummed address",
|
|
1559
|
-
"newMainnetAddress": "Conflux Hydra new address (both address types are valid)",
|
|
1560
|
-
"newTestnetAddress": "Conflux eSpace (Testnet) new address (both address types are valid)",
|
|
1561
|
-
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1562
|
-
"notice": "Attention, CFX cannot be transferred directly to the BSC address with any wallet, and cross-chain transfers are required via ",
|
|
1563
|
-
"noticeLinkText": "Shuttleflow",
|
|
1564
|
-
"noticeend": ".",
|
|
1565
|
-
"noticeLink": "https://shuttleflow.io/",
|
|
1566
|
-
"remark": "Remark:",
|
|
1567
|
-
"tip1": "1. The last eight bits of the new address are checksums, which are generated by the original address through the check algorithm and give the address the ability to self-verify.",
|
|
1568
|
-
"tip2": "2. Conflux adopts a new checksum method different from the EIP55 standard.",
|
|
1569
|
-
"tip3": "3. The network- id represents the network prefix of the address and is only used for privately deployed Conflux networks. For information about the valid network-id, please visit ",
|
|
1570
|
-
"tip3Link": "https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-37.md",
|
|
1571
|
-
"tip3end": "CIP-37.",
|
|
1572
|
-
"tip5": "5. To prevent loss of assets, please review ",
|
|
1573
|
-
"tip5Link": "https://forum.conflux.fun/t/conflux-address-formats-and-their-implications-of-asset-transfers/6727",
|
|
1574
|
-
"tip5Middle": "Conflux Address-Formats and Their Implications of Asset Transfers",
|
|
1575
|
-
"tip5end": " carefully.",
|
|
1576
|
-
"tip4": "4. Contract addresses starting with 0x0 cannot be converted, except for build-in contracts and zero-address.",
|
|
1577
|
-
"errorMessage": {
|
|
1578
|
-
"0x0": "The address is a non-built-in contract or a non-zero address",
|
|
1579
|
-
"0x8": "The contract does not exist, please be careful"
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
1568
|
"broadcastTx": {
|
|
1583
1569
|
"title": "Broadcast Transaction",
|
|
1584
1570
|
"subtitle": "Below you can enter a signed raw transaction in hex format (i.e. characters 0-9, a-f) that starts with 0x and broadcast it over the Conflux network.",
|
|
@@ -1600,20 +1586,6 @@
|
|
|
1600
1586
|
"min": "Min",
|
|
1601
1587
|
"sec": "Sec"
|
|
1602
1588
|
},
|
|
1603
|
-
"notice": {
|
|
1604
|
-
"mainnet": [
|
|
1605
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Tethys, Conflux-Rust version: {{version}}.",
|
|
1606
|
-
"2. Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Portal will be fully adapted to CIP-37",
|
|
1607
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1608
|
-
],
|
|
1609
|
-
"testnet": [
|
|
1610
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1611
|
-
"2. Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Portal will be fully adapted to CIP-37",
|
|
1612
|
-
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1613
|
-
],
|
|
1614
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1615
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1616
|
-
},
|
|
1617
1589
|
"toolTip": {
|
|
1618
1590
|
"block": {
|
|
1619
1591
|
"blockHeight": "The number of blocks on the path to Genesis block via parent references. The block height of a newly mined block is obtained by increasing the height of its parent block by 1. In particular, the block height of Genesis block is 0.",
|
|
@@ -1734,9 +1706,6 @@
|
|
|
1734
1706
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1735
1707
|
"networkNotice": "Network Notice",
|
|
1736
1708
|
"addressNotice": "Address Notice",
|
|
1737
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Wallet.",
|
|
1738
|
-
"switchToTestnet": "Please switch the network to Conflux eSpace (Testnet) in Wallet.",
|
|
1739
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Wallet.",
|
|
1740
1709
|
"cannotProcess": "Cannot Process",
|
|
1741
1710
|
"upgradeTipAddress": "Please update Wallet to correct network."
|
|
1742
1711
|
},
|
|
@@ -1885,9 +1854,7 @@
|
|
|
1885
1854
|
"typeRequired": "Please select at least one type",
|
|
1886
1855
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
1887
1856
|
"recaptchaRequired": "Invalid captcha response",
|
|
1888
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
1889
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
1890
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address"
|
|
1857
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
1891
1858
|
},
|
|
1892
1859
|
"status": {
|
|
1893
1860
|
"success": "Submit Succeed",
|
|
@@ -205,6 +205,12 @@
|
|
|
205
205
|
"updateToken": "更新通证信息",
|
|
206
206
|
"verify": {
|
|
207
207
|
"contractCodeVerified": "合约源码已验证",
|
|
208
|
+
"verifiedTooltip": "该合约的源代码已验证与链上字节码相匹配。源代码验证并不意味着该合约可以安全交互。",
|
|
209
|
+
"contractCodeSimilarMatch": "相似匹配源代码",
|
|
210
|
+
"similarMatchTips": {
|
|
211
|
+
"first": "此合约与已部署的合约 <1>{{address}}</1> 的源代码字节码相匹配",
|
|
212
|
+
"second": "代码中的构造函数部分可能不同,这可能会改变合约的实际行为"
|
|
213
|
+
},
|
|
208
214
|
"contractName": "合约名:",
|
|
209
215
|
"optimizationEnabled": "是否优化:",
|
|
210
216
|
"otherSettings": "其他设置:",
|
|
@@ -263,9 +269,7 @@
|
|
|
263
269
|
"array": "请输入有效的 {{type}} 数组,用中括号包裹",
|
|
264
270
|
"tuple": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)",
|
|
265
271
|
"tupleArray": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)数组",
|
|
266
|
-
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
267
|
-
"testnet": "请在钱包中将网络切换至 Conflux eSpace (Testnet)",
|
|
268
|
-
"mainnet": "请在钱包中将网络切换至 Conflux Hydra"
|
|
272
|
+
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
269
273
|
},
|
|
270
274
|
"tupleFormat": "元组类型:<code>{{type}}</code><br />参数名称:<code>{{params}}</code><br />元组参数数组:<code>{{paramsArray}}</code><br />元组参数对象:<code>{{paramsObject}}</code>",
|
|
271
275
|
"tupleTips": "提示:可以参考 <code>元组参数数组</code> 或 <code>元组参数对象</code> 进行元组参数输入。<br />元组输入格式应为合法并符合参数顺序和格式的 <code>JSON 数组或对象</code>,例如:元组声明为 <code>{ uint num; string str; }</code>,则元组输入格式应为:<code>[1, \"text\"]</code> 或 <code>{ \"num\": 1, \"str\": \"text\" }</code>。<br />对于嵌套的元组,输入格式应为合法并符合参数顺序和格式的 <code>嵌套的 JSON 数组或对象</code>,例如:元组声明为 <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>,则元组 B 输入格式应为:<code>[1, [\"Tom\", 28]]</code> 或 <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>。",
|
|
@@ -298,9 +302,24 @@
|
|
|
298
302
|
"first": "1. 不支持外部库或优化设置。",
|
|
299
303
|
"second": "2. 源代码应包含在单个 .vy 文件中。"
|
|
300
304
|
},
|
|
305
|
+
"similarMatch": {
|
|
306
|
+
"tip1": "该合约验证机制用于识别部署在 Conflux Core Space 与 Conflux eSpace 上的相同智能合约。当两个空间的字节码一致时,已验证的合约源码可在两者之间共享,从而减少重复验证工作并提升 Conflux 生态的透明度。",
|
|
307
|
+
"tip2": "如果下方合约的字节码与另一空间中已验证的合约完全一致,则在匹配确认后会自动获得相似匹配验证。",
|
|
308
|
+
"includeTestnet": "勾选以允许testnet作为Similar Match检测的来源进行验证",
|
|
309
|
+
"includeMainnet": "勾选以允许mainnet作为Similar Match检测的来源进行验证",
|
|
310
|
+
"errors": {
|
|
311
|
+
"notContract": "错误!无法在地址 <1> {{address}} </1> 找到合约代码。",
|
|
312
|
+
"askIsContract": "请检查该地址是有效的合约地址吗?",
|
|
313
|
+
"verifyFailed": "错误!无法验证合约源码。",
|
|
314
|
+
"noSimilarMatchFound": "未找到相似匹配。"
|
|
315
|
+
},
|
|
316
|
+
"verified": "合约 <1> {{address}} </1> 的源码已完成验证。",
|
|
317
|
+
"viewLink": "点击<1>此处</1>查看已验证的合约源码。"
|
|
318
|
+
},
|
|
301
319
|
"stepTitle": {
|
|
302
320
|
"step1": "合约信息",
|
|
303
|
-
"step2": "上传合约代码"
|
|
321
|
+
"step2": "上传合约代码",
|
|
322
|
+
"stepSimilarMatch": "跨空间相似匹配"
|
|
304
323
|
},
|
|
305
324
|
"upload": "上传合约文件",
|
|
306
325
|
"submit": "提交",
|
|
@@ -321,14 +340,13 @@
|
|
|
321
340
|
"button": {
|
|
322
341
|
"reset": "重置",
|
|
323
342
|
"previous": "上一步",
|
|
324
|
-
"continue": "继续"
|
|
343
|
+
"continue": "继续",
|
|
344
|
+
"verify": "验证"
|
|
325
345
|
},
|
|
326
346
|
"error": {
|
|
327
347
|
"required": "请输入",
|
|
328
348
|
"min": "最小值为 0",
|
|
329
349
|
"isNotAddress": "地址格式错误",
|
|
330
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
331
|
-
"isNotTestnet": "请输入 Conflux eSpace (Testnet) 地址",
|
|
332
350
|
"pleaseSelect": "请选择",
|
|
333
351
|
"pleaseEnter": "请输入",
|
|
334
352
|
"notMatch": "生成的字节码与存储在地址上的字节代码不匹配"
|
|
@@ -539,7 +557,6 @@
|
|
|
539
557
|
"supportCenter": "帮助中心",
|
|
540
558
|
"suggestionBox": "意见箱",
|
|
541
559
|
"testnet": "Conflux eSpace (Testnet)",
|
|
542
|
-
"oceanus": "Conflux Hydra",
|
|
543
560
|
"searchPlaceHolder": "请输入区块高度 / 区块哈希 / 交易哈希 / 地址 / 通证 / 合约名称标签",
|
|
544
561
|
"searchPlaceHolderMobile": "区块高度/区块哈希/交易哈希/地址/通证/合约名称标签",
|
|
545
562
|
"addressConverter": "地址格式转换",
|
|
@@ -1544,38 +1561,6 @@
|
|
|
1544
1561
|
"age": "块龄"
|
|
1545
1562
|
}
|
|
1546
1563
|
},
|
|
1547
|
-
"addressConverter": {
|
|
1548
|
-
"title": "地址格式转换",
|
|
1549
|
-
"subtitle": "通过使用最新的 Checksum 规则,Conflux 的旧地址会被转换为全新的地址。",
|
|
1550
|
-
"button": "转换",
|
|
1551
|
-
"inputPlaceholder": "输入地址",
|
|
1552
|
-
"networkId": "network id (可选)",
|
|
1553
|
-
"incorrectFormat": "地址格式不正确",
|
|
1554
|
-
"lowercase": "全小写地址",
|
|
1555
|
-
"checksum": "旧规则地址",
|
|
1556
|
-
"newMainnetAddress": "Conflux Hydra 新地址 (二者皆可)",
|
|
1557
|
-
"newTestnetAddress": "Conflux 测试网新地址 (二者皆可)",
|
|
1558
|
-
"newCustomnetAddress": "Conflux 自定义 network id 新地址 (二者皆可)",
|
|
1559
|
-
"notice": "注意,不能用任何钱包将 CFX 直接转至 BSC 的地址,需要通过 ",
|
|
1560
|
-
"noticeLinkText": "Shuttleflow",
|
|
1561
|
-
"noticeend": " 完成跨链转账。",
|
|
1562
|
-
"noticeLink": "https://shuttleflow.io/",
|
|
1563
|
-
"remark": "说明:",
|
|
1564
|
-
"tip1": "1. 新地址的最后八位为校验和,其由原始地址通过校验算法生成,让地址拥有自校验的能力。",
|
|
1565
|
-
"tip2": "2. Conflux 采用了不同于 EIP55 规则的新 Checksum 校验规则。",
|
|
1566
|
-
"tip3": "3. Network-id 代表该地址的网络前缀,仅用于私有部署的 Conflux 网络。关于有效网络 ID 的信息请查看 ",
|
|
1567
|
-
"tip3Link": "https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-37.md",
|
|
1568
|
-
"tip3end": "CIP-37。",
|
|
1569
|
-
"tip5": "5. 为防止资产丢失,请仔细查看",
|
|
1570
|
-
"tip5Link": "https://forum.conflux.fun/t/topic/6720",
|
|
1571
|
-
"tip5Middle": "有关地址格式的资产转账说明",
|
|
1572
|
-
"tip5end": "。",
|
|
1573
|
-
"tip4": "4. 除内置合约与零地址外,其它以 0x0 开头的地址不能被转换。",
|
|
1574
|
-
"errorMessage": {
|
|
1575
|
-
"0x0": "该地址为非内置合约或非零地址",
|
|
1576
|
-
"0x8": "该合约不存在,请谨慎操作"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
1564
|
"broadcastTx": {
|
|
1580
1565
|
"title": "广播交易",
|
|
1581
1566
|
"subtitle": "您可以在下方输入以 0x 开头的十六进制格式的已签名原始交易(例如字符:0-9, a-f)并将其在 Conflux 网络上广播。",
|
|
@@ -1597,20 +1582,6 @@
|
|
|
1597
1582
|
"min": "分钟",
|
|
1598
1583
|
"sec": "秒"
|
|
1599
1584
|
},
|
|
1600
|
-
"notice": {
|
|
1601
|
-
"mainnet": [
|
|
1602
|
-
"1. 当前网络为 Conflux 主网第三阶段 Conflux Hydra,Conflux-Rust 版本号:{{version}}。",
|
|
1603
|
-
"2. 钱包将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Portal 升级为全面适配 CIP-37",
|
|
1604
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1605
|
-
],
|
|
1606
|
-
"testnet": [
|
|
1607
|
-
"1. 当前网络为 Conflux eSpace (Testnet),Conflux-Rust 版本号:{{version}},所有数据均为 Conflux 测试网数据。",
|
|
1608
|
-
"2. 钱包将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Portal 升级为全面适配 CIP-37",
|
|
1609
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1610
|
-
],
|
|
1611
|
-
"link": "https://forum.conflux.fun/t/topic/5386",
|
|
1612
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5386"
|
|
1613
|
-
},
|
|
1614
1585
|
"toolTip": {
|
|
1615
1586
|
"block": {
|
|
1616
1587
|
"blockHeight": "区块高度是指从当前区块经过父边引用到达创世区块经过的区块数量。新区块的区块高度比它的父区块高度增加 1。特别的,创世块的区块高度为 0。",
|
|
@@ -1731,9 +1702,6 @@
|
|
|
1731
1702
|
"viewOnConfluxScan": "在 ConfluxScan 上查看",
|
|
1732
1703
|
"networkNotice": "网络说明",
|
|
1733
1704
|
"addressNotice": "地址说明",
|
|
1734
|
-
"switchToMainnet": "请在钱包中将网络切换至 Conflux Hydra。",
|
|
1735
|
-
"switchToTestnet": "请在钱包中将网络切换至 Conflux eSpace (Testnet)。",
|
|
1736
|
-
"switchToScanNetwork": "请在钱包中将网络切换为 {{networkID}} 的网络",
|
|
1737
1705
|
"cannotProcess": "无法处理",
|
|
1738
1706
|
"upgradeTipAddress": "请切换钱包到正确的网络中。"
|
|
1739
1707
|
},
|
|
@@ -1882,9 +1850,7 @@
|
|
|
1882
1850
|
"typeRequired": "请选择至少一种举报类型",
|
|
1883
1851
|
"descriptionRequired": "请输入至少 30 个字符的描述",
|
|
1884
1852
|
"recaptchaRequired": "请进行 reCAPTCHA 验证",
|
|
1885
|
-
"txnHashInvalid": "交易哈希格式错误"
|
|
1886
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
1887
|
-
"isNotTestnet": "请输入 Conflux eSpace (Testnet) 地址"
|
|
1853
|
+
"txnHashInvalid": "交易哈希格式错误"
|
|
1888
1854
|
},
|
|
1889
1855
|
"status": {
|
|
1890
1856
|
"success": "提交成功",
|