mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
only use _other for english
This commit is contained in:
parent
015077fc6a
commit
81a86d72a4
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user