-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from diyanei/translate_fr
Create fr.json
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
} | ||
} | ||
} |