diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 7522e0407..24b178b76 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -3948,6 +3948,7 @@ const message = { website: 'Website Protection', resource: 'Runtime Resources', cronjob: 'Cron Jobs', + alert: 'Alert Notifications', history: 'Export History', setting: 'Settings', page: { @@ -3976,6 +3977,7 @@ const message = { scoreCategoryWebsite: 'Websites & Certificates', scoreCategoryCronjob: 'Cron Jobs', scoreCategoryResource: 'Runtime Resources', + scoreCategoryAlert: 'Alert Notifications', scoreDiskHigh: 'Disk {0} usage is {1}%', scoreDiskMedium: 'Disk {0} usage is {1}%', scoreResourceHigh: '{0} current usage is {1}%', @@ -4008,6 +4010,13 @@ const message = { scoreContainerHigh: '{0} container status is abnormal', scoreContainerExited: '{0} container has stopped', scoreContainerResource: '{0} container resource usage is high', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', attentionItems: 'Attention Items', attentionAssets: 'Attention Assets', riskItems: 'Risk Items', @@ -4024,10 +4033,12 @@ const message = { statLoginDesc: 'Panel {0} · SSH {1}', statSslDesc: '{0} certificates checked', statContainerDesc: '{0} containers checked', + statAlertDesc: '{0} enabled tasks · {1} channels', assetHostDesc: 'Max disk usage {0}%', assetWebsiteDesc: '{0} certificates expiring soon, {1} abnormal websites', assetResourceDesc: '{0} abnormal apps, {1} stopped apps, {2} abnormal containers', assetCronjobDesc: '{0} failure records in the last 7 days, {1} disabled jobs', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', app: 'Apps', website: 'Websites', websiteSsl: 'Websites / Certificates', @@ -4110,6 +4121,62 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', @@ -4238,6 +4305,7 @@ const message = { generateFailed: 'Failed to generate report', enabledStatus: 'Enabled', disabledStatus: 'Disabled', + alertConfigInvalid: 'Invalid Config', thresholdRule: 'Threshold {0}, trigger after {1} consecutive times', hours: '{0} hours', minutes: '{0} minutes', diff --git a/frontend/src/lang/modules/es-es.ts b/frontend/src/lang/modules/es-es.ts index 49f7cb750..7370e6f32 100644 --- a/frontend/src/lang/modules/es-es.ts +++ b/frontend/src/lang/modules/es-es.ts @@ -4004,6 +4004,7 @@ const message = { website: 'Protección de sitios web', resource: 'Recursos de ejecución', cronjob: 'Tareas programadas', + alert: 'Alert Notifications', history: 'Historial de exportación', setting: 'Configuración', page: { @@ -4166,6 +4167,73 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', + alertConfigInvalid: 'Invalid Config', + scoreCategoryAlert: 'Alert Notifications', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', + statAlertDesc: '{0} enabled tasks · {1} channels', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index 65fcf98e4..123fcbee3 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -3988,6 +3988,7 @@ const message = { website: 'Web サイト保護', resource: '実行リソース', cronjob: 'スケジュールタスク', + alert: 'Alert Notifications', history: 'エクスポート履歴', setting: '設定', page: { @@ -4150,6 +4151,73 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', + alertConfigInvalid: 'Invalid Config', + scoreCategoryAlert: 'Alert Notifications', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', + statAlertDesc: '{0} enabled tasks · {1} channels', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', diff --git a/frontend/src/lang/modules/ko.ts b/frontend/src/lang/modules/ko.ts index 7c37933fb..f4c23f671 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -3901,6 +3901,7 @@ const message = { website: '웹사이트 보호', resource: '실행 리소스', cronjob: '예약 작업', + alert: 'Alert Notifications', history: '내보내기 기록', setting: '설정', page: { @@ -4063,6 +4064,73 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', + alertConfigInvalid: 'Invalid Config', + scoreCategoryAlert: 'Alert Notifications', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', + statAlertDesc: '{0} enabled tasks · {1} channels', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index a962d41dd..b68d5dd5e 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -4042,6 +4042,7 @@ const message = { website: 'Perlindungan Laman Web', resource: 'Sumber Operasi', cronjob: 'Tugas Berjadual', + alert: 'Alert Notifications', history: 'Sejarah Eksport', setting: 'Tetapan', page: { @@ -4204,6 +4205,73 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', + alertConfigInvalid: 'Invalid Config', + scoreCategoryAlert: 'Alert Notifications', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', + statAlertDesc: '{0} enabled tasks · {1} channels', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index 6aba62896..ca1528c0a 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -4181,6 +4181,7 @@ const message = { website: 'Proteção de sites', resource: 'Recursos de execução', cronjob: 'Tarefas agendadas', + alert: 'Alert Notifications', history: 'Histórico de exportação', setting: 'Configurações', page: { @@ -4343,6 +4344,73 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', + alertConfigInvalid: 'Invalid Config', + scoreCategoryAlert: 'Alert Notifications', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', + statAlertDesc: '{0} enabled tasks · {1} channels', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index 681d39cbe..18bdb1c77 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -4036,6 +4036,7 @@ const message = { website: 'Защита сайтов', resource: 'Ресурсы выполнения', cronjob: 'Плановые задачи', + alert: 'Alert Notifications', history: 'История экспорта', setting: 'Настройки', page: { @@ -4198,6 +4199,73 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', + alertConfigInvalid: 'Invalid Config', + scoreCategoryAlert: 'Alert Notifications', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', + statAlertDesc: '{0} enabled tasks · {1} channels', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', diff --git a/frontend/src/lang/modules/tr.ts b/frontend/src/lang/modules/tr.ts index a1f539024..492f1f1aa 100644 --- a/frontend/src/lang/modules/tr.ts +++ b/frontend/src/lang/modules/tr.ts @@ -4034,6 +4034,7 @@ const message = { website: 'Web Sitesi Koruması', resource: 'Çalışma Kaynakları', cronjob: 'Zamanlanmış Görevler', + alert: 'Alert Notifications', history: 'Dışa Aktarma Geçmişi', setting: 'Ayarlar', page: { @@ -4196,6 +4197,73 @@ const message = { buildCache: 'Build Cache', alert: 'Alert', alertConfigured: 'Alerts Configured', + alertOperations: 'Alert Notifications', + alertTaskCount: 'Alert Tasks', + enabledAlertTask: 'Enabled Tasks', + disabledAlertTask: 'Disabled Tasks', + alertChannels: 'Notification Channels', + alertLogCount: 'Alert Logs', + alertSuccessRate: 'Alert Success Rate', + alertFailedLogs: 'Failed Alert Logs', + alertPendingLogs: 'Pending Sync Logs', + alertPending: 'Pending Sync', + alertTaskTypeStats: 'Alert Type Statistics', + alertTaskType: 'Alert Type', + alertLogStatusStats: 'Alert Execution Status', + alertHealthNormal: 'Normal', + alertHealthAttention: 'Needs Attention', + alertHealthRisk: 'High Risk', + alertHealthSummary: 'Alert Health', + alertHealthNormalReason: 'Alert tasks, notification channels, and execution logs are healthy', + alertNoChannelReason: 'No notification channel is enabled', + alertFailedLogReason: '{0} failed alert logs found', + alertPendingReason: '{0} alert logs are pending sync', + alertDisabledTaskReason: '{0} alert tasks are disabled', + alertNoTaskReason: 'No alert tasks are configured', + goAlertConfig: 'Alert Config', + goAlertLogs: 'Alert Logs', + configureAlertChannel: 'Configure Channels', + createAlertTask: 'Create Alert Task', + viewAlertTasks: 'View Alert Tasks', + viewFailedAlertLogs: 'View Failed Logs', + viewAlertLogs: 'View Alert Logs', + alertChannelSummary: '{0} / {1} channels enabled', + alertTaskEnabledDesc: '{0} tasks enabled', + alertTaskSummary: '{0} enabled, {1} disabled', + alertLogSummary: '{0} successful, {1} failed', + alertPendingDesc: '{0} logs pending sync', + alertLogSuccessDesc: 'Notification completed', + alertLogFailedDesc: 'Check channel configuration or delivery path', + alertLogPendingDesc: 'Offline or sync path pending', + failedAlertLogs: 'Failed Alert Logs', + disabledAlertTasks: 'Disabled Alert Tasks', + alertTableDisplayDesc: 'Showing {0} of {1}', + alertMsg: 'Alert Message', + alertMethod: 'Alert Method', + alertRule: 'Alert Rule', + noAlertTask: 'No alert tasks', + noFailedAlertLog: 'No failed alert logs', + noDisabledAlertTask: 'No disabled alert tasks', + alertCronjobType: 'Cron Job: {0}', + alertAllTargets: 'All Targets', + alertAllDisks: 'All Disks', + alertAllCertificates: 'All Certificates', + alertAllWebsites: 'All Websites', + alertDiskRuleShort: '{0} exceeds {1}{2}, {3} times per day', + alertAverageRuleShort: '{0} min average exceeds {1}%, {2} times per day', + alertTimeRuleShort: 'Trigger within {0} days, send {1} times', + alertSendCountRuleShort: 'Send {0} times per day', + alertConfigInvalid: 'Invalid Config', + scoreCategoryAlert: 'Alert Notifications', + scoreAlertNoTask: 'No alert tasks are configured', + scoreAlertNoEnabledTask: 'All alert tasks are disabled', + scoreAlertDisabledTask: '{0} alert tasks are disabled', + scoreAlertNoChannel: 'No alert notification channel is enabled', + scoreAlertFailedHigh: '{0} alert failure logs found', + scoreAlertFailedMedium: '{0} alert failure logs found', + scoreAlertPending: '{0} alert logs are pending sync', + statAlertDesc: '{0} enabled tasks · {1} channels', + assetAlertDesc: '{0} failed logs, {1} pending sync logs', failedExecutionRecords: 'Failed Execution Records', taskID: 'Task ID', executeTime: 'Execution Time', diff --git a/frontend/src/lang/modules/zh-Hant.ts b/frontend/src/lang/modules/zh-Hant.ts index 710395745..b30af14cf 100644 --- a/frontend/src/lang/modules/zh-Hant.ts +++ b/frontend/src/lang/modules/zh-Hant.ts @@ -3676,6 +3676,7 @@ const message = { website: '網站防護', resource: '運行資源', cronjob: '計劃任務', + alert: '告警通知', history: '匯出歷史', setting: '設置', page: { @@ -3837,6 +3838,73 @@ const message = { buildCache: '建構快取', alert: '告警', alertConfigured: '已配置告警', + alertOperations: '告警通知', + alertTaskCount: '告警任務', + enabledAlertTask: '啟用任務', + disabledAlertTask: '停用任務', + alertChannels: '通知通道', + alertLogCount: '告警日誌', + alertSuccessRate: '告警成功率', + alertFailedLogs: '失敗告警日誌', + alertPendingLogs: '待同步日誌', + alertPending: '待同步', + alertTaskTypeStats: '告警類型統計', + alertTaskType: '告警類型', + alertLogStatusStats: '告警執行狀態', + alertHealthNormal: '正常', + alertHealthAttention: '需關注', + alertHealthRisk: '高風險', + alertHealthSummary: '告警健康狀態', + alertHealthNormalReason: '告警任務、通知通道和執行日誌均處於正常狀態', + alertNoChannelReason: '未啟用通知通道', + alertFailedLogReason: '存在 {0} 條失敗日誌', + alertPendingReason: '存在 {0} 條待同步日誌', + alertDisabledTaskReason: '{0} 個告警任務已停用', + alertNoTaskReason: '未配置告警任務', + goAlertConfig: '告警配置', + goAlertLogs: '告警日誌', + configureAlertChannel: '配置通知通道', + createAlertTask: '建立告警任務', + viewAlertTasks: '查看告警任務', + viewFailedAlertLogs: '查看失敗日誌', + viewAlertLogs: '查看告警日誌', + alertChannelSummary: '已啟用 {0} / {1} 個通道', + alertTaskEnabledDesc: '已啟用 {0} 個任務', + alertTaskSummary: '啟用 {0} 個,停用 {1} 個', + alertLogSummary: '成功 {0} 條,失敗 {1} 條', + alertPendingDesc: '{0} 條日誌等待同步', + alertLogSuccessDesc: '已完成通知', + alertLogFailedDesc: '需檢查通道配置或發送鏈路', + alertLogPendingDesc: '離線或同步鏈路待處理', + failedAlertLogs: '失敗告警日誌', + disabledAlertTasks: '停用告警任務', + alertTableDisplayDesc: '目前顯示 {0} 條,共 {1} 條', + alertMsg: '告警內容', + alertMethod: '告警方式', + alertRule: '告警規則', + noAlertTask: '暫無告警任務', + noFailedAlertLog: '暫無失敗告警日誌', + noDisabledAlertTask: '暫無停用告警任務', + alertCronjobType: '計劃任務:{0}', + alertAllTargets: '全部對象', + alertAllDisks: '全部磁碟', + alertAllCertificates: '全部證書', + alertAllWebsites: '全部網站', + alertDiskRuleShort: '{0} 超過 {1}{2},每天 {3} 次', + alertAverageRuleShort: '{0} 分鐘均值超過 {1}%,每天 {2} 次', + alertTimeRuleShort: '剩餘 {0} 天內觸發,發送 {1} 次', + alertSendCountRuleShort: '每天發送 {0} 次', + alertConfigInvalid: '配置異常', + scoreCategoryAlert: '告警通知', + scoreAlertNoTask: '未配置告警任務', + scoreAlertNoEnabledTask: '告警任務均未啟用', + scoreAlertDisabledTask: '存在 {0} 個停用告警任務', + scoreAlertNoChannel: '未啟用告警通知通道', + scoreAlertFailedHigh: '存在 {0} 條告警失敗日誌', + scoreAlertFailedMedium: '存在 {0} 條告警失敗日誌', + scoreAlertPending: '存在 {0} 條告警待同步日誌', + statAlertDesc: '啟用任務 {0} 個 · 通道 {1} 個', + assetAlertDesc: '{0} 條失敗日誌,{1} 條待同步日誌', failedExecutionRecords: '失敗執行記錄', taskID: '任務 ID', executeTime: '執行時間', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index d274d8df9..f4ee27c0e 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -4264,6 +4264,7 @@ const message = { website: '网站防护', resource: '运行资源', cronjob: '计划任务', + alert: '告警通知', history: '导出历史', setting: '设置', page: { @@ -4291,6 +4292,7 @@ const message = { scoreCategoryWebsite: '网站与证书', scoreCategoryCronjob: '计划任务', scoreCategoryResource: '运行资源', + scoreCategoryAlert: '告警通知', scoreDiskHigh: '磁盘 {0} 使用率 {1}%', scoreDiskMedium: '磁盘 {0} 使用率 {1}%', scoreResourceHigh: '{0} 当前使用率 {1}%', @@ -4323,6 +4325,13 @@ const message = { scoreContainerHigh: '{0} 容器状态异常', scoreContainerExited: '{0} 容器已停止', scoreContainerResource: '{0} 容器资源使用率过高', + scoreAlertNoTask: '未配置告警任务', + scoreAlertNoEnabledTask: '告警任务均未启用', + scoreAlertDisabledTask: '存在 {0} 个停用告警任务', + scoreAlertNoChannel: '未启用告警通知通道', + scoreAlertFailedHigh: '存在 {0} 条告警失败日志', + scoreAlertFailedMedium: '存在 {0} 条告警失败日志', + scoreAlertPending: '存在 {0} 条告警待同步日志', attentionItems: '待关注项', attentionAssets: '待关注资产', riskItems: '风险项', @@ -4339,10 +4348,12 @@ const message = { statLoginDesc: '面板 {0} 条 · SSH {1} 条', statSslDesc: '共检查 {0} 张证书', statContainerDesc: '共检查 {0} 个容器', + statAlertDesc: '启用任务 {0} 个 · 通道 {1} 个', assetHostDesc: '磁盘最高使用率 {0}%', assetWebsiteDesc: '{0} 张证书即将到期,{1} 个网站状态异常', assetResourceDesc: '{0} 个应用异常,{1} 个应用已停止,{2} 个容器异常', assetCronjobDesc: '近 7 天 {0} 条失败记录,{1} 个任务未启用', + assetAlertDesc: '{0} 条失败日志,{1} 条待同步日志', app: '应用', website: '网站', websiteSsl: '网站 / 证书', @@ -4425,6 +4436,62 @@ const message = { buildCache: '构建缓存', alert: '告警', alertConfigured: '已配置告警', + alertOperations: '告警通知', + alertTaskCount: '告警任务', + enabledAlertTask: '启用任务', + disabledAlertTask: '停用任务', + alertChannels: '通知通道', + alertLogCount: '告警日志', + alertSuccessRate: '告警成功率', + alertFailedLogs: '失败告警日志', + alertPendingLogs: '待同步日志', + alertPending: '待同步', + alertTaskTypeStats: '告警类型统计', + alertTaskType: '告警类型', + alertLogStatusStats: '告警执行状态', + alertHealthNormal: '正常', + alertHealthAttention: '需关注', + alertHealthRisk: '高风险', + alertHealthSummary: '告警健康状态', + alertHealthNormalReason: '告警任务、通知通道和执行日志均处于正常状态', + alertNoChannelReason: '未启用通知通道', + alertFailedLogReason: '存在 {0} 条失败日志', + alertPendingReason: '存在 {0} 条待同步日志', + alertDisabledTaskReason: '{0} 个告警任务已停用', + alertNoTaskReason: '未配置告警任务', + goAlertConfig: '告警配置', + goAlertLogs: '告警日志', + configureAlertChannel: '配置通知通道', + createAlertTask: '创建告警任务', + viewAlertTasks: '查看告警任务', + viewFailedAlertLogs: '查看失败日志', + viewAlertLogs: '查看告警日志', + alertChannelSummary: '已启用 {0} / {1} 个通道', + alertTaskEnabledDesc: '已启用 {0} 个任务', + alertTaskSummary: '启用 {0} 个,停用 {1} 个', + alertLogSummary: '成功 {0} 条,失败 {1} 条', + alertPendingDesc: '{0} 条日志等待同步', + alertLogSuccessDesc: '已完成通知', + alertLogFailedDesc: '需检查通道配置或发送链路', + alertLogPendingDesc: '离线或同步链路待处理', + failedAlertLogs: '失败告警日志', + disabledAlertTasks: '停用告警任务', + alertTableDisplayDesc: '当前展示 {0} 条,共 {1} 条', + noAlertTask: '暂无告警任务', + noFailedAlertLog: '暂无失败告警日志', + noDisabledAlertTask: '暂无停用告警任务', + alertMsg: '告警内容', + alertMethod: '告警方式', + alertRule: '告警规则', + alertCronjobType: '计划任务:{0}', + alertAllTargets: '全部对象', + alertAllDisks: '全部磁盘', + alertAllCertificates: '全部证书', + alertAllWebsites: '全部网站', + alertDiskRuleShort: '{0} 超过 {1}{2},每天 {3} 次', + alertAverageRuleShort: '{0} 分钟均值超过 {1}%,每天 {2} 次', + alertTimeRuleShort: '剩余 {0} 天内触发,发送 {1} 次', + alertSendCountRuleShort: '每天发送 {0} 次', failedExecutionRecords: '失败执行记录', taskID: '任务 ID', executeTime: '执行时间', @@ -4552,6 +4619,7 @@ const message = { generateFailed: '生成报表失败', enabledStatus: '已启用', disabledStatus: '已停用', + alertConfigInvalid: '配置异常', thresholdRule: '阈值 {0},连续 {1} 次触发', hours: '{0} 小时', minutes: '{0} 分钟', diff --git a/frontend/src/views/setting/alert/index.vue b/frontend/src/views/setting/alert/index.vue index 09913089f..737175f57 100644 --- a/frontend/src/views/setting/alert/index.vue +++ b/frontend/src/views/setting/alert/index.vue @@ -4,35 +4,21 @@ - {{ $t('xpack.alert.list') }} - - - {{ $t('xpack.alert.logs') }} - - - {{ $t('commons.button.set') }} + {{ $t(item.label) }} - - - + + +