@cfxjs/sirius-next-i18n 0.1.10 → 0.1.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,5 +1,5 @@
1
1
 
2
2
  
3
- > @cfxjs/sirius-next-i18n@0.1.10 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.11 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -1233,7 +1233,11 @@
1233
1233
  "age": "Age",
1234
1234
  "difficulty": "Difficulty",
1235
1235
  "gasLimit": "Gas Limit",
1236
- "burntFees": "Burnt Fees"
1236
+ "burntFees": "Burnt Fees",
1237
+ "tooltip": {
1238
+ "gasUsedPercent": "{{percent}} of Gas Used",
1239
+ "gasTargetUsedPercent": "{{percent}} of Gas Target"
1240
+ }
1237
1241
  },
1238
1242
  "transaction": {
1239
1243
  "hash": "Txn Hash",
@@ -1674,7 +1678,9 @@
1674
1678
  "posBlockHash": "PoS Block Hash",
1675
1679
  "parentHash": "Parent Hash",
1676
1680
  "nonce": "Nonce",
1677
- "gasUsed": "Limit | Gas Used",
1681
+ "gasUsed": "Gas Used",
1682
+ "gasLimit": "Gas Limit",
1683
+ "gasTarget": "{{percent}} of Gas Target",
1678
1684
  "gasTargetUsage": "Gas Target Usage",
1679
1685
  "baseFeePerGas": "Base Fee Per Gas",
1680
1686
  "burntFeesLabel": "Burnt Fees",
@@ -1793,7 +1799,8 @@
1793
1799
  "posBlockHash": "The newest committed PoS block the miner saw.",
1794
1800
  "parentHash": "The hash of the block from which this block was generated, also known as its parent block.",
1795
1801
  "nonce": "Block nonce is a value used during mining to demonstrate proof of work for a block.",
1796
- "gasUsedLimit": "The exact units of gas that was used for the transaction; Maximum amount of gas provided for the transaction.",
1802
+ "gasUsed": "The total gas used in the block and its percentage of total gas filled. The gas target percentage calculated on current block gas limit presents the base gas price adjustment in the block, and the gas target is 27,000,000. ",
1803
+ "gasLimit": "Total gas limit provided by all transactions in the block.",
1797
1804
  "gasTargetUsage": "Refers to Pivot block gas target usage, the target is 27,000,000.",
1798
1805
  "baseFeePerGas": "This represents the minimum gasUsed multiplier required for a tx included in a Pivot block and shows the %increase with the value in previous specified block.",
1799
1806
  "burntFeesLabel": "This represents the part of the tx fee based on CIP-1559, CIP-137 and CIP-107 that is burnt: baseFeePerGas*gasUsed*votingParam+storageInterestBurnt",
@@ -1231,7 +1231,11 @@
1231
1231
  "age": "块龄",
1232
1232
  "difficulty": "难度",
1233
1233
  "gasLimit": "燃料限制",
1234
- "burntFees": "销毁费用"
1234
+ "burntFees": "销毁费用",
1235
+ "tooltip": {
1236
+ "gasUsedPercent": "燃料使用率: {{percent}}",
1237
+ "gasTargetUsedPercent": "目标燃料使用率: {{percent}}"
1238
+ }
1235
1239
  },
1236
1240
  "transaction": {
1237
1241
  "hash": "交易哈希",
@@ -1671,7 +1675,9 @@
1671
1675
  "posBlockHash": "PoS 区块哈希",
1672
1676
  "parentHash": "父区块哈希",
1673
1677
  "nonce": "随机数",
1674
- "gasUsed": "限制|燃料用量",
1678
+ "gasUsed": "燃料用量",
1679
+ "gasLimit": "燃料限制",
1680
+ "gasTarget": "目标燃料使用率: {{percent}}",
1675
1681
  "gasTargetUsage": "燃料使用率",
1676
1682
  "baseFeePerGas": "燃料基础费",
1677
1683
  "burntFeesLabel": "销毁费用",
@@ -1789,7 +1795,8 @@
1789
1795
  "posBlockHash": "区块矿工看到的最新的已被委托的 PoS 区块。",
1790
1796
  "parentHash": "该区块的父区块的区块哈希,也称为父区块哈希。",
1791
1797
  "nonce": "区块随机数是在挖矿过程中用来演示区块工作量证明的值。",
1792
- "gasUsedLimit": "燃料使用指交易所使用的燃料数量; 燃料限制代表用于愿意为交易花费的最大燃料量。",
1798
+ "gasUsed": "该区块中使用的燃料和使用率百分比。目标燃料使用率根据当前区块燃料限制计算,表示此区块的基础燃料价格的调整,目标燃料值是27,000,000。",
1799
+ "gasLimit": "该区块中为所有交易提供的燃料限制。",
1793
1800
  "gasTargetUsage": "指Pivot区块的目标燃料使用率,目标值27,000,000。",
1794
1801
  "baseFeePerGas": "表示Pivot区块中包含的交易最小的燃料用量乘积和上一个规定区块燃料基础费的涨幅。",
1795
1802
  "burntFeesLabel": "销毁费用:表示基于CIP-1559、CIP-137和CIP-107销毁的交易费用:燃料基础费*燃料用量*投票参数+存储抵押销毁",
@@ -1233,7 +1233,11 @@
1233
1233
  "age": "Age",
1234
1234
  "difficulty": "Difficulty",
1235
1235
  "gasLimit": "Gas Limit",
1236
- "burntFees": "Burnt Fees"
1236
+ "burntFees": "Burnt Fees",
1237
+ "tooltip": {
1238
+ "gasUsedPercent": "{{percent}} of Gas Used",
1239
+ "gasTargetUsedPercent": "{{percent}} of Gas Target"
1240
+ }
1237
1241
  },
