@cfxjs/sirius-next-i18n 0.2.9 → 0.2.11

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.9 build /home/runner/work/sirius-next/sirius-next/packages/i18n
2
+ > @cfxjs/sirius-next-i18n@0.2.11 build /home/runner/work/sirius-next/sirius-next/packages/i18n
3
3
  > tsc
4
4
 
@@ -473,6 +473,18 @@
473
473
  "tipCountBefore": "A total of",
474
474
  "tipCountAfter": "records"
475
475
  },
476
+ "eip7702Authorizations": {
477
+ "title": "EIP-7702 Authorizations"
478
+ },
479
+ "accountAbstraction": {
480
+ "title": "Account Abstraction",
481
+ "tabs": {
482
+ "aaTransactions": "AA Transactions",
483
+ "bundleTransactions": "Bundle Transactions"
484
+ },
485
+ "internalTxFailed": "Error in Internal Txn: execution reverted",
486
+ "aaTxFailed": "Txn Receipt status failed"
487
+ },
476
488
  "tokens": {
477
489
  "title": "Tokens",
478
490
  "description": "Tokens",
@@ -533,6 +545,8 @@
533
545
  "block": "Blocks",
534
546
  "txn": "Transactions",
535
547
  "transfers": "CFX Txns",
548
+ "aaTransactions": "AA Transactions",
549
+ "eip7702Authorizations": "EIP-7702 Authorizations",
536
550
  "blockchain": "Blockchain",
537
551
  "accounts": "Accounts",
538
552
  "tokens": "Tokens",
@@ -997,7 +1011,10 @@
997
1011
  "rangePicker": "Date",
998
1012
  "epochNumber": "Block Height",
999
1013
  "minEpochNumber": "Min Block Height",
1000
- "maxEpochNumber": "Max Block Height"
1014
+ "maxEpochNumber": "Max Block Height",
1015
+ "sender": "From",
1016
+ "bundler": "Bundler",
1017
+ "entryPoint": "Entry Point"
1001
1018
  },
1002
1019
  "error": {
1003
1020
  "invalidHash": "Invalid hash format",
@@ -1135,6 +1152,21 @@
1135
1152
  "age": "Age",
1136
1153
  "pendingReason": "Reason"
1137
1154
  },
1155
+ "aaTransaction": {
1156
+ "userOpHash": "AA Txn Hash",
1157
+ "bundleHash": "Bundle Txn Hash",
1158
+ "gasUsed": "Gas Used",
1159
+ "from": "From",
1160
+ "bundler": "Bundler",
1161
+ "entryPoint": "Entry Point",
1162
+ "aaCount": "AA Txns",
1163
+ "aaTransactionFee": "AA Txn Fee",
1164
+ "transactionFee": "Txn Fee",
1165
+ "position": "Position",
1166
+ "internalTxns": "Internal Txns",
1167
+ "tokenTxns": "Token Txns",
1168
+ "nftTxns": "NFT Txns"
1169
+ },
1138
1170
  "token": {
1139
1171
  "number": "#",
1140
1172
  "token": "Token",
@@ -1429,6 +1461,28 @@
1429
1461
  "nonce": "Nonce: {{num}}",
1430
1462
  "blockHash": "Block Hash",
1431
1463
  "position": "Position in block: {{num}}",
1464
+ "bundleTx": {
1465
+ "title": "AA Bundle"
1466
+ },
1467
+ "aaTx": {
1468
+ "title": "AA Txn",
1469
+ "aaHash": "AA Transaction Hash",
1470
+ "bundleHash": "Bundle Transaction Hash",
1471
+ "signature": "Signature",
1472
+ "bundler": "Bundler",
1473
+ "entryPoint": "Entry Point",
1474
+ "paymaster": "Paymaster",
1475
+ "initCode": "Init Code",
1476
+ "transactionFee": "AA Transaction Fee",
1477
+ "gasUsed": "Limit | Gas Used",
1478
+ "key": "Key: {{key}}",
1479
+ "aaPosition": "Position: {{num}}",
1480
+ "callGasLimit": "Call Gas Limit: {{num}}",
1481
+ "verificationGasLimit": "Verification Gas Limit: {{num}}",
1482
+ "preVerificationGas": "Pre-Verification Gas: {{num}}",
1483
+ "paymasterVerificationGasLimit": "Paymaster Verification Gas Limit: {{num}}",
1484
+ "paymasterPostOpGas": "Paymaster Post-Op Gas Limit: {{num}}"
1485
+ },
1432
1486
  "storageLimit": "Storage Used/Limit",
1433
1487
  "storageCollateralized": "Storage Collateralize Fee",
1434
1488
  "storageReleased": "Storage Released",
@@ -1631,6 +1685,12 @@
1631
1685
  },
