Files
homarr/public/locales/fr/boards/customize.json
Thomas Camlong baedc001d9 chore: New Crowdin updates (#2123)
* New translations health-monitoring.json (Greek)

* New translations login.json (French)

* New translations customize.json (French)
2024-10-18 18:41:53 +02:00

29 lines
997 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
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.
{
"metaTitle": "Personnaliser le tableau de bord {{name}}",
"pageTitle": "Personnalisation du tableau de bord {{name}}",
"backToBoard": "Retour au tableau de bord",
"settings": {
"appearance": {
"primaryColor": "Couleur principale",
"secondaryColor": "Couleur secondaire"
}
},
"save": {
"button": "Sauvegarder les modifications",
"note": "Attention, vous avez des modifications non enregistrées !"
},
"notifications": {
"pending": {
"title": "Enregistrement de la personnalisation",
"message": "Veuillez patienter pendant que nous enregistrons votre personnalisation"
},
"success": {
"title": "Personnalisation sauvegardée",
"message": "Votre personnalisation a bien été sauvegardée"
},
"error": {
"title": "Erreur",
"message": "Impossible denregistrer les modifications"
}
}
}