You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"(Number of holders last period - numebr of holders this period)/number of holders last period*100%",
79
+
"(Number of holders last period - number of holders this period)/number of holders last period*100%",
80
80
data_token_mark_8:
81
-
"(Number of Txn accounts last period - numebr of Txn accounts this period)/number of Txn accounts last period*100%",
81
+
"(Number of Txn accounts last period - number of Txn accounts this period)/number of Txn accounts last period*100%",
82
82
data_token_mark_9:
83
83
"(Txn count this period - Txn count last period) / Txn count last period*100%",
84
84
data_token_mark_10:
@@ -90,7 +90,7 @@ export const lang20Q1 = {
90
90
data_TRX_transfer_count: "TRX Transfer Count",
91
91
data_TRX_frozen_total: "Total TRX Frozen",
92
92
data_votes_total: "Total Votes",
93
-
data_TRON_tokens_total: "Toal TRON Tokens",
93
+
data_TRON_tokens_total: "Total TRON Tokens",
94
94
data_TRC10_tokens_total: "TRC10 Tokens",
95
95
data_TRC20_tokens_total: "TRC20 Tokens",
96
96
data_TRONSCAN_tokens_entered: "Tokens Entered on TRONSCAN",
@@ -144,7 +144,7 @@ export const lang20Q1 = {
144
144
proposal_cancel_tip: "Are you sure to withdraw the vote? ",
145
145
proposal_apply_super: "This feature is only available to SRs.",
146
146
proposal_apply_super_btn: "Apply to be an SR",
147
-
proposal_apply_super_desc: "All TRX-holders can apply to be SR candidates. The 27 most voted candidates will become SRs, and the top 28 - 127 candidates will become super partenrs. SRs are responsible for packing transactions and generating blocks. They are also entitled to block rewards and voting rewards. Super partners do not pack transaction or generate blocks and are only eligible for voting rewards. All SR candidates, super partners and SRs can raise proposals to modify parameters on the TRON network.",
147
+
proposal_apply_super_desc: "All TRX-holders can apply to be SR candidates. The 27 most voted candidates will become SRs, and the top 28 - 127 candidates will become super partners. SRs are responsible for packing transactions and generating blocks. They are also entitled to block rewards and voting rewards. Super partners do not pack transaction or generate blocks and are only eligible for voting rewards. All SR candidates, super partners and SRs can raise proposals to modify parameters on the TRON network.",
proposal_apply_super_input_website: "Please enter your URL",
@@ -208,7 +208,7 @@ export const lang20Q1 = {
208
208
full_node_version_confirmed:'CONFIRMED',
209
209
full_node_version_unconfirmed:'UNCONFIRMED',
210
210
// full_node_version_confirmed_tips:'Transactions confirmed by 19 or more blocks will be marked "CONFIRMED",otherwise is“UNCONFIRMED” or "ROLLED BACK"',
211
-
full_node_version_confirmed_tips:'Transactions confirmed by 19 or more SRs will be marked "confirmed",or is“uncomfirmed”',
211
+
full_node_version_confirmed_tips:'Transactions confirmed by 19 or more SRs will be marked "confirmed",otherwise "unconfirmed"',
212
212
213
213
214
214
// 2020-02-19
@@ -334,7 +334,7 @@ export const lang20Q1 = {
334
334
account_tags_delete_is: "Are you sure to remove the tag?",
335
335
account_tags_delete_succss: "The tag has been removed.",
336
336
account_address_name_tag:'(Verified tag)',
337
-
account_tags_address_placehold:'请输入正确的地址',
337
+
account_tags_address_placehold:'Please enter a correct address',
338
338
account_tags_tag_placehold:'Please enter a tag (no more than 20 characters).',
339
339
account_tags_note_placehold:'Optional, no more than 100 characters.',
340
340
account_tags_tag_valid:'Only Chinese, English or Arabic numbers can be entered',
0 commit comments