diff --git a/numbers/src/main/resources/config/fr-fr/date_time.json b/numbers/src/main/resources/config/fr-fr/date_time.json new file mode 100644 index 00000000..43449204 --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/date_time.json @@ -0,0 +1,147 @@ +{ + "decade_format": { + "1": {"match": "^\\d$", "format": "{x}"}, + "2": {"match": "^\\d0$", "format": "{x0}"}, + "3": {"match": "^[2-6]1$", "format": "{x0}-et-un"}, + "4": {"match": "^[2-6|8]\\d$", "format": "{x0}-{x}"}, + "5": {"match": "^\\d{2}$", "format": "{xx}"}, + "default": "{number}" + }, + "hundreds_format": { + "1": {"match": "^\\d{1,2}$", "format": "{formatted_decade}"}, + "2": {"match": "^100$", "format": "cent"}, + "3": {"match": "^\\d00$", "format": "{x_in_x00}-cents"}, + "4": {"match": "^1\\d{2}$", "format": "cent-{formatted_decade}"}, + "5": {"match": "^\\d{3}$", "format": "{x_in_x00}-cent-{formatted_decade}"}, + "default": "{number}" + }, + "thousand_format": { + "1": {"match": "^1000$", "format": "mille"}, + "2": {"match": "^\\d000$", "format": "{x_in_x000}-mille"}, + "3": {"match": "^1\\d{3}$", "format": "mille-{formatted_hundreds}"}, + "4": {"match": "^\\d{4}$", "format": "{x_in_x000}-mille-{formatted_hundreds}"}, + "default": "{number}" + }, + "year_format": { + "1": {"match": "^\\d\\d?$", "format": "{formatted_decade} {bc}"}, + "2": {"match": "^\\d{3}$", "format": "{formatted_hundreds} {bc}"}, + "3": {"match": "^[1-9]\\d{3}$", "format": "{formatted_thousand} {bc}"}, + "default": "{year} {bc}", + "bc": "avant Jésus Christ " + }, + "date_format": { + "date_full": "{weekday} {day} {month} {formatted_year}", + "date_full_no_year": "{weekday} {day} {month}", + "date_full_no_year_month": "{weekday} {day}", + "today": "aujourd'hui", + "tomorrow": "demain", + "yesterday": "hier" + }, + "date_time_format": { + "date_time": "{formatted_date} {formatted_time}" + }, + "weekday": { + "0": "lundi", + "1": "mardi", + "2": "mercredi", + "3": "jeudi", + "4": "vendredi", + "5": "samedi", + "6": "dimanche" + }, + "date": { + "1": "premier", + "2": "deux", + "3": "trois", + "4": "quatre", + "5": "cinq", + "6": "six", + "7": "sept", + "8": "huit", + "9": "neuf", + "10": "dix", + "11": "onze", + "12": "douze", + "13": "treize", + "14": "quatorze", + "15": "quinze", + "16": "seize", + "17": "dix-sept", + "18": "dix-huit", + "19": "dix-neuf", + "20": "vingt", + "21": "vingt-et-un", + "22": "vingt-deux", + "23": "vingt-trois", + "24": "vingt-quatre", + "25": "vingt-cinq", + "26": "vingt-six", + "27": "vingt-sept", + "28": "vingt-huit", + "29": "vingt-neuf", + "30": "trente", + "31": "trente-et-un" + }, + "month": { + "1": "janvier", + "2": "février", + "3": "mars", + "4": "avril", + "5": "mai", + "6": "juin", + "7": "juillet", + "8": "août", + "9": "septembre", + "10": "octobe", + "11": "novembre", + "12": "décembre" + }, + "number": { + "0": "zéro", + "1": "un", + "2": "deux", + "3": "trois", + "4": "quatre", + "5": "cinq", + "6": "six", + "7": "sept", + "8": "huit", + "9": "neuf", + "10": "dix", + "11": "onze", + "12": "douze", + "13": "treize", + "14": "quatorze", + "15": "quinze", + "16": "seize", + "17": "dix-sept", + "18": "dix-huit", + "19": "dix-neuf", + "20": "vingt", + "30": "trente", + "40": "quarante", + "50": "cinquante", + "60": "soixante", + "70": "soixante-dix", + "71": "soixante-et-onze", + "72": "soixante-douze", + "73": "soixante-treize", + "74": "soixante-quatorze", + "75": "soixante-quinze", + "76": "soixante-seize", + "77": "soixante-dix-sept", + "78": "soixante-dix-huit", + "79": "soixante-dix-neuf", + "80": "quatre-vingt", + "90": "quatre-vingt-dix", + "91": "quatre-vingt-onze", + "92": "quatre-vingt-douze", + "93": "quatre-vingt-treize", + "94": "quatre-vingt-quatorze", + "95": "quatre-vingt-quinze", + "96": "quatre-vingt-seize", + "97": "quatre-vingt-dix-sept", + "98": "quatre-vingt-dix-huit", + "99": "quatre-vingt-dix-neuf" + } +} diff --git a/numbers/src/main/resources/config/fr-fr/day.word b/numbers/src/main/resources/config/fr-fr/day.word new file mode 100644 index 00000000..3e1393b8 --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/day.word @@ -0,0 +1 @@ +jour diff --git a/numbers/src/main/resources/config/fr-fr/days.word b/numbers/src/main/resources/config/fr-fr/days.word new file mode 100644 index 00000000..6a0300aa --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/days.word @@ -0,0 +1 @@ +jours diff --git a/numbers/src/main/resources/config/fr-fr/hour.word b/numbers/src/main/resources/config/fr-fr/hour.word new file mode 100644 index 00000000..cfa09b25 --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/hour.word @@ -0,0 +1 @@ +heure diff --git a/numbers/src/main/resources/config/fr-fr/hours.word b/numbers/src/main/resources/config/fr-fr/hours.word new file mode 100644 index 00000000..5afb41b1 --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/hours.word @@ -0,0 +1 @@ +heures diff --git a/numbers/src/main/resources/config/fr-fr/minute.word b/numbers/src/main/resources/config/fr-fr/minute.word new file mode 100644 index 00000000..cfcd96c9 --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/minute.word @@ -0,0 +1 @@ +minute diff --git a/numbers/src/main/resources/config/fr-fr/minutes.word b/numbers/src/main/resources/config/fr-fr/minutes.word new file mode 100644 index 00000000..5cf0e30b --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/minutes.word @@ -0,0 +1 @@ +minutes diff --git a/numbers/src/main/resources/config/fr-fr/second.word b/numbers/src/main/resources/config/fr-fr/second.word new file mode 100644 index 00000000..110f9689 --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/second.word @@ -0,0 +1 @@ +seconde diff --git a/numbers/src/main/resources/config/fr-fr/seconds.word b/numbers/src/main/resources/config/fr-fr/seconds.word new file mode 100644 index 00000000..7eac62af --- /dev/null +++ b/numbers/src/main/resources/config/fr-fr/seconds.word @@ -0,0 +1 @@ +secondes