@cfxjs/sirius-next-i18n 0.1.26 → 0.1.28
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.
- package/.turbo/turbo-build.log +1 -1
- package/cspace/en/translation.json +16 -1
- package/cspace/zh_cn/translation.json +16 -1
- package/dist/cspace/en/translation.json +16 -1
- package/dist/evm/base/en/translation.json +18 -3
- package/evm/base/en/translation.json +18 -3
- package/evm/base/zh_cn/translation.json +18 -3
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -297,12 +297,22 @@
|
|
|
297
297
|
"third": "3. Only single-file verification is supported.",
|
|
298
298
|
"fourth": "4. Constructor arguments are not supported currently."
|
|
299
299
|
},
|
|
300
|
+
"vyperNotice": {
|
|
301
|
+
"first": "1. Does not support external libraries or optimization settings.",
|
|
302
|
+
"second": "2. Source code should fit inside a single .vy file."
|
|
303
|
+
},
|
|
304
|
+
"stepTitle": {
|
|
305
|
+
"step1": "Contract Details",
|
|
306
|
+
"step2": "Upload Contract Source Code"
|
|
307
|
+
},
|
|
300
308
|
"upload": "Upload Contract File",
|
|
301
309
|
"submit": "Submit",
|
|
302
310
|
"contractAddress": "Contract Address",
|
|
303
311
|
"runs": "Runs",
|
|
312
|
+
"advancedConfiguration": "Advanced Configuration",
|
|
304
313
|
"contractName": "Contract Name",
|
|
305
|
-
"
|
|
314
|
+
"compilerType": "Compiler Type",
|
|
315
|
+
"compilerVersion": "Compiler Version",
|
|
306
316
|
"optimization": "Optimization",
|
|
307
317
|
"license": "License",
|
|
308
318
|
"evmVersion": "EVM Version to target",
|
|
@@ -311,6 +321,11 @@
|
|
|
311
321
|
"libraryName": "Library_{{index}} Name",
|
|
312
322
|
"libraryContractAddress": "Library_{{index}} Contract Address",
|
|
313
323
|
"contractSourceCode": "Contract Source Code",
|
|
324
|
+
"button": {
|
|
325
|
+
"reset": "Reset",
|
|
326
|
+
"previous": "Previous",
|
|
327
|
+
"continue": "Continue"
|
|
328
|
+
},
|
|
314
329
|
"error": {
|
|
315
330
|
"required": "Required",
|
|
316
331
|
"min": "The minimum value is 0",
|
|
@@ -296,12 +296,22 @@
|
|
|
296
296
|
"third": "3. 仅支持单文件验证。",
|
|
297
297
|
"fourth": "4. 目前暂不支持构造函数。"
|
|
298
298
|
},
|
|
299
|
+
"vyperNotice": {
|
|
300
|
+
"first": "1. 不支持外部库或优化设置。",
|
|
301
|
+
"second": "2. 源代码应包含在单个 .vy 文件中。"
|
|
302
|
+
},
|
|
303
|
+
"stepTitle": {
|
|
304
|
+
"step1": "合约信息",
|
|
305
|
+
"step2": "上传合约代码"
|
|
306
|
+
},
|
|
299
307
|
"upload": "上传合约文件",
|
|
300
308
|
"submit": "提交",
|
|
301
309
|
"contractAddress": "合约地址",
|
|
302
310
|
"runs": "运行",
|
|
311
|
+
"advancedConfiguration": "高级配置",
|
|
303
312
|
"contractName": "合约名称",
|
|
304
|
-
"
|
|
313
|
+
"compilerType": "编译器类型",
|
|
314
|
+
"compilerVersion": "编译器版本",
|
|
305
315
|
"optimization": "优化",
|
|
306
316
|
"license": "许可协议",
|
|
307
317
|
"evmVersion": "EVM 版本",
|
|
@@ -310,6 +320,11 @@
|
|
|
310
320
|
"libraryName": "Library_{{index}} 合约名称",
|
|
311
321
|
"libraryContractAddress": "Library_{{index}} 合约地址",
|
|
312
322
|
"contractSourceCode": "合约源码",
|
|
323
|
+
"button": {
|
|
324
|
+
"reset": "重置",
|
|
325
|
+
"previous": "上一步",
|
|
326
|
+
"continue": "继续"
|
|
327
|
+
},
|
|
313
328
|
"error": {
|
|
314
329
|
"required": "请输入",
|
|
315
330
|
"min": "最小值为 0",
|
|
@@ -297,12 +297,22 @@
|
|
|
297
297
|
"third": "3. Only single-file verification is supported.",
|
|
298
298
|
"fourth": "4. Constructor arguments are not supported currently."
|
|
299
299
|
},
|
|
300
|
+
"vyperNotice": {
|
|
301
|
+
"first": "1. Does not support external libraries or optimization settings.",
|
|
302
|
+
"second": "2. Source code should fit inside a single .vy file."
|
|
303
|
+
},
|
|
304
|
+
"stepTitle": {
|
|
305
|
+
"step1": "Contract Details",
|
|
306
|
+
"step2": "Upload Contract Source Code"
|
|
307
|
+
},
|
|
300
308
|
"upload": "Upload Contract File",
|
|
301
309
|
"submit": "Submit",
|
|
302
310
|
"contractAddress": "Contract Address",
|
|
303
311
|
"runs": "Runs",
|
|
312
|
+
"advancedConfiguration": "Advanced Configuration",
|
|
304
313
|
"contractName": "Contract Name",
|
|
305
|
-
"
|
|
314
|
+
"compilerType": "Compiler Type",
|
|
315
|
+
"compilerVersion": "Compiler Version",
|
|
306
316
|
"optimization": "Optimization",
|
|
307
317
|
"license": "License",
|
|
308
318
|
"evmVersion": "EVM Version to target",
|
|
@@ -311,6 +321,11 @@
|
|
|
311
321
|
"libraryName": "Library_{{index}} Name",
|
|
312
322
|
"libraryContractAddress": "Library_{{index}} Contract Address",
|
|
313
323
|
"contractSourceCode": "Contract Source Code",
|
|
324
|
+
"button": {
|
|
325
|
+
"reset": "Reset",
|
|
326
|
+
"previous": "Previous",
|
|
327
|
+
"continue": "Continue"
|
|
328
|
+
},
|
|
314
329
|
"error": {
|
|
315
330
|
"required": "Required",
|
|
316
331
|
"min": "The minimum value is 0",
|
|
@@ -287,12 +287,22 @@
|
|
|
287
287
|
"third": "3. Only single-file verification is supported.",
|
|
288
288
|
"fourth": "4. Constructor arguments are not supported currently."
|
|
289
289
|
},
|
|
290
|
+
"vyperNotice": {
|
|
291
|
+
"first": "1. Does not support external libraries or optimization settings.",
|
|
292
|
+
"second": "2. Source code should fit inside a single .vy file."
|
|
293
|
+
},
|
|
294
|
+
"stepTitle": {
|
|
295
|
+
"step1": "Contract Details",
|
|
296
|
+
"step2": "Upload Contract Source Code"
|
|
297
|
+
},
|
|
290
298
|
"upload": "Upload Contract File",
|
|
291
299
|
"submit": "Submit",
|
|
292
300
|
"contractAddress": "Contract Address",
|
|
293
301
|
"runs": "Runs",
|
|
302
|
+
"advancedConfiguration": "Advanced Configuration",
|
|
294
303
|
"contractName": "Contract Name",
|
|
295
|
-
"
|
|
304
|
+
"compilerType": "Compiler Type",
|
|
305
|
+
"compilerVersion": "Compiler Version",
|
|
296
306
|
"optimization": "Optimization",
|
|
297
307
|
"license": "License",
|
|
298
308
|
"evmVersion": "EVM Version to target",
|
|
@@ -301,6 +311,11 @@
|
|
|
301
311
|
"libraryName": "Library_{{index}} Name",
|
|
302
312
|
"libraryContractAddress": "Library_{{index}} Contract Address",
|
|
303
313
|
"contractSourceCode": "Contract Source Code",
|
|
314
|
+
"button": {
|
|
315
|
+
"reset": "Reset",
|
|
316
|
+
"previous": "Previous",
|
|
317
|
+
"continue": "Continue"
|
|
318
|
+
},
|
|
304
319
|
"error": {
|
|
305
320
|
"required": "Required",
|
|
306
321
|
"min": "The minimum value is 0",
|
|
@@ -389,7 +404,6 @@
|
|
|
389
404
|
"r": "r",
|
|
390
405
|
"s": "s",
|
|
391
406
|
"tooltip": {
|
|
392
|
-
"delegationTransaction": "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. ",
|
|
393
407
|
"delegateTo": "Account’s executable code address",
|
|
394
408
|
"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."
|
|
395
409
|
}
|
|
@@ -1649,7 +1663,8 @@
|
|
|
1649
1663
|
"txnType": {
|
|
1650
1664
|
"0": "Legacy transaction: Transactions with type 0x0 are legacy transactions that use the transaction format existing before typed transactions were introduced in EIP-2718. They contain the parameters nonce, gasPrice, gasLimit, to, value, data, v, r,and s.",
|
|
1651
1665
|
"1": "Access list transaction: Transactions with type 0x1 are transactions introduced in EIP-2930. They contain, along with the legacy parameters, an accessList parameter, which specifies an array of addresses and storage keys that the transaction plans to access .",
|
|
1652
|
-
"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
|
+
"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.",
|
|
1667
|
+
"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. "
|
|
1653
1668
|
},
|
|
1654
1669
|
"getRawTxJson": "Get raw Tx JSON"
|
|
1655
1670
|
},
|
|
@@ -287,12 +287,22 @@
|
|
|
287
287
|
"third": "3. Only single-file verification is supported.",
|
|
288
288
|
"fourth": "4. Constructor arguments are not supported currently."
|
|
289
289
|
},
|
|
290
|
+
"vyperNotice": {
|
|
291
|
+
"first": "1. Does not support external libraries or optimization settings.",
|
|
292
|
+
"second": "2. Source code should fit inside a single .vy file."
|
|
293
|
+
},
|
|
294
|
+
"stepTitle": {
|
|
295
|
+
"step1": "Contract Details",
|
|
296
|
+
"step2": "Upload Contract Source Code"
|
|
297
|
+
},
|
|
290
298
|
"upload": "Upload Contract File",
|
|
291
299
|
"submit": "Submit",
|
|
292
300
|
"contractAddress": "Contract Address",
|
|
293
301
|
"runs": "Runs",
|
|
302
|
+
"advancedConfiguration": "Advanced Configuration",
|
|
294
303
|
"contractName": "Contract Name",
|
|
295
|
-
"
|
|
304
|
+
"compilerType": "Compiler Type",
|
|
305
|
+
"compilerVersion": "Compiler Version",
|
|
296
306
|
"optimization": "Optimization",
|
|
297
307
|
"license": "License",
|
|
298
308
|
"evmVersion": "EVM Version to target",
|
|
@@ -301,6 +311,11 @@
|
|
|
301
311
|
"libraryName": "Library_{{index}} Name",
|
|
302
312
|
"libraryContractAddress": "Library_{{index}} Contract Address",
|
|
303
313
|
"contractSourceCode": "Contract Source Code",
|
|
314
|
+
"button": {
|
|
315
|
+
"reset": "Reset",
|
|
316
|
+
"previous": "Previous",
|
|
317
|
+
"continue": "Continue"
|
|
318
|
+
},
|
|
304
319
|
"error": {
|
|
305
320
|
"required": "Required",
|
|
306
321
|
"min": "The minimum value is 0",
|
|
@@ -389,7 +404,6 @@
|
|
|
389
404
|
"r": "r",
|
|
390
405
|
"s": "s",
|
|
391
406
|
"tooltip": {
|
|
392
|
-
"delegationTransaction": "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. ",
|
|
393
407
|
"delegateTo": "Account’s executable code address",
|
|
394
408
|
"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."
|
|
395
409
|
}
|
|
@@ -1649,7 +1663,8 @@
|
|
|
1649
1663
|
"txnType": {
|
|
1650
1664
|
"0": "Legacy transaction: Transactions with type 0x0 are legacy transactions that use the transaction format existing before typed transactions were introduced in EIP-2718. They contain the parameters nonce, gasPrice, gasLimit, to, value, data, v, r,and s.",
|
|
1651
1665
|
"1": "Access list transaction: Transactions with type 0x1 are transactions introduced in EIP-2930. They contain, along with the legacy parameters, an accessList parameter, which specifies an array of addresses and storage keys that the transaction plans to access .",
|
|
1652
|
-
"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
|
+
"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.",
|
|
1667
|
+
"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. "
|
|
1653
1668
|
},
|
|
1654
1669
|
"getRawTxJson": "Get raw Tx JSON"
|
|
1655
1670
|
},
|
|
@@ -286,12 +286,22 @@
|
|
|
286
286
|
"third": "3. 仅支持单文件验证。",
|
|
287
287
|
"fourth": "4. 目前暂不支持构造函数。"
|
|
288
288
|
},
|
|
289
|
+
"vyperNotice": {
|
|
290
|
+
"first": "1. 不支持外部库或优化设置。",
|
|
291
|
+
"second": "2. 源代码应包含在单个 .vy 文件中。"
|
|
292
|
+
},
|
|
293
|
+
"stepTitle": {
|
|
294
|
+
"step1": "合约信息",
|
|
295
|
+
"step2": "上传合约代码"
|
|
296
|
+
},
|
|
289
297
|
"upload": "上传合约文件",
|
|
290
298
|
"submit": "提交",
|
|
291
299
|
"contractAddress": "合约地址",
|
|
292
300
|
"runs": "运行",
|
|
301
|
+
"advancedConfiguration": "高级配置",
|
|
293
302
|
"contractName": "合约名称",
|
|
294
|
-
"
|
|
303
|
+
"compilerType": "编译器类型",
|
|
304
|
+
"compilerVersion": "编译器版本",
|
|
295
305
|
"optimization": "优化",
|
|
296
306
|
"license": "许可协议",
|
|
297
307
|
"evmVersion": "EVM 版本",
|
|
@@ -300,6 +310,11 @@
|
|
|
300
310
|
"libraryName": "Library_{{index}} 合约名称",
|
|
301
311
|
"libraryContractAddress": "Library_{{index}} 合约地址",
|
|
302
312
|
"contractSourceCode": "合约源码",
|
|
313
|
+
"button": {
|
|
314
|
+
"reset": "重置",
|
|
315
|
+
"previous": "上一步",
|
|
316
|
+
"continue": "继续"
|
|
317
|
+
},
|
|
303
318
|
"error": {
|
|
304
319
|
"required": "请输入",
|
|
305
320
|
"min": "最小值为 0",
|
|
@@ -388,7 +403,6 @@
|
|
|
388
403
|
"r": "r",
|
|
389
404
|
"s": "s",
|
|
390
405
|
"tooltip": {
|
|
391
|
-
"delegationTransaction": "委托交易:类型为 0x4 的交易会在 EOA(外部拥有账户)的代码字段中设置一个“委托标识符”(0xef0100 + 目标地址)。当该 EOA 接收到调用时,EVM 会在该 EOA 的上下文中执行目标地址中的字节码,从而使目标合约能够访问该 EOA 的存储和余额。该交易类型实现了类智能合约的功能,例如批量交易(如 ERC-20 授权与交换)和权限管理,同时保留了原始 EOA 的地址和签名能力。",
|
|
392
406
|
"delegateTo": "账户可执行代码地址",
|
|
393
407
|
"valid": "检查 EOA 账户签署的 EIP-7702 信封是否通过所有验证(签名、随机数、链 ID 等);如果通过,账户会立即执行指定的委托合约代码。"
|
|
394
408
|
}
|
|
@@ -1646,7 +1660,8 @@
|
|
|
1646
1660
|
"txnType": {
|
|
1647
1661
|
"0": "传统交易: 0x0交易类型是传统交易, 使用 EIP-2718 引入类型交易之前存在的交易格式。交易包含参数: nonce、gasPrice、gasLimit、to、value、data、v、r和s。",
|
|
1648
1662
|
"1": "访问列表交易: 类型为0x1的交易是EIP-2930引入的交易。除了传统参数外, 还包含一个访问列表参数, 该参数指定了交易计划访问的地址数组和存储键。",
|
|
1649
|
-
"2": "EIP-1559交易: 类型为0x2的交易是EIP-1559引入的交易。交易使用协议中在每个Pivot区块动态变化的基础Gas费用, 基础Gas费用会根据Gas目标进行调整, 以应对网络拥塞。"
|
|
1663
|
+
"2": "EIP-1559交易: 类型为0x2的交易是EIP-1559引入的交易。交易使用协议中在每个Pivot区块动态变化的基础Gas费用, 基础Gas费用会根据Gas目标进行调整, 以应对网络拥塞。",
|
|
1664
|
+
"4": "委托交易:类型为 0x4 的交易会在 EOA(外部拥有账户)的代码字段中设置一个“委托标识符”(0xef0100 + 目标地址)。当该 EOA 接收到调用时,EVM 会在该 EOA 的上下文中执行目标地址中的字节码,从而使目标合约能够访问该 EOA 的存储和余额。该交易类型实现了类智能合约的功能,例如批量交易(如 ERC-20 授权与交换)和权限管理,同时保留了原始 EOA 的地址和签名能力。"
|
|
1650
1665
|
},
|
|
1651
1666
|
"getRawTxJson": "获取原始交易JSON"
|
|
1652
1667
|
},
|