@cfxjs/sirius-next-i18n 0.2.10 → 0.2.12

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.10 build /home/runner/work/sirius-next/sirius-next/packages/i18n
2
+ > @cfxjs/sirius-next-i18n@0.2.12 build /home/runner/work/sirius-next/sirius-next/packages/i18n
3
3
  > tsc
4
4
 
@@ -476,6 +476,15 @@
476
476
  "eip7702Authorizations": {
477
477
  "title": "EIP-7702 Authorizations"
478
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
+ },
479
488
  "tokens": {
480
489
  "title": "Tokens",
481
490
  "description": "Tokens",
@@ -1002,7 +1011,10 @@
1002
1011
  "rangePicker": "Date",
1003
1012
  "epochNumber": "Block Height",
1004
1013
  "minEpochNumber": "Min Block Height",
1005
- "maxEpochNumber": "Max Block Height"
1014
+ "maxEpochNumber": "Max Block Height",
1015
+ "sender": "From",
1016
+ "bundler": "Bundler",
1017
+ "entryPoint": "Entry Point"
1006
1018
  },
1007
1019
  "error": {
1008
1020
  "invalidHash": "Invalid hash format",
@@ -1140,6 +1152,21 @@
1140
1152
  "age": "Age",
1141
1153
  "pendingReason": "Reason"
1142
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
+ },
1143
1170
  "token": {
1144
1171
  "number": "#",
1145
1172
  "token": "Token",
@@ -1434,6 +1461,28 @@
1434
1461
  "nonce": "Nonce: {{num}}",
1435
1462
  "blockHash": "Block Hash",
1436
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
+ },
1437
1486
  "storageLimit": "Storage Used/Limit",
1438
1487
  "storageCollateralized": "Storage Collateralize Fee",
1439
1488
  "storageReleased": "Storage Released",
@@ -1636,6 +1685,12 @@
1636
1685
  },
1637
1686
  "tx": {
1638
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.",
1639
1694
  "executedEpoch": "The epoch when the transaction is actually executed.",
1640
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.",
1641
1696
  "timestamp": "The date and time at which a transaction is mined.",
@@ -1652,6 +1707,7 @@
1652
1707
  "transactionFee": "The exact fee of gas that was used for the transaction.",
1653
1708
  "burntFees": "Total amount of CFX burnt from this tx.",
1654
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.",
1655
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.",
1656
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.",
1657
1713
  "gasUsedTip": " Gas Used: The amount of gas used by the specific transaction alone and its percentage of limit in the transaction. ",
@@ -1670,7 +1726,9 @@
1670
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.",
1671
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. "
1672
1728
  },
1673
- "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."
1674
1732
  },
1675
1733
  "address": {
1676
1734
  "balance": "The amount of assets which belong to the address.",
@@ -476,6 +476,15 @@
476
476
  "eip7702Authorizations": {
477
477
  "title": "EIP-7702 Authorizations"
478
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
+ },
479
488
  "tokens": {
480
489
  "title": "Tokens",
481
490
  "description": "Tokens",
@@ -1002,7 +1011,10 @@
1002
1011
  "rangePicker": "Date",
1003
1012
  "epochNumber": "Block Height",
1004
1013
  "minEpochNumber": "Min Block Height",
1005
- "maxEpochNumber": "Max Block Height"
1014
+ "maxEpochNumber": "Max Block Height",
1015
+ "sender": "From",
1016
+ "bundler": "Bundler",
1017
+ "entryPoint": "Entry Point"
1006
1018
  },
1007
1019
  "error": {
1008
1020
  "invalidHash": "Invalid hash format",
@@ -1140,6 +1152,21 @@
1140
1152
  "age": "Age",
1141
1153
  "pendingReason": "Reason"
1142
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
+ },
1143
1170
  "token": {
1144
1171
  "number": "#",
1145
1172
  "token": "Token",
@@ -1434,6 +1461,28 @@
1434
1461
  "nonce": "Nonce: {{num}}",
1435
1462
  "blockHash": "Block Hash",
1436
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
+ },
1437
1486
  "storageLimit": "Storage Used/Limit",
1438
1487
  "storageCollateralized": "Storage Collateralize Fee",
1439
1488
  "storageReleased": "Storage Released",
@@ -1636,6 +1685,12 @@
1636
1685
  },
1637
1686
  "tx": {
1638
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.",
1639
1694
  "executedEpoch": "The epoch when the transaction is actually executed.",
1640
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.",
1641
1696
  "timestamp": "The date and time at which a transaction is mined.",
@@ -1652,6 +1707,7 @@
1652
1707
  "transactionFee": "The exact fee of gas that was used for the transaction.",
1653
1708
  "burntFees": "Total amount of CFX burnt from this tx.",
1654
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.",
1655
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.",
1656
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.",
1657
1713
  "gasUsedTip": " Gas Used: The amount of gas used by the specific transaction alone and its percentage of limit in the transaction. ",
@@ -1670,7 +1726,9 @@
1670
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.",
1671
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. "
1672
1728
  },
1673
- "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."
1674
1732
  },
