summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-05-11 18:23:04 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-06-10 23:49:39 +0300
commitbe3af3360cec7ba3eb2921662689c437f92e2fc7 (patch)
tree7686417c8a7809f0576ad107f8f09de4817713ef /src/locales
parentf9832b0edc48b349f6de2df419815ef38a6ae469 (diff)
downloadwebui-vue-be3af3360cec7ba3eb2921662689c437f92e2fc7.tar.xz
Add batch actions and row action to Event Logs
Adds ability to export and delete event logs by row or in a table batch action. - Modifications to TableRowAction component to allow single row export functionality Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ica50dd0868ac85cc2d6925a9448858b40da9c529
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index a09047e9..4636503b 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -98,6 +98,10 @@
"unauthorized": "Unauthorized"
},
"pageEventLogs": {
+ "modal": {
+ "deleteTitle": "Delete log | Delete logs",
+ "deleteMessage": "Are you sure you want to delete %{count} log? This action cannot be undone. | Are you sure you want to delete %{count} logs? This action cannot be undone."
+ },
"table": {
"date": "Date",
"description": "Description",
@@ -105,6 +109,10 @@
"id": "ID",
"severity": "Severity",
"type": "Type"
+ },
+ "toast": {
+ "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
+ "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs."
}
},
"pageLdap": {