gemercheung 1 rok pred
rodič
commit
9f3e8f8627

+ 29 - 25
src/locales/lang/webslate/en.json

@@ -82,8 +82,8 @@
                     "December"
                 ],
                 "shortWeekDays": [
-                    "Mon",
-                    "Tue",
+                    "Mon.",
+                    "Tue.",
                     "Wed.",
                     "Thur.",
                     "Fri.",
@@ -322,57 +322,57 @@
         "error8005": "The current room cannot be authorized for you!"
     },
     "code": {
-        "del": "场景被删",
+        "del": "Scene deleted",
         "run": "Calculating",
         "err": "Failed",
         "success": "Success",
         "archive": "Archive",
-        "rerun": "重新计算中"
+        "rerun": "Recalculations in progress"
     },
     "room": {
-        "createRoom": "Create a room",
+        "createRoom": "Create rooms",
         "editRoom": "Edit room",
-        "myRoom": "My studios",
-        "searchRoom": "search room",
+        "myRoom": "My rooms",
+        "searchRoom": "Search room",
         "personalCenter": "personal Center",
         "logout": "log out",
         "startLivestreaming": "livestreaming",
-        "roomInfo": "Studio Information",
+        "roomInfo": "Room Information",
         "form": {
-            "title": "title",
+            "title": "Title",
             "titleRequired": "Title is Required",
             "titleplaceHolder": "Please enter up to 15 words for the title",
             "desc": "Description",
             "descplaceHolder": "Please enter up to 200 words for the description",
             "host": "Hoster Infomation",
             "nickname": "Nickname",
-            "phoneNumber": "Phone Number",
+            "phoneNumber": "E-mail",
             "nicknameRequired": "Nickname is required",
             "nicknameDesc": "Please enter up to 15 words for the host nickname",
             "selectScene": "select scenes",
             "addScene": "Add scenes",
             "inputSearch": "input the keyword",
-            "scene": "scene",
-            "name": "name",
+            "scene": "Scene",
+            "name": "Name",
             "time": "time",
             "addLeastScene": "Add a minimum of one scene",
             "advanceConfig": "Advance Configuration"
         },
-        "roomOnfired": "The studio is livestreaming; please stop the livestream before making any changes!",
+        "roomOnfired": "The room is livestreaming; please stop the livestream before making any changes!",
         "copyLink": "Copy link",
         "linkCopySuccess": "Link copied successfully!",
         "deletedScenes": "Deleted scenes",
         "deletedScenesWaring": "Cannot recover from deletion, confirm to delete?",
-        "projectLink": "Project Link",
+        "projectLink": "Room Link",
         "nickNameRegrexError": "The nickname is limited to 1 to 15 characters in Chinese, English, digits, or underscores.",
         "startMiniAppLivestreaming": "livestreaming",
         "shareFriends": "Share with friends",
         "scanMiniApp": "Scan the code to access LI-Stream via Wechat",
         "openScanMiniApp": "Open the Wechat",
         "enterWechat": "Scan the code to start LI-Stream via Wechat",
-        "dashboard": "Data Kanban",
+        "dashboard": "Dashboard",
         "myEndRoom": "Ended Studios",
-        "endRoomTitle": "'Ended Studios",
+        "endRoomTitle": "Check room",
         "usingTimeRequire": "Please input the time of Using",
         "setPassword": "Set Password",
         "authorize": "Authorize",
@@ -382,34 +382,38 @@
         "setRoomNumber": "Set the number of guests in the studio",
         "roomTitle": "Room Title",
         "passwordError": "Please set a full 4-digit password!",
-        "authUserError": "授权失败,此账号不存在!",
+        "authUserError": "Authorization failed, this account does not exist!",
         "authTipTitle": "Authorization Guidelines",
-        "authTipContent": "Please provide your complete cell phone account details after selecting [Add User] for authorization. After authorization, the associated mobile phone account connects to the [Li-Stream] mini-program and is allowed to initiate a Livestream using the studio.",
+        "authTipContent": "Please provide your complete E-Mail account details after selecting [Add User] for authorization. After authorization, the associated mobile phone account connects to the [Li-Stream] mini-program and is allowed to initiate a Livestream using the studio.",
         "usingTime": "Time of Use",
         "usingTime1": "Duratation",
         "usingTime2": "Created Time",
-        "deletedRoom": "Deleted Studios",
+        "deletedRoom": "Deleted rooms",
         "oneMPicLimit": "Please upload jpg/png images within 1M.",
-        "avatar": "Avatar"
+        "avatar": "Avatar",
+        "nodata": "You don't have a room yet, please create a room first",
+        "roomStatus0": "Not Started",
+        "roomStatus1": "Live",
+        "roomStatus2": "Finshed"
     },
     "statistic": {
         "allStatus": "Overall Overview",
         "roomData": "Room Data",
         "roomMssage": "Room Mssage",
         "top5": "Ranking of the Number of Livestreaming (Top 5)",
-        "mTop5": "Ranking of the Number of Comments (Top 5)",
+        "mTop5": "Ranking of the Number of Messages (Top 5)",
         "visits": "Total Number of Visits",
         "clicks": "Total Number of Clicks",
         "shares": "Total Number of Shares",
-        "relatedScenes": "Related Scenes",
+        "relatedScenes": "Scenes",
         "duration": "Duration/ Minute",
         "createTime": "Created Time",
         "status": "Status",
-        "watch": "Watch",
+        "watch": "View",
         "share": "Share",
         "pageCount": "%N% data in total",
         "firstEnter": "Entry Time",
-        "departure": "Last time Departure",
+        "departure": "Left Time",
         "amount": "Amount",
         "message": "Message",
         "aofubt": "Amount of Online Users by Time",
@@ -417,6 +421,6 @@
         "userViews": "User Views",
         "userShare": "User Share",
         "msgMans": "Messagers",
-        "msgNumber": "Messages Total"
+        "msgNumber": "Total Messages"
     }
 }

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

@@ -127,7 +127,10 @@
         "nodata": "您还没有房间,请先创建房间~",
         "deletedRoom": "删除房间",
         "oneMPicLimit": "请上传1M以内的jpg/png图片",
-        "avatar": "头像"
+        "avatar": "头像",
+        "roomStatus0": "未开始",
+        "roomStatus1": "带看中",
+        "roomStatus2": "已结束"
     },
     "statistic": {
         "allStatus": "整体概况",

+ 3 - 3
src/views/statistic/tab/tab2.vue

@@ -60,9 +60,9 @@
               {{ text[0] }}
             </template> -->
             <template v-if="column.dataIndex === 'roomStatus'">
-              <span v-if="text == 0">未开始</span>
-              <span v-if="text == 1">带看中</span>
-              <span v-if="text == 2">已结束</span>
+              <span v-if="text == 0">{{t('room.roomStatus0')}}</span>
+              <span v-if="text == 1">{{t('room.roomStatus1')}}</span>
+              <span v-if="text == 2">{{t('room.roomStatus2')}}</span>
             </template>
           </template>
         </a-table>