diff --git a/src/components/NavTop.vue b/src/components/NavTop.vue index 050fd57..e2dd5cc 100644 --- a/src/components/NavTop.vue +++ b/src/components/NavTop.vue @@ -159,7 +159,7 @@ } .name{ margin-left: 6px; - font-size: 11px; + font-size: 13px; color: #111; font-weight: bold; } diff --git a/src/i18n/en.ts b/src/i18n/en.ts index cb4d791..b222b94 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -33,7 +33,7 @@ export default { chengweilaoshi: "Become a Beelink teacher", shoujidenglu: "Mobile phone number login", mimadenglu: "Account password login", - shoujihao: "cell-phone number", + shoujihao: "Mobile Number", yanzhengma: "Verification Code", dianjihuoquyzm: "Click to get the verification code", lijidenglu: "Log in now", @@ -56,11 +56,11 @@ export default { shezhimima: "Set password", shurumimatwo: "Please enter your password again", shuruxingming: "Please enter your name", - youxiang: "mailbox", + youxiang: "Email", shuruyouxiang: "Please enter your email", - muyu: "mother tongue", + muyu: "My Language", shurumuyu: "Please enter your native language", - jiaoshou: "teach", + jiaoshou: "Teaching", xuanzejiaoshou: "Please choose your professor",//翻译很奇怪 lijizhuce: "Register now", wanchengzhuce: "You have completed the registration", @@ -84,14 +84,14 @@ export default { xiugai: "modify", shuruxinnicheng: "Please enter a new nickname", jibenxinxi: "Basic information", - laiziguojia: "From a country or region", + laiziguojia: "Country or region", juzhudi: "Place of residence", shurujuzhudi: "Enter residence", - wohaihuishuo: "I would also say", + wohaihuishuo: "Speak", shuliandu: "Proficiency", jixutianjia: "Continue adding", xindemuyu: "Please enter your new mother tongue", - duanshipin: "Short video introduction", + duanshipin: "Self-introduction by videon", shipinyaoqiu: "Video requirements:", shipinyaoqiu1: "The time required for uploading video is within 30s", shipinyaoqiu2: "Support file size 100m", @@ -117,28 +117,28 @@ export default { xiugaimima: "Change Password", baocun: "Save information", gerenjieshao: "Please enter your profile", - shangchuanshipin: "Upload video", - shipinbiaoti: "Video title", + shangchuanshipin: "Submit", + shipinbiaoti: "Title", shurushipinbiaoti: "Please enter your video title", - shipinfengmian: "Video cover", + shipinfengmian: "Cover", xuanzeshipin: "Choose video", shipinjianjie: "Video introduction", shurushipinjianjie: "Please enter your video profile", - zhiboxinxi: "Live broadcast information", - zhibobiaoti: "Live title", + zhiboxinxi: "Online class information", + zhibobiaoti: "Title", shuruzhibobiaoti: "Please enter your live title", - zhibofengmian: "Live cover", - shipinjieshao: "Video introduction", - kaishishijian: "start time", + zhibofengmian: "Cover", + shipinjieshao: "Video", + kaishishijian: "Start time", shezhikaishishijian: "Please set your start time", - zhiboshichang: "Live broadcast duration", + zhiboshichang: "7.Duration", shuruzhiboshijian: "Please input live time", fenzhong: "minute", - zhiborenshu: "Number of live broadcast", + zhiborenshu: "Number of attendees", shuruzhiborenshu: "Please input the number of live broadcast", - zhibojianjie: "Introduction to live broadcast", + zhibojianjie: "Text introduction", shuruzhibojianjie: "Please enter your live broadcast profile", - fabuzhibo: "Release live broadcast", + fabuzhibo: "Live Class", wuzhibozige: "You are not eligible for live broadcast", yijianfankui: "Feedback", fen: "score", @@ -245,8 +245,8 @@ export default { shurufankui: "Please enter your feedback", tijiaofankui: "Submit feedback", tuichu: "Account exit", - wodedangan: "My files", - liebiaotongji: "List statistics", + wodedangan: "My Profile", + liebiaotongji: "Statistics", guanyu: "About Beelink", xuanzehuifuxuesheng: "Please select the student to reply first", shoujihaoweikong: "Mobile phone number cannot be empty", @@ -314,7 +314,7 @@ export default { zhuanmazhong: "Transcoding in", leixingcuowu:"File type error", zuida:"maximum", - zhibotishi1:"Congratulations on your qualification for beelink live streaming course.", + zhibotishi1:"You have the online class privilege on Beelink.", shipindianjiliang: "Video clicks", paiming: "rank", wo: "my", diff --git a/src/i18n/init.ts b/src/i18n/init.ts index 6405f05..7ebcff1 100644 --- a/src/i18n/init.ts +++ b/src/i18n/init.ts @@ -15,7 +15,7 @@ getset().then((res: any)=>{ zh.zuiditixian = "最低提现金额" + res.symbol + res.minwithdraw en.zuiditixian = "Minimum withdrawal amount " + res.symbol + res.minwithdraw zh.zhibotishi = `直播资格按照每周浏览量排名,前${res.views}名基本直播资格。` - en.zhibotishi = `The top ${res.views} basic live streaming qualifications are ranked according to the number of views per week` + en.zhibotishi = `Weekly Top ${res.views} uploaded video visits have this privilege.` const i18n = geti18n(); const loc = i18n.locale.value; i18n.locale.value = '';