Add french translation and strings improvements (#49)

Reusing work done on strings.json done in #37
This commit is contained in:
Oncleben31 2021-01-13 12:39:06 +01:00 committed by GitHub
parent 75670b7d06
commit f85cbb043d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 9 deletions

View File

@ -1,6 +1,5 @@
{
"config": {
"title": "Blueprint",
"step": {
"user": {
"title": "Blueprint",
@ -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": {

View File

@ -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é"
}
}
}
}
}

View File

@ -1,6 +1,5 @@
{
"config": {
"title": "Blueprint",
"step": {
"user": {
"title": "Blueprint",
@ -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": {

View File

@ -1,5 +0,0 @@
{
"state": {
"Some sample static text.": "Eksempel tekst."
}
}