summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-07-27 19:14:47 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-22 16:32:25 +0300
commit9901096a45c9bda51438dcc91d5feb8a590df0c3 (patch)
tree7cba8a8a5c39415d6d46a9e64b4e70e73ec3e840 /src/locales
parentce33f216a7ed893936fc3f187421c2a736b8c9ff (diff)
downloadwebui-vue-9901096a45c9bda51438dcc91d5feb8a590df0c3.tar.xz
Show total and filtered number of items in a table
-The total number of items and the filtered items will be shown in the EventLogs, Sensors and HardwareStatus table. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I0ee6410bf675038a350a71a02ec076f9e8baf004
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index f3eb3e2f..54f726ad 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -63,7 +63,9 @@
"emptyMessage": "No items available",
"emptySearchMessage": "No items match the search query",
"fromDate": "From date",
+ "items": "%{count} items",
"itemsPerPage": "Items per page",
+ "selectedItems":"%{filterCount} of %{count} items",
"toDate": "To date",
"viewAll": "View all"
}