diff --git a/locales/en.json b/locales/en.json index d7f01d0..8268a1a 100644 --- a/locales/en.json +++ b/locales/en.json @@ -8,6 +8,7 @@ "buttonDetails": "renew", "nodata": "No data available", "loading": "Data Loading...", + "copy": "Copy", "setIndex":{ "title": "setting", "text1": "PIN code setting", @@ -93,24 +94,109 @@ "text6": "Computing power" }, "putforward":{ + "title": "Put forward", "text1":"Please select an address", "text2":"Please enter the withdrawal amount", "text3":"The minimum withdrawal amount is {par} USDT", "text4":"The withdrawal amount plus network fees cannot exceed the balance", "text5":"Please input PIN code", - "text6":"Please enter a 6-digit PIN code" + "text6":"Please enter a 6-digit PIN code", + "text7": "Address", + "text8": "Enter address", + "text9": "Withdrawal amount", + "text10": "At least {par} U", + "text11": "Available balance", + "text12": "Enter PIN code", + "text13": "Network costs", + "text14": "Expected arrival" }, "transfer": { "title": "Transfer", "text1":"Please enter the transfer account", "text2":"Please enter the transfer amount", - "text3":"", + "text3":"PIN code", "text4":"The transfer amount cannot exceed the account balance", "text5":"Please input PIN code", - "text6":"Please enter a 6-digit PIN code" + "text6":"Please enter a 6-digit PIN code", + "text7": "Other email", + "text8": "Enter email address", + "text9": "Transfer amount", + "text10": "At least 1U", + "text11": "Available balance", + "text12": "Expected arrival" + }, + "SelectNetwork":{ + "title": "Select a network", + "text1": "Please make sure that the recharge network you choose is the same as the network you choose when withdrawing coins, otherwise it may cause loss of assets!", + "text2": "Minimum recharge", + "text3": "inimum Put Forward", + "text4": "Expected to arrive in about 10 minutes" }, "recharge":{ - "title":"Recharge" + "title":"Recharge", + "text1": "Network", + "text2": "Rcharge amount", + "text3": "Single latest recharge amount", + "text4": "Receiving Address", + "text5": "Warm tips", + "text6": "Minimum recharge 1 USDT;", + "text7": "Recharge confirmation: 10 times of network confirmation;", + "text8": "Please do not recharge assets other than USDT to the above address, otherwise it may lead to the loss of assets.", + "text9": "Please ensure the security of your mobile device to prevent information from being tampered with or leaked.", + "text10": "Please enter the recharge amount", + "text11": "The minimum recharge amount is " + }, + "wallet":{ + "title": "My wallet", + "text1": "My USDT", + "text2": "Accumulated earnings", + "text3": "Cash withdrawn", + "text4": "Wallet fund records", + "text5": "View details" + }, + "fundrecords":{ + "title": "Wallet fund records", + "text1": "All", + "text2": "Earnings" + }, + "results":{ + "title": "Results", + "text1": "Network", + "text2": "Expected arrival", + "text3": "Address title", + "text4": "Service charge", + "text5": "Time", + "text6": "Reference number", + "text7": "Under review", + "text8": "Under review, please be patient", + "text9": "Done", + "text10": "Extraction succeeded", + "text11": "Return", + "text12": "Reason:", + "text13": "Failure" + }, + "promotion": { + "text1": "Invite", + "text2": "My community", + "text3": "Total team Size", + "text4": "Direct referral headcount", + "text5": "KPI Results-Region", + "text6": "KPI Results-Cell", + "text7": "Direct referral list", + "text8": "View all", + "text9": "Join date", + "text10": "KPI results", + "text11": "Total Team Size" + }, + "invite": { + "text1": "Save", + "text2": "Share", + "text3": "Long press to save", + "text4": "Poster download in progress" + }, + "promotionList": { + "title": "Direct referral list", + "text1": "Direct referral headcount" }, "address":{ "title": "Address book", @@ -120,6 +206,15 @@ } }, "power":{ - "title":"Computing power" + "title": "Computing power", + "text1": "My Power Value Balance", + "text2": "Total Agent", + "text3": "Not finished", + "text4": "Expired", + "text5": "Power record", + "text6": "Warm tips", + "text7": "balance", + "text8": "Unsettled USDT will be automatically taken out upon continued participation.", + "text9": "I got it" } } \ No newline at end of file diff --git a/pages/power/index.vue b/pages/power/index.vue index 1a11332..3d43961 100644 --- a/pages/power/index.vue +++ b/pages/power/index.vue @@ -2,26 +2,26 @@ - My Power Value Balance + {{$t('power.text1')}} {{power.score.toFixed(4) }} - Total Agent + {{$t('power.text2')}} {{power.total.toFixed(4)}} - Not finished + {{$t('power.text3')}} {{power.notfinished.toFixed(4)}} - Expired + {{$t('power.text4')}} {{power.expired.toFixed(4)}} - Power record - Warm tips + {{$t('power.text5')}} + {{$t('power.text6')}} @@ -29,23 +29,23 @@ {{item.type}}{{item.created_at.slice(0, 19)}} {{item.amount}} - balance:{{item.after}} + {{$t('power.text7')}}:{{item.after}} - No data available + {{$t('nodata')}} - Warm tips + {{$t('power.text6')}} - Unsettled USDT will be automatically taken out upon continued participation. + {{$t('power.text8')}} - I got it + {{$t('power.text9')}} diff --git a/pages/promotion/index.vue b/pages/promotion/index.vue index 31624a2..2f3f44a 100644 --- a/pages/promotion/index.vue +++ b/pages/promotion/index.vue @@ -1,40 +1,40 @@