UNPKG

1.92 kBJavaScriptView Raw
1export default {
2 "locale": "ia",
3 "style": "long",
4 "year": {
5 "previous": "le anno passate",
6 "current": "iste anno",
7 "next": "le anno proxime",
8 "past": {
9 "one": "{0} anno retro",
10 "other": "{0} annos retro"
11 },
12 "future": {
13 "one": "in {0} anno",
14 "other": "in {0} annos"
15 }
16 },
17 "quarter": {
18 "previous": "le trimestre passate",
19 "current": "iste trimestre",
20 "next": "le trimestre proxime",
21 "past": {
22 "one": "{0} trimestre retro",
23 "other": "{0} trimestres retro"
24 },
25 "future": {
26 "one": "in {0} trimestre",
27 "other": "in {0} trimestres"
28 }
29 },
30 "month": {
31 "previous": "le mense passate",
32 "current": "iste mense",
33 "next": "le mense proxime",
34 "past": {
35 "one": "{0} mense retro",
36 "other": "{0} menses retro"
37 },
38 "future": {
39 "one": "in {0} mense",
40 "other": "in {0} menses"
41 }
42 },
43 "week": {
44 "previous": "le septimana passate",
45 "current": "iste septimana",
46 "next": "le septimana proxime",
47 "past": {
48 "one": "{0} septimana retro",
49 "other": "{0} septimanas retro"
50 },
51 "future": {
52 "one": "in {0} septimana",
53 "other": "in {0} septimanas"
54 }
55 },
56 "day": {
57 "previous": "heri",
58 "current": "hodie",
59 "next": "deman",
60 "past": {
61 "one": "{0} die retro",
62 "other": "{0} dies retro"
63 },
64 "future": {
65 "one": "in {0} die",
66 "other": "in {0} dies"
67 }
68 },
69 "hour": {
70 "current": "iste hora",
71 "past": {
72 "one": "{0} hora retro",
73 "other": "{0} horas retro"
74 },
75 "future": {
76 "one": "in {0} hora",
77 "other": "in {0} horas"
78 }
79 },
80 "minute": {
81 "current": "iste minuta",
82 "past": {
83 "one": "{0} minuta retro",
84 "other": "{0} minutas retro"
85 },
86 "future": {
87 "one": "in {0} minuta",
88 "other": "in {0} minutas"
89 }
90 },
91 "second": {
92 "current": "ora",
93 "past": {
94 "one": "{0} secunda retro",
95 "other": "{0} secundas retro"
96 },
97 "future": {
98 "one": "in {0} secunda",
99 "other": "in {0} secundas"
100 }
101 }
102}
\No newline at end of file