UNPKG

5.57 kBJSONView Raw
1{
2 "locale": "ro",
3 "long": {
4 "year": {
5 "previous": "anul trecut",
6 "current": "anul acesta",
7 "next": "anul viitor",
8 "past": {
9 "one": "acum {0} an",
10 "few": "acum {0} ani",
11 "other": "acum {0} de ani"
12 },
13 "future": {
14 "one": "peste {0} an",
15 "few": "peste {0} ani",
16 "other": "peste {0} de ani"
17 }
18 },
19 "quarter": {
20 "previous": "trimestrul trecut",
21 "current": "trimestrul acesta",
22 "next": "trimestrul viitor",
23 "past": {
24 "one": "acum {0} trimestru",
25 "few": "acum {0} trimestre",
26 "other": "acum {0} de trimestre"
27 },
28 "future": {
29 "one": "peste {0} trimestru",
30 "few": "peste {0} trimestre",
31 "other": "peste {0} de trimestre"
32 }
33 },
34 "month": {
35 "previous": "luna trecută",
36 "current": "luna aceasta",
37 "next": "luna viitoare",
38 "past": {
39 "one": "acum {0} lună",
40 "few": "acum {0} luni",
41 "other": "acum {0} de luni"
42 },
43 "future": {
44 "one": "peste {0} lună",
45 "few": "peste {0} luni",
46 "other": "peste {0} de luni"
47 }
48 },
49 "week": {
50 "previous": "săptămâna trecută",
51 "current": "săptămâna aceasta",
52 "next": "săptămâna viitoare",
53 "past": {
54 "one": "acum {0} săptămână",
55 "few": "acum {0} săptămâni",
56 "other": "acum {0} de săptămâni"
57 },
58 "future": {
59 "one": "peste {0} săptămână",
60 "few": "peste {0} săptămâni",
61 "other": "peste {0} de săptămâni"
62 }
63 },
64 "day": {
65 "previous": "ieri",
66 "previous-2": "alaltăieri",
67 "current": "azi",
68 "next": "mâine",
69 "next-2": "poimâine",
70 "past": {
71 "one": "acum {0} zi",
72 "few": "acum {0} zile",
73 "other": "acum {0} de zile"
74 },
75 "future": {
76 "one": "peste {0} zi",
77 "few": "peste {0} zile",
78 "other": "peste {0} de zile"
79 }
80 },
81 "hour": {
82 "current": "ora aceasta",
83 "past": {
84 "one": "acum {0} oră",
85 "few": "acum {0} ore",
86 "other": "acum {0} de ore"
87 },
88 "future": {
89 "one": "peste {0} oră",
90 "few": "peste {0} ore",
91 "other": "peste {0} de ore"
92 }
93 },
94 "minute": {
95 "current": "minutul acesta",
96 "past": {
97 "one": "acum {0} minut",
98 "few": "acum {0} minute",
99 "other": "acum {0} de minute"
100 },
101 "future": {
102 "one": "peste {0} minut",
103 "few": "peste {0} minute",
104 "other": "peste {0} de minute"
105 }
106 },
107 "second": {
108 "current": "acum",
109 "past": {
110 "one": "acum {0} secundă",
111 "few": "acum {0} secunde",
112 "other": "acum {0} de secunde"
113 },
114 "future": {
115 "one": "peste {0} secundă",
116 "few": "peste {0} secunde",
117 "other": "peste {0} de secunde"
118 }
119 }
120 },
121 "short": {
122 "year": {
123 "previous": "anul trecut",
124 "current": "anul acesta",
125 "next": "anul viitor",
126 "past": {
127 "one": "acum {0} an",
128 "few": "acum {0} ani",
129 "other": "acum {0} de ani"
130 },
131 "future": {
132 "one": "peste {0} an",
133 "few": "peste {0} ani",
134 "other": "peste {0} de ani"
135 }
136 },
137 "quarter": {
138 "previous": "trim. trecut",
139 "current": "trim. acesta",
140 "next": "trim. viitor",
141 "past": "acum {0} trim.",
142 "future": "peste {0} trim."
143 },
144 "month": {
145 "previous": "luna trecută",
146 "current": "luna aceasta",
147 "next": "luna viitoare",
148 "past": {
149 "one": "acum {0} lună",
150 "other": "acum {0} luni"
151 },
152 "future": {
153 "one": "peste {0} lună",
154 "other": "peste {0} luni"
155 }
156 },
157 "week": {
158 "previous": "săpt. trecută",
159 "current": "săpt. aceasta",
160 "next": "săpt. viitoare",
161 "past": "acum {0} săpt.",
162 "future": "peste {0} săpt."
163 },
164 "day": {
165 "previous": "ieri",
166 "previous-2": "alaltăieri",
167 "current": "azi",
168 "next": "mâine",
169 "next-2": "poimâine",
170 "past": {
171 "one": "acum {0} zi",
172 "few": "acum {0} zile",
173 "other": "acum {0} de zile"
174 },
175 "future": {
176 "one": "peste {0} zi",
177 "few": "peste {0} zile",
178 "other": "peste {0} de zile"
179 }
180 },
181 "hour": {
182 "current": "ora aceasta",
183 "past": "acum {0} h",
184 "future": "peste {0} h"
185 },
186 "minute": {
187 "current": "minutul acesta",
188 "past": "acum {0} min.",
189 "future": "peste {0} min."
190 },
191 "second": {
192 "current": "acum",
193 "past": "acum {0} sec.",
194 "future": "peste {0} sec."
195 }
196 },
197 "narrow": {
198 "year": {
199 "previous": "anul trecut",
200 "current": "anul acesta",
201 "next": "anul viitor",
202 "past": {
203 "one": "-{0} an",
204 "other": "-{0} ani"
205 },
206 "future": {
207 "one": "+{0} an",
208 "other": "+{0} ani"
209 }
210 },
211 "quarter": {
212 "previous": "trim. trecut",
213 "current": "trim. acesta",
214 "next": "trim. viitor",
215 "past": "-{0} trim.",
216 "future": "+{0} trim."
217 },
218 "month": {
219 "previous": "luna trecută",
220 "current": "luna aceasta",
221 "next": "luna viitoare",
222 "past": {
223 "one": "-{0} lună",
224 "other": "-{0} luni"
225 },
226 "future": {
227 "one": "+{0} lună",
228 "other": "+{0} luni"
229 }
230 },
231 "week": {
232 "previous": "săpt. trecută",
233 "current": "săptămâna aceasta",
234 "next": "săpt. viitoare",
235 "past": "-{0} săpt.",
236 "future": "+{0} săpt."
237 },
238 "day": {
239 "previous": "ieri",
240 "previous-2": "alaltăieri",
241 "current": "azi",
242 "next": "mâine",
243 "next-2": "poimâine",
244 "past": {
245 "one": "-{0} zi",
246 "other": "-{0} zile"
247 },
248 "future": {
249 "one": "+{0} zi",
250 "other": "+{0} zile"
251 }
252 },
253 "hour": {
254 "current": "ora aceasta",
255 "past": "-{0} h",
256 "future": "+{0} h"
257 },
258 "minute": {
259 "current": "minutul acesta",
260 "past": "-{0} m",
261 "future": "+{0} m"
262 },
263 "second": {
264 "current": "acum",
265 "past": "-{0} s",
266 "future": "+{0} s"
267 }
268 }
269}
\No newline at end of file