forked from nielsfaber/scheduler-card
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
252 lines (252 loc) · 8.87 KB
/
en.json
File metadata and controls
252 lines (252 loc) · 8.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
{
"services": {
"generic": {
"parameter_to_value": "{parameter} to {value}",
"action_with_parameter": "{action} with {parameter}"
},
"climate": {
"set_temperature": "set temperature[ to {temperature}]",
"set_temperature_hvac_mode_heat": "heat[ to {temperature}]",
"set_temperature_hvac_mode_cool": "cool[ to {temperature}]",
"set_temperature_hvac_mode_heat_cool": "heat/cool[ to {temperature}]",
"set_temperature_hvac_mode_heat_cool_range": "heat/cool[ to {target_temp_low} - {target_temp_high}]",
"set_temperature_hvac_mode_auto": "auto[ to {temperature}]",
"set_hvac_mode": "set mode[ to {hvac_mode}]",
"set_preset_mode": "set preset[ to {preset_mode}]",
"set_fan_mode": "set fan mode[ to {fan_mode}]",
"set_swing_mode": "set swing mode[ to {swing_mode}]"
},
"cover": {
"close_cover": "close",
"open_cover": "open",
"set_cover_position": "set position[ to {position}]",
"set_cover_tilt_position": "set tilt position[ to {tilt_position}]"
},
"fan": {
"set_percentage": "set speed[ to {percentage}]",
"set_direction": "set direction[ to {direction}]",
"oscillate": "set oscillation[ to {oscillate}]"
},
"humidifier": {
"set_humidity": "set humidity[ to {humidity}]",
"set_mode": "set mode[ to {mode}]"
},
"input_number": {
"set_value": "set value[ to {value}]"
},
"input_select": {
"select_option": "select option[ {option}]"
},
"select": {
"select_option": "select option[ {option}]"
},
"light": {
"turn_on": "turn on[ with {brightness} brightness]"
},
"media_player": {
"select_source": "select source[ {source}]"
},
"notify": {
"send_message": "send notification"
},
"script": {
"execute": "execute"
},
"vacuum": {
"start_pause": "start / pause"
},
"water_heater": {
"set_operation_mode": "set mode[ to {operation_mode}]",
"set_away_mode": "set away mode"
}
},
"ui": {
"components": {
"date": {
"day_types_short": {
"daily": "daily",
"workdays": "workdays",
"weekend": "weekend"
},
"day_types_long": {
"daily": "every day",
"workdays": "on workdays",
"weekend": "in the weekend"
},
"days": "days",
"tomorrow": "tomorrow",
"repeated_days": "every {days}",
"repeated_days_except": "every day except {excludedDays}",
"days_range": "from {startDay} to {endDay}",
"next_week_day": "next {weekday}"
},
"time": {
"absolute": "at {time}",
"interval": "from {startTime} to {endTime}",
"at_midnight": "at midnight",
"at_noon": "at noon",
"at_sun_event": "at {sunEvent}"
}
},
"dialog": {
"enable_schedule": {
"title": "Complete modifications",
"description": "The schedule you have changed is currently disabled, do you want to enable it?"
},
"confirm_delete": {
"title": "Remove entity?",
"description": "Are you sure you want to remove this entity?"
},
"confirm_migrate": {
"title": "Update schedule",
"description": "Some settings will be lost by this change. Do you want to continue?"
},
"weekday_picker": {
"title": "Repeated days for schedule",
"choose": "Choose..."
},
"entity_picker": {
"title": "Choose entities",
"choose": "Choose...",
"no_results": "No matching items found"
},
"action_picker": {
"title": "Choose action",
"show_all": "Show all supported entities"
}
},
"panel": {
"common": {
"title": "Scheduler",
"new_schedule": "New schedule",
"default_name": "Schedule #{id}"
},
"overview": {
"no_entries": "There are no items to show",
"backend_error": "Could not connect with the scheduler component. It needs to be installed as integration before this card can be used.",
"excluded_items": "{number} excluded {if number is 1} item {else} items",
"hide_excluded": "hide excluded items",
"additional_tasks": "{number} more {if number is 1} task {else} tasks"
},
"editor": {
"repeated_days": "Repeated days",
"start_time": "Start time",
"stop_time": "End time",
"action": "Action",
"add_action": "Add action",
"select_timeslot": "Select a timeslot",
"toggle_single_mode": "To single mode",
"toggle_scheme_mode": "To scheme mode",
"validation_errors": {
"overlapping_time": "Schedule has overlapping timeslots",
"missing_target_entity": "One or more actions are missing a target entity",
"missing_service_parameter": "One or more actions are missing a required setting",
"missing_action": "Schedule has no actions"
}
},
"options": {
"conditions": {
"header": "Conditions",
"add_condition": "Add condition",
"new_condition": "New condition",
"types": {
"equal_to": "{entity} is equal to {value}",
"unequal_to": "{entity} is unequal to {value}",
"above": "{entity} is above {value}",
"below": "{entity} is below {value}"
},
"options": {
"logic_and": "All conditions must be true",
"logic_or": "Any condition must be true",
"track_changes": "Re-evaluate when conditions change"
}
},
"period": {
"header": "Period",
"start_date": "From",
"end_date": "To"
},
"repeat_type": "behaviour after completion",
"tags": "Tags"
},
"card_editor": {
"tabs": {
"entities": "Entities",
"other": "Other"
},
"fields": {
"title": {
"heading": "Title of the card",
"options": {
"standard": "standard",
"hidden": "hidden",
"custom": "custom"
},
"custom_title": "Custom title"
},
"discover_existing": {
"heading": "Show all schedules",
"description": "This sets the 'discover existing' parameter. Previously created schedules will be automatically added to the card. "
},
"time_step": {
"heading": "Time step",
"description": "Resolution (in minutes) for creating schedules",
"unit_minutes": "min"
},
"default_editor": {
"heading": "Default time editor",
"options": {
"single": "Single schedule mode",
"scheme": "Time scheme mode"
}
},
"sort_by": {
"heading": "Sorting options",
"description": "Order in which the schedules appear in the card",
"options": {
"relative_time": "Time remaining until next action",
"title": "Displayed title of the schedule",
"state": "Show active schedules on top"
}
},
"display_format_primary": {
"heading": "Displayed primary info",
"description": "Configure which label is used for schedules in the overview",
"options": {
"default": "Schedule name",
"entity_action": "Summary of task"
}
},
"display_format_secondary": {
"heading": "Displayed secondary info",
"description": "Configure what additional properties are visible in the overview",
"options": {
"relative_time": "Time remaining until next action",
"time": "Configured time for next action",
"days": "Repeated days of the week",
"additional_tasks": "Number of additional tasks"
}
},
"show_header_toggle": {
"heading": "Show header toggle",
"description": "Show toggle switch at the top of the card for enabling/disabling all entities"
},
"show_toggle_switches": {
"heading": "Show toggle switches",
"description": "Show toggle switch for each individual schedule in the card"
},
"tags": {
"heading": "Tags",
"description": "Use tags to divide schedules between multiple cards"
},
"entities": {
"button_label": "Configure included entities",
"heading": "Included entities",
"description": "Select the entities that you want to control using the scheduler. You can click on a group to open it. Note that some entities (such as sensors) can only be used for conditions, not for actions.",
"included_number": "{number}/{total} selected"
}
}
}
}
}
}