mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-28 02:51:56 +08:00
更新国际化支持:将壁纸项中的“Bing每日图片”替换为“媒体服务器”,提升用户体验
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -1043,7 +1043,7 @@ export default {
|
||||
wallpaperItems: {
|
||||
tmdb: 'TMDB电影海报',
|
||||
bing: 'Bing每日壁纸',
|
||||
bingDaily: 'Bing每日图片',
|
||||
mediaserver: '媒体服务器',
|
||||
none: '无壁纸',
|
||||
},
|
||||
mb: 'MB',
|
||||
|
||||
@@ -1045,7 +1045,7 @@ export default {
|
||||
wallpaperItems: {
|
||||
tmdb: 'TMDB電影海報',
|
||||
bing: 'Bing每日壁紙',
|
||||
bingDaily: 'Bing每日圖片',
|
||||
mediaserver: '媒體服務器',
|
||||
none: '無壁紙',
|
||||
},
|
||||
mb: 'MB',
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user