1675
1733
  "address": {
1676
1734
  "balance": "The amount of assets which belong to the address.",
@@ -474,6 +474,15 @@
474
474
  "eip7702Authorizations": {
475
475
  "title": "EIP-7702授权交易"
476
476
  },
477
+ "accountAbstraction": {
478
+ "title": "账户抽象",
479
+ "tabs": {
480
+ "aaTransactions": "账户抽象交易列表",
481
+ "bundleTransactions": "打包交易列表"
482
+ },
483
+ "internalTxFailed": "内部交易出错: execution reverted",
484
+ "aaTxFailed": "交易回执状态失败"
485
+ },
477
486
  "tokens": {
478
487
  "title": "通证",
479
488
  "description": "通证",
@@ -1001,7 +1010,10 @@
1001
1010
  "rangePicker": "日期",
1002
1011
  "epochNumber": "区块高度",
1003
1012
  "minEpochNumber": "最小区块高度",
1004
- "maxEpochNumber": "最大区块高度"
1013
+ "maxEpochNumber": "最大区块高度",
1014
+ "sender": "发送方",
1015
+ "bundler": "打包器",
1016
+ "entryPoint": "入口合约"
1005
1017
  },
1006
1018
  "error": {
1007
1019
  "invalidHash": "哈希值格式错误",
@@ -1138,6 +1150,21 @@
1138
1150
  "age": "块龄",
1139
1151
  "pendingReason": "原因"
1140
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
+ },
1141
1168
  "token": {
1142
1169
  "number": "#",
1143
1170
  "token": "通证",
@@ -1431,6 +1458,21 @@
1431
1458
  "nonce": "Nonce: {{num}}",
1432
1459
  "blockHash": "区块哈希",
1433
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": "打包器",
1470
+ "entryPoint": "入口合约",
1471
+ "paymaster": "代付方",
1472
+ "initCode": "初始化代码",
1473
+ "transactionFee": "AA 交易费",
1474
+ "gasUsed": "燃料限制 | 燃料用量"
1475
+ },
1434
1476
  "storageLimit": "存储用量/限制",
1435
1477
  "storageCollateralized": "存储押金",
1436
1478
  "storageReleased": "存储释放",
@@ -1632,6 +1674,12 @@
1632
1674
  },
1633
1675
  "tx": {
1634
1676
  "transactionHash": "交易哈希是一个唯一的66字符的标识符,该标识符在每次交易执行时都会生成。",
1677
+ "aaTransactionHash": "账户抽象(AA)交易哈希是在每次执行账户抽象交易时生成的唯一的 66 个字符标识符。",
1678
+ "bundleTransactionHash": "该账户抽象交易被打包进的那笔交易的交易哈希。",
1679
+ "bundler": "一种第三方角色,负责在链下处理一个或多个账户抽象交易(User Ops),并通过 Entry Point合约将它们打包成单笔交易提交到链上。",
1680
+ "entryPoint": "用于创建该账户抽象交易的入口合约。",
1681
+ "paymaster": "一种第三方角色,代替终端用户赞助(垫付)执行账户抽象交易(User Op)所需的 gas 费用。",
1682
+ "initCode": "创建新的智能合约账户时使用的初始化字节码。",
1635
1683
  "executedEpoch": "交易被实际执行的纪元。",
1636
1684
  "proposedEpoch": "交易发送者希望该笔交易被执行的纪元。交易只能在与期望被执行纪元相差不超过 100,000 的纪元中执行。",
1637
1685
  "timestamp": "交易数据记录的日期和时间。",
@@ -1648,6 +1696,7 @@
1648
1696
  "transactionFee": "交易所使用的燃料费用。",
1649
1697
  "burntFees": "此交易销毁的CFX总量。",
1650
1698
  "transactionAttributes": "此交易相关的属性信息。",
1699
+ "signature": "这是智能账户生成的加密签名,用来授权 Bundler 处理用户操作(UserOp)并将其打包提交到链上。",
1651
1700
  "gasCharged": "Conflux 协议要求产生计费的燃气用量不少于燃气限制的 3/4. 一般计费燃气等于燃气用量,但如果燃气用量低于 3/4 的燃气限制,计费燃气等于 3/4 的燃气限制。",
1652
1701
  "gasLimitTip": "燃料限制:为交易发生提供的最大燃料用量。 普通的 CFX 转账使用 21,000 个单位,而合约则会使用更高的单位。",
1653
1702
  "gasUsedTip": "燃料用量:此交易最终使用的燃料用量与最终燃料用量与占交易燃料限制的百分比。",
@@ -1666,7 +1715,9 @@
1666
1715
  "2": "EIP-1559交易: 类型为0x2的交易是EIP-1559引入的交易。交易使用协议中在每个Pivot区块动态变化的基础Gas费用, 基础Gas费用会根据Gas目标进行调整, 以应对网络拥塞。",
1667
1716
  "4": "委托交易:类型为 0x4 的交易会在 EOA(外部拥有账户)的代码字段中设置一个“委托标识符”(0xef0100 + 目标地址)。当该 EOA 接收到调用时,EVM 会在该 EOA 的上下文中执行目标地址中的字节码,从而使目标合约能够访问该 EOA 的存储和余额。该交易类型实现了类智能合约的功能,例如批量交易(如 ERC-20 授权与交换)和权限管理,同时保留了原始 EOA 的地址和签名能力。"
1668
1717
  },
1669
- "getRawTxJson": "获取原始交易JSON"
1718
+ "getRawTxJson": "获取原始交易JSON",
1719
+ "bundleTx": "一个包含一笔或多笔账户抽象交易的捆绑包。",
1720
+ "aaTx": "账户抽象交易也称为用户操作。"
1670
1721
  },
1671
1722
  "address": {
1672
1723
  "balance": "该地址的资产余额。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],