@cfxjs/sirius-next-i18n 0.1.24 → 0.1.25

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.24 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.25 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -372,6 +372,27 @@
372
372
  "apy": "(APY 4%)",
373
373
  "viewLockedDetails": "Click to view lock history"
374
374
  },
375
+ "authList": {
376
+ "authorizations": "Authorizations",
377
+ "authorizationList": "Authorization List",
378
+ "delegateTo": "Delegate to",
379
+ "authority": "Authority",
380
+ "delegatedAddress": "Delegated Address",
381
+ "nonce": "Nonce",
382
+ "valid": "Valid",
383
+ "yes": "Yes",
384
+ "no": "No",
385
+ "delegatedCode": "Delegated Code",
386
+ "txSender": "Tx Sender",
387
+ "eoaWithCode": "EOA+CODE",
388
+ "yParity": "yParity",
389
+ "r": "r",
390
+ "s": "s",
391
+ "tooltip": {
392
+ "delegateTo": "Account’s executable code address",
393
+ "valid": "Indicates if the EOA’s signed EIP-7702 envelope meets all validity checks (signature, nonce, chain ID, etc.). If valid, the account instantly delegates execution to the designated delegated contract."
394
+ }
395
+ },
375
396
  "blocks": {
376
397
  "title": "Blocks",
377
398
  "description": "Blocks",
@@ -372,6 +372,27 @@
372
372
  "apy": "(APY 4%)",
373
373
  "viewLockedDetails": "Click to view lock history"
374
374
  },
375
+ "authList": {
376
+ "authorizations": "Authorizations",
377
+ "authorizationList": "Authorization List",
378
+ "delegateTo": "Delegate to",
379
+ "authority": "Authority",
380
+ "delegatedAddress": "Delegated Address",
381
+ "nonce": "Nonce",
382
+ "valid": "Valid",
383
+ "yes": "Yes",
384
+ "no": "No",
385
+ "delegatedCode": "Delegated Code",
386
+ "txSender": "Tx Sender",
387
+ "eoaWithCode": "EOA+CODE",
388
+ "yParity": "yParity",
389
+ "r": "r",
390
+ "s": "s",
391
+ "tooltip": {
392
+ "delegateTo": "Account’s executable code address",
393
+ "valid": "Indicates if the EOA’s signed EIP-7702 envelope meets all validity checks (signature, nonce, chain ID, etc.). If valid, the account instantly delegates execution to the designated delegated contract."
394
+ }
395
+ },
375
396
  "blocks": {
376
397
  "title": "Blocks",
377
398
  "description": "Blocks",
@@ -371,6 +371,27 @@
371
371
  "lockedDetailUnlockTime": "预计解锁时间",
372
372
  "viewLockedDetails": "点击查看锁定历史"
373
373
  },
374
+ "authList": {
375
+ "authorizations": "委托记录",
376
+ "authorizationList": "授权列表",
377
+ "delegateTo": "委托地址",
378
+ "authority": "授权方",
379
+ "delegatedAddress": "委托地址",
380
+ "nonce": "随机数",
381
+ "valid": "是否有效",
382
+ "yes": "Yes",
383
+ "no": "No",
384
+ "delegatedCode": "委托代码",
385
+ "txSender": "交易发起方",
386
+ "eoaWithCode": "EOA+CODE",
387
+ "yParity": "yParity",
388
+ "r": "r",
389
+ "s": "s",
390
+ "tooltip": {
391
+ "delegateTo": "账户可执行代码地址",
392
+ "valid": "检查 EOA 账户签署的 EIP-7702 信封是否通过所有验证(签名、随机数、链 ID 等);如果通过,账户会立即执行指定的委托合约代码。"
393
+ }
394
+ },
374
395
  "blocks": {
375
396
  "title": "区块",
376
397
  "description": "区块",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],