UNPKG

3.23 kBJavaScriptView Raw
1export default {
2 "locale": "mi",
3 "long": {
4 "year": {
5 "previous": "i tērā tau",
6 "current": "i tēnei tau",
7 "next": "ā tērā tau",
8 "past": "i te {0} tau",
9 "future": "ā te {0} tau"
10 },
11 "quarter": {
12 "previous": "hauwhā whakamutunga",
13 "current": "tēnei hauwhā",
14 "next": "tērā hauwhā",
15 "past": "-{0} hwh",
16 "future": "+{0} hwh"
17 },
18 "month": {
19 "previous": "i tērā marama",
20 "current": "i tēnei marama",
21 "next": "ā tērā marama",
22 "past": "-{0} m",
23 "future": "+{0} m"
24 },
25 "week": {
26 "previous": "i tērā wiki",
27 "current": "i tēnei wiki",
28 "next": "ā tērā wiki",
29 "past": "-{0} w",
30 "future": "+{0} w"
31 },
32 "day": {
33 "previous": "inanahi",
34 "current": "i tēnei rā",
35 "next": "āpōpō",
36 "past": "-{0} r.",
37 "future": "+{0} r."
38 },
39 "hour": {
40 "current": "i tēnei hāora",
41 "past": "-{0} h",
42 "future": "+{0} h"
43 },
44 "minute": {
45 "current": "i tēnei meneti",
46 "past": "-{0} men",
47 "future": "+{0} men"
48 },
49 "second": {
50 "current": "ināianei",
51 "past": "-{0} h",
52 "future": "+{0} h"
53 }
54 },
55 "short": {
56 "year": {
57 "previous": "i tērā tau",
58 "current": "i tēnei tau",
59 "next": "ā tērā tau",
60 "past": "i te {0} tau",
61 "future": "ā te {0} tau"
62 },
63 "quarter": {
64 "previous": "hauwhā whakamutunga",
65 "current": "tēnei hauwhā",
66 "next": "tērā hauwhā",
67 "past": "-{0} hwh",
68 "future": "+{0} hwh"
69 },
70 "month": {
71 "previous": "i tērā m.",
72 "current": "i tēnei m.",
73 "next": "ā tērā m.",
74 "past": "-{0} m.",
75 "future": "+{0} m."
76 },
77 "week": {
78 "previous": "i tērā w.",
79 "current": "i tēnei w.",
80 "next": "ā tērā w.",
81 "past": "-{0} w",
82 "future": "+{0} w"
83 },
84 "day": {
85 "previous": "inanahi",
86 "current": "i tēnei rā",
87 "next": "āpōpō",
88 "past": "-{0} r.",
89 "future": "+{0} r"
90 },
91 "hour": {
92 "current": "i tēnei hāora",
93 "past": "-{0} h.",
94 "future": "+{0} h."
95 },
96 "minute": {
97 "current": "i tēnei meneti",
98 "past": "-{0} men.",
99 "future": "+{0} men."
100 },
101 "second": {
102 "current": "ināianei",
103 "past": "-{0} h.",
104 "future": "+{0} h."
105 }
106 },
107 "narrow": {
108 "year": {
109 "previous": "i tērā tau",
110 "current": "i tēnei tau",
111 "next": "ā tērā tau",
112 "past": "i te {0} tau",
113 "future": "ā te {0} tau"
114 },
115 "quarter": {
116 "previous": "hauwhā whakamutunga",
117 "current": "tēnei hauwhā",
118 "next": "tērā hauwhā",
119 "past": "-{0} hwh",
120 "future": "+{0} Hwh"
121 },
122 "month": {
123 "previous": "i tērā m.",
124 "current": "i tēnei m.",
125 "next": "ā tērā m.",
126 "past": "-{0} m.",
127 "future": "+{0} m."
128 },
129 "week": {
130 "previous": "i tērā w.",
131 "current": "i tēnei w.",
132 "next": "ā tērā w.",
133 "past": "-{0} w",
134 "future": "+{0} w"
135 },
136 "day": {
137 "previous": "inanahi",
138 "current": "i tēnei rā",
139 "next": "āpōpō",
140 "past": "-{0} r",
141 "future": "+{0} r"
142 },
143 "hour": {
144 "current": "i tēnei hāora",
145 "past": "-{0} h.",
146 "future": "+{0} h."
147 },
148 "minute": {
149 "current": "i tēnei meneti",
150 "past": "-{0} men",
151 "future": "+{0} men"
152 },
153 "second": {
154 "current": "ināianei",
155 "past": "-{0} h",
156 "future": "+{0} h"
157 }
158 }
159}
\No newline at end of file