@cfxjs/sirius-next-i18n 0.2.8 → 0.2.9
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 +13 -0
- package/cspace/zh_cn/translation.json +13 -0
- package/dist/cspace/en/translation.json +13 -0
- package/dist/evm/base/en/translation.json +13 -0
- package/evm/base/en/translation.json +13 -0
- package/evm/base/zh_cn/translation.json +13 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1341,6 +1341,7 @@
|
|
|
1341
1341
|
"traceOutcome": "Outcome",
|
|
1342
1342
|
"traceResult": "Result",
|
|
1343
1343
|
"traceStatusTitle": "Status",
|
|
1344
|
+
"gas": "Gas",
|
|
1344
1345
|
"traceStatus": {
|
|
1345
1346
|
"success": "success",
|
|
1346
1347
|
"fail": "fail",
|
|
@@ -1598,6 +1599,9 @@
|
|
|
1598
1599
|
"status": "Status",
|
|
1599
1600
|
"from": "From",
|
|
1600
1601
|
"to": "To",
|
|
1602
|
+
"internalTransactions": "Internal Transactions",
|
|
1603
|
+
"tipOfInternalTransactionsCount": "Only shows CFX transfers with value, up to 100 records.",
|
|
1604
|
+
"cfxTransferInfo": "Transfer <1>amount</1> CFX From <3>address</3> To <5>address</5>",
|
|
1601
1605
|
"tokenTransferred": "Token Transferred",
|
|
1602
1606
|
"value": "Value",
|
|
1603
1607
|
"gasUsed": "Limit | Gas Used | Gas Charged",
|
|
@@ -1648,6 +1652,15 @@
|
|
|
1648
1652
|
"simple": "Simple",
|
|
1649
1653
|
"advanced": "Advanced"
|
|
1650
1654
|
},
|
|
1655
|
+
"txTrace": {
|
|
1656
|
+
"title": "Txn Trace",
|
|
1657
|
+
"proxyCall": "Show Proxy Calls",
|
|
1658
|
+
"listView": "List View",
|
|
1659
|
+
"tooltip": {
|
|
1660
|
+
"proxyCall": "Toggle to show or hide internal calls between proxy contracts and their implementation contracts.",
|
|
1661
|
+
"listView": "List View displays all internal transaction steps and full trace address for precise indexing of contract execution logic."
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1651
1664
|
"internalTxnsTip": {
|
|
1652
1665
|
"from": "The contract call from",
|
|
1653
1666
|
"to": "to",
|
|
@@ -1338,6 +1338,7 @@
|
|
|
1338
1338
|
"traceOutcome": "执行结果",
|
|
1339
1339
|
"traceResult": "返回值",
|
|
1340
1340
|
"traceStatusTitle": "状态",
|
|
1341
|
+
"gas": "燃料",
|
|
1341
1342
|
"traceStatus": {
|
|
1342
1343
|
"success": "成功",
|
|
1343
1344
|
"fail": "失败",
|
|
@@ -1594,6 +1595,9 @@
|
|
|
1594
1595
|
"status": "状态",
|
|
1595
1596
|
"from": "发送方",
|
|
1596
1597
|
"to": "接收方",
|
|
1598
|
+
"internalTransactions": "内部交易",
|
|
1599
|
+
"tipOfInternalTransactionsCount": "仅展示有价值的CFX转账, 最多100条记录。",
|
|
1600
|
+
"cfxTransferInfo": "转移 <1>amount</1> 个 CFX 发送方 <3>address</3> 接收方 <5>address</5>",
|
|
1597
1601
|
"tokenTransferred": "通证转移",
|
|
1598
1602
|
"value": "价值",
|
|
1599
1603
|
"gasUsed": "燃料限制 | 燃料用量 | 燃料计费",
|
|
@@ -1644,6 +1648,15 @@
|
|
|
1644
1648
|
"simple": "简单",
|
|
1645
1649
|
"advanced": "高级"
|
|
1646
1650
|
},
|
|
1651
|
+
"txTrace": {
|
|
1652
|
+
"title": "交易追踪",
|
|
1653
|
+
"proxyCall": "显示代理调用",
|
|
1654
|
+
"listView": "列表视图",
|
|
1655
|
+
"tooltip": {
|
|
1656
|
+
"proxyCall": "切换显示或隐藏代理合约与实现执行合约之间的内部调用。",
|
|
1657
|
+
"listView": "切换至列表视图展开所有内部交易步骤和完整追踪地址,便于精确定位合约执行的逻辑。"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1647
1660
|
"internalTxnsTip": {
|
|
1648
1661
|
"from": "该合约调用从",
|
|
1649
1662
|
"to": "到",
|
|
@@ -1341,6 +1341,7 @@
|
|
|
1341
1341
|
"traceOutcome": "Outcome",
|
|
1342
1342
|
"traceResult": "Result",
|
|
1343
1343
|
"traceStatusTitle": "Status",
|
|
1344
|
+
"gas": "Gas",
|
|
1344
1345
|
"traceStatus": {
|
|
1345
1346
|
"success": "success",
|
|
1346
1347
|
"fail": "fail",
|
|
@@ -1597,6 +1598,9 @@
|
|
|
1597
1598
|
"status": "Status",
|
|
1598
1599
|
"from": "From",
|
|
1599
1600
|
"to": "To",
|
|
1601
|
+
"internalTransactions": "Internal Transactions",
|
|
1602
|
+
"tipOfInternalTransactionsCount": "Only shows CFX transfers with value, up to 100 records.",
|
|
1603
|
+
"cfxTransferInfo": "Transfer <1>amount</1> CFX From <3>address</3> To <5>address</5>",
|
|
1600
1604
|
"tokenTransferred": "Token Transferred",
|
|
1601
1605
|
"value": "Value",
|
|
1602
1606
|
"gasUsed": "Limit | Gas Used | Gas Charged",
|
|
@@ -1647,6 +1651,15 @@
|
|
|
1647
1651
|
"simple": "Simple",
|
|
1648
1652
|
"advanced": "Advanced"
|
|
1649
1653
|
},
|
|
1654
|
+
"txTrace": {
|
|
1655
|
+
"title": "Txn Trace",
|
|
1656
|
+
"proxyCall": "Show Proxy Calls",
|
|
1657
|
+
"listView": "List View",
|
|
1658
|
+
"tooltip": {
|
|
1659
|
+
"proxyCall": "Toggle to show or hide internal calls between proxy contracts and their implementation contracts.",
|
|
1660
|
+
"listView": "List View displays all internal transaction steps and full trace address for precise indexing of contract execution logic."
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1650
1663
|
"internalTxnsTip": {
|
|
1651
1664
|
"from": "The contract call from",
|
|
1652
1665
|
"to": "to",
|
|
@@ -1165,6 +1165,7 @@
|
|
|
1165
1165
|
"traceOutcome": "Outcome",
|
|
1166
1166
|
"traceResult": "Result",
|
|
1167
1167
|
"traceStatusTitle": "Status",
|
|
1168
|
+
"gas": "Gas",
|
|
1168
1169
|
"traceStatus": {
|
|
1169
1170
|
"success": "success",
|
|
1170
1171
|
"fail": "fail",
|
|
@@ -1409,6 +1410,9 @@
|
|
|
1409
1410
|
"status": "Status",
|
|
1410
1411
|
"from": "From",
|
|
1411
1412
|
"to": "To",
|
|
1413
|
+
"internalTransactions": "Internal Transactions",
|
|
1414
|
+
"tipOfInternalTransactionsCount": "Only shows CFX transfers with value, up to 100 records.",
|
|
1415
|
+
"cfxTransferInfo": "Transfer <1>amount</1> CFX From <3>address</3> To <5>address</5>",
|
|
1412
1416
|
"tokenTransferred": "Token Transferred",
|
|
1413
1417
|
"value": "Value",
|
|
1414
1418
|
"gasUsed": "Limit | Gas Used | Gas Charged",
|
|
@@ -1459,6 +1463,15 @@
|
|
|
1459
1463
|
"simple": "Simple",
|
|
1460
1464
|
"advanced": "Advanced"
|
|
1461
1465
|
},
|
|
1466
|
+
"txTrace": {
|
|
1467
|
+
"title": "Txn Trace",
|
|
1468
|
+
"proxyCall": "Show Proxy Calls",
|
|
1469
|
+
"listView": "List View",
|
|
1470
|
+
"tooltip": {
|
|
1471
|
+
"proxyCall": "Toggle to show or hide internal calls between proxy contracts and their implementation contracts.",
|
|
1472
|
+
"listView": "List View displays all internal transaction steps and full trace address for precise indexing of contract execution logic."
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1462
1475
|
"internalTxnsTip": {
|
|
1463
1476
|
"from": "The contract call from",
|
|
1464
1477
|
"to": "to",
|
|
@@ -1165,6 +1165,7 @@
|
|
|
1165
1165
|
"traceOutcome": "Outcome",
|
|
1166
1166
|
"traceResult": "Result",
|
|
1167
1167
|
"traceStatusTitle": "Status",
|
|
1168
|
+
"gas": "Gas",
|
|
1168
1169
|
"traceStatus": {
|
|
1169
1170
|
"success": "success",
|
|
1170
1171
|
"fail": "fail",
|
|
@@ -1409,6 +1410,9 @@
|
|
|
1409
1410
|
"status": "Status",
|
|
1410
1411
|
"from": "From",
|
|
1411
1412
|
"to": "To",
|
|
1413
|
+
"internalTransactions": "Internal Transactions",
|
|
1414
|
+
"tipOfInternalTransactionsCount": "Only shows CFX transfers with value, up to 100 records.",
|
|
1415
|
+
"cfxTransferInfo": "Transfer <1>amount</1> CFX From <3>address</3> To <5>address</5>",
|
|
1412
1416
|
"tokenTransferred": "Token Transferred",
|
|
1413
1417
|
"value": "Value",
|
|
1414
1418
|
"gasUsed": "Limit | Gas Used | Gas Charged",
|
|
@@ -1459,6 +1463,15 @@
|
|
|
1459
1463
|
"simple": "Simple",
|
|
1460
1464
|
"advanced": "Advanced"
|
|
1461
1465
|
},
|
|
1466
|
+
"txTrace": {
|
|
1467
|
+
"title": "Txn Trace",
|
|
1468
|
+
"proxyCall": "Show Proxy Calls",
|
|
1469
|
+
"listView": "List View",
|
|
1470
|
+
"tooltip": {
|
|
1471
|
+
"proxyCall": "Toggle to show or hide internal calls between proxy contracts and their implementation contracts.",
|
|
1472
|
+
"listView": "List View displays all internal transaction steps and full trace address for precise indexing of contract execution logic."
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1462
1475
|
"internalTxnsTip": {
|
|
1463
1476
|
"from": "The contract call from",
|
|
1464
1477
|
"to": "to",
|
|
@@ -1163,6 +1163,7 @@
|
|
|
1163
1163
|
"traceOutcome": "执行结果",
|
|
1164
1164
|
"traceResult": "返回值",
|
|
1165
1165
|
"traceStatusTitle": "状态",
|
|
1166
|
+
"gas": "燃料",
|
|
1166
1167
|
"traceStatus": {
|
|
1167
1168
|
"success": "成功",
|
|
1168
1169
|
"fail": "失败",
|
|
@@ -1406,6 +1407,9 @@
|
|
|
1406
1407
|
"status": "状态",
|
|
1407
1408
|
"from": "发送方",
|
|
1408
1409
|
"to": "接收方",
|
|
1410
|
+
"internalTransactions": "内部交易",
|
|
1411
|
+
"tipOfInternalTransactionsCount": "仅展示有价值的CFX转账, 最多100条记录。",
|
|
1412
|
+
"cfxTransferInfo": "转移 <1>amount</1> 个 CFX 发送方 <3>address</3> 接收方 <5>address</5>",
|
|
1409
1413
|
"tokenTransferred": "通证转移",
|
|
1410
1414
|
"value": "价值",
|
|
1411
1415
|
"gasUsed": "燃料限制 | 燃料用量 | 燃料计费",
|
|
@@ -1456,6 +1460,15 @@
|
|
|
1456
1460
|
"simple": "简单",
|
|
1457
1461
|
"advanced": "高级"
|
|
1458
1462
|
},
|
|
1463
|
+
"txTrace": {
|
|
1464
|
+
"title": "交易追踪",
|
|
1465
|
+
"proxyCall": "显示代理调用",
|
|
1466
|
+
"listView": "列表视图",
|
|
1467
|
+
"tooltip": {
|
|
1468
|
+
"proxyCall": "切换显示或隐藏代理合约与实现执行合约之间的内部调用。",
|
|
1469
|
+
"listView": "切换至列表视图展开所有内部交易步骤和完整追踪地址,便于精确定位合约执行的逻辑。"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1459
1472
|
"internalTxnsTip": {
|
|
1460
1473
|
"from": "该合约调用从",
|
|
1461
1474
|
"to": "到",
|