This commit is contained in:
Josh Hawkins 2025-10-23 21:48:48 -05:00
parent ce4c288e4a
commit c6ef729eb5
2 changed files with 9 additions and 2 deletions

View File

@ -19,10 +19,11 @@
"noFoundForTimePeriod": "No events found for this time period." "noFoundForTimePeriod": "No events found for this time period."
}, },
"detail": { "detail": {
"label": "Detail",
"noDataFound": "No detail data to review", "noDataFound": "No detail data to review",
"aria": "Toggle detail view", "aria": "Toggle detail view",
"trackedObject_one": "tracked object", "trackedObject_one": "object",
"trackedObject_other": "tracked objects", "trackedObject_other": "objects",
"noObjectDetailData": "No object detail data available." "noObjectDetailData": "No object detail data available."
}, },
"objectTrack": { "objectTrack": {

View File

@ -194,6 +194,12 @@
}, },
"deleteTrackedObject": { "deleteTrackedObject": {
"label": "Delete this tracked object" "label": "Delete this tracked object"
},
"showObjectDetails": {
"label": "Show object details"
},
"hideObjectDetails": {
"label": "Hide object details"
} }
}, },
"dialog": { "dialog": {