1632
1686
  "tx": {
1633
1687
  "transactionHash": "A TxHash or transaction hash is a unique 66 characters identifier that is generated whenever a transaction is executed.",
1688
+ "aaTransactionHash": "An Account Abstraction (AA) transaction hash is a unique 66-character identifier that is generated whenever an AA transaction is executed.",
1689
+ "bundleTransactionHash": "The transaction hash that this AA transaction is bundled into.",
1690
+ "bundler": "A third party that processes one or more Account Abstraction transactions (User Ops) offchain and bundles them into a single transaction onchain via an Entry Point contract.",
1691
+ "entryPoint": "The Entry Point contract used to create this Account Abstraction transaction.",
1692
+ "paymaster": "A third party that sponsors gas fees for executing an Account Abstraction transaction (User Op) on behalf of an end user.",
1693
+ "initCode": "The initialization bytecode used when creating a new smart contract account.",
1634
1694
  "executedEpoch": "The epoch when the transaction is actually executed.",
1635
1695
  "proposedEpoch": "The epoch that the sender wants the transaction to be executed. The transaction cannot be executed in epochs of number more than 100,000 from the proposed epoch number.",
1636
1696
  "timestamp": "The date and time at which a transaction is mined.",
@@ -1647,6 +1707,7 @@
1647
1707
  "transactionFee": "The exact fee of gas that was used for the transaction.",
1648
1708
  "burntFees": "Total amount of CFX burnt from this tx.",
1649
1709
  "transactionAttributes": "Attributes related to this tx.",
1710
+ "signature": "A cryptographic proof generated by a smart account authorizing Account Abstraction transactions (User Ops) to be processed by a Bundler and submitted to the network.",
1650
1711
  "gasCharged": "Conflux protocol requires that the gas-charged should be at least 3/4 of the gas limit. Usually, gas-charged equals the gas used. But if the gas used is less than 3/4 of the gas limit, gas-charged equals 3/4 of the gas limit.",
1651
1712
  "gasLimitTip": "Limit: Maximum amount of gas supplied for the transaction to happen. Normal CFX transfers involve 21,000 units while contracts involve higher value.",
1652
1713
  "gasUsedTip": " Gas Used: The amount of gas used by the specific transaction alone and its percentage of limit in the transaction. ",
@@ -1665,7 +1726,9 @@
1665
1726
  "2": "EIP-1559 transaction: Transactions with type 0x2 are transactions introduced in EIP-1559. They use an in-protocol dynamically changing base fee per gas at each pivot block, the base fee per gas is adjusted to address network congestion as measured by a gas target.",
1666
1727
  "4": "Delegation transaction: Transactions with type 0x4 set a delegation designator (0xef0100 + target address) in the EOA’s code field. When such an EOA receives a call, the EVM executes the bytecode at the designated target address within the context of the EOA, giving the target contract access to the EOA’s storage and balance. This transaction type enables smart contract-like behavior—such as batched transactions (e.g., ERC-20 approvals and swaps) and custom permission control—while preserving the EOA’s original address and signing key. "
1667
1728
  },
1668
- "getRawTxJson": "Get raw Tx JSON"
1729
+ "getRawTxJson": "Get raw Tx JSON",
1730
+ "bundleTx": "A bundle of one or more Account Abstraction transactions.",
1731
+ "aaTx": "Account Abstraction Transaction also known as User Operation."
1669
1732
  },
1670
1733
  "address": {
1671
1734
  "balance": "The amount of assets which belong to the address.",
@@ -473,6 +473,18 @@
473
473
  "tipCountBefore": "A total of",
474
474
  "tipCountAfter": "records"
475
475
  },
476
+ "eip7702Authorizations": {
477
+ "title": "EIP-7702 Authorizations"
478
+ },
479
+ "accountAbstraction": {
480
+ "title": "Account Abstraction",
481
+ "tabs": {
482
+ "aaTransactions": "AA Transactions",
483
+ "bundleTransactions": "Bundle Transactions"
484
+ },
485
+ "internalTxFailed": "Error in Internal Txn: execution reverted",
486
+ "aaTxFailed": "Txn Receipt status failed"
487
+ },
476
488
  "tokens": {
477
489
  "title": "Tokens",
478
490
  "description": "Tokens",
@@ -533,6 +545,8 @@
533
545
  "block": "Blocks",
534
546
  "txn": "Transactions",
535
547
  "transfers": "CFX Txns",
548
+ "aaTransactions": "AA Transactions",
549
+ "eip7702Authorizations": "EIP-7702 Authorizations",
536
550
  "blockchain": "Blockchain",
537
551
  "accounts": "Accounts",
538
552
  "tokens": "Tokens",
@@ -997,7 +1011,10 @@
997
1011
  "rangePicker": "Date",
998
1012
  "epochNumber": "Block Height",
999
1013
  "minEpochNumber": "Min Block Height",
1000
- "maxEpochNumber": "Max Block Height"
1014
+ "maxEpochNumber": "Max Block Height",
1015
+ "sender": "From",
1016
+ "bundler": "Bundler",
1017
+ "entryPoint": "Entry Point"
1001
1018
  },
