UNPKG

1.8 kBJavaScriptView Raw
1export default {
2 "locale": "en-KY",
3 "style": "long",
4 "year": {
5 "previous": "last year",
6 "current": "this year",
7 "next": "next year",
8 "past": {
9 "one": "{0} year ago",
10 "other": "{0} years ago"
11 },
12 "future": {
13 "one": "in {0} year",
14 "other": "in {0} years"
15 }
16 },
17 "quarter": {
18 "previous": "last quarter",
19 "current": "this quarter",
20 "next": "next quarter",
21 "past": {
22 "one": "{0} quarter ago",
23 "other": "{0} quarters ago"
24 },
25 "future": {
26 "one": "in {0} quarter",
27 "other": "in {0} quarters"
28 }
29 },
30 "month": {
31 "previous": "last month",
32 "current": "this month",
33 "next": "next month",
34 "past": {
35 "one": "{0} month ago",
36 "other": "{0} months ago"
37 },
38 "future": {
39 "one": "in {0} month",
40 "other": "in {0} months"
41 }
42 },
43 "week": {
44 "previous": "last week",
45 "current": "this week",
46 "next": "next week",
47 "past": {
48 "one": "{0} week ago",
49 "other": "{0} weeks ago"
50 },
51 "future": {
52 "one": "in {0} week",
53 "other": "in {0} weeks"
54 }
55 },
56 "day": {
57 "previous": "yesterday",
58 "current": "today",
59 "next": "tomorrow",
60 "past": {
61 "one": "{0} day ago",
62 "other": "{0} days ago"
63 },
64 "future": {
65 "one": "in {0} day",
66 "other": "in {0} days"
67 }
68 },
69 "hour": {
70 "current": "this hour",
71 "past": {
72 "one": "{0} hour ago",
73 "other": "{0} hours ago"
74 },
75 "future": {
76 "one": "in {0} hour",
77 "other": "in {0} hours"
78 }
79 },
80 "minute": {
81 "current": "this minute",
82 "past": {
83 "one": "{0} minute ago",
84 "other": "{0} minutes ago"
85 },
86 "future": {
87 "one": "in {0} minute",
88 "other": "in {0} minutes"
89 }
90 },
91 "second": {
92 "current": "now",
93 "past": {
94 "one": "{0} second ago",
95 "other": "{0} seconds ago"
96 },
97 "future": {
98 "one": "in {0} second",
99 "other": "in {0} seconds"
100 }
101 }
102}
\No newline at end of file