1238
1242
  "transaction": {
1239
1243
  "hash": "Txn Hash",
@@ -1673,7 +1677,9 @@
1673
1677
  "posBlockHash": "PoS Block Hash",
1674
1678
  "parentHash": "Parent Hash",
1675
1679
  "nonce": "Nonce",
1676
- "gasUsed": "Limit | Gas Used",
1680
+ "gasUsed": "Gas Used",
1681
+ "gasLimit": "Gas Limit",
1682
+ "gasTarget": "{{percent}} of Gas Target",
1677
1683
  "gasTargetUsage": "Gas Target Usage",
1678
1684
  "baseFeePerGas": "Base Fee Per Gas",
1679
1685
  "burntFeesLabel": "Burnt Fees",
@@ -1792,7 +1798,8 @@
1792
1798
  "posBlockHash": "The newest committed PoS block the miner saw.",
1793
1799
  "parentHash": "The hash of the block from which this block was generated, also known as its parent block.",
1794
1800
  "nonce": "Block nonce is a value used during mining to demonstrate proof of work for a block.",
1795
- "gasUsedLimit": "The exact units of gas that was used for the transaction; Maximum amount of gas provided for the transaction.",
1801
+ "gasUsed": "The total gas used in the block and its percentage of total gas filled. The gas target percentage calculated on current block gas limit presents the base gas price adjustment in the block, and the gas target is 27,000,000. ",
1802
+ "gasLimit": "Total gas limit provided by all transactions in the block.",
1796
1803
  "gasTargetUsage": "Refers to Pivot block gas target usage, the target is 27,000,000.",
1797
1804
  "baseFeePerGas": "This represents the minimum gasUsed multiplier required for a tx included in a Pivot block and shows the %increase with the value in previous specified block.",
1798
1805
  "burntFeesLabel": "This represents the part of the tx fee based on CIP-1559, CIP-137 and CIP-107 that is burnt: baseFeePerGas*gasUsed*votingParam+storageInterestBurnt",
@@ -1452,7 +1452,9 @@
1452
1452
  "blockHash": "Block Hash",
1453
1453
  "parentHash": "Parent Hash",
1454
1454
  "nonce": "Nonce",
1455
- "gasUsed": "Limit | Gas Used",
1455
+ "gasUsed": "Gas Used",
1456
+ "gasLimit": "Gas Limit",
1457
+ "gasTarget": "{{percent}} of Gas Target",
1456
1458
  "gasTargetUsage": "Gas Target Usage",
1457
1459
  "baseFeePerGas": "Base Fee Per Gas",
1458
1460
  "burntFeesLabel": "Burnt Fees",
@@ -1565,7 +1567,8 @@
1565
1567
  "blockHash": "The hash of the block header of the current block.",
1566
1568
  "parentHash": "The hash of the block from which this block was generated, also known as its parent block.",
1567
1569
  "nonce": "Block nonce is a value used during mining to demonstrate proof of work for a block.",
1568
- "gasUsedLimit": "The exact units of gas that was used for the transaction; Maximum amount of gas provided for the transaction.",
1570
+ "gasUsed": "The total gas used of eSpace transactions in the block and its percentage of total gas filled. The gas target percentage calculated by gas limit of block heights that are multiples of 5 presents the base gas price adjustment in the block, and the gas target is 15,000,000.",
1571
+ "gasLimit": "Total gas limit provided by all transactions in the block.",
1569
1572
  "gasTargetUsage": "Refers to the gas target usage when eSpace block height is Pivot block, the target is 15,000,000. ",
1570
1573
  "baseFeePerGas": "This represents the minimum gas used multiplier required for a tx included in the eSpace block (when eSpace block height is Pivot block) and shows the %increase with the value in previous specified block.",
1571
1574
  "burntFeesLabel": "This represents the total transaction fees burned based on EIP-1559 and CIP-137 for eSpace blocks contained in this Epoch.",
@@ -1452,7 +1452,9 @@
1452
1452
  "blockHash": "Block Hash",
1453
1453
  "parentHash": "Parent Hash",
1454
1454
  "nonce": "Nonce",
1455
- "gasUsed": "Limit | Gas Used",
1455
+ "gasUsed": "Gas Used",
1456
+ "gasLimit": "Gas Limit",
1457
+ "gasTarget": "{{percent}} of Gas Target",
1456
1458
  "gasTargetUsage": "Gas Target Usage",
1457
1459
  "baseFeePerGas": "Base Fee Per Gas",
1458
1460
  "burntFeesLabel": "Burnt Fees",
@@ -1565,7 +1567,8 @@
1565
1567
  "blockHash": "The hash of the block header of the current block.",
1566
1568
  "parentHash": "The hash of the block from which this block was generated, also known as its parent block.",
1567
1569
  "nonce": "Block nonce is a value used during mining to demonstrate proof of work for a block.",
1568
- "gasUsedLimit": "The exact units of gas that was used for the transaction; Maximum amount of gas provided for the transaction.",
1570
+ "gasUsed": "The total gas used of eSpace transactions in the block and its percentage of total gas filled. The gas target percentage calculated by gas limit of block heights that are multiples of 5 presents the base gas price adjustment in the block, and the gas target is 15,000,000.",
1571
+ "gasLimit": "Total gas limit provided by all transactions in the block.",
1569
1572
  "gasTargetUsage": "Refers to the gas target usage when eSpace block height is Pivot block, the target is 15,000,000. ",
1570
1573
  "baseFeePerGas": "This represents the minimum gas used multiplier required for a tx included in the eSpace block (when eSpace block height is Pivot block) and shows the %increase with the value in previous specified block.",
1571
1574
  "burntFeesLabel": "This represents the total transaction fees burned based on EIP-1559 and CIP-137 for eSpace blocks contained in this Epoch.",
@@ -1449,7 +1449,9 @@
1449
1449
  "blockHash": "区块哈希",
1450
1450
  "parentHash": "父区块哈希",
1451
1451
  "nonce": "随机数",
1452
- "gasUsed": "限制|燃料用量",
1452
+ "gasUsed": "燃料用量",
1453
+ "gasLimit": "燃料限制",
1454
+ "gasTarget": "目标燃料使用率: {{percent}}",
1453
1455
  "gasTargetUsage": "燃料使用率",
1454
1456
  "baseFeePerGas": "燃料基础费",
1455
1457
  "burntFeesLabel": "销毁费用",
@@ -1562,7 +1564,8 @@
1562
1564
  "blockHash": "该区块的块头的哈希值。",
1563
1565
  "parentHash": "该区块的父区块的区块哈希,也称为父区块哈希。",
1564
1566
  "nonce": "区块随机数是在挖矿过程中用来演示区块工作量证明的值。",
1565
- "gasUsedLimit": "燃料使用指交易所使用的燃料数量; 燃料限制代表用于愿意为交易花费的最大燃料量。",
1567
+ "gasUsed": "该区块中eSpace交易使用的总燃料和总使用率百分比。目标燃料使用率根据区块高度为5的倍数的区块燃料限制计算,表示此区块的基础燃料价格的调整,目标燃料值是15,000,000。",
1568
+ "gasLimit": "该区块中为所有交易提供的燃料限制。",
1566
1569
  "gasTargetUsage": "指eSpace区块高度是Pivot区块时的燃料目标使用率,目标值 15,000,000。",
1567
1570
  "baseFeePerGas": "表示eSpace区块高度是Pivot区块时,包含的交易最小的燃料用量乘积和上一个规定区块燃料基础费的涨幅。",
1568
1571
  "burntFeesLabel": "销毁费用:表示此纪元中包含的eSpace区块基于EIP-1559和CIP-137销毁的总交易费用。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],