-
Notifications
You must be signed in to change notification settings - Fork 35
/
zh.json
3071 lines (3071 loc) · 120 KB
/
zh.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"title" : "Blockchair",
"subtitle" : "区块链搜索引擎",
"description" : "区块链浏览器,提供最强大的应用程序编程接口给比特币、以太币、比特币现金、瑞波币、XLM、莱特币、达世币、BSV币和狗币的搜索、排序、交易和地址过滤",
"chain" : {
"bitcoin" : "比特币",
"bitcoin/testnet" : "比特币测试网路",
"bitcoin-cash" : "比特币现金",
"bitcoin-sv" : "比特币 SV",
"dogecoin" : "狗币",
"dash" : "达世币",
"litecoin" : "莱特币",
"ethereum" : "以太坊",
"ethereum/testnet" : "以太坊测试网",
"ripple" : "瑞波币",
"groestlcoin" : "闪电币",
"stellar" : "Stellar",
"ton" : "Telegram 开放网路",
"monero" : "门罗币",
"cardano" : "艾达币",
"zcash" : "大零币",
"mixin" : "Mixin",
"tezos" : "Tezos",
"eos" : "柚子币"
},
"ticker" : {
"bitcoin" : "BTC",
"bitcoin/testnet" : "TBTC",
"bitcoin-cash" : "BCH",
"bitcoin-sv" : "BSV",
"dogecoin" : "DOGE",
"dash" : "DASH",
"litecoin" : "LTC",
"ethereum" : "ETH",
"ethereum/testnet" : "以太测试网",
"ripple" : "XRP",
"usd" : "USD",
"groestlcoin" : "GRS",
"stellar" : "XLM",
"ton" : "GRAM",
"monero" : "XMR",
"cardano" : "ADA",
"zcash" : "ZEC",
"mixin" : "XIN",
"tezos" : "XTZ",
"eos" : "柚子币"
},
"homepage" : {
"title" : "Blockchair是一款通用区块链浏览器和搜索引擎",
"portfolio_widget" : {
"my_portfolio" : "我的投资组合: {total_profit}"
},
"screen1" : {
"placehodler" : "在 {count} 个区块链中搜索",
"qrcode" : {
"title" : "扫描地址二维码",
"modal" : {
"title" : "扫描二维码"
}
},
"description" : "Blockchair是 {blockchains} 隐私最好的搜索引擎。",
"description_line2" : "搜索 {transactions}、{addresses}、{blocks} 以及 {embedded}。",
"scope" : {
"transactions" : "交易",
"addresses" : "地址",
"blocks" : "区块",
"embedded" : "嵌入文本数据",
"tooltip" : "点击以在搜索框内粘贴随机案例"
}
},
"screen2" : {
"explore_blockchains" : "探索区块链",
"description" : "深入应用过滤器和排序的区块链数据分析。 创建并提取自己的数据集。 数据库转储也可应用。",
"examples" : {
"description" : "试试你在Blockchair上可以找到的例子",
"show_examples" : "显示案例",
"links" : "{btc_largest_txs_link}、{etc_contract_creations_link}、{bch_biggest_blocks_link}.",
"btc_largest_txs" : "比特币最大交易",
"etc_contract_creations" : "创建以太币合同",
"bch_biggest_blocks" : "最大比特币现金块"
},
"card" : {
"bitcoin" : {
"blocks" : "区块:",
"blocks_24h" : "24小时区块",
"transactions" : "交易:",
"outputs" : "输出:",
"mempool_txs" : "未经证实的交易:",
"mempool_tps" : "每秒交易:",
"best_block" : "最新成交价:",
"hashrate" : "哈希值 ({algorithm}):",
"footer_link" : "搜索{chain}"
},
"ethereum" : {
"calls" : "调用:"
},
"ripple" : {
"ledgers" : "账本",
"transactions_24h" : "24h成交量",
"circulation" : "流通量",
"best_ledger" : "最新账本:",
"volume_24h" : "24小时链上交易量:"
},
"stellar" : {
"operations_24h" : "24小时操作",
"failed_transactions_24h" : "24小时失败交易"
},
"ton" : {
"first_block_time" : "现测试网路上线于:"
},
"services" : {
"charts" : "图表",
"nodes" : "节点",
"omni" : "Omni",
"compare" : "比较",
"feed" : "feed",
"stats" : "统计",
"uncles" : "Uncles",
"erc-20" : "ERC-20"
},
"coming_soon" : "敬请期待",
"mixin" : {
"latest_snapshot" : "最新快照"
}
},
"erc-20" : {
"tokens" : "代币",
"explore_all" : "搜索所有代币"
}
},
"screen3" : {
"features" : "了解我们的功能",
"description" : "使用加密货币数据的绝佳工具:请求Blockchair API获取区块链数据、查看趋势和相关性图表、分析市场和投资组合的走向、广播交易、下载历史数据等等。",
"api" : {
"title" : "专业API",
"description" : "通过Blockchair API获取区块链数据",
"link" : "阅读更多有关API"
},
"charts" : {
"title" : "图表",
"chart_name" : "过去3个月比特币价格",
"description" : "通过查看120多张图表,了解最新数据趋势",
"link" : "查看图表"
},
"markets" : {
"title" : "市场",
"description" : "点击查看前1000个加密资产并开始构建您的投资组合",
"top1000" : "前1000名",
"portfolio" : "我的投资组合",
"table" : {
"name" : "名称",
"price" : "价格",
"price_change_24h" : "24小时",
"mcap" : "市值",
"dominance" : "霸主地位"
},
"link" : "创建您的投资组合"
}
},
"halving_widget" : {
"halving" : "减半 {value}"
}
},
"search" : {
"title" : "Blockchair 搜索引擎",
"description" : "搜索BTC,ETH,BCH,LTC,BSV,DOGE区块链",
"status" : {
"empty_query" : "空查询",
"empty_request" : "对不起,我们目前只支持英文和俄语搜索",
"server_error" : "出错啦!{error}",
"showing" : {
"no_results" : "无结果({time}秒)",
"only_result" : "展示唯一结果({time}秒)",
"many_results" : "展示{total}结果中的{showing}({time}秒)"
}
},
"results" : {
"matches" : {
"blocks" : {
"title" : "搜索所有{chain}区块",
"hint" : "使用我们的引擎,{chain}区块可以用超过30个设置分类"
},
"transactions" : {
"title" : "搜索所有{chain}交易",
"hint" : "使用我们的引擎,{chain}交易可以用超过30个设置分类"
},
"calls" : {
"title" : "搜索所有以太坊调用",
"hint" : "使用我们的引擎,以太坊调用可以用超过30个设置分类"
},
"uncles" : {
"title" : "搜索所有以太坊uncles",
"hint" : "使用我们的引擎,以太坊uncles可以用超过30个设置分类"
},
"mempool" : {
"title" : "搜索 {chain} 的整个内存池",
"hint" : "使用我们的引擎,{chain}内存池交易可以用超过30个设置分类"
},
"unknown_tnx" : {
"title" : "未知交易: {query}",
"hint1" : "您已输入某些交易所使用的内部交易ID(例如HitBTC,ShapeShift等)",
"hint2" : "这些交易不存在于区块链,我们无法提供任何数据"
}
},
"coin" : {
"price" : "价格: {price} {price_change}",
"mcap" : "市值: {cap}"
},
"bitcoin" : {
"coinbase" : {
"row" : {
"title" : "{chain} 区块 #{id}",
"timestamp" : "时间戳: {time}",
"coinbase_data" : "Coinbase数据: {bin}"
}
},
"outputs" : {
"row" : {
"title" : "{chain} 交易 {hash}",
"script_data" : "输出 #{index} 脚本数据: {bin}"
}
},
"address" : {
"title" : "{chain} 地址 {recipient}",
"last_seen_receiving" : "最后接收: {time}",
"balance" : "余额: {balance}"
},
"xpub" : {
"title" : "{chain} xpub 地址 {recipient}"
},
"block" : {
"mined_on" : "出块于: {time}",
"hash" : "哈希: {hash}"
},
"transaction" : {
"timestamp" : "时间戳: {time}",
"included_in_block" : "包括于区块: {block_id}"
},
"whitepapers" : {
"row" : {
"size" : "{url} {size} kB"
}
}
},
"ethereum" : {
"extra_data" : {
"row" : {
"extra_data" : "额外数据: {bin}"
}
},
"input_data" : {
"row" : {
"input_data" : "输入数据: {bin}"
}
},
"uncle" : {
"title" : "以太坊uncle {hash}",
"parent_block_height" : "父块高度: {parent_block_id}"
},
"address" : {
"title" : "以太坊地址: {address}"
},
"erc_20" : {
"transaction_count_30d" : "过去一个月的交易: {transactions_link}"
}
},
"ripple" : {
"transaction" : {
"account" : "瑞波币帐户: {account}",
"type" : "交易种类:{type}",
"fee" : "费用: {fee}"
},
"account" : {
"title" : "瑞波币账户 {account}",
"balance" : "余额: {balance}"
}
},
"stellar" : {
"transaction" : {
"created_at" : "创建于: {created_at}",
"ledger" : "包括于账本: {ledger}",
"fee_paid" : "已交费用: {fee_paid}"
},
"account" : {
"title" : "Stellar 账户 {account}"
}
},
"ton" : {
"created_at" : "创建于: {time}",
"workchain" : "工作链: {workchain}",
"shard" : "分片: {shard)"
},
"mixin" : {
"snapshot" : {
"title" : "{chain} 快照 #{id}"
},
"round" : {
"title" : "{chain} 轮 #{id}"
}
}
}
},
"application" : {
"header" : {
"menu" : {
"caption" : "菜单",
"bitcoin" : {
"blockchain" : "{chain}区块链",
"layer_2" : "第2层",
"mempool" : "{chain}内存池",
"misc" : "其他",
"object" : {
"blocks" : "区块",
"transactions" : "交易",
"outputs" : "输出",
"addresses" : "地址",
"omni" : "Omni Layer",
"nodes" : "节点浏览器",
"testnet" : "Testnet 浏览器",
"whitepaper" : "白皮书",
"snapshots" : "快照",
"rounds" : "轮",
"graph" : "图",
"mintings" : "铸币"
},
"omni" : {
"most_used_properties" : "最常用属性"
}
},
"ethereum" : {
"erc-20" : {
"homepage" : "ERC-20浏览器",
"tokens" : "ERC-20代币",
"transactions" : "ERC-20交易",
"most_used_tokens" : "最常用代币"
},
"object" : {
"uncles" : "Uncles",
"calls" : "调用"
}
},
"object" : {
"price" : "价格",
"charts" : "图表",
"broadcast" : "广播"
},
"erc_20_tokens" : "ERC-20代币",
"omni_layer_tokens" : "Omni Layer代币"
},
"search" : {
"desktop" : {
"placeholder" : "在 {count} 个区块链中搜索 ({tickers})"
},
"mobile" : {
"placeholder" : "在 {count} 个区块链中搜索"
}
}
},
"navigation" : {
"mempool" : {
"bitcoin" : {
"title" : "内存池"
},
"ethereum" : {
"title" : "未确认",
"hint" : "我们正在等待6个区块直到区块和交易进入我们的数据库。我们也不会为任何未确认的块处理调用和uncles。"
}
},
"object" : {
"homepage" : "首页",
"blocks" : "区块",
"transactions" : "交易",
"outputs" : "输出",
"whitepaper" : "白皮書",
"price" : "价格",
"nodes" : "节点浏览器",
"uncles" : "Uncles",
"calls" : "调用",
"omni" : "Omni Layer",
"erc-20" : "ERC-20",
"charts" : "图表",
"addresses" : "地址",
"snapshots" : "快照",
"rounds" : "轮",
"mintings" : "铸币",
"graph" : "图"
},
"type" : {
"bitcoin" : {
"testnet" : "Testnet",
"block" : "区块",
"transaction" : "交易",
"address" : "地址",
"xpub" : "Xpub"
},
"ethereum" : {
"uncle" : "Uncle",
"address" : "地址",
"contract" : "合约"
},
"ripple" : {
"ledger" : "账本",
"account" : "账户"
},
"mixin" : {
"snapshot" : "快照",
"node" : "节点",
"round" : "轮"
}
},
"menu" : {
"blockchains" : "区块链",
"bitcoin" : {
"blockchain" : "{chain} 区块链",
"mempool" : "{chain} 内存池",
"layer_2" : "第二层",
"misc" : "其他"
}
}
},
"permalink" : {
"caption" : "永久链接",
"tooltip" : "永久链接可以保存排序,条件和显示列的列表。 除非有时间条件,否则数据可能会发生变化。 如果您不需要保存显示列的列表,则只需从地址栏复制URL即可。"
},
"infinitable" : {
"description" : {
"bitcoin" : {
"blocks" : "通过高度、奖励、矿工等方式从比特币(BTC)区块链中探索,排序和过滤区块",
"transactions" : "通过ID(哈希)、价值、大小、费用等来探索,排序和过滤来自比特币(BTC)区块链的交易",
"outputs" : "通过价值、发件人、收件人、地址探索,排序和过滤比特币(BTC)区块链的输出、获取UTXO设置等",
"mempool" : {
"transactions" : "探索来自比特币(BTC)内存池的未确认交易",
"outputs" : "探索比特币(BTC)内存池的未确认输出"
}},
"bitcoin/testnet" : {
"blocks" : "通过高度、奖励、矿工等方式从比特币测试网路(TBTC)区块链中探索,排序和过滤区块",
"transactions" : "通过ID(哈希)、价值、大小、费用等来探索,排序和过滤来自比特币测试网路(TBTC)区块链的交易",
"outputs" : "通过价值、发送人、收件人、地址探索,排序和过滤比特币测试网路(TBTC)区块链的输出、获取UTXO设置等",
"mempool" : {
"transactions" : "探索来自比特币测试网路(TBTC)内存池的未确认交易",
"outputs" : "探索比特币测试网路(TBTC)内存池的未确认输出"
}},
"bitcoin-cash" : {
"blocks" : "通过高度、奖励、矿工等方式从比特币现金(BCH)区块链中探索,排序和过滤区块",
"transactions" : "通过ID(哈希)、费用、大小等来探索,排序和过滤来自比特币现金(BCH)区块链的交易",
"outputs" : "按价值、收件人(地址)、获取UTXO设置等方式探索,排序和过滤比特币现金(BCH)区块链的输出",
"mempool" : {
"transactions" : "探索比特币现金(BCH)内存池中未确认的交易",
"outputs" : "探索比特币现金(BCH)内存池中未确认的输出"
}},
"bitcoin-sv" : {
"blocks" : "通过高度、奖励、矿工等方式探索,排序和过滤比特币SV(BSV)区块链中的区块",
"transactions" : "通过ID(哈希)、费用、大小等来探索,排序和过滤来自比特币SV(BSV)区块链的交易",
"outputs" : "按价值、收件人(地址)、获取UTXO设置等方式探索,排序和过滤比特币SV(BSV)区块链的输出",
"mempool" : {
"transactions" : "探索比特币SV(BSV)内存池中未确认的交易",
"outputs" : "探索比特币SV(BSV)内存池中未确认的输出"
}},
"dogecoin" : {
"blocks" : "通过高度、奖励、矿工等来探索,整理和过滤来自狗币(DOGE)区块链的区块",
"transactions" : "通过ID(哈希)、价值、大小、费用等来探索,排序和过滤来自狗币(DOGE)区块链的交易",
"outputs" : "通过价值、发件人、收件人、地址探索,排序和过滤来自狗币(DOGE)区块链的输出,获取UTXO设置等",
"mempool" : {
"transactions" : "探索狗币(DOGE)内存池的未确认的交易",
"outputs" : "探索狗币(DOGE)内存池的未确认的输出"
}},
"dash" : {
"blocks" : "通过高度、奖励、矿工等来探索,排序和过滤达世币(DASH)区块链中的区块",
"transactions" : "通过ID(哈希)、值、大小、费用等来探索,排序和过滤来自达世币(DASH)区块链的交易",
"outputs" : "通过价值、发件人、收件人、地址探索,排序和过滤达世币(DASH)区块链的输出、获取UTXO设置等",
"mempool" : {
"transactions" : "探索达世币(DASH)内存池的未确认的交易",
"outputs" : "探索达世币(DASH)内存池的未确认的输出"
}},
"litecoin" : {
"blocks" : "通过高度、奖励、矿工等对整个莱特币(LTC)区块链中的块进行探索,排序和过滤",
"transactions" : "通过ID(哈希)、费用、大小等来浏览,排序和过滤整个莱特币(LTC)区块链中的交易",
"outputs" : "通过值、收件人(地址)、获取UTXO设置等来浏览,排序,过滤整个莱特币(LTC)区块链的输出",
"mempool" : {
"transactions" : "浏览莱特币(LTC)内存池的交易信息",
"outputs" : "浏览莱特币(LTC)内存池的输出"
}
},
"groestlcoin" : {
"blocks" : "通过高度、奖励、矿工等对整个闪电币(GRS)区块链中的块进行探索,排序和过滤",
"transactions" : "通过ID(哈希)、费用、大小等来浏览,排序和过滤整个闪电币(GRS)区块链中的交易",
"outputs" : "通过值、收件人(地址)、获取UTXO设置等来浏览,排序,过滤整个闪电币(GRS)区块链的输出",
"mempool" : {
"transactions" : "浏览闪电币(GRS)内存池的交易",
"outputs" : "浏览闪电币(GRS)内存池的输出"
}},
"ethereum" : {
"blocks" : "通过高度、奖励、矿工等对整个以太坊 (ETH)区块链中的块进行探索,排序和过滤",
"uncles" : "通过高度、父块、矿工等来探索,排序和过滤以太坊(ETH)区块链中的uncles",
"transactions" : "通过ID(哈希)、值、gas等来探索,排序和过滤来自以太坊(ETH)区块链的交易",
"calls" : "通过价值、时间、发件人、收件人等来探索,排序和过滤来自以太坊(ETH)区块链的调用(内部转移)",
"mempool" : {
"blocks" : "探索以太坊(ETH)区块链中的最新6个区块",
"transactions" : "探索以太坊(ETH)内存池中未确认的交易"
}
},
"mixin" : {
"snapshots" : "按拓扑 ( 高度 ) 浏览并排序来自Mixin ( XIN ) 区块链的快照 ",
"mintings" : "按照快照浏览Mixin ( XIN ) 核心节点铸币 ( 奖励)",
"nodes" : "浏览Mixin (XIN) 核心节点。每一节点需要质押10000XIN,大约有50个节点可以被找到",
"graph" : "浏览Mixin ( XIN ) DAG有向无环图。图可以用来建立账本,从而绕过PoW和区块的需求"
},
"zcash" : {
"blocks" : "通过高度、奖励、矿工等从零币(ZEC)区块链中探索,排序和过滤区块",
"transactions" : "通过ID(哈希)、价值、大小、手续费等来探索、分类和过滤来自零币(ZEC)区块链的交易",
"outputs" : "通过价值、发件人、收件人、地址、获取UTXO设置等探索、排序、过滤零币(ZEC)区块链数据",
"addresses" : "从零币(ZEC)区块链中探索、分类和过滤区块"
}
},
"foot" : {
"server_error" : "出错啦!{error} 😯",
"no_results" : "无结果 😕",
"no_more_results" : "无更多结果 👐",
"explore_list" : "探索此列表({difference}更多行)",
"load_more" : "加载更多(尚余{difference}结果)... 👉",
"show_next" : "显示下一个 {limit} 项目 ({difference} 结果)"
},
"bitcoin" : {
"blocks" : {
"id" : {
"short" : "高度",
"full" : "高度 (id)"
},
"hash" : "哈希值",
"time" : {
"full" : "挖矿于",
"short" : "时间",
"utc" : "(UTC)"
},
"time_ago" : {
"short" : "过去",
"full" : "流逝的时间"
},
"guessed_miner" : {
"short" : "矿工",
"full" : "猜测矿工"
},
"miner_votes" : {
"short" : "投票",
"full" : "矿工投票"
},
"coinbase_data_bin" : {
"bin" : "[bin]",
"short" : "Coinbase数据",
"full" : "Coinbase 数据 [bin]"
},
"coinbase_data_hex" : {
"hex" : "[hex]",
"full" : "Coinbase 数据 [hex]"
},
"transaction_count" : {
"short" : "Tx #",
"full" : "交易计数"
},
"witness_count" : {
"short" : "Witness Tx #",
"full" : "tx计数见证"
},
"input_count" : {
"short" : "输入 #",
"full" : "输入计数"
},
"output_count" : {
"short" : "输出 #",
"full" : "输出计数"
},
"cdd_total" : {
"short" : "被销毁",
"full" : "币天销毁数",
"cd" : "(CD)",
"coindays" : "(coindays)"
},
"input_total" : {
"simple" : "输入",
"full" : "总输入 (satoshis)",
"short" : "总输入"
},
"input_total_usd" : "总输入(USD)",
"output_total" : {
"simple" : "输出",
"full" : "总输出 (satoshis)",
"short" : "总输出"
},
"output_total_usd" : "总输出(USD)",
"fee_total" : {
"simple" : "费用",
"full" : "总费用(satoshis)",
"short" : "总费用"
},
"fee_total_usd" : "总费用(USD)",
"fee_per_kb" : {
"simple" : "每kB费用",
"full" : "每kB费用(satoshis)",
"short" : "每kB费用"
},
"fee_per_kb_usd" : "每kB费用(USD)",
"fee_per_kwu" : {
"simple" : "每kWU费用",
"full" : "每kWU费用(satoshis)",
"short" : "每kWU费用"
},
"fee_per_kwu_usd" : "每kWU费用(USD)",
"generation" : {
"short" : "生成",
"full" : "生成(satoshis)"
},
"generation_usd" : "生成(USD)",
"reward" : {
"short" : "奖励",
"full" : "矿工奖励(satoshis)"
},
"reward_usd" : "矿工奖励(USD)",
"size" : {
"short" : "大小",
"full" : "大小 (kB)",
"kb" : "(kB)"
},
"weight" : {
"short" : "重量",
"full" : "重量(重量单位)",
"kwu" : "(kWU)"
},
"stripped_size" : {
"short" : "除隔离见证交易大小",
"full" : "除隔离见证交易大小 (kB)"
},
"version" : {
"short" : "版本",
"full" : "版本[int]",
"int" : "[int]"
},
"version_hex" : "版本 [hex]",
"version_bits" : {
"bits" : "[bits]",
"full" : "版本 [bits]"
},
"median_time" : "中值时间",
"merkle_root" : "梅克尔根",
"nonce" : "随机数",
"bits" : "比特",
"difficulty" : "难度",
"chainwork" : "链上累积工作"
},
"transactions" : {
"block_id" : {
"short" : "区块 #",
"full" : "区块 Id"
},
"time" : "时间(UTC)",
"id" : {
"short" : "Id",
"full" : "哈希(txid)"
},
"is_coinbase" : {
"short" : "是否coinbase?",
"full" : "是否coinbase交易?"
},
"has_witness" : {
"short" : "是否见证?",
"full" : "有见证数据吗?"
},
"fee" : {
"short" : "费用",
"full" : "费用(Satoshis)"
},
"fee_usd" : "费用(USD)",
"fee_per_kvb" : "每kVB费用",
"is_rbf" : "启用费用替代(RBF)?",
"lock_time" : {
"short" : "锁定时间",
"full" : "锁定时间(区块高度或时间)"
}
},
"outputs" : {
"transaction_id" : {
"short" : "交易 id",
"full" : "交易 id"
},
"transaction_hash" : {
"short" : "交易哈希",
"full" : "交易哈希"
},
"index" : {
"short" : "# ",
"full" : "指数"
},
"is_from_coinbase" : {
"short" : "是否coinbase来源?",
"full" : "是否coinbase交易?"
},
"value" : {
"short" : "价值",
"full" : "价值 (satoshis)"
},
"value_usd" : "价值(USD)",
"recipient" : {
"short" : "收件人",
"address" : "(地址)",
"full" : "收件人(地址)"
},
"script_bin" : {
"short" : "脚本",
"full" : "脚本 [bin]"
},
"script_hex" : "脚本 [hex]",
"type" : {
"short" : "型式",
"full" : "输出型式"
},
"is_spendable" : {
"short" : "可消费?",
"full" : "可消费?"
},
"is_spent" : {
"short" : "S?",
"full" : "是否已消费?"
},
"spending_block_id" : {
"short" : "支出块",
"full" : "支出块 id"
},
"spending_transaction_id" : {
"short" : "支出交易 id",
"full" : "支出交易 id"
},
"spending_index" : {
"short" : "#",
"full" : "支出索引"
},
"spending_transaction_hash" : {
"short" : "支出交易哈希",
"full" : "支出交易哈希"
},
"spending_time" : {
"short" : "支出时间",
"full" : "支出时间"
},
"spending_date" : "支出日期",
"spending_time_ago" : {
"short" : "时间",
"ago" : "(过去)",
"full" : "支出时间(过去)"
},
"spending_value" : {
"short" : "支出价值",
"full" : "支出价值"
},
"spending_value_usd" : "支出价值 (USD)",
"spending_sequence" : {
"short" : "支出顺序",
"full" : "支出顺序"
},
"spending_signature_bin" : {
"short" : "支出签名",
"full" : "支出签名"
},
"spending_signature_hex" : "支出签名 [hex]",
"spending_witness" : {
"short" : "支出见证",
"full" : "支出见证"
},
"lifespan" : {
"short" : "寿命",
"full" : "寿命(秒)",
"seconds" : "(秒)"
},
"left_link" : "交易链接"
},
"addresses" : {
"address" : "地址",
"balance" : {
"short" : "余额",
"full" : "余额(satoshis)"
}
}
},
"dogecoin" : {
"blocks" : {
"is_aux" : "是否AuxPoW?"
}
},
"dash" : {
"blocks" : {
"cbtx" : "CbTX "
},
"transactions" : {
"is_special" : "是否特殊?",
"special_json" : "特殊JSON",
"type" : "形式",
"is_instant_lock" : "是否即时锁?"
}
},
"ethereum" : {
"blocks" : {
"uncle_count" : "Uncle计数",
"synthetic_transaction_count" : {
"short" : "综合交易计数",
"full" : "综合交易计数"
},
"call_count" : {
"short" : "调用#",
"full" : "调用计数"
},
"synthetic_call_count" : {
"short" : "综合调用 #",
"full" : "综合调用计数"
},
"extra_data_bin" : {
"short" : "额外数据",
"full" : "额外数据 [bin]"
},
"extra_data_hex" : "[hex]",
"gas_used" : "Gas消耗",
"gas_limit" : "Gas 可用的上限",
"value_total" : {
"short" : "总价值",
"full" : "总价值(ETH)"
},
"value_total_usd" : "总价值(USD)",
"internal_value_total" : {
"short" : "内在价值",
"full" : "总内在价值(ETH)"
},
"internal_value_total_usd" : "总内在价值(USD)",
"generation" : "世代(ETH)",
"uncle_generation" : {
"short" : "Uncle生成",
"full" : "Uncle生成(ETH)"
},
"uncle_generation_usd" : "Uncle生成(USD)",
"fee_total" : "总费用(ETH)",
"reward" : "矿工奖赏(ETH)",
"mix_hash" : "混合哈希",
"receipts_root" : "收据根",
"sha3_uncles" : "SHA3 Uncles",
"state_root" : "状态根",
"transactions_root" : "交易根",
"logs_bloom" : "Logs Bloom",
"total_difficulty" : "总难度"
},
"transactions" : {
"index" : {
"short" : "#",
"full" : "区块索引"
},
"type" : "形式",
"failed" : "失败?",
"sender" : {
"short" : "从",
"full" : "发件人"
},
"recipient" : {
"short" : "到",
"full" : "收件人"
},
"value" : {
"short" : "价值",
"full" : "价值(ETH)"
},
"value_usd" : "价值(USD)",
"internal_value" : {
"short" : "内在价值",
"full" : "内在价值(ETH)"
},
"internal_value_usd" : "内在价值(USD)",
"fee" : {
"short" : "费用",
"full" : "费用(ETH)"
},
"fee_usd" : "费用(USD)",
"gas_price" : "Gas价格",
"input_bin" : {
"short" : "输入数据",
"full" : "输入数据 [bin]"
},
"input_hex" : "输入数据 [hex]"
},
"uncles" : {
"miner" : "矿工",
"parent_block_id" : {
"short" : "父块 id",
"full" : "父块高度"
},
"index" : "父块索引"
},
"calls" : {
"index" : {
"short" : "索引",
"full" : "交易索引"
},
"depth" : "深度",
"child_call_count" : {
"short" : "子调用",
"full" : "子调用计数"
},
"fail_reason" : "失败的原因",
"transferred" : {
"short" : "转移成功?",
"full" : "交易成功?"
},
"output_bin" : "输出数据 {bin}",
"output_hex" : "输出数据 {hex}"
}
},
"mixin" : {
"snapshots" : {
"topology" : "拓扑",
"round" : "轮",
"round_self" : "前一轮",
"round_external" : "外部轮",
"timestamp" : "时间戳",
"node" : "节点",
"hash" : "哈希值",
"signatures" : "签名",
"version" : "版本"
},
"transactions" : {
"snapshot" : "快照",
"asset" : "资产",
"extra" : "额外的"
},
"mintings" : {
"amount" : "金额",
"batch" : "批次",
"group" : "组",
"snapshot" : "快照",
"transaction" : "交易",
"timestamp" : "时间戳"
},
"nodes" : {
"id" : "Id",
"payee" : "收款人",
"signer" : "签名者",
"state" : "状态",
"transaction" : "交易",
"timestamp" : "时间戳",
"graph" : "图"
},
"round" : {
"start" : "开始",
"end" : "结束",
"hash" : "哈希值",
"node" : "节点",
"number" : "数字",
"references" : "参考",
"snapshots" : "快照"
}
}
},
"chessboard" : {
"buttons" : {
"fields" : "领域",
"show_default_fields" : "显示默认字段",
"show_all" : "全部显示",
"hide_all" : "全部隐藏",
"reset_sorts" : "重置排序",
"reset_conditions" : "重置条件",
"reset_all" : "全部重置",
"refresh" : "刷新",
"settings" : {
"without_expanding" : "显示新结果而不展开表",
"table_condensed" : "压缩表"
}
},
"conditions" : {
"alert" : {
"limit_of_sorts" : "同时只能设置 {limit} 个排序 ",
"limit_of_conditions" : "同时只能设置 {limit} 个条件"
},
"examples" : "例子:",
"notice" : "注意:"
},
"bitcoin" : {
"columns" : {
"general" : "通用",
"monetary" : "货币",
"technical" : "技术",
"spending" : {
"general" : "花费...",
"continuation" : "花费(续前)..."
}
},
"blocks" : {
"id" : {
"examples" : {
"first_100_blocks" : "前100个区块",
"zero_block" : "第0块"
}
},
"transaction_count" : {
"examples" : {
"big_blocks" : "大块",
"coinbase_tx_only" : "只包含一个coinbase tx的块"
}
},