1002
1019
  "error": {
1003
1020
  "invalidHash": "Invalid hash format",
@@ -1135,6 +1152,21 @@
1135
1152
  "age": "Age",
1136
1153
  "pendingReason": "Reason"
1137
1154
  },
1155
+ "aaTransaction": {
1156
+ "userOpHash": "AA Txn Hash",
1157
+ "bundleHash": "Bundle Txn Hash",
1158
+ "gasUsed": "Gas Used",
1159
+ "from": "From",
1160
+ "bundler": "Bundler",
1161
+ "entryPoint": "Entry Point",
1162
+ "aaCount": "AA Txns",
1163
+ "aaTransactionFee": "AA Txn Fee",
1164
+ "transactionFee": "Txn Fee",
1165
+ "position": "Position",
1166
+ "internalTxns": "Internal Txns",
1167
+ "tokenTxns": "Token Txns",
1168
+ "nftTxns": "NFT Txns"
1169
+ },
1138
1170
  "token": {
1139
1171
  "number": "#",
1140
1172
  "token": "Token",
@@ -1429,6 +1461,28 @@
1429
1461
  "nonce": "Nonce: {{num}}",
1430
1462
  "blockHash": "Block Hash",
1431
1463
  "position": "Position in block: {{num}}",
1464
+ "bundleTx": {
1465
+ "title": "AA Bundle"
1466
+ },
1467
+ "aaTx": {
1468
+ "title": "AA Txn",
1469
+ "aaHash": "AA Transaction Hash",
1470
+ "bundleHash": "Bundle Transaction Hash",
1471
+ "signature": "Signature",
1472
+ "bundler": "Bundler",
1473
+ "entryPoint": "Entry Point",
1474
+ "paymaster": "Paymaster",
1475
+ "initCode": "Init Code",
1476
+ "transactionFee": "AA Transaction Fee",
1477
+ "gasUsed": "Limit | Gas Used",
1478
+ "key": "Key: {{key}}",
1479
+ "aaPosition": "Position: {{num}}",
1480
+ "callGasLimit": "Call Gas Limit: {{num}}",
1481
+ "verificationGasLimit": "Verification Gas Limit: {{num}}",
1482
+ "preVerificationGas": "Pre-Verification Gas: {{num}}",
1483
+ "paymasterVerificationGasLimit": "Paymaster Verification Gas Limit: {{num}}",
1484
+ "paymasterPostOpGas": "Paymaster Post-Op Gas Limit: {{num}}"
1485
+ },
1432
1486
  "storageLimit": "Storage Used/Limit",
1433
1487
  "storageCollateralized": "Storage Collateralize Fee",
1434
1488
  "storageReleased": "Storage Released",
@@ -1631,6 +1685,12 @@
1631
1685
  },
