fix: compact plugin market settings dialog

This commit is contained in:
jxxghp
2026-05-26 17:16:19 +08:00
parent 95ca092117
commit 8580af36d1
4 changed files with 75 additions and 136 deletions
-5
View File
@@ -2485,7 +2485,6 @@ export default {
},
pluginMarketSetting: {
title: 'Plugin Market Settings',
description: 'Maintain plugin market repositories as an ordered list or by pasting bulk text.',
repoUrl: 'Plugin Repository URL',
repoPlaceholder: 'Format: https://github.com/jxxghp/MoviePilot-Plugins/,https://github.com/xxxx/xxxxxx/',
repoHint: 'Separate multiple URLs with new lines or commas',
@@ -2493,13 +2492,9 @@ export default {
textPlaceholder: 'https://github.com/jxxghp/MoviePilot-Plugins/\nhttps://github.com/xxxx/xxxxxx/',
listMode: 'List',
textMode: 'Text',
listHint: 'Add, edit, delete, or drag repositories to adjust their order.',
textHint: 'Paste repository URLs one per line or separated by commas.',
addRepo: 'Add repository',
noRepos: 'No plugin repository URLs',
repoCount: '{count} repositories',
duplicateCount: '{count} duplicates',
invalidCount: '{count} invalid',
invalidUrl: 'Please enter a valid URL',
duplicateUrl: 'This URL already exists',
invalidText: 'There are {count} invalid URLs in the text. Fix them before saving.',
-5
View File
@@ -2440,7 +2440,6 @@ export default {
},
pluginMarketSetting: {
title: '插件市场设置',
description: '维护插件市场仓库来源,可按列表逐条调整,也可直接粘贴批量文本。',
repoUrl: '插件仓库地址',
repoPlaceholder: '格式:https://github.com/jxxghp/MoviePilot-Plugins/,https://github.com/xxxx/xxxxxx/',
repoHint: '多个地址可使用换行或英文逗号分隔',
@@ -2448,13 +2447,9 @@ export default {
textPlaceholder: 'https://github.com/jxxghp/MoviePilot-Plugins/\nhttps://github.com/xxxx/xxxxxx/',
listMode: '列表维护',
textMode: '文本维护',
listHint: '逐条添加、编辑、删除或拖拽调整仓库顺序。',
textHint: '直接粘贴仓库地址串,一行一个或使用英文逗号分隔。',
addRepo: '添加仓库',
noRepos: '暂无插件仓库地址',
repoCount: '{count} 个仓库',
duplicateCount: '{count} 个重复',
invalidCount: '{count} 个无效',
invalidUrl: '请输入有效的URL地址',
duplicateUrl: '该地址已存在',
invalidText: '文本中有 {count} 个无效地址,请修正后保存。',
-5
View File
@@ -2441,7 +2441,6 @@ export default {
},
pluginMarketSetting: {
title: '插件市場設置',
description: '維護插件市場倉庫來源,可按列表逐條調整,也可直接貼上批量文字。',
repoUrl: '插件倉庫地址',
repoPlaceholder: '格式:https://github.com/jxxghp/MoviePilot-Plugins/,https://github.com/xxxx/xxxxxx/',
repoHint: '多個地址可使用換行或英文逗號分隔',
@@ -2449,13 +2448,9 @@ export default {
textPlaceholder: 'https://github.com/jxxghp/MoviePilot-Plugins/\nhttps://github.com/xxxx/xxxxxx/',
listMode: '列表維護',
textMode: '文字維護',
listHint: '逐條新增、編輯、刪除或拖曳調整倉庫順序。',
textHint: '直接貼上倉庫地址串,一行一個或使用英文逗號分隔。',
addRepo: '新增倉庫',
noRepos: '暫無插件倉庫地址',
repoCount: '{count} 個倉庫',
duplicateCount: '{count} 個重複',
invalidCount: '{count} 個無效',
invalidUrl: '請輸入有效的URL地址',
duplicateUrl: '該地址已存在',
invalidText: '文字中有 {count} 個無效地址,請修正後儲存。',