modify strings.json and french translation

This commit is contained in:
2024-02-29 15:02:18 +01:00
parent eafda43271
commit e3841344fd
2 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{ {
"title": "testVBE_4", "title": "Koolnova BMS",
"config": { "config": {
"flow_title": "Test VBE 4 configuration", "flow_title": "Koolnova BMS configuration",
"step": { "step": {
"user": { "user": {
"title": "Configuration Client Modbus RTU", "title": "Configuration Client Modbus RTU",
@@ -35,4 +35,4 @@
"zone_id_error": "Area Id must an integer between 1 and 16" "zone_id_error": "Area Id must an integer between 1 and 16"
} }
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"title": "testVBE_4", "title": "Koolnova BMS",
"config": { "config": {
"flow_title": "test VBE 4 configuration", "flow_title": "Koolnova BMS configuration",
"step": { "step": {
"user": { "user": {
"title": "Configuration Client Modbus RTU", "title": "Configuration Client Modbus RTU",
@@ -14,8 +14,8 @@
"Sizebyte": "Taille des données", "Sizebyte": "Taille des données",
"Parity": "Parité", "Parity": "Parité",
"Stopbits": "Nombre de bits de stop", "Stopbits": "Nombre de bits de stop",
"Timeout": "Timeout", "Timeout": "Délai d'attente",
"Debug": "Debug" "Debug": "Deboggage"
} }
}, },
"areas": { "areas": {
@@ -29,10 +29,10 @@
} }
}, },
"error": { "error": {
"cannot_connect": "Cannot connected to Koolnova system", "cannot_connect": "Impossible de se connecter au système Koolnova",
"area_not_registered": "This Area is not registered to the Koolnova system", "area_not_registered": "Cette zone n'est pas enregistrée sur le système Koolnova",
"area_already_configured": "This Area is already configured", "area_already_configured": "Cette zone est déjà configurée",
"zone_id_error": "Area Id must an integer between 1 and 16" "zone_id_error": "L'identifiant de zone doit être un nombre entre 1 et 16"
} }
} }
} }