Skip to content

Commit

Permalink
Add french translation and strings improvements (#49)
Browse files Browse the repository at this point in the history
Reusing work done on strings.json done in #37
  • Loading branch information
oncleben31 committed Jan 13, 2021
1 parent 75670b7 commit f85cbb0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
3 changes: 1 addition & 2 deletions custom_components/integration_blueprint/translations/en.json
@@ -1,6 +1,5 @@
{
"config": {
"title": "Blueprint",
"step": {
"user": {
"title": "Blueprint",
Expand All @@ -15,7 +14,7 @@
"auth": "Username/Password is wrong."
},
"abort": {
"single_instance_allowed": "Only a single configuration of Blueprint is allowed."
"single_instance_allowed": "Only a single instance is allowed."
}
},
"options": {
Expand Down
31 changes: 31 additions & 0 deletions custom_components/integration_blueprint/translations/fr.json
@@ -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é"
}
}
}
}
}
3 changes: 1 addition & 2 deletions custom_components/integration_blueprint/translations/nb.json
@@ -1,6 +1,5 @@
{
"config": {
"title": "Blueprint",
"step": {
"user": {
"title": "Blueprint",
Expand All @@ -15,7 +14,7 @@
"auth": "Brukernavn/Passord er feil."
},
"abort": {
"single_instance_allowed": "Du kan konfigurere Blueprint kun en gang."
"single_instance_allowed": "Denne integrasjonen kan kun konfigureres en gang."
}
},
"options": {
Expand Down

This file was deleted.

0 comments on commit f85cbb0

Please sign in to comment.