aboutsummaryrefslogtreecommitdiff
path: root/src/relay_mqtt_bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/relay_mqtt_bot.py')
-rwxr-xr-xsrc/relay_mqtt_bot.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/relay_mqtt_bot.py b/src/relay_mqtt_bot.py
index ff24924..9dddc4c 100755
--- a/src/relay_mqtt_bot.py
+++ b/src/relay_mqtt_bot.py
@@ -18,29 +18,11 @@ bot.initialize()
bot.lang.ru(
start_message="Выберите команду на клавиатуре",
unknown_command="Неизвестная команда",
-
- enable="Включить",
- enabled="Включен ✅",
- disable="Выключить",
- disabled="Выключен ❌",
-
- status="Статус",
- status_updated=' (обновлено %s)',
-
done="Готово 👌",
)
bot.lang.en(
start_message="Select command on the keyboard",
unknown_command="Unknown command",
-
- enable="Turn ON",
- enabled="Turned ON ✅",
- disable="Turn OFF",
- disabled="Turned OFF ❌",
-
- status="Status",
- status_updated=' (updated %s)',
-
done="Done 👌",
)