Skip to content

Commit

Permalink
Update fr.json - Add missing translations & corrections (#1568)
Browse files Browse the repository at this point in the history
* Update fr.json - Add missing translations & corrections

Cards:
Generic
- Color (new)
Cover
- Tilt (new)
Template
- Label (new)
- entity_extra (update)
- Picture (update)
Chip
- Template (update)

Entity:
Not found (new)

* Update src/translations/fr.json

Co-authored-by: Paul Bottein <[email protected]>

* Update src/translations/fr.json

Co-authored-by: Paul Bottein <[email protected]>

* Update src/translations/fr.json

---------

Co-authored-by: Paul Bottein <[email protected]>
  • Loading branch information
AlainPeccable and piitaya authored Nov 3, 2024
1 parent e9d3c1b commit 99c882d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"card": {
"generic": {
"color": "Couleur",
"icon_color": "Couleur de l'icône",
"layout": "Disposition",
"fill_container": "Remplir le conteneur",
Expand All @@ -67,17 +68,19 @@
},
"cover": {
"show_buttons_control": "Contrôle avec boutons ?",
"show_position_control": "Contrôle de la position ?"
"show_position_control": "Contrôle de la position ?",
"show_tilt_position_control": "Contrôle de l'inclinaison ?"
},
"template": {
"primary": "Information principale",
"secondary": "Information secondaire",
"multiline_secondary": "Information secondaire sur plusieurs lignes ?",
"entity_extra": "Utilisée pour les templates et les actions",
"entity_extra": "Utilisée pour les modèles et les actions",
"label": "Libellé",
"content": "Contenu",
"badge_icon": "Icône du badge",
"badge_color": "Couleur du badge",
"picture": "Picture (remplacera l'icône)"
"picture": "Image (remplacera l'icône)"
},
"title": {
"title": "Titre",
Expand Down Expand Up @@ -164,10 +167,13 @@
"light": "Lumière",
"menu": "Menu",
"spacer": "Espacement",
"template": "Template",
"template": "Modèle",
"weather": "Météo"
}
}
}
},
"card": {
"not_found": "Entité inconnue"
}
}

0 comments on commit 99c882d

Please sign in to comment.