This commit is contained in:
Baobhan Sith
2025-04-26 20:04:01 +08:00
parent e025c4f7a1
commit 38248cfc1d
14 changed files with 149 additions and 115 deletions
+17 -6
View File
@@ -502,8 +502,6 @@
"CONNECTION_UPDATED": "Connection Updated",
"CONNECTION_DELETED": "Connection Deleted",
"CONNECTION_TESTED": "Connection Tested",
"CONNECTIONS_IMPORTED": "Connections Imported",
"CONNECTIONS_EXPORTED": "Connections Exported",
"PROXY_CREATED": "Proxy Created",
"PROXY_UPDATED": "Proxy Updated",
"PROXY_DELETED": "Proxy Deleted",
@@ -644,6 +642,23 @@
}
}
},
"notificationController": {
"errorFetchSettings": "Failed to fetch notification settings",
"errorMissingFields": "Missing required notification setting fields (channel_type, name, config)",
"errorCreateSetting": "Failed to create notification setting",
"errorInvalidId": "Invalid notification setting ID",
"errorNoUpdateData": "No data provided for update",
"errorNotFound": "Notification setting with ID {id} not found",
"errorUpdateSetting": "Failed to update notification setting",
"errorDeleteNotFound": "Failed to delete notification setting with ID {id}, it might have already been deleted",
"errorDeleteSetting": "Failed to delete notification setting",
"testMessageSaved": "Test triggered for setting ID {id} ({name})",
"testEventTriggered": "Test notification event triggered. Please check the corresponding channel for reception.",
"errorTriggerTest": "Internal error occurred while triggering test notification",
"errorMissingTestInfo": "Missing required test information (channel_type, config)",
"errorInvalidChannelType": "Invalid channel type",
"testMessageUnsaved": "Test triggered for unsaved {channelType} configuration"
},
"common": {
"loading": "Loading...",
"cancel": "Cancel",
@@ -711,8 +726,6 @@
"CONNECTION_UPDATED": "Connection Updated",
"CONNECTION_DELETED": "Connection Deleted",
"CONNECTION_TESTED": "Connection Tested",
"CONNECTIONS_IMPORTED": "Connections Imported",
"CONNECTIONS_EXPORTED": "Connections Exported",
"PROXY_CREATED": "Proxy Created",
"PROXY_UPDATED": "Proxy Updated",
"PROXY_DELETED": "Proxy Deleted",
@@ -724,8 +737,6 @@
"NOTIFICATION_SETTING_CREATED": "Notification Setting Created",
"NOTIFICATION_SETTING_UPDATED": "Notification Setting Updated",
"NOTIFICATION_SETTING_DELETED": "Notification Setting Deleted",
"API_KEY_CREATED": "API Key Created",
"API_KEY_DELETED": "API Key Deleted",
"SFTP_ACTION": "SFTP Action",
"SSH_CONNECT_SUCCESS": "SSH Connection Successful",
"SSH_CONNECT_FAILURE": "SSH Connection Failed",