-
-
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.
Merge pull request #64 from Nemesis24/main
French translation
- Loading branch information
Showing
4 changed files
with
81 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,8 @@ | ||
{ | ||
"state": { | ||
"miwifi__device_tracker": { | ||
"home": "Connecté", | ||
"not_home": "Déconnecté" | ||
} | ||
} | ||
} |
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,54 @@ | ||
{ | ||
"title": "MiWifi", | ||
"config": { | ||
"error": { | ||
"ip_address.not_matched": "IP invalide", | ||
"password.not_matched": "Mauvais mot de passe ou algorithme de cryptage", | ||
"connection": "Impossible d'établir la connexion", | ||
"router.not.supported": "Le routeur n'est pas pris en charge. Des informations détaillées ont été envoyées au centre de notification." | ||
}, | ||
"step": { | ||
"discovery_confirm": { | ||
"title": "Paramètres MiWiFi", | ||
"description": "Entrez l'adresse IP et le mot de passe de votre routeur MiWiFi", | ||
"data": { | ||
"ip_address": "Adresse IP", | ||
"password": "Mot de passe", | ||
"encryption_algorithm": "Algorithme de cryptage du mot de passe", | ||
"stay_online": "Reste en ligne minimum en secondes", | ||
"scan_interval": "Intervalle d'analyse en secondes [PRO]", | ||
"timeout": "Délai d'expiration des requêtes en secondes [PRO]" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"error": { | ||
"ip_address.not_matched": "IP invalide", | ||
"password.not_matched": "Mauvais mot de passe ou algorithme de cryptage", | ||
"connection": "Impossible d'établir la connexion", | ||
"router.not.supported": "Le routeur n'est pas pris en charge. Des informations détaillées ont été envoyées au centre de notification." | ||
}, | ||
"step": { | ||
"init": { | ||
"title": "Paramètres MiWiFi", | ||
"description": "Entrez l'adresse IP et le mot de passe de votre routeur MiWiFi", | ||
"data": { | ||
"ip_address": "Adresse IP", | ||
"password": "Mot de passe", | ||
"encryption_algorithm": "Algorithme de cryptage du mot de passe", | ||
"stay_online": "Reste en ligne minimum en secondes", | ||
"scan_interval": "Intervalle d'analyse en secondes [PRO]", | ||
"activity_days": "Nombre de jours d'attente autorisés après la dernière activité [PRO]", | ||
"timeout": "Délai d'expiration des requêtes en secondes [PRO]", | ||
"is_force_load": "Démarrage forcé des appareils en mode répéteur [PRO]" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Version" | ||
} | ||
} | ||
} |
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,9 @@ | ||
{ | ||
"state": { | ||
"miwifi__signal_strength": { | ||
"min": "Économie d'énergie", | ||
"mid": "Standard", | ||
"max": "À travers le mur" | ||
} | ||
} | ||
} |
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,10 @@ | ||
{ | ||
"state": { | ||
"miwifi__mode": { | ||
"default": "Défaut", | ||
"repeater": "Répéteur", | ||
"access_point": "Point d'accès", | ||
"mesh": "Mesh" | ||
} | ||
} | ||
} |