UNPKG

5.08 kBJSONView Raw
1{
2 "locale": "sk",
3 "long": {
4 "year": {
5 "previous": "minulý rok",
6 "current": "tento rok",
7 "next": "budúci rok",
8 "past": {
9 "one": "pred {0} rokom",
10 "many": "pred {0} roka",
11 "other": "pred {0} rokmi"
12 },
13 "future": {
14 "one": "o {0} rok",
15 "few": "o {0} roky",
16 "many": "o {0} roka",
17 "other": "o {0} rokov"
18 }
19 },
20 "quarter": {
21 "previous": "minulý štvrťrok",
22 "current": "tento štvrťrok",
23 "next": "budúci štvrťrok",
24 "past": {
25 "one": "pred {0} štvrťrokom",
26 "many": "pred {0} štvrťroka",
27 "other": "pred {0} štvrťrokmi"
28 },
29 "future": {
30 "one": "o {0} štvrťrok",
31 "few": "o {0} štvrťroky",
32 "many": "o {0} štvrťroka",
33 "other": "o {0} štvrťrokov"
34 }
35 },
36 "month": {
37 "previous": "minulý mesiac",
38 "current": "tento mesiac",
39 "next": "budúci mesiac",
40 "past": {
41 "one": "pred {0} mesiacom",
42 "many": "pred {0} mesiaca",
43 "other": "pred {0} mesiacmi"
44 },
45 "future": {
46 "one": "o {0} mesiac",
47 "few": "o {0} mesiace",
48 "many": "o {0} mesiaca",
49 "other": "o {0} mesiacov"
50 }
51 },
52 "week": {
53 "previous": "minulý týždeň",
54 "current": "tento týždeň",
55 "next": "budúci týždeň",
56 "past": {
57 "one": "pred {0} týždňom",
58 "many": "pred {0} týždňa",
59 "other": "pred {0} týždňami"
60 },
61 "future": {
62 "one": "o {0} týždeň",
63 "few": "o {0} týždne",
64 "many": "o {0} týždňa",
65 "other": "o {0} týždňov"
66 }
67 },
68 "day": {
69 "previous": "včera",
70 "previous-2": "predvčerom",
71 "current": "dnes",
72 "next": "zajtra",
73 "next-2": "pozajtra",
74 "past": {
75 "one": "pred {0} dňom",
76 "many": "pred {0} dňa",
77 "other": "pred {0} dňami"
78 },
79 "future": {
80 "one": "o {0} deň",
81 "few": "o {0} dni",
82 "many": "o {0} dňa",
83 "other": "o {0} dní"
84 }
85 },
86 "hour": {
87 "current": "v tejto hodine",
88 "past": {
89 "one": "pred {0} hodinou",
90 "many": "pred {0} hodinou",
91 "other": "pred {0} hodinami"
92 },
93 "future": {
94 "one": "o {0} hodinu",
95 "few": "o {0} hodiny",
96 "many": "o {0} hodiny",
97 "other": "o {0} hodín"
98 }
99 },
100 "minute": {
101 "current": "v tejto minúte",
102 "past": {
103 "one": "pred {0} minútou",
104 "many": "pred {0} minúty",
105 "other": "pred {0} minútami"
106 },
107 "future": {
108 "one": "o {0} minútu",
109 "few": "o {0} minúty",
110 "many": "o {0} minúty",
111 "other": "o {0} minút"
112 }
113 },
114 "second": {
115 "current": "teraz",
116 "past": {
117 "one": "pred {0} sekundou",
118 "many": "pred {0} sekundy",
119 "other": "pred {0} sekundami"
120 },
121 "future": {
122 "one": "o {0} sekundu",
123 "few": "o {0} sekundy",
124 "many": "o {0} sekundy",
125 "other": "o {0} sekúnd"
126 }
127 }
128 },
129 "short": {
130 "year": {
131 "previous": "minulý rok",
132 "current": "tento rok",
133 "next": "budúci rok",
134 "past": "pred {0} r.",
135 "future": "o {0} r."
136 },
137 "quarter": {
138 "previous": "minulý štvrťr.",
139 "current": "tento štvrťr.",
140 "next": "budúci štvrťr.",
141 "past": "pred {0} štvrťr.",
142 "future": "o {0} štvrťr."
143 },
144 "month": {
145 "previous": "minulý mes.",
146 "current": "tento mes.",
147 "next": "budúci mes.",
148 "past": "pred {0} mes.",
149 "future": "o {0} mes."
150 },
151 "week": {
152 "previous": "minulý týž.",
153 "current": "tento týž.",
154 "next": "budúci týž.",
155 "past": "pred {0} týž.",
156 "future": "o {0} týž."
157 },
158 "day": {
159 "previous": "včera",
160 "previous-2": "predvčerom",
161 "current": "dnes",
162 "next": "zajtra",
163 "next-2": "pozajtra",
164 "past": "pred {0} d.",
165 "future": "o {0} d."
166 },
167 "hour": {
168 "current": "v tejto hodine",
169 "past": "pred {0} h",
170 "future": "o {0} h"
171 },
172 "minute": {
173 "current": "v tejto minúte",
174 "past": "pred {0} min",
175 "future": "o {0} min"
176 },
177 "second": {
178 "current": "teraz",
179 "past": "pred {0} s",
180 "future": "o {0} s"
181 }
182 },
183 "narrow": {
184 "year": {
185 "previous": "minulý rok",
186 "current": "tento rok",
187 "next": "budúci rok",
188 "past": "pred {0} r.",
189 "future": "o {0} r."
190 },
191 "quarter": {
192 "previous": "minulý štvrťr.",
193 "current": "tento štvrťr.",
194 "next": "budúci štvrťr.",
195 "past": "pred {0} štvrťr.",
196 "future": "o {0} štvrťr."
197 },
198 "month": {
199 "previous": "minulý mes.",
200 "current": "tento mes.",
201 "next": "budúci mes.",
202 "past": "pred {0} mes.",
203 "future": "o {0} mes."
204 },
205 "week": {
206 "previous": "minulý týž.",
207 "current": "tento týž.",
208 "next": "budúci týž.",
209 "past": "pred {0} týž.",
210 "future": "o {0} týž."
211 },
212 "day": {
213 "previous": "včera",
214 "previous-2": "predvčerom",
215 "current": "dnes",
216 "next": "zajtra",
217 "next-2": "pozajtra",
218 "past": "pred {0} d.",
219 "future": "o {0} d."
220 },
221 "hour": {
222 "current": "v tejto hodine",
223 "past": "pred {0} h",
224 "future": "o {0} h"
225 },
226 "minute": {
227 "current": "v tejto minúte",
228 "past": "pred {0} min",
229 "future": "o {0} min"
230 },
231 "second": {
232 "current": "teraz",
233 "past": "pred {0} s",
234 "future": "o {0} s"
235 }
236 }
237}
\No newline at end of file