UNPKG

1.2 kBJavaScriptView Raw
1export default {
2 "locale": "eo",
3 "style": "narrow",
4 "year": {
5 "previous": "la antaŭan jaron",
6 "current": "ĉi tiun jaron",
7 "next": "la sekvan jaron",
8 "past": "antaŭ {0} j",
9 "future": "post {0} j"
10 },
11 "quarter": {
12 "previous": "la antaŭan kvaronjaron",
13 "current": "ĉi tiun kvaronjaron",
14 "next": "la sekvan kvaronjaron",
15 "past": "antaŭ {0} kvaronjar.",
16 "future": "post {0} kvaronjar."
17 },
18 "month": {
19 "previous": "la antaŭan monaton",
20 "current": "ĉi tiun monaton",
21 "next": "la sekvan monaton",
22 "past": "antaŭ {0} m",
23 "future": "post {0} m"
24 },
25 "week": {
26 "previous": "ant. sem.",
27 "current": "ĉi-sem.",
28 "next": "sekv. sem.",
29 "past": "antaŭ {0} sem.",
30 "future": "post {0} sem."
31 },
32 "day": {
33 "previous": "hieraŭ",
34 "previous-2": "antaŭhieraŭ",
35 "current": "hodiaŭ",
36 "next": "morgaŭ",
37 "next-2": "postmorgaŭ",
38 "past": "antaŭ {0} d",
39 "future": "post {0} d"
40 },
41 "hour": {
42 "current": "ĉi-hore",
43 "past": "antaŭ {0} h",
44 "future": "post {0} h"
45 },
46 "minute": {
47 "current": "ĉi-minute",
48 "past": "antaŭ {0} min",
49 "future": "post {0} min"
50 },
51 "second": {
52 "current": "nun",
53 "past": "antaŭ {0} s",
54 "future": "post {0} s"
55 }
56}
\No newline at end of file