mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-26 10:49:47 +08:00
新增季NFO相关翻译及设置选项
This commit is contained in:
@@ -1121,6 +1121,7 @@ export default {
|
||||
season: 'Season',
|
||||
episode: 'Episode',
|
||||
movieNfo: 'NFO',
|
||||
seasonNfo: 'NFO',
|
||||
moviePoster: 'Poster',
|
||||
movieBackdrop: 'Backdrop',
|
||||
movieLogo: 'Logo',
|
||||
|
||||
@@ -1118,6 +1118,7 @@ export default {
|
||||
movieBanner: '横幅图',
|
||||
movieThumb: '缩略图',
|
||||
tvNfo: 'NFO',
|
||||
seasonNfo: 'NFO',
|
||||
tvPoster: '海报',
|
||||
tvBackdrop: '背景图',
|
||||
tvBanner: '横幅图',
|
||||
|
||||
@@ -1120,6 +1120,7 @@ export default {
|
||||
movieBanner: '橫幅圖',
|
||||
movieThumb: '縮略圖',
|
||||
tvNfo: 'NFO',
|
||||
seasonNfo: 'NFO',
|
||||
tvPoster: '海報',
|
||||
tvBackdrop: '背景圖',
|
||||
tvBanner: '橫幅圖',
|
||||
|
||||
@@ -85,6 +85,7 @@ const ScrapingSwitchs = ref<any>({
|
||||
tv_banner: true, // 电视剧横幅图
|
||||
tv_logo: true, // 电视剧Logo
|
||||
tv_thumb: true, // 电视剧缩略图
|
||||
season_nfo: true, // 季NFO
|
||||
season_poster: true, // 季海报
|
||||
season_banner: true, // 季横幅图
|
||||
season_thumb: true, // 季缩略图
|
||||
@@ -973,6 +974,13 @@ onDeactivated(() => {
|
||||
<VCol cols="12" class="pb-2">
|
||||
<VListSubheader class="text-lg">{{ t('setting.system.season') }}</VListSubheader>
|
||||
</VCol>
|
||||
<VCol cols="6" md="3">
|
||||
<VCheckbox
|
||||
v-model="ScrapingSwitchs.season_nfo"
|
||||
:label="t('setting.system.seasonNfo')"
|
||||
density="compact"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="6" md="3">
|
||||
<VCheckbox
|
||||
v-model="ScrapingSwitchs.season_poster"
|
||||
|
||||
Reference in New Issue
Block a user