-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add french translation and strings improvements (#49)
Reusing work done on strings.json done in #37
- Loading branch information
1 parent
75670b7
commit f85cbb0
Showing
4 changed files
with
33 additions
and
9 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
31 changes: 31 additions & 0 deletions
31
custom_components/integration_blueprint/translations/fr.json
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,31 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Blueprint", | ||
"description": "Si vous avez besoin d'aide pour la configuration, regardez ici: https://github.com/custom-components/integration_blueprint", | ||
"data": { | ||
"username": "Identifiant", | ||
"password": "Mot de Passe" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth": "Identifiant ou mot de passe erroné." | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "Une seule instance est autorisée." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"binary_sensor": "Capteur binaire activé", | ||
"sensor": "Capteur activé", | ||
"switch": "Interrupteur activé" | ||
} | ||
} | ||
} | ||
} | ||
} |
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
5 changes: 0 additions & 5 deletions
5
custom_components/integration_blueprint/translations/sensor.nb.json
This file was deleted.
Oops, something went wrong.