From b971faa8fc5d1e148ac6b66650c52eec509b2d89 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 09 Oct 2023 10:33:44 +0800
Subject: [PATCH] 英文修改为中文

---
 src/components/livestream-others.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/livestream-others.vue b/src/components/livestream-others.vue
index d8b240e..771fb42 100644
--- a/src/components/livestream-others.vue
+++ b/src/components/livestream-others.vue
@@ -335,7 +335,7 @@
 
 const onUpdateQuality = () => {
   if (!liveState.value) {
-    message.info('Please turn on the livestream first.')
+    message.info('请先打开直播')
     return
   }
   setLivestreamQuality({
@@ -400,7 +400,7 @@
 }
 const onSwitch = () => {
   if (lensSelected.value === undefined || lensSelected.value === nonSwitchable) {
-    message.info('The ' + nonSwitchable + ' lens cannot be switched, please select the lens to be switched.', 8)
+    message.info('当前 ' + nonSwitchable + ' 镜头无法切换,请选择要切换的镜头', 8)
     return
   }
   changeLivestreamLens({

--
Gitblit v1.9.3