diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index 2cdeb17736..7d0f995e01 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -24,28 +24,22 @@ "am": "am", "yr": "{{time}}yr", "year_one": "{{time}} year", - "year_few": "{{time}} years", - "year_many": "{{time}} years", + "year_other": "{{time}} years", "mo": "{{time}}mo", "month_one": "{{time}} month", - "month_few": "{{time}} months", - "month_many": "{{time}} months", + "month_other": "{{time}} months", "d": "{{time}}d", "day_one": "{{time}} day", - "day_few": "{{time}} days", - "day_many": "{{time}} days", + "day_other": "{{time}} days", "h": "{{time}}h", "hour_one": "{{time}} hour", - "hour_few": "{{time}} hours", - "hour_many": "{{time}} hours", + "hour_other": "{{time}} hours", "m": "{{time}}m", "minute_one": "{{time}} minute", - "minute_few": "{{time}} minutes", - "minute_many": "{{time}} minutes", + "minute_other": "{{time}} minutes", "s": "{{time}}s", "second_one": "{{time}} second", - "second_few": "{{time}} seconds", - "second_many": "{{time}} seconds", + "second_other": "{{time}} seconds", "formattedTimestamp": { "12hour": "%b %-d, %I:%M:%S %p", "24hour": "%b %-d, %H:%M:%S" diff --git a/web/public/locales/en/components/filter.json b/web/public/locales/en/components/filter.json index e87b08da91..bff306f307 100644 --- a/web/public/locales/en/components/filter.json +++ b/web/public/locales/en/components/filter.json @@ -7,8 +7,7 @@ "short": "Labels" }, "count_one": "{{count}} Label", - "count_few": "{{count}} Labels", - "count_many": "{{count}} Labels" + "count_other": "{{count}} Labels" }, "zones": { "label": "Zones", diff --git a/web/public/locales/en/views/explore.json b/web/public/locales/en/views/explore.json index 27faf9ebbb..7ba43d1760 100644 --- a/web/public/locales/en/views/explore.json +++ b/web/public/locales/en/views/explore.json @@ -180,8 +180,7 @@ "noTrackedObjects": "No Tracked Objects Found", "fetchingTrackedObjectsFailed": "Error fetching tracked objects: {{errorMessage}}", "trackedObjectsCount_one": "{{count}} tracked object ", - "trackedObjectsCount_few": "{{count}} tracked objects ", - "trackedObjectsCount_many": "{{count}} tracked objects ", + "trackedObjectsCount_other": "{{count}} tracked objects ", "searchResult": { "deleteTrackedObject": { "toast": {