From 2caf25ef50ccefc40febead8f2b0f4d6dfb45c98 Mon Sep 17 00:00:00 2001 From: dodther <15664548+dodther@users.noreply.github.com> Date: Wed, 22 Dec 2021 11:41:23 +1000 Subject: [PATCH] Add ru.json (#9) --- custom_components/leafspy/translations/ru.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_components/leafspy/translations/ru.json diff --git a/custom_components/leafspy/translations/ru.json b/custom_components/leafspy/translations/ru.json new file mode 100644 index 0000000..8fdf69b --- /dev/null +++ b/custom_components/leafspy/translations/ru.json @@ -0,0 +1,16 @@ +{ + "config": { + "abort": { + "one_instance_allowed": "Необходим только один экземпляр." + }, + "create_entry": { + "default": "\n\nОткройте приложение Leaf Spy, нажмите `'Меню'` -> `'Настройки'` и промотайте вниз до раздела `'Сервер'`. \nСмените следующие настройки:\n - `'Включить'`: Да\n - `'Интервал отправки'` как вам удобно.\n - `'ID'`: `'<имя авто>'`\n - `'PW'`: {secret}\n - `'Http'` или `'Https'` в зависимости от настроек доступа к Home Assistant.\n - `'URL'`: {url}\n **Не добавляйте** http или https к URL." + }, + "step": { + "user": { + "description": "Вы уверены, что хотите настроить Leaf Spy?", + "title": "Настройка Leaf Spy" + } + } + } +}