diff --git a/src/i18n/de.json b/src/i18n/de.json index b154216..ec70324 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -272,7 +272,8 @@ "sign-in":"Melden Sie sich", "find-password":"Finde das Passwort", "submit":"Senden", - "confirmpassword":"Die beiden Passwörter sind inkonsistent" + "confirmpassword":"Die beiden Passwörter sind inkonsistent", + "Remembered": "Haben Sie Ihr Passwort vergessen?" }, "application": { "form":"Antragsformular für die Projektwährung", diff --git a/src/i18n/en.json b/src/i18n/en.json index d159713..5359aa6 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -364,7 +364,8 @@ "sign-in": "Account Login", "find-password": "Reset login password", "submit": "Submit", - "confirmpassword": "The two passwords are inconsistent" + "confirmpassword": "The two passwords are inconsistent", + "Remembered": "Remembered your password?" }, "application": { "form": "project’s application form of listing currency", diff --git a/src/i18n/fra.json b/src/i18n/fra.json index a23fe08..b19b905 100644 --- a/src/i18n/fra.json +++ b/src/i18n/fra.json @@ -272,7 +272,8 @@ "sign-in":"Connexion", "find-password":"Récupérer le mot de passe", "submit":"Présentation", - "confirmpassword":"Les mots de passe sont incohérents deux fois" + "confirmpassword":"Les mots de passe sont incohérents deux fois", + "Remembered": "Vous vous souvenez de votre mot de passe ?" }, "application": { "form":"Formulaire de demande de monnaie pour le projet", diff --git a/src/i18n/it.json b/src/i18n/it.json index b0e2ce2..0a708a8 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -272,7 +272,8 @@ "sign-in":"Firma in", "find-password":"Trova la password", "submit":"Invia", - "confirmpassword":"Le due password sono incoerenti" + "confirmpassword":"Le due password sono incoerenti", + "Remembered": "Hai ricordato la password?" }, "application": { "form":"Modulo di richiesta valuta del progetto", diff --git a/src/i18n/jp.json b/src/i18n/jp.json index dd8ddb2..379a1c8 100644 --- a/src/i18n/jp.json +++ b/src/i18n/jp.json @@ -272,7 +272,8 @@ "enter-account":"アカウントを入力してください", "sign-in":"ログイン", "find-password":"パスワードを取得", - "confirmpassword":"二回のパスワードが一致しません。" + "confirmpassword":"二回のパスワードが一致しません。", + "Remembered": "パスワードを覚えていますか?" }, "application": { "email":"メールボックス", diff --git a/src/i18n/kor.json b/src/i18n/kor.json index 4a953c8..2cc60b2 100644 --- a/src/i18n/kor.json +++ b/src/i18n/kor.json @@ -272,7 +272,8 @@ "enter-account":"계 정 을 입력 하 세 요", "sign-in":"등록 하 다.", "find-password":"비밀번호 찾기", - "confirmpassword":"두 번 의 비밀번호 가 일치 하지 않 습 니 다." + "confirmpassword":"두 번 의 비밀번호 가 일치 하지 않 습 니 다.", + "Remembered": "비밀번호를 기억하시나요?" }, "application": { "email":"메 일주 소", diff --git a/src/i18n/pt.json b/src/i18n/pt.json index 46a8e74..6b2524a 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -272,7 +272,8 @@ "sign-in":"autenticação", "find-password":"Recupera o código.", "submit":"apresentação", - "confirmpassword":"Duas vezes as senhas não coincidem" + "confirmpassword":"Duas vezes as senhas não coincidem", + "Remembered": "Lembrou-se da sua senha?" }, "application": { "form":"Formulário de candidatura ao financiamento do projecto", diff --git a/src/i18n/spa.json b/src/i18n/spa.json index e59e2e2..ce18021 100644 --- a/src/i18n/spa.json +++ b/src/i18n/spa.json @@ -272,7 +272,8 @@ "sign-in":"Iniciar sesión", "find-password":"Recuperar contraseña", "submit":"Submission", - "confirmpassword":"Dos contraseñas inconsistentes" + "confirmpassword":"Dos contraseñas inconsistentes", + "Remembered": "¿Recordaste tu contraseña?" }, "application": { "form":"Formulario de solicitud de moneda del proyecto", diff --git a/src/i18n/tr.json b/src/i18n/tr.json index 0518eb4..07c12c8 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -272,7 +272,8 @@ "sign-in":"oturum aç", "find-password":"Parola Al", "submit":"Sunmak", - "confirmpassword":"İki şifre tutarsız" + "confirmpassword":"İki şifre tutarsız", + "Remembered": "Şifrenizi hatırladınız mı?" }, "application":{ "form":"Proje listeleme başvuru formu", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index 54b85bc..e1d9a34 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -301,8 +301,12 @@ "password": "密碼", "login": "登入", "country": "區號", + "enter-account": "請輸入賬號", "sign-in": "登錄", - "confirmpassword": "兩次密碼不一致" + "find-password": "找回密碼", + "submit": "提交", + "confirmpassword": "兩次密碼不一致", + "Remembered": "還記得你的密碼?" }, "application": { "form": "項目上幣申請表", diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index 31368e6..6e58366 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -108,6 +108,7 @@ @input="sliderChange" :format-tooltip="tooltip" :marks="marks" + :step="25" >