修改了语言

This commit is contained in:
luyuan 2020-11-23 16:43:01 +08:00
parent 845a492d69
commit ce37786363
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
3 changed files with 17 additions and 17 deletions

View File

@ -4,7 +4,7 @@
<img src="@/static/images/play.png" alt="" class="play"> <img src="@/static/images/play.png" alt="" class="play">
<div class="title"> <div class="title">
<div class="one-line-hide">{{title}}</div> <div class="one-line-hide">{{title}}</div>
<span class="lv">{{score}} {{lan.$t('fen')}}</span> <span class="lv">{{score}}</span>
</div> </div>
<div class="info"> <div class="info">
<div class="datetime"> <div class="datetime">

View File

@ -11,7 +11,7 @@
</div> </div>
</div> </div>
<div class="num">{{(score+'').split('.')[1]?score:score+'.0'}} {{lan.$t('fen')}}</div> <div class="num">{{(score+'').split('.')[1]?score:score+'.0'}}</div>
</div> </div>
<div class="all" @click="findall(replyid)" > <div class="all" @click="findall(replyid)" >
<span>{{lan.$t('suoyouhuifu')}}</span> <span>{{lan.$t('suoyouhuifu')}}</span>

View File

@ -1,29 +1,29 @@
export default { export default {
zhiboguanli: "Live broadcast management", zhiboguanli: "Live",
shipinguanli: "Video management", shipinguanli: "Vide",
dingyuezheguanli: "Subscriber management", dingyuezheguanli: "Followers",
gerenzhongxin: "Personal Center", gerenzhongxin: "Profile",
rili: "calendar", rili: "calendar",
quanbuzhibo: "All live", quanbuzhibo: "All",
weikaishi: "Not started", weikaishi: "Planning",
yijieshu: "Finished", yijieshu: "Completed",
zhibosousuo: "Please enter the live title you want to search", zhibosousuo: "Please enter the live title you want to search",
haiweikaishi: "Not yet", haiweikaishi: "Not yet",
jinruzhibo: "Enter live", jinruzhibo: "Enter live",
chakanhuifang: "View playback", chakanhuifang: "Replay",
quanbushipin: "All videos", quanbushipin: "All",
shenhezhong: "Under review", shenhezhong: "Reviewing",
weitongguo: "Failed", weitongguo: "Failed",
yifabu: "Published", yifabu: "Published",
shipinsousuo: "Please enter the live title you want to search", shipinsousuo: "Please enter the live title you want to search",
wodedingyuezhe: "My subscribers", wodedingyuezhe: "My subscribers",
xingming: "name", xingming: "name",
suozaiguojia: "Country of residence", suozaiguojia: "Country",
nianling: "Age", nianling: "Age",
xueshengmuyu: "Students' mother tongue", xueshengmuyu: "Speak",
xingqudian: "Points of interest", xingqudian: "Learn",
yuyandengji: "Language level", yuyandengji: "Language level",
canyupingtaishichang: "Total duration of live broadcast on the platform", canyupingtaishichang: "Attended course",
sousuoxuesheng: "Please enter the name of the student you want to search", sousuoxuesheng: "Please enter the name of the student you want to search",
huanying: "Hello, welcome", huanying: "Hello, welcome",
beelink: "Beelink", beelink: "Beelink",
@ -173,7 +173,7 @@ export default {
querenjujue: "Confirm rejection", querenjujue: "Confirm rejection",
zhiboyemian: "Live page", zhiboyemian: "Live page",
querenguanbi: "Are you sure you want to close the live broadcast", querenguanbi: "Are you sure you want to close the live broadcast",
dingyuezhe: "My subscribers", dingyuezhe: "My Followers",
sousuodingyue: "Please enter the name of the student you want to search", sousuodingyue: "Please enter the name of the student you want to search",
wodeqianbao: "My wallet", wodeqianbao: "My wallet",
lijitixian: "Immediate withdrawal", lijitixian: "Immediate withdrawal",