-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add translations, fix firmware lookup, test services
- Loading branch information
Showing
7 changed files
with
76 additions
and
33 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,24 @@ | ||
{ | ||
"title": "Ember Mug", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Add an Ember Mug", | ||
"data": { | ||
"mug": "Mug (MAC Address)", | ||
"name": "Name", | ||
"temperature_unit": "Temperature Unit" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"invalid_mac": "MAC Address is invalid", | ||
"connection_failed": "Failed to connect to the Mug", | ||
"cannot_connect": "Unable to connect to the Mug" | ||
}, | ||
"abort": { | ||
"unknown": "Unknown error occurred", | ||
"not_found": "No Mugs were found. Please ensure it has been reset and is in pairing mode." | ||
} | ||
} | ||
} |
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,24 @@ | ||
{ | ||
"title": "Tasse Ember", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Ajouter une tasse Ember", | ||
"data": { | ||
"mug": "Tasse (adresse MAC)", | ||
"name": "Nom", | ||
"temperature_unit": "Unité de température" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"invalid_mac": "Adresse MAC invalide", | ||
"connection_failed": "Un erreur est survenue lors du tentative de connexion à la tasse.", | ||
"cannot_connect": "Impossible de se connecter à la tasse" | ||
}, | ||
"abort": { | ||
"unknown": "Un erreur inconue est survenue", | ||
"not_found": "Aucune tasse a été trouvé. Veuillez assurer qu'il à été réinitialisé et est en mode jumelage." | ||
} | ||
} | ||
} |