diff options
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 3 | ||||
-rw-r--r-- | web/l10n/ru.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 1c8cc2bd0..8ce017b52 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -85,5 +85,6 @@ "commandEngineStop": "Engine Stop", "commandEngineResume": "Engine Resume", "commandFrequency": "Frequency", - "commandUnit": "Unit" + "commandUnit": "Unit", + "commandCustom": "Custom command" }
\ No newline at end of file diff --git a/web/l10n/ru.json b/web/l10n/ru.json index 4ec4a606c..52279a9e2 100644 --- a/web/l10n/ru.json +++ b/web/l10n/ru.json @@ -85,5 +85,6 @@ "commandEngineStop": "Заблокировать Двигатель", "commandEngineResume": "Разблокировать Двигатель", "commandFrequency": "Частота", - "commandUnit": "Единицы" + "commandUnit": "Единицы", + "commandCustom": "Пользовательская команда" }
\ No newline at end of file |