Add missing plural versions of some i18n keys (#17672)

This commit is contained in:
Josh Hawkins
2025-04-12 17:18:35 -05:00
committed by GitHub
parent 622bda9f66
commit 4abf945b71
3 changed files with 16 additions and 8 deletions

View File

@@ -179,7 +179,8 @@
},
"noTrackedObjects": "No Tracked Objects Found",
"fetchingTrackedObjectsFailed": "Error fetching tracked objects: {{errorMessage}}",
"trackedObjectsCount": "{{count}} tracked objects ",
"trackedObjectsCount_one": "{{count}} tracked object ",
"trackedObjectsCount_other": "{{count}} tracked objects ",
"searchResult": {
"deleteTrackedObject": {
"toast": {