1632
1686
  "tx": {
1633
1687
  "transactionHash": "A TxHash or transaction hash is a unique 66 characters identifier that is generated whenever a transaction is executed.",
1688
+ "aaTransactionHash": "An Account Abstraction (AA) transaction hash is a unique 66-character identifier that is generated whenever an AA transaction is executed.",
1689
+ "bundleTransactionHash": "The transaction hash that this AA transaction is bundled into.",
1690
+ "bundler": "A third party that processes one or more Account Abstraction transactions (User Ops) offchain and bundles them into a single transaction onchain via an Entry Point contract.",
1691
+ "entryPoint": "The Entry Point contract used to create this Account Abstraction transaction.",
1692
+ "paymaster": "A third party that sponsors gas fees for executing an Account Abstraction transaction (User Op) on behalf of an end user.",
1693
+ "initCode": "The initialization bytecode used when creating a new smart contract account.",
1634
1694
  "executedEpoch": "The epoch when the transaction is actually executed.",
1635
1695
  "proposedEpoch": "The epoch that the sender wants the transaction to be executed. The transaction cannot be executed in epochs of number more than 100,000 from the proposed epoch number.",
1636
1696
  "timestamp": "The date and time at which a transaction is mined.",
@@ -1647,6 +1707,7 @@
1647
1707
  "transactionFee": "The exact fee of gas that was used for the transaction.",
1648
1708
  "burntFees": "Total amount of CFX burnt from this tx.",
1649
1709
  "transactionAttributes": "Attributes related to this tx.",
1710
+ "signature": "A cryptographic proof generated by a smart account authorizing Account Abstraction transactions (User Ops) to be processed by a Bundler and submitted to the network.",
1650
1711
  "gasCharged": "Conflux protocol requires that the gas-charged should be at least 3/4 of the gas limit. Usually, gas-charged equals the gas used. But if the gas used is less than 3/4 of the gas limit, gas-charged equals 3/4 of the gas limit.",
1651
1712
  "gasLimitTip": "Limit: Maximum amount of gas supplied for the transaction to happen. Normal CFX transfers involve 21,000 units while contracts involve higher value.",
1652
1713
  "gasUsedTip": " Gas Used: The amount of gas used by the specific transaction alone and its percentage of limit in the transaction. ",
@@ -1665,7 +1726,9 @@
1665
1726
  "2": "EIP-1559 transaction: Transactions with type 0x2 are transactions introduced in EIP-1559. They use an in-protocol dynamically changing base fee per gas at each pivot block, the base fee per gas is adjusted to address network congestion as measured by a gas target.",
1666
1727
  "4": "Delegation transaction: Transactions with type 0x4 set a delegation designator (0xef0100 + target address) in the EOA’s code field. When such an EOA receives a call, the EVM executes the bytecode at the designated target address within the context of the EOA, giving the target contract access to the EOA’s storage and balance. This transaction type enables smart contract-like behavior—such as batched transactions (e.g., ERC-20 approvals and swaps) and custom permission control—while preserving the EOA’s original address and signing key. "
1667
1728
  },
1668
- "getRawTxJson": "Get raw Tx JSON"
1729
+ "getRawTxJson": "Get raw Tx JSON",
1730
+ "bundleTx": "A bundle of one or more Account Abstraction transactions.",
1731
+ "aaTx": "Account Abstraction Transaction also known as User Operation."
1669
1732
  },
1670
1733
  "address": {
1671
1734
  "balance": "The amount of assets which belong to the address.",
@@ -471,6 +471,18 @@
471
471
  "tipCountBefore": "共计",
472
472
  "tipCountAfter": "个 CFX 转移"
473
473
  },
474
+ "eip7702Authorizations": {
475
+ "title": "EIP-7702授权交易"
476
+ },
477
+ "accountAbstraction": {
478
+ "title": "账户抽象",
479
+ "tabs": {
480
+ "aaTransactions": "账户抽象交易列表",
481
+ "bundleTransactions": "打包交易列表"
482
+ },
483
+ "internalTxFailed": "内部交易出错: execution reverted",
484
+ "aaTxFailed": "交易回执状态失败"
485
+ },
474
486
  "tokens": {
475
487
  "title": "通证",
476
488
  "description": "通证",
@@ -531,6 +543,8 @@
531
543
  "block": "区块",
532
544
  "txn": "交易",
533
545
  "transfers": "CFX 转移",
546
+ "aaTransactions": "账户抽象交易",
547
+ "eip7702Authorizations": "EIP-7702授权交易",
534
548
  "blockchain": "区块链",
535
549
  "accounts": "账户",
536
550
  "tokens": "通证",
@@ -996,7 +1010,10 @@
996
1010
  "rangePicker": "日期",
997
1011
  "epochNumber": "区块高度",
998
1012
  "minEpochNumber": "最小区块高度",
999
- "maxEpochNumber": "最大区块高度"
1013
+ "maxEpochNumber": "最大区块高度",
1014
+ "sender": "发送方",
1015
+ "bundler": "打包器",
1016
+ "entryPoint": "入口合约"
1000
1017
  },
1001
1018
  "error": {
1002
1019
  "invalidHash": "哈希值格式错误",
@@ -1133,6 +1150,21 @@
1133
1150
  "age": "块龄",
1134
1151
  "pendingReason": "原因"
1135
1152
  },
