Browse Source

feat:update

gemercheung 1 năm trước cách đây
mục cha
commit
80bbc4f7a9

+ 1 - 1
src/components/chatRoom/dialog/password.vue

@@ -4,7 +4,7 @@
       <div class="blurBox"></div>
 
       <div class="content">
-        <div class="dialog_title">请输入房间密码</div>
+        <div class="dialog_title">{{ t('base.inputRoomPassword')}}</div>
         <div class="pass_container">
           <input v-model.trim="password" class="pass-input" type="password" maxlength="4" />
           <span class="limitNum"> {{ `${password.length} / 4` }}</span>

+ 2 - 1
src/locales/lang/webslate/en.json

@@ -59,6 +59,7 @@
         "nickNameRequired": "Please enter your nickname!",
         "connecting": "Connecting...",
         "hoster": "Host",
-        "cancel": "Cancel"
+        "cancel": "Cancel",
+        "inputRoomPassword": "Please enter the room code"
     }
 }

+ 2 - 1
src/locales/lang/webslate/zh.json

@@ -59,6 +59,7 @@
         "connecting": "连接中...",
         "baseError1": "该场景正在计算中,请稍后再试",
         "baseError2": "房间异常,请联系主持人",
-        "roomTimeOut": "带看房间有效总时长为60分钟,到期后将自动关闭。如有需要,您可重新发起。请及时关注上方的剩余时长,谢谢!"
+        "roomTimeOut": "带看房间有效总时长为60分钟,到期后将自动关闭。如有需要,您可重新发起。请及时关注上方的剩余时长,谢谢!",
+        "inputRoomPassword": "请输入房间密码"
     }
 }