-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
62 additions
and
17 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
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
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
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
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
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,17 @@ | ||
{ | ||
"INVALID_PIN": "Le numéro de broche fourni ({pinValue}) n'est pas valide. ", | ||
"SUSPENDED": "Suspendu", | ||
"RESUMED": "Reprise", | ||
"LOADING": "Chargement …", | ||
"DATA_REQUESTED": "Demande envoyée pour obtenir les données du capteur. ", | ||
"DATA_SUCCESS": "Lecture du capteur réussie, données reçues du capteur après une tentative de {numberOfAttempts}. ", | ||
"DATA_FAILURE_RETRY": "Erreur de lecture du capteur, réessayant dans {retryTimeInSeconds} secondes. ", | ||
"DATA_FAILURE": "Erreur de lecture du capteur, incapable de lire les données du capteur. ", | ||
"UPDATE_SCHEDULED": "Mise à jour programmée pour s'exécuter automatiquement toutes les {minutes} minutes. ", | ||
"INITIAL_DELAY": "Réglage du délai initial. Démarrage dans {seconds} seconde(s). ", | ||
"DECIMAL_SYMBOL": ",", | ||
"SHOW_TEMP_CELCIUS": "Température: {temperature_var}°C", | ||
"SHOW_TEMP_KELVIN": "Température: {temperature_var} K", | ||
"SHOW_TEMP_FAHRENHEIT": "Température: {temperature_var}°F", | ||
"SHOW_HUMIDITY": "Humidité: {humidity_var}%" | ||
} |