2025-06-17 11:39:51 +08:00

200 lines
4.3 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"fr": {
"date": {
"abbr_day_names": [
"dim",
"lun",
"mar",
"mer",
"jeu",
"ven",
"sam"
],
"abbr_month_names": [
null,
"jan.",
"fév.",
"mar.",
"avr.",
"mai",
"juin",
"juil.",
"août",
"sept.",
"oct.",
"nov.",
"déc."
],
"day_names": [
"dimanche",
"lundi",
"mardi",
"mercredi",
"jeudi",
"vendredi",
"samedi"
],
"formats": {
"default": "%d/%m/%Y",
"long": "%e %B %Y",
"short": "%e %b"
},
"month_names": [
null,
"janvier",
"février",
"mars",
"avril",
"mai",
"juin",
"juillet",
"août",
"septembre",
"octobre",
"novembre",
"décembre"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "environ une heure",
"other": "environ %{count} heures"
},
"about_x_months": {
"one": "environ un mois",
"other": "environ %{count} mois"
},
"about_x_years": {
"one": "environ un an",
"other": "environ %{count} ans"
},
"almost_x_years": {
"one": "presqu'un an",
"other": "presque %{count} ans"
},
"half_a_minute": "une demiminute",
"less_than_x_seconds": {
"zero": "moins d'une seconde",
"one": "moins d'une seconde",
"other": "moins de %{count} secondes"
},
"less_than_x_minutes": {
"zero": "moins d'une minute",
"one": "moins d'une minute",
"other": "moins de %{count} minutes"
},
"over_x_years": {
"one": "plus d'un an",
"other": "plus de %{count} ans"
},
"x_seconds": {
"one": "1 seconde",
"other": "%{count} secondes"
},
"x_minutes": {
"one": "1 minute",
"other": "%{count} minutes"
},
"x_days": {
"one": "1 jour",
"other": "%{count} jours"
},
"x_months": {
"one": "1 mois",
"other": "%{count} mois"
},
"x_years": {
"one": "1 an",
"other": "%{count} ans"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": " ",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "€"
}
},
"format": {
"delimiter": " ",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "milliard",
"million": "million",
"quadrillion": "million de milliards",
"thousand": "millier",
"trillion": "billion",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "octet",
"other": "octets"
},
"eb": "Eo",
"gb": "Go",
"kb": "ko",
"mb": "Mo",
"pb": "Po",
"tb": "To"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " et ",
"two_words_connector": " et ",
"words_connector": ", "
}
},
"time": {
"am": "am",
"formats": {
"default": "%d %B %Y %Hh %Mmin %Ss",
"long": "%A %d %B %Y %Hh%M",
"short": "%d %b %Hh%M"
},
"pm": "pm"
}
}
}