UNPKG

5.14 kBJSONView Raw
1{
2 "locale": "ca",
3 "long": {
4 "year": {
5 "previous": "l’any passat",
6 "current": "enguany",
7 "next": "l’any que ve",
8 "past": {
9 "one": "fa {0} any",
10 "other": "fa {0} anys"
11 },
12 "future": {
13 "one": "d’aquí a {0} any",
14 "other": "d’aquí a {0} anys"
15 }
16 },
17 "quarter": {
18 "previous": "el trimestre passat",
19 "current": "aquest trimestre",
20 "next": "el trimestre que ve",
21 "past": {
22 "one": "fa {0} trimestre",
23 "other": "fa {0} trimestres"
24 },
25 "future": {
26 "one": "d’aquí a {0} trimestre",
27 "other": "d’aquí a {0} trimestres"
28 }
29 },
30 "month": {
31 "previous": "el mes passat",
32 "current": "aquest mes",
33 "next": "el mes que ve",
34 "past": {
35 "one": "fa {0} mes",
36 "other": "fa {0} mesos"
37 },
38 "future": {
39 "one": "d’aquí a {0} mes",
40 "other": "d’aquí a {0} mesos"
41 }
42 },
43 "week": {
44 "previous": "la setmana passada",
45 "current": "aquesta setmana",
46 "next": "la setmana que ve",
47 "past": {
48 "one": "fa {0} setmana",
49 "other": "fa {0} setmanes"
50 },
51 "future": {
52 "one": "d’aquí a {0} setmana",
53 "other": "d’aquí a {0} setmanes"
54 }
55 },
56 "day": {
57 "previous": "ahir",
58 "previous-2": "abans-d’ahir",
59 "current": "avui",
60 "next": "demà",
61 "next-2": "demà passat",
62 "past": {
63 "one": "fa {0} dia",
64 "other": "fa {0} dies"
65 },
66 "future": {
67 "one": "d’aquí a {0} dia",
68 "other": "d’aquí a {0} dies"
69 }
70 },
71 "hour": {
72 "current": "aquesta hora",
73 "past": {
74 "one": "fa {0} hora",
75 "other": "fa {0} hores"
76 },
77 "future": {
78 "one": "d’aquí a {0} hora",
79 "other": "d’aquí a {0} hores"
80 }
81 },
82 "minute": {
83 "current": "aquest minut",
84 "past": {
85 "one": "fa {0} minut",
86 "other": "fa {0} minuts"
87 },
88 "future": {
89 "one": "d’aquí a {0} minut",
90 "other": "d’aquí a {0} minuts"
91 }
92 },
93 "second": {
94 "current": "ara",
95 "past": {
96 "one": "fa {0} segon",
97 "other": "fa {0} segons"
98 },
99 "future": {
100 "one": "d’aquí a {0} segon",
101 "other": "d’aquí a {0} segons"
102 }
103 }
104 },
105 "short": {
106 "year": {
107 "previous": "l’any passat",
108 "current": "enguany",
109 "next": "l’any que ve",
110 "past": {
111 "one": "fa {0} any",
112 "other": "fa {0} anys"
113 },
114 "future": {
115 "one": "d’aquí a {0} any",
116 "other": "d’aquí a {0} anys"
117 }
118 },
119 "quarter": {
120 "previous": "el trim. passat",
121 "current": "aquest trim.",
122 "next": "el trim. que ve",
123 "past": "fa {0} trim.",
124 "future": "d’aquí a {0} trim."
125 },
126 "month": {
127 "previous": "el mes passat",
128 "current": "aquest mes",
129 "next": "el mes que ve",
130 "past": {
131 "one": "fa {0} mes",
132 "other": "fa {0} mesos"
133 },
134 "future": {
135 "one": "d’aquí a {0} mes",
136 "other": "d’aquí a {0} mesos"
137 }
138 },
139 "week": {
140 "previous": "la setm. passada",
141 "current": "aquesta setm.",
142 "next": "la setm. que ve",
143 "past": "fa {0} setm.",
144 "future": "d’aquí a {0} setm."
145 },
146 "day": {
147 "previous": "ahir",
148 "previous-2": "abans-d’ahir",
149 "current": "avui",
150 "next": "demà",
151 "next-2": "demà passat",
152 "past": {
153 "one": "fa {0} dia",
154 "other": "fa {0} dies"
155 },
156 "future": {
157 "one": "d’aquí a {0} dia",
158 "other": "d’aquí a {0} dies"
159 }
160 },
161 "hour": {
162 "current": "aquesta hora",
163 "past": "fa {0} h",
164 "future": "d’aquí a {0} h"
165 },
166 "minute": {
167 "current": "aquest minut",
168 "past": "fa {0} min",
169 "future": "d’aquí a {0} min"
170 },
171 "second": {
172 "current": "ara",
173 "past": "fa {0} s",
174 "future": "d’aquí a {0} s"
175 }
176 },
177 "narrow": {
178 "year": {
179 "previous": "l’any passat",
180 "current": "enguany",
181 "next": "l’any que ve",
182 "past": {
183 "one": "fa {0} any",
184 "other": "fa {0} anys"
185 },
186 "future": {
187 "one": "d’aquí a {0} any",
188 "other": "d’aquí a {0} anys"
189 }
190 },
191 "quarter": {
192 "previous": "trim. passat",
193 "current": "aquest trim.",
194 "next": "trim. vinent",
195 "past": "fa {0} trim.",
196 "future": "d’aquí a {0} trim."
197 },
198 "month": {
199 "previous": "mes passat",
200 "current": "aquest mes",
201 "next": "mes vinent",
202 "past": {
203 "one": "fa {0} mes",
204 "other": "fa {0} mesos"
205 },
206 "future": {
207 "one": "d’aquí a {0} mes",
208 "other": "d’aquí a {0} mesos"
209 }
210 },
211 "week": {
212 "previous": "setm. passada",
213 "current": "aquesta setm.",
214 "next": "setm. vinent",
215 "past": "fa {0} setm.",
216 "future": "d’aquí a {0} setm."
217 },
218 "day": {
219 "previous": "ahir",
220 "previous-2": "abans-d’ahir",
221 "current": "avui",
222 "next": "demà",
223 "next-2": "demà passat",
224 "past": {
225 "one": "fa {0} dia",
226 "other": "fa {0} dies"
227 },
228 "future": {
229 "one": "d’aquí a {0} dia",
230 "other": "d’aquí a {0} dies"
231 }
232 },
233 "hour": {
234 "current": "aquesta hora",
235 "past": "fa {0} h",
236 "future": "d‘aquí a {0} h"
237 },
238 "minute": {
239 "current": "aquest minut",
240 "past": "fa {0} min",
241 "future": "d’aquí a {0} min"
242 },
243 "second": {
244 "current": "ara",
245 "past": "fa {0} s",
246 "future": "d’aquí a {0} s"
247 }
248 }
249}
\No newline at end of file