UNPKG

2.06 kBJavaScriptView Raw
1export default {
2 "locale": "yrl",
3 "style": "narrow",
4 "year": {
5 "previous": "akayú kuera",
6 "current": "kuá akayú",
7 "next": "amũ akayú",
8 "past": {
9 "one": "aikué {0} akayú",
10 "other": "aikué {0} akayú itá"
11 },
12 "future": {
13 "one": "{0} akayú resê",
14 "other": "{0} akayú itá resê"
15 }
16 },
17 "quarter": {
18 "previous": "kasakiriwara musapíri-yasí",
19 "current": "kuá musapíri-yasí",
20 "next": "amũ musapíri-yasí",
21 "past": {
22 "one": "aikué {0} mu-y.",
23 "other": "aikué {0} mu-y. itá"
24 },
25 "future": {
26 "one": "{0} mu-y. resê",
27 "other": "{0} mu-y. itá resê"
28 }
29 },
30 "month": {
31 "previous": "yasí kuera",
32 "current": "kuá yasí",
33 "next": "amũ yasí",
34 "past": {
35 "one": "aikué {0} yasí",
36 "other": "aikué {0} yasí itá"
37 },
38 "future": {
39 "one": "{0} yasí resê",
40 "other": "{0} yasí itá resê"
41 }
42 },
43 "week": {
44 "previous": "sẽmãna kuera",
45 "current": "kuá sẽmãna",
46 "next": "amũ sẽmãna",
47 "past": {
48 "one": "aikué {0} sẽm.",
49 "other": "aikué {0} sẽm. itá"
50 },
51 "future": {
52 "one": "{0} sẽm. resê",
53 "other": "{0} sẽm. itá resê"
54 }
55 },
56 "day": {
57 "previous": "kuesê",
58 "previous-2": "amũ kuesê",
59 "current": "wií",
60 "next": "wirãdé",
61 "next-2": "wirãdé ariré",
62 "past": {
63 "one": "aikué {0} ara",
64 "other": "aikué {0} ara itá"
65 },
66 "future": {
67 "one": "{0} ara resê",
68 "other": "{0} ara itá resê"
69 }
70 },
71 "hour": {
72 "current": "kuá hura",
73 "past": {
74 "one": "aikué {0} h",
75 "other": "aikué {0} h itá"
76 },
77 "future": {
78 "one": "{0} h resê",
79 "other": "{0} h resê itá"
80 }
81 },
82 "minute": {
83 "current": "kuá minutu",
84 "past": {
85 "one": "aikué {0} min.",
86 "other": "aikué {0} min. itá"
87 },
88 "future": {
89 "one": "{0} min. resê",
90 "other": "{0} min. resê itá"
91 }
92 },
93 "second": {
94 "current": "kuíri",
95 "past": {
96 "one": "aikué {0} seg.",
97 "other": "aikué {0} seg. itá"
98 },
99 "future": {
100 "one": "{0} seg. resê",
101 "other": "{0} seg. resê itá"
102 }
103 }
104}
\No newline at end of file