@cfxjs/sirius-next-i18n 0.2.8 → 0.2.10

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @cfxjs/sirius-next-i18n@0.2.8 build /home/runner/work/sirius-next/sirius-next/packages/i18n
2
+ > @cfxjs/sirius-next-i18n@0.2.10 build /home/runner/work/sirius-next/sirius-next/packages/i18n
3
3
  > tsc
4
4
 
@@ -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",
@@ -473,6 +473,9 @@
473
473
  "tipCountBefore": "A total of",
474
474
  "tipCountAfter": "records"
475
475
  },
476
+ "eip7702Authorizations": {
477
+ "title": "EIP-7702 Authorizations"
478
+ },
476
479
  "tokens": {
477
480
  "title": "Tokens",
478
481
  "description": "Tokens",
@@ -533,6 +536,8 @@
533
536
  "block": "Blocks",
534
537
  "txn": "Transactions",
535
538
  "transfers": "CFX Txns",
539
+ "aaTransactions": "AA Transactions",
540
+ "eip7702Authorizations": "EIP-7702 Authorizations",
536
541
  "blockchain": "Blockchain",
537
542
  "accounts": "Accounts",
538
543
  "tokens": "Tokens",
@@ -1165,6 +1170,7 @@
1165
1170
  "traceOutcome": "Outcome",
1166
1171
  "traceResult": "Result",
1167
1172
  "traceStatusTitle": "Status",
1173
+ "gas": "Gas",
1168
1174
  "traceStatus": {
1169
1175
  "success": "success",
1170
1176
  "fail": "fail",
@@ -1409,6 +1415,9 @@
1409
1415
  "status": "Status",
1410
1416
  "from": "From",
1411
1417
  "to": "To",
1418
+ "internalTransactions": "Internal Transactions",
1419
+ "tipOfInternalTransactionsCount": "Only shows CFX transfers with value, up to 100 records.",
1420
+ "cfxTransferInfo": "Transfer <1>amount</1> CFX From <3>address</3> To <5>address</5>",
1412
1421
  "tokenTransferred": "Token Transferred",
1413
1422
  "value": "Value",
1414
1423
  "gasUsed": "Limit | Gas Used | Gas Charged",
@@ -1459,6 +1468,15 @@
1459
1468
  "simple": "Simple",
1460
1469
  "advanced": "Advanced"
1461
1470
  },
1471
+ "txTrace": {
1472
+ "title": "Txn Trace",
1473
+ "proxyCall": "Show Proxy Calls",
1474
+ "listView": "List View",
1475
+ "tooltip": {
1476
+ "proxyCall": "Toggle to show or hide internal calls between proxy contracts and their implementation contracts.",
1477
+ "listView": "List View displays all internal transaction steps and full trace address for precise indexing of contract execution logic."
1478
+ }
1479
+ },
1462
1480
  "internalTxnsTip": {
1463
1481
  "from": "The contract call from",
1464
1482
  "to": "to",
@@ -473,6 +473,9 @@
473
473
  "tipCountBefore": "A total of",
474
474
  "tipCountAfter": "records"
475
475
  },
476
+ "eip7702Authorizations": {
477
+ "title": "EIP-7702 Authorizations"
478
+ },
476
479
  "tokens": {
477
480
  "title": "Tokens",
478
481
  "description": "Tokens",
@@ -533,6 +536,8 @@
533
536
  "block": "Blocks",
534
537
  "txn": "Transactions",
535
538
  "transfers": "CFX Txns",
539
+ "aaTransactions": "AA Transactions",
540
+ "eip7702Authorizations": "EIP-7702 Authorizations",
536
541
  "blockchain": "Blockchain",
537
542
  "accounts": "Accounts",
538
543
  "tokens": "Tokens",
@@ -1165,6 +1170,7 @@
1165
1170
  "traceOutcome": "Outcome",
1166
1171
  "traceResult": "Result",
1167
1172
  "traceStatusTitle": "Status",
1173
+ "gas": "Gas",
1168
1174
  "traceStatus": {
1169
1175
  "success": "success",
1170
1176
  "fail": "fail",
@@ -1409,6 +1415,9 @@
1409
1415
  "status": "Status",
1410
1416
  "from": "From",
1411
1417
  "to": "To",
1418
+ "internalTransactions": "Internal Transactions",
1419
+ "tipOfInternalTransactionsCount": "Only shows CFX transfers with value, up to 100 records.",
1420
+ "cfxTransferInfo": "Transfer <1>amount</1> CFX From <3>address</3> To <5>address</5>",
1412
1421
  "tokenTransferred": "Token Transferred",
1413
1422
  "value": "Value",
1414
1423
  "gasUsed": "Limit | Gas Used | Gas Charged",
@@ -1459,6 +1468,15 @@
1459
1468
  "simple": "Simple",
1460
1469
  "advanced": "Advanced"
1461
1470
  },
1471
+ "txTrace": {
1472
+ "title": "Txn Trace",
1473
+ "proxyCall": "Show Proxy Calls",
1474
+ "listView": "List View",
1475
+ "tooltip": {
1476
+ "proxyCall": "Toggle to show or hide internal calls between proxy contracts and their implementation contracts.",
1477
+ "listView": "List View displays all internal transaction steps and full trace address for precise indexing of contract execution logic."
1478
+ }
1479
+ },
1462
1480
  "internalTxnsTip": {
1463
1481
  "from": "The contract call from",
1464
1482
  "to": "to",
@@ -471,6 +471,9 @@
471
471
  "tipCountBefore": "共计",
472
472
  "tipCountAfter": "个 CFX 转移"
473
473
  },
474
+ "eip7702Authorizations": {
475
+ "title": "EIP-7702授权交易"
476
+ },
474
477
  "tokens": {
475
478
  "title": "通证",
476
479
  "description": "通证",
@@ -531,6 +534,8 @@
531
534
  "block": "区块",
532
535
  "txn": "交易",
533
536
  "transfers": "CFX 转移",
537
+ "aaTransactions": "账户抽象交易",
538
+ "eip7702Authorizations": "EIP-7702授权交易",
534
539
  "blockchain": "区块链",
535
540
  "accounts": "账户",
536
541
  "tokens": "通证",
@@ -1163,6 +1168,7 @@
1163
1168
  "traceOutcome": "执行结果",
1164
1169
  "traceResult": "返回值",
1165
1170
  "traceStatusTitle": "状态",
1171
+ "gas": "燃料",
1166
1172
  "traceStatus": {
1167
1173
  "success": "成功",
1168
1174
  "fail": "失败",
@@ -1406,6 +1412,9 @@
1406
1412
  "status": "状态",
1407
1413
  "from": "发送方",
1408
1414
  "to": "接收方",
1415
+ "internalTransactions": "内部交易",
1416
+ "tipOfInternalTransactionsCount": "仅展示有价值的CFX转账, 最多100条记录。",
1417
+ "cfxTransferInfo": "转移 <1>amount</1> 个 CFX 发送方 <3>address</3> 接收方 <5>address</5>",
1409
1418
  "tokenTransferred": "通证转移",
1410
1419
  "value": "价值",
1411
1420
  "gasUsed": "燃料限制 | 燃料用量 | 燃料计费",
@@ -1456,6 +1465,15 @@
1456
1465
  "simple": "简单",
1457
1466
  "advanced": "高级"
1458
1467
  },
1468
+ "txTrace": {
1469
+ "title": "交易追踪",
1470
+ "proxyCall": "显示代理调用",
1471
+ "listView": "列表视图",
1472
+ "tooltip": {
1473
+ "proxyCall": "切换显示或隐藏代理合约与实现执行合约之间的内部调用。",
1474
+ "listView": "切换至列表视图展开所有内部交易步骤和完整追踪地址,便于精确定位合约执行的逻辑。"
1475
+ }
1476
+ },
1459
1477
  "internalTxnsTip": {
1460
1478
  "from": "该合约调用从",
1461
1479
  "to": "到",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],