Skip to content

Commit

Permalink
Translated using Weblate (Russian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (21 of 21 strings)

Translation: Spook/Inverse helper
Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/ru/
  • Loading branch information
klimofey authored and weblate committed May 15, 2024
1 parent 90320b7 commit e012e8c
Showing 1 changed file with 36 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,48 @@
"binary_sensor": {
"data": {
"entity_id": "Источник",
"name": "Имя"
}
"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": "Инвертировать 👻"
}

0 comments on commit e012e8c

Please sign in to comment.