1153
+ "aaTransaction": {
1154
+ "userOpHash": "账户抽象交易哈希",
1155
+ "bundleHash": "打包交易哈希",
1156
+ "gasUsed": "燃料用量",
1157
+ "from": "发送方",
1158
+ "bundler": "打包器",
1159
+ "entryPoint": "入口合约",
1160
+ "aaCount": "AA交易笔数",
1161
+ "aaTransactionFee": "AA交易费",
1162
+ "transactionFee": "手续费",
1163
+ "position": "位置",
1164
+ "internalTxns": "内部交易",
1165
+ "tokenTxns": "通证交易",
1166
+ "nftTxns": "数字藏品交易"
1167
+ },
1136
1168
  "token": {
1137
1169
  "number": "#",
1138
1170
  "token": "通证",
@@ -1426,6 +1458,21 @@
1426
1458
  "nonce": "Nonce: {{num}}",
1427
1459
  "blockHash": "区块哈希",
1428
1460
  "position": "Position in block: {{num}}",
1461
+ "bundleTx": {
1462
+ "title": "AA Bundle"
1463
+ },
1464
+ "aaTx": {
1465
+ "title": "AA Txn",
1466
+ "aaHash": "AA 交易哈希",
1467
+ "bundleHash": "Bundle 交易哈希",
1468
+ "signature": "签名",
1469
+ "bundler": "Bundler",
1470
+ "entryPoint": "入口合约",
1471
+ "paymaster": "Paymaster",
1472
+ "initCode": "初始化代码",
1473
+ "transactionFee": "AA 交易费",
1474
+ "gasUsed": "燃料限制 | 燃料用量"
1475
+ },
1429
1476
  "storageLimit": "存储用量/限制",
1430
1477
  "storageCollateralized": "存储押金",
1431
1478
  "storageReleased": "存储释放",
@@ -1627,6 +1674,10 @@
1627
1674
  },
1628
1675
  "tx": {
1629
1676
  "transactionHash": "交易哈希是一个唯一的66字符的标识符,该标识符在每次交易执行时都会生成。",
1677
+ "aaTransactionHash": "账户抽象(AA)交易哈希是在每次执行账户抽象交易时生成的唯一的 66 个字符标识符。",
1678
+ "bundleTransactionHash": "该账户抽象交易被打包进的那笔交易的交易哈希。",
1679
+ "entryPoint": "用于创建该账户抽象交易的入口合约。",
1680
+ "initCode": "创建新的智能合约账户时使用的初始化字节码。",
1630
1681
  "executedEpoch": "交易被实际执行的纪元。",
1631
1682
  "proposedEpoch": "交易发送者希望该笔交易被执行的纪元。交易只能在与期望被执行纪元相差不超过 100,000 的纪元中执行。",
1632
1683
  "timestamp": "交易数据记录的日期和时间。",
@@ -1643,6 +1694,7 @@
1643
1694
  "transactionFee": "交易所使用的燃料费用。",
1644
1695
  "burntFees": "此交易销毁的CFX总量。",
1645
1696
  "transactionAttributes": "此交易相关的属性信息。",
1697
+ "signature": "这是智能账户生成的加密签名,用来授权 Bundler 处理用户操作(UserOp)并将其打包提交到链上。",
1646
1698
  "gasCharged": "Conflux 协议要求产生计费的燃气用量不少于燃气限制的 3/4. 一般计费燃气等于燃气用量,但如果燃气用量低于 3/4 的燃气限制,计费燃气等于 3/4 的燃气限制。",
1647
1699
  "gasLimitTip": "燃料限制:为交易发生提供的最大燃料用量。 普通的 CFX 转账使用 21,000 个单位,而合约则会使用更高的单位。",
1648
1700
  "gasUsedTip": "燃料用量:此交易最终使用的燃料用量与最终燃料用量与占交易燃料限制的百分比。",
@@ -1661,7 +1713,9 @@
1661
1713
  "2": "EIP-1559交易: 类型为0x2的交易是EIP-1559引入的交易。交易使用协议中在每个Pivot区块动态变化的基础Gas费用, 基础Gas费用会根据Gas目标进行调整, 以应对网络拥塞。",
1662
1714
  "4": "委托交易:类型为 0x4 的交易会在 EOA(外部拥有账户)的代码字段中设置一个“委托标识符”(0xef0100 + 目标地址)。当该 EOA 接收到调用时,EVM 会在该 EOA 的上下文中执行目标地址中的字节码,从而使目标合约能够访问该 EOA 的存储和余额。该交易类型实现了类智能合约的功能,例如批量交易(如 ERC-20 授权与交换)和权限管理,同时保留了原始 EOA 的地址和签名能力。"
1663
1715
  },
1664
- "getRawTxJson": "获取原始交易JSON"
1716
+ "getRawTxJson": "获取原始交易JSON",
1717
+ "bundleTx": "一个包含一笔或多笔账户抽象交易的捆绑包。",
1718
+ "aaTx": "账户抽象交易也称为用户操作。"
1665
1719
  },
1666
1720
  "address": {
1667
1721
  "balance": "该地址的资产余额。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],