From 5b5f654e736088280cbccf0855436944244248bb Mon Sep 17 00:00:00 2001 From: lelegezi Date: Sat, 22 Jan 2022 09:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=9A1=E3=80=81=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=202=E3=80=81=E6=95=B4=E4=B8=AA=E4=B8=80=E5=8F=A5?= =?UTF-8?q?=E7=9A=84=E9=A6=96=E5=AD=97=E6=AF=8D=E5=A4=A7=E5=86=99=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=E6=AF=8F=E4=B8=AA=E5=8D=95=E8=AF=8D=E7=9A=84?= =?UTF-8?q?=E9=A6=96=E5=AD=97=E6=AF=8D=E5=A4=A7=E5=86=99=203=E3=80=81?= =?UTF-8?q?=E4=B8=8D=E5=9C=A8=E4=B8=80=E6=9D=A1=E6=B0=B4=E5=B9=B3=E7=BA=BF?= =?UTF-8?q?=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/src/utils/locale/en.js | 24 ++++++++++++------------ webapp/src/views/login.vue | 14 +++++++------- webapp/src/views/register.vue | 18 +++++++++--------- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/webapp/src/utils/locale/en.js b/webapp/src/utils/locale/en.js index 659d491..23753aa 100644 --- a/webapp/src/utils/locale/en.js +++ b/webapp/src/utils/locale/en.js @@ -10,35 +10,35 @@ const lang = { head: 'vLoong AI platform', headed: 'Battery AI+ algorithm development platform', - userType: 'UserType', - universityusers: 'universityusers', - enterpriseusers: 'enterpriseusers', - i18nusername: 'Username', - placei18nusername: 'Please enter username', - i18nname: 'Real Name', + userType: 'User type', + universityusers: 'university users', + enterpriseusers: 'enterprise users', + i18nusername: 'User name', + placei18nusername: 'Please enter user name', + i18nname: 'Real name', placei18nname: 'Please enter your real name', - i18nphone: 'Mobile Phone', + i18nphone: 'Mobile phone', placei18nphone: 'Please enter your mobile phone number', i18nnick: 'Nickname', placei18nnick: 'Please enter a nickname', i18nsex: 'Gender', i18nsex1: 'men', i18nsex2: 'women', - i18nschool: 'School/Compant Name', + i18nschool: 'School/Company name', placei18nschool: 'Please enter school/company name', - i18nemail: 'Campus/Enterprise Email', + i18nemail: 'Campus/Enterprise email', placei18nemail: 'Please enter campus/enterprise email', - i18nverification: 'Email Verification Code', + i18nverification: 'Email verification code', placei18nverification: 'Please enter the verification code', i18npassword: 'Password', placei18npassword: 'Please enter your password', - i18nagainpassword: 'Confirm Password', + i18nagainpassword: 'Confirm password', placei18nagainpassword: 'Please enter your password again', i18nregistered: 'REGISTER', i18nExistingaccount: 'Already have an account?', i18nTologin: 'Login', i18nsendverification: 'send code', - labelWidth: '43%', + labelWidth: '47%', //登录页面 logini18nVerification:'Verification code', logini18nrememberme:'Remember me', diff --git a/webapp/src/views/login.vue b/webapp/src/views/login.vue index 551d6df..295cc77 100644 --- a/webapp/src/views/login.vue +++ b/webapp/src/views/login.vue @@ -70,12 +70,12 @@ the License. * ============================================================= */
- {{ + {{ $t("logini18nrememberme") }} {{ $t("logini18nForgotpassword") }} @@ -88,7 +88,7 @@ the License. * ============================================================= */ {{ $t("logini18nRegister") }} @@ -112,7 +112,7 @@ the License. * ============================================================= */ :underline="false" @click="handleShowDialog('agreement')" >{{ $t("logini18nTermsofUse") }} + > {{ $t("logini18nprivacy") }} - - - + + +