adminapi/objects/options/dayofweek_fr.json
2025-02-20 19:40:15 +01:00

30 lines
704 B
JSON

{
"title": "Country Code",
"description": "Country Code and Info",
"commment": "Alpha-2 country code (ISO 3166-2:XX)",
"lastupdatedata": "",
"lst_idx": ["monday","tuesday","wednesday","thursday","friday","saturday","sunday"],
"itms": {
"monday": {
"title": "Lundi"
},
"tuesady": {
"title": "Mardi"
},
"wednesday": {
"title": "Mercredi"
},
"thursday": {
"title": "Jeudi"
},
"friday": {
"title": "Vendredi"
},
"saturday": {
"title": "Samedi"
},
"sunday": {
"title": "Dimanche"
}
}
}