i18n: lazy load preview video

This commit is contained in:
MengNianxiaoyao
2024-01-11 12:11:36 +08:00
parent e9ebeabc48
commit c6d5d12009
5 changed files with 5 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ settings:
enable_horizontal_scrolling: 启用横向滚动
enable_horizontal_scrolling_desc: 启用后,鼠标滚动时将直接滚动横向滚动列表
enable_video_ctrl_bar_on_video_card: 在视频卡片上显示视频控制栏
hover_video_card_delayed: 将鼠标悬停在视频卡片上时延迟视频预览
auto_hide_topbar: 自动隐藏顶栏
dock_position: Dock 栏位置
dock_position_desc: 在屏幕中摆放位置

View File

@@ -64,6 +64,7 @@ settings:
enable_horizontal_scrolling: 啟用橫向捲動
enable_horizontal_scrolling_desc: 啟用後,滑鼠捲動時將直接捲動橫向捲軸列表
enable_video_ctrl_bar_on_video_card: 在影片卡片上顯示影片控制欄
hover_video_card_delayed: 将滑鼠懸停在影片卡片上時延遲影片預覽
auto_hide_topbar: 自動隱藏頂欄
dock_position: Dock 位置
dock_position_desc: 螢幕上的位置

View File

@@ -64,6 +64,7 @@ settings:
enable_horizontal_scrolling: Enable horizontal scrolling
enable_horizontal_scrolling_desc: After enabling, mouse scrolling will directly scroll the horizontal scroll list
enable_video_ctrl_bar_on_video_card: Display the video control bar on the video card
hover_video_card_delayed: Delayed video preview on hover over the video card
auto_hide_topbar: Automatically hide the top bar
dock_position: Dock position
dock_position_desc: Position on screen

View File

@@ -64,6 +64,7 @@ settings:
enable_horizontal_scrolling: 使用橫向捲動
enable_horizontal_scrolling_desc: 用咗之後,轆緊滑鼠就可以直接打橫掃水平捲軸列表
enable_video_ctrl_bar_on_video_card: 喺影片卡片上顯示影片控制欄
hover_video_card_delayed: Delayed video preview on hover over the video card
auto_hide_topbar: 自動收埋頂欄
dock_position: Dock 放位
dock_position_desc: 放喺螢幕邊度

View File

@@ -90,7 +90,7 @@ function resetDockContent() {
<SettingsItem :title="$t('settings.enable_video_ctrl_bar_on_video_card')">
<Radio v-model="settings.enableVideoCtrlBarOnVideoCard" />
</SettingsItem>
<SettingsItem title="Delayed video preview on hover over the video card">
<SettingsItem :title="$t('settings.hover_video_card_delayed')">
<Radio v-model="settings.hoverVideoCardDelayed" />
</SettingsItem>
</SettingsItemGroup>