@cfxjs/sirius-next-i18n 0.0.0
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 +5 -0
- package/cspace/en/translation.json +2353 -0
- package/cspace/en/translationForDotNet.json +1 -0
- package/cspace/zh_cn/translation.json +2349 -0
- package/cspace/zh_cn/translationForDotNet.json +2269 -0
- package/dist/cspace/en/translation.json +2344 -0
- package/dist/evm/base/en/translation.json +1902 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +1 -0
- package/evm/base/en/translation.json +1907 -0
- package/evm/base/zh_cn/translation.json +1901 -0
- package/evm/bspace/en/translation.json +131 -0
- package/evm/bspace/zh_cn/translation.json +131 -0
- package/evm/espace/en/translation.json +1 -0
- package/evm/espace/zh_cn/translation.json +1 -0
- package/package.json +19 -0
- package/types/index.ts +9 -0
|
@@ -0,0 +1,2353 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nametag": {
|
|
3
|
+
"label": "Public Name Tag",
|
|
4
|
+
"tip": "Public Name Tag: "
|
|
5
|
+
},
|
|
6
|
+
"ens": {
|
|
7
|
+
"label": "CNS Name",
|
|
8
|
+
"tip": "CNS Name: "
|
|
9
|
+
},
|
|
10
|
+
"profile": {
|
|
11
|
+
"title": "Profile",
|
|
12
|
+
"subtitle": "Private info, like private name tag and transaction private note. Decentralized storage in browser's localstorage.",
|
|
13
|
+
"tip": {
|
|
14
|
+
"label": "Private name tag",
|
|
15
|
+
"note": "Private note to keep track of the transaction",
|
|
16
|
+
"exceed": "The {{type}} exceeds {{amount}} records, please delete some and try again"
|
|
17
|
+
},
|
|
18
|
+
"tx": {
|
|
19
|
+
"title": "Transaction Private Notes",
|
|
20
|
+
"hash": "Tx Hash",
|
|
21
|
+
"note": "Note",
|
|
22
|
+
"search": "Please input tx hash or note",
|
|
23
|
+
"error": {
|
|
24
|
+
"invalidHash": "Please input valid tx hash",
|
|
25
|
+
"invalidNote": "Please input valid note",
|
|
26
|
+
"invalidNoteRange": "Please input 1-{{amount}} characters",
|
|
27
|
+
"hash": "Please input tx hash",
|
|
28
|
+
"note": "Please input note",
|
|
29
|
+
"duplicated": "Duplicated hash, already in the note list"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"address": {
|
|
33
|
+
"title": "Private Name Tags",
|
|
34
|
+
"address": "Address",
|
|
35
|
+
"label": "Name Tags",
|
|
36
|
+
"search": "Please input address or name tags",
|
|
37
|
+
"error": {
|
|
38
|
+
"invalidAddress": "Please input valid base32 address",
|
|
39
|
+
"invalidNetwork": "Please input {{network}} address",
|
|
40
|
+
"invalidLabel": "Please input valid name tags",
|
|
41
|
+
"invalidLabelRange": "Please input 1-{{amount}} characters",
|
|
42
|
+
"address": "Please input address",
|
|
43
|
+
"label": "Please input name tags",
|
|
44
|
+
"duplicated": "Duplicated address, already in the name tags list",
|
|
45
|
+
"duplicatedNameTag": "Duplicated name tag, already in the name tags list"
|
|
46
|
+
},
|
|
47
|
+
"publicNameTag": "Contract Tag: ",
|
|
48
|
+
"myNameTag": "My Name Tag: "
|
|
49
|
+
},
|
|
50
|
+
"file": {
|
|
51
|
+
"error": {
|
|
52
|
+
"invalid": "Invalid file",
|
|
53
|
+
"fileChanged": "Invalid file, the file has been changed, please upload the unchanged file",
|
|
54
|
+
"chainIdError": "Invaild file, Chaid ID is incorrect, please use file with Chaid ID is {{chainId}}"
|
|
55
|
+
},
|
|
56
|
+
"export": {
|
|
57
|
+
"button": "Export",
|
|
58
|
+
"tip": "Export all user profile info, include address name tags and transaction private notes",
|
|
59
|
+
"complete": "Export completed",
|
|
60
|
+
"failed": "Export Failed"
|
|
61
|
+
},
|
|
62
|
+
"import": {
|
|
63
|
+
"button": "Import",
|
|
64
|
+
"tip": "Import all user profile info, include address name tags and transaction private notes. If there is a configuration data conflict, the imported data overwrites the existing data",
|
|
65
|
+
"complete": "Import completed",
|
|
66
|
+
"failed": "Import failed",
|
|
67
|
+
"address": "Import {{amount}} address name tags, update {{updateAmount}} address name tags",
|
|
68
|
+
"tx": "Import {{amount}} transaction private notes, update {{updateAmount}} transaction private notes"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"metadata": {
|
|
73
|
+
"title": "Conflux BlockChain Explorer",
|
|
74
|
+
"description": "BlockChain Explorer for Conflux Network"
|
|
75
|
+
},
|
|
76
|
+
"NFTAsset": {
|
|
77
|
+
"totalOf721": "Latest {{amount}} active tokens",
|
|
78
|
+
"totalOf1155": "Latest {{amount}} unique tokens",
|
|
79
|
+
"listLimit": "(From a total of {{total}} tokens)"
|
|
80
|
+
},
|
|
81
|
+
"nftDetail": {
|
|
82
|
+
"title": "NFT Detail",
|
|
83
|
+
"details": "Details",
|
|
84
|
+
"metadata": "Metadata",
|
|
85
|
+
"description": "Description",
|
|
86
|
+
"id": "Token ID",
|
|
87
|
+
"name": "Token Name",
|
|
88
|
+
"type": "Token Standard",
|
|
89
|
+
"address": "Contract Address",
|
|
90
|
+
"contractInfo": "Contract Info",
|
|
91
|
+
"contractInfoTip": "Token name and symbol initialized by deployed the contract.",
|
|
92
|
+
"owner": "Owner",
|
|
93
|
+
"url": "Original Content URL",
|
|
94
|
+
"creator": "Creator",
|
|
95
|
+
"mintedTime": "Minted Time",
|
|
96
|
+
"transfer": "Transfer",
|
|
97
|
+
"from": "From",
|
|
98
|
+
"to": "To",
|
|
99
|
+
"amount": "Amount",
|
|
100
|
+
"amountTip": "Owned amount is {{amount}}",
|
|
101
|
+
"error": {
|
|
102
|
+
"fromAddress": "Please input from address",
|
|
103
|
+
"toAddress": "Please input to address",
|
|
104
|
+
"amount": "Please input amount",
|
|
105
|
+
"id": "Please input token ID",
|
|
106
|
+
"invalidAddress": "Please input valid base32 address",
|
|
107
|
+
"invalidNetwork": "Please input {{network}} address",
|
|
108
|
+
"invalidAmount": "Please input 1 - {{amount}}"
|
|
109
|
+
},
|
|
110
|
+
"refreshTip": "Request has been submitted, wait a few minute...",
|
|
111
|
+
"trait": "Trait ({{amount}})",
|
|
112
|
+
"datetime": "Datetime"
|
|
113
|
+
},
|
|
114
|
+
"fccfx": {
|
|
115
|
+
"title": "FC-CFX Non-reversible Exchange",
|
|
116
|
+
"titleAccountInfo": "Address Staking Info",
|
|
117
|
+
"titleStakeAndSign": "FC Exchange",
|
|
118
|
+
"titleWithdrawCFX": "Withdraw Principal",
|
|
119
|
+
"titleMyNFT": "My NFT",
|
|
120
|
+
"rulesLink": "FC-CFX Remark",
|
|
121
|
+
"titleGenerate": "Interest-bearing CFX",
|
|
122
|
+
"titleAPY": "FC mining yields APY",
|
|
123
|
+
"titleStakedFC": "Current Staked FC",
|
|
124
|
+
"titleStakedHistory": "Cumulatively Staked FC",
|
|
125
|
+
"titleFCStaked": "Signed FC",
|
|
126
|
+
"titleFCUnsigned": "Unsigned FC",
|
|
127
|
+
"titleFCStakedHistory": "Cumulatively Staked FC",
|
|
128
|
+
"titleCFXWithdrawed": "Cumulatively Withdrawal Interests",
|
|
129
|
+
"titleAvailableProfit": "Extractable Interests",
|
|
130
|
+
"titleRemainingInterests": "Remaining Interests",
|
|
131
|
+
"titleStakeFCToEarnCFX": "FC to CFX (Non-reversible)",
|
|
132
|
+
"titleSignToEarnAPY": "Sign up for subsidy",
|
|
133
|
+
"titleWithdrawCapital": "Withdraw principal",
|
|
134
|
+
"titleSignToSyncInterest": "Announce Agreement",
|
|
135
|
+
"buttonWithdrawInterest": "Withdraw Interests",
|
|
136
|
+
"buttonWithdraw": "Withdraw",
|
|
137
|
+
"buttonAnnounce": "Announce",
|
|
138
|
+
"buttonSign": "Sign Up",
|
|
139
|
+
"buttonStake": "Exchange",
|
|
140
|
+
"availableBalance": "Available balance to exchange: ",
|
|
141
|
+
"availableToSign": "",
|
|
142
|
+
"max": "All",
|
|
143
|
+
"notice": {
|
|
144
|
+
"title": "Notice",
|
|
145
|
+
"items": {
|
|
146
|
+
"first": "1. The FC to CFX conversion rules will be updated after Hydra Hardfork: To generate interest, users need to actively sign up for the subsidy plan after depositing their funds.",
|
|
147
|
+
"second": "2. Under the previous FC exchange CFX rules, interest was generated automatically by depositing funds, whereas the new rules require users to self-notify a new contract (the subsidy plan contract). Interest is generated when users sign up for the subsidy plan but not when they do not.",
|
|
148
|
+
"third": "3. Note: This rule does not force users to sign up for the subsidy plan, and whether or not the subsidy plan is signed does not cause any loss to users.",
|
|
149
|
+
"fourth": "4. If the user has staked FC and generated interest before the subsidy plan, after the rule update, the user must withdraw all the interest before proceeding with subsequent operations.",
|
|
150
|
+
"fifth": "5. If the user wants to withdraw the principal after implementing the new rules, they need to withdraw the early interest generated before proceeding with the withdrawal of the principal."
|
|
151
|
+
},
|
|
152
|
+
"confirm": "I Know"
|
|
153
|
+
},
|
|
154
|
+
"tip": {
|
|
155
|
+
"myNFT": "Users who stake amount reaches 1000FC will receive a NFT as a commemorative badge (Each address can get 1 NFT at most)",
|
|
156
|
+
"unsignedFC": "Attention: You have {{ value }} FC that is not yet eligible for the subsidy program, please sign up in time!",
|
|
157
|
+
"legacyProfit": "Please withdraw remaining interests first!",
|
|
158
|
+
"beforeWithdraw": "Please withdraw the interest first, otherwise it will be cleared!",
|
|
159
|
+
"withdrawTitle": "To ensure that the user receives interest properly, the agreement must be notified manually after withdrawing the principal.",
|
|
160
|
+
"exchangeTitle": "You won't get interest if you don't sign up for a subsidy plan",
|
|
161
|
+
"signed": "The amount of interest-bearing FC",
|
|
162
|
+
"unsigned": "The amount of non-interest-bearing FC",
|
|
163
|
+
"APY": "Calculation formula: Interests-bearing CFX / Current Staked FC * 4%",
|
|
164
|
+
"beforeWithdrawInModal": "Please click the \"Withdraw Interest\" button above before withdrawing your principal, otherwise your interest will be cleared.",
|
|
165
|
+
"beforeExchangeInModal": "Clicking this button will permanently convert your FC to CFX and the process is irreversible.",
|
|
166
|
+
"required": "Please enter the amount"
|
|
167
|
+
},
|
|
168
|
+
"buttonCancel": "Cancel",
|
|
169
|
+
"buttonOk": "Confirm and next"
|
|
170
|
+
},
|
|
171
|
+
"contract": {
|
|
172
|
+
"status": {
|
|
173
|
+
"0": "Deployed",
|
|
174
|
+
"1": "Not Deployed",
|
|
175
|
+
"2": "Admin Destruct",
|
|
176
|
+
"3": "Self Destruct"
|
|
177
|
+
},
|
|
178
|
+
"thisContract": "This contract is ",
|
|
179
|
+
"address": "Contract Address",
|
|
180
|
+
"nameTag": "Contract Name Tag",
|
|
181
|
+
"registered": "Registered",
|
|
182
|
+
"site": "Official Site",
|
|
183
|
+
"tokenSite": "Official Site",
|
|
184
|
+
"gateway": "IPFS Gateway",
|
|
185
|
+
"gatewayListTip": "Only support ipfs gateway listed on website: <a href='https://ipfs.github.io/public-gateway-checker/' target='_blank'>https://ipfs.github.io/public-gateway-checker/</a>",
|
|
186
|
+
"contractIcon": "Contract Icon",
|
|
187
|
+
"remove": "Remove",
|
|
188
|
+
"tokenTracker": "Token Tracker",
|
|
189
|
+
"tokenIcon": "Token Icon",
|
|
190
|
+
"sourceCode": "Contract Source Code",
|
|
191
|
+
"abi": "Contract ABI",
|
|
192
|
+
"constructorArgs": "Constructor Arguments",
|
|
193
|
+
"constructorArgsTips": " (ABI-Encoded and is the last bytes of the Contract Creation Code above)",
|
|
194
|
+
"libraryContracts": "Library Contracts",
|
|
195
|
+
"encodedView": "Encoded View",
|
|
196
|
+
"decodedView": "Decoded View",
|
|
197
|
+
"enterPassword": "Please enter your password",
|
|
198
|
+
"contractAdmin": "Contract Admin",
|
|
199
|
+
"creator": "Contract Creator",
|
|
200
|
+
"storageSponsor": "Storage Sponsor",
|
|
201
|
+
"gasSponsor": "Gas Fee Sponsor",
|
|
202
|
+
"create": {
|
|
203
|
+
"title": "Contract Registration"
|
|
204
|
+
},
|
|
205
|
+
"edit": {
|
|
206
|
+
"title": "Update Contract Info"
|
|
207
|
+
},
|
|
208
|
+
"updateContract": "Update Contract Info",
|
|
209
|
+
"updateToken": "Update Token Info",
|
|
210
|
+
"verify": {
|
|
211
|
+
"contractCodeVerified": "Contract Source Code Verified",
|
|
212
|
+
"contractName": "Contract Name: ",
|
|
213
|
+
"optimizationEnabled": "Optimization Enabled: ",
|
|
214
|
+
"otherSettings": "Other Settings: ",
|
|
215
|
+
"evmVersion": "{{version}} evmVersion",
|
|
216
|
+
"license": "{{license}} license",
|
|
217
|
+
"compilerVersion": "Compiler Version: ",
|
|
218
|
+
"runs": "{{status}} with {{count}} runs",
|
|
219
|
+
"tipLeft": "You can ",
|
|
220
|
+
"tipCenter": "verify your contract",
|
|
221
|
+
"tipRight": " now!",
|
|
222
|
+
"isVerifiedTip": "The contract has been verified, the source code and ABI cannot be modified"
|
|
223
|
+
},
|
|
224
|
+
"code": "Code",
|
|
225
|
+
"sourceCodeShort": "Source Code",
|
|
226
|
+
"sourceCodeFilename": "File {{index}} of {{total}}: {{filename}}",
|
|
227
|
+
"abiShort": "ABI",
|
|
228
|
+
"maxSize": "Max size of 30KB",
|
|
229
|
+
"supportType": "The supported image formats are gif, jpg, jpeg, png, svg",
|
|
230
|
+
"namePlaceholder": "Support up to 35 characters",
|
|
231
|
+
"requiredAddress": "Please enter a conflux address",
|
|
232
|
+
"requiredNameTag": "Please enter a contract name tag",
|
|
233
|
+
"sitePlaceholder": "http(s)://",
|
|
234
|
+
"invalidContractAddress": "Invalid contract address, or incorrect format",
|
|
235
|
+
"invalidNameTag": "The character length has reached the maximum limit",
|
|
236
|
+
"duplicatedNameTag": "The name tag has been registered {{times}} time",
|
|
237
|
+
"invalidUrl": "Incorrect URL",
|
|
238
|
+
"errorNotAdmin": "You are not the creator or admin of the contract, please disconnect and try again. ",
|
|
239
|
+
"invalidIconSize": "Invalid icon size, please try again.",
|
|
240
|
+
"invalidIconType": "The image format only supports gif, jpg, jpeg, png, svg, please try again.",
|
|
241
|
+
"errorTokenICon": "For the non-CRC20 contract, the token icon cannot be uploaded",
|
|
242
|
+
"beforeContractSubmitTip": "Before submitting, you need to connect to Fluent Wallet to prove that you are the admin or creator of the contract.",
|
|
243
|
+
"invalidJsonAbi": "Unable to parse the valid ABI in the JSON file, please try again.",
|
|
244
|
+
"abiNotUploaded": "ABI not uploaded",
|
|
245
|
+
"abiError": "ABI error",
|
|
246
|
+
"readContract": "Read Contract",
|
|
247
|
+
"writeContract": "Write Contract",
|
|
248
|
+
"readAsProxyContract": "Read as Proxy",
|
|
249
|
+
"writeAsProxyContract": "Write as Proxy",
|
|
250
|
+
"readContractInformation": "Read Contract Information",
|
|
251
|
+
"writeContractInformation": "Write Contract Information",
|
|
252
|
+
"noReadContract": "Sorry, no public Read functions were found for this contract.",
|
|
253
|
+
"noWriteContract": "Sorry, no public Write functions were found for this contract.",
|
|
254
|
+
"notVerifyImplementContract": "Read / Write as Proxy function is available after the proxy and implementation <0>contract verification.</0>",
|
|
255
|
+
"pattern": "ABI for the implementation contract at <0>address</0>, using <1>pattern</1> proxy pattern.",
|
|
256
|
+
"expandAll": "Expand All",
|
|
257
|
+
"reset": "Reset",
|
|
258
|
+
"payableAmountCfx": "payableAmount (cfx) ",
|
|
259
|
+
"error": {
|
|
260
|
+
"address": "Please enter a conflux address",
|
|
261
|
+
"bool": "Please enter true/false or 0/1",
|
|
262
|
+
"int": "Please enter an integer in the range -(2^{{num}}) ~ 2^{{num}}-1",
|
|
263
|
+
"uint": "Please enter a non-negative integer in the range of 0 ~ 2^{{num}}-1",
|
|
264
|
+
"bytes": "Please enter an hexadecimal byte array starting with 0x",
|
|
265
|
+
"bytesM": "Please enter an hexadecimal {{length}} byte array starting with 0x",
|
|
266
|
+
"cfx": "Please enter a non-negative number with no more than 18 decimal places",
|
|
267
|
+
"array": "Please enter a valid {{type}} array with square brackets",
|
|
268
|
+
"tuple": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format)",
|
|
269
|
+
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
270
|
+
"notSupport": "{{type}} support will be coming soon",
|
|
271
|
+
"testnet": "Please switch network to Conflux Test Network in Fluent Wallet",
|
|
272
|
+
"mainnet": "Please switch network to Conflux Hydra in Fluent Wallet"
|
|
273
|
+
},
|
|
274
|
+
"tupleFormat": "Tuple type:<code>{{type}}</code><br />Parameter name:<code>{{params}}</code><br />Tuple parameter array:<code>{{paramsArray}}</code><br />Tuple parameter object:<code>{{paramsObject}}</code>",
|
|
275
|
+
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
276
|
+
"query": "Query",
|
|
277
|
+
"write": "Write",
|
|
278
|
+
"viewTx": "View your transaction",
|
|
279
|
+
"collapseAll": "Collapse All"
|
|
280
|
+
},
|
|
281
|
+
"contractDeployment": {
|
|
282
|
+
"title": "Contract Deployment",
|
|
283
|
+
"description": "Contract Deployment",
|
|
284
|
+
"tip": "Constructor parameters should have an ABI-ENCODED value, which only accepts contracts that contain constructor parameters.",
|
|
285
|
+
"notice": {
|
|
286
|
+
"first": "1. Contract deployment means publishing a contract code to the Conflux network by sending a transaction. Before you deploy the contract, please ensure the CFX balance in your account is sufficient.",
|
|
287
|
+
"second": "2. Only ConfluxStudio, cfxtruffle, remix-compiled .json file imports are supported, and manual copy bytecode (required) and ABI (optional) are supported.",
|
|
288
|
+
"third": "3. You can click on the account in the upper right corner of the page to view the contract deployment details in your transaction history."
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"contractVerification": {
|
|
292
|
+
"title": "Contract Verification",
|
|
293
|
+
"description": "Contract Verification",
|
|
294
|
+
"tip": "To be defined.",
|
|
295
|
+
"notice": {
|
|
296
|
+
"first": "1. You can provide transparency to users who interact with a contract by verifying the source code of a contract.",
|
|
297
|
+
"second": "2. ConfluxScan compares the code you upload with the code on the blockchain and the configuration of the code; the contract you upload will pass the verification if the codes are matched successfully.",
|
|
298
|
+
"third": "3. Only single-file verification is supported.",
|
|
299
|
+
"fourth": "4. Constructor arguments are not supported currently."
|
|
300
|
+
},
|
|
301
|
+
"upload": "Upload Contract File",
|
|
302
|
+
"submit": "Submit",
|
|
303
|
+
"contractAddress": "Contract Address",
|
|
304
|
+
"runs": "Runs",
|
|
305
|
+
"contractName": "Contract Name",
|
|
306
|
+
"compiler": "Compiler",
|
|
307
|
+
"optimization": "Optimization",
|
|
308
|
+
"license": "License",
|
|
309
|
+
"evmVersion": "EVM Version to target",
|
|
310
|
+
"contractLibraryAddress": "Contract Library Address",
|
|
311
|
+
"contractLibraryAddressTip": "(for contracts that use libraries, supports up to 10 libraries)",
|
|
312
|
+
"libraryName": "Library_{{index}} Name",
|
|
313
|
+
"libraryContractAddress": "Library_{{index}} Contract Address",
|
|
314
|
+
"contractSourceCode": "Contract Source Code",
|
|
315
|
+
"error": {
|
|
316
|
+
"required": "Required",
|
|
317
|
+
"min": "The minimum value is 0",
|
|
318
|
+
"isNotAddress": "Invalid address format",
|
|
319
|
+
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
320
|
+
"isNotTestnet": "Please enter Conflux Core (Testnet) address",
|
|
321
|
+
"pleaseSelect": "Please Select",
|
|
322
|
+
"pleaseEnter": "Please Enter",
|
|
323
|
+
"notMatch": "The resulting bytecode does NOT match with the bytecode that is stored on the address"
|
|
324
|
+
},
|
|
325
|
+
"OptimizationOption": {
|
|
326
|
+
"yes": "Yes",
|
|
327
|
+
"no": "No"
|
|
328
|
+
},
|
|
329
|
+
"placeholder": {
|
|
330
|
+
"contractAddress": "Pleaser enter a contract address",
|
|
331
|
+
"runs": "Please enter an integer",
|
|
332
|
+
"contractName": "Please enter the contract name",
|
|
333
|
+
"compiler": "Please select a compiler",
|
|
334
|
+
"optimization": "Please select a optimization",
|
|
335
|
+
"license": "Please select a license",
|
|
336
|
+
"contractSourceCode": "Please upload contract source code"
|
|
337
|
+
},
|
|
338
|
+
"status": {
|
|
339
|
+
"loading": "Verifying...",
|
|
340
|
+
"success": "Verification Succeed",
|
|
341
|
+
"error": "Verification Failed"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"contractDetail": {
|
|
345
|
+
"title": "Contract Detail",
|
|
346
|
+
"content": "Details of contract",
|
|
347
|
+
"contractAdminWarning": "The address which owns the contract administration authority. The admin is able to destroy the contract. (Hydra zero address: cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2; Core (Testnet) zero address: cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)",
|
|
348
|
+
"at": "at",
|
|
349
|
+
"txOnlyEn": "txn",
|
|
350
|
+
"txOnlyZh": "",
|
|
351
|
+
"clickToApply": "Click to apply contract sponsorships",
|
|
352
|
+
"clickToReport": "Report the address",
|
|
353
|
+
"notDeployed": "This contract has not been deployed"
|
|
354
|
+
},
|
|
355
|
+
"addressDetail": {
|
|
356
|
+
"minedBlocks": "Mined Blocks",
|
|
357
|
+
"NFTAsset": "NFT Assets",
|
|
358
|
+
"title": "Address Detail",
|
|
359
|
+
"content": "Details of Address",
|
|
360
|
+
"staked": "Staked CFX",
|
|
361
|
+
"stakingEarned": "Staking CFX Earned",
|
|
362
|
+
"locked": "Locked CFX",
|
|
363
|
+
"unlockTime": "Unlock after about {{days}} days",
|
|
364
|
+
"lockedDetailTitle": "Lock History",
|
|
365
|
+
"lockedDetailLocked": "Locked CFX",
|
|
366
|
+
"lockedDetailUnlockBlockNumber": "Unlock Blocknumber",
|
|
367
|
+
"lockedDetailUnlockTime": "Estimated Unlock Time",
|
|
368
|
+
"currentVotingRights": "Current Voting Rights",
|
|
369
|
+
"apy": "(APR 4%)",
|
|
370
|
+
"viewLockedDetails": "Click to view lock history",
|
|
371
|
+
"pos": {
|
|
372
|
+
"identifier": "PoS Address",
|
|
373
|
+
"totalStakedRights": "Total Staked Rights",
|
|
374
|
+
"totalInterests": "Total Interests",
|
|
375
|
+
"unlockRights": "Unlocked Rights",
|
|
376
|
+
"lockedRights": "Locked Rights"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"blocks": {
|
|
380
|
+
"title": "Blocks",
|
|
381
|
+
"description": "Blocks",
|
|
382
|
+
"tipCountBefore": "A total of",
|
|
383
|
+
"tipCountAfter": "blocks",
|
|
384
|
+
"latestBlocks": "Latest Blocks"
|
|
385
|
+
},
|
|
386
|
+
"transactions": {
|
|
387
|
+
"title": "Transactions",
|
|
388
|
+
"description": "Transactions",
|
|
389
|
+
"tipCountBefore": "A total of",
|
|
390
|
+
"tipCountAfter": "transactions",
|
|
391
|
+
"latestTransactions": "Latest Transactions",
|
|
392
|
+
"pending": "Pending Txns",
|
|
393
|
+
"executed": "Executed Txns",
|
|
394
|
+
"pendingTxnGasFee": "pending",
|
|
395
|
+
"executedTotal": "A total of {{total}} executed txns",
|
|
396
|
+
"pendingTotalLt10": "A total of {{total}} pending txns",
|
|
397
|
+
"pendingTotal": "Showing the last 10 pending txns (A total of {{total}} pending txns)",
|
|
398
|
+
"pendingTip": "Only pending transactions with a confirmation time of more than 5 minutes are shown.",
|
|
399
|
+
"pendingReasonTip": "; the reason of pending txn: ",
|
|
400
|
+
"viewTxn": "View {{type}}"
|
|
401
|
+
},
|
|
402
|
+
"cfxTransfers": {
|
|
403
|
+
"title": "CFX Txns",
|
|
404
|
+
"description": "Show only CFX txns on the Conflux network.",
|
|
405
|
+
"tipCountBefore": "A total of",
|
|
406
|
+
"tipCountAfter": "records"
|
|
407
|
+
},
|
|
408
|
+
"tokens": {
|
|
409
|
+
"title": "Tokens",
|
|
410
|
+
"description": "Tokens",
|
|
411
|
+
"tipCountBefore": "Showing",
|
|
412
|
+
"tipCountAfter": "tokens (The following list only displays certain tokens, undisplayed tokens can be found by searching contract address)",
|
|
413
|
+
"dataSource": "Market Data Source: <a href='https://coinmarketcap.com/' target='_blank'>CoinMarketCap</a>",
|
|
414
|
+
"crcTip": "The {{crc}} is a digital asset published on the Conflux network using the {{erc}} standard.",
|
|
415
|
+
"table": {
|
|
416
|
+
"number": "#",
|
|
417
|
+
"token": "Token",
|
|
418
|
+
"transfer": "Transfers",
|
|
419
|
+
"totalSupply": "Total Supply",
|
|
420
|
+
"holders": "Holders",
|
|
421
|
+
"price": "Price",
|
|
422
|
+
"change": "Change (%)",
|
|
423
|
+
"volume": "Volume (24H)",
|
|
424
|
+
"marketCap": "Market Cap",
|
|
425
|
+
"contract": "Contract"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"accounts": {
|
|
429
|
+
"title": "Accounts",
|
|
430
|
+
"description": "Accounts",
|
|
431
|
+
"tipLeft": "Only the top",
|
|
432
|
+
"tipRight": "accounts for CFX {{type}} are displayed, sorted by default in descending order of CFX {{type}}.",
|
|
433
|
+
"totalBalance": "Total Balance",
|
|
434
|
+
"stakingBalance": "Staking Balance",
|
|
435
|
+
"balance": "Balance",
|
|
436
|
+
"sortButtonBefore": "Sort By ",
|
|
437
|
+
"sortButtonAfter": "",
|
|
438
|
+
"table": {
|
|
439
|
+
"number": "Rank",
|
|
440
|
+
"address": "Address",
|
|
441
|
+
"balance": "Balance",
|
|
442
|
+
"percentage": "Percentage",
|
|
443
|
+
"count": "Txn Count"
|
|
444
|
+
},
|
|
445
|
+
"downloadButtonText": "Download CSV file"
|
|
446
|
+
},
|
|
447
|
+
"contracts": {
|
|
448
|
+
"title": "Internal Contracts",
|
|
449
|
+
"description": "Internal Contracts",
|
|
450
|
+
"tipCountBefore": "Showing",
|
|
451
|
+
"tipCountAfter": "internal contracts"
|
|
452
|
+
},
|
|
453
|
+
"registeredContracts": {
|
|
454
|
+
"title": "Registered Contracts",
|
|
455
|
+
"description": "Registered Contracts",
|
|
456
|
+
"tipCountBefore": "Showing",
|
|
457
|
+
"tipCountAfter": "registered contracts"
|
|
458
|
+
},
|
|
459
|
+
"header": {
|
|
460
|
+
"approval": "Token Approval",
|
|
461
|
+
"cns": "CNS",
|
|
462
|
+
"home": "Home",
|
|
463
|
+
"bnt": "Blocks & Transactions",
|
|
464
|
+
"block": "Blocks",
|
|
465
|
+
"txn": "Transactions",
|
|
466
|
+
"cfxTransfers": "CFX Txns",
|
|
467
|
+
"blockchain": "Blockchain",
|
|
468
|
+
"accounts": "Accounts",
|
|
469
|
+
"tokens": "Tokens",
|
|
470
|
+
"tokens20": "CRC-20 Tokens",
|
|
471
|
+
"tokens721": "CRC-721 Tokens",
|
|
472
|
+
"tokens1155": "CRC-1155 Tokens",
|
|
473
|
+
"contract": "Contract",
|
|
474
|
+
"contractCreation": "Contract Registration",
|
|
475
|
+
"contractSponsor": "Contract Sponsor",
|
|
476
|
+
"contractDeployment": "Contract Deployment",
|
|
477
|
+
"contractVerification": "Contract Verification",
|
|
478
|
+
"contracts": "Internal Contracts",
|
|
479
|
+
"chartsAndStatistics": "Charts & Stats",
|
|
480
|
+
"ecosystem": "Ecosystem",
|
|
481
|
+
"stakingAndGovernance": "Staking & Governance",
|
|
482
|
+
"developerAPI": "API Documentation",
|
|
483
|
+
"fcCfx": "FC-CFX Non-reversible Exchange",
|
|
484
|
+
"crossSpace": "ConfluxHub",
|
|
485
|
+
"more": "More",
|
|
486
|
+
"tools": "Tools",
|
|
487
|
+
"balanceChecker": "Balance Checker",
|
|
488
|
+
"charts": "PoW Charts",
|
|
489
|
+
"posCharts": "PoS Charts",
|
|
490
|
+
"nftCharts": "NFT Charts",
|
|
491
|
+
"crossSpaceCharts": "Cross Space Charts",
|
|
492
|
+
"statistics": "Top Statistics",
|
|
493
|
+
"support": "Support & Help",
|
|
494
|
+
"faq": "FAQ",
|
|
495
|
+
"feedback": "Feedback",
|
|
496
|
+
"techIssue": "Tech Issue",
|
|
497
|
+
"report": "Report",
|
|
498
|
+
"supportCenter": "Support Center",
|
|
499
|
+
"suggestionBox": "Suggestion Box",
|
|
500
|
+
"testnet": "Conflux Core (Testnet)",
|
|
501
|
+
"oceanus": "Conflux Hydra",
|
|
502
|
+
"searchPlaceHolder": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag",
|
|
503
|
+
"searchPlaceHolderMobile": "Epoch/Block Hash/Txn Hash/Address/Token/Contract Name Tag",
|
|
504
|
+
"searchPlaceHolderWithWeb3": "Search by Epoch / Block Hash / Txn Hash / Address / Token / Contract Name Tag / .web3 Username",
|
|
505
|
+
"searchPlaceHolderMobileWithWeb3": "Epoch/Block Hash/Txn Hash/Address/Token/Contract Name Tag/.web3 Username",
|
|
506
|
+
"addressConverter": "Address Format Conversion",
|
|
507
|
+
"faucet": "Test Faucet",
|
|
508
|
+
"broadcastTx": "Broadcast Transaction",
|
|
509
|
+
"blocknumberCalc": "Blocknumber Calculator",
|
|
510
|
+
"nftChecker": "NFT Checker",
|
|
511
|
+
"nftDetail": "NFT Detail",
|
|
512
|
+
"notice": "Notice Center",
|
|
513
|
+
"search": {
|
|
514
|
+
"ens": ".web3 Username",
|
|
515
|
+
"tokens": "Tokens",
|
|
516
|
+
"contracts": "Contracts",
|
|
517
|
+
"contractsTip": "Only the 10 contracts with the earliest registration date are displayed",
|
|
518
|
+
"nametag": "Public Name Tag"
|
|
519
|
+
},
|
|
520
|
+
"pos": {
|
|
521
|
+
"posNickname": "Validator",
|
|
522
|
+
"pos": "PoS",
|
|
523
|
+
"overview": "Overview",
|
|
524
|
+
"accounts": "Validators",
|
|
525
|
+
"blocks": "Blocks",
|
|
526
|
+
"transactions": "Transactions",
|
|
527
|
+
"committee": "Committee",
|
|
528
|
+
"incomingRank": "Incoming Rank"
|
|
529
|
+
},
|
|
530
|
+
"profile": "My Profile"
|
|
531
|
+
},
|
|
532
|
+
"footer": {
|
|
533
|
+
"currency": {
|
|
534
|
+
"usd": "USD",
|
|
535
|
+
"cny": "CNY",
|
|
536
|
+
"gbp": "GBP",
|
|
537
|
+
"krw": "KRW",
|
|
538
|
+
"rub": "RUB",
|
|
539
|
+
"eur": "EUR"
|
|
540
|
+
},
|
|
541
|
+
"aboutUs": {
|
|
542
|
+
"title": "About Us",
|
|
543
|
+
"supportCenter": "Support Center",
|
|
544
|
+
"privacyPolicy": "Privacy Policy",
|
|
545
|
+
"terms": "Terms"
|
|
546
|
+
},
|
|
547
|
+
"cookie": "This website uses cookies to improve your experience. View <a href='https://confluxnetwork.org/zh/policy/' target='_blank'>Privacy Policy</a> for more information.",
|
|
548
|
+
"addressWarning": "To prevent loss of assets, please review <a href='https://forum.conflux.fun/t/announcement-conflux-address-formats-and-their-implications-of-asset-transfers/6727' target='_blank'>THE DESCRIPTION OF THE RULES RELATING TO THE ADDRESS INVOLVED IN THE TRANSFER OF ASSETS</a> carefully. ",
|
|
549
|
+
"cookieAgree": "Got it",
|
|
550
|
+
"product": "Product",
|
|
551
|
+
"confluxnetwork": "Conflux Network",
|
|
552
|
+
"fluentwallet": "Fluent Wallet",
|
|
553
|
+
"confluxbounty": "ConfluxBounty",
|
|
554
|
+
"hub": "ConfluxHub",
|
|
555
|
+
"global": "ConfluxScan Global",
|
|
556
|
+
"copryRight": "© 2023 Conflux. All Rights Reserved.",
|
|
557
|
+
"tool": "Tool",
|
|
558
|
+
"addressFormatConversion": "Address Format Conversion",
|
|
559
|
+
"broadcastTx": "Broadcast Transaction",
|
|
560
|
+
"blocknumberCalc": "Blocknumber Calculator",
|
|
561
|
+
"preference": "Preference",
|
|
562
|
+
"contactUs": "Contact Us",
|
|
563
|
+
"techIssue": "Tech Issue",
|
|
564
|
+
"report": "Report",
|
|
565
|
+
"suggestionBox": "Suggestion Box",
|
|
566
|
+
"developResource": {
|
|
567
|
+
"title": "Developer Resources",
|
|
568
|
+
"developerDocuments": "Developer Documents",
|
|
569
|
+
"developerAPI": "API Documentation",
|
|
570
|
+
"confluxStudio": "Conflux Studio",
|
|
571
|
+
"confluxTruffle": "Conflux Truffle"
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"packing": {
|
|
575
|
+
"title": "Your transaction is packing,please wait...",
|
|
576
|
+
"btn": "Go TO HOMEPAGE"
|
|
577
|
+
},
|
|
578
|
+
"notFound": {
|
|
579
|
+
"title": "There’s nothing here!",
|
|
580
|
+
"label": "Sorry! This is an invalid search string.",
|
|
581
|
+
"addressTip": "If you're searching for Conflux addresses, please search for a valid address format (hex address or a checksummed-base32 address).",
|
|
582
|
+
"btn": "Go TO HOMEPAGE"
|
|
583
|
+
},
|
|
584
|
+
"notFoundAddress": {
|
|
585
|
+
"title": "The {{type}} can not be found",
|
|
586
|
+
"label": "Sorry! The {{type}} does not exist.",
|
|
587
|
+
"btn": "Go TO HOMEPAGE",
|
|
588
|
+
"defaultType": "address",
|
|
589
|
+
"contract": "contract",
|
|
590
|
+
"block": "block",
|
|
591
|
+
"transaction": "transaction"
|
|
592
|
+
},
|
|
593
|
+
"networkError": {
|
|
594
|
+
"title": "Tip",
|
|
595
|
+
"label": "The address you are searching for is Conflux {{network}} address, please switch the network before searching.",
|
|
596
|
+
"btn": "Switch the network to {{network}}"
|
|
597
|
+
},
|
|
598
|
+
"token": {
|
|
599
|
+
"website": "Official Site",
|
|
600
|
+
"token": "Token",
|
|
601
|
+
"totalSupplay": "Total Supply",
|
|
602
|
+
"contract": "Contract",
|
|
603
|
+
"holders": "Holders",
|
|
604
|
+
"decimals": "Decimals",
|
|
605
|
+
"transfers": "Transfers",
|
|
606
|
+
"analysis": "Analysis",
|
|
607
|
+
"price": "Price",
|
|
608
|
+
"change": "Change (%)",
|
|
609
|
+
"volume": "Volume (24H)",
|
|
610
|
+
"marketCap": "Market Cap",
|
|
611
|
+
"shuttleflow": "This Token is cross-chained from the BTC/Ethereum network to the Conflux network via ",
|
|
612
|
+
"fcMining": "FC-CFX Non-reversible Exchange",
|
|
613
|
+
"notRegistered": "The token has not been registered.",
|
|
614
|
+
"tokenRegistration": "Register now",
|
|
615
|
+
"transferList": {
|
|
616
|
+
"searchError": "Sorry! This is an invalid search string.",
|
|
617
|
+
"balance": "Balance: "
|
|
618
|
+
},
|
|
619
|
+
"NFT": "Inventory",
|
|
620
|
+
"total": "A total of",
|
|
621
|
+
"tokens": "tokens",
|
|
622
|
+
"sortBy": "sort by",
|
|
623
|
+
"recentlyActive": "Recently Active",
|
|
624
|
+
"newest": "Newest",
|
|
625
|
+
"oldest": "Oldest"
|
|
626
|
+
},
|
|
627
|
+
"highcharts": {
|
|
628
|
+
"subtitle": "Source: confluxscan.io<br/>Click and drag in the plot area to zoom in",
|
|
629
|
+
"preview": {
|
|
630
|
+
"title": "Charts",
|
|
631
|
+
"subtitle": " A collection of charts on the Conflux Chain (click on View Details for a zoomed view)",
|
|
632
|
+
"viewDetail": "View Details",
|
|
633
|
+
"tip": "Showing the last 30 days",
|
|
634
|
+
"marketData": "Market Data",
|
|
635
|
+
"blockchainData": "Blockchain Data",
|
|
636
|
+
"transaction": "Transaction",
|
|
637
|
+
"account": "Account",
|
|
638
|
+
"contracts": "Contracts"
|
|
639
|
+
},
|
|
640
|
+
"nft": {
|
|
641
|
+
"preview": {
|
|
642
|
+
"title": "NFT Charts",
|
|
643
|
+
"subtitle": "A collection of NFT statistical charts on the Conflux Chain (click on View Details for a zoomed view).",
|
|
644
|
+
"viewDetail": "View Details",
|
|
645
|
+
"tip": "Showing the last 30 Months"
|
|
646
|
+
},
|
|
647
|
+
"breadcrumb": {
|
|
648
|
+
"charts": "NFT Charts",
|
|
649
|
+
"assets": "Assets",
|
|
650
|
+
"holders": "Holders",
|
|
651
|
+
"contracts": "Contracts",
|
|
652
|
+
"transfers": "Transfers"
|
|
653
|
+
},
|
|
654
|
+
"assets": {
|
|
655
|
+
"title": "NFT Assets",
|
|
656
|
+
"subtitle": "The growth and cumulative amount of NFT assets.",
|
|
657
|
+
"yAxisTitle": "Growth Amount",
|
|
658
|
+
"seriesName": "Growth Amount",
|
|
659
|
+
"yAxisTitle2": "Cumulative Amount",
|
|
660
|
+
"seriesName2": "Cumulative Amount"
|
|
661
|
+
},
|
|
662
|
+
"holders": {
|
|
663
|
+
"title": "NFT Holders",
|
|
664
|
+
"subtitle": "The amount of NFT holders.",
|
|
665
|
+
"yAxisTitle": "Amount",
|
|
666
|
+
"seriesName": "Holders"
|
|
667
|
+
},
|
|
668
|
+
"contracts": {
|
|
669
|
+
"title": "NFT Contracts",
|
|
670
|
+
"subtitle": "The growth and cumulative amount of NFT contracts.",
|
|
671
|
+
"yAxisTitle": "Growth Amount",
|
|
672
|
+
"seriesName": "Growth Amount",
|
|
673
|
+
"yAxisTitle2": "Cumulative Amount",
|
|
674
|
+
"seriesName2": "Cumulative Amount"
|
|
675
|
+
},
|
|
676
|
+
"transfers": {
|
|
677
|
+
"title": "NFT Transfers",
|
|
678
|
+
"subtitle": "The growth and cumulative amount of NFT transfers.",
|
|
679
|
+
"yAxisTitle": "Growth Amount",
|
|
680
|
+
"seriesName": "Growth Amount",
|
|
681
|
+
"yAxisTitle2": "Cumulative Amount",
|
|
682
|
+
"seriesName2": "Cumulative Amount"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"crossSpace": {
|
|
686
|
+
"preview": {
|
|
687
|
+
"title": "Cross Space Charts",
|
|
688
|
+
"subtitle": "A collection of cross space charts between Core and eSpace on the Conflux Chain (click on View Details for a zoomed view).",
|
|
689
|
+
"viewDetail": "View Details",
|
|
690
|
+
"tip": "Showing the last 30 days"
|
|
691
|
+
},
|
|
692
|
+
"breadcrumb": {
|
|
693
|
+
"charts": "Cross Space Charts",
|
|
694
|
+
"daily-cfx-transfer": "Daily CFX Transfer Amount",
|
|
695
|
+
"daily-cfx-transfer-count": "Daily CFX Transfer Count",
|
|
696
|
+
"contract": "Daily CFX Transfer Count"
|
|
697
|
+
},
|
|
698
|
+
"dailyCFXTransfer": {
|
|
699
|
+
"title": "Daily CFX Transfer Amount",
|
|
700
|
+
"subtitle": "The total amount of CFX transfers per day between Core and eSpace.",
|
|
701
|
+
"yAxisTitle": "Amount in CFX",
|
|
702
|
+
"seriesName": "Transfer Out",
|
|
703
|
+
"yAxisTitle2": "Amount in CFX",
|
|
704
|
+
"seriesName2": "Transfer In"
|
|
705
|
+
},
|
|
706
|
+
"dailyCFXTransferCount": {
|
|
707
|
+
"title": "Daily CFX Transfer Count",
|
|
708
|
+
"subtitle": "The total count of CFX transfers per day between Core and eSpace.",
|
|
709
|
+
"yAxisTitle": "Count",
|
|
710
|
+
"seriesName": "Transfer Out",
|
|
711
|
+
"yAxisTitle2": "Count",
|
|
712
|
+
"seriesName2": "Transfer In"
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
"pos": {
|
|
716
|
+
"preview": {
|
|
717
|
+
"title": "PoS Charts",
|
|
718
|
+
"subtitle": "A collection of charts on the PoS of Conflux Chain (click on View Details for a zoomed view).",
|
|
719
|
+
"viewDetail": "View Details",
|
|
720
|
+
"tip": "Showing the last 30 days"
|
|
721
|
+
},
|
|
722
|
+
"breadcrumb": {
|
|
723
|
+
"charts": "PoS Charts",
|
|
724
|
+
"finalized-interval": "Finality Intervals",
|
|
725
|
+
"daily-accounts": "Accounts",
|
|
726
|
+
"daily-staking": "Staking",
|
|
727
|
+
"daily-apy": "APR",
|
|
728
|
+
"total-reward": "Total Reward",
|
|
729
|
+
"daily-reward-rank": "Reward Rank",
|
|
730
|
+
"daily-reward-info": "Reward Detail",
|
|
731
|
+
"daily-deposit": "Deposit & Withdraw",
|
|
732
|
+
"participation-rate": "Participation Rate"
|
|
733
|
+
},
|
|
734
|
+
"finalizedInterval": {
|
|
735
|
+
"title": "Finality Intervals",
|
|
736
|
+
"subtitle": "The interval between lastest state and PoS finalized.",
|
|
737
|
+
"yAxisTitle": "Interval",
|
|
738
|
+
"seriesName": "Time Interval (Secs)",
|
|
739
|
+
"yAxisTitle2": "Interval",
|
|
740
|
+
"seriesName2": "Epoch Interval"
|
|
741
|
+
},
|
|
742
|
+
"dailyAccounts": {
|
|
743
|
+
"title": "Accounts",
|
|
744
|
+
"subtitle": "The number of accounts on the PoS of Conflux network.",
|
|
745
|
+
"yAxisTitle": "Total Accounts",
|
|
746
|
+
"seriesName": "Total Accounts (Day)"
|
|
747
|
+
},
|
|
748
|
+
"dailyStaking": {
|
|
749
|
+
"title": "Staking",
|
|
750
|
+
"subtitle": "The amount of Staked CFX on the PoS of Conflux network.",
|
|
751
|
+
"yAxisTitle": "Total Staking CFX",
|
|
752
|
+
"seriesName": "Total Staking CFX (Day)"
|
|
753
|
+
},
|
|
754
|
+
"apy": {
|
|
755
|
+
"title": "Annual Percentage Rate",
|
|
756
|
+
"subtitle": "Annual percentage rate, the yearly interest paid to Conflux PoS stakers (in CFX).",
|
|
757
|
+
"yAxisTitle": "APR",
|
|
758
|
+
"seriesName": "APR"
|
|
759
|
+
},
|
|
760
|
+
"totalReward": {
|
|
761
|
+
"title": "Total Reward",
|
|
762
|
+
"subtitle": "The total reward on the PoS of Conflux network.",
|
|
763
|
+
"yAxisTitle": "Total Reward",
|
|
764
|
+
"seriesName": "Total Reward (Day)"
|
|
765
|
+
},
|
|
766
|
+
"dailyRewardRank": {
|
|
767
|
+
"title": "Reward Rank",
|
|
768
|
+
"subtitle": "The reward rank on the PoS of Conflux network.",
|
|
769
|
+
"yAxisTitle": "Reward Rank",
|
|
770
|
+
"seriesName": "Reward Rank (Day)",
|
|
771
|
+
"PoSAddress": "PoS Address",
|
|
772
|
+
"PoWAddress": "PoW Address",
|
|
773
|
+
"reward": "Reward"
|
|
774
|
+
},
|
|
775
|
+
"dailyRewardInfo": {
|
|
776
|
+
"title": "Reward Detail",
|
|
777
|
+
"subtitle": "The reward detail info per day on the PoS of Conflux network.",
|
|
778
|
+
"yAxisTitle": "Reward",
|
|
779
|
+
"seriesName": "Reward (Day)",
|
|
780
|
+
"yAxisTitle2": "Per capita reward",
|
|
781
|
+
"seriesName2": "Per capita reward (Day)",
|
|
782
|
+
"yAxisTitle3": "Acounts",
|
|
783
|
+
"seriesName3": "Acounts (Day)"
|
|
784
|
+
},
|
|
785
|
+
"dailyDeposit": {
|
|
786
|
+
"title": "Deposit & Withdraw",
|
|
787
|
+
"subtitle": "The amount of Deposit and Withdraw CFX per day on the PoS of Conflux network.",
|
|
788
|
+
"yAxisTitle": "Total Deposit CFX",
|
|
789
|
+
"seriesName": "Total Deposit CFX (Day)",
|
|
790
|
+
"yAxisTitle2": "Total Withdraw CFX",
|
|
791
|
+
"seriesName2": "Total Withdraw CFX (Day)"
|
|
792
|
+
},
|
|
793
|
+
"participation": {
|
|
794
|
+
"title": "Participation Rate",
|
|
795
|
+
"subtitle": "The participation rate per day on the PoS of Conflux network.",
|
|
796
|
+
"yAxisTitle": "Participation Rate",
|
|
797
|
+
"seriesName": "Participation Rate (Day)"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"pow": {
|
|
801
|
+
"preview": {
|
|
802
|
+
"title": "PoW Charts",
|
|
803
|
+
"subtitle": "A collection of charts on the Conflux Chain (click on View Details for a zoomed view)",
|
|
804
|
+
"viewDetail": "View Details",
|
|
805
|
+
"tip": "Showing the last 30 days",
|
|
806
|
+
"marketData": "Market Data",
|
|
807
|
+
"blockchainData": "Blockchain Data",
|
|
808
|
+
"transaction": "Transaction",
|
|
809
|
+
"account": "Account",
|
|
810
|
+
"contracts": "Contracts"
|
|
811
|
+
},
|
|
812
|
+
"breadcrumb": {
|
|
813
|
+
"charts": "PoW Charts",
|
|
814
|
+
"blocktime": "Block Time",
|
|
815
|
+
"tps": "TPS",
|
|
816
|
+
"hashrate": "Hash Rate",
|
|
817
|
+
"difficulty": "Difficulty",
|
|
818
|
+
"supply": "Total Supply",
|
|
819
|
+
"circulating": "Circulating Supply",
|
|
820
|
+
"tx": "Daily Transactions",
|
|
821
|
+
"token-transfer": "Daily Token Transfer",
|
|
822
|
+
"cfx-transfer": "Daily CFX Transfer Statistics",
|
|
823
|
+
"cfx-holder-accounts": "CFX Holders Statistics",
|
|
824
|
+
"account-growth": "Account Growth",
|
|
825
|
+
"active-accounts": "Active Accounts",
|
|
826
|
+
"contracts": "Contracts Statistics"
|
|
827
|
+
},
|
|
828
|
+
"averageBlockTime": {
|
|
829
|
+
"title": "Average Block Time",
|
|
830
|
+
"subtitle": "The time required to generate a block.",
|
|
831
|
+
"yAxisTitle": "Block Time in Secs",
|
|
832
|
+
"seriesName": "Block Time (Secs)"
|
|
833
|
+
},
|
|
834
|
+
"tps": {
|
|
835
|
+
"title": "Transaction TPS",
|
|
836
|
+
"subtitle": "Number of transactions on the chain per second.",
|
|
837
|
+
"yAxisTitle": "Transaction Number in Secs",
|
|
838
|
+
"seriesName": "Transaction Number (Secs)"
|
|
839
|
+
},
|
|
840
|
+
"hashRate": {
|
|
841
|
+
"title": "Network Hash Rate",
|
|
842
|
+
"subtitle": "The number of times a miner calculates hashes per second.",
|
|
843
|
+
"yAxisTitle": "Hash Rate (GH/s)",
|
|
844
|
+
"seriesName": "Hash Rate (GH/s)"
|
|
845
|
+
},
|
|
846
|
+
"difficulty": {
|
|
847
|
+
"title": "Network Difficulty",
|
|
848
|
+
"subtitle": "Calculation difficulty of all blocks currently generated.",
|
|
849
|
+
"yAxisTitle": "Difficulty (TH)",
|
|
850
|
+
"seriesName": "Difficulty (TH)"
|
|
851
|
+
},
|
|
852
|
+
"totalSupply": {
|
|
853
|
+
"title": "Total Supply",
|
|
854
|
+
"subtitle": "The amount of CFX that are created in the market.",
|
|
855
|
+
"fourYearUnlock": "Four Year Unlock",
|
|
856
|
+
"twoYearUnlock": "Two Year Unlock",
|
|
857
|
+
"circulatingSupply": "Circulating Supply",
|
|
858
|
+
"zeroAddress": "Zero Address"
|
|
859
|
+
},
|
|
860
|
+
"circulatingSupply": {
|
|
861
|
+
"title": "Circulating Supply",
|
|
862
|
+
"subtitle": "The number of CFX that is available and circulating on the market.",
|
|
863
|
+
"others": "Genesis & Rewards",
|
|
864
|
+
"totalCollateral": "Collateral",
|
|
865
|
+
"totalStaking": "Staking"
|
|
866
|
+
},
|
|
867
|
+
"tx": {
|
|
868
|
+
"title": "Txn Count",
|
|
869
|
+
"subtitle": "The total number of transactions per day on the Conflux network.",
|
|
870
|
+
"yAxisTitle": "Transactions per Day",
|
|
871
|
+
"seriesName": "Total Transactions (Day)"
|
|
872
|
+
},
|
|
873
|
+
"cfxTransfer": {
|
|
874
|
+
"title": "CFX Transfer Statistics",
|
|
875
|
+
"subtitle": "Daily transfer statistics for CFX on the Conflux network.",
|
|
876
|
+
"yAxisTitle": "CFX Transfer",
|
|
877
|
+
"seriesName": "Total CFX Transfer Count (Day)",
|
|
878
|
+
"yAxisTitle2": "CFX Transfer Accounts",
|
|
879
|
+
"seriesName2": "Total CFX Transfer Accounts (Day)",
|
|
880
|
+
"yAxisTitle3": "Transfer Volume",
|
|
881
|
+
"seriesName3": "Total CFX Transfer Volume (Day)"
|
|
882
|
+
},
|
|
883
|
+
"tokenTransfer": {
|
|
884
|
+
"title": "Token Transfer Count",
|
|
885
|
+
"subtitle": "Daily transfer statistics for all tokens on the Conflux network.",
|
|
886
|
+
"yAxisTitle": "Token Transfer per Day",
|
|
887
|
+
"seriesName": "Total Token Transfer Count (Day)",
|
|
888
|
+
"yAxisTitle2": "Token Transfer Accounts per Day",
|
|
889
|
+
"seriesName2": "Total Token Transfer Accounts (Day)"
|
|
890
|
+
},
|
|
891
|
+
"CFXHolderAccounts": {
|
|
892
|
+
"title": "CFX Holding Accounts",
|
|
893
|
+
"subtitle": "The total number of CFX accounts held on the Conflux network.",
|
|
894
|
+
"yAxisTitle": "Total Accounts",
|
|
895
|
+
"seriesName": "Total Accounts (Day)"
|
|
896
|
+
},
|
|
897
|
+
"accountGrowth": {
|
|
898
|
+
"title": "Account Growth",
|
|
899
|
+
"subtitle": "The number of new accounts added per day on the Conflux network.",
|
|
900
|
+
"yAxisTitle": "Total New Accounts",
|
|
901
|
+
"seriesName": "Total New Accounts (Day)"
|
|
902
|
+
},
|
|
903
|
+
"activeAccounts": {
|
|
904
|
+
"title": "Active Accounts",
|
|
905
|
+
"subtitle": "The daily number of unique addresses that were active on the network as a sender or receiver of CFX or Token.",
|
|
906
|
+
"yAxisTitle": "Total Active Accounts",
|
|
907
|
+
"seriesName": "Total Active Accounts (Day)"
|
|
908
|
+
},
|
|
909
|
+
"contracts": {
|
|
910
|
+
"title": "Contracts Statistics",
|
|
911
|
+
"subtitle": "The statistics of contracts on the Conflux network.",
|
|
912
|
+
"yAxisTitle": "Contract Count/Growth Count",
|
|
913
|
+
"seriesName": "Contract Count (Day)",
|
|
914
|
+
"yAxisTitle2": "Contract Growth Count per Day",
|
|
915
|
+
"seriesName2": "Total Contract Growth Count (Day)"
|
|
916
|
+
},
|
|
917
|
+
"contract": {
|
|
918
|
+
"title": "Contract Statistics",
|
|
919
|
+
"subtitle": "Daily contract statistics.",
|
|
920
|
+
"yAxisTitle": "Count",
|
|
921
|
+
"seriesName": "Transactions Count (Day)",
|
|
922
|
+
"yAxisTitle2": "Count",
|
|
923
|
+
"seriesName2": "CFX Transfer Count (Day)",
|
|
924
|
+
"yAxisTitle3": "Count",
|
|
925
|
+
"seriesName3": "Token Transfer Count (Day)"
|
|
926
|
+
},
|
|
927
|
+
"token": {
|
|
928
|
+
"title": "Token Statistics",
|
|
929
|
+
"subtitle": "Daily token statistics.",
|
|
930
|
+
"yAxisTitle": "Count",
|
|
931
|
+
"seriesName": "Transfer Amount (Day)",
|
|
932
|
+
"yAxisTitle2": "Count",
|
|
933
|
+
"seriesName2": "Transfer Count (Day)",
|
|
934
|
+
"yAxisTitle3": "Count",
|
|
935
|
+
"seriesName3": "Unique Receivers Count (Day)",
|
|
936
|
+
"yAxisTitle4": "Count",
|
|
937
|
+
"seriesName4": "Unique Senders Count (Day)"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"options": {
|
|
941
|
+
"time": "Time Granularity",
|
|
942
|
+
"range": "Date Range"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"charts": {
|
|
946
|
+
"title": "Charts",
|
|
947
|
+
"subtitle1": "Market Data",
|
|
948
|
+
"subtitle2": "Blockchain Data",
|
|
949
|
+
"subtitle3": "Transaction",
|
|
950
|
+
"subtitle4": "Account",
|
|
951
|
+
"subtitle5": "Contract",
|
|
952
|
+
"description": "Charts",
|
|
953
|
+
"tps": {
|
|
954
|
+
"title": "Transaction TPS",
|
|
955
|
+
"description": "Number of transactions on the chain per second"
|
|
956
|
+
},
|
|
957
|
+
"tokenTransferTps": {
|
|
958
|
+
"title": "Token Transfer TPS",
|
|
959
|
+
"description": "Number of token transfer on the chain per second"
|
|
960
|
+
},
|
|
961
|
+
"blockTime": {
|
|
962
|
+
"title": "Block Time",
|
|
963
|
+
"description": "The time required to generate a block"
|
|
964
|
+
},
|
|
965
|
+
"difficulty": {
|
|
966
|
+
"title": "Difficulty",
|
|
967
|
+
"description": "Calculation difficulty of all blocks currently generated"
|
|
968
|
+
},
|
|
969
|
+
"hashRate": {
|
|
970
|
+
"title": "Hash Rate",
|
|
971
|
+
"description": "The number of times a miner calculates hashes per second"
|
|
972
|
+
},
|
|
973
|
+
"cfxPrice": {
|
|
974
|
+
"title": "CFX Price",
|
|
975
|
+
"description": "Market Data Source: <a href='https://moondex.io/trade/cfxusdt' target='_blank'>MoonDEX</a>"
|
|
976
|
+
},
|
|
977
|
+
"cfxMarketCap": {
|
|
978
|
+
"title": "Market Cap",
|
|
979
|
+
"description": "Market Cap = Current Price x Circulating Supply"
|
|
980
|
+
},
|
|
981
|
+
"issued": {
|
|
982
|
+
"title": "Total Supply",
|
|
983
|
+
"description": "The amount of CFX that are created in the market.",
|
|
984
|
+
"labelFourYearUnlockBalance": "Four Year Unlock",
|
|
985
|
+
"labelTwoYearUnlockBalance": "Two Year Unlock",
|
|
986
|
+
"labelTotalCirculating": "Circulating Supply"
|
|
987
|
+
},
|
|
988
|
+
"zeroAddress": {
|
|
989
|
+
"title": "Zero Address",
|
|
990
|
+
"description": "CFX in Zero address is burned CFX."
|
|
991
|
+
},
|
|
992
|
+
"dailyTransaction": {
|
|
993
|
+
"title": "Daily Txn Count",
|
|
994
|
+
"description": "The total number of transactions per day on the Conflux network."
|
|
995
|
+
},
|
|
996
|
+
"dailyTransactionCFX": {
|
|
997
|
+
"title": "Daily Transactions -- CFX",
|
|
998
|
+
"description": "Daily transactions statistics for CFX on the Conflux network.",
|
|
999
|
+
"amount": "CFX Daily Volume",
|
|
1000
|
+
"txnCount": "CFX Daily Txn Count",
|
|
1001
|
+
"userCount": "CFX Daily Txn Accounts Count"
|
|
1002
|
+
},
|
|
1003
|
+
"dailyTransactionTokens": {
|
|
1004
|
+
"title": "Daily Transfers -- Tokens",
|
|
1005
|
+
"description": "Daily transfer statistics for all tokens on the Conflux network.",
|
|
1006
|
+
"txnCount": "Daily Token Transfers Count",
|
|
1007
|
+
"userCount": "Daily Transfer Accounts Count"
|
|
1008
|
+
},
|
|
1009
|
+
"cfxHoldingAccounts": {
|
|
1010
|
+
"title": "CFX Holding Accounts",
|
|
1011
|
+
"description": "The total number of CFX accounts held on the Conflux network."
|
|
1012
|
+
},
|
|
1013
|
+
"activeAccounts": {
|
|
1014
|
+
"title": "Active Accounts",
|
|
1015
|
+
"description": "The number of active accounts per day on the Conflux network."
|
|
1016
|
+
},
|
|
1017
|
+
"accountGrowth": {
|
|
1018
|
+
"title": "Account Growth",
|
|
1019
|
+
"description": "The number of new accounts added per day on the Conflux network."
|
|
1020
|
+
},
|
|
1021
|
+
"contractGrowth": {
|
|
1022
|
+
"title": "Contract Growth",
|
|
1023
|
+
"description": "The number of new contracts added per day on the Conflux network."
|
|
1024
|
+
},
|
|
1025
|
+
"contractAmount": {
|
|
1026
|
+
"title": "Contract Amount",
|
|
1027
|
+
"description": "The number of contracts on the Conflux network."
|
|
1028
|
+
},
|
|
1029
|
+
"contractDeploy": {
|
|
1030
|
+
"title": "All Contracts",
|
|
1031
|
+
"description": "The statistics of contracts on the Conflux network.",
|
|
1032
|
+
"contractCount": "Daily Contract Growth",
|
|
1033
|
+
"contractTotalCount": "Contract Amount"
|
|
1034
|
+
},
|
|
1035
|
+
"tokenAnalysis": {
|
|
1036
|
+
"title": "Token Analysis",
|
|
1037
|
+
"description": "{{token}} daily transfers statistics.",
|
|
1038
|
+
"transferAmount": "Transfers Amount",
|
|
1039
|
+
"transferCount": "Transfers Count",
|
|
1040
|
+
"uniqueReceiver": "Unique Receivers",
|
|
1041
|
+
"uniqueSender": "Unique Senders"
|
|
1042
|
+
},
|
|
1043
|
+
"contractAnalysis": {
|
|
1044
|
+
"title": "Contract Analysis",
|
|
1045
|
+
"description": "daily transfers statistics.",
|
|
1046
|
+
"tx": "Transactions",
|
|
1047
|
+
"cfxTransfer": "CFX Transfers",
|
|
1048
|
+
"tokenTransfer": "Token Transfers"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"general": {
|
|
1052
|
+
"fold": "Fold",
|
|
1053
|
+
"expand": "Expand",
|
|
1054
|
+
"refresh": "Refresh",
|
|
1055
|
+
"timestamp": "Timestamp",
|
|
1056
|
+
"create": "Create",
|
|
1057
|
+
"edit": "Edit",
|
|
1058
|
+
"delete": "Delete",
|
|
1059
|
+
"buttonCancel": "Cancel",
|
|
1060
|
+
"buttonOk": "Confirm",
|
|
1061
|
+
"warning": "Warning",
|
|
1062
|
+
"deleteTip": "Do you Want to delete these records?",
|
|
1063
|
+
"exceedTip": "The max records is limited to 1000, please delete some of them first.",
|
|
1064
|
+
"networks": {
|
|
1065
|
+
"core_mainnet": "mainnet",
|
|
1066
|
+
"core_testnet": "testnet",
|
|
1067
|
+
"core_privatenet": "privatenet"
|
|
1068
|
+
},
|
|
1069
|
+
"errors": {
|
|
1070
|
+
"address": "Please enter a valid {{network}} address"
|
|
1071
|
+
},
|
|
1072
|
+
"advancedSearch": {
|
|
1073
|
+
"label": {
|
|
1074
|
+
"txnHash": "Txn Hash",
|
|
1075
|
+
"blockHash": "Block Hash",
|
|
1076
|
+
"fromOrTo": "From or To",
|
|
1077
|
+
"address": "Address",
|
|
1078
|
+
"from": "From",
|
|
1079
|
+
"to": "To",
|
|
1080
|
+
"tokenId": "TokenID",
|
|
1081
|
+
"nonce": "Nonce",
|
|
1082
|
+
"token": "Token",
|
|
1083
|
+
"tokenSubTitle": "(Up to 3 tokens can be selected)",
|
|
1084
|
+
"rangePicker": "Date",
|
|
1085
|
+
"epochNumber": "Epoch",
|
|
1086
|
+
"minEpochNumber": "Min Epoch",
|
|
1087
|
+
"maxEpochNumber": "Max Epoch"
|
|
1088
|
+
},
|
|
1089
|
+
"error": {
|
|
1090
|
+
"invalidHash": "Invalid hash format",
|
|
1091
|
+
"invalidAddress": "Invalid address format"
|
|
1092
|
+
},
|
|
1093
|
+
"placeholder": {
|
|
1094
|
+
"pleaseSelect": "Search by Token",
|
|
1095
|
+
"pleaseEnter": "Please enter",
|
|
1096
|
+
"pleaseEnterTxnHash": "0x...",
|
|
1097
|
+
"pleaseEnterBlockHash": "0x...",
|
|
1098
|
+
"pleaseEnterTokenId": "e.g. 10",
|
|
1099
|
+
"pleaseEnterNonce": "Please enter a nonce",
|
|
1100
|
+
"pleaseEnterEpochStart": "e.g. 100",
|
|
1101
|
+
"pleaseEnterEpochEnd": "e.g. 200"
|
|
1102
|
+
},
|
|
1103
|
+
"button": {
|
|
1104
|
+
"lookup": "Search",
|
|
1105
|
+
"reset": "Reset"
|
|
1106
|
+
},
|
|
1107
|
+
"others": {
|
|
1108
|
+
"recommend": "Active Tokens",
|
|
1109
|
+
"recommendTip": "Only tokens found in the table are displayed",
|
|
1110
|
+
"searchResult": "Search Result",
|
|
1111
|
+
"noData": "No data"
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"tokenTypeTag": {
|
|
1115
|
+
"token": "Token"
|
|
1116
|
+
},
|
|
1117
|
+
"searchInputPlaceholder": {
|
|
1118
|
+
"txnHash": "Txn Hash",
|
|
1119
|
+
"address": "Address",
|
|
1120
|
+
"holderAddress": "Holder Address",
|
|
1121
|
+
"tokenID": "TokenID",
|
|
1122
|
+
"blockHash": "Block Hash",
|
|
1123
|
+
"epoch": "Epoch"
|
|
1124
|
+
},
|
|
1125
|
+
"totalRecord": "A total of {{total}} record",
|
|
1126
|
+
"totalRecord_plural": "A total of {{total}} records",
|
|
1127
|
+
"totalRecordWithLimit": "Showing the last {{limit}} records (A total of {{total}} records)",
|
|
1128
|
+
"totalRecordWithType": "A total of {{total}} {{type}}",
|
|
1129
|
+
"totalRecordWithLimitWithType": "Showing the last {{limit}} {{type}} (A total of {{total}} {{type}})",
|
|
1130
|
+
"totalHolders": "A total of {{total}} holders",
|
|
1131
|
+
"totalRecordLimit": "Showing the last 10k records (A total of {{total}} records)",
|
|
1132
|
+
"remark": "Remark:",
|
|
1133
|
+
"invalidBytecode": "Invaild bytecode",
|
|
1134
|
+
"invalidABI": "Invaild ABI",
|
|
1135
|
+
"invalidJsonFile": "Invaild JSON file",
|
|
1136
|
+
"importJsonFile": "Import JSON file",
|
|
1137
|
+
"showLess": "Show Less",
|
|
1138
|
+
"viewMore": "View More",
|
|
1139
|
+
"viewAll": "View All",
|
|
1140
|
+
"viewAllBlocks": "View All Blocks",
|
|
1141
|
+
"viewAllTxns": "View All Transactions",
|
|
1142
|
+
"viewAllPosAccounts": "View All Address",
|
|
1143
|
+
"viewAllPosCommittees": "View All Committee",
|
|
1144
|
+
"back": "Back",
|
|
1145
|
+
"address": {
|
|
1146
|
+
"editContract": "Click to edit contract",
|
|
1147
|
+
"website": "Click to enter the official site",
|
|
1148
|
+
"address": "address",
|
|
1149
|
+
"more": {
|
|
1150
|
+
"title": "More",
|
|
1151
|
+
"report": "Report",
|
|
1152
|
+
"editContract": "Update Contract Info",
|
|
1153
|
+
"editToken": "Update Token Info",
|
|
1154
|
+
"sponsor": "Apply Sponsorship",
|
|
1155
|
+
"website": "Official Website",
|
|
1156
|
+
"balanceChecker": "Balance Checker",
|
|
1157
|
+
"verifyContract": "Verify Contract",
|
|
1158
|
+
"NFTChecker": "NFT Checker",
|
|
1159
|
+
"addLabel": "Add Name Tag",
|
|
1160
|
+
"updateLabel": "Update Name Tag"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"loading": "loading...",
|
|
1164
|
+
"contract": "contract",
|
|
1165
|
+
"verifiedContract": "Verified Contract",
|
|
1166
|
+
"unverifiedContract": "Unverified Contract",
|
|
1167
|
+
"internalContract": "internal contract",
|
|
1168
|
+
"specialAddress": "invalid address",
|
|
1169
|
+
"zeroAddress": "Zero Address",
|
|
1170
|
+
"invalidAddress": "Invalid Conflux Address",
|
|
1171
|
+
"eSpaceAddress": "Conflux eSpace address",
|
|
1172
|
+
"invalidPosAddress": "Invalid Conflux PoS Address",
|
|
1173
|
+
"invalidAddressWarning": "This address is illegal, please be careful.",
|
|
1174
|
+
"balance": "balance",
|
|
1175
|
+
"token": "token",
|
|
1176
|
+
"abnormalToken": "Abnormal token, no name or symbol was obtained",
|
|
1177
|
+
"storageStaking": "Storage Used",
|
|
1178
|
+
"nonce": "nonce",
|
|
1179
|
+
"transaction": "transaction",
|
|
1180
|
+
"transactions": "transactions",
|
|
1181
|
+
"tokenTxns": "Token Txns",
|
|
1182
|
+
"cfxTransfer": "CFX Txns",
|
|
1183
|
+
"tokenTxnsErc20": "CRC20 Txns",
|
|
1184
|
+
"tokenTxnsErc721": "CRC721 Txns",
|
|
1185
|
+
"tokenTxnsErc1155": "CRC1155 Txns",
|
|
1186
|
+
"table": {
|
|
1187
|
+
"noData": "There are no matching entries.",
|
|
1188
|
+
"whoops": "Whoops!",
|
|
1189
|
+
"dateTime": "Date Time (Local)",
|
|
1190
|
+
"switchAgeTip": "Click to show {{format}} format",
|
|
1191
|
+
"block": {
|
|
1192
|
+
"epoch": "Epoch",
|
|
1193
|
+
"position": "Position",
|
|
1194
|
+
"txns": "Txn",
|
|
1195
|
+
"hash": "Block Hash",
|
|
1196
|
+
"miner": "Miner",
|
|
1197
|
+
"avgGasPrice": "Avg.Gas Price",
|
|
1198
|
+
"gasUsedPercent": "Gas Used",
|
|
1199
|
+
"reward": "Reward",
|
|
1200
|
+
"age": "Age",
|
|
1201
|
+
"difficulty": "Difficulty",
|
|
1202
|
+
"gasLimit": "Gas Limit"
|
|
1203
|
+
},
|
|
1204
|
+
"transaction": {
|
|
1205
|
+
"hash": "Txn Hash",
|
|
1206
|
+
"method": "Method",
|
|
1207
|
+
"from": "From",
|
|
1208
|
+
"to": "To",
|
|
1209
|
+
"value": "Value",
|
|
1210
|
+
"gasPrice": "Gas Price",
|
|
1211
|
+
"gasFee": "Gas Fee",
|
|
1212
|
+
"age": "Age",
|
|
1213
|
+
"pendingReason": "Reason"
|
|
1214
|
+
},
|
|
1215
|
+
"token": {
|
|
1216
|
+
"number": "#",
|
|
1217
|
+
"token": "Token",
|
|
1218
|
+
"price": "Price",
|
|
1219
|
+
"change": "Change (%)",
|
|
1220
|
+
"volume": "Volume (24H)",
|
|
1221
|
+
"marketCap": "Market Cap",
|
|
1222
|
+
"transfer": "Transfer",
|
|
1223
|
+
"totalSupply": "Total Supply",
|
|
1224
|
+
"holders": "Holders",
|
|
1225
|
+
"contract": "Contract",
|
|
1226
|
+
"txnHash": "Txn Hash",
|
|
1227
|
+
"age": "Age",
|
|
1228
|
+
"from": "From",
|
|
1229
|
+
"fromType": "Type",
|
|
1230
|
+
"fromTypeIn": "In",
|
|
1231
|
+
"fromTypeOut": "Out",
|
|
1232
|
+
"fromTypeArrow": "Out",
|
|
1233
|
+
"to": "To",
|
|
1234
|
+
"accountAddress": "Address",
|
|
1235
|
+
"tokenId": "TokenID",
|
|
1236
|
+
"details": "Details",
|
|
1237
|
+
"view": "View NFT",
|
|
1238
|
+
"quantity": "Quantity",
|
|
1239
|
+
"erc1155QuantityTip": "The quantity of CRC-1155 tokens in an address is equal to the total number of categories with TokenIDs it owns.",
|
|
1240
|
+
"percentage": "Percentage",
|
|
1241
|
+
"traceType": "Trace Type",
|
|
1242
|
+
"traceOutcome": "Outcome",
|
|
1243
|
+
"traceResult": "Result",
|
|
1244
|
+
"traceStatusTitle": "Status",
|
|
1245
|
+
"traceStatus": {
|
|
1246
|
+
"success": "success",
|
|
1247
|
+
"fail": "fail",
|
|
1248
|
+
"revert": "revert"
|
|
1249
|
+
},
|
|
1250
|
+
"projectInfo": {
|
|
1251
|
+
"projectInfo": "Project Info",
|
|
1252
|
+
"security": "The token may have security issues, please be aware of risks",
|
|
1253
|
+
"verify": "The contract has been verified",
|
|
1254
|
+
"unverify": "Attention: The contract has not been verified ",
|
|
1255
|
+
"audit": "The contract code passes the audit",
|
|
1256
|
+
"sponsor": "Accepted by Conflux’s Global Ecosystem Grants Program ",
|
|
1257
|
+
"zeroAddress": "The admin of the contract is zero address",
|
|
1258
|
+
"notZeroAddress": "Attention: The contract owner is non-zero address",
|
|
1259
|
+
"listedByCentralized": "Listed by a centralized exchange",
|
|
1260
|
+
"listedByDecentralized": "Listed by a decentralized exchange ",
|
|
1261
|
+
"listedByCMC": "Listed by CoinMarketCap",
|
|
1262
|
+
"blackList": "The Token is blacklisted",
|
|
1263
|
+
"modal": {
|
|
1264
|
+
"security": "The token may have security issues, please be aware of risks (Refer to the \"Remark\" below)",
|
|
1265
|
+
"verify": "The contract has been verified",
|
|
1266
|
+
"unverify": "Attention: The contract has not been verified (<1>Verify the contract</1> now!)",
|
|
1267
|
+
"unaudit": "The contract code passes the audit (Have an audit report or related link? <1>Submit</1> it now!)",
|
|
1268
|
+
"audit": "The contract code passes the audit (<1>View the audit report</1>)",
|
|
1269
|
+
"sponsor": "Accepted by Conflux’s Global Ecosystem Grants Program (<1>Apply for Grants</1> now!)",
|
|
1270
|
+
"zeroAddress": "The contract admin is zero address",
|
|
1271
|
+
"notZeroAddress": "Attention: The contract owner is non-zero address",
|
|
1272
|
+
"uncex": "Listed by a centralized exchange (<1>Submit</1> proof)",
|
|
1273
|
+
"cex": "Listed by a centralized exchange",
|
|
1274
|
+
"binance": "- <1>Binance</1>",
|
|
1275
|
+
"huoBi": "- <1>HuoBi</1>",
|
|
1276
|
+
"ok": "- <1>OK</1>",
|
|
1277
|
+
"undex": "Listed by a decentralized exchange (<1>Submit</1> proof)",
|
|
1278
|
+
"dex": "Listed by a decentralized exchange",
|
|
1279
|
+
"moonswap": "- <1>Moonswap</1>",
|
|
1280
|
+
"uncmc": "Listed by <0>CoinMarketCap</0> (<1>Submit</1> proof)",
|
|
1281
|
+
"cmc": "Listed by <0>CoinMarketCap</0>",
|
|
1282
|
+
"remarkTitle": "Additional Remark:",
|
|
1283
|
+
"remarkContent1": "If any one of the following actions occurs, the token will be removed and will never be re-listed again:",
|
|
1284
|
+
"remarkContent2": "- Involved in phishing, pyramid scheme, frauds, etc.",
|
|
1285
|
+
"remarkContent3": "- Filled out false information in the any relevant application.",
|
|
1286
|
+
"remarkContent4": "- The names and symbols of the token involve any political stance, terrorism, fraud, eroticism, vulgarity, gambling, infringement, rumors, and other undesirable behaviors.",
|
|
1287
|
+
"disclaimer": "Click to view the <1>Disclaimer</1>"
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"contracts": {
|
|
1292
|
+
"number": "#",
|
|
1293
|
+
"name": "Contract Name Tag",
|
|
1294
|
+
"address": "Contract Address",
|
|
1295
|
+
"transactionCount": "Txn"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"pagination": {
|
|
1299
|
+
"labelPageSizeBefore": "Show",
|
|
1300
|
+
"labelPageSizeAfter": "Records",
|
|
1301
|
+
"labelJumperBefore": "Go to",
|
|
1302
|
+
"labelJumperAfter": "Page"
|
|
1303
|
+
},
|
|
1304
|
+
"copyButton": {
|
|
1305
|
+
"copyToClipboard": "Copy to clipboard",
|
|
1306
|
+
"success": "Copied",
|
|
1307
|
+
"failed": "Copy failed"
|
|
1308
|
+
},
|
|
1309
|
+
"submit": "Submit",
|
|
1310
|
+
"apply": "Apply",
|
|
1311
|
+
"search": "Search",
|
|
1312
|
+
"qrcodeButton": {
|
|
1313
|
+
"clickToShow": "Click to view QR code",
|
|
1314
|
+
"contract": "Contract",
|
|
1315
|
+
"address": "Address",
|
|
1316
|
+
"scanQRCode": "Scan QR Code"
|
|
1317
|
+
},
|
|
1318
|
+
"notAvailable": "Not Available",
|
|
1319
|
+
"noResult": "No Result",
|
|
1320
|
+
"security": {
|
|
1321
|
+
"notAvailable": "Not available",
|
|
1322
|
+
"finalized": "Finalized",
|
|
1323
|
+
"high": "Great",
|
|
1324
|
+
"medium": "Good",
|
|
1325
|
+
"low": "Weak",
|
|
1326
|
+
"veryLow": "Poor"
|
|
1327
|
+
},
|
|
1328
|
+
"status": {
|
|
1329
|
+
"skip": {
|
|
1330
|
+
"text": "Skip",
|
|
1331
|
+
"explanation": "Possible reasons: Wrong nonce; insufficient balance; the transactions fail to execute at the appropriate epoch height; the transaction executed in earlier blocks."
|
|
1332
|
+
},
|
|
1333
|
+
"error": {
|
|
1334
|
+
"text": "Error",
|
|
1335
|
+
"explanation": "Encountered during contract execution, or out of gas."
|
|
1336
|
+
},
|
|
1337
|
+
"success": {
|
|
1338
|
+
"text": "Success",
|
|
1339
|
+
"explanation": ""
|
|
1340
|
+
},
|
|
1341
|
+
"unexecuted": {
|
|
1342
|
+
"text": "Unexecuted",
|
|
1343
|
+
"explanation": "Transaction has not been executed yet, please wait."
|
|
1344
|
+
},
|
|
1345
|
+
"pending": {
|
|
1346
|
+
"text": "Pending",
|
|
1347
|
+
"explanation": ""
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
"countdown": {
|
|
1351
|
+
"year": "{{count}} year",
|
|
1352
|
+
"year_plural": "{{count}} years",
|
|
1353
|
+
"month": "{{count}} month",
|
|
1354
|
+
"month_plural": "{{count}} months",
|
|
1355
|
+
"day": "{{count}} day",
|
|
1356
|
+
"day_plural": "{{count}} days",
|
|
1357
|
+
"hour": "{{count}} hr",
|
|
1358
|
+
"hour_plural": "{{count}} hrs",
|
|
1359
|
+
"minute": "{{count}} min",
|
|
1360
|
+
"minute_plural": "{{count}} mins",
|
|
1361
|
+
"second": "{{count}} sec",
|
|
1362
|
+
"second_plural": "{{count}} secs",
|
|
1363
|
+
"ago": "ago"
|
|
1364
|
+
},
|
|
1365
|
+
"startDate": "Start date",
|
|
1366
|
+
"endDate": "End date",
|
|
1367
|
+
"submitSucceed": "Submit succeed",
|
|
1368
|
+
"tabLabel": {
|
|
1369
|
+
"lt10000": "A total of {{total}} records",
|
|
1370
|
+
"gte10000": "A total of {{realTotal}} records found (showing the last {{total}} records)"
|
|
1371
|
+
},
|
|
1372
|
+
"errorOccurred": "Error occurred",
|
|
1373
|
+
"error": {
|
|
1374
|
+
"title": "Error",
|
|
1375
|
+
"detail": "Detail info",
|
|
1376
|
+
"description": {
|
|
1377
|
+
"20000": "Unknown error, please try again later, or submit a ticket",
|
|
1378
|
+
"20001": "Data parsing exception, please try again later, or submit a ticket",
|
|
1379
|
+
"20002": "Request timeout, try again later",
|
|
1380
|
+
"20003": "Request abort,try again later",
|
|
1381
|
+
"20004": "Network error,try again later",
|
|
1382
|
+
"30001": "RPC Call Error, try again later",
|
|
1383
|
+
"50001": "System error, please try again later, or submit a ticket",
|
|
1384
|
+
"50100": "Unknown error, please try again later, or submit a ticket",
|
|
1385
|
+
"50101": "The parameter is wrong, please confirm it is correct",
|
|
1386
|
+
"50102": "Permission Error",
|
|
1387
|
+
"50103": "System is busy, try again later",
|
|
1388
|
+
"50104": "RPC service is busy, try again later",
|
|
1389
|
+
"50105": "RPC request error, please try again later, or submit a ticket",
|
|
1390
|
+
"50200": "Network exception, try again later",
|
|
1391
|
+
"50201": "External data request timeout, try again later",
|
|
1392
|
+
"50202": "Data parsing exception, try again later",
|
|
1393
|
+
"50300": "RPC Call Error, try again later, or submit a ticket",
|
|
1394
|
+
"50301": "Send Announce Error",
|
|
1395
|
+
"50302": "Announcement Not Exist Error",
|
|
1396
|
+
"50303": "Announce Too Long Error",
|
|
1397
|
+
"50400": "Query Contract Error, try again later, or submit a ticket",
|
|
1398
|
+
"50401": "Query Contract Error, data is not synced, try again later",
|
|
1399
|
+
"50500": "Query Token Error, try again later, or submit a ticket",
|
|
1400
|
+
"50501": "Contract Error, does not meet the token standard",
|
|
1401
|
+
"50600": "Query NFT Error, try again later, or submit a ticket",
|
|
1402
|
+
"50601": "Contract Error, failed to get TokenURI from contract",
|
|
1403
|
+
"50602": "Metadata Error, unable to request the TokenURI returned by the contract",
|
|
1404
|
+
"50603": "Metadata Error, the metadata for this NFT could not be parsed",
|
|
1405
|
+
"50604": "Contract Error, Could not get the Local Name for this NFT",
|
|
1406
|
+
"50605": "Metadata Error, the Metadata for this NFT is malformed",
|
|
1407
|
+
"50700": "Contract Verify Error, try again later, or submit a ticket",
|
|
1408
|
+
"50701": "Contract Verify Error, error compiling Source Code",
|
|
1409
|
+
"50702": "Contract Verify Error, failed to decompile the contract",
|
|
1410
|
+
"50703": "Contract Verify Error, failed to get metadata in Bytecode",
|
|
1411
|
+
"50704": "Contract Verify Error, the contract could not be found or the contract name was entered incorrectly",
|
|
1412
|
+
"60002": "Data parsing exception, please try again later, or submit a ticket",
|
|
1413
|
+
"400": "Bad request",
|
|
1414
|
+
"401": "Unauthorized",
|
|
1415
|
+
"403": "Forbidden",
|
|
1416
|
+
"404": "Not Found",
|
|
1417
|
+
"405": "Method Not Allowed",
|
|
1418
|
+
"500": "Internal Server Error",
|
|
1419
|
+
"501": "Not Implemented",
|
|
1420
|
+
"502": "Bad Gateway",
|
|
1421
|
+
"503": "Service Unavailable",
|
|
1422
|
+
"504": "Gateway Timeout"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"connnectWalletSubmit": "Submit",
|
|
1426
|
+
"waitForConfirm": "Waiting For Confirmation",
|
|
1427
|
+
"txRejected": "Transaction Rejected",
|
|
1428
|
+
"exportRecords": "Export Current Records",
|
|
1429
|
+
"downloadCSV": {
|
|
1430
|
+
"latest5000records": "Only the latest 5000 records are supported",
|
|
1431
|
+
"download": "Download ",
|
|
1432
|
+
"csvFile": "CSV file"
|
|
1433
|
+
},
|
|
1434
|
+
"preview": "Preview",
|
|
1435
|
+
"yes": "Yes",
|
|
1436
|
+
"no": "No"
|
|
1437
|
+
},
|
|
1438
|
+
"sponsor": {
|
|
1439
|
+
"title": "Contract Sponsor",
|
|
1440
|
+
"storageSponsor": "STORAGE SPONSOR",
|
|
1441
|
+
"gasFeeSponsor": "GAS FEE SPONSOR",
|
|
1442
|
+
"currentAvialStorageFee": "Available Storage Fee Balance",
|
|
1443
|
+
"currentAvialStorageQuota": "Available Storage Quota",
|
|
1444
|
+
"currentAvialGasFee": "Available Gas Fee Balance",
|
|
1445
|
+
"providedStorage": "Storage Fees Provided",
|
|
1446
|
+
"providedGas": "Gas Fees Provided",
|
|
1447
|
+
"availStorage": "Remaining Storage Fees",
|
|
1448
|
+
"availGas": "Remaining Gas Fees",
|
|
1449
|
+
"connectToApply": "Apply",
|
|
1450
|
+
"notice": "Remark",
|
|
1451
|
+
"noticeFirst": "1. Conflux implements the Sponsorship Mechanism, a system that allows project owners or contract operators to cover transaction fees (gas fee) for users, thereby reducing the entry barrier of their projects.",
|
|
1452
|
+
"noticeSecond": "2. The internal contract [<a target='__blank' href='https://confluxscan.net/address/cfx:aaejuaaaaaaaaaaaaaaaaaaaaaaaaaaaaegg2r16ar?tab=contract-viewer'>SponsorWhiteListControl</a>] is responsible for managing sponsorship information. For more detailed documentation, please refer to: <a target='__blank' href='https://doc.confluxnetwork.org/docs/core/learn/core-space-basics/internal-contracts/sponsor-whitelist-control'>https://doc.confluxnetwork.org/docs/core/learn/core-space-basics/internal-contracts/sponsor-whitelist-control</a>.",
|
|
1453
|
+
"noticeThird": "3. If you wish to discuss sponsorship-related issues with the Conflux Foundation, please send an email to: bd@confluxnetwork.org.",
|
|
1454
|
+
"errReachToMax": "The available balance storage fees or gas fees has reached or exceeded the maximum value",
|
|
1455
|
+
"errInsufficientFee": "Insufficient storage fees or gas fees",
|
|
1456
|
+
"errReplaceThird": "Unable to replace the third-party sponsors of storage or gas fees",
|
|
1457
|
+
"errContractNotFound": "The contract cannot be found",
|
|
1458
|
+
"errCannotReplaced": "Third party sponsors cannot be replaced",
|
|
1459
|
+
"errUpgraded": "Third party sponsors cannot be replaced",
|
|
1460
|
+
"upperBound": "Upper Bound",
|
|
1461
|
+
"submitted": "Transaction Submitted",
|
|
1462
|
+
"txHash": "Transaction Hash",
|
|
1463
|
+
"searchAddress": "Search contract address",
|
|
1464
|
+
"applicationUnit": "application",
|
|
1465
|
+
"tx": "tx",
|
|
1466
|
+
"byFoundation": "",
|
|
1467
|
+
|
|
1468
|
+
"storage": {
|
|
1469
|
+
"used": "Storage Used: ",
|
|
1470
|
+
"quota": "Storage Quota: ",
|
|
1471
|
+
"point": "Storage Point: ",
|
|
1472
|
+
"collateral": "Storage Collateral: ",
|
|
1473
|
+
"example": "Minting storage cost per NFT: 0.3 ~ 0.6 KB",
|
|
1474
|
+
"desc": "According to CIP107, the \"Storage Point\" is introduced to improve the tokenomics of Conflux. A fraction of the sponsor balance for storage will be burned and converted into \"storage points\". <a target='__blank' href='https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-107.md'>Learn More></a> "
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"transaction": {
|
|
1478
|
+
"note": "Private Note",
|
|
1479
|
+
"addNote": "Add Private Note",
|
|
1480
|
+
"updateNote": "Update Private Note",
|
|
1481
|
+
"pendingReasonLink": "View Reason",
|
|
1482
|
+
"tipOfTokenTransferCount": "Show up to 100 records",
|
|
1483
|
+
"gotoDetail": "Click to view details",
|
|
1484
|
+
"inThePosition": "(in the position {{position}})",
|
|
1485
|
+
"overview": "Overview",
|
|
1486
|
+
"viewOutgoingTxns": "View Outgoing Txns",
|
|
1487
|
+
"viewIncomingTxns": "View Incoming Txns",
|
|
1488
|
+
"viewFailedTxns": "View Failed Txns",
|
|
1489
|
+
"viewCreationTxns": "View Contract Creation Txns",
|
|
1490
|
+
"title": "Transaction",
|
|
1491
|
+
"description": "Transaction",
|
|
1492
|
+
"hash": "Transaction Hash",
|
|
1493
|
+
"executedEpoch": "Executed Epoch",
|
|
1494
|
+
"proposedEpoch": "Proposed Epoch",
|
|
1495
|
+
"timestamp": "Timestamp",
|
|
1496
|
+
"status": "Status",
|
|
1497
|
+
"from": "From",
|
|
1498
|
+
"to": "To",
|
|
1499
|
+
"tokenTransferred": "Token Transferred",
|
|
1500
|
+
"value": "Value",
|
|
1501
|
+
"gasUsed": "Limit | Gas Used | Gas Charged",
|
|
1502
|
+
"gasPrice": "Gas Price",
|
|
1503
|
+
"gasFee": "Gas Fee",
|
|
1504
|
+
"gasCharged": "Gas Charged",
|
|
1505
|
+
"nonce": "Nonce",
|
|
1506
|
+
"blockHash": "Block Hash",
|
|
1507
|
+
"position": "Position",
|
|
1508
|
+
"storageLimit": "Storage Used/Limit",
|
|
1509
|
+
"storageCollateralized": "Storage Collateralize Fee",
|
|
1510
|
+
"storageReleased": "Storage Released",
|
|
1511
|
+
"chainID": "Chain ID",
|
|
1512
|
+
"inputData": "Input Data",
|
|
1513
|
+
"select": {
|
|
1514
|
+
"decodeInputData": "Decode Input Data",
|
|
1515
|
+
"original": "Original",
|
|
1516
|
+
"utf8": "UTF-8",
|
|
1517
|
+
"json": "Decode as JSON",
|
|
1518
|
+
"generalDecode": "General Decode",
|
|
1519
|
+
"optimizationDecode": "Optimization Decode"
|
|
1520
|
+
},
|
|
1521
|
+
"contract": "Contract",
|
|
1522
|
+
"created": "Created",
|
|
1523
|
+
"contractCreation": "Contract Creation",
|
|
1524
|
+
"for": "For",
|
|
1525
|
+
"tokenId": "TokenID",
|
|
1526
|
+
"inputTips": "The binary data that formed the input to the transaction, either the input data if it was a message call or the contract initialisation if it was a contract registration",
|
|
1527
|
+
"epochConfirmations": "{{count}} Epoch Confirmations",
|
|
1528
|
+
"statusError": {
|
|
1529
|
+
"0": "Unknown error.",
|
|
1530
|
+
"1": "Contract error: ",
|
|
1531
|
+
"2": "Insufficient storage fees.",
|
|
1532
|
+
"3": "Insufficient address balance. ",
|
|
1533
|
+
"4": "Insufficient gas fee.",
|
|
1534
|
+
"5": "Unknown contract error.",
|
|
1535
|
+
"6": "Contract deployment failed."
|
|
1536
|
+
},
|
|
1537
|
+
"internalTxns": {
|
|
1538
|
+
"title": "Internal Txns",
|
|
1539
|
+
"simple": "Simple",
|
|
1540
|
+
"advanced": "Advanced"
|
|
1541
|
+
},
|
|
1542
|
+
"internalTxnsTip": {
|
|
1543
|
+
"from": "The contract call from",
|
|
1544
|
+
"to": "to",
|
|
1545
|
+
"produced": "produced",
|
|
1546
|
+
"txns": "internal transactions.",
|
|
1547
|
+
"tip": "The 'Advanced' view also shows zero value CFX transfers, while the 'Simple' view only shows CFX transfers with value."
|
|
1548
|
+
},
|
|
1549
|
+
"logs": {
|
|
1550
|
+
"title": "logs",
|
|
1551
|
+
"address": "Address",
|
|
1552
|
+
"name": "Name",
|
|
1553
|
+
"topics": "Topics",
|
|
1554
|
+
"data": "Data",
|
|
1555
|
+
"decode": "Decode",
|
|
1556
|
+
"hex": "Hex",
|
|
1557
|
+
"text": "Text",
|
|
1558
|
+
"number": "Number"
|
|
1559
|
+
},
|
|
1560
|
+
"pending": {
|
|
1561
|
+
"view": "View detail",
|
|
1562
|
+
"detail": "Detail: ",
|
|
1563
|
+
"tip": "Tip: ",
|
|
1564
|
+
"reference": "Reference: ",
|
|
1565
|
+
"link": "https://doc.confluxnetwork.org/docs/general/faq/core-space-transactions/why-transaction-is-pending"
|
|
1566
|
+
},
|
|
1567
|
+
"pendingDetails": {
|
|
1568
|
+
"futrueNonce": {
|
|
1569
|
+
"summary": "Discontinuous nonce",
|
|
1570
|
+
"detail": "Discontinuous nonce, the account nonce is {{stateNonce}}, current transaction config nonce is {{txNonce}}.",
|
|
1571
|
+
"tip": "Supplement transactions with missing nonces."
|
|
1572
|
+
},
|
|
1573
|
+
"notEnoughCash": {
|
|
1574
|
+
"summary": "Insufficient balance",
|
|
1575
|
+
"contractCreateAndToEOA": {
|
|
1576
|
+
"detail": "Insufficient balance. Total needs: {{total}} CFX = value ({{value}}) + gas ({{gas}}) * gasPrice ({{gasPrice}}) + storageLimit ({{storageLimit}}) * storagePrice (10^18/1024). Balance: {{balance}} CFX.",
|
|
1577
|
+
"tip": "1. Increase balance 2. gasPrice or storageLimit is too large, please update gas fee, gas price"
|
|
1578
|
+
},
|
|
1579
|
+
"toContract": {
|
|
1580
|
+
"detail": "Insufficient balance. Total needs: {{total}} CFX = value ({{value}}) + gas ({{gas}}) * gasPrice ({{gasPrice}}) + storageLimit ({{storageLimit}}) * storagePrice (10^18/1024){{gasSponsor}}{{storageSponsor}}{{reason}}. Balance: {{balance}} CFX.",
|
|
1581
|
+
"tip": "1. Increase balance 2. gasPrice or storageLimit is too large, please update gas fee, gas price",
|
|
1582
|
+
"reason": {
|
|
1583
|
+
"notSponsored": ", not sponsored",
|
|
1584
|
+
"exceedUpperBound": "; gas fee sponsored failed, exceed sponsor upperbound ({{sponsorGasBound}})",
|
|
1585
|
+
"exceedGasFeeBalance": "; gas fee sponsored failed, exceed sponsor balance ({{sponsorBalanceForGas}})",
|
|
1586
|
+
"exceedStorageFeeBalance": "; storage fee sponsored failed, exceed sponsor balance ({{sponsorBalanceForCollateral}})"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"original": {
|
|
1590
|
+
"detail": "{{original}}",
|
|
1591
|
+
"tip": "Please submit a ticket"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
"readyToPack": {
|
|
1595
|
+
"summary": "Ready to pack",
|
|
1596
|
+
"epochExceed": {
|
|
1597
|
+
"detail": "The gap of transaction config epoch and latest epoch is more than 100000. Transaction config epoch is {{proposedEpoch}},latest epoch is {{confirmedEpoch}}.",
|
|
1598
|
+
"tip": "Resend transaction with latest epoch."
|
|
1599
|
+
},
|
|
1600
|
+
"lowGasPrice": {
|
|
1601
|
+
"detail": "Gas price {{gasPrice}} is too low.",
|
|
1602
|
+
"tip": "Increase gas price to speedup transaction."
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
"tooOldEpoch": {
|
|
1606
|
+
"summary": "Too old epoch",
|
|
1607
|
+
"detail": "The epoch height of the first tx is too old to be packed.",
|
|
1608
|
+
"tip": "Submit a new transaction to update the tx pool."
|
|
1609
|
+
},
|
|
1610
|
+
"fullnodeInnerError": {
|
|
1611
|
+
"summary": "Full node error",
|
|
1612
|
+
"detail": "The full node internal error.",
|
|
1613
|
+
"tip": "Submit a new transaction to update the tx pool."
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"action": {
|
|
1617
|
+
"title": "Transaction Action",
|
|
1618
|
+
"tooltip": "Highlighted events of the transaction."
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"block": {
|
|
1622
|
+
"overview": "Overview",
|
|
1623
|
+
"title": "Block",
|
|
1624
|
+
"description": "Block",
|
|
1625
|
+
"blockHeight": "Block Height",
|
|
1626
|
+
"epoch": "Epoch",
|
|
1627
|
+
"difficulty": "Difficulty",
|
|
1628
|
+
"miner": "Miner",
|
|
1629
|
+
"reward": "Reward",
|
|
1630
|
+
"security": "Security",
|
|
1631
|
+
"blame": "Blame Block Count",
|
|
1632
|
+
"blockHash": "Block Hash",
|
|
1633
|
+
"posBlockHash": "PoS Block Hash",
|
|
1634
|
+
"parentHash": "Parent Hash",
|
|
1635
|
+
"nonce": "Nonce",
|
|
1636
|
+
"gasUsed": "Limit | Gas Used",
|
|
1637
|
+
"timestamp": "Timestamp",
|
|
1638
|
+
"size": "Size",
|
|
1639
|
+
"transactions": "Transactions",
|
|
1640
|
+
"referenceBlocks": "Reference Blocks",
|
|
1641
|
+
"tabs": {
|
|
1642
|
+
"transactions": "Transactions",
|
|
1643
|
+
"referenceBlocks": "Reference Blocks",
|
|
1644
|
+
"labelCountBefore": "A total of",
|
|
1645
|
+
"labelCountAfter": "{{type}} found"
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"epoch": {
|
|
1649
|
+
"title": "Epoch",
|
|
1650
|
+
"description": "Epoch",
|
|
1651
|
+
"tipCountBefore": "A total of",
|
|
1652
|
+
"tipCountAfter": "{{type}} found",
|
|
1653
|
+
"labelCountBefore": "A total of",
|
|
1654
|
+
"labelCountAfter": "{{type}} found",
|
|
1655
|
+
"blocks": "Blocks",
|
|
1656
|
+
"transactions": "Transactions",
|
|
1657
|
+
"table": {
|
|
1658
|
+
"position": "Position",
|
|
1659
|
+
"hash": "Hash",
|
|
1660
|
+
"txns": "Txn",
|
|
1661
|
+
"miner": "Miner",
|
|
1662
|
+
"difficulty": "Difficulty",
|
|
1663
|
+
"gasUsedPercent": "Gas Used/Limit",
|
|
1664
|
+
"gasLimit": "Gas Limit",
|
|
1665
|
+
"age": "Age"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"addressConverter": {
|
|
1669
|
+
"title": "Address Format Conversion",
|
|
1670
|
+
"subtitle": "The tool to help you convert Conflux hex (e.g.0x1...) addresses to Conflux-base32 (e.g.cfx:...) new format addresses and distinguish Conflux hex addresses.",
|
|
1671
|
+
"button": "Convert",
|
|
1672
|
+
"inputPlaceholder": "Input address",
|
|
1673
|
+
"networkId": "network id (optional)",
|
|
1674
|
+
"incorrectFormat": "Invalid address format",
|
|
1675
|
+
"lowercase": "Address in lowercase",
|
|
1676
|
+
"checksum": "Old checksummed address",
|
|
1677
|
+
"newMainnetAddress": "Conflux Hydra new address (both address types are valid)",
|
|
1678
|
+
"newTestnetAddress": "Conflux Core (Testnet) new address (both address types are valid)",
|
|
1679
|
+
"newCustomnetAddress": "Conflux new address with customized network-id (both address types are valid)",
|
|
1680
|
+
"remark": "Remark:",
|
|
1681
|
+
"tip1": "1. The last eight bits of the new address are checksums, which are generated by the original address through the check algorithm and give the address the ability to self-verify.",
|
|
1682
|
+
"tip2": "2. Conflux adopts a new checksum method different from the EIP55 standard.",
|
|
1683
|
+
"tip3": "3. The network- id represents the network prefix of the address and is only used for privately deployed Conflux networks. For information about the valid network-id, please visit ",
|
|
1684
|
+
"tip3Link": "https://github.com/Conflux-Chain/CIPs/blob/master/CIPs/cip-37.md",
|
|
1685
|
+
"tip3end": "CIP-37.",
|
|
1686
|
+
"tip5": "5. To prevent loss of assets, please review ",
|
|
1687
|
+
"tip5Link": "https://forum.conflux.fun/t/conflux-address-formats-and-their-implications-of-asset-transfers/6727",
|
|
1688
|
+
"tip5Middle": "Conflux Address-Formats and Their Implications of Asset Transfers",
|
|
1689
|
+
"tip5end": " carefully.",
|
|
1690
|
+
"tip4": "4. Contract addresses starting with 0x0 cannot be converted, except for build-in contracts and zero-address.",
|
|
1691
|
+
"errorMessage": {
|
|
1692
|
+
"0x0": "The address is a non-built-in contract or a non-zero address",
|
|
1693
|
+
"0x8": "The contract does not exist or self distructed, please be careful",
|
|
1694
|
+
"notSupport": "The address does not start with 0x0, 0x1 or 0x8, cannot be converted"
|
|
1695
|
+
},
|
|
1696
|
+
"warning": "Attention:",
|
|
1697
|
+
"warnings": {
|
|
1698
|
+
"one": "1. If you’re looking to move assets from ConfluxCore to any other network or blockchain, you need to transfer assets via <a href='https://confluxhub.io/bridge' target='_blank'>ConfluxHub</a> or you may lose your assets forever.",
|
|
1699
|
+
"two": "2. You can’t use Conflux hex address move assets to Conflux eSpace address directly, or back to Conflux hex address, you need to transfer assets via <a href='https://confluxhub.io/espace-bridge/cross-space' target='_blank'>Space Bridge</a> or you may lose your assets forever.",
|
|
1700
|
+
"three": "3. Use the tool to first check your address that matches the Conflux-base32 format address before you’re looking to send assets to Conflux hex addresses. And we recommend that you send a small first to avoid losing your assets.",
|
|
1701
|
+
"four": "4. Use the tool to first check contract address that matches the Conflux-base32 format contract address as well as verify the contract on Conflux Scan that has exist already before you’re looking to send assets to Conflux hex contract address."
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"broadcastTx": {
|
|
1705
|
+
"title": "Broadcast Transaction",
|
|
1706
|
+
"subtitle": "Below you can enter a signed raw transaction in hex format (i.e. characters 0-9, a-f) that starts with 0x and broadcast it over the Conflux network.",
|
|
1707
|
+
"broadcastBtn": "Broadcast",
|
|
1708
|
+
"success": "Broadcast Succeed",
|
|
1709
|
+
"error": "Error: ",
|
|
1710
|
+
"unknownError": "Unable to broadcast transaction"
|
|
1711
|
+
},
|
|
1712
|
+
"blocknumberCalc": {
|
|
1713
|
+
"title": "Blocknumber Calculator",
|
|
1714
|
+
"placeholder": "Please enter target blocknumber",
|
|
1715
|
+
"higherError": "Please enter a higher blocknumber ",
|
|
1716
|
+
"calcBtn": "Calculate",
|
|
1717
|
+
"currentBlocknumber": "Current Blocknumber",
|
|
1718
|
+
"remainingBlocks": "Remaining Blocks",
|
|
1719
|
+
"targetDate": "Estimated Target Date",
|
|
1720
|
+
"day": "Day",
|
|
1721
|
+
"hour": "Hour",
|
|
1722
|
+
"min": "Min",
|
|
1723
|
+
"sec": "Sec"
|
|
1724
|
+
},
|
|
1725
|
+
"notice": {
|
|
1726
|
+
"mainnet": [
|
|
1727
|
+
"1. ConfluxScan is currently on the Mainnet Phase III - Hydra, Conflux-Rust version: {{version}}.",
|
|
1728
|
+
"2. Fluent Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Fluent Wallet will be fully adapted to CIP-37",
|
|
1729
|
+
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1730
|
+
],
|
|
1731
|
+
"testnet": [
|
|
1732
|
+
"1. ConfluxScan is currently on the testnet network, Conflux-Rust version: {{version}}, all data shown are from the testnet.",
|
|
1733
|
+
"2. Fluent Wallet will be upgraded to v0.6.0 between 11:00 - 13:00 (GMT+8) on March 9th, 2021. After this upgrade, Fluent Wallet will be fully adapted to CIP-37",
|
|
1734
|
+
"3. The new address format is only a conversion of the old format. Users can still log into their Conflux wallet via private keys or secret phrases. User assets will not be affected."
|
|
1735
|
+
],
|
|
1736
|
+
"link": "https://forum.conflux.fun/t/topic/5387",
|
|
1737
|
+
"testnetLink": "https://forum.conflux.fun/t/topic/5387"
|
|
1738
|
+
},
|
|
1739
|
+
"toolTip": {
|
|
1740
|
+
"block": {
|
|
1741
|
+
"blockHeight": "The number of blocks on the path to Genesis block via parent references. The block height of a newly mined block is obtained by increasing the height of its parent block by 1. In particular, the block height of Genesis block is 0.",
|
|
1742
|
+
"epoch": "Epoch refers to the block height of the first pivot block that (directly or indirectly) references this block. The epoch number of a block represents the time when this block is first observed by pivot blocks. A block in an earlier epoch always precedes blocks in later epoches in the total order of all blocks.",
|
|
1743
|
+
"difficulty": "The amount of effort required to mine a new block. The difficulty may adjust according to time.",
|
|
1744
|
+
"miner": "Miner who successfully generate the block onto the blockchain.",
|
|
1745
|
+
"reward": "The miner of this block is rewarded with a finite amount of CFX, consists of base reward, reward from storage collateral interest and transaction fee.",
|
|
1746
|
+
"security": "The security of block, higher security requires more block confirmations.",
|
|
1747
|
+
"blame": "The number of consecutive ancestor blocks whose state commitments are incorrect and need revision. The state commitments can be realized as digests of transaction execution receipts and account status. An incorrect state commitment may affect the miner's reward, but has nothing to do with the consensus of total order of all blocks.",
|
|
1748
|
+
"blockHash": "The hash of the block header of the current block.",
|
|
1749
|
+
"posBlockHash": "The newest committed PoS block the miner saw.",
|
|
1750
|
+
"parentHash": "The hash of the block from which this block was generated, also known as its parent block.",
|
|
1751
|
+
"nonce": "Block nonce is a value used during mining to demonstrate proof of work for a block.",
|
|
1752
|
+
"gasUsedLimit": "The exact units of gas that was used for the transaction; Maximum amount of gas provided for the transaction.",
|
|
1753
|
+
"timestamp": "The date and time at which a block is mined.",
|
|
1754
|
+
"size": "The block size is actually determined by the block's gas limit.",
|
|
1755
|
+
"transactions": "The amout of transactions which belong to the block.",
|
|
1756
|
+
"referenceBlocks": "The other blocks referred by the current block."
|
|
1757
|
+
},
|
|
1758
|
+
"tx": {
|
|
1759
|
+
"transactionHash": "A TxHash or transaction hash is a unique 66 characters identifier that is generated whenever a transaction is executed.",
|
|
1760
|
+
"executedEpoch": "The epoch when the transaction is actually executed.",
|
|
1761
|
+
"proposedEpoch": "The epoch that the sender wants the transaction to be executed. The transaction cannot be executed in epochs of number more than 100,000 from the proposed epoch number.",
|
|
1762
|
+
"timestamp": "The date and time at which a transaction is mined.",
|
|
1763
|
+
"status": "The status of the transaction.",
|
|
1764
|
+
"security": "The security of block, higher security requires more block confirmations.",
|
|
1765
|
+
"from": "The sending party of the transaction (could be from a contract address).",
|
|
1766
|
+
"to": "The receiving party of the transaction (could be a contract address).",
|
|
1767
|
+
"tokenTransferred": "List of token transferred in the transaction.",
|
|
1768
|
+
"value": "The value being transacted in CFX. ",
|
|
1769
|
+
"gasUsedLimit": "The exact units of gas that was used for the transaction; Maximum amount of gas provided for the transaction.",
|
|
1770
|
+
"gasPrice": "Cost per unit of gas specified for the transaction in GDrip. The higher the gas price the higher chance of getting included in a block.",
|
|
1771
|
+
"gasFee": "The exact fee of gas that was used for the transaction.",
|
|
1772
|
+
"gasLimitTip": "Limit: Maximum amount of gas supplied for the transaction to happen. Normal CFX transfers involve 21,000 units while contracts involve higher value.",
|
|
1773
|
+
"gasUsedTip": " Gas Used: The amount of gas used by the specific transaction alone and its percentage of limit in the transaction. ",
|
|
1774
|
+
"gasChargedip": "Gas Charged: Conflux protocol requires that the gas-charged should be at least 3/4 of the gas limit. Usually, gas-charged equals the gas used. But if the gas used is less than 3/4 of the gas limit, gas-charged equals 3/4 of the gas limit. ",
|
|
1775
|
+
"gasCharged": "Conflux protocol requires that the gas-charged should be at least 3/4 of the gas limit. Usually, gas-charged equals the gas used. But if the gas used is less than 3/4 of the gas limit, gas-charged equals 3/4 of the gas limit.",
|
|
1776
|
+
"nonce": "Sequential running number for an address, beginning with 0 for the first transaction. For example, if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.",
|
|
1777
|
+
"blockHash": "A block hash is a unique 66 characters identifier that is generated whenever a transaction is executed.",
|
|
1778
|
+
"position": "Index position of Transaction in the block.",
|
|
1779
|
+
"storageLimit": "Storage Used ÷ 1024 = Storage Collateralize Fee; Maximum amount of storage(byte) the sender is willing to pay for storage collateral.",
|
|
1780
|
+
"storageCollateralized": "The cost of storage that needs to be paid.",
|
|
1781
|
+
"storageReleased": "The refund of storage collateralize fees.",
|
|
1782
|
+
"chainID": "The ID indicating which blockchain this transaction is meant to send to. Provides protection against replay-attack.",
|
|
1783
|
+
"inputData": "Additional information that is required for the transaction."
|
|
1784
|
+
},
|
|
1785
|
+
"address": {
|
|
1786
|
+
"balance": "The amout of assets which belong to the address.",
|
|
1787
|
+
"token": "The amout of tokens which belong to the address.",
|
|
1788
|
+
"storageCollateral": "The amount of storage used by the current address, the unit is the KB.",
|
|
1789
|
+
"nonce": "Sequential running number for an address, beginning with 0 for the first transaction. For example, if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.",
|
|
1790
|
+
"stakedBegin": "Total CFX staked. Access ",
|
|
1791
|
+
"stakedEnd": " to stake CFX for interest.",
|
|
1792
|
+
"stakingEarned": "Staking CFX Earned (APR 4%) does not contain withdrawn interest. Staked interest will be automatically sent to your wallet address each time it is withdrawn.",
|
|
1793
|
+
"lockedBegin": "Total CFX locked. Access ",
|
|
1794
|
+
"lockedEnd": " to lock CFX for voting rights.",
|
|
1795
|
+
"currentVotingRights": "The voting rights will be awarded according to: number of quarters × number of tokens × 0.25."
|
|
1796
|
+
},
|
|
1797
|
+
"token": {
|
|
1798
|
+
"price": "Token price.",
|
|
1799
|
+
"volume": "The total dollar value of all cryptocurrency transactions over the past 24 hours.",
|
|
1800
|
+
"marketCap": "The market value of a cryptocurrency's total supply. Market Cap = Current Price x Total Supply.",
|
|
1801
|
+
"fullyDilutedMarketCap": "The market cap if the max supply was in circulation. Fully-diluted market cap = price x max supply.",
|
|
1802
|
+
"totalSupply": "Total supply of the token.",
|
|
1803
|
+
"holders": "The amount of addresses which hold the token.",
|
|
1804
|
+
"transfers": "The amount of token transactions which belongs to the address.",
|
|
1805
|
+
"contract": "The contract which deploys the token.",
|
|
1806
|
+
"decimals": "Decimals of the token. "
|
|
1807
|
+
},
|
|
1808
|
+
"contract": {
|
|
1809
|
+
"balance": "The amount of assets which belongs to the address.",
|
|
1810
|
+
"token": "The amount of tokens which belongs to the address.",
|
|
1811
|
+
"storageCollateral": "The amount of storage used by the current address, the unit is the KB.",
|
|
1812
|
+
"nameTag": "Name tags can be attached to an address for identifying addresses of interest.",
|
|
1813
|
+
"tokenTracker": "The token which was deployed by the contract.",
|
|
1814
|
+
"contractCreator": "The address which deploys the contract.",
|
|
1815
|
+
"contractAdmin": "The address which owns the contract administration authority. The admin is able to destroy the contract. (Hydra zero address: cfx:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0sfbnjm2; Core (Testnet) zero address: cfxtest:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6f0vrcsw)",
|
|
1816
|
+
"storageSponsor": "The sponsor address which pays storage collateral for transactions interacts with such a contract. ",
|
|
1817
|
+
"gasFeeSponsor": "The sponsor address which pays gas fee for transactions interacts with such a contract. "
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"connectWallet": {
|
|
1821
|
+
"button": {
|
|
1822
|
+
"connectWallet": "Connect Wallet",
|
|
1823
|
+
"nPending": "{{count}} Pending",
|
|
1824
|
+
"wrongNetwork": "Wrong Network",
|
|
1825
|
+
"switchNetwork": "Switch Network"
|
|
1826
|
+
},
|
|
1827
|
+
"modal": {
|
|
1828
|
+
"title": "Connect to a wallet",
|
|
1829
|
+
"installFluentWallet": "Install Fluent Wallet",
|
|
1830
|
+
"fluentWallet": "Fluent Wallet",
|
|
1831
|
+
"initializing": "Initializing...",
|
|
1832
|
+
"errorConnecting": "Error connecting...",
|
|
1833
|
+
"tryAgain": "Try again",
|
|
1834
|
+
"newToConflux": "New to Conflux?",
|
|
1835
|
+
"learnMore": "Learn more about wallets.",
|
|
1836
|
+
"account": "Account",
|
|
1837
|
+
"connectedWithFluentWallet": "Connected with Fluent Wallet",
|
|
1838
|
+
"copyAddress": "Copy address",
|
|
1839
|
+
"viewOnConfluxScan": "View on ConfluxScan",
|
|
1840
|
+
"networkNotice": "Network Notice",
|
|
1841
|
+
"addressNotice": "Address Notice",
|
|
1842
|
+
"switchToMainnet": "Please switch the network to Conflux Hydra in Fluent Wallet.",
|
|
1843
|
+
"switchToTestnet": "Please switch the network to Conflux Test Network in Fluent Wallet.",
|
|
1844
|
+
"switchToScanNetwork": "Please switch the network to {{networkID}} in Fluent Wallet.",
|
|
1845
|
+
"cannotProcess": "Cannot Process",
|
|
1846
|
+
"upgradeTipAddress": "Please switch Fluent Wallet to correct network."
|
|
1847
|
+
},
|
|
1848
|
+
"history": {
|
|
1849
|
+
"emptyRecordsTip": "Your transactions will appear here...",
|
|
1850
|
+
"recentlyRecordsTip": "Recent transactions",
|
|
1851
|
+
"clearAll": "Clear all",
|
|
1852
|
+
"recentlyTenRecordsTip": "Only the latest 10 transactions will be shown.",
|
|
1853
|
+
"contractCreation": "Contract registration",
|
|
1854
|
+
"contractEdit": "Contract edit",
|
|
1855
|
+
"sponsorApplication": "Sponsor application",
|
|
1856
|
+
"writeContract": "Write contract",
|
|
1857
|
+
"viewYourtransaction": "View your transaction"
|
|
1858
|
+
},
|
|
1859
|
+
"notify": {
|
|
1860
|
+
"link": "View on ConfluxScan",
|
|
1861
|
+
"action": {
|
|
1862
|
+
"100": "Transaction Status",
|
|
1863
|
+
"101": "Contract Registration",
|
|
1864
|
+
"102": "Contract Edit",
|
|
1865
|
+
"103": "Write contract",
|
|
1866
|
+
"104": "read contract",
|
|
1867
|
+
"105": "Sponsor application",
|
|
1868
|
+
"106": "Contract Deployment",
|
|
1869
|
+
"107": "Swap {{wcfxValue}} WCFX for {{cfxValue}} CFX",
|
|
1870
|
+
"108": "Swap {{cfxValue}} CFX for {{wcfxValue}} WCFX ",
|
|
1871
|
+
"109": "Withdraw of interest {{value}} CFX",
|
|
1872
|
+
"110": "Non-reversible exchanged {{value}} FC",
|
|
1873
|
+
"111": "{{value}} FC sign up for subsidy",
|
|
1874
|
+
"112": "Announce Agreement",
|
|
1875
|
+
"113": "Withdraw of principal {{value}} CFX",
|
|
1876
|
+
"114": "Transfer {{type}} NFT (Token ID: {{id}})",
|
|
1877
|
+
"115": "Transfer {{type}} NFT (Token ID: {{id}}, Amount: {{amount}})"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
"tip": "Please connect to Fluent Wallet first!"
|
|
1881
|
+
},
|
|
1882
|
+
"statistics": {
|
|
1883
|
+
"statistics": "Top Statistics",
|
|
1884
|
+
"overview": "Overview",
|
|
1885
|
+
"transactions": "Transactions",
|
|
1886
|
+
"tokens": "Tokens",
|
|
1887
|
+
"miners": "Miners",
|
|
1888
|
+
"network": "Network",
|
|
1889
|
+
"overviewTransactions": "Transactions",
|
|
1890
|
+
"overviewTokens": "Tokens",
|
|
1891
|
+
"overviewMiners": "Miners",
|
|
1892
|
+
"overviewNetwork": "Network",
|
|
1893
|
+
"overviewMore": "View Charts",
|
|
1894
|
+
"topTxnCountSent": "Top Txn Count Sent",
|
|
1895
|
+
"topTxnCountReceived": "Top Txn Count Received",
|
|
1896
|
+
"topCFXSend": "Top CFX Sent",
|
|
1897
|
+
"topCFXReceived": "Top CFX Received",
|
|
1898
|
+
"topTokensBySenders": "Top Tokens by Senders",
|
|
1899
|
+
"topTokensByReceivers": "Top Tokens by Receivers",
|
|
1900
|
+
"topTokensByTxnCount": "Top Tokens by Txn Count",
|
|
1901
|
+
"topTokensByTxnAccountsCount": "Top Tokens by Txn Accounts Count",
|
|
1902
|
+
"topMinersByBlocksMined": "Top Miners by Blocks Mined",
|
|
1903
|
+
"topAccountsByGasUsed": "Top Accounts by Gas Used",
|
|
1904
|
+
"topAccountsByTxnCount": "Top Accounts by Txn Count",
|
|
1905
|
+
"valueInTotal": "Value in total",
|
|
1906
|
+
"txnCountInTotal": "Txn Count in total",
|
|
1907
|
+
"span": {
|
|
1908
|
+
"24h": "24 Hours",
|
|
1909
|
+
"3d": "3 Days",
|
|
1910
|
+
"7d": "7 Days"
|
|
1911
|
+
},
|
|
1912
|
+
"overviewColumns": {
|
|
1913
|
+
"totalCFXSent": "Total CFX Sent",
|
|
1914
|
+
"totalCFXReceived": "Total CFX Received",
|
|
1915
|
+
"totalTxnCount": "Total Txn Count",
|
|
1916
|
+
"totalTxnCountSent": "Total Txn Count Sent",
|
|
1917
|
+
"totalTxnCountReceived": "Total Txn Count Received",
|
|
1918
|
+
"totalTokenSent": "Total Token Sent",
|
|
1919
|
+
"totalTokenReceived": "Total Token Received",
|
|
1920
|
+
"totalTokenTransfersCount": "Total Token Transfers Count",
|
|
1921
|
+
"totalTokenTransfersAccountsCount": "Total Token Transfers Accounts Count",
|
|
1922
|
+
"totalMiners": "Total Miners",
|
|
1923
|
+
"highestNodes": "The all-time highest PoW nodes",
|
|
1924
|
+
"totalBlocksMined": "Total Blocks Mined",
|
|
1925
|
+
"totalGasUsed": "Total Gas Used",
|
|
1926
|
+
"top10": "View Top 10"
|
|
1927
|
+
},
|
|
1928
|
+
"column": {
|
|
1929
|
+
"rank": "Rank",
|
|
1930
|
+
"address": "Address",
|
|
1931
|
+
"txn": "Txn Count",
|
|
1932
|
+
"txnValue": "Value",
|
|
1933
|
+
"txnAccounts": "Txn Accounts",
|
|
1934
|
+
"percentage": "Percentage",
|
|
1935
|
+
"token": "Token",
|
|
1936
|
+
"senders": "Senders",
|
|
1937
|
+
"receivers": "Receivers",
|
|
1938
|
+
"totalBlocksMined": "Total Blocks Mined",
|
|
1939
|
+
"totalRewards": "Total Rewards",
|
|
1940
|
+
"totalTxnFees": "Total Txn Fees",
|
|
1941
|
+
"hashRate": "Est. Hash Rate (GH/s)",
|
|
1942
|
+
"gasUsed": "Gas Used"
|
|
1943
|
+
},
|
|
1944
|
+
"home": {
|
|
1945
|
+
"currentBlockNumber": "Current Block Number",
|
|
1946
|
+
"currentEpoch": "Current Epoch",
|
|
1947
|
+
"account": "Accounts",
|
|
1948
|
+
"transactions": "Transactions",
|
|
1949
|
+
"contract": "Contracts",
|
|
1950
|
+
"minerCount": "PoW Nodes within 24 Hours",
|
|
1951
|
+
"gasUsed": "Gas Used Per Second"
|
|
1952
|
+
},
|
|
1953
|
+
"pos": {
|
|
1954
|
+
"finalizedEpoch": "Finalized Epoch",
|
|
1955
|
+
"currentBlockNumber": "Current Block Number",
|
|
1956
|
+
"totalLocked": "Total Staked",
|
|
1957
|
+
"totalInterest": "Total Reward",
|
|
1958
|
+
"lastInterestDistributionDate": "Interest Distribution Date",
|
|
1959
|
+
"lastInterestDistributionEpoch": "Latest Interest Distribution Block",
|
|
1960
|
+
"totalAccountCount": "Accounts",
|
|
1961
|
+
"votingBlock": "Latest Voted Block",
|
|
1962
|
+
"apy": "APR",
|
|
1963
|
+
"apyTip": "The existing base staking rate is 4%, and the PoS staking reward is added to this with a plus factor. Let x=CFX total circulation / CFX total staking, and the additional coefficient be √x.\nWhen the amount of staking is 1/4 of the circulation, the reward rate is 8%; When the amount of staking is 1/9 of the circulation, the reward rate is 12%; And so on. When the total number of votes cast is relatively low, those who vote will benefit more."
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
"swap": {
|
|
1967
|
+
"swap": "Swap",
|
|
1968
|
+
"from": "From",
|
|
1969
|
+
"to": "To",
|
|
1970
|
+
"balance": "Balance",
|
|
1971
|
+
"availableBalance": "Available Balance",
|
|
1972
|
+
"availableBalanceTip": "CFX conversion to WCFX requires a minimum of 0.1 CFX as a storage or gas fee.",
|
|
1973
|
+
"connectWallet": "Connect Wallet",
|
|
1974
|
+
"enterAmount": "Enter an amount",
|
|
1975
|
+
"insufficientBalance": "Insufficient {{type}} balance",
|
|
1976
|
+
"max": "MAX",
|
|
1977
|
+
"selectAToken": "Select a Token",
|
|
1978
|
+
"cfx": "CFX",
|
|
1979
|
+
"wcfx": "WCFX",
|
|
1980
|
+
"swapNCFXToWCFX": "Swap N CFX for WCFX",
|
|
1981
|
+
"swapNWCFXToCFX": "Swap N WCFX for N CFX"
|
|
1982
|
+
},
|
|
1983
|
+
"report": {
|
|
1984
|
+
"title": "Report",
|
|
1985
|
+
"subtitle": "You can label and upload addresses you do not trust",
|
|
1986
|
+
"address": "Address",
|
|
1987
|
+
"txnHash": "Txn Hash",
|
|
1988
|
+
"selectType": "Please select a report type (multiselect):",
|
|
1989
|
+
"phishHack": "Phish / Hack",
|
|
1990
|
+
"scam": "Scam",
|
|
1991
|
+
"fishy": "Fishy",
|
|
1992
|
+
"highRisk": "High Risk",
|
|
1993
|
+
"spam": "Spam",
|
|
1994
|
+
"others": "Others",
|
|
1995
|
+
"description": "Description",
|
|
1996
|
+
"tip": "At least 30 characters, no more than 200 characters",
|
|
1997
|
+
"nCharacters": "N character(s)",
|
|
1998
|
+
"code": "Code",
|
|
1999
|
+
"submit": "Submit",
|
|
2000
|
+
"error": {
|
|
2001
|
+
"addressRequired": "Please enter the address",
|
|
2002
|
+
"addressInvalid": "Invalid address format",
|
|
2003
|
+
"typeRequired": "Please select at least one type",
|
|
2004
|
+
"descriptionRequired": "Please enter a discription of at least 30 characters",
|
|
2005
|
+
"recaptchaRequired": "Invalid captcha response",
|
|
2006
|
+
"txnHashInvalid": "Invalid txn hash format",
|
|
2007
|
+
"isNotMainnet": "Please enter Conflux Hydra address",
|
|
2008
|
+
"isNotTestnet": "Please enter Conflux Core (Testnet) address"
|
|
2009
|
+
},
|
|
2010
|
+
"status": {
|
|
2011
|
+
"success": "Submit Succeed",
|
|
2012
|
+
"fail": "Submit Failed"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"balanceChecker": {
|
|
2016
|
+
"tokenBalanceChecker": "Token Balance Checker",
|
|
2017
|
+
"balanceChecker": "Balance Checker",
|
|
2018
|
+
"subtitle": "You can lookup the address historical balance on the Conflux network at a specific Epoch No or Date",
|
|
2019
|
+
"tokenQuantity": "Token Quantity",
|
|
2020
|
+
"tokenSupply": "Token Supply",
|
|
2021
|
+
"cfxBalance": "CFX Balance",
|
|
2022
|
+
"address": "Address",
|
|
2023
|
+
"contractAddress": "Contract Address",
|
|
2024
|
+
"epochNoOrDate": "Epoch No or Date",
|
|
2025
|
+
"or": "OR",
|
|
2026
|
+
"chooseDate": "Please select date",
|
|
2027
|
+
"enterEpochNo": "Enter a Epoch No",
|
|
2028
|
+
"invalidEpochNo": "Invalid Epoch No",
|
|
2029
|
+
"error": "Can not be empty",
|
|
2030
|
+
"lookUp": "Search",
|
|
2031
|
+
"reset": "Reset",
|
|
2032
|
+
"tokenQuantityForAccountAddress": "Token Quantity for Account Address",
|
|
2033
|
+
"totalSupplyForContractAddress": "Total Supply for Contract Address",
|
|
2034
|
+
"cfxBalanceForAddress": "CFX Balance for Address",
|
|
2035
|
+
"snapshotDate": "Snapshot Date",
|
|
2036
|
+
"epoch": "Epoch",
|
|
2037
|
+
"epochNo": "Epoch No"
|
|
2038
|
+
},
|
|
2039
|
+
"cns": {
|
|
2040
|
+
"title": "Conflux CNS Search",
|
|
2041
|
+
"subtitle": "The Conflux CNS service is a distributed and extensible name system based on the Conflux regional chain, It can be used to resolve various resource information, such as the address of the Conflux Core.",
|
|
2042
|
+
"inputPlaceholder": "Please search CNS or address",
|
|
2043
|
+
|
|
2044
|
+
"cns": "CNS",
|
|
2045
|
+
"resolvedAddress": "Resolved Address",
|
|
2046
|
+
"expires": "Expiration date",
|
|
2047
|
+
"registrant": "Registrant",
|
|
2048
|
+
"controller": "Controller",
|
|
2049
|
+
"owner": "Owner",
|
|
2050
|
+
"tokenid": "Token ID",
|
|
2051
|
+
|
|
2052
|
+
"address": "Address",
|
|
2053
|
+
"reverseRecord": "Reverse Record",
|
|
2054
|
+
"ownedCoreids": "Owned Core ID Names",
|
|
2055
|
+
"name": "Name",
|
|
2056
|
+
|
|
2057
|
+
"errors": {
|
|
2058
|
+
"cns": "The Core ID name entered is either not registered on CNS or not currently supported by Confluxscan.",
|
|
2059
|
+
"address": "This address does not have a supported Core ID name that resolves to it.",
|
|
2060
|
+
"invalidText": "The entered string content is invalid."
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
"approval": {
|
|
2064
|
+
"title": "Token Approval",
|
|
2065
|
+
"subtitle": "The tool to help you review and revoke your token approvals for any dApp.",
|
|
2066
|
+
"inputPlaceholder": "Search by Address or CNS name",
|
|
2067
|
+
|
|
2068
|
+
"txHash": "Transaction Hash",
|
|
2069
|
+
"token": "Token",
|
|
2070
|
+
"tokenType": "Token Type",
|
|
2071
|
+
"amount": "Authorization amount",
|
|
2072
|
+
"contract": "Licensing contract",
|
|
2073
|
+
"operation": "Operation content",
|
|
2074
|
+
"timestamp": "Timestamp",
|
|
2075
|
+
"revoke": "Revoke authorization",
|
|
2076
|
+
"view": "View all licenses",
|
|
2077
|
+
"unlimited": "Unlimited",
|
|
2078
|
+
"tips": {
|
|
2079
|
+
"support": "Only support the Tokens in the current token list.",
|
|
2080
|
+
"view": "All addresses contained in the authorization record have a token balance of 0.",
|
|
2081
|
+
"success": "Revoke success",
|
|
2082
|
+
"failed": "Revoke failed"
|
|
2083
|
+
},
|
|
2084
|
+
"select": {
|
|
2085
|
+
"all": "All",
|
|
2086
|
+
"ERC20": "CRC20",
|
|
2087
|
+
"ERC721": "CRC721",
|
|
2088
|
+
"ERC1155": "CRC1155"
|
|
2089
|
+
},
|
|
2090
|
+
|
|
2091
|
+
"cns": "CNS",
|
|
2092
|
+
"address": "Address",
|
|
2093
|
+
|
|
2094
|
+
"resolvedAddress": "Resolved Address",
|
|
2095
|
+
"expires": "Expiration date",
|
|
2096
|
+
"registrant": "Registrant",
|
|
2097
|
+
"controller": "Controller",
|
|
2098
|
+
"owner": "Owner",
|
|
2099
|
+
"tokenid": "Token ID",
|
|
2100
|
+
|
|
2101
|
+
"reverseRecord": "Reverse Record",
|
|
2102
|
+
"ownedCoreids": "Owned Core ID Names",
|
|
2103
|
+
"name": "Name",
|
|
2104
|
+
|
|
2105
|
+
"errors": {
|
|
2106
|
+
"invalidAddress": "Invalid address",
|
|
2107
|
+
"cns": "The Core ID name entered is either not registered on CNS or not currently supported by Confluxscan.",
|
|
2108
|
+
"address": "This address does not have a supported Core ID name that resolves to it.",
|
|
2109
|
+
"invalidText": "The entered string content is invalid."
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
"nftChecker": {
|
|
2113
|
+
"title": "NFT Checker",
|
|
2114
|
+
"subtitle": "Check NFT owned by an account by searching for an address (Only support the NFTs in the current token list)",
|
|
2115
|
+
"inputPlaceholder": "Please enter an address",
|
|
2116
|
+
"incorrectFormat": "Invalid address format",
|
|
2117
|
+
"incorrectAddressType": "Invalid address type, only support for account address",
|
|
2118
|
+
"tokenId": "TokenID",
|
|
2119
|
+
"plzSearch": "Plz Search",
|
|
2120
|
+
"plzSearchDesc": "Please enter an address above to load the NFTs it owned",
|
|
2121
|
+
"owner": "Owner",
|
|
2122
|
+
"amount": "NFT Quantity"
|
|
2123
|
+
},
|
|
2124
|
+
"pos": {
|
|
2125
|
+
"common": {
|
|
2126
|
+
"right": "right",
|
|
2127
|
+
"posAddress": "Address",
|
|
2128
|
+
"powAddress": "PoW Address",
|
|
2129
|
+
"powBlockHash": "PoW Block Hash",
|
|
2130
|
+
"posBlockHash": "Block Hash",
|
|
2131
|
+
"txStatus": {
|
|
2132
|
+
"Executed": "Succeed",
|
|
2133
|
+
"Discard": "Discard",
|
|
2134
|
+
"Failed": "Failed"
|
|
2135
|
+
},
|
|
2136
|
+
"txType": {
|
|
2137
|
+
"BlockMetadata": "Block Metadata",
|
|
2138
|
+
"Election": "Election",
|
|
2139
|
+
"Retire": "Retire (reduction of individual voting rights)",
|
|
2140
|
+
"Dispute": "Dispute",
|
|
2141
|
+
"Register": "Register",
|
|
2142
|
+
"Other": "Other",
|
|
2143
|
+
"UpdateVotingPower": "Add Individual Voting Rights",
|
|
2144
|
+
"PivotDecision": "Pivot Decision"
|
|
2145
|
+
},
|
|
2146
|
+
"txPayload": {
|
|
2147
|
+
"vrfPublicKey": "VRF public key",
|
|
2148
|
+
"publicKey": "Public key",
|
|
2149
|
+
"targetTerm": "Committee epoch",
|
|
2150
|
+
"vrfProof": "VRF proof",
|
|
2151
|
+
"address": "PoS address",
|
|
2152
|
+
"votingPower": "Number of votes added",
|
|
2153
|
+
"height": "Block height of decision",
|
|
2154
|
+
"blockHash": "Block hash of decision",
|
|
2155
|
+
"blsPublicKey": "BLS public key",
|
|
2156
|
+
"conflictingVotes": "Disputed voting info",
|
|
2157
|
+
"conflictVoteType": "Dispute type",
|
|
2158
|
+
"proposal": "Proposal",
|
|
2159
|
+
"vote": "Vote",
|
|
2160
|
+
"first": "First vote",
|
|
2161
|
+
"second": "Second vote"
|
|
2162
|
+
},
|
|
2163
|
+
"committeeStatus": {
|
|
2164
|
+
"electionInProgress": "Election in progress",
|
|
2165
|
+
"electionCompleted": "Election completed",
|
|
2166
|
+
"Ongoing": "Ongoing",
|
|
2167
|
+
"termEnd": "Term end"
|
|
2168
|
+
},
|
|
2169
|
+
"votingStatus": {
|
|
2170
|
+
"voted": "Voted",
|
|
2171
|
+
"committed": "Confirmed"
|
|
2172
|
+
}
|
|
2173
|
+
},
|
|
2174
|
+
"accounts": {
|
|
2175
|
+
"title": "Conflux PoS Validators",
|
|
2176
|
+
"description": "Validators",
|
|
2177
|
+
"address": "Address",
|
|
2178
|
+
"totalRecord": "A total of {{total}} Validators founds",
|
|
2179
|
+
"tabTitle": "Validators",
|
|
2180
|
+
"posNodeAddress": "PoS Node Address",
|
|
2181
|
+
"votingPower": "Voting Power",
|
|
2182
|
+
"active": "Active",
|
|
2183
|
+
"committeeMember": "Committee Member",
|
|
2184
|
+
"votingShare": "Committee Vote Share",
|
|
2185
|
+
"nodeAge": "Node Age",
|
|
2186
|
+
"isActive": "Yes",
|
|
2187
|
+
"notActive": "No",
|
|
2188
|
+
"elected": "Elected",
|
|
2189
|
+
"notElected": "Not Elected",
|
|
2190
|
+
"availableVotes": "Available Rights",
|
|
2191
|
+
"currentCommitteeMember": "Current Committee Member",
|
|
2192
|
+
"votesInCommittee": "Rights in Committee",
|
|
2193
|
+
"registerDate": "Register Date",
|
|
2194
|
+
"hover": {
|
|
2195
|
+
"active": "Node status",
|
|
2196
|
+
"committeeMember": "PoS consensus is determined by voting by committee members, and some members are replaced every half hour.",
|
|
2197
|
+
"votingShare": "Share of valid votes held within the committee.",
|
|
2198
|
+
"nodeAge": "Age from node creation to present."
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"account": {
|
|
2202
|
+
"title": "Validator",
|
|
2203
|
+
"description": "Validator",
|
|
2204
|
+
"overview": {
|
|
2205
|
+
"title": "Overview",
|
|
2206
|
+
"posAddress": "Address",
|
|
2207
|
+
"lockingRights": "Total Pending Locking Rights",
|
|
2208
|
+
"lockedRights": "Locked Rights",
|
|
2209
|
+
"unlockingRights": "Total Pending Unlocking Rights",
|
|
2210
|
+
"unlockRights": "Unlocked Rights",
|
|
2211
|
+
"retiredBlocknumber": "Retired Block Number",
|
|
2212
|
+
"availableVotes": "Total Rights",
|
|
2213
|
+
"currentCommitteeMember": "Current Committee Member",
|
|
2214
|
+
"rightsInCommittee": "Rights in Committee",
|
|
2215
|
+
"unlockedVotes": "Unlocked Votes",
|
|
2216
|
+
"totalIncoming": "Total Incoming",
|
|
2217
|
+
"punishment": "Punishment",
|
|
2218
|
+
"timestamp": "Register Date"
|
|
2219
|
+
},
|
|
2220
|
+
"incomingHistory": {
|
|
2221
|
+
"title": "Incoming History",
|
|
2222
|
+
"powBlockHash": "PoW Block Hash",
|
|
2223
|
+
"incoming": "Incoming",
|
|
2224
|
+
"timstamp": "Timstamp"
|
|
2225
|
+
},
|
|
2226
|
+
"votingHistory": {
|
|
2227
|
+
"title": "Voting History",
|
|
2228
|
+
"blcokHeight": "Blcok Height",
|
|
2229
|
+
"blockHash": "Block Hash",
|
|
2230
|
+
"votes": "Votes",
|
|
2231
|
+
"timestamp": "Timestamp"
|
|
2232
|
+
},
|
|
2233
|
+
"votingStatus": {
|
|
2234
|
+
"title": "Pending Rights Status",
|
|
2235
|
+
"rights": "Rights",
|
|
2236
|
+
"status": "Status",
|
|
2237
|
+
"in": "Pending Locking",
|
|
2238
|
+
"out": "Pending Unlocking",
|
|
2239
|
+
"blockNumberDeadline": "Block Number Deadline"
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
"blocks": {
|
|
2243
|
+
"title": "Blocks",
|
|
2244
|
+
"description": "Blocks",
|
|
2245
|
+
"blockHeight": "Block Height",
|
|
2246
|
+
"blockHash": "Block Hash",
|
|
2247
|
+
"txn": "Txn",
|
|
2248
|
+
"poSMinerAddress": "Miner Address",
|
|
2249
|
+
"timestamp": "Timestamp"
|
|
2250
|
+
},
|
|
2251
|
+
"block": {
|
|
2252
|
+
"title": "Block",
|
|
2253
|
+
"description": "Block",
|
|
2254
|
+
"overview": {
|
|
2255
|
+
"title": "Overview",
|
|
2256
|
+
"blockHash": "Block Hash",
|
|
2257
|
+
"blockNumber": "Block Number",
|
|
2258
|
+
"epoch": "Epoch",
|
|
2259
|
+
"minerAddress": "PoS Miner Address",
|
|
2260
|
+
"timestamp": "Timestamp",
|
|
2261
|
+
"status": "Status",
|
|
2262
|
+
"powBlockHash": "PoW Block Hash"
|
|
2263
|
+
},
|
|
2264
|
+
"transactions": {
|
|
2265
|
+
"title": "Transaction"
|
|
2266
|
+
},
|
|
2267
|
+
"votingAddress": {
|
|
2268
|
+
"title": "Voting Address",
|
|
2269
|
+
"votingNumber": "Votes for Committee"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
"transactions": {
|
|
2273
|
+
"title": "Transactions",
|
|
2274
|
+
"description": "Transactions",
|
|
2275
|
+
"poSTxnHash": "Txn Hash",
|
|
2276
|
+
"poSBlockHash": "Block Hash",
|
|
2277
|
+
"status": "Status",
|
|
2278
|
+
"succeed": "Succeed",
|
|
2279
|
+
"failed": "Failed",
|
|
2280
|
+
"discard": "Discard",
|
|
2281
|
+
"type": "Type",
|
|
2282
|
+
"election": "Election",
|
|
2283
|
+
"retire": "Retire",
|
|
2284
|
+
"committeeJoin": "Committee Join",
|
|
2285
|
+
"register": "Register",
|
|
2286
|
+
"pivotDecision": "Pivot Decision",
|
|
2287
|
+
"dispute": "Dispute",
|
|
2288
|
+
"blockMatadata": "Block Matadata",
|
|
2289
|
+
"other": "Other",
|
|
2290
|
+
"timstamp": "Timstamp"
|
|
2291
|
+
},
|
|
2292
|
+
"transaction": {
|
|
2293
|
+
"title": "Transaction",
|
|
2294
|
+
"description": "Transaction",
|
|
2295
|
+
"overview": {
|
|
2296
|
+
"title": "Overview",
|
|
2297
|
+
"hash": "Txn Hash",
|
|
2298
|
+
"status": "Status",
|
|
2299
|
+
"type": "Type",
|
|
2300
|
+
"timestamp": "Timestamp",
|
|
2301
|
+
"number": "Txn Number",
|
|
2302
|
+
"blockHash": "Block Hash",
|
|
2303
|
+
"blockNumber": "Block Number",
|
|
2304
|
+
"payload": "Playload"
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"committees": {
|
|
2308
|
+
"title": "Committee",
|
|
2309
|
+
"description": "Committee",
|
|
2310
|
+
"committeeEpoch": "Committee Epoch",
|
|
2311
|
+
"status": "Status",
|
|
2312
|
+
"numberOfMembers": "Number of Members",
|
|
2313
|
+
"totalVotes": "Total Votes"
|
|
2314
|
+
},
|
|
2315
|
+
"committee": {
|
|
2316
|
+
"title": "Committee",
|
|
2317
|
+
"description": "Committee",
|
|
2318
|
+
"overview": {
|
|
2319
|
+
"title": "Overview",
|
|
2320
|
+
"committeeEpoch": "Committee Epoch",
|
|
2321
|
+
"status": "Status",
|
|
2322
|
+
"totalVotes": "Total Votes",
|
|
2323
|
+
"consensusVotes": "Consensus Votes"
|
|
2324
|
+
},
|
|
2325
|
+
"votesDistribution": {
|
|
2326
|
+
"title": "Votes Distribution",
|
|
2327
|
+
"votes": "Votes for Committee"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
"incomingRank": {
|
|
2331
|
+
"title": "Incoming Rank",
|
|
2332
|
+
"description": "Incoming Rank",
|
|
2333
|
+
"subTitle": "Top 100 PoS address by total incoming",
|
|
2334
|
+
"totalIncoming": "Total Incoming",
|
|
2335
|
+
"top100": "Top 100",
|
|
2336
|
+
"last30days": "More",
|
|
2337
|
+
"rewardRank": {
|
|
2338
|
+
"id": "Account ID",
|
|
2339
|
+
"day": "{{number}} Day",
|
|
2340
|
+
"day_plural": "{{number}} Days",
|
|
2341
|
+
"all": "Overall Income"
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
},
|
|
2345
|
+
"gaspriceDropdown": {
|
|
2346
|
+
"blockHeight": "Epoch",
|
|
2347
|
+
"low": "Low",
|
|
2348
|
+
"median": "Median",
|
|
2349
|
+
"high": "High",
|
|
2350
|
+
"market": "Gas Price Market",
|
|
2351
|
+
"latest60Blocks": "Latest 60 epochs"
|
|
2352
|
+
}
|
|
2353
|
+
}
|