Skip to content

Commit

Permalink
Merge pull request #308 from georgezhao2010/master
Browse files Browse the repository at this point in the history
Updated russian translation
  • Loading branch information
georgezhao2010 authored Sep 16, 2023
2 parents 3c42296 + dd086f2 commit b1ce152
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions custom_components/midea_ac_lan/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"init": {
"data": {
"ip_address": "IP-адрес",
"refresh_interval": "Refresh interval (0 means not refreshing actively)",
"sensors": "Экстра сенсоры",
"switches": "Экстра элементы управления",
"refresh_interval": "Интервал обновления (0 не выполняет активное обновление)",
"sensors": "Доп. сенсоры",
"switches": "Доп. элементы управления",
"customize": "Настроить"
},
"title": "Конфигурация"
Expand All @@ -89,20 +89,20 @@
}
},
"send_command": {
"name": "Customize command",
"description": "Send a customize command to device",
"name": "Пользовательская команда",
"description": "Отправить пользовательскую команду на устройство",
"fields" : {
"device_id": {
"name": "Идентификатор устройства",
"description": "Код (Идентификатор) устройства"
},
"cmd_type": {
"name": "command type",
"description": "The type of command,should be 3(query) or 2(set)"
"name": "Тип команды",
"description": "Тип команды, может быть 3 (запрос) или 2 (установка значения)"
},
"cmd_body": {
"name": "command body",
"description": "The body of command, (not include MSmart protocol head and cheksum at the end)"
"name": "Тело команды",
"description": "Тело команды (без заголовков протокола MSmart и контрольной суммы в конце)"
}
}
}
Expand Down

0 comments on commit b1ce152

Please sign in to comment.