Files
homarr/public/locales/fr/modules/date.json
2023-12-30 21:46:01 +01:00

35 lines
690 B
JSON
Raw 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.
{
"descriptor": {
"name": "Date et heure",
"description": "Affiche la date et l'heure courante.",
"settings": {
"title": "Paramètres du widget Date et heure",
"timezone": {
"label": "",
"info": ""
},
"customTitle": {
"label": ""
},
"display24HourFormat": {
"label": "Affichage 24 h"
},
"dateFormat": {
"label": "Format de la date",
"data": {
"hide": "Masquer la date"
}
},
"titleState": {
"label": "",
"info": "",
"data": {
"both": "",
"city": "",
"none": "Aucun"
}
}
}
}
}