mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
修改翻译内容
This commit is contained in:
@@ -65,7 +65,7 @@ settings:
|
||||
right: 右侧
|
||||
bottom: 底部
|
||||
auto_hide_dock: 自动隐藏 Dock 栏
|
||||
dock_item_visibility_list: 调整 Dock 栏项目顺序
|
||||
dock_content_adjustment: Dock 内容调整
|
||||
theme: 主题
|
||||
theme_opt:
|
||||
light: 亮色
|
||||
|
||||
@@ -65,7 +65,7 @@ settings:
|
||||
right: 右側
|
||||
bottom: 底部
|
||||
auto_hide_dock: 自動隱藏 Dock
|
||||
dock_item_visibility_list: 調整 Dock 欄項目順序
|
||||
dock_content_adjustment: Dock 內容調整
|
||||
theme: 主題
|
||||
theme_opt:
|
||||
light: 淺色
|
||||
|
||||
@@ -73,7 +73,7 @@ settings:
|
||||
right: Right
|
||||
bottom: Bottom
|
||||
auto_hide_dock: Automatically hide the dock
|
||||
dock_item_visibility_list: Dock item visibility adjustment
|
||||
dock_content_adjustment: Dock content adjustment
|
||||
|
||||
# Appearance settings
|
||||
theme: Theme
|
||||
|
||||
@@ -65,7 +65,7 @@ settings:
|
||||
right: 右邊
|
||||
bottom: 下低
|
||||
auto_hide_dock: 自動收埋 Dock
|
||||
dock_item_visibility_list: 調整 Dock 欄項目順序
|
||||
dock_content_adjustment: Dock 內容調整
|
||||
theme: 色系
|
||||
theme_opt:
|
||||
light: 淺色
|
||||
|
||||
@@ -110,7 +110,7 @@ watch(() => settings.value.language, (newValue) => {
|
||||
<SettingsItem :title="$t('settings.auto_hide_dock')">
|
||||
<Radio v-model="settings.autoHideDock" />
|
||||
</SettingsItem>
|
||||
<SettingsItem :title="$t('settings.dock_item_visibility_list')" next-line>
|
||||
<SettingsItem :title="$t('settings.dock_content_adjustment')" next-line>
|
||||
<draggable
|
||||
v-model="dockItemVisibilityList"
|
||||
item-key="page"
|
||||
|
||||
Reference in New Issue
Block a user