summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2023-05-16 12:03:25 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2023-08-10 20:45:48 +0300
commit7c1cfe7e25957fc915fc9790bdf78887295b1fee (patch)
tree94531b73fdc1b3e42398502306ca78b3b89e39dc /src/locales/en-US.json
parentd3bb22153f47d5c1276d0f9ae2a916f5ab0df52d (diff)
downloadwebui-vue-7c1cfe7e25957fc915fc9790bdf78887295b1fee.tar.xz
Add SNMP alerts page and test hooks
This page will be included in Configuration section of the primary navigation. The user will be able to delete and add alert destination. Change-Id: I396d19a54ea11724f2c5aec67e20ba9abff947d3 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
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",