-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:myTselection/Carbu_com
- Loading branch information
Showing
1 changed file
with
74 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"config": { | ||
"title": "Carbu.com", | ||
"step": { | ||
"user": { | ||
"description": "Configuration des capteurs Carbu.com et Mazout.com.", | ||
"data": { | ||
"country": "Pays (BE/FR/LU)", | ||
"postalcode": "Code postal", | ||
"town": "Ville", | ||
"filter": "Filtre marque fournisseur (facultatif)", | ||
"super95": "Super 95 (E10)", | ||
"super98": "Super 98 (E5)", | ||
"diesel": "Diesel (B7)", | ||
"oilstd": "Fioul Standard (50S)", | ||
"oilextra": "Fioul Extra", | ||
"quantity": "Quantité Fioul (liters)" | ||
} | ||
}, | ||
"town": { | ||
"data": { | ||
"town": "Ville" | ||
} | ||
}, | ||
"edit": { | ||
"description": "Configuration des capteurs Carbu.com et Mazout.com.", | ||
"data": { | ||
"country": "Pays (BE/FR/LU)", | ||
"postalcode": "Code postal", | ||
"town": "Ville", | ||
"filter": "Filtrer par marque de fournisseur (facultatif)", | ||
"super95": "SP 95 (E10)", | ||
"super98": "SP 98 (E5)", | ||
"diesel": "Diesel (B7)", | ||
"oilstd": "Fioul Standard (50S)", | ||
"oilextra": "Fioul Extra", | ||
"quantity": "Quantité Fioul (litres)" | ||
} | ||
} | ||
|
||
}, | ||
"error": { | ||
"missing country": "Veuillez fournir un pays valide: BE/FR/LU", | ||
"missing postal code": "Veuillez fournir un code postal valide", | ||
"missing data options handler": "Le gestionnaire d'options a échoué", | ||
"no_valid_settings": "Aucun paramètre valide trouvé dans la configuration HA." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"edit": { | ||
"description": "Configuration des capteurs Carbu.com et Mazout.com.", | ||
"data": { | ||
"country": "Pays (BE/FR/LU)", | ||
"postalcode": "Code postal", | ||
"town": "Ville", | ||
"filter": "Filtrer par marque de fournisseur (facultatif)", | ||
"super95": "SP 95 (E10)", | ||
"super98": "SP 98 (E5)", | ||
"diesel": "Diesel (B7)", | ||
"oilstd": "Fioul Standard (50S)", | ||
"oilextra": "Fioul Extra", | ||
"quantity": "Quantité Fioul (litres)" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"missing country": "Veuillez fournir un pays valide: BE/FR/LU", | ||
"missing postal code": "Veuillez fournir un code postal valide", | ||
"missing data options handler": "Le gestionnaire d'options a échoué", | ||
"no_valid_settings": "Aucun paramètre valide trouvé dans la configuration HA." | ||
} | ||
} | ||
} |