Midea/midea_ac_lan/translations/fr.json
2023-09-22 07:45:40 +02:00

118 lines
4.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"config": {
"error": {
"login_failed": "Failed to login, account or password was wrong",
"no_devices": "Aucun nouvel appareil trouvé sur le réseau",
"device_exist": "L'appareil est déjà configurée",
"config_incorrect": "La configuration est incorrecte",
"connect_error": "Impossible de se connecter à l'appareil",
"invalid_token": "Jeton ou clé dans un format incorrect"
},
"step": {
"user": {
"data": {
"way": "Ajout d'appareil"
},
"description": "Choisissez comment ajouter des appareils",
"title": "Ajouter un nouvel appareil"
},
"login": {
"data": {
"account": "Account",
"password": "Password"
},
"description": "Login and storage your Midea account only for getting the appliance info.\nYou can remove this configuration after all appliance configured.",
"title": "Login"
},
"discovery": {
"description": "Saisissez l'adresse IP de l'appareil, entrez \"auto\" pour découvrir automatiquement.",
"title": "Par IP",
"data": {
"ip_address": "Adresse IP"
}
},
"list":{
"description": "{table}",
"title": "Appareil"
},
"auto": {
"data": {
"device": "Appareil"
},
"description": "Choisissez un appareil à ajouter",
"title": "Nouvel appareil trouvé"
},
"manually": {
"data": {
"name": "Nom (ex: Clim Salon)",
"device_id": "Code appareil",
"type": "Type",
"ip_address": "Adresse IP",
"port": "Port",
"model": "Modèle",
"protocol": "Protocole",
"token": "Jeton",
"key": "Clé"
},
"description": "Configuration de l'appareil",
"title": "Nouvel appareil"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ip_address": "Adresse IP",
"refresh_interval": "Refresh interval (0 means not refreshing actively)",
"sensors": "Capteurs supplémentaire",
"switches": "Contrôles supplémentaire",
"customize": "Personnaliser"
},
"title": "Configurer"
}
},
"abort": {
"account_option": "The account does not supports this operation.\nClick \"ADD DEVICE\" to add a new device."
}
},
"services": {
"set_attribute": {
"name": "Définir l'attribut",
"description": "Définir la valeur d'attribut de l'appareil",
"fields" : {
"device_id": {
"name": "Code appareil",
"description": "Code de l'appareil (ID de l'appareil)"
},
"attribute": {
"name": "Attribut",
"description": "Nom de l'attribut que vous souhaitez définir"
},
"value": {
"name": "Valeur",
"description": "Valeur d'attribut que vous souhaitez définir"
}
}
},
"send_command": {
"name": "Customize command",
"description": "Send a customize command to device",
"fields" : {
"device_id": {
"name": "Code appareil",
"description": "Code de l'appareil (ID de l'appareil)"
},
"cmd_type": {
"name": "command type",
"description": "The type of commandshould be 3query) or 2set)"
},
"cmd_body": {
"name": "command body",
"description": "The body of command, (not include MSmart protocol head and cheksum at the end)"
}
}
}
}
}