-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'AlexxIT:master' into master
- Loading branch information
Showing
6 changed files
with
113 additions
and
22 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
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
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
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 |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
"requirements": [ | ||
"pycryptodome>=3.6.6" | ||
], | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"iot_class": "local_push" | ||
} |
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,39 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"reauth_successful": "Ré-authentification réussi" | ||
}, | ||
"error": { | ||
"exists": "Ce compte est déjà configuré", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Entrer votre [eWeLink account](https://www.ewelink.cc/en/) identification", | ||
"data": { | ||
"username": "Courriel ou téléphone (utiliser n'importe quel pour le mode DIY)", | ||
"password": "Mot de passe (laisser vide pour le mode DIY)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "Mode (auto est recommendé pour la pluspart des utilisateurs)", | ||
"homes": "Homes (laisser décoché pour \"current\" Home)", | ||
"debug": "Page de débogage (Integration > Menu > Known issues)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Version", | ||
"cloud_online": "Appareils du nuage en ligne", | ||
"local_online": "Appareils locale en ligne", | ||
"debug": "Page de débogage" | ||
} | ||
} | ||
} |
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,39 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"reauth_successful": "Yeniden kimlik doğrulama başarılı oldu" | ||
}, | ||
"error": { | ||
"exists": "Bu hesap zaten yapılandırılmış", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "[eWeLink hesabınızın](https://www.ewelink.cc/en/) bilgilerini girin", | ||
"data": { | ||
"username": "E-posta veya telefon (DIY modu için herhangi birini kullanın)", | ||
"password": "Parola (DIY modu için boş bırakın)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "Mod (çoğu kullanıcı için otomatik önerilir)", | ||
"homes": "Evler (\"Geçerli\" ev için işaretlemeden bırakın)", | ||
"debug": "Hata ayıklama sayfası (Entegrasyon > Menü > Bilinen sorunlar)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Sürüm", | ||
"cloud_online": "Çevrimiçi bulut cihazları", | ||
"local_online": "Çevrimiçi yerel cihazlar", | ||
"debug": "Hata ayıklama sayfası" | ||
} | ||
} | ||
} |