更新配置向导

This commit is contained in:
jxxghp
2025-09-10 08:51:05 +08:00
parent 7c8e94d1df
commit 6aec0ddf88
7 changed files with 383 additions and 94 deletions

View File

@@ -2892,31 +2892,21 @@ export default {
completed: 'Setup Wizard completed!',
failed: 'Setup Wizard failed, please try again',
complete: 'Complete Configuration',
step1: {
title: 'Basic',
description: 'Set access domain, background wallpaper and recognition data source',
},
step2: {
title: 'Storage Directory',
description: 'Configure download directory and media library directory',
},
step3: {
title: 'Downloader',
description: 'Configure downloader (optional)',
},
step4: {
title: 'Media Server',
description: 'Configure media server (optional)',
},
step5: {
title: 'Notification',
description: 'Configure notification channels (optional)',
},
step6: {
title: 'Resource Preferences',
description: 'Set resource download preferences',
},
testing: 'Testing',
connectivityTestSuccess: 'Connectivity test passed',
connectivityTestFailed: 'Connectivity test failed',
testingStorage: 'Testing storage',
checkingStorage: 'Checking storage connectivity',
testingDownloader: 'Testing downloader',
checkingDownloader: 'Checking downloader connectivity',
testingMediaServer: 'Testing media server',
checkingMediaServer: 'Checking media server connectivity',
testingNotification: 'Testing notification',
checkingNotification: 'Checking notification connectivity',
testFailedHint: 'Please check if the configuration is correct, you can retest after modification',
basic: {
title: 'Basic Settings',
description: 'Set access domain, username/password and network configuration',
appDomain: 'App Domain',
appDomainHint: 'Used to add quick jump links when sending notifications',
wallpaper: 'Background Wallpaper',
@@ -2927,6 +2917,8 @@ export default {
apiTokenHint: 'System automatically generated API access token',
},
storage: {
title: 'Storage Configuration',
description: 'Configure download directory and media library directory',
info: 'Storage Configuration',
infoDesc: 'Configure local storage directories for download and media library management',
downloadPath: 'Download Directory',
@@ -2935,6 +2927,8 @@ export default {
libraryPathHint: 'Set the storage path for media files',
},
downloader: {
title: 'Downloader Configuration',
description: 'Configure downloader (optional)',
info: 'Downloader Configuration',
infoDesc: 'Configure downloader for automatic resource download (optional)',
type: 'Downloader Type',
@@ -2949,6 +2943,8 @@ export default {
downloadPath: 'Download Path',
},
mediaServer: {
title: 'Media Server',
description: 'Configure media server (optional)',
info: 'Media Server Configuration',
infoDesc: 'Configure media server for media library management (optional)',
type: 'Media Server Type',
@@ -2963,6 +2959,8 @@ export default {
token: 'Access Token',
},
notification: {
title: 'Notification Settings',
description: 'Configure notification channels (optional)',
info: 'Notification Configuration',
infoDesc: 'Configure notification channels for receiving system messages (optional)',
type: 'Notification Type',
@@ -2980,6 +2978,8 @@ export default {
receiverEmail: 'Receiver Email',
},
preferences: {
title: 'Resource Preferences',
description: 'Set resource download preferences',
info: 'Resource Preferences',
infoDesc:
'Set resource download preferences, the system will automatically select the best resources based on these preferences',

View File

@@ -2859,31 +2859,21 @@ export default {
completed: '配置向导完成!',
failed: '配置向导失败,请重试',
complete: '完成配置',
step1: {
title: '基础',
description: '设置访问域名、背景壁纸和识别数据源',
},
step2: {
title: '存储目录',
description: '配置下载目录和媒体库目录',
},
step3: {
title: '下载器',
description: '配置下载器(可选)',
},
step4: {
title: '媒体服务器',
description: '配置媒体服务器(可选)',
},
step5: {
title: '通知',
description: '配置通知渠道(可选)',
},
step6: {
title: '资源偏好',
description: '设置资源下载偏好',
},
testing: '正在测试',
connectivityTestSuccess: '连通性测试通过',
connectivityTestFailed: '连通性测试失败',
testingStorage: '正在测试存储目录',
checkingStorage: '检查存储目录连通性',
testingDownloader: '正在测试下载器',
checkingDownloader: '检查下载器连通性',
testingMediaServer: '正在测试媒体服务器',
checkingMediaServer: '检查媒体服务器连通性',
testingNotification: '正在测试消息通知',
checkingNotification: '检查消息通知连通性',
testFailedHint: '请检查配置是否正确,修改后可以重新测试',
basic: {
title: '基础设置',
description: '设置访问域名、用户名密码和网络配置',
appDomain: '访问域名',
appDomainHint: '用于发送通知时,添加快捷跳转地址',
wallpaper: '背景壁纸',
@@ -2894,6 +2884,8 @@ export default {
apiTokenHint: '系统自动生成的 API 访问令牌',
},
storage: {
title: '存储配置',
description: '配置下载目录和媒体库目录',
info: '存储配置说明',
infoDesc: '配置本地存储目录,用于下载和媒体库管理',
downloadPath: '下载目录',
@@ -2902,6 +2894,8 @@ export default {
libraryPathHint: '设置媒体文件的存储路径',
},
downloader: {
title: '下载器配置',
description: '配置下载器(可选)',
info: '下载器配置说明',
infoDesc: '配置下载器用于自动下载资源(可选)',
type: '下载器类型',
@@ -2916,6 +2910,8 @@ export default {
downloadPath: '下载路径',
},
mediaServer: {
title: '媒体服务器',
description: '配置媒体服务器(可选)',
info: '媒体服务器配置说明',
infoDesc: '配置媒体服务器用于媒体库管理(可选)',
type: '媒体服务器类型',
@@ -2930,6 +2926,8 @@ export default {
token: '访问令牌',
},
notification: {
title: '通知设置',
description: '配置通知渠道(可选)',
info: '通知配置说明',
infoDesc: '配置通知渠道用于接收系统消息(可选)',
type: '通知类型',
@@ -2947,6 +2945,8 @@ export default {
receiverEmail: '接收邮箱',
},
preferences: {
title: '资源偏好',
description: '设置资源下载偏好',
info: '资源偏好说明',
infoDesc: '设置资源下载的偏好,系统将根据这些偏好自动选择最佳资源',
quality: '质量偏好',

View File

@@ -2858,31 +2858,21 @@ export default {
completed: '設定精靈完成!',
failed: '設定精靈失敗,請重試',
complete: '完成設定',
step1: {
title: '基礎',
description: '設定存取網域、背景桌布和識別資料來源',
},
step2: {
title: '儲存目錄',
description: '設定下載目錄和媒體庫目錄',
},
step3: {
title: '下載器',
description: '設定下載器(可選)',
},
step4: {
title: '媒體伺服器',
description: '設定媒體伺服器(可選)',
},
step5: {
title: '通知',
description: '設定通知管道(可選)',
},
step6: {
title: '資源偏好',
description: '設定資源下載偏好',
},
testing: '正在測試',
connectivityTestSuccess: '連通性測試通過',
connectivityTestFailed: '連通性測試失敗',
testingStorage: '正在測試存儲目錄',
checkingStorage: '檢查存儲目錄連通性',
testingDownloader: '正在測試下載器',
checkingDownloader: '檢查下載器連通性',
testingMediaServer: '正在測試媒體服務器',
checkingMediaServer: '檢查媒體服務器連通性',
testingNotification: '正在測試消息通知',
checkingNotification: '檢查消息通知連通性',
testFailedHint: '請檢查配置是否正確,修改後可以重新測試',
basic: {
title: '基礎設定',
description: '設定存取網域、用戶名密碼和網路配置',
appDomain: '存取網域',
appDomainHint: '用於發送通知時,新增快速跳轉位址',
wallpaper: '背景桌布',
@@ -2893,6 +2883,8 @@ export default {
apiTokenHint: '系統自動產生的 API 存取權杖',
},
storage: {
title: '儲存配置',
description: '設定下載目錄和媒體庫目錄',
info: '儲存設定說明',
infoDesc: '設定本機儲存目錄,用於下載和媒體庫管理',
downloadPath: '下載目錄',
@@ -2901,6 +2893,8 @@ export default {
libraryPathHint: '設定媒體檔案的儲存路徑',
},
downloader: {
title: '下載器配置',
description: '設定下載器(可選)',
info: '下載器設定說明',
infoDesc: '設定下載器用於自動下載資源(可選)',
type: '下載器類型',
@@ -2915,6 +2909,8 @@ export default {
downloadPath: '下載路徑',
},
mediaServer: {
title: '媒體伺服器',
description: '設定媒體伺服器(可選)',
info: '媒體伺服器設定說明',
infoDesc: '設定媒體伺服器用於媒體庫管理(可選)',
type: '媒體伺服器類型',
@@ -2929,6 +2925,8 @@ export default {
token: '存取權杖',
},
notification: {
title: '通知設定',
description: '設定通知管道(可選)',
info: '通知設定說明',
infoDesc: '設定通知管道用於接收系統訊息(可選)',
type: '通知類型',
@@ -2946,6 +2944,8 @@ export default {
receiverEmail: '接收信箱',
},
preferences: {
title: '資源偏好',
description: '設定資源下載偏好',
info: '資源偏好說明',
infoDesc: '設定資源下載的偏好,系統將根據這些偏好自動選擇最佳資源',
quality: '品質偏好',