diff --git a/src/App.vue b/src/App.vue
index bdb2790..546547f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,7 +2,7 @@
- 实时监控
+ Real-time Monitoring
@@ -24,7 +24,7 @@
- {{ drawerOpen ? '▼ 收起' : '▲ 摄像头列表' }}
+ {{ drawerOpen ? '▼ Collapse' : '▲ Camera List' }}
@@ -38,9 +38,9 @@
>
{{ source.desc }}
- 播放中
+ Playing
- 暂无摄像头
+ No cameras available
diff --git a/src/components/VideoBox.vue b/src/components/VideoBox.vue
index b49f63a..7f1cbd1 100644
--- a/src/components/VideoBox.vue
+++ b/src/components/VideoBox.vue
@@ -5,7 +5,7 @@
📵
- 离线
+ Offline
@@ -14,7 +14,7 @@
{{ source.desc }}
- 算法: {{ currentAlgName }}
+ Algorithm: {{ currentAlgName }}
▾