cldr-rbnf 40.0.0-ALPHA3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/LICENSE +46 -0
  2. package/README.md +22 -0
  3. package/bower.json +10 -0
  4. package/package.json +19 -0
  5. package/rbnf/af.json +328 -0
  6. package/rbnf/ak.json +212 -0
  7. package/rbnf/am.json +166 -0
  8. package/rbnf/ar.json +1092 -0
  9. package/rbnf/az.json +326 -0
  10. package/rbnf/be.json +1546 -0
  11. package/rbnf/bg.json +370 -0
  12. package/rbnf/bs.json +448 -0
  13. package/rbnf/ca.json +966 -0
  14. package/rbnf/ccp.json +190 -0
  15. package/rbnf/chr.json +198 -0
  16. package/rbnf/cs.json +484 -0
  17. package/rbnf/cy.json +390 -0
  18. package/rbnf/da.json +626 -0
  19. package/rbnf/de-CH.json +767 -0
  20. package/rbnf/de.json +766 -0
  21. package/rbnf/ee.json +298 -0
  22. package/rbnf/el.json +1154 -0
  23. package/rbnf/en-IN.json +671 -0
  24. package/rbnf/en.json +674 -0
  25. package/rbnf/eo.json +146 -0
  26. package/rbnf/es-419.json +81 -0
  27. package/rbnf/es.json +1110 -0
  28. package/rbnf/et.json +148 -0
  29. package/rbnf/fa-AF.json +193 -0
  30. package/rbnf/fa.json +208 -0
  31. package/rbnf/ff.json +324 -0
  32. package/rbnf/fi.json +5170 -0
  33. package/rbnf/fil.json +200 -0
  34. package/rbnf/fo.json +428 -0
  35. package/rbnf/fr-BE.json +679 -0
  36. package/rbnf/fr-CH.json +683 -0
  37. package/rbnf/fr.json +740 -0
  38. package/rbnf/ga.json +730 -0
  39. package/rbnf/he.json +1214 -0
  40. package/rbnf/hi.json +674 -0
  41. package/rbnf/hr.json +784 -0
  42. package/rbnf/hu.json +456 -0
  43. package/rbnf/hy.json +144 -0
  44. package/rbnf/id.json +158 -0
  45. package/rbnf/is.json +428 -0
  46. package/rbnf/it.json +1474 -0
  47. package/rbnf/ja.json +284 -0
  48. package/rbnf/ka.json +236 -0
  49. package/rbnf/kl.json +266 -0
  50. package/rbnf/km.json +164 -0
  51. package/rbnf/ko.json +936 -0
  52. package/rbnf/ky.json +614 -0
  53. package/rbnf/lb.json +770 -0
  54. package/rbnf/lo.json +148 -0
  55. package/rbnf/lrc.json +208 -0
  56. package/rbnf/lt.json +406 -0
  57. package/rbnf/lv.json +308 -0
  58. package/rbnf/mk.json +352 -0
  59. package/rbnf/ms.json +178 -0
  60. package/rbnf/mt.json +930 -0
  61. package/rbnf/my.json +190 -0
  62. package/rbnf/ne.json +662 -0
  63. package/rbnf/nl.json +396 -0
  64. package/rbnf/nn.json +242 -0
  65. package/rbnf/no.json +1160 -0
  66. package/rbnf/pl.json +1506 -0
  67. package/rbnf/pt-PT.json +683 -0
  68. package/rbnf/pt.json +710 -0
  69. package/rbnf/qu.json +152 -0
  70. package/rbnf/ro.json +324 -0
  71. package/rbnf/ru.json +5378 -0
  72. package/rbnf/se.json +132 -0
  73. package/rbnf/sk.json +304 -0
  74. package/rbnf/sl.json +496 -0
  75. package/rbnf/sq.json +238 -0
  76. package/rbnf/sr-Latn.json +559 -0
  77. package/rbnf/sr.json +558 -0
  78. package/rbnf/su.json +140 -0
  79. package/rbnf/sv.json +822 -0
  80. package/rbnf/sw.json +178 -0
  81. package/rbnf/ta.json +314 -0
  82. package/rbnf/th.json +148 -0
  83. package/rbnf/tr.json +324 -0
  84. package/rbnf/uk.json +448 -0
  85. package/rbnf/und.json +2632 -0
  86. package/rbnf/vi.json +206 -0
  87. package/rbnf/yue-Hans.json +579 -0
  88. package/rbnf/yue.json +578 -0
  89. package/rbnf/zh-Hant.json +789 -0
  90. package/rbnf/zh.json +880 -0
