104 lines
1.8 KiB
JSON
104 lines
1.8 KiB
JSON
{
|
|
"year": {
|
|
"previous": "last year",
|
|
"current": "this year",
|
|
"next": "next year",
|
|
"past": {
|
|
"one": "a year ago",
|
|
"other": "{0} years ago"
|
|
},
|
|
"future": {
|
|
"one": "in a year",
|
|
"other": "in {0} years"
|
|
}
|
|
},
|
|
"quarter": {
|
|
"previous": "last quarter",
|
|
"current": "this quarter",
|
|
"next": "next quarter",
|
|
"past": {
|
|
"one": "a quarter ago",
|
|
"other": "{0} quarters ago"
|
|
},
|
|
"future": {
|
|
"one": "in a quarter",
|
|
"other": "in {0} quarters"
|
|
}
|
|
},
|
|
"month": {
|
|
"previous": "last month",
|
|
"current": "this month",
|
|
"next": "next month",
|
|
"past": {
|
|
"one": "a month ago",
|
|
"other": "{0} months ago"
|
|
},
|
|
"future": {
|
|
"one": "in a month",
|
|
"other": "in {0} months"
|
|
}
|
|
},
|
|
"week": {
|
|
"previous": "last week",
|
|
"current": "this week",
|
|
"next": "next week",
|
|
"past": {
|
|
"one": "a week ago",
|
|
"other": "{0} weeks ago"
|
|
},
|
|
"future": {
|
|
"one": "in a week",
|
|
"other": "in {0} weeks"
|
|
}
|
|
},
|
|
"day": {
|
|
"previous": "yesterday",
|
|
"current": "today",
|
|
"next": "tomorrow",
|
|
"past": {
|
|
"one": "a day ago",
|
|
"other": "{0} days ago"
|
|
},
|
|
"future": {
|
|
"one": "in a day",
|
|
"other": "in {0} days"
|
|
}
|
|
},
|
|
"hour": {
|
|
"current": "this hour",
|
|
"past": {
|
|
"one": "an hour ago",
|
|
"other": "{0} hours ago"
|
|
},
|
|
"future": {
|
|
"one": "in an hour",
|
|
"other": "in {0} hours"
|
|
}
|
|
},
|
|
"minute": {
|
|
"current": "this minute",
|
|
"past": {
|
|
"one": "a minute ago",
|
|
"other": "{0} minutes ago"
|
|
},
|
|
"future": {
|
|
"one": "in a minute",
|
|
"other": "in {0} minutes"
|
|
}
|
|
},
|
|
"second": {
|
|
"current": "now",
|
|
"past": {
|
|
"one": "a second ago",
|
|
"other": "{0} seconds ago"
|
|
},
|
|
"future": {
|
|
"one": "in a second",
|
|
"other": "in {0} seconds"
|
|
}
|
|
},
|
|
"now": {
|
|
"future": "in a moment",
|
|
"past": "just now"
|
|
}
|
|
} |