]>
Commit | Line | Data |
---|---|---|
51004dcb A |
1 | // *************************************************************************** |
2 | // * | |
57a6839d | 3 | // * Copyright (C) 2014 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/jgo.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
57a6839d | 10 | * ICU <specials> source: <path>/common/main/jgo.xml |
51004dcb A |
11 | */ |
12 | jgo{ | |
13 | AuxExemplarCharacters{"[e o q r x]"} | |
14 | ExemplarCharacters{ | |
15 | "[a á â ǎ b c d ɛ {ɛ\u0301} {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} {ɛ\u0304} f g h i í" | |
16 | " î ǐ j k l m ḿ {m\u0300} {m\u0304} n ń ǹ {n\u0304} ŋ {ŋ\u0301} {ŋ\u0300} {ŋ" | |
17 | "\u0304} ɔ {ɔ\u0301} {ɔ\u0302} {ɔ\u030C} p {pf} s {sh} t {ts} u ú û ǔ ʉ {ʉ" | |
18 | "\u0301} {ʉ\u0302} {ʉ\u030C} {ʉ\u0308} v w ẅ y z ꞌ]" | |
19 | } | |
20 | ExemplarCharactersIndex{ | |
21 | "[A B C D Ɛ F G H I J K L M N Ŋ Ɔ P {Pf} S {Sh} T {Ts} U Ʉ {Ʉ\u0308} V W Ẅ Y " | |
22 | "Z Ꞌ]" | |
23 | } | |
24 | ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ‹ › « »]"} | |
25 | LocaleScript{ | |
26 | "Latn", | |
27 | } | |
57a6839d | 28 | MoreInformation{"?"} |
51004dcb A |
29 | NumberElements{ |
30 | default{"latn"} | |
31 | latn{ | |
32 | patterns{ | |
33 | currencyFormat{"¤ #,##0.00"} | |
34 | decimalFormat{"#,##0.###"} | |
35 | percentFormat{"#,##0%"} | |
36 | scientificFormat{"#E0"} | |
37 | } | |
38 | symbols{ | |
39 | decimal{","} | |
40 | exponential{"E"} | |
41 | group{"."} | |
42 | infinity{"∞"} | |
43 | list{";"} | |
44 | minusSign{"-"} | |
45 | nan{"NaN"} | |
46 | perMille{"‰"} | |
47 | percentSign{"%"} | |
48 | plusSign{"+"} | |
49 | } | |
50 | } | |
51 | native{"latn"} | |
52 | } | |
57a6839d | 53 | Version{"2.0.97.70"} |
51004dcb A |
54 | calendar{ |
55 | generic{ | |
56 | DateTimePatterns{ | |
57 | "HH:mm:ss zzzz", | |
58 | "HH:mm:ss z", | |
59 | "HH:mm:ss", | |
60 | "HH:mm", | |
61 | "EEEE, G y MMMM dd", | |
62 | "G y MMMM d", | |
63 | "G y MMM d", | |
64 | "GGGGG y-MM-dd", | |
65 | "{1} {0}", | |
66 | "{1} {0}", | |
67 | "{1} {0}", | |
68 | "{1} {0}", | |
69 | "{1} {0}", | |
70 | } | |
71 | availableFormats{ | |
72 | Ed{"E d"} | |
73 | MEd{"E, d.M"} | |
74 | Md{"d.M"} | |
57a6839d | 75 | yyyyMd{"M.d.y G"} |
51004dcb A |
76 | } |
77 | intervalFormats{ | |
78 | fallback{"{0} – {1}"} | |
79 | } | |
80 | } | |
81 | gregorian{ | |
82 | AmPmMarkers{ | |
57a6839d | 83 | "mbaꞌmbaꞌ", |
51004dcb A |
84 | "ŋka mbɔ́t nji", |
85 | } | |
86 | DateTimePatterns{ | |
87 | "HH:mm:ss zzzz", | |
88 | "HH:mm:ss z", | |
89 | "HH:mm:ss", | |
90 | "HH:mm", | |
91 | "EEEE, y MMMM dd", | |
92 | "y MMMM d", | |
93 | "y MMM d", | |
94 | "y-MM-dd", | |
95 | "{1} {0}", | |
96 | "{1} {0}", | |
97 | "{1} {0}", | |
98 | "{1} {0}", | |
99 | "{1} {0}", | |
100 | } | |
101 | availableFormats{ | |
102 | Ed{"E d"} | |
103 | MEd{"E, d.M"} | |
104 | Md{"d.M"} | |
105 | yMd{"M.d.y"} | |
106 | } | |
107 | dayNames{ | |
108 | format{ | |
109 | abbreviated{ | |
110 | "Sɔ́ndi", | |
111 | "Mɔ́ndi", | |
112 | "Ápta Mɔ́ndi", | |
113 | "Wɛ́nɛsɛdɛ", | |
114 | "Tɔ́sɛdɛ", | |
115 | "Fɛlâyɛdɛ", | |
116 | "Sásidɛ", | |
117 | } | |
118 | narrow{ | |
119 | "Sɔ́", | |
120 | "Mɔ́", | |
121 | "ÁM", | |
122 | "Wɛ́", | |
123 | "Tɔ́", | |
124 | "Fɛ", | |
125 | "Sá", | |
126 | } | |
127 | wide{ | |
128 | "Sɔ́ndi", | |
129 | "Mɔ́ndi", | |
130 | "Ápta Mɔ́ndi", | |
131 | "Wɛ́nɛsɛdɛ", | |
132 | "Tɔ́sɛdɛ", | |
133 | "Fɛlâyɛdɛ", | |
134 | "Sásidɛ", | |
135 | } | |
136 | } | |
137 | stand-alone{ | |
138 | abbreviated{ | |
139 | "Sɔ́ndi", | |
140 | "Mɔ́ndi", | |
141 | "Ápta Mɔ́ndi", | |
142 | "Wɛ́nɛsɛdɛ", | |
143 | "Tɔ́sɛdɛ", | |
144 | "Fɛlâyɛdɛ", | |
145 | "Sásidɛ", | |
146 | } | |
147 | narrow{ | |
148 | "Sɔ́", | |
149 | "Mɔ́", | |
150 | "ÁM", | |
151 | "Wɛ́", | |
152 | "Tɔ́", | |
153 | "Fɛ", | |
154 | "Sá", | |
155 | } | |
156 | wide{ | |
157 | "Sɔ́ndi", | |
158 | "Mɔ́ndi", | |
159 | "Ápta Mɔ́ndi", | |
160 | "Wɛ́nɛsɛdɛ", | |
161 | "Tɔ́sɛdɛ", | |
162 | "Fɛlâyɛdɛ", | |
163 | "Sásidɛ", | |
164 | } | |
165 | } | |
166 | } | |
167 | eras{ | |
168 | abbreviated{ | |
57a6839d A |
169 | "tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́", |
170 | "tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́", | |
51004dcb A |
171 | } |
172 | } | |
173 | intervalFormats{ | |
174 | fallback{"{0} – {1}"} | |
175 | } | |
176 | monthNames{ | |
177 | format{ | |
178 | abbreviated{ | |
179 | "Nduŋmbi Saŋ", | |
180 | "Pɛsaŋ Pɛ́pá", | |
181 | "Pɛsaŋ Pɛ́tát", | |
182 | "Pɛsaŋ Pɛ́nɛ́kwa", | |
183 | "Pɛsaŋ Pataa", | |
184 | "Pɛsaŋ Pɛ́nɛ́ntúkú", | |
185 | "Pɛsaŋ Saambá", | |
186 | "Pɛsaŋ Pɛ́nɛ́fɔm", | |
187 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", | |
188 | "Pɛsaŋ Nɛgɛ́m", | |
189 | "Pɛsaŋ Ntsɔ̌pmɔ́", | |
190 | "Pɛsaŋ Ntsɔ̌ppá", | |
191 | } | |
192 | narrow{ | |
193 | "1", | |
194 | "2", | |
195 | "3", | |
196 | "4", | |
197 | "5", | |
198 | "6", | |
199 | "7", | |
200 | "8", | |
201 | "9", | |
202 | "10", | |
203 | "11", | |
204 | "12", | |
205 | } | |
206 | wide{ | |
207 | "Nduŋmbi Saŋ", | |
208 | "Pɛsaŋ Pɛ́pá", | |
209 | "Pɛsaŋ Pɛ́tát", | |
210 | "Pɛsaŋ Pɛ́nɛ́kwa", | |
211 | "Pɛsaŋ Pataa", | |
212 | "Pɛsaŋ Pɛ́nɛ́ntúkú", | |
213 | "Pɛsaŋ Saambá", | |
214 | "Pɛsaŋ Pɛ́nɛ́fɔm", | |
215 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", | |
216 | "Pɛsaŋ Nɛgɛ́m", | |
217 | "Pɛsaŋ Ntsɔ̌pmɔ́", | |
218 | "Pɛsaŋ Ntsɔ̌ppá", | |
219 | } | |
220 | } | |
221 | stand-alone{ | |
222 | abbreviated{ | |
223 | "Nduŋmbi Saŋ", | |
224 | "Pɛsaŋ Pɛ́pá", | |
225 | "Pɛsaŋ Pɛ́tát", | |
226 | "Pɛsaŋ Pɛ́nɛ́kwa", | |
227 | "Pɛsaŋ Pataa", | |
228 | "Pɛsaŋ Pɛ́nɛ́ntúkú", | |
229 | "Pɛsaŋ Saambá", | |
230 | "Pɛsaŋ Pɛ́nɛ́fɔm", | |
231 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", | |
232 | "Pɛsaŋ Nɛgɛ́m", | |
233 | "Pɛsaŋ Ntsɔ̌pmɔ́", | |
234 | "Pɛsaŋ Ntsɔ̌ppá", | |
235 | } | |
236 | narrow{ | |
237 | "1", | |
238 | "2", | |
239 | "3", | |
240 | "4", | |
241 | "5", | |
242 | "6", | |
243 | "7", | |
244 | "8", | |
245 | "9", | |
246 | "10", | |
247 | "11", | |
248 | "12", | |
249 | } | |
250 | wide{ | |
251 | "Nduŋmbi Saŋ", | |
252 | "Pɛsaŋ Pɛ́pá", | |
253 | "Pɛsaŋ Pɛ́tát", | |
254 | "Pɛsaŋ Pɛ́nɛ́kwa", | |
255 | "Pɛsaŋ Pataa", | |
256 | "Pɛsaŋ Pɛ́nɛ́ntúkú", | |
257 | "Pɛsaŋ Saambá", | |
258 | "Pɛsaŋ Pɛ́nɛ́fɔm", | |
259 | "Pɛsaŋ Pɛ́nɛ́pfúꞋú", | |
260 | "Pɛsaŋ Nɛgɛ́m", | |
261 | "Pɛsaŋ Ntsɔ̌pmɔ́", | |
262 | "Pɛsaŋ Ntsɔ̌ppá", | |
263 | } | |
264 | } | |
265 | } | |
266 | } | |
267 | } | |
268 | delimiters{ | |
269 | alternateQuotationEnd{"›"} | |
270 | alternateQuotationStart{"‹"} | |
271 | quotationEnd{"»"} | |
272 | quotationStart{"«"} | |
273 | } | |
274 | fields{ | |
275 | day{ | |
276 | relative{ | |
277 | "0"{"lɔꞋɔ"} | |
278 | } | |
57a6839d A |
279 | relativeTime{ |
280 | future{ | |
281 | one{"Nǔu lɛ́Ꞌ {0}"} | |
282 | other{"Nǔu lɛ́Ꞌ {0}"} | |
283 | } | |
284 | past{ | |
285 | one{"Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}"} | |
286 | other{"Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}"} | |
287 | } | |
288 | } | |
51004dcb A |
289 | } |
290 | hour{ | |
57a6839d A |
291 | relativeTime{ |
292 | future{ | |
293 | one{"nǔu háwa {0}"} | |
294 | other{"nǔu háwa {0}"} | |
295 | } | |
296 | past{ | |
297 | one{"ɛ́ gɛ mɔ́ {0} háwa"} | |
298 | other{"ɛ́ gɛ mɔ́ {0} háwa"} | |
299 | } | |
300 | } | |
51004dcb A |
301 | } |
302 | minute{ | |
57a6839d A |
303 | relativeTime{ |
304 | future{ | |
305 | one{"nǔu {0} minút"} | |
306 | other{"nǔu {0} minút"} | |
307 | } | |
308 | past{ | |
309 | one{"ɛ́ gɛ́ mɔ́ minút {0}"} | |
310 | other{"ɛ́ gɛ́ mɔ́ minút {0}"} | |
311 | } | |
312 | } | |
51004dcb A |
313 | } |
314 | month{ | |
57a6839d A |
315 | relativeTime{ |
316 | future{ | |
317 | one{"Nǔu {0} saŋ"} | |
318 | other{"Nǔu {0} saŋ"} | |
319 | } | |
320 | past{ | |
321 | one{"ɛ́ gɛ́ mɔ́ pɛsaŋ {0}"} | |
322 | other{"ɛ́ gɛ́ mɔ́ pɛsaŋ {0}"} | |
323 | } | |
324 | } | |
51004dcb | 325 | } |
57a6839d A |
326 | week{ |
327 | relativeTime{ | |
328 | future{ | |
329 | one{"Nǔu ŋgap-mbi {0}"} | |
330 | other{"Nǔu ŋgap-mbi {0}"} | |
331 | } | |
332 | past{ | |
333 | one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"} | |
334 | other{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"} | |
335 | } | |
336 | } | |
51004dcb A |
337 | } |
338 | year{ | |
57a6839d A |
339 | relativeTime{ |
340 | future{ | |
341 | one{"Nǔu ŋguꞋ {0}"} | |
342 | other{"Nǔu ŋguꞋ {0}"} | |
343 | } | |
344 | past{ | |
345 | one{"Ɛ́gɛ́ mɔ́ ŋguꞋ {0}"} | |
346 | other{"Ɛ́gɛ́ mɔ́ ŋguꞋ {0}"} | |
347 | } | |
348 | } | |
51004dcb | 349 | } |
57a6839d A |
350 | } |
351 | listPattern{ | |
352 | standard{ | |
353 | 2{"{0} pɔp {1}"} | |
354 | end{"{0}, ḿbɛn ŋ́gɛ {1}"} | |
355 | middle{"{0}, ŋ́gɛ {1}"} | |
356 | start{"{0}, ŋ́gɛ {1}"} | |
51004dcb | 357 | } |
57a6839d A |
358 | } |
359 | units{ | |
360 | duration{ | |
361 | day{ | |
362 | one{"{0} lɛ́Ꞌ"} | |
363 | other{"{0} lɛ́Ꞌ"} | |
364 | } | |
365 | hour{ | |
366 | one{"{0} háwa"} | |
367 | other{"{0} háwa"} | |
368 | } | |
369 | minute{ | |
370 | one{"{0} minút"} | |
371 | other{"{0} minút"} | |
372 | } | |
373 | month{ | |
374 | one{"pɛsaŋ {0}"} | |
375 | other{"pɛsaŋ {0}"} | |
376 | } | |
377 | year{ | |
378 | one{"ŋguꞋ {0}"} | |
379 | other{"ŋguꞋ {0}"} | |
380 | } | |
51004dcb A |
381 | } |
382 | } | |
383 | } |