diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue index f0e2ce3579..8fb8e9271f 100644 --- a/frontend/src/components/canvas/components/Toolbar.vue +++ b/frontend/src/components/canvas/components/Toolbar.vue @@ -11,6 +11,9 @@
+ + + diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 41ca099a94..72ccaf8ee1 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1427,7 +1427,9 @@ export default { video_add_tips: 'Please Add Video Info...', panel_view_result_show: 'View Result Show', panel_view_result_tips: 'Chose "Panel" Will Overwrite View`s Result,Range 1~10000', - timeout_refresh: 'Timeout,Will Refresh...' + timeout_refresh: 'Timeout,Will Refresh...', + mobile_layout: 'Mobile Layout', + component_hidden: 'Component Hidden' }, plugin: { local_install: 'Local installation', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 53ee617b71..a7b55f367a 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1430,7 +1430,9 @@ export default { video_add_tips: '請點擊添加配置視頻信息...', panel_view_result_show: '視圖結果展示', panel_view_result_tips: '選擇儀表板會覆蓋視圖的結果展示數量,取值範圍1~10000', - timeout_refresh: '请求超时,稍后刷新...' + timeout_refresh: '请求超时,稍后刷新...', + mobile_layout: '移动端布局', + component_hidden: '隐藏的组件' }, plugin: { local_install: '本地安裝', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 29199428e0..140013faff 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1438,7 +1438,9 @@ export default { video_add_tips: '请点击添加配置视频信息...', panel_view_result_show: '视图结果展示', panel_view_result_tips: '选择仪表板会覆盖视图的结果展示数量,取值范围1~10000', - timeout_refresh: '请求超时,稍后刷新...' + timeout_refresh: '请求超时,稍后刷新...', + mobile_layout: '移动端布局', + component_hidden: '隐藏的组件' }, plugin: { local_install: '本地安装', diff --git a/frontend/src/views/panel/edit/ComponentWait.vue b/frontend/src/views/panel/edit/ComponentWait.vue index f588ba90ed..c7e8ccfd96 100644 --- a/frontend/src/views/panel/edit/ComponentWait.vue +++ b/frontend/src/views/panel/edit/ComponentWait.vue @@ -1,7 +1,7 @@