diff --git a/assets/img/home/Contact.png b/assets/img/home/Contact.png new file mode 100644 index 0000000..6f5c008 Binary files /dev/null and b/assets/img/home/Contact.png differ diff --git a/assets/img/home/top-up.png b/assets/img/home/top-up.png new file mode 100644 index 0000000..b12d876 Binary files /dev/null and b/assets/img/home/top-up.png differ diff --git a/assets/img/home/withdraw.png b/assets/img/home/withdraw.png new file mode 100644 index 0000000..46c5276 Binary files /dev/null and b/assets/img/home/withdraw.png differ diff --git a/assets/img/icon/language1.png b/assets/img/icon/language1.png new file mode 100644 index 0000000..4680b6c Binary files /dev/null and b/assets/img/icon/language1.png differ diff --git a/assets/img/icon/language2.png b/assets/img/icon/language2.png new file mode 100644 index 0000000..e38843d Binary files /dev/null and b/assets/img/icon/language2.png differ diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 423e18c..88ba746 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -160,7 +160,10 @@ "e5": "Contract conversion", "e6": "Miner Level", "e7": "Miner", - "wallet": "Wallet" + "wallet": "Wallet", + "e8": "Deposit", + "e9": "Withdraw", + "e10": "Contact Us" }, "accountSettings": { "a0": "Account Settings", @@ -281,7 +284,7 @@ "exchange": { "a0": "Spot Trading", "a1": "Subscription", - "a2": "Derivatives", + "a2": "Futures", "a3": "Transaction", "a4": "Open Orders", "a5": "History", @@ -561,7 +564,7 @@ "a1": "Enter your email", "a2": "Password", "a3": "Enter your password", - "a4": "Log In ", + "a4": "Login", "a5": "Forgot Password", "a6": "No account", "a7": "Register Now", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index eade690..509ed89 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -160,7 +160,10 @@ "e5": "合約折合", "e6": "礦工等級", "e7": "礦工", - "wallet": "錢包" + "wallet": "錢包", + "e8": "充值", + "e9": "提現", + "e10": "聯繫我們" }, "accountSettings": { "a0": "賬號設置", diff --git a/layout/vLang.vue b/layout/vLang.vue index 204a5c5..dcf06da 100644 --- a/layout/vLang.vue +++ b/layout/vLang.vue @@ -1,6 +1,8 @@