]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
b331163b | 3 | rm{ |
0f5d89e8 | 4 | Version{"2.1.41.97"} |
b331163b A |
5 | durationUnits{ |
6 | hm{"h:mm"} | |
7 | hms{"h:mm:ss"} | |
8 | ms{"m:ss"} | |
9 | } | |
10 | units{ | |
11 | duration{ | |
12 | day{ | |
13 | one{"{0} di"} | |
14 | other{"{0} dis"} | |
15 | } | |
16 | hour{ | |
17 | one{"{0} ura"} | |
18 | other{"{0} uras"} | |
19 | } | |
20 | minute{ | |
21 | one{"{0} minuta"} | |
22 | other{"{0} minutas"} | |
23 | } | |
24 | month{ | |
25 | one{"{0} mais"} | |
26 | other{"{0} mais"} | |
27 | } | |
28 | second{ | |
29 | one{"{0} secunda"} | |
30 | other{"{0} secundas"} | |
31 | } | |
32 | week{ | |
33 | one{"{0} emna"} | |
34 | other{"{0} emnas"} | |
35 | } | |
36 | year{ | |
37 | one{"{0} onn"} | |
38 | other{"{0} onns"} | |
39 | } | |
40 | } | |
41 | } | |
42 | unitsNarrow{ | |
43 | duration{ | |
44 | day{ | |
45 | one{"{0} dis"} | |
46 | other{"{0} dis"} | |
47 | } | |
48 | hour{ | |
49 | one{"{0} uras"} | |
50 | other{"{0} uras"} | |
51 | } | |
52 | minute{ | |
53 | one{"{0} mins."} | |
54 | other{"{0} mins."} | |
55 | } | |
56 | month{ | |
57 | one{"{0} mais"} | |
58 | other{"{0} mais"} | |
59 | } | |
60 | second{ | |
61 | one{"{0} secs."} | |
62 | other{"{0} secs."} | |
63 | } | |
64 | week{ | |
65 | one{"{0} emnas"} | |
66 | other{"{0} emnas"} | |
67 | } | |
68 | year{ | |
69 | one{"{0} onns"} | |
70 | other{"{0} onns"} | |
71 | } | |
72 | } | |
73 | } | |
74 | unitsShort{ | |
75 | duration{ | |
76 | day{ | |
77 | one{"{0} di"} | |
78 | other{"{0} dis"} | |
79 | } | |
80 | hour{ | |
81 | one{"{0} ura"} | |
82 | other{"{0} uras"} | |
83 | } | |
84 | minute{ | |
85 | one{"{0} min."} | |
86 | other{"{0} mins."} | |
87 | } | |
88 | month{ | |
89 | one{"{0} mais"} | |
90 | other{"{0} mais"} | |
91 | } | |
92 | second{ | |
93 | one{"{0} sec."} | |
94 | other{"{0} secs."} | |
95 | } | |
96 | week{ | |
97 | one{"{0} emna"} | |
98 | other{"{0} emnas"} | |
99 | } | |
100 | year{ | |
101 | one{"{0} onn"} | |
102 | other{"{0} onns"} | |
103 | } | |
104 | } | |
105 | } | |
106 | } |