forked from PiotrMachowski/lovelace-xiaomi-vacuum-map-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
253 lines (253 loc) · 9.42 KB
/
en.json
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
253
{
"common": {
"version": "Version",
"invalid_configuration": "Invalid configuration {0}",
"description": "A card that lets you control your vacuum",
"old_configuration": "Old configuration detected. Adjust your config to the latest schema or create a new card from the scratch.",
"old_configuration_migration_link": "Migration guide"
},
"map_mode": {
"invalid": "Invalid template!",
"vacuum_goto": "Pin & Go",
"vacuum_goto_predefined": "Points",
"vacuum_clean_segment": "Rooms",
"vacuum_clean_point": "Clean point",
"vacuum_clean_point_predefined": "Points",
"vacuum_clean_zone": "Zone cleanup",
"vacuum_clean_zone_predefined": "Zones list",
"vacuum_follow_path": "Path"
},
"validation": {
"preset": {
"entity": {
"missing": "Missing property: entity"
},
"preset_name": {
"missing": "Missing property: preset_name"
},
"platform": {
"invalid": "Invalid vacuum platform: {0}"
},
"map_source": {
"missing": "Missing property: map_source",
"none_provided": "No camera neither image provided",
"ambiguous": "Only one map source allowed"
},
"calibration_source": {
"missing": "Missing property: calibration_source",
"ambiguous": "Only one calibration source allowed",
"none_provided": "No calibration source provided",
"calibration_points": {
"invalid_number": "Exactly 3 or 4 calibration points required",
"missing_map": "Each calibration point must contain map coordinates",
"missing_vacuum": "Each calibration point must contain vacuum coordinates",
"missing_coordinate": "Map and vacuum calibration points must contain both x and y coordinate"
}
},
"icons": {
"invalid": "Error in configuration: icons",
"icon": {
"missing": "Each entry of icons list must contain icon property"
}
},
"tiles": {
"invalid": "Error in configuration: tiles",
"entity": {
"missing": "Each entry of tiles list must contain entity or internal variable"
},
"label": {
"missing": "Each entry of tiles list must contain label"
}
},
"map_modes": {
"invalid": "Error in configuration: map_modes",
"icon": {
"missing": "Missing icon of map mode"
},
"name": {
"missing": "Missing name of map mode"
},
"template": {
"invalid": "Invalid template: {0}"
},
"predefined_selections": {
"not_applicable": "Mode {0} does not support predefined selections",
"zones": {
"missing": "Missing zones configuration",
"invalid_parameters_number": "Each zone must have 4 parameters"
},
"points": {
"position": {
"missing": "Missing points configuration",
"invalid_parameters_number": "Each point must have 2 parameters"
}
},
"rooms": {
"id": {
"missing": "Missing room id",
"invalid_format": "Invalid room id: {0}"
},
"outline": {
"invalid_parameters_number": "Each point of room outline must have 2 parameters"
}
},
"label": {
"x": {
"missing": "Label must have x property"
},
"y": {
"missing": "Label must have y property"
},
"text": {
"missing": "Label must have text property"
}
},
"icon": {
"x": {
"missing": "Icon must have x property"
},
"y": {
"missing": "Icon must have y property"
},
"name": {
"missing": "Icon must have name property"
}
}
},
"service_call_schema": {
"missing": "Missing service call schema",
"service": {
"missing": "Service call schema must contain service",
"invalid": "Invalid service: {0}"
}
}
}
},
"invalid_entities": "Invalid entities:",
"invalid_calibration": "Invalid calibration, please check your configuration"
},
"tile": {
"status": {
"label": "Status",
"value": {
"starting": "Starting",
"charger disconnected": "Charger disconnected",
"idle": "Idle",
"remote control active": "Remote control active",
"cleaning": "Cleaning",
"returning home": "Returning home",
"manual mode": "Manual mode",
"charging": "Charging",
"charging problem": "Charging problem",
"paused": "Paused",
"spot cleaning": "Spot cleaning",
"error": "Error",
"shutting down": "Shutting down",
"updating": "Updating",
"docking": "Docking",
"going to target": "Going to target",
"zoned cleaning": "Zoned cleaning",
"segment cleaning": "Segment cleaning",
"emptying the bin": "Emptying the bin",
"charging complete": "Charging complete",
"device offline": "Device offline"
}
},
"battery_level": {
"label": "Battery"
},
"fan_speed": {
"label": "Fan speed",
"value": {
"silent": "Silent",
"standard": "Standard",
"medium": "Medium",
"turbo": "Turbo",
"auto": "Auto",
"gentle": "Gentle"
}
},
"sensor_dirty_left": {
"label": "Sensors left"
},
"filter_left": {
"label": "Filter left"
},
"main_brush_left": {
"label": "Main brush left"
},
"side_brush_left": {
"label": "Side brush left"
},
"cleaning_count": {
"label": "Cleaning count"
},
"cleaned_area": {
"label": "Cleaned area"
},
"cleaning_time": {
"label": "Cleaning time"
},
"mop_left": {
"label": "Mop left"
},
"bin_full": {
"label": "Bin full",
"value": {
"true": "Yes",
"false": "No"
}
},
"bin_present": {
"label": "Bin present",
"value": {
"true": "Yes",
"false": "No"
}
}
},
"icon": {
"vacuum_start": "Start",
"vacuum_pause": "Pause",
"vacuum_stop": "Stop",
"vacuum_return_to_base": "Return to base",
"vacuum_clean_spot": "Clean spot",
"vacuum_locate": "Locate",
"vacuum_set_fan_speed": "Change fan speed"
},
"unit": {
"hour_shortcut": "h",
"meter_shortcut": "m",
"meter_squared_shortcut": "m²",
"minute_shortcut": "min"
},
"popups": {
"success": "Success!",
"no_selection": "No selection provided",
"failed": "Failed to call service"
},
"editor": {
"description": {
"before_link": "This visual editor supports only a basic configuration with a camera entity created using ",
"link_text": "Xiaomi Cloud Map Extractor",
"after_link": ". For more advanced setup use YAML mode."
},
"label": {
"name": "Title (optional)",
"entity": "Vacuum entity (required)",
"camera": "Camera entity (required)",
"vacuum_platform": "Vacuum platform (required)",
"map_locked": "Map locked (optional)",
"two_finger_pan": "Two finger pan (optional)",
"platforms_documentation": "Chosen platform's documentation ({0})",
"selection": "Selection:",
"copy": "Copy",
"copied": "Copied!",
"set_static_config": "Generate static config",
"config_set": "Config set!\nOpen config editor to adjust it.",
"config_set_failed": "Failed to update config.",
"generate_rooms_config": "Generate rooms config",
"copy_service_call": "Copy service call"
}
}
}