summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index ff107690..18bb7c6a 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -130,6 +130,7 @@
"serverPowerOperations": "@:appPageTitle.serverPowerOperations",
"certificates": "@:appPageTitle.certificates",
"virtualMedia": "@:appPageTitle.virtualMedia",
+ "snmpAlerts": "@:appPageTitle.snmpAlerts",
"power": "@:appPageTitle.power",
"keyClear": "@:appPageTitle.keyClear"
},
@@ -159,6 +160,7 @@
"serialOverLan": "Serial over LAN (SOL) console",
"serverPowerOperations": "Server power operations",
"certificates": "Certificates",
+ "snmpAlerts": "SNMP Alerts",
"virtualMedia": "Virtual media",
"keyClear": "Key clear"
},
@@ -895,6 +897,32 @@
"successSaveSettings": "Successfully saved settings."
}
},
+ "pageSnmpAlerts": {
+ "addDestination": "Add destination",
+ "deleteDestination": "Delete destination | Delete destinations",
+ "pageDescription": "Set the Simple Network Management Protocol (SNMP) traps with an IP address and a port.",
+ "modal": {
+ "addSnmpDestinationTitle": "Add SNMP alert destination",
+ "batchDeleteConfirmMessage": "Are you sure you want to delete the SNMP alert destination? This action cannot be undone. | Are you sure you want to delete %{count} SNMP alert destinations? This action cannot be undone.",
+ "deleteConfirmMessage": "Are you sure you want to delete the SNMP alert destination? This action cannot be undone.",
+ "deleteSnmpDestinationTitle": "Delete SNMP alert destination | Delete SNMP alert destinations",
+ "ipaddress": "IP Address",
+ "port": "Port"
+ },
+ "table": {
+ "ipaddress": "IP Address",
+ "port": "Port"
+ },
+ "toast": {
+ "errorAddDestination": "Error in adding SNMP alert destination",
+ "errorBatchDelete": "Error in deleting SNMP alert destination. | Error in deleting SNMP alert destinations.",
+ "errorDeleteDestination": "Error deleting SNMP alert destination.",
+ "errorLoadSnmpDetails": "Error loading SNMP alert details.",
+ "successAddDestination": "Successfully added SNMP alert destination.",
+ "successBatchDelete": "Successfully deleted SNMP alert destination. | Successfully deleted %{count} SNMP alert destinations.",
+ "successDeleteDestination": "Successfully deleted SNMP alert destination."
+ }
+ },
"pageCertificates": {
"addNewCertificate": "Add new certificate",
"caCertificate": "CA Certificate",