feat(setting): 添加消息推送自定义选项

- wikrin/MoviePilot@20c1f30
This commit is contained in:
Attente
2025-05-05 05:43:48 +08:00
parent bb52a4704f
commit e77297f7b2
4 changed files with 153 additions and 0 deletions

View File

@@ -1116,6 +1116,14 @@ export default {
notification: {
channels: 'Notification Channels',
channelsDesc: 'Set message sending channel parameters.',
organizeSuccess: 'Media Import',
downloadAdded: 'Download Added',
subscribeAdded: 'Subscribe Added',
subscribeComplete: 'Subscribe Complete',
templateConfig: 'Template Configuration',
templateSaveFailed: 'Failed to save template!',
templateSaveSuccess: 'Template saved successfully',
templateLoadFailed: 'Failed to load template!',
scope: 'Notification Scope',
scopeDesc: 'Corresponding message types will only be sent to specified users.',
messageType: 'Message Type',

View File

@@ -1104,6 +1104,14 @@ export default {
notification: {
channels: '通知渠道',
channelsDesc: '设置消息发送渠道参数。',
organizeSuccess: '资源入库',
downloadAdded: '资源下载',
subscribeAdded: '订阅添加',
subscribeComplete: '订阅完成',
templateConfig: '模板格式配置',
templateSaveFailed: '模板保存失败!',
templateSaveSuccess: '模板保存成功',
templateLoadFailed: '模板加载失败!',
scope: '通知发送范围',
scopeDesc: '对应消息类型只会发送给设定的用户。',
messageType: '消息类型',

View File

@@ -1106,6 +1106,14 @@ export default {
notification: {
channels: '通知渠道',
channelsDesc: '設置消息發送渠道參數。',
organizeSuccess: '資源入庫',
downloadAdded: '資源下載',
subscribeAdded: '訂閱添加',
subscribeComplete: '訂閱完成',
templateConfig: '消息模板配置',
templateSaveFailed: '模板保存失敗!',
templateSaveSuccess: '模板保存成功',
templateLoadFailed: '模板載入失敗!',
scope: '通知發送範圍',
scopeDesc: '對應消息類型只會發送給設定的用戶。',
messageType: '消息類型',