mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
rename actions in UI editors to interactions (#21505)
This commit is contained in:
parent
e05c66444a
commit
e8dd835eeb
@ -131,7 +131,7 @@ export class HuiEntityBadgeEditor
|
|||||||
{
|
{
|
||||||
name: "",
|
name: "",
|
||||||
type: "expandable",
|
type: "expandable",
|
||||||
title: localize(`ui.panel.lovelace.editor.badge.entity.actions`),
|
title: localize(`ui.panel.lovelace.editor.badge.entity.interactions`),
|
||||||
iconPath: mdiGestureTap,
|
iconPath: mdiGestureTap,
|
||||||
schema: [
|
schema: [
|
||||||
{
|
{
|
||||||
|
@ -138,7 +138,7 @@ export class HuiTileCardEditor
|
|||||||
{
|
{
|
||||||
name: "",
|
name: "",
|
||||||
type: "expandable",
|
type: "expandable",
|
||||||
title: localize(`ui.panel.lovelace.editor.card.tile.actions`),
|
title: localize(`ui.panel.lovelace.editor.card.tile.interactions`),
|
||||||
iconPath: mdiGestureTap,
|
iconPath: mdiGestureTap,
|
||||||
schema: [
|
schema: [
|
||||||
{
|
{
|
||||||
|
@ -6035,7 +6035,7 @@
|
|||||||
"description": "The tile card gives you a quick overview of your entity. The card allow you to toggle the entity, show the more info dialog or custom actions.",
|
"description": "The tile card gives you a quick overview of your entity. The card allow you to toggle the entity, show the more info dialog or custom actions.",
|
||||||
"color": "Color",
|
"color": "Color",
|
||||||
"icon_tap_action": "Icon tap behavior",
|
"icon_tap_action": "Icon tap behavior",
|
||||||
"actions": "Actions",
|
"interactions": "Interactions",
|
||||||
"appearance": "Appearance",
|
"appearance": "Appearance",
|
||||||
"show_entity_picture": "Show entity picture",
|
"show_entity_picture": "Show entity picture",
|
||||||
"vertical": "Vertical",
|
"vertical": "Vertical",
|
||||||
@ -6074,7 +6074,7 @@
|
|||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
"description": "The Entity badge gives you a quick overview of your entity.",
|
"description": "The Entity badge gives you a quick overview of your entity.",
|
||||||
"color": "Color",
|
"color": "Color",
|
||||||
"actions": "Actions",
|
"interactions": "Interactions",
|
||||||
"appearance": "Appearance",
|
"appearance": "Appearance",
|
||||||
"show_entity_picture": "Show entity picture",
|
"show_entity_picture": "Show entity picture",
|
||||||
"state_content": "State content",
|
"state_content": "State content",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user