Skip to content

Commit

Permalink
Merge pull request #15 from diyanei/translate_fr
Browse files Browse the repository at this point in the history
Create fr.json
  • Loading branch information
jeroenterheerdt authored Aug 9, 2021
2 parents 9365a47 + 34cd2b1 commit c51f69a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom_components/daily/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "Capteur journalier",
"config": {
"step": {
"user": {
"title": "Capteur journalier",
"description": "Si vous avez besoin d'aide pour la configuration, référez-vous ici: https://github.com/jeroenterheerdt/HADailySensor",
"data": {
"name": "Nom unique de l'instance",
"sensor": "L'entité qui fournira les données d'entrée au capteur journalier",
"operation": "L'opération à appliquer au capteur",
"unit_of_measurement": "L'unité de mesure",
"interval": "L'intervalle de mise à jour en minutes",
}
}
},
"error": {
"intervalnotvalid": "L'intervalle spécifié n'est pas valide: il faut un nombre >0 de minutes.",
"name": "Spécifier un nom unique pour cette instance.",
"operationnotfound": "Spécifier une opération supportée",
"sensornotfound": "Au moins un des capteurs spécifiés n'existe pas",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
}
}
}

0 comments on commit c51f69a

Please sign in to comment.