only use _other for english

This commit is contained in:
Josh Hawkins 2025-04-12 17:04:23 -05:00
parent 015077fc6a
commit 81a86d72a4
3 changed files with 8 additions and 16 deletions

View File

@ -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"

View File

@ -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",

View File

@ -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": {