Add English translations for correctly i18nized time units
This commit is contained in:
parent
c17de10d3a
commit
772ddade21
|
@ -692,38 +692,26 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"day": "{0} day",
|
"unit": {
|
||||||
"days": "{0} days",
|
"days": "{0} day | {0} days",
|
||||||
"day_short": "{0}d",
|
|
||||||
"days_short": "{0}d",
|
"days_short": "{0}d",
|
||||||
"hour": "{0} hour",
|
"hours": "{0} hour | {0} hours",
|
||||||
"hours": "{0} hours",
|
|
||||||
"hour_short": "{0}h",
|
|
||||||
"hours_short": "{0}h",
|
"hours_short": "{0}h",
|
||||||
|
"minutes": "{0} minute | {0} minutes",
|
||||||
|
"minutes_short": "{0}min",
|
||||||
|
"months": "{0} month | {0} months",
|
||||||
|
"months_short": "{0}mo",
|
||||||
|
"seconds": "{0} second | {0} seconds",
|
||||||
|
"seconds_short": "{0}s",
|
||||||
|
"weeks": "{0} week | {0} weeks",
|
||||||
|
"weeks_short": "{0}w",
|
||||||
|
"years": "{0} year | {0} years",
|
||||||
|
"years_short": "{0}y"
|
||||||
|
},
|
||||||
"in_future": "in {0}",
|
"in_future": "in {0}",
|
||||||
"in_past": "{0} ago",
|
"in_past": "{0} ago",
|
||||||
"minute": "{0} minute",
|
|
||||||
"minutes": "{0} minutes",
|
|
||||||
"minute_short": "{0}min",
|
|
||||||
"minutes_short": "{0}min",
|
|
||||||
"month": "{0} month",
|
|
||||||
"months": "{0} months",
|
|
||||||
"month_short": "{0}mo",
|
|
||||||
"months_short": "{0}mo",
|
|
||||||
"now": "just now",
|
"now": "just now",
|
||||||
"now_short": "now",
|
"now_short": "now"
|
||||||
"second": "{0} second",
|
|
||||||
"seconds": "{0} seconds",
|
|
||||||
"second_short": "{0}s",
|
|
||||||
"seconds_short": "{0}s",
|
|
||||||
"week": "{0} week",
|
|
||||||
"weeks": "{0} weeks",
|
|
||||||
"week_short": "{0}w",
|
|
||||||
"weeks_short": "{0}w",
|
|
||||||
"year": "{0} year",
|
|
||||||
"years": "{0} years",
|
|
||||||
"year_short": "{0}y",
|
|
||||||
"years_short": "{0}y"
|
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"collapse": "Collapse",
|
"collapse": "Collapse",
|
||||||
|
|
Loading…
Reference in a new issue