diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index 2d39458..2ef516c 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -258,7 +258,8 @@
@@ -346,6 +347,9 @@ export default { }; }, computed: { + isLogin() { + return Boolean(localStorage.token); + }, ...mapState({ appConfig: "appConfig", }), diff --git a/src/i18n/de.json b/src/i18n/de.json index e7157d1..1b3bbb4 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -1137,6 +1137,7 @@ "hh30": "Zum Herunterladen scannen", "hh31": "Beginnen Sie jetzt Ihre Krypto-Reise!", "hh32": "Es dauert nur 10 Sekunden, sich zu registrieren und mit dem Handel zu beginnen", - "hh33": "Kostenlose Registrierung" + "hh33": "Kostenlose Registrierung", + "hh34": "Jetzt registrieren" } } diff --git a/src/i18n/en.json b/src/i18n/en.json index 00d0ca8..2363bc9 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1258,6 +1258,7 @@ "hh30": "Scan to download", "hh31": "Start your crypto journey now!", "hh32": "It only takes 10 seconds to register and start trading", - "hh33": "Free registration" + "hh33": "Free registration", + "hh34": "Register now" } } diff --git a/src/i18n/fra.json b/src/i18n/fra.json index 99ad3b7..962b40a 100644 --- a/src/i18n/fra.json +++ b/src/i18n/fra.json @@ -1137,6 +1137,7 @@ "hh30": "Scanner pour télécharger", "hh31": "Commencez votre voyage crypto maintenant !", "hh32": "Cela ne prend que 10 secondes pour s'inscrire et commencer à trader", - "hh33": "Inscription gratuite" + "hh33": "Inscription gratuite", + "hh34": "Inscrivez-vous maintenant" } } diff --git a/src/i18n/it.json b/src/i18n/it.json index 8b76905..36d1853 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -1137,6 +1137,7 @@ "hh30": "Scansiona per scaricare", "hh31": "Inizia il tuo viaggio nel mondo delle criptovalute adesso!", "hh32": "Ci vogliono solo 10 secondi per registrarsi e iniziare a fare trading", - "hh33": "Registrazione gratuita" + "hh33": "Registrazione gratuita", + "hh34": "Registrati ora" } } diff --git a/src/i18n/jp.json b/src/i18n/jp.json index da8d68e..a47c8f6 100644 --- a/src/i18n/jp.json +++ b/src/i18n/jp.json @@ -1136,6 +1136,7 @@ "hh30": "スキャンしてダウンロード", "hh31": "今すぐ暗号通貨の旅を始めましょう!", "hh32": "登録して取引を開始するには 10 秒しかかかりません", - "hh33": "無料登録" + "hh33": "無料登録", + "hh34": "今すぐ登録してください" } } diff --git a/src/i18n/kor.json b/src/i18n/kor.json index 4752659..7474f0f 100644 --- a/src/i18n/kor.json +++ b/src/i18n/kor.json @@ -1140,6 +1140,7 @@ "hh30": "스캔하여 다운로드", "hh31": "지금 암호화폐 여행을 시작하세요!", "hh32": "등록하고 거래를 시작하는 데 10초 밖에 걸리지 않습니다.", - "hh33": "무료 등록" + "hh33": "무료 등록", + "hh34": "지금 등록하세요" } } \ No newline at end of file diff --git a/src/i18n/pt.json b/src/i18n/pt.json index e73bff8..a5151a3 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -1137,6 +1137,7 @@ "hh30": "Digitalizar para baixar", "hh31": "Comece sua jornada criptográfica agora!", "hh32": "Leva apenas 10 segundos para se registrar e começar a negociar", - "hh33": "Registro gratuito" + "hh33": "Registro gratuito", + "hh34": "Registre-se agora" } } diff --git a/src/i18n/spa.json b/src/i18n/spa.json index 1722606..bc068ef 100644 --- a/src/i18n/spa.json +++ b/src/i18n/spa.json @@ -1130,6 +1130,7 @@ "hh30": "Escanear para descargar", "hh31": "¡Comience su viaje criptográfico ahora!", "hh32": "Solo toma 10 segundos registrarse y comenzar a operar", - "hh33": "Registro gratuito" + "hh33": "Registro gratuito", + "hh34": "Regístrese ahora" } } diff --git a/src/i18n/tr.json b/src/i18n/tr.json index 344b921..5d12d6b 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -1139,6 +1139,7 @@ "hh30": "İndirmek için tarayın", "hh31": "Kripto yolculuğunuza hemen başlayın!", "hh32": "Kayıt olmak ve işlem yapmaya başlamak yalnızca 10 saniye sürer", - "hh33": "Ücretsiz kayıt" + "hh33": "Ücretsiz kayıt", + "hh34": "Şimdi kaydolun" } } diff --git a/src/i18n/tw.json b/src/i18n/tw.json index 0f1d70d..366d1f9 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -1187,6 +1187,7 @@ "hh30": "掃描下載", "hh31": "立即開始您的加密之旅!", "hh32": "只需10秒,即可註冊開啟交易", - "hh33": "免費註冊" + "hh33": "免費註冊", + "hh34": "立即註冊" } }