Clients/Client2020/content/configs/DateTimeLocaleConfigs/fr-fr.json

85 lines
1.5 KiB
JSON

{
"months": [
"janvier",
"février",
"mars",
"avril",
"mai",
"juin",
"juillet",
"août",
"septembre",
"octobre",
"novembre",
"décembre"
],
"monthsShort": [
"janv.",
"févr.",
"mars",
"avr.",
"mai",
"juin",
"juil.",
"août",
"sept.",
"oct.",
"nov.",
"déc."
],
"weekdays": [
"dimanche",
"lundi",
"mardi",
"mercredi",
"jeudi",
"vendredi",
"samedi"
],
"weekdaysShort": [
"dim.",
"lun.",
"mar.",
"mer.",
"jeu.",
"ven.",
"sam."
],
"weekdaysMin": [
"di",
"lu",
"ma",
"me",
"je",
"ve",
"sa"
],
"longDateFormat": {
"LT": "HH:mm",
"LTS": "HH:mm:ss",
"L": "DD/MM/YYYY",
"LL": "D MMMM YYYY",
"LLL": "D MMMM YYYY HH:mm",
"LLLL": "dddd D MMMM YYYY HH:mm",
"l": "D/M/YYYY",
"ll": "D MMM YYYY",
"lll": "D MMM YYYY HH:mm",
"llll": "ddd D MMM YYYY HH:mm"
},
"meridiem": [
{
"startFrom": 0,
"lowerCase": "am",
"upperCase": "AM"
},
{
"startFrom": 1200,
"lowerCase": "pm",
"upperCase": "PM"
}
],
"week": {
"dow": 1,
"doy": 4
}
}