]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2012 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/common/rbnf/ga.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
10 | * ICU <specials> source: <path>/xml/rbnf/ga.xml | |
11 | */ | |
12 | ga{ | |
13 | RBNFRules{ | |
14 | DurationRules{ | |
15 | "%with-words:", | |
16 | "0: =0= soicind;", | |
17 | "60/60: <%%min<[, >>];", | |
18 | "3600/60: <%%hr<[, >>>];", | |
19 | "%%min:", | |
20 | "0: =0= n\u00C3\u00B3im\u00C3\u00A9ad;", | |
21 | "%%hr:", | |
22 | "0: =0= uair;", | |
23 | "3: =0= huaire;", | |
24 | "5: =0= uaire;", | |
25 | "6: =0= huaire;", | |
26 | "7: =0= n-uaire;", | |
27 | "10: =0= n-uair;", | |
28 | "11: =0= >%%uaire>;", | |
29 | "20: =0= uair; =0= >%%uaire>;", | |
30 | "%%uaire:", | |
31 | "1: uair;", | |
32 | "3: huaire;", | |
33 | "5: uaire;", | |
34 | "6: huaire;", | |
35 | "7: n-uaire;", | |
36 | "%hms:", | |
37 | "0: :=00=;", | |
38 | "60/60: <00<>>>", | |
39 | "3600/60: <#,##0<>>>;", | |
40 | "%in-numerals:", | |
41 | "0: =0= sec.;", | |
42 | "60: =%%min-sec=;", | |
43 | "3600: =%%hr-min-sec=;", | |
44 | "%%min-sec:", | |
45 | "0: :=00=;", | |
46 | "60/60: <0<>>;", | |
47 | "%%hr-min-sec:", | |
48 | "0: :=00=;", | |
49 | "60/60: <00<>>;", | |
50 | "3600/60: <#,##0<:>>>;", | |
51 | "%duration:", | |
52 | "0: =%in-numerals=;", | |
53 | "%%lenient-parse:", | |
54 | "& ':' = '.' = ' ' = '-';", | |
55 | } | |
56 | OrdinalRules{ | |
57 | "%digits-ordinal:", | |
58 | "-x: \u2212>>;", | |
59 | "0: =#,##0=\u00FA;", | |
60 | } | |
61 | SpelloutRules{ | |
62 | "%%2d-year:", | |
63 | "0: agus =%spellout-numbering=;", | |
64 | "10: =%%spellout-numbering-no-a=;", | |
65 | "%%lenient-parse:", | |
66 | "& ' ' , ',' ;", | |
67 | "%spellout-numbering-year@noparse:", | |
68 | "-x: m\u00EDneas >>;", | |
69 | "x.x: =#,##0.#=;", | |
70 | "0: =%spellout-numbering=;", | |
71 | "1000/100: <%%spellout-numbering-no-a< >%%2d-year>;", | |
72 | "10000: =%spellout-numbering=;", | |
73 | "%%spellout-numbering-no-a:", | |
74 | "0: n\u00E1id;", | |
75 | "1: aon;", | |
76 | "2: d\u00F3;", | |
77 | "3: tr\u00ED;", | |
78 | "4: ceathair;", | |
79 | "5: c\u00FAig;", | |
80 | "6: s\u00E9;", | |
81 | "7: seacht;", | |
82 | "8: ocht;", | |
83 | "9: naoi;", | |
84 | "10: deich;", | |
85 | "11: >>=%spellout-cardinal-postfixpart=;", | |
86 | "12: >>=%spellout-cardinal-postfixparth=;", | |
87 | "13: >>=%spellout-cardinal-postfixpart=;", | |
88 | "20: =%spellout-numbering=;", | |
89 | "%spellout-numbering@noparse:", | |
90 | "-x: m\u00EDneas >>;", | |
91 | "x.x: << pointe >>;", | |
92 | "0: a n\u00E1id;", | |
93 | "1: a haon;", | |
94 | "2: a d\u00F3;", | |
95 | "3: a tr\u00ED;", | |
96 | "4: a ceathair;", | |
97 | "5: a c\u00FAig;", | |
98 | "6: a s\u00E9;", | |
99 | "7: a seacht;", | |
100 | "8: a hocht;", | |
101 | "9: a naoi;", | |
102 | "10: a deich;", | |
103 | "11: >>=%spellout-cardinal-postfixpart=;", | |
104 | "12: >>=%spellout-cardinal-postfixparth=;", | |
105 | "13: >>=%spellout-cardinal-postfixpart=;", | |
106 | "20: fiche[ >>];", | |
107 | "30: tr\u00EDocha[ >>];", | |
108 | "40: daichead[ >>];", | |
109 | "50: caoga[ >>];", | |
110 | "60: seasca[ >>];", | |
111 | "70: seacht\u00F3[ >>];", | |
112 | "80: ocht\u00F3[ >>];", | |
113 | "90: n\u00F3cha[ >>];", | |
114 | "100: <%%hundreds<[>%%is-number>];", | |
115 | "1000: <%%thousands<[, >%spellout-numbering>];", | |
116 | "1000000: <%%millions<[, >%spellout-numbering>];", | |
117 | "1000000000: <%%billions<[, >%spellout-numbering>];", | |
118 | "1000000000000: <%%trillions<[, >%spellout-numbering>];", | |
119 | "1000000000000000: <%%quadrillions<[, >%spellout-numbering>];", | |
120 | "1000000000000000000: =#,##0=;", | |
121 | "%%is-number:", | |
122 | "0: =%%is= =%spellout-numbering=;", | |
123 | "%%is-numberp:", | |
124 | "0: =%%is= =%%numberp=;", | |
125 | "%%numberp:", | |
126 | "0: =%spellout-cardinal-prefixpart=;", | |
127 | "12: d\u00F3=%spellout-cardinal-postfixparth=;", | |
128 | "13: =%spellout-cardinal-prefixpart==%spellout-cardinal-postfixpart=;", | |
129 | "%spellout-cardinal-prefixpart@noparse:", | |
130 | "-x: m\u00EDneas >>;", | |
131 | "x.x: <%%numberp< pointe >>;", | |
132 | "0: n\u00E1id;", | |
133 | "1: aon;", | |
134 | "2: dh\u00E1;", | |
135 | "3: tr\u00ED;", | |
136 | "4: ceithre;", | |
137 | "5: c\u00FAig;", | |
138 | "6: s\u00E9;", | |
139 | "7: seacht;", | |
140 | "8: ocht;", | |
141 | "9: naoi;", | |
142 | "10: deich;", | |
143 | "11: >>;", | |
144 | "20: fiche[ is >>];", | |
145 | "30: tr\u00EDocha[ is >>];", | |
146 | "40: daichead[ is >>];", | |
147 | "50: caoga[ is >>];", | |
148 | "60: seasca[ is >>];", | |
149 | "70: seacht\u00F3[ is >>];", | |
150 | "80: ocht\u00F3[ is >>];", | |
151 | "90: n\u00F3cha[ is >>];", | |
152 | "100: <%%hundreds<[>%%is-numberp>];", | |
153 | "1000: <%%thousands<[, >%%numberp>];", | |
154 | "1000000: <%%millions<[, >%%numberp>];", | |
155 | "1000000000: <%%billions<[, >%%numberp>];", | |
156 | "1000000000000: <%%trillions<[, >%%numberp>];", | |
157 | "1000000000000000: <%%quadrillions<[, >%%numberp>];", | |
158 | "1000000000000000000: =#,##0=;", | |
159 | "%spellout-cardinal-postfixpart@noparse:", | |
160 | "-x: >>;", | |
161 | "x.x: ;", | |
162 | "0: ;", | |
163 | "1: ' amh\u00E1in;", | |
164 | "2: ;", | |
165 | "11: ' d\u00E9ag;", | |
166 | "20: ;", | |
167 | "%spellout-cardinal-postfixparth@noparse:", | |
168 | "-x: >>;", | |
169 | "x.x: ;", | |
170 | "0: ;", | |
171 | "1: ' amh\u00E1in;", | |
172 | "2: ;", | |
173 | "11: ' dh\u00E9ag;", | |
174 | "20: ;", | |
175 | "%%is:", | |
176 | "0: ' is;", | |
177 | "1: ;", | |
178 | "10: >>;", | |
179 | "%%hundreds:", | |
180 | "1: c\u00E9ad;", | |
181 | "2: =%spellout-cardinal-prefixpart= =%%hundredp=;", | |
182 | "%%hundredp:", | |
183 | "2: =%%hundred==%spellout-cardinal-postfixpart=;", | |
184 | "%%hundred:", | |
185 | "0: gc\u00E9ad;", | |
186 | "1: ch\u00E9ad;", | |
187 | "7: gc\u00E9ad;", | |
188 | "11: >>;", | |
189 | "%%thousands:", | |
190 | "1: m\u00EDle;", | |
191 | "2: =%spellout-cardinal-prefixpart= =%%thousandp=;", | |
192 | "100: <%%hundreds<>%%is-thousands>;", | |
193 | "%%thousandp:", | |
194 | "2: =%%thousand==%spellout-cardinal-postfixparth=;", | |
195 | "%%thousand:", | |
196 | "0: m\u00EDle;", | |
197 | "1: mh\u00EDle;", | |
198 | "7: m\u00EDle;", | |
199 | "11: >>;", | |
200 | "%%is-thousands:", | |
201 | "0: ' =%%thousand=;", | |
202 | "1: ' is =%spellout-cardinal-prefixpart= =%%thousand=;", | |
203 | "11: ' is =%%thousands=;", | |
204 | "20: =%%is= =%%thousands=;", | |
205 | "%%millions:", | |
206 | "1: milli\u00FAn;", | |
207 | "2: =%spellout-cardinal-prefixpart= =%%millionsp=;", | |
208 | "100: <%%hundreds<>%%is-millions>;", | |
209 | "%%millionsp:", | |
210 | "2: =%%million==%spellout-cardinal-postfixpart=;", | |
211 | "%%million:", | |
212 | "0: milli\u00FAn;", | |
213 | "1: mhilli\u00FAn;", | |
214 | "7: milli\u00FAn;", | |
215 | "11: >>;", | |
216 | "%%is-millions:", | |
217 | "0: ' =%%million=;", | |
218 | "1: ' is =%spellout-cardinal-prefixpart= =%%million=;", | |
219 | "11: ' is =%%millions=;", | |
220 | "20: =%%is= =%%millions=;", | |
221 | "%%billions:", | |
222 | "1: billi\u00FAn;", | |
223 | "2: =%spellout-cardinal-prefixpart= billi\u00FAn=%spellout-cardinal-postfixpart=;", | |
224 | "100: <%%hundreds<>%%is-billions>;", | |
225 | "%%is-billions:", | |
226 | "0: ' billi\u00FAn;", | |
227 | "1: ' is =%spellout-cardinal-prefixpart= billi\u00FAn;", | |
228 | "11: ' is =%%billions=;", | |
229 | "20: =%%is= =%%billions=;", | |
230 | "%%trillions:", | |
231 | "1: thrilli\u00FAn;", | |
232 | "2: =%spellout-cardinal-prefixpart= =%%trillionsp=;", | |
233 | "100: <%%hundreds<>%%is-trillions>;", | |
234 | "%%trillionsp:", | |
235 | "2: =%%trillion==%spellout-cardinal-postfixpart=;", | |
236 | "%%trillion:", | |
237 | "0: dtrilli\u00FAn;", | |
238 | "1: thrilli\u00FAn;", | |
239 | "7: dtrilli\u00FAn;", | |
240 | "11: >>;", | |
241 | "%%is-trillions:", | |
242 | "0: ' =%%trillion=;", | |
243 | "1: ' is =%spellout-cardinal-prefixpart= =%%trillion=;", | |
244 | "11: ' is =%%trillions=;", | |
245 | "20: =%%is= =%%trillions=;", | |
246 | "%%quadrillions:", | |
247 | "1: quadrilli\u00FAn;", | |
248 | "2: =%spellout-cardinal-prefixpart= quadrilli\u00FAn=%spellout-cardinal-postfixpart=;", | |
249 | "100: <%%hundreds<>%%is-quadrillions>;", | |
250 | "%%is-quadrillions:", | |
251 | "0: ' quadrilli\u00FAn;", | |
252 | "1: ' is =%spellout-cardinal-prefixpart= quadrilli\u00FAn;", | |
253 | "11: ' is =%%quadrillions=;", | |
254 | "20: =%%is= =%%quadrillions=;", | |
255 | } | |
256 | } | |
257 | Version{"2.0.41.38"} | |
258 | } |