]>
Commit | Line | Data |
---|---|---|
1 | // © 2016 and later: Unicode, Inc. and others. | |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | fr_CH{ | |
4 | RBNFRules{ | |
5 | SpelloutRules{ | |
6 | "%%lenient-parse:", | |
7 | "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';", | |
8 | "%spellout-numbering-year:", | |
9 | "-x: moins >>;", | |
10 | "x.x: =0.0=;", | |
11 | "0: =%spellout-numbering=;", | |
12 | "1100/100: <%spellout-cardinal-masculine<-cent>%%cents-m>;", | |
13 | "10000: =%spellout-numbering=;", | |
14 | "%spellout-numbering:", | |
15 | "0: =%spellout-cardinal-masculine=;", | |
16 | "%%et-un:", | |
17 | "1: et-un;", | |
18 | "2: =%spellout-cardinal-masculine=;", | |
19 | "11: et-onze;", | |
20 | "12: =%spellout-cardinal-masculine=;", | |
21 | "%%cents-m:", | |
22 | "0: s;", | |
23 | "1: ' =%spellout-cardinal-masculine=;", | |
24 | "%%spellout-leading:", | |
25 | "0: =%spellout-cardinal-masculine=;", | |
26 | "100: cent[ >>];", | |
27 | "200: << cent[ >>];", | |
28 | "1000: =%spellout-cardinal-masculine=;", | |
29 | "%spellout-cardinal-masculine:", | |
30 | "-x: moins >>;", | |
31 | "x.x: << virgule >>;", | |
32 | "0: z\u00E9ro;", | |
33 | "1: un;", | |
34 | "2: deux;", | |
35 | "3: trois;", | |
36 | "4: quatre;", | |
37 | "5: cinq;", | |
38 | "6: six;", | |
39 | "7: sept;", | |
40 | "8: huit;", | |
41 | "9: neuf;", | |
42 | "10: dix;", | |
43 | "11: onze;", | |
44 | "12: douze;", | |
45 | "13: treize;", | |
46 | "14: quatorze;", | |
47 | "15: quinze;", | |
48 | "16: seize;", | |
49 | "17: dix->>;", | |
50 | "20: vingt[->%%et-un>];", | |
51 | "30: trente[->%%et-un>];", | |
52 | "40: quarante[->%%et-un>];", | |
53 | "50: cinquante[->%%et-un>];", | |
54 | "60: soixante[->%%et-un>];", | |
55 | "70: septante[->%%et-un>];", | |
56 | "80: huitante[->%%et-un>];", | |
57 | "90: nonante[->%%et-un>];", | |
58 | "100: cent[ >>];", | |
59 | "200: << cent>%%cents-m>;", | |
60 | "1000: mille[ >>];", | |
61 | "2000: <%%spellout-leading< mille[ >>];", | |
62 | "1000000: un million[ >>];", | |
63 | "2000000: <%%spellout-leading< millions[ >>];", | |
64 | "1000000000: un milliard[ >>];", | |
65 | "2000000000: <%%spellout-leading< milliards[ >>];", | |
66 | "1000000000000: un billion[ >>];", | |
67 | "2000000000000: <%%spellout-leading< billions[ >>];", | |
68 | "1000000000000000: un billiard[ >>];", | |
69 | "2000000000000000: <%%spellout-leading< billiards[ >>];", | |
70 | "1000000000000000000: =#,##0=;", | |
71 | "%%et-une:", | |
72 | "1: et-une;", | |
73 | "2: =%spellout-cardinal-feminine=;", | |
74 | "11: et-onze;", | |
75 | "12: =%spellout-cardinal-feminine=;", | |
76 | "%%cents-f:", | |
77 | "0: s;", | |
78 | "1: ' =%spellout-cardinal-feminine=;", | |
79 | "%spellout-cardinal-feminine:", | |
80 | "-x: moins >>;", | |
81 | "x.x: << virgule >>;", | |
82 | "0: z\u00E9ro;", | |
83 | "1: une;", | |
84 | "2: =%spellout-cardinal-masculine=;", | |
85 | "20: vingt[->%%et-une>];", | |
86 | "30: trente[->%%et-une>];", | |
87 | "40: quarante[->%%et-une>];", | |
88 | "50: cinquante[->%%et-une>];", | |
89 | "60: soixante[->%%et-une>];", | |
90 | "70: septante[->%%et-une>];", | |
91 | "80: huitante[->%%et-une>];", | |
92 | "90: nonante[->%%et-une>];", | |
93 | "100: cent[ >>];", | |
94 | "200: <%spellout-cardinal-masculine< cent>%%cents-f>;", | |
95 | "1000: mille[ >>];", | |
96 | "2000: <%%spellout-leading< mille[ >>];", | |
97 | "1000000: un million[ >>];", | |
98 | "2000000: <%%spellout-leading< millions[ >>];", | |
99 | "1000000000: un milliard[ >>];", | |
100 | "2000000000: <%%spellout-leading< milliards[ >>];", | |
101 | "1000000000000: un billion[ >>];", | |
102 | "2000000000000: <%%spellout-leading< billions[ >>];", | |
103 | "1000000000000000: un billiard[ >>];", | |
104 | "2000000000000000: <%%spellout-leading< billiards[ >>];", | |
105 | "1000000000000000000: =#,##0=;", | |
106 | "%%et-unieme:", | |
107 | "1: et-uni\u00E8me;", | |
108 | "2: =%%spellout-ordinal=;", | |
109 | "11: et-onzi\u00E8me;", | |
110 | "12: =%%spellout-ordinal=;", | |
111 | "%%cents-o:", | |
112 | "0: i\u00E8me;", | |
113 | "1: -=%%et-unieme=;", | |
114 | "2: ' =%%spellout-ordinal=;", | |
115 | "11: -et-onzi\u00E8me;", | |
116 | "12: ' =%%spellout-ordinal=;", | |
117 | "%%mille-o:", | |
118 | "0: i\u00E8me;", | |
119 | "1: e-=%%et-unieme=;", | |
120 | "2: e =%%spellout-ordinal=;", | |
121 | "11: e-et-onzi\u00E8me;", | |
122 | "12: e =%%spellout-ordinal=;", | |
123 | "%%spellout-ordinal:", | |
124 | "1: uni\u00E8me;", | |
125 | "2: deuxi\u00E8me;", | |
126 | "3: troisi\u00E8me;", | |
127 | "4: quatri\u00E8me;", | |
128 | "5: cinqui\u00E8me;", | |
129 | "6: sixi\u00E8me;", | |
130 | "7: septi\u00E8me;", | |
131 | "8: huiti\u00E8me;", | |
132 | "9: neuvi\u00E8me;", | |
133 | "10: dixi\u00E8me;", | |
134 | "11: onzi\u00E8me;", | |
135 | "12: douzi\u00E8me;", | |
136 | "13: treizi\u00E8me;", | |
137 | "14: quatorzi\u00E8me;", | |
138 | "15: quinzi\u00E8me;", | |
139 | "16: seizi\u00E8me;", | |
140 | "17: dix->>;", | |
141 | "20: vingti\u00E8me;", | |
142 | "21: vingt->%%et-unieme>;", | |
143 | "30: trenti\u00E8me;", | |
144 | "31: trente->%%et-unieme>;", | |
145 | "40: quaranti\u00E8me;", | |
146 | "41: quarante->%%et-unieme>;", | |
147 | "50: cinquanti\u00E8me;", | |
148 | "51: cinquante->%%et-unieme>;", | |
149 | "60: soixanti\u00E8me;", | |
150 | "61: soixante->%%et-unieme>;", | |
151 | "70: septanti\u00E8me;", | |
152 | "71: septante->%%et-unieme>;", | |
153 | "80: huitanti\u00E8me;", | |
154 | "81: huitante->%%et-unieme>;", | |
155 | "90: nonanti\u00E8me;", | |
156 | "91: nonante->%%et-unieme>;", | |
157 | "100: cent>%%cents-o>;", | |
158 | "200: <%spellout-cardinal-masculine< cent>%%cents-o>;", | |
159 | "1000: mill>%%mille-o>;", | |
160 | "2000: <%%spellout-leading< mill>%%mille-o>;", | |
161 | "1000000: <%%spellout-leading< million>%%cents-o>;", | |
162 | "1000000000: <%%spellout-leading< milliard>%%cents-o>;", | |
163 | "1000000000000: <%%spellout-leading< billion>%%cents-o>;", | |
164 | "1000000000000000: <%%spellout-leading< billiard>%%cents-o>;", | |
165 | "1000000000000000000: =#,##0=;", | |
166 | "%spellout-ordinal-masculine-plural:", | |
167 | "0: =%spellout-ordinal-masculine=s;", | |
168 | "%spellout-ordinal-masculine:", | |
169 | "-x: moins >>;", | |
170 | "x.x: =#,##0.#=;", | |
171 | "0: z\u00E9roi\u00E8me;", | |
172 | "1: premier;", | |
173 | "2: =%%spellout-ordinal=;", | |
174 | "%spellout-ordinal-feminine-plural:", | |
175 | "0: =%spellout-ordinal-feminine=s;", | |
176 | "%spellout-ordinal-feminine:", | |
177 | "-x: moins >>;", | |
178 | "x.x: =#,##0.#=;", | |
179 | "0: z\u00E9roi\u00E8me;", | |
180 | "1: premi\u00E8re;", | |
181 | "2: =%%spellout-ordinal=;", | |
182 | } | |
183 | } | |
184 | Version{"36.1"} | |
185 | } |