@cfxjs/sirius-next-i18n 0.1.11 → 0.1.13
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 +31 -13
- package/cspace/zh_cn/translation.json +31 -13
- package/dist/cspace/en/translation.json +31 -13
- package/dist/evm/base/en/translation.json +1 -1
- package/evm/base/en/translation.json +1 -1
- package/evm/base/zh_cn/translation.json +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
"confluxbounty": "ConfluxBounty",
|
|
556
556
|
"hub": "ConfluxHub",
|
|
557
557
|
"global": "ConfluxScan Global",
|
|
558
|
-
"
|
|
558
|
+
"copyRight": "© 2024 Conflux. All Rights Reserved.",
|
|
559
559
|
"tool": "Tool",
|
|
560
560
|
"addressFormatConversion": "Address Format Conversion",
|
|
561
561
|
"broadcastTx": "Broadcast Transaction",
|
|
@@ -2271,18 +2271,36 @@
|
|
|
2271
2271
|
"description": "Validator",
|
|
2272
2272
|
"overview": {
|
|
2273
2273
|
"title": "Overview",
|
|
2274
|
-
"posAddress": "Address",
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2274
|
+
"posAddress": "PoS Node Address",
|
|
2275
|
+
"nodeType": "Node Type",
|
|
2276
|
+
"nodeTypeValue": {
|
|
2277
|
+
"Personal Node": "Personal Node",
|
|
2278
|
+
"Public Pos Pool": "Public PoS Pool"
|
|
2279
|
+
},
|
|
2280
|
+
"status": "Status",
|
|
2281
|
+
"statusValue": {
|
|
2282
|
+
"Active": "Active",
|
|
2283
|
+
"Retiring": "Retiring",
|
|
2284
|
+
"Force Retiring": "Force Retiring",
|
|
2285
|
+
"Forfeited": "Forfeited",
|
|
2286
|
+
"Historical Nodes": "Historical Nodes"
|
|
2287
|
+
},
|
|
2288
|
+
"totalVotingPower": "Total Voting Power (CFX) ",
|
|
2289
|
+
"staker": "Staker",
|
|
2290
|
+
"stakerValue": "{{count}} Addresses",
|
|
2291
|
+
"votingPowerDetails": "Voting Power Details",
|
|
2292
|
+
"withdrawable": "Withdrawable (CFX)",
|
|
2293
|
+
"freezing": "Deposit Freezing Period",
|
|
2294
|
+
"unlocking": "Unlocking",
|
|
2295
|
+
"poolInfo": "Pool Info",
|
|
2296
|
+
"poolName": "Pool Name",
|
|
2297
|
+
"poolContractAddress": "Pool Contract Address",
|
|
2298
|
+
"links": "Links",
|
|
2299
|
+
"linkValue": {
|
|
2300
|
+
"website": "Website",
|
|
2301
|
+
"twitter": "X",
|
|
2302
|
+
"telegram": "Telegram"
|
|
2303
|
+
},
|
|
2286
2304
|
"timestamp": "Register Date"
|
|
2287
2305
|
},
|
|
2288
2306
|
"incomingHistory": {
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"confluxbounty": "ConfluxBounty",
|
|
555
555
|
"hub": "ConfluxHub",
|
|
556
556
|
"global": "ConfluxScan Global",
|
|
557
|
-
"
|
|
557
|
+
"copyRight": "© 2024 Conflux. All Rights Reserved.",
|
|
558
558
|
"tool": "工具",
|
|
559
559
|
"addressFormatConversion": "地址格式转换",
|
|
560
560
|
"broadcastTx": "广播交易",
|
|
@@ -2267,18 +2267,36 @@
|
|
|
2267
2267
|
"description": "验证者",
|
|
2268
2268
|
"overview": {
|
|
2269
2269
|
"title": "概览",
|
|
2270
|
-
"posAddress": "
|
|
2271
|
-
"
|
|
2272
|
-
"
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2270
|
+
"posAddress": "PoS 节点地址",
|
|
2271
|
+
"nodeType": "节点类型",
|
|
2272
|
+
"nodeTypeValue": {
|
|
2273
|
+
"Personal Node": "独立节点",
|
|
2274
|
+
"Public Pos Pool": "PoS 矿池"
|
|
2275
|
+
},
|
|
2276
|
+
"status": "状态",
|
|
2277
|
+
"statusValue": {
|
|
2278
|
+
"Active": "活跃中",
|
|
2279
|
+
"Retiring": "退休中",
|
|
2280
|
+
"Force Retiring": "强制退休中",
|
|
2281
|
+
"Forfeited": "已罚没",
|
|
2282
|
+
"Historical Nodes": "历史节点"
|
|
2283
|
+
},
|
|
2284
|
+
"totalVotingPower": "总投票权(CFX)",
|
|
2285
|
+
"staker": "质押者",
|
|
2286
|
+
"stakerValue": "{{count}} 个地址",
|
|
2287
|
+
"votingPowerDetails": "投票权明细",
|
|
2288
|
+
"withdrawable": "可提现(CFX)",
|
|
2289
|
+
"freezing": "存入锁定期",
|
|
2290
|
+
"unlocking": "解锁中",
|
|
2291
|
+
"poolInfo": "矿池信息",
|
|
2292
|
+
"poolName": "矿池名称",
|
|
2293
|
+
"poolContractAddress": "矿池合约地址",
|
|
2294
|
+
"links": "链接",
|
|
2295
|
+
"linkValue": {
|
|
2296
|
+
"website": "官网",
|
|
2297
|
+
"twitter": "X",
|
|
2298
|
+
"telegram": "电报"
|
|
2299
|
+
},
|
|
2282
2300
|
"timestamp": "注册时间"
|
|
2283
2301
|
},
|
|
2284
2302
|
"incomingHistory": {
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
"confluxbounty": "ConfluxBounty",
|
|
556
556
|
"hub": "ConfluxHub",
|
|
557
557
|
"global": "ConfluxScan Global",
|
|
558
|
-
"
|
|
558
|
+
"copyRight": "© 2024 Conflux. All Rights Reserved.",
|
|
559
559
|
"tool": "Tool",
|
|
560
560
|
"addressFormatConversion": "Address Format Conversion",
|
|
561
561
|
"broadcastTx": "Broadcast Transaction",
|
|
@@ -2262,18 +2262,36 @@
|
|
|
2262
2262
|
"description": "Validator",
|
|
2263
2263
|
"overview": {
|
|
2264
2264
|
"title": "Overview",
|
|
2265
|
-
"posAddress": "Address",
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
"
|
|
2272
|
-
"
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2265
|
+
"posAddress": "PoS Node Address",
|
|
2266
|
+
"nodeType": "Node Type",
|
|
2267
|
+
"nodeTypeValue": {
|
|
2268
|
+
"Personal Node": "Personal Node",
|
|
2269
|
+
"Public Pos Pool": "Public PoS Pool"
|
|
2270
|
+
},
|
|
2271
|
+
"status": "Status",
|
|
2272
|
+
"statusValue": {
|
|
2273
|
+
"Active": "Active",
|
|
2274
|
+
"Retiring": "Retiring",
|
|
2275
|
+
"Force Retiring": "Force Retiring",
|
|
2276
|
+
"Forfeited": "Forfeited",
|
|
2277
|
+
"Historical Nodes": "Historical Nodes"
|
|
2278
|
+
},
|
|
2279
|
+
"totalVotingPower": "Total Voting Power (CFX) ",
|
|
2280
|
+
"staker": "Staker",
|
|
2281
|
+
"stakerValue": "{{count}} Addresses",
|
|
2282
|
+
"votingPowerDetails": "Voting Power Details",
|
|
2283
|
+
"withdrawable": "Withdrawable (CFX)",
|
|
2284
|
+
"freezing": "Deposit Freezing Period",
|
|
2285
|
+
"unlocking": "Unlocking",
|
|
2286
|
+
"poolInfo": "Pool Info",
|
|
2287
|
+
"poolName": "Pool Name",
|
|
2288
|
+
"poolContractAddress": "Pool Contract Address",
|
|
2289
|
+
"links": "Links",
|
|
2290
|
+
"linkValue": {
|
|
2291
|
+
"website": "Website",
|
|
2292
|
+
"twitter": "X",
|
|
2293
|
+
"telegram": "Telegram"
|
|
2294
|
+
},
|
|
2277
2295
|
"timestamp": "Register Date"
|
|
2278
2296
|
},
|
|
2279
2297
|
"incomingHistory": {
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"fluentwallet": "Fluent Wallet",
|
|
524
524
|
"confluxbounty": "ConfluxBounty",
|
|
525
525
|
"hub": "ConfluxHub",
|
|
526
|
-
"
|
|
526
|
+
"copyRight": "© 2024 Conflux. All Rights Reserved.",
|
|
527
527
|
"tool": "Tool",
|
|
528
528
|
"addressFormatConversion": "Address Format Conversion",
|
|
529
529
|
"broadcastTx": "Broadcast Transaction",
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"fluentwallet": "Fluent Wallet",
|
|
524
524
|
"confluxbounty": "ConfluxBounty",
|
|
525
525
|
"hub": "ConfluxHub",
|
|
526
|
-
"
|
|
526
|
+
"copyRight": "© 2024 Conflux. All Rights Reserved.",
|
|
527
527
|
"tool": "Tool",
|
|
528
528
|
"addressFormatConversion": "Address Format Conversion",
|
|
529
529
|
"broadcastTx": "Broadcast Transaction",
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"fluentwallet": "Fluent Wallet",
|
|
523
523
|
"confluxbounty": "ConfluxBounty",
|
|
524
524
|
"hub": "ConfluxHub",
|
|
525
|
-
"
|
|
525
|
+
"copyRight": "© 2024 Conflux. All Rights Reserved.",
|
|
526
526
|
"tool": "工具",
|
|
527
527
|
"addressFormatConversion": "地址格式转换",
|
|
528
528
|
"broadcastTx": "广播交易",
|