|
1 | 1 | {
|
| 2 | + "card": { |
| 3 | + "not_found": "Entity not found" |
| 4 | + }, |
2 | 5 | "editor": {
|
3 |
| - "form": { |
4 |
| - "color_picker": { |
5 |
| - "values": { |
6 |
| - "default": "Default color" |
7 |
| - } |
| 6 | + "card": { |
| 7 | + "chips": { |
| 8 | + "alignment": "Alignment" |
8 | 9 | },
|
9 |
| - "info_picker": { |
10 |
| - "values": { |
11 |
| - "default": "Default information", |
12 |
| - "name": "Name", |
13 |
| - "state": "State", |
14 |
| - "last-changed": "Last Changed", |
15 |
| - "last-updated": "Last Updated", |
16 |
| - "none": "None" |
17 |
| - } |
| 10 | + "climate": { |
| 11 | + "hvac_modes": "HVAC Modes", |
| 12 | + "show_temperature_control": "Temperature control?" |
18 | 13 | },
|
19 |
| - "icon_type_picker": { |
20 |
| - "values": { |
21 |
| - "default": "Default type", |
22 |
| - "icon": "Icon", |
23 |
| - "entity-picture": "Entity picture", |
24 |
| - "none": "None" |
25 |
| - } |
| 14 | + "cover": { |
| 15 | + "show_buttons_control": "Control buttons?", |
| 16 | + "show_position_control": "Position control?", |
| 17 | + "show_tilt_position_control": "Tilt control?" |
26 | 18 | },
|
27 |
| - "layout_picker": { |
28 |
| - "values": { |
29 |
| - "default": "Default layout", |
30 |
| - "vertical": "Vertical layout", |
31 |
| - "horizontal": "Horizontal layout" |
32 |
| - } |
| 19 | + "empty": { |
| 20 | + "no_config_options": "This card has no config options." |
| 21 | + }, |
| 22 | + "fan": { |
| 23 | + "show_direction_control": "Direction control?", |
| 24 | + "show_oscillate_control": "Oscillate control?", |
| 25 | + "show_percentage_control": "Percentage control?" |
33 | 26 | },
|
34 |
| - "alignment_picker": { |
35 |
| - "values": { |
36 |
| - "default": "Default alignment", |
37 |
| - "start": "Start", |
38 |
| - "end": "End", |
39 |
| - "center": "Center", |
40 |
| - "justify": "Justify" |
41 |
| - } |
42 |
| - } |
43 |
| - }, |
44 |
| - "card": { |
45 | 27 | "generic": {
|
| 28 | + "collapsible_controls": "Collapse controls when off", |
46 | 29 | "color": "Color",
|
| 30 | + "content_info": "Content", |
| 31 | + "fill_container": "Fill container", |
| 32 | + "icon_animation": "Animate icon when active?", |
47 | 33 | "icon_color": "Icon color",
|
| 34 | + "icon_type": "Icon type", |
48 | 35 | "layout": "Layout",
|
49 |
| - "fill_container": "Fill container", |
50 | 36 | "primary_info": "Primary information",
|
51 | 37 | "secondary_info": "Secondary information",
|
52 |
| - "icon_type": "Icon type", |
53 |
| - "content_info": "Content", |
54 |
| - "use_entity_picture": "Use entity picture?", |
55 |
| - "collapsible_controls": "Collapse controls when off", |
56 |
| - "icon_animation": "Animate icon when active?" |
| 38 | + "use_entity_picture": "Use entity picture?" |
57 | 39 | },
|
58 |
| - "empty": { |
59 |
| - "no_config_options": "This card has no config options." |
| 40 | + "humidifier": { |
| 41 | + "show_target_humidity_control": "Humidity control?" |
60 | 42 | },
|
61 | 43 | "light": {
|
| 44 | + "incompatible_controls": "Some controls may not be displayed if your light does not support the feature.", |
62 | 45 | "show_brightness_control": "Brightness control?",
|
63 |
| - "use_light_color": "Use light color", |
64 |
| - "show_color_temp_control": "Temperature color control?", |
65 | 46 | "show_color_control": "Color control?",
|
66 |
| - "incompatible_controls": "Some controls may not be displayed if your light does not support the feature." |
| 47 | + "show_color_temp_control": "Color temperature control?", |
| 48 | + "use_light_color": "Use light color" |
67 | 49 | },
|
68 |
| - "fan": { |
69 |
| - "show_percentage_control": "Percentage control?", |
70 |
| - "show_oscillate_control": "Oscillate control?", |
71 |
| - "show_direction_control": "Direction control?" |
| 50 | + "lock": { |
| 51 | + "lock": "Lock", |
| 52 | + "open": "Open", |
| 53 | + "unlock": "Unlock" |
72 | 54 | },
|
73 |
| - "cover": { |
74 |
| - "show_buttons_control": "Control buttons?", |
75 |
| - "show_position_control": "Position control?", |
76 |
| - "show_tilt_position_control": "Tilt control?" |
| 55 | + "media-player": { |
| 56 | + "media_controls": "Media controls", |
| 57 | + "media_controls_list": { |
| 58 | + "next": "Next track", |
| 59 | + "on_off": "Turn on/off", |
| 60 | + "play_pause_stop": "Play/pause/stop", |
| 61 | + "previous": "Previous track", |
| 62 | + "repeat": "Repeat mode", |
| 63 | + "shuffle": "Shuffle" |
| 64 | + }, |
| 65 | + "show_volume_level": "Show volume level", |
| 66 | + "use_media_artwork": "Use media artwork", |
| 67 | + "use_media_info": "Use media info", |
| 68 | + "volume_controls": "Volume controls", |
| 69 | + "volume_controls_list": { |
| 70 | + "volume_buttons": "Volume buttons", |
| 71 | + "volume_mute": "Mute", |
| 72 | + "volume_set": "Volume level" |
| 73 | + } |
| 74 | + }, |
| 75 | + "number": { |
| 76 | + "display_mode": "Display Mode", |
| 77 | + "display_mode_list": { |
| 78 | + "buttons": "Buttons", |
| 79 | + "default": "Default (slider)", |
| 80 | + "slider": "Slider" |
| 81 | + } |
77 | 82 | },
|
78 | 83 | "template": {
|
79 |
| - "primary": "Primary information", |
80 |
| - "secondary": "Secondary information", |
81 |
| - "multiline_secondary": "Multiline secondary?", |
| 84 | + "badge_color": "Badge color", |
| 85 | + "badge_icon": "Badge icon", |
| 86 | + "content": "Content", |
82 | 87 | "entity_extra": "Used in templates and actions",
|
83 | 88 | "label": "Label",
|
84 |
| - "content": "Content", |
85 |
| - "badge_icon": "Badge icon", |
86 |
| - "badge_color": "Badge color", |
87 |
| - "picture": "Picture (will replace the icon)" |
| 89 | + "multiline_secondary": "Multiline secondary?", |
| 90 | + "picture": "Picture (will replace the icon)", |
| 91 | + "primary": "Primary information", |
| 92 | + "secondary": "Secondary information" |
88 | 93 | },
|
89 | 94 | "title": {
|
90 |
| - "title": "Title", |
91 | 95 | "subtitle": "Subtitle",
|
92 |
| - "title_tap_action": "Title tap action", |
93 |
| - "subtitle_tap_action": "Subtitle tap action" |
94 |
| - }, |
95 |
| - "chips": { |
96 |
| - "alignment": "Alignment" |
97 |
| - }, |
98 |
| - "weather": { |
99 |
| - "show_conditions": "Conditions?", |
100 |
| - "show_temperature": "Temperature?" |
| 96 | + "subtitle_tap_action": "Subtitle tap action", |
| 97 | + "title": "Title", |
| 98 | + "title_tap_action": "Title tap action" |
101 | 99 | },
|
102 | 100 | "update": {
|
103 | 101 | "show_buttons_control": "Control buttons?"
|
|
108 | 106 | "on_off": "Turn on/off"
|
109 | 107 | }
|
110 | 108 | },
|
111 |
| - "media-player": { |
112 |
| - "use_media_info": "Use media info", |
113 |
| - "use_media_artwork": "Use media artwork", |
114 |
| - "show_volume_level": "Show volume level", |
115 |
| - "media_controls": "Media controls", |
116 |
| - "media_controls_list": { |
117 |
| - "on_off": "Turn on/off", |
118 |
| - "shuffle": "Shuffle", |
119 |
| - "previous": "Previous track", |
120 |
| - "play_pause_stop": "Play/pause/stop", |
121 |
| - "next": "Next track", |
122 |
| - "repeat": "Repeat mode" |
123 |
| - }, |
124 |
| - "volume_controls": "Volume controls", |
125 |
| - "volume_controls_list": { |
126 |
| - "volume_buttons": "Volume buttons", |
127 |
| - "volume_set": "Volume level", |
128 |
| - "volume_mute": "Mute" |
129 |
| - } |
130 |
| - }, |
131 |
| - "lock": { |
132 |
| - "lock": "Lock", |
133 |
| - "unlock": "Unlock", |
134 |
| - "open": "Open" |
135 |
| - }, |
136 |
| - "humidifier": { |
137 |
| - "show_target_humidity_control": "Humidity control?" |
138 |
| - }, |
139 |
| - "climate": { |
140 |
| - "show_temperature_control": "Temperature control?", |
141 |
| - "hvac_modes": "HVAC Modes" |
142 |
| - }, |
143 |
| - "number": { |
144 |
| - "display_mode": "Display Mode", |
145 |
| - "display_mode_list": { |
146 |
| - "default": "Default (slider)", |
147 |
| - "slider": "Slider", |
148 |
| - "buttons": "Buttons" |
149 |
| - } |
| 109 | + "weather": { |
| 110 | + "show_conditions": "Conditions?", |
| 111 | + "show_temperature": "Temperature?" |
150 | 112 | }
|
151 | 113 | },
|
152 | 114 | "chip": {
|
153 |
| - "sub_element_editor": { |
154 |
| - "title": "Chip editor" |
155 |
| - }, |
156 |
| - "conditional": { |
157 |
| - "chip": "Chip" |
158 |
| - }, |
159 | 115 | "chip-picker": {
|
160 |
| - "chips": "Chips", |
161 | 116 | "add": "Add chip",
|
162 |
| - "edit": "Edit", |
| 117 | + "chips": "Chips", |
163 | 118 | "clear": "Clear",
|
| 119 | + "edit": "Edit", |
164 | 120 | "select": "Select chip",
|
165 | 121 | "types": {
|
166 | 122 | "action": "Action",
|
|
174 | 130 | "template": "Template",
|
175 | 131 | "weather": "Weather"
|
176 | 132 | }
|
| 133 | + }, |
| 134 | + "conditional": { |
| 135 | + "chip": "Chip" |
| 136 | + }, |
| 137 | + "sub_element_editor": { |
| 138 | + "title": "Chip editor" |
| 139 | + } |
| 140 | + }, |
| 141 | + "form": { |
| 142 | + "alignment_picker": { |
| 143 | + "values": { |
| 144 | + "center": "Center", |
| 145 | + "default": "Default alignment", |
| 146 | + "end": "End", |
| 147 | + "justify": "Justify", |
| 148 | + "start": "Start" |
| 149 | + } |
| 150 | + }, |
| 151 | + "color_picker": { |
| 152 | + "values": { |
| 153 | + "default": "Default color" |
| 154 | + } |
| 155 | + }, |
| 156 | + "icon_type_picker": { |
| 157 | + "values": { |
| 158 | + "default": "Default type", |
| 159 | + "entity-picture": "Entity picture", |
| 160 | + "icon": "Icon", |
| 161 | + "none": "None" |
| 162 | + } |
| 163 | + }, |
| 164 | + "info_picker": { |
| 165 | + "values": { |
| 166 | + "default": "Default information", |
| 167 | + "last-changed": "Last Changed", |
| 168 | + "last-updated": "Last Updated", |
| 169 | + "name": "Name", |
| 170 | + "none": "None", |
| 171 | + "state": "State" |
| 172 | + } |
| 173 | + }, |
| 174 | + "layout_picker": { |
| 175 | + "values": { |
| 176 | + "default": "Default layout", |
| 177 | + "horizontal": "Horizontal layout", |
| 178 | + "vertical": "Vertical layout" |
| 179 | + } |
177 | 180 | }
|
178 | 181 | }
|
179 |
| - }, |
180 |
| - "card": { |
181 |
| - "not_found": "Entity not found" |
182 | 182 | }
|
183 | 183 | }
|
0 commit comments