Skip to content

Commit

Permalink
chore: missing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed May 28, 2024
1 parent c59d5a5 commit dba8d5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions custom_components/midea_ac_lan/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"title": "Login"
},
"discovery": {
"description": "Saisissez l'adresse IP de l'appareil, entrez \"auto\" pour découvrir automatiquement.\nVous pouvez également utiliser une adresse IP pour rechercher dans un réseau spécifié, comme \"192.168.1.255\".",
"description": "Saisissez l'address IP de l'appareil, entrez \"auto\" pour découvrir automatiquement.\nVous pouvez également utiliser une address IP pour rechercher dans un réseau spécifié, comme \"192.168.1.255\".",
"title": "Recherche",
"data": {
"ip_address": "Adresse IP"
"ip_address": "Address IP"
}
},
"list": {
Expand All @@ -48,7 +48,7 @@
"name": "Nom (ex: Clim Salon)",
"device_id": "Code appareil",
"type": "Type",
"ip_address": "Adresse IP",
"ip_address": "Address IP",
"port": "Port",
"model": "Modèle",
"subtype": "Soustype",
Expand All @@ -65,7 +65,7 @@
"step": {
"init": {
"data": {
"ip_address": "Adresse IP",
"ip_address": "Address IP",
"refresh_interval": "Refresh interval (0 means not refreshing actively)",
"sensors": "Capteurs supplémentaire",
"switches": "Contrôles supplémentaire",
Expand All @@ -88,7 +88,7 @@
"description": "Code de l'appareil (ID de l'appareil)"
},
"attribute": {
"name": "Attribut",
"name": "Attribute",
"description": "Nom de l'attribut que vous souhaitez définir"
},
"value": {
Expand All @@ -111,7 +111,7 @@
},
"cmd_body": {
"name": "command body",
"description": "The body of command, (not include MSmart protocol head and cheksum at the end)"
"description": "The body of command, (not include MSmart protocol head and checksum at the end)"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/midea_ac_lan/translations/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"fields": {
"device_id": {
"name": "设备编码",
"description": "设备编码(Deivce ID)"
"description": "设备编码(Device ID)"
},
"attribute": {
"name": "属性",
Expand Down

0 comments on commit dba8d5e

Please sign in to comment.