@cfxjs/sirius-next-i18n 0.2.2 → 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 +3 -29
- package/cspace/zh_cn/translation.json +3 -29
- package/dist/cspace/en/translation.json +3 -29
- package/dist/evm/base/en/translation.json +2 -58
- package/evm/base/en/translation.json +2 -58
- package/evm/base/zh_cn/translation.json +2 -58
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -280,9 +280,7 @@
|
|
|
280
280
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
281
281
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
282
282
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
283
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
284
|
-
"testnet": "Please switch network to Conflux Test Network in Fluent Wallet",
|
|
285
|
-
"mainnet": "Please switch network to Conflux Hydra in Fluent Wallet"
|
|
283
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
286
284
|
},
|
|
287
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>",
|
|
288
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>.",
|
|
@@ -361,8 +359,6 @@
|
|
|
361
359
|
"required": "Required",
|
|
362
360
|
"min": "The minimum value is 0",
|
|
363
361
|
"isNotAddress": "Invalid address format",
|
|
364
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
365
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address",
|
|
366
362
|
"pleaseSelect": "Please Select",
|
|
367
363
|
"pleaseEnter": "Please Enter",
|
|
368
364
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -403,7 +399,6 @@
|
|
|
403
399
|
"contractDetail": {
|
|
404
400
|
"title": "Contract Detail",
|
|
405
401
|
"content": "Details of contract",
|
|
406
|
-
"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)",
|
|
407
402
|
"at": "at",
|
|
408
403
|
"txOnlyEn": "txn",
|
|
409
404
|
"txOnlyZh": "",
|
|
@@ -561,7 +556,6 @@
|
|
|
561
556
|
"supportCenter": "Support Center",
|
|
562
557
|
"suggestionBox": "Suggestion Box",
|
|
563
558
|
"testnet": "Conflux Core (Testnet)",
|
|
564
|
-
"oceanus": "Conflux Hydra",
|
|
565
559
|
"searchPlaceHolder": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
566
560
|
"searchPlaceHolderMobile": "Epoch/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
567
561
|
"searchPlaceHolderWithWeb3": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag / .web3 Username",
|
|
@@ -1788,7 +1782,7 @@
|
|
|
1788
1782
|
"incorrectFormat": "Invalid address format",
|
|
1789
1783
|
"lowercase": "Address in lowercase",
|
|
1790
1784
|
"checksum": "Old checksummed address",
|
|
1791
|
-
"newMainnetAddress": "Conflux
|
|
1785
|
+
"newMainnetAddress": "Conflux new address (both address types are valid)",
|
|
1792
1786
|
"newTestnetAddress": "Conflux Core (Testnet) new address (both address types are valid)",
|
|
1793
1787
|
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1794
1788
|
"remark": "Remark:",
|
|
@@ -1856,20 +1850,6 @@
|
|
|
1856
1850
|
"min": "MINUTES",
|
|
1857
1851
|
"sec": "SECONDS"
|
|
1858
1852
|
},
|
|
1859
|
-
"notice": {
|
|
1860
|
-
"mainnet": [
|
|
1861
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Hydra, Conflux-Rust version: {{version}}.",
|
|
1862
|
-
"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",
|
|
1863
|
-
"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."
|
|
1864
|
-
],
|
|
1865
|
-
"testnet": [
|
|
1866
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1867
|
-
"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",
|
|
1868
|
-
"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."
|
|
1869
|
-
],
|
|
1870
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1871
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1872
|
-
},
|
|
1873
1853
|
"toolTip": {
|
|
1874
1854
|
"block": {
|
|
1875
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.",
|
|
@@ -1965,7 +1945,6 @@
|
|
|
1965
1945
|
"nameTag": "Name tags can be attached to an address for identifying addresses of interest.",
|
|
1966
1946
|
"tokenTracker": "The token which was deployed by the contract.",
|
|
1967
1947
|
"contractCreator": "The address which deploys the contract.",
|
|
1968
|
-
"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)",
|
|
1969
1948
|
"storageSponsor": "The sponsor address which pays storage collateral for transactions interacts with such a contract. ",
|
|
1970
1949
|
"gasFeeSponsor": "The sponsor address which pays gas fee for transactions interacts with such a contract. "
|
|
1971
1950
|
},
|
|
@@ -1993,9 +1972,6 @@
|
|
|
1993
1972
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1994
1973
|
"networkNotice": "Network Notice",
|
|
1995
1974
|
"addressNotice": "Address Notice",
|
|
1996
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Fluent Wallet.",
|
|
1997
|
-
"switchToTestnet": "Please switch the network to Conflux Test Network in Fluent Wallet.",
|
|
1998
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Fluent Wallet.",
|
|
1999
1975
|
"cannotProcess": "Cannot Process",
|
|
2000
1976
|
"upgradeTipAddress": "Please switch Fluent Wallet to correct network."
|
|
2001
1977
|
},
|
|
@@ -2158,9 +2134,7 @@
|
|
|
2158
2134
|
"typeRequired": "Please select at least one type",
|
|
2159
2135
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
2160
2136
|
"recaptchaRequired": "Invalid captcha response",
|
|
2161
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
2162
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
2163
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address"
|
|
2137
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
2164
2138
|
},
|
|
2165
2139
|
"status": {
|
|
2166
2140
|
"success": "Submit Succeed",
|
|
@@ -279,9 +279,7 @@
|
|
|
279
279
|
"array": "请输入有效的 {{type}} 数组,用中括号包裹",
|
|
280
280
|
"tuple": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)",
|
|
281
281
|
"tupleArray": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)数组",
|
|
282
|
-
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
283
|
-
"testnet": "请在 Fluent Wallet 钱包中将网络切换至Conflux Test Network",
|
|
284
|
-
"mainnet": "请在 Fluent Wallet 钱包中将网络切换至Conflux Hydra"
|
|
282
|
+
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
285
283
|
},
|
|
286
284
|
"tupleFormat": "元组类型:<code>{{type}}</code><br />参数名称:<code>{{params}}</code><br />元组参数数组:<code>{{paramsArray}}</code><br />元组参数对象:<code>{{paramsObject}}</code>",
|
|
287
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>。",
|
|
@@ -359,8 +357,6 @@
|
|
|
359
357
|
"required": "请输入",
|
|
360
358
|
"min": "最小值为 0",
|
|
361
359
|
"isNotAddress": "地址格式错误",
|
|
362
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
363
|
-
"isNotTestnet": "请输入 Conflux Core (Testnet) 地址",
|
|
364
360
|
"pleaseSelect": "请选择",
|
|
365
361
|
"pleaseEnter": "请输入",
|
|
366
362
|
"notMatch": "生成的字节码与存储在地址上的字节代码不匹配"
|
|
@@ -401,7 +397,6 @@
|
|
|
401
397
|
"contractDetail": {
|
|
402
398
|
"title": "合约详情",
|
|
403
399
|
"content": "合约详情",
|
|
404
|
-
"contractAdminWarning": "管理员地址,有能力销毁合约。如果管理员地址不是零地址,则表示该合约处于调试阶段(Hydra 零地址为:cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2;Testnet 零地址为:cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)。",
|
|
405
400
|
"at": "在",
|
|
406
401
|
"txOnlyEn": "",
|
|
407
402
|
"txOnlyZh": "交易",
|
|
@@ -559,7 +554,6 @@
|
|
|
559
554
|
"supportCenter": "帮助中心",
|
|
560
555
|
"suggestionBox": "意见箱",
|
|
561
556
|
"testnet": "Conflux Core (Testnet)",
|
|
562
|
-
"oceanus": "Conflux Hydra",
|
|
563
557
|
"searchPlaceHolder": "请输入纪元 / 区块哈希 / 交易哈希 / 地址 / 通证 / 合约名称标签",
|
|
564
558
|
"searchPlaceHolderMobile": "纪元/区块哈希/交易哈希/地址/通证/合约名称标签",
|
|
565
559
|
"searchPlaceHolderWithWeb3": "请输入纪元 / 区块哈希 / 交易哈希 / 地址 / 通证 / 合约名称标签 / .web3 用户名",
|
|
@@ -1783,7 +1777,7 @@
|
|
|
1783
1777
|
"incorrectFormat": "地址格式不正确",
|
|
1784
1778
|
"lowercase": "全小写地址",
|
|
1785
1779
|
"checksum": "旧规则地址",
|
|
1786
|
-
"newMainnetAddress": "Conflux
|
|
1780
|
+
"newMainnetAddress": "Conflux 新地址 (二者皆可)",
|
|
1787
1781
|
"newTestnetAddress": "Conflux 测试网新地址 (二者皆可)",
|
|
1788
1782
|
"newCustomnetAddress": "Conflux 自定义 network id 新地址 (二者皆可)",
|
|
1789
1783
|
"remark": "说明:",
|
|
@@ -1851,20 +1845,6 @@
|
|
|
1851
1845
|
"min": "分钟",
|
|
1852
1846
|
"sec": "秒"
|
|
1853
1847
|
},
|
|
1854
|
-
"notice": {
|
|
1855
|
-
"mainnet": [
|
|
1856
|
-
"1. 当前网络为 Conflux 主网第三阶段 Conflux Hydra,Conflux-Rust 版本号:{{version}}。",
|
|
1857
|
-
"2. Fluent Wallet 将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Fluent Wallet 升级为全面适配 CIP-37",
|
|
1858
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1859
|
-
],
|
|
1860
|
-
"testnet": [
|
|
1861
|
-
"1. 当前网络为 Conflux Core (Testnet),Conflux-Rust 版本号:{{version}},所有数据均为 Conflux 测试网数据。",
|
|
1862
|
-
"2. Fluent Wallet 将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Fluent Wallet 升级为全面适配 CIP-37",
|
|
1863
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1864
|
-
],
|
|
1865
|
-
"link": "https://forum.conflux.fun/t/topic/5386",
|
|
1866
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5386"
|
|
1867
|
-
},
|
|
1868
1848
|
"toolTip": {
|
|
1869
1849
|
"block": {
|
|
1870
1850
|
"blockHeight": "区块高度是指从当前区块经过父边引用到达创世区块经过的区块数量。新区块的区块高度比它的父区块高度增加 1。特别的,创世块的区块高度为 0。",
|
|
@@ -1960,7 +1940,6 @@
|
|
|
1960
1940
|
"nameTag": "姓名标签可以附加到地址,以识别感兴趣的地址。",
|
|
1961
1941
|
"tokenTracker": "该合约上部署的通证。",
|
|
1962
1942
|
"contractCreator": "创建该合约的地址。",
|
|
1963
|
-
"contractAdmin": "管理员地址,有能力销毁合约。如果管理员地址不是零地址,则表示该合约处于调试阶段(Hydra 零地址为:cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2;Testnet 零地址为:cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)。",
|
|
1964
1943
|
"storageSponsor": "为调用这个合约的交易支付存储押金的赞助地址。",
|
|
1965
1944
|
"gasFeeSponsor": "为调用这个合约的交易支付交易费的赞助商地址。"
|
|
1966
1945
|
},
|
|
@@ -1988,9 +1967,6 @@
|
|
|
1988
1967
|
"viewOnConfluxScan": "在 ConfluxScan 上查看",
|
|
1989
1968
|
"networkNotice": "网络说明",
|
|
1990
1969
|
"addressNotice": "地址说明",
|
|
1991
|
-
"switchToMainnet": "请在 Fluent Wallet 中将网络切换至 Conflux Hydra。",
|
|
1992
|
-
"switchToTestnet": "请在 Fluent Wallet 中将网络切换至 Conflux Test Network。",
|
|
1993
|
-
"switchToScanNetwork": "请在 Fluent Wallet 中将网络切换为 {{networkID}} 的网络",
|
|
1994
1970
|
"cannotProcess": "无法处理",
|
|
1995
1971
|
"upgradeTipAddress": "请切换 Fluent Wallet 到正确的网络中。"
|
|
1996
1972
|
},
|
|
@@ -2153,9 +2129,7 @@
|
|
|
2153
2129
|
"typeRequired": "请选择至少一种举报类型",
|
|
2154
2130
|
"descriptionRequired": "请输入至少 30 个字符的描述",
|
|
2155
2131
|
"recaptchaRequired": "请进行 reCAPTCHA 验证",
|
|
2156
|
-
"txnHashInvalid": "交易哈希格式错误"
|
|
2157
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
2158
|
-
"isNotTestnet": "请输入 Conflux Core (Testnet) 地址"
|
|
2132
|
+
"txnHashInvalid": "交易哈希格式错误"
|
|
2159
2133
|
},
|
|
2160
2134
|
"status": {
|
|
2161
2135
|
"success": "提交成功",
|
|
@@ -280,9 +280,7 @@
|
|
|
280
280
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
281
281
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
282
282
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
283
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
284
|
-
"testnet": "Please switch network to Conflux Test Network in Fluent Wallet",
|
|
285
|
-
"mainnet": "Please switch network to Conflux Hydra in Fluent Wallet"
|
|
283
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
286
284
|
},
|
|
287
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>",
|
|
288
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>.",
|
|
@@ -361,8 +359,6 @@
|
|
|
361
359
|
"required": "Required",
|
|
362
360
|
"min": "The minimum value is 0",
|
|
363
361
|
"isNotAddress": "Invalid address format",
|
|
364
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
365
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address",
|
|
366
362
|
"pleaseSelect": "Please Select",
|
|
367
363
|
"pleaseEnter": "Please Enter",
|
|
368
364
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -403,7 +399,6 @@
|
|
|
403
399
|
"contractDetail": {
|
|
404
400
|
"title": "Contract Detail",
|
|
405
401
|
"content": "Details of contract",
|
|
406
|
-
"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)",
|
|
407
402
|
"at": "at",
|
|
408
403
|
"txOnlyEn": "txn",
|
|
409
404
|
"txOnlyZh": "",
|
|
@@ -561,7 +556,6 @@
|
|
|
561
556
|
"supportCenter": "Support Center",
|
|
562
557
|
"suggestionBox": "Suggestion Box",
|
|
563
558
|
"testnet": "Conflux Core (Testnet)",
|
|
564
|
-
"oceanus": "Conflux Hydra",
|
|
565
559
|
"searchPlaceHolder": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
566
560
|
"searchPlaceHolderMobile": "Epoch/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
567
561
|
"searchPlaceHolderWithWeb3": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag / .web3 Username",
|
|
@@ -1787,7 +1781,7 @@
|
|
|
1787
1781
|
"incorrectFormat": "Invalid address format",
|
|
1788
1782
|
"lowercase": "Address in lowercase",
|
|
1789
1783
|
"checksum": "Old checksummed address",
|
|
1790
|
-
"newMainnetAddress": "Conflux
|
|
1784
|
+
"newMainnetAddress": "Conflux new address (both address types are valid)",
|
|
1791
1785
|
"newTestnetAddress": "Conflux Core (Testnet) new address (both address types are valid)",
|
|
1792
1786
|
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1793
1787
|
"remark": "Remark:",
|
|
@@ -1855,20 +1849,6 @@
|
|
|
1855
1849
|
"min": "MINUTES",
|
|
1856
1850
|
"sec": "SECONDS"
|
|
1857
1851
|
},
|
|
1858
|
-
"notice": {
|
|
1859
|
-
"mainnet": [
|
|
1860
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Hydra, Conflux-Rust version: {{version}}.",
|
|
1861
|
-
"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",
|
|
1862
|
-
"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."
|
|
1863
|
-
],
|
|
1864
|
-
"testnet": [
|
|
1865
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1866
|
-
"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",
|
|
1867
|
-
"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."
|
|
1868
|
-
],
|
|
1869
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1870
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1871
|
-
},
|
|
1872
1852
|
"toolTip": {
|
|
1873
1853
|
"block": {
|
|
1874
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.",
|
|
@@ -1964,7 +1944,6 @@
|
|
|
1964
1944
|
"nameTag": "Name tags can be attached to an address for identifying addresses of interest.",
|
|
1965
1945
|
"tokenTracker": "The token which was deployed by the contract.",
|
|
1966
1946
|
"contractCreator": "The address which deploys the contract.",
|
|
1967
|
-
"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)",
|
|
1968
1947
|
"storageSponsor": "The sponsor address which pays storage collateral for transactions interacts with such a contract. ",
|
|
1969
1948
|
"gasFeeSponsor": "The sponsor address which pays gas fee for transactions interacts with such a contract. "
|
|
1970
1949
|
},
|
|
@@ -1992,9 +1971,6 @@
|
|
|
1992
1971
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1993
1972
|
"networkNotice": "Network Notice",
|
|
1994
1973
|
"addressNotice": "Address Notice",
|
|
1995
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Fluent Wallet.",
|
|
1996
|
-
"switchToTestnet": "Please switch the network to Conflux Test Network in Fluent Wallet.",
|
|
1997
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Fluent Wallet.",
|
|
1998
1974
|
"cannotProcess": "Cannot Process",
|
|
1999
1975
|
"upgradeTipAddress": "Please switch Fluent Wallet to correct network."
|
|
2000
1976
|
},
|
|
@@ -2157,9 +2133,7 @@
|
|
|
2157
2133
|
"typeRequired": "Please select at least one type",
|
|
2158
2134
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
2159
2135
|
"recaptchaRequired": "Invalid captcha response",
|
|
2160
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
2161
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
2162
|
-
"isNotTestnet": "Please enter Conflux Core (Testnet) address"
|
|
2136
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
2163
2137
|
},
|
|
2164
2138
|
"status": {
|
|
2165
2139
|
"success": "Submit Succeed",
|
|
@@ -270,9 +270,7 @@
|
|
|
270
270
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
271
271
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
272
272
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
273
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
274
|
-
"testnet": "Please switch network to Conflux eSpace (Testnet) in Wallet",
|
|
275
|
-
"mainnet": "Please switch network to Conflux Hydra in Wallet"
|
|
273
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
276
274
|
},
|
|
277
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>",
|
|
278
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>.",
|
|
@@ -351,8 +349,6 @@
|
|
|
351
349
|
"required": "Required",
|
|
352
350
|
"min": "The minimum value is 0",
|
|
353
351
|
"isNotAddress": "Invalid address format",
|
|
354
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
355
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address",
|
|
356
352
|
"pleaseSelect": "Please Select",
|
|
357
353
|
"pleaseEnter": "Please Enter",
|
|
358
354
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -563,7 +559,6 @@
|
|
|
563
559
|
"supportCenter": "Support Center",
|
|
564
560
|
"suggestionBox": "Suggestion Box",
|
|
565
561
|
"testnet": "Conflux eSpace (Testnet)",
|
|
566
|
-
"oceanus": "Conflux Hydra",
|
|
567
562
|
"searchPlaceHolder": "Search by Block Height / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
568
563
|
"searchPlaceHolderMobile": "Block Height/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
569
564
|
"addressConverter": "Address Format Conversion",
|
|
@@ -1570,38 +1565,6 @@
|
|
|
1570
1565
|
"age": "Age"
|
|
1571
1566
|
}
|
|
1572
1567
|
},
|
|
1573
|
-
"addressConverter": {
|
|
1574
|
-
"title": "Address Format Conversion",
|
|
1575
|
-
"subtitle": "The old Conflux address will be converted to a new address by using the advanced checksum method.",
|
|
1576
|
-
"button": "Convert",
|
|
1577
|
-
"inputPlaceholder": "Input address",
|
|
1578
|
-
"networkId": "network id (optional)",
|
|
1579
|
-
"incorrectFormat": "Invalid address format",
|
|
1580
|
-
"lowercase": "Address in lowercase",
|
|
1581
|
-
"checksum": "Old checksummed address",
|
|
1582
|
-
"newMainnetAddress": "Conflux Hydra new address (both address types are valid)",
|
|
1583
|
-
"newTestnetAddress": "Conflux eSpace (Testnet) new address (both address types are valid)",
|
|
1584
|
-
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1585
|
-
"notice": "Attention, CFX cannot be transferred directly to the BSC address with any wallet, and cross-chain transfers are required via ",
|
|
1586
|
-
"noticeLinkText": "Shuttleflow",
|
|
1587
|
-
"noticeend": ".",
|
|
1588
|
-
"noticeLink": "https://shuttleflow.io/",
|
|
1589
|
-
"remark": "Remark:",
|
|
1590
|
-
"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.",
|
|
1591
|
-
"tip2": "2. Conflux adopts a new checksum method different from the EIP55 standard.",
|
|
1592
|
-
"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 ",
|
|
1593
|
-
"tip3Link": "https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-37.md",
|
|
1594
|
-
"tip3end": "CIP-37.",
|
|
1595
|
-
"tip5": "5. To prevent loss of assets, please review ",
|
|
1596
|
-
"tip5Link": "https://forum.conflux.fun/t/conflux-address-formats-and-their-implications-of-asset-transfers/6727",
|
|
1597
|
-
"tip5Middle": "Conflux Address-Formats and Their Implications of Asset Transfers",
|
|
1598
|
-
"tip5end": " carefully.",
|
|
1599
|
-
"tip4": "4. Contract addresses starting with 0x0 cannot be converted, except for build-in contracts and zero-address.",
|
|
1600
|
-
"errorMessage": {
|
|
1601
|
-
"0x0": "The address is a non-built-in contract or a non-zero address",
|
|
1602
|
-
"0x8": "The contract does not exist, please be careful"
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
1568
|
"broadcastTx": {
|
|
1606
1569
|
"title": "Broadcast Transaction",
|
|
1607
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.",
|
|
@@ -1623,20 +1586,6 @@
|
|
|
1623
1586
|
"min": "Min",
|
|
1624
1587
|
"sec": "Sec"
|
|
1625
1588
|
},
|
|
1626
|
-
"notice": {
|
|
1627
|
-
"mainnet": [
|
|
1628
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Tethys, Conflux-Rust version: {{version}}.",
|
|
1629
|
-
"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",
|
|
1630
|
-
"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."
|
|
1631
|
-
],
|
|
1632
|
-
"testnet": [
|
|
1633
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1634
|
-
"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",
|
|
1635
|
-
"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."
|
|
1636
|
-
],
|
|
1637
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1638
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1639
|
-
},
|
|
1640
1589
|
"toolTip": {
|
|
1641
1590
|
"block": {
|
|
1642
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.",
|
|
@@ -1757,9 +1706,6 @@
|
|
|
1757
1706
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1758
1707
|
"networkNotice": "Network Notice",
|
|
1759
1708
|
"addressNotice": "Address Notice",
|
|
1760
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Wallet.",
|
|
1761
|
-
"switchToTestnet": "Please switch the network to Conflux eSpace (Testnet) in Wallet.",
|
|
1762
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Wallet.",
|
|
1763
1709
|
"cannotProcess": "Cannot Process",
|
|
1764
1710
|
"upgradeTipAddress": "Please update Wallet to correct network."
|
|
1765
1711
|
},
|
|
@@ -1908,9 +1854,7 @@
|
|
|
1908
1854
|
"typeRequired": "Please select at least one type",
|
|
1909
1855
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
1910
1856
|
"recaptchaRequired": "Invalid captcha response",
|
|
1911
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
1912
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
1913
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address"
|
|
1857
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
1914
1858
|
},
|
|
1915
1859
|
"status": {
|
|
1916
1860
|
"success": "Submit Succeed",
|
|
@@ -270,9 +270,7 @@
|
|
|
270
270
|
"array": "Please enter a valid {{type}} array with square brackets",
|
|
271
271
|
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
272
272
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
273
|
-
"notSupport": "{{type}} support will be coming soon"
|
|
274
|
-
"testnet": "Please switch network to Conflux eSpace (Testnet) in Wallet",
|
|
275
|
-
"mainnet": "Please switch network to Conflux Hydra in Wallet"
|
|
273
|
+
"notSupport": "{{type}} support will be coming soon"
|
|
276
274
|
},
|
|
277
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>",
|
|
278
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>.",
|
|
@@ -351,8 +349,6 @@
|
|
|
351
349
|
"required": "Required",
|
|
352
350
|
"min": "The minimum value is 0",
|
|
353
351
|
"isNotAddress": "Invalid address format",
|
|
354
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
355
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address",
|
|
356
352
|
"pleaseSelect": "Please Select",
|
|
357
353
|
"pleaseEnter": "Please Enter",
|
|
358
354
|
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
@@ -563,7 +559,6 @@
|
|
|
563
559
|
"supportCenter": "Support Center",
|
|
564
560
|
"suggestionBox": "Suggestion Box",
|
|
565
561
|
"testnet": "Conflux eSpace (Testnet)",
|
|
566
|
-
"oceanus": "Conflux Hydra",
|
|
567
562
|
"searchPlaceHolder": "Search by Block Height / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
568
563
|
"searchPlaceHolderMobile": "Block Height/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
569
564
|
"addressConverter": "Address Format Conversion",
|
|
@@ -1570,38 +1565,6 @@
|
|
|
1570
1565
|
"age": "Age"
|
|
1571
1566
|
}
|
|
1572
1567
|
},
|
|
1573
|
-
"addressConverter": {
|
|
1574
|
-
"title": "Address Format Conversion",
|
|
1575
|
-
"subtitle": "The old Conflux address will be converted to a new address by using the advanced checksum method.",
|
|
1576
|
-
"button": "Convert",
|
|
1577
|
-
"inputPlaceholder": "Input address",
|
|
1578
|
-
"networkId": "network id (optional)",
|
|
1579
|
-
"incorrectFormat": "Invalid address format",
|
|
1580
|
-
"lowercase": "Address in lowercase",
|
|
1581
|
-
"checksum": "Old checksummed address",
|
|
1582
|
-
"newMainnetAddress": "Conflux Hydra new address (both address types are valid)",
|
|
1583
|
-
"newTestnetAddress": "Conflux eSpace (Testnet) new address (both address types are valid)",
|
|
1584
|
-
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1585
|
-
"notice": "Attention, CFX cannot be transferred directly to the BSC address with any wallet, and cross-chain transfers are required via ",
|
|
1586
|
-
"noticeLinkText": "Shuttleflow",
|
|
1587
|
-
"noticeend": ".",
|
|
1588
|
-
"noticeLink": "https://shuttleflow.io/",
|
|
1589
|
-
"remark": "Remark:",
|
|
1590
|
-
"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.",
|
|
1591
|
-
"tip2": "2. Conflux adopts a new checksum method different from the EIP55 standard.",
|
|
1592
|
-
"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 ",
|
|
1593
|
-
"tip3Link": "https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-37.md",
|
|
1594
|
-
"tip3end": "CIP-37.",
|
|
1595
|
-
"tip5": "5. To prevent loss of assets, please review ",
|
|
1596
|
-
"tip5Link": "https://forum.conflux.fun/t/conflux-address-formats-and-their-implications-of-asset-transfers/6727",
|
|
1597
|
-
"tip5Middle": "Conflux Address-Formats and Their Implications of Asset Transfers",
|
|
1598
|
-
"tip5end": " carefully.",
|
|
1599
|
-
"tip4": "4. Contract addresses starting with 0x0 cannot be converted, except for build-in contracts and zero-address.",
|
|
1600
|
-
"errorMessage": {
|
|
1601
|
-
"0x0": "The address is a non-built-in contract or a non-zero address",
|
|
1602
|
-
"0x8": "The contract does not exist, please be careful"
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
1568
|
"broadcastTx": {
|
|
1606
1569
|
"title": "Broadcast Transaction",
|
|
1607
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.",
|
|
@@ -1623,20 +1586,6 @@
|
|
|
1623
1586
|
"min": "Min",
|
|
1624
1587
|
"sec": "Sec"
|
|
1625
1588
|
},
|
|
1626
|
-
"notice": {
|
|
1627
|
-
"mainnet": [
|
|
1628
|
-
"1. ConfluxScan is currently on the Mainnet Phase III - Tethys, Conflux-Rust version: {{version}}.",
|
|
1629
|
-
"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",
|
|
1630
|
-
"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."
|
|
1631
|
-
],
|
|
1632
|
-
"testnet": [
|
|
1633
|
-
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1634
|
-
"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",
|
|
1635
|
-
"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."
|
|
1636
|
-
],
|
|
1637
|
-
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1638
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1639
|
-
},
|
|
1640
1589
|
"toolTip": {
|
|
1641
1590
|
"block": {
|
|
1642
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.",
|
|
@@ -1757,9 +1706,6 @@
|
|
|
1757
1706
|
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1758
1707
|
"networkNotice": "Network Notice",
|
|
1759
1708
|
"addressNotice": "Address Notice",
|
|
1760
|
-
"switchToMainnet": "Please switch the network to Conflux Hydra in Wallet.",
|
|
1761
|
-
"switchToTestnet": "Please switch the network to Conflux eSpace (Testnet) in Wallet.",
|
|
1762
|
-
"switchToScanNetwork": "Please switch the network to {{networkID}} in Wallet.",
|
|
1763
1709
|
"cannotProcess": "Cannot Process",
|
|
1764
1710
|
"upgradeTipAddress": "Please update Wallet to correct network."
|
|
1765
1711
|
},
|
|
@@ -1908,9 +1854,7 @@
|
|
|
1908
1854
|
"typeRequired": "Please select at least one type",
|
|
1909
1855
|
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
1910
1856
|
"recaptchaRequired": "Invalid captcha response",
|
|
1911
|
-
"txnHashInvalid": "Invalid txn hash format"
|
|
1912
|
-
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
1913
|
-
"isNotTestnet": "Please enter Conflux eSpace (Testnet) address"
|
|
1857
|
+
"txnHashInvalid": "Invalid txn hash format"
|
|
1914
1858
|
},
|
|
1915
1859
|
"status": {
|
|
1916
1860
|
"success": "Submit Succeed",
|
|
@@ -269,9 +269,7 @@
|
|
|
269
269
|
"array": "请输入有效的 {{type}} 数组,用中括号包裹",
|
|
270
270
|
"tuple": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)",
|
|
271
271
|
"tupleArray": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)数组",
|
|
272
|
-
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
273
|
-
"testnet": "请在钱包中将网络切换至 Conflux eSpace (Testnet)",
|
|
274
|
-
"mainnet": "请在钱包中将网络切换至 Conflux Hydra"
|
|
272
|
+
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
275
273
|
},
|
|
276
274
|
"tupleFormat": "元组类型:<code>{{type}}</code><br />参数名称:<code>{{params}}</code><br />元组参数数组:<code>{{paramsArray}}</code><br />元组参数对象:<code>{{paramsObject}}</code>",
|
|
277
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>。",
|
|
@@ -349,8 +347,6 @@
|
|
|
349
347
|
"required": "请输入",
|
|
350
348
|
"min": "最小值为 0",
|
|
351
349
|
"isNotAddress": "地址格式错误",
|
|
352
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
353
|
-
"isNotTestnet": "请输入 Conflux eSpace (Testnet) 地址",
|
|
354
350
|
"pleaseSelect": "请选择",
|
|
355
351
|
"pleaseEnter": "请输入",
|
|
356
352
|
"notMatch": "生成的字节码与存储在地址上的字节代码不匹配"
|
|
@@ -561,7 +557,6 @@
|
|
|
561
557
|
"supportCenter": "帮助中心",
|
|
562
558
|
"suggestionBox": "意见箱",
|
|
563
559
|
"testnet": "Conflux eSpace (Testnet)",
|
|
564
|
-
"oceanus": "Conflux Hydra",
|
|
565
560
|
"searchPlaceHolder": "请输入区块高度 / 区块哈希 / 交易哈希 / 地址 / 通证 / 合约名称标签",
|
|
566
561
|
"searchPlaceHolderMobile": "区块高度/区块哈希/交易哈希/地址/通证/合约名称标签",
|
|
567
562
|
"addressConverter": "地址格式转换",
|
|
@@ -1566,38 +1561,6 @@
|
|
|
1566
1561
|
"age": "块龄"
|
|
1567
1562
|
}
|
|
1568
1563
|
},
|
|
1569
|
-
"addressConverter": {
|
|
1570
|
-
"title": "地址格式转换",
|
|
1571
|
-
"subtitle": "通过使用最新的 Checksum 规则,Conflux 的旧地址会被转换为全新的地址。",
|
|
1572
|
-
"button": "转换",
|
|
1573
|
-
"inputPlaceholder": "输入地址",
|
|
1574
|
-
"networkId": "network id (可选)",
|
|
1575
|
-
"incorrectFormat": "地址格式不正确",
|
|
1576
|
-
"lowercase": "全小写地址",
|
|
1577
|
-
"checksum": "旧规则地址",
|
|
1578
|
-
"newMainnetAddress": "Conflux Hydra 新地址 (二者皆可)",
|
|
1579
|
-
"newTestnetAddress": "Conflux 测试网新地址 (二者皆可)",
|
|
1580
|
-
"newCustomnetAddress": "Conflux 自定义 network id 新地址 (二者皆可)",
|
|
1581
|
-
"notice": "注意,不能用任何钱包将 CFX 直接转至 BSC 的地址,需要通过 ",
|
|
1582
|
-
"noticeLinkText": "Shuttleflow",
|
|
1583
|
-
"noticeend": " 完成跨链转账。",
|
|
1584
|
-
"noticeLink": "https://shuttleflow.io/",
|
|
1585
|
-
"remark": "说明:",
|
|
1586
|
-
"tip1": "1. 新地址的最后八位为校验和,其由原始地址通过校验算法生成,让地址拥有自校验的能力。",
|
|
1587
|
-
"tip2": "2. Conflux 采用了不同于 EIP55 规则的新 Checksum 校验规则。",
|
|
1588
|
-
"tip3": "3. Network-id 代表该地址的网络前缀,仅用于私有部署的 Conflux 网络。关于有效网络 ID 的信息请查看 ",
|
|
1589
|
-
"tip3Link": "https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-37.md",
|
|
1590
|
-
"tip3end": "CIP-37。",
|
|
1591
|
-
"tip5": "5. 为防止资产丢失,请仔细查看",
|
|
1592
|
-
"tip5Link": "https://forum.conflux.fun/t/topic/6720",
|
|
1593
|
-
"tip5Middle": "有关地址格式的资产转账说明",
|
|
1594
|
-
"tip5end": "。",
|
|
1595
|
-
"tip4": "4. 除内置合约与零地址外,其它以 0x0 开头的地址不能被转换。",
|
|
1596
|
-
"errorMessage": {
|
|
1597
|
-
"0x0": "该地址为非内置合约或非零地址",
|
|
1598
|
-
"0x8": "该合约不存在,请谨慎操作"
|
|
1599
|
-
}
|
|
1600
|
-
},
|
|
1601
1564
|
"broadcastTx": {
|
|
1602
1565
|
"title": "广播交易",
|
|
1603
1566
|
"subtitle": "您可以在下方输入以 0x 开头的十六进制格式的已签名原始交易(例如字符:0-9, a-f)并将其在 Conflux 网络上广播。",
|
|
@@ -1619,20 +1582,6 @@
|
|
|
1619
1582
|
"min": "分钟",
|
|
1620
1583
|
"sec": "秒"
|
|
1621
1584
|
},
|
|
1622
|
-
"notice": {
|
|
1623
|
-
"mainnet": [
|
|
1624
|
-
"1. 当前网络为 Conflux 主网第三阶段 Conflux Hydra,Conflux-Rust 版本号:{{version}}。",
|
|
1625
|
-
"2. 钱包将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Portal 升级为全面适配 CIP-37",
|
|
1626
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1627
|
-
],
|
|
1628
|
-
"testnet": [
|
|
1629
|
-
"1. 当前网络为 Conflux eSpace (Testnet),Conflux-Rust 版本号:{{version}},所有数据均为 Conflux 测试网数据。",
|
|
1630
|
-
"2. 钱包将于 2021 年 3 月 9 日 11:00 - 13:00 (GMT+8) 之间发布 0.6.0 版本,本次 Portal 升级为全面适配 CIP-37",
|
|
1631
|
-
"3. 新旧地址格式只是做了一次编码转换,原有的私钥和助记词可以正常登录 Conflux 钱包账户,不会对个人资产有任何影响。"
|
|
1632
|
-
],
|
|
1633
|
-
"link": "https://forum.conflux.fun/t/topic/5386",
|
|
1634
|
-
"testnetLink": "https://forum.conflux.fun/t/topic/5386"
|
|
1635
|
-
},
|
|
1636
1585
|
"toolTip": {
|
|
1637
1586
|
"block": {
|
|
1638
1587
|
"blockHeight": "区块高度是指从当前区块经过父边引用到达创世区块经过的区块数量。新区块的区块高度比它的父区块高度增加 1。特别的,创世块的区块高度为 0。",
|
|
@@ -1753,9 +1702,6 @@
|
|
|
1753
1702
|
"viewOnConfluxScan": "在 ConfluxScan 上查看",
|
|
1754
1703
|
"networkNotice": "网络说明",
|
|
1755
1704
|
"addressNotice": "地址说明",
|
|
1756
|
-
"switchToMainnet": "请在钱包中将网络切换至 Conflux Hydra。",
|
|
1757
|
-
"switchToTestnet": "请在钱包中将网络切换至 Conflux eSpace (Testnet)。",
|
|
1758
|
-
"switchToScanNetwork": "请在钱包中将网络切换为 {{networkID}} 的网络",
|
|
1759
1705
|
"cannotProcess": "无法处理",
|
|
1760
1706
|
"upgradeTipAddress": "请切换钱包到正确的网络中。"
|
|
1761
1707
|
},
|
|
@@ -1904,9 +1850,7 @@
|
|
|
1904
1850
|
"typeRequired": "请选择至少一种举报类型",
|
|
1905
1851
|
"descriptionRequired": "请输入至少 30 个字符的描述",
|
|
1906
1852
|
"recaptchaRequired": "请进行 reCAPTCHA 验证",
|
|
1907
|
-
"txnHashInvalid": "交易哈希格式错误"
|
|
1908
|
-
"isNotMainnet": "请输入 Conflux Hydra 地址",
|
|
1909
|
-
"isNotTestnet": "请输入 Conflux eSpace (Testnet) 地址"
|
|
1853
|
+
"txnHashInvalid": "交易哈希格式错误"
|
|
1910
1854
|
},
|
|
1911
1855
|
"status": {
|
|
1912
1856
|
"success": "提交成功",
|