-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translations update from Hosted Weblate (#761)
Co-authored-by: Sergey Krashevich <[email protected]> Co-authored-by: Тимофей Климов (Klimofey) <[email protected]>
- Loading branch information
1 parent
1fc6ca4
commit e7e1600
Showing
1 changed file
with
51 additions
and
1 deletion.
There are no files selected for viewing
52 changes: 51 additions & 1 deletion
52
custom_components/spook/integrations/spook_inverse/translations/ru.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,51 @@ | ||
{} | ||
{ | ||
"config": { | ||
"step": { | ||
"binary_sensor": { | ||
"data": { | ||
"entity_id": "Источник", | ||
"name": "Имя", | ||
"hide_source": "Скрыть источник" | ||
}, | ||
"title": "Инвертировать 👻" | ||
}, | ||
"switch": { | ||
"data": { | ||
"entity_id": "Источник", | ||
"name": "Имя", | ||
"hide_source": "Скрыть источник" | ||
}, | ||
"title": "Инвертировать 👻" | ||
}, | ||
"user": { | ||
"menu_options": { | ||
"binary_sensor": "Инвертировать бинарный сенсор", | ||
"switch": "Инвертировать переключатель" | ||
}, | ||
"title": "Инвертировать 👻", | ||
"description": "Этот помощник позволяет вам инвертировать поведение объекта. Например, можно изменить направление открытия/закрытия или включения/выключения бинарных сенсоров и переключателей." | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"binary_sensor": { | ||
"data": { | ||
"entity_id": "Источник", | ||
"name": "Имя", | ||
"hide_source": "Скрыть источник" | ||
}, | ||
"title": "Инвертировать 👻" | ||
}, | ||
"switch": { | ||
"title": "Инвертировать 👻", | ||
"data": { | ||
"hide_source": "Скрыть источник", | ||
"entity_id": "Источник", | ||
"name": "Имя" | ||
} | ||
} | ||
} | ||
}, | ||
"title": "Инвертировать 👻" | ||
} |