更新国际化支持:将壁纸项中的“Bing每日图片”替换为“媒体服务器”,提升用户体验

This commit is contained in:
jxxghp
2025-04-29 15:26:26 +08:00
parent 4ff9be458c
commit d04aea6067
4 changed files with 6 additions and 11 deletions

View File

@@ -1052,7 +1052,7 @@ export default {
wallpaperItems: {
tmdb: 'TMDB Movie Posters',
bing: 'Bing Daily Wallpaper',
bingDaily: 'Bing Daily Image',
mediaserver: 'Media Server',
none: 'No Wallpaper',
},
mb: 'MB',

View File

@@ -1043,7 +1043,7 @@ export default {
wallpaperItems: {
tmdb: 'TMDB电影海报',
bing: 'Bing每日壁纸',
bingDaily: 'Bing每日图片',
mediaserver: '媒体服务器',
none: '无壁纸',
},
mb: 'MB',

View File

@@ -1045,7 +1045,7 @@ export default {
wallpaperItems: {
tmdb: 'TMDB電影海報',
bing: 'Bing每日壁紙',
bingDaily: 'Bing每日圖片',
mediaserver: '媒體服務器',
none: '無壁紙',
},
mb: 'MB',

View File

@@ -250,8 +250,8 @@ async function copyValue(value: string) {
const wallpaperItems = [
{ title: t('setting.system.wallpaperItems.tmdb'), value: 'tmdb' },
{ title: t('setting.system.wallpaperItems.bing'), value: 'bing' },
{ title: t('setting.system.wallpaperItems.bingDaily'), value: 'bing-daily' },
{ title: t('setting.system.wallpaperItems.none'), value: 'none' },
{ title: t('setting.system.wallpaperItems.mediaserver'), value: 'mediaserver' },
{ title: t('setting.system.wallpaperItems.none'), value: '' },
]
// 预设部分Github加速站
@@ -412,12 +412,7 @@ onDeactivated(() => {
:label="t('setting.system.wallpaper')"
:hint="t('setting.system.wallpaperHint')"
persistent-hint
:items="[
{ title: t('setting.system.wallpaperItems.tmdb'), value: 'tmdb' },
{ title: t('setting.system.wallpaperItems.bing'), value: 'bing' },
{ title: t('setting.system.wallpaperItems.bingDaily'), value: 'bing-daily' },
{ title: t('setting.system.wallpaperItems.none'), value: 'none' },
]"
:items="wallpaperItems"
/>
</VCol>
<VCol cols="12" md="6">