summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-12-03 21:58:35 +0300
committerDerick Montague <derick.montague@ibm.com>2021-01-05 22:54:01 +0300
commit22d4d527af48d87ca70a8766bacc5b1ec0cfe9b7 (patch)
tree2dbd60576be6d264634f6f85c5bf063483177ce3 /src/locales
parentc0a1ddd10f21ba353106d2b3522b925862e4018f (diff)
downloadwebui-vue-22d4d527af48d87ca70a8766bacc5b1ec0cfe9b7.tar.xz
Add dumps page to IBM env
Adds a non-functional dumps page with majority of layout and user flows in place. Page visible with IBM dotenv configurations. Includes: - Initial GET for BMC dumps - Table search, sort, filter, batch and row action flows - New dump form, validations, and toast notification Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Id59ec4327744f4e10cc99e4e3c0b2db5b0476f9c
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index dcb52a68..1d564ca6 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -99,6 +99,7 @@
"configuration": "Configuration",
"control": "Control",
"dateTimeSettings": "@:appPageTitle.dateTimeSettings",
+ "dumps": "@:appPageTitle.dumps",
"eventLogs": "@:appPageTitle.eventLogs",
"firmware": "@:appPageTitle.firmware",
"hardwareStatus": "@:appPageTitle.hardwareStatus",
@@ -124,6 +125,7 @@
"changePassword": "Change password",
"clientSessions": "Client sessions",
"dateTimeSettings": "Date and time settings",
+ "dumps": "Dumps",
"eventLogs": "Event logs",
"firmware": "Firmware",
"hardwareStatus": "Hardware status",
@@ -198,6 +200,31 @@
"successSaveDateTimeSettings": "Successfully saved date and time settings."
}
},
+ "pageDumps": {
+ "dumpHistory": "Dump history",
+ "newDump": "New dump",
+ "form": {
+ "bmcDump": "BMC dump",
+ "createNewDump": "Create new dump",
+ "selectDumpType": "Select dump type",
+ "systemDump": "System dump (disruptive)"
+ },
+ "modal": {
+ "deleteDump": "Delete dump | Delete dumps",
+ "deleteDumpConfirmation": "Are you sure you want to delete %{count} dump? This action cannot be undone. | Are you sure you want to delete %{count} dumps? This action cannot be undone."
+ },
+ "table": {
+ "createdBy": "Created by",
+ "dateAndTime": "Date and time",
+ "dumpType": "Dump type",
+ "id": "ID",
+ "searchDumps": "Search dumps",
+ "size": "Size"
+ },
+ "toast": {
+ "successStartDump": "Successfully started new dump."
+ }
+ },
"pageEventLogs": {
"exportFilePrefix": "event_logs_",
"modal": {