mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
only use _other for english
This commit is contained in:
parent
015077fc6a
commit
81a86d72a4
@ -24,28 +24,22 @@
|
|||||||
"am": "am",
|
"am": "am",
|
||||||
"yr": "{{time}}yr",
|
"yr": "{{time}}yr",
|
||||||
"year_one": "{{time}} year",
|
"year_one": "{{time}} year",
|
||||||
"year_few": "{{time}} years",
|
"year_other": "{{time}} years",
|
||||||
"year_many": "{{time}} years",
|
|
||||||
"mo": "{{time}}mo",
|
"mo": "{{time}}mo",
|
||||||
"month_one": "{{time}} month",
|
"month_one": "{{time}} month",
|
||||||
"month_few": "{{time}} months",
|
"month_other": "{{time}} months",
|
||||||
"month_many": "{{time}} months",
|
|
||||||
"d": "{{time}}d",
|
"d": "{{time}}d",
|
||||||
"day_one": "{{time}} day",
|
"day_one": "{{time}} day",
|
||||||
"day_few": "{{time}} days",
|
"day_other": "{{time}} days",
|
||||||
"day_many": "{{time}} days",
|
|
||||||
"h": "{{time}}h",
|
"h": "{{time}}h",
|
||||||
"hour_one": "{{time}} hour",
|
"hour_one": "{{time}} hour",
|
||||||
"hour_few": "{{time}} hours",
|
"hour_other": "{{time}} hours",
|
||||||
"hour_many": "{{time}} hours",
|
|
||||||
"m": "{{time}}m",
|
"m": "{{time}}m",
|
||||||
"minute_one": "{{time}} minute",
|
"minute_one": "{{time}} minute",
|
||||||
"minute_few": "{{time}} minutes",
|
"minute_other": "{{time}} minutes",
|
||||||
"minute_many": "{{time}} minutes",
|
|
||||||
"s": "{{time}}s",
|
"s": "{{time}}s",
|
||||||
"second_one": "{{time}} second",
|
"second_one": "{{time}} second",
|
||||||
"second_few": "{{time}} seconds",
|
"second_other": "{{time}} seconds",
|
||||||
"second_many": "{{time}} seconds",
|
|
||||||
"formattedTimestamp": {
|
"formattedTimestamp": {
|
||||||
"12hour": "%b %-d, %I:%M:%S %p",
|
"12hour": "%b %-d, %I:%M:%S %p",
|
||||||
"24hour": "%b %-d, %H:%M:%S"
|
"24hour": "%b %-d, %H:%M:%S"
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
"short": "Labels"
|
"short": "Labels"
|
||||||
},
|
},
|
||||||
"count_one": "{{count}} Label",
|
"count_one": "{{count}} Label",
|
||||||
"count_few": "{{count}} Labels",
|
"count_other": "{{count}} Labels"
|
||||||
"count_many": "{{count}} Labels"
|
|
||||||
},
|
},
|
||||||
"zones": {
|
"zones": {
|
||||||
"label": "Zones",
|
"label": "Zones",
|
||||||
|
|||||||
@ -180,8 +180,7 @@
|
|||||||
"noTrackedObjects": "No Tracked Objects Found",
|
"noTrackedObjects": "No Tracked Objects Found",
|
||||||
"fetchingTrackedObjectsFailed": "Error fetching tracked objects: {{errorMessage}}",
|
"fetchingTrackedObjectsFailed": "Error fetching tracked objects: {{errorMessage}}",
|
||||||
"trackedObjectsCount_one": "{{count}} tracked object ",
|
"trackedObjectsCount_one": "{{count}} tracked object ",
|
||||||
"trackedObjectsCount_few": "{{count}} tracked objects ",
|
"trackedObjectsCount_other": "{{count}} tracked objects ",
|
||||||
"trackedObjectsCount_many": "{{count}} tracked objects ",
|
|
||||||
"searchResult": {
|
"searchResult": {
|
||||||
"deleteTrackedObject": {
|
"deleteTrackedObject": {
|
||||||
"toast": {
|
"toast": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user