Skip to content

Commit

Permalink
Update French translation (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynilia authored Nov 18, 2021
1 parent 30df416 commit 0f16844
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"$schema": "./schema/schema.json",
"common": {
"name": "Carte Meteoalarm",
"description": "Carte Meteoalarm vous alerte des conditions météorologique courante.",
"description": "La carte Meteoalarm vous avertit des phénomènes météorologiques en cours.",
"unavailable": {
"long": null,
"short": null
"long": "L'intégration est indisponible",
"short": "Indisponible"
}
},
"error": {
"missing_entity": "L'entité est requise!",
"invalid_integration": "Cette intégration n'est pas valide!",
"automatic_failed": "La detection automatique de l'intégration à échoué!",
"entity_invalid": "L'entité {entity} ne peux être analysée par l'intégration {integration} selectionné!"
"missing_entity": "L'entité est requise !",
"invalid_integration": "Cette intégration n'est pas valide !",
"automatic_failed": "La détection automatique de l'intégration a échoué !",
"entity_invalid": "Cette entité {entity} ne peut être analysée par l'intégration sélectionnée {integration} !"
},
"editor": {
"entity": "Entité",
Expand All @@ -21,7 +21,7 @@
"automatic": "Automatique",
"recommended": "Recommandé",
"override_headline": "Remplacer le titre",
"hide_when_no_warning": null
"hide_when_no_warning": "Cacher en l'absence d'alerte"
},
"events": {
"no_warnings": "Aucune alerte",
Expand All @@ -30,13 +30,13 @@
"thunderstorms": "orages",
"fog": "brouillard",
"hight_temperature": "canicule",
"low_temperature": "température extrêmement basse",
"low_temperature": "grand froid",
"coastal_event": "événement côtier",
"forest_fire": "feu de forêt",
"avalanches": "avalanches",
"rain": "pluie",
"flood": "inondation",
"rain_flood": "pluie/inondation"
"rain_flood": "pluie-inondation"
},
"messages": {
"yellow": {
Expand All @@ -46,7 +46,7 @@
},
"orange": {
"event": "Alerte orange {event}",
"generic": "Alerte Orange",
"generic": "Alerte orange",
"color": "Orange"
},
"red": {
Expand Down

0 comments on commit 0f16844

Please sign in to comment.