package/rbnf/fr.json ADDED
@@ -0,0 +1,740 @@
1
+ {
2
+ "rbnf": {
3
+ "identity": {
4
+ "version": {
5
+ "_cldrVersion": "40"
6
+ },
7
+ "language": "fr"
8
+ },
9
+ "rbnf": {
10
+ "OrdinalRules": {
11
+ "%digits-ordinal-masculine": [
12
+ [
13
+ "-x",
14
+ "−→→;"
15
+ ],
16
+ [
17
+ "0",
18
+ "=#,##0=$(ordinal,one{er}other{e})$;"
19
+ ]
20
+ ],
21
+ "%digits-ordinal-feminine": [
22
+ [
23
+ "-x",
24
+ "−→→;"
25
+ ],
26
+ [
27
+ "0",
28
+ "=#,##0=$(ordinal,one{re}other{e})$;"
29
+ ]
30
+ ],
31
+ "%digits-ordinal-masculine-plural": [
32
+ [
33
+ "-x",
34
+ "−→→;"
35
+ ],
36
+ [
37
+ "0",
38
+ "=#,##0=$(ordinal,one{ers}other{es})$;"
39
+ ]
40
+ ],
41
+ "%digits-ordinal-feminine-plural": [
42
+ [
43
+ "-x",
44
+ "−→→;"
45
+ ],
46
+ [
47
+ "0",
48
+ "=#,##0=$(ordinal,one{res}other{es})$;"
49
+ ]
50
+ ],
51
+ "%digits-ordinal": [
52
+ [
53
+ "0",
54
+ "=%digits-ordinal-masculine=;"
55
+ ]
56
+ ]
57
+ },
58
+ "SpelloutRules": {
59
+ "%%lenient-parse": [
60
+ [
61
+ "0",
62
+ "&[last primary ignorable ] ←← ' ' ←← ',' ←← '-' ←← '­';"
63
+ ]
64
+ ],
65
+ "%spellout-numbering-year": [
66
+ [
67
+ "-x",
68
+ "moins →→;"
69
+ ],
70
+ [
71
+ "x.x",
72
+ "=0.0=;"
73
+ ],
74
+ [
75
+ "0",
76
+ "=%spellout-numbering=;"
77
+ ],
78
+ [
79
+ "1100/100",
80
+ "←%spellout-cardinal-masculine←-cent→%%cents-m→;"
81
+ ],
82
+ [
83
+ "2000",
84
+ "=%spellout-numbering=;"
85
+ ]
86
+ ],
87
+ "%spellout-numbering": [
88
+ [
89
+ "0",
90
+ "=%spellout-cardinal-masculine=;"
91
+ ]
92
+ ],
93
+ "%%et-un": [
94
+ [
95
+ "1",
96
+ "et-un;"
97
+ ],
98
+ [
99
+ "2",
100
+ "=%spellout-cardinal-masculine=;"
101
+ ],
102
+ [
103
+ "11",
104
+ "et-onze;"
105
+ ],
106
+ [
107
+ "12",
108
+ "=%spellout-cardinal-masculine=;"
109
+ ]
110
+ ],
111
+ "%%cents-m": [
112
+ [
113
+ "0",
114
+ "s;"
115
+ ],
116
+ [
117
+ "1",
118
+ "' =%spellout-cardinal-masculine=;"
119
+ ]
120
+ ],
121
+ "%%subcents-m": [
122
+ [
123
+ "0",
124
+ "s;"
125
+ ],
126
+ [
127
+ "1",
128
+ "-=%spellout-cardinal-masculine=;"
129
+ ]
130
+ ],
131
+ "%%spellout-leading": [
132
+ [
133
+ "0",
134
+ "=%spellout-cardinal-masculine=;"
135
+ ],
136
+ [
137
+ "80/20",
138
+ "quatre-vingt[-→→];"
139
+ ],
140
+ [
141
+ "100",
142
+ "cent[ →→];"
143
+ ],
144
+ [
145
+ "200",
146
+ "←← cent[ →→];"
147
+ ],
148
+ [
149
+ "1000",
150
+ "=%spellout-cardinal-masculine=;"
151
+ ]
152
+ ],
153
+ "%spellout-cardinal-masculine": [
154
+ [
155
+ "-x",
156
+ "moins →→;"
157
+ ],
158
+ [
159
+ "x.x",
160
+ "←← virgule →→;"
161
+ ],
162
+ [
163
+ "0",
164
+ "zéro;"
165
+ ],
166
+ [
167
+ "1",
168
+ "un;"
169
+ ],
170
+ [
171
+ "2",
172
+ "deux;"
173
+ ],
174
+ [
175
+ "3",
176
+ "trois;"
177
+ ],
178
+ [
179
+ "4",
180
+ "quatre;"
181
+ ],
182
+ [
183
+ "5",
184
+ "cinq;"
185
+ ],
186
+ [
187
+ "6",
188
+ "six;"
189
+ ],
190
+ [
191
+ "7",
192
+ "sept;"
193
+ ],
194
+ [
195
+ "8",
196
+ "huit;"
197
+ ],
198
+ [
199
+ "9",
200
+ "neuf;"
201
+ ],
202
+ [
203
+ "10",
204
+ "dix;"
205
+ ],
206
+ [
207
+ "11",
208
+ "onze;"
209
+ ],
210
+ [
211
+ "12",
212
+ "douze;"
213
+ ],
214
+ [
215
+ "13",
216
+ "treize;"
217
+ ],
218
+ [
219
+ "14",
220
+ "quatorze;"
221
+ ],
222
+ [
223
+ "15",
224
+ "quinze;"
225
+ ],
226
+ [
227
+ "16",
228
+ "seize;"
229
+ ],
230
+ [
231
+ "17",
232
+ "dix-→→;"
233
+ ],
234
+ [
235
+ "20",
236
+ "vingt[-→%%et-un→];"
237
+ ],
238
+ [
239
+ "30",
240
+ "trente[-→%%et-un→];"
241
+ ],
242
+ [
243
+ "40",
244
+ "quarante[-→%%et-un→];"
245
+ ],
246
+ [
247
+ "50",
248
+ "cinquante[-→%%et-un→];"
249
+ ],
250
+ [
251
+ "60/20",
252
+ "soixante[-→%%et-un→];"
253
+ ],
254
+ [
255
+ "80/20",
256
+ "quatre-vingt→%%subcents-m→;"
257
+ ],
258
+ [
259
+ "100",
260
+ "cent[ →→];"
261
+ ],
262
+ [
263
+ "200",
264
+ "←← cent→%%cents-m→;"
265
+ ],
266
+ [
267
+ "1000",
268
+ "mille[ →→];"
269
+ ],
270
+ [
271
+ "2000",
272
+ "←%%spellout-leading← mille[ →→];"
273
+ ],
274
+ [
275
+ "1000000",
276
+ "un million[ →→];"
277
+ ],
278
+ [
279
+ "2000000",
280
+ "←%%spellout-leading← millions[ →→];"
281
+ ],
282
+ [
283
+ "1000000000",
284
+ "un milliard[ →→];"
285
+ ],
286
+ [
287
+ "2000000000",
288
+ "←%%spellout-leading← milliards[ →→];"
289
+ ],
290
+ [
291
+ "1000000000000",
292
+ "un billion[ →→];"
293
+ ],
294
+ [
295
+ "2000000000000",
296
+ "←%%spellout-leading← billions[ →→];"
297
+ ],
298
+ [
299
+ "1000000000000000",
300
+ "un billiard[ →→];"
301
+ ],
302
+ [
303
+ "2000000000000000",
304
+ "←%%spellout-leading← billiards[ →→];"
305
+ ],
306
+ [
307
+ "1000000000000000000",
308
+ "=#,##0=;"
309
+ ]
310
+ ],
311
+ "%%et-une": [
312
+ [
313
+ "1",
314
+ "et-une;"
315
+ ],
316
+ [
317
+ "2",
318
+ "=%spellout-cardinal-feminine=;"
319
+ ],
320
+ [
321
+ "11",
322
+ "et-onze;"
323
+ ],
324
+ [
325
+ "12",
326
+ "=%spellout-cardinal-feminine=;"
327
+ ]
328
+ ],
329
+ "%%cents-f": [
330
+ [
331
+ "0",
332
+ "s;"
333
+ ],
334
+ [
335
+ "1",
336
+ "' =%spellout-cardinal-feminine=;"
337
+ ]
338
+ ],
339
+ "%%subcents-f": [
340
+ [
341
+ "0",
342
+ "s;"
343
+ ],
344
+ [
345
+ "1",
346
+ "-=%spellout-cardinal-feminine=;"
347
+ ]
348
+ ],
349
+ "%spellout-cardinal-feminine": [
350
+ [
351
+ "-x",
352
+ "moins →→;"
353
+ ],
354
+ [
355
+ "x.x",
356
+ "←← virgule →→;"
357
+ ],
358
+ [
359
+ "0",
360
+ "zéro;"
361
+ ],
362
+ [
363
+ "1",
364
+ "une;"
365
+ ],
366
+ [
367
+ "2",
368
+ "=%spellout-cardinal-masculine=;"
369
+ ],
370
+ [
371
+ "20",
372
+ "vingt[-→%%et-une→];"
373
+ ],
374
+ [
375
+ "30",
376
+ "trente[-→%%et-une→];"
377
+ ],
378
+ [
379
+ "40",
380
+ "quarante[-→%%et-une→];"
381
+ ],
382
+ [
383
+ "50",
384
+ "cinquante[-→%%et-une→];"
385
+ ],
386
+ [
387
+ "60/20",
388
+ "soixante[-→%%et-une→];"
389
+ ],
390
+ [
391
+ "80/20",
392
+ "quatre-vingt→%%subcents-f→;"
393
+ ],
394
+ [
395
+ "100",
396
+ "cent[ →→];"
397
+ ],
398
+ [
399
+ "200",
400
+ "←%spellout-cardinal-masculine← cent→%%cents-f→;"
401
+ ],
402
+ [
403
+ "1000",
404
+ "mille[ →→];"
405
+ ],
406
+ [
407
+ "2000",
408
+ "←%%spellout-leading← mille[ →→];"
409
+ ],
410
+ [
411
+ "1000000",
412
+ "un million[ →→];"
413
+ ],
414
+ [
415
+ "2000000",
416
+ "←%%spellout-leading← millions[ →→];"
417
+ ],
418
+ [
419
+ "1000000000",
420
+ "un milliard[ →→];"
421
+ ],
422
+ [
423
+ "2000000000",
424
+ "←%%spellout-leading← milliards[ →→];"
425
+ ],
426
+ [
427
+ "1000000000000",
428
+ "un billion[ →→];"
429
+ ],
430
+ [
431
+ "2000000000000",
432
+ "←%%spellout-leading← billions[ →→];"
433
+ ],
434
+ [
435
+ "1000000000000000",
436
+ "un billiard[ →→];"
437
+ ],
438
+ [
439
+ "2000000000000000",
440
+ "←%%spellout-leading← billiards[ →→];"
441
+ ],
442
+ [
443
+ "1000000000000000000",
444
+ "=#,##0=;"
445
+ ]
446
+ ],
447
+ "%%et-unieme": [
448
+ [
449
+ "1",
450
+ "et-unième;"
451
+ ],
452
+ [
453
+ "2",
454
+ "=%%spellout-ordinal=;"
455
+ ],
456
+ [
457
+ "11",
458
+ "et-onzième;"
459
+ ],
460
+ [
461
+ "12",
462
+ "=%%spellout-ordinal=;"
463
+ ]
464
+ ],
465
+ "%%cents-o": [
466
+ [
467
+ "0",
468
+ "ième;"
469
+ ],
470
+ [
471
+ "1",
472
+ "-=%%et-unieme=;"
473
+ ],
474
+ [
475
+ "2",
476
+ "' =%%spellout-ordinal=;"
477
+ ],
478
+ [
479
+ "11",
480
+ "-et-onzième;"
481
+ ],
482
+ [
483
+ "12",
484
+ "' =%%spellout-ordinal=;"
485
+ ]
486
+ ],
487
+ "%%subcents-o": [
488
+ [
489
+ "0",
490
+ "ième;"
491
+ ],
492
+ [
493
+ "1",
494
+ "-=%%et-unieme=;"
495
+ ],
496
+ [
497
+ "2",
498
+ "-=%%spellout-ordinal=;"
499
+ ],
500
+ [
501
+ "11",
502
+ "-et-onzième;"
503
+ ],
504
+ [
505
+ "12",
506
+ "-=%%spellout-ordinal=;"
507
+ ]
508
+ ],
509
+ "%%mille-o": [
510
+ [
511
+ "0",
512
+ "ième;"
513
+ ],
514
+ [
515
+ "1",
516
+ "e-=%%et-unieme=;"
517
+ ],
518
+ [
519
+ "2",
520
+ "e =%%spellout-ordinal=;"
521
+ ],
522
+ [
523
+ "11",
524
+ "e-et-onzième;"
525
+ ],
526
+ [
527
+ "12",
528
+ "e =%%spellout-ordinal=;"
529
+ ]
530
+ ],
531
+ "%%spellout-ordinal": [
532
+ [
533
+ "1",
534
+ "unième;"
535
+ ],
536
+ [
537
+ "2",
538
+ "deuxième;"
539
+ ],
540
+ [
541
+ "3",
542
+ "troisième;"
543
+ ],
544
+ [
545
+ "4",
546
+ "quatrième;"
547
+ ],
548
+ [
549
+ "5",
550
+ "cinquième;"
551
+ ],
552
+ [
553
+ "6",
554
+ "sixième;"
555
+ ],
556
+ [
557
+ "7",
558
+ "septième;"
559
+ ],
560
+ [
561
+ "8",
562
+ "huitième;"
563
+ ],
564
+ [
565
+ "9",
566
+ "neuvième;"
567
+ ],
568
+ [
569
+ "10",
570
+ "dixième;"
571
+ ],
572
+ [
573
+ "11",
574
+ "onzième;"
575
+ ],
576
+ [
577
+ "12",
578
+ "douzième;"
579
+ ],
580
+ [
581
+ "13",
582
+ "treizième;"
583
+ ],
584
+ [
585
+ "14",
586
+ "quatorzième;"
587
+ ],
588
+ [
589
+ "15",
590
+ "quinzième;"
591
+ ],
592
+ [
593
+ "16",
594
+ "seizième;"
595
+ ],
596
+ [
597
+ "17",
598
+ "dix-→→;"
599
+ ],
600
+ [
601
+ "20",
602
+ "vingtième;"
603
+ ],
604
+ [
605
+ "21",
606
+ "vingt-→%%et-unieme→;"
607
+ ],
608
+ [
609
+ "30",
610
+ "trentième;"
611
+ ],
612
+ [
613
+ "31",
614
+ "trente-→%%et-unieme→;"
615
+ ],
616
+ [
617
+ "40",
618
+ "quarantième;"
619
+ ],
620
+ [
621
+ "41",
622
+ "quarante-→%%et-unieme→;"
623
+ ],
624
+ [
625
+ "50",
626
+ "cinquantième;"
627
+ ],
628
+ [
629
+ "51",
630
+ "cinquante-→%%et-unieme→;"
631
+ ],
632
+ [
633
+ "60",
634
+ "soixantième;"
635
+ ],
636
+ [
637
+ "61/20",
638
+ "soixante-→%%et-unieme→;"
639
+ ],
640
+ [
641
+ "80/20",
642
+ "quatre-vingt→%%subcents-o→;"
643
+ ],
644
+ [
645
+ "100",
646
+ "cent→%%cents-o→;"
647
+ ],
648
+ [
649
+ "200",
650
+ "←%spellout-cardinal-masculine← cent→%%cents-o→;"
651
+ ],
652
+ [
653
+ "1000",
654
+ "mill→%%mille-o→;"
655
+ ],
656
+ [
657
+ "2000",
658
+ "←%%spellout-leading← mill→%%mille-o→;"
659
+ ],
660
+ [
661
+ "1000000",
662
+ "←%%spellout-leading← million→%%cents-o→;"
663
+ ],
664
+ [
665
+ "1000000000",
666
+ "←%%spellout-leading← milliard→%%cents-o→;"
667
+ ],
668
+ [
669
+ "1000000000000",
670
+ "←%%spellout-leading← billion→%%cents-o→;"
671
+ ],
672
+ [
673
+ "1000000000000000",
674
+ "←%%spellout-leading← billiard→%%cents-o→;"
675
+ ],
676
+ [
677
+ "1000000000000000000",
678
+ "=#,##0=;"
679
+ ]
680
+ ],
681
+ "%spellout-ordinal-masculine-plural": [
682
+ [
683
+ "0",
684
+ "=%spellout-ordinal-masculine=s;"
685
+ ]
686
+ ],
687
+ "%spellout-ordinal-masculine": [
688
+ [
689
+ "-x",
690
+ "moins →→;"
691
+ ],
692
+ [
693
+ "x.x",
694
+ "=#,##0.#=;"
695
+ ],
696
+ [
697
+ "0",
698
+ "zéroième;"
699
+ ],
700
+ [
701
+ "1",
702
+ "premier;"
703
+ ],
704
+ [
705
+ "2",
706
+ "=%%spellout-ordinal=;"
707
+ ]
708
+ ],
709
+ "%spellout-ordinal-feminine-plural": [
710
+ [
711
+ "0",
712
+ "=%spellout-ordinal-feminine=s;"
713
+ ]
714
+ ],
715
+ "%spellout-ordinal-feminine": [
716
+ [
717
+ "-x",
718
+ "moins →→;"
719
+ ],
720
+ [
721
+ "x.x",
722
+ "=#,##0.#=;"
723
+ ],
724
+ [
725
+ "0",
726
+ "zéroième;"
727
+ ],
728
+ [
729
+ "1",
730
+ "première;"
731
+ ],
732
+ [
733
+ "2",
734
+ "=%%spellout-ordinal=;"
735
+ ]
736
+ ]
737
+ }
738
+ }
739
+ }
740
+ }