homebridge-dummy 1.3.1-beta.0 → 1.3.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -3
- package/README.md +12 -0
- package/dist/homebridge-ui/public/index.html +1 -1
- package/dist/i18n/de.d.ts +468 -0
- package/dist/i18n/de.js +244 -0
- package/dist/i18n/de.js.map +1 -0
- package/dist/i18n/en.js +1 -1
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/es.d.ts +468 -0
- package/dist/i18n/es.js +246 -0
- package/dist/i18n/es.js.map +1 -0
- package/dist/i18n/i18n.d.ts +3 -1
- package/dist/i18n/i18n.js +12 -0
- package/dist/i18n/i18n.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,468 @@
|
|
|
1
|
+
declare const es: {
|
|
2
|
+
accessory: {
|
|
3
|
+
badValueType: string;
|
|
4
|
+
invalidCron: string;
|
|
5
|
+
missingRequired: string;
|
|
6
|
+
};
|
|
7
|
+
command: {
|
|
8
|
+
error: string;
|
|
9
|
+
executed: string;
|
|
10
|
+
};
|
|
11
|
+
lightbulb: {
|
|
12
|
+
brightness: string;
|
|
13
|
+
stateOn: string;
|
|
14
|
+
};
|
|
15
|
+
limiter: {
|
|
16
|
+
badPeriod: string;
|
|
17
|
+
badUnits: string;
|
|
18
|
+
expired: string;
|
|
19
|
+
limitExceedsPeriod: string;
|
|
20
|
+
remainingDayPlus: string;
|
|
21
|
+
remainingHours: string;
|
|
22
|
+
remainingMinutes: string;
|
|
23
|
+
remainingSeconds: string;
|
|
24
|
+
};
|
|
25
|
+
lock: {
|
|
26
|
+
badDefault: string;
|
|
27
|
+
secured: string;
|
|
28
|
+
unsecured: string;
|
|
29
|
+
};
|
|
30
|
+
onOff: {
|
|
31
|
+
stateOff: string;
|
|
32
|
+
stateOn: string;
|
|
33
|
+
};
|
|
34
|
+
position: {
|
|
35
|
+
badDefault: string;
|
|
36
|
+
closed: string;
|
|
37
|
+
open: string;
|
|
38
|
+
};
|
|
39
|
+
schedule: {
|
|
40
|
+
badType: string;
|
|
41
|
+
badUnits: string;
|
|
42
|
+
cron: string;
|
|
43
|
+
intervalMilliseconds: string;
|
|
44
|
+
intervalSeconds: string;
|
|
45
|
+
intervalMinutes: string;
|
|
46
|
+
intervalHours: string;
|
|
47
|
+
};
|
|
48
|
+
thermostat: {
|
|
49
|
+
auto: string;
|
|
50
|
+
badDefault: string;
|
|
51
|
+
badUnits: string;
|
|
52
|
+
cool: string;
|
|
53
|
+
heat: string;
|
|
54
|
+
off: string;
|
|
55
|
+
temperatureC: string;
|
|
56
|
+
temperatureF: string;
|
|
57
|
+
unsupportedFunction: string;
|
|
58
|
+
};
|
|
59
|
+
timer: {
|
|
60
|
+
badUnits: string;
|
|
61
|
+
cancel: string;
|
|
62
|
+
expired: string;
|
|
63
|
+
resume: string;
|
|
64
|
+
setMilliseconds: string;
|
|
65
|
+
setSeconds: string;
|
|
66
|
+
setMinutes: string;
|
|
67
|
+
setHours: string;
|
|
68
|
+
};
|
|
69
|
+
config: {
|
|
70
|
+
description: {
|
|
71
|
+
commands: string;
|
|
72
|
+
cron: string;
|
|
73
|
+
limiter: string;
|
|
74
|
+
random: string;
|
|
75
|
+
schedule: string;
|
|
76
|
+
timer: string;
|
|
77
|
+
timerControlled: string;
|
|
78
|
+
};
|
|
79
|
+
enumNames: {
|
|
80
|
+
auto: string;
|
|
81
|
+
carbonDioxideSensor: string;
|
|
82
|
+
carbonMonoxideSensor: string;
|
|
83
|
+
celsius: string;
|
|
84
|
+
closed: string;
|
|
85
|
+
contactSensor: string;
|
|
86
|
+
cool: string;
|
|
87
|
+
cron: string;
|
|
88
|
+
custom: string;
|
|
89
|
+
daily: string;
|
|
90
|
+
day: string;
|
|
91
|
+
door: string;
|
|
92
|
+
fahrenheit: string;
|
|
93
|
+
heat: string;
|
|
94
|
+
hour: string;
|
|
95
|
+
hourly: string;
|
|
96
|
+
hours: string;
|
|
97
|
+
interval: string;
|
|
98
|
+
leakSensor: string;
|
|
99
|
+
lightbulb: string;
|
|
100
|
+
lockMechanism: string;
|
|
101
|
+
minutely: string;
|
|
102
|
+
month: string;
|
|
103
|
+
monthly: string;
|
|
104
|
+
occupancySensor: string;
|
|
105
|
+
off: string;
|
|
106
|
+
on: string;
|
|
107
|
+
open: string;
|
|
108
|
+
outlet: string;
|
|
109
|
+
milliseconds: string;
|
|
110
|
+
minutes: string;
|
|
111
|
+
motionSensor: string;
|
|
112
|
+
secondly: string;
|
|
113
|
+
seconds: string;
|
|
114
|
+
secured: string;
|
|
115
|
+
smokeSensor: string;
|
|
116
|
+
switch: string;
|
|
117
|
+
thermostat: string;
|
|
118
|
+
unsecured: string;
|
|
119
|
+
week: string;
|
|
120
|
+
weekdays: string;
|
|
121
|
+
weekends: string;
|
|
122
|
+
weekly: string;
|
|
123
|
+
window: string;
|
|
124
|
+
windowCovering: string;
|
|
125
|
+
yearly: string;
|
|
126
|
+
};
|
|
127
|
+
migrate: string;
|
|
128
|
+
migrationDetails1: string;
|
|
129
|
+
migrationDetails2: string;
|
|
130
|
+
migrationDetails3: string;
|
|
131
|
+
migrationDetails4: string;
|
|
132
|
+
migrationDetails5: string;
|
|
133
|
+
migrationRestartDescription: string;
|
|
134
|
+
migrationRestartTitle: string;
|
|
135
|
+
no: string;
|
|
136
|
+
support: string;
|
|
137
|
+
thankYou: string;
|
|
138
|
+
yes: string;
|
|
139
|
+
title: {
|
|
140
|
+
accessory: string;
|
|
141
|
+
commandClose: string;
|
|
142
|
+
commandOff: string;
|
|
143
|
+
commandOn: string;
|
|
144
|
+
commandOpen: string;
|
|
145
|
+
commandLock: string;
|
|
146
|
+
commands: string;
|
|
147
|
+
commandTemperature: string;
|
|
148
|
+
commandUnlock: string;
|
|
149
|
+
cron: string;
|
|
150
|
+
cronCustom: string;
|
|
151
|
+
defaultBrightness: string;
|
|
152
|
+
defaultPosition: string;
|
|
153
|
+
defaultState: string;
|
|
154
|
+
defaultTemperature: string;
|
|
155
|
+
delay: string;
|
|
156
|
+
disableLogging: string;
|
|
157
|
+
enableWebook: string;
|
|
158
|
+
groupName: string;
|
|
159
|
+
interval: string;
|
|
160
|
+
limit: string;
|
|
161
|
+
limiter: string;
|
|
162
|
+
name: string;
|
|
163
|
+
period: string;
|
|
164
|
+
preset: string;
|
|
165
|
+
random: string;
|
|
166
|
+
resetOnRestart: string;
|
|
167
|
+
schedule: string;
|
|
168
|
+
sensor: string;
|
|
169
|
+
timer: string;
|
|
170
|
+
timerControlled: string;
|
|
171
|
+
type: string;
|
|
172
|
+
units: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
sensor: {
|
|
176
|
+
badType: string;
|
|
177
|
+
carbonDioxide: {
|
|
178
|
+
active: string;
|
|
179
|
+
inactive: string;
|
|
180
|
+
};
|
|
181
|
+
carbonMonoxide: {
|
|
182
|
+
active: string;
|
|
183
|
+
inactive: string;
|
|
184
|
+
};
|
|
185
|
+
contact: {
|
|
186
|
+
active: string;
|
|
187
|
+
inactive: string;
|
|
188
|
+
};
|
|
189
|
+
leak: {
|
|
190
|
+
active: string;
|
|
191
|
+
inactive: string;
|
|
192
|
+
};
|
|
193
|
+
motion: {
|
|
194
|
+
active: string;
|
|
195
|
+
inactive: string;
|
|
196
|
+
};
|
|
197
|
+
occupancy: {
|
|
198
|
+
active: string;
|
|
199
|
+
inactive: string;
|
|
200
|
+
};
|
|
201
|
+
smoke: {
|
|
202
|
+
active: string;
|
|
203
|
+
inactive: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
startup: {
|
|
207
|
+
migrationBridge: string;
|
|
208
|
+
migrationComplete: string;
|
|
209
|
+
migrationFailed: string;
|
|
210
|
+
migrationIgnore: string;
|
|
211
|
+
migrationNoAccessories: string;
|
|
212
|
+
migrationRevert: string;
|
|
213
|
+
newAccessory: string;
|
|
214
|
+
removeAccessory: string;
|
|
215
|
+
restoringAccessory: string;
|
|
216
|
+
setupComplete: string;
|
|
217
|
+
unsupportedType: string;
|
|
218
|
+
welcome: string[];
|
|
219
|
+
};
|
|
220
|
+
webhook: {
|
|
221
|
+
badUnits: string;
|
|
222
|
+
missing: string;
|
|
223
|
+
received: string;
|
|
224
|
+
register: string;
|
|
225
|
+
started: string;
|
|
226
|
+
stopped: string;
|
|
227
|
+
stopping: string;
|
|
228
|
+
validRange: string;
|
|
229
|
+
validValues: string;
|
|
230
|
+
unregisteredCommand: string;
|
|
231
|
+
unsupportedCommand: string;
|
|
232
|
+
unregisteredId: string;
|
|
233
|
+
};
|
|
234
|
+
} & {
|
|
235
|
+
accessory: {
|
|
236
|
+
badValueType: string;
|
|
237
|
+
invalidCron: string;
|
|
238
|
+
missingRequired: string;
|
|
239
|
+
};
|
|
240
|
+
command: {
|
|
241
|
+
error: string;
|
|
242
|
+
executed: string;
|
|
243
|
+
};
|
|
244
|
+
lightbulb: {
|
|
245
|
+
brightness: string;
|
|
246
|
+
stateOn: string;
|
|
247
|
+
};
|
|
248
|
+
limiter: {
|
|
249
|
+
badPeriod: string;
|
|
250
|
+
badUnits: string;
|
|
251
|
+
expired: string;
|
|
252
|
+
limitExceedsPeriod: string;
|
|
253
|
+
remainingDayPlus: string;
|
|
254
|
+
remainingHours: string;
|
|
255
|
+
remainingMinutes: string;
|
|
256
|
+
remainingSeconds: string;
|
|
257
|
+
};
|
|
258
|
+
lock: {
|
|
259
|
+
badDefault: string;
|
|
260
|
+
secured: string;
|
|
261
|
+
unsecured: string;
|
|
262
|
+
};
|
|
263
|
+
onOff: {
|
|
264
|
+
stateOff: string;
|
|
265
|
+
stateOn: string;
|
|
266
|
+
};
|
|
267
|
+
position: {
|
|
268
|
+
badDefault: string;
|
|
269
|
+
closed: string;
|
|
270
|
+
open: string;
|
|
271
|
+
};
|
|
272
|
+
schedule: {
|
|
273
|
+
badType: string;
|
|
274
|
+
badUnits: string;
|
|
275
|
+
cron: string;
|
|
276
|
+
intervalMilliseconds: string;
|
|
277
|
+
intervalSeconds: string;
|
|
278
|
+
intervalMinutes: string;
|
|
279
|
+
intervalHours: string;
|
|
280
|
+
};
|
|
281
|
+
thermostat: {
|
|
282
|
+
auto: string;
|
|
283
|
+
badDefault: string;
|
|
284
|
+
badUnits: string;
|
|
285
|
+
cool: string;
|
|
286
|
+
heat: string;
|
|
287
|
+
off: string;
|
|
288
|
+
temperatureC: string;
|
|
289
|
+
temperatureF: string;
|
|
290
|
+
unsupportedFunction: string;
|
|
291
|
+
};
|
|
292
|
+
timer: {
|
|
293
|
+
badUnits: string;
|
|
294
|
+
cancel: string;
|
|
295
|
+
expired: string;
|
|
296
|
+
resume: string;
|
|
297
|
+
setMilliseconds: string;
|
|
298
|
+
setSeconds: string;
|
|
299
|
+
setMinutes: string;
|
|
300
|
+
setHours: string;
|
|
301
|
+
};
|
|
302
|
+
config: {
|
|
303
|
+
description: {
|
|
304
|
+
commands: string;
|
|
305
|
+
cron: string;
|
|
306
|
+
limiter: string;
|
|
307
|
+
random: string;
|
|
308
|
+
schedule: string;
|
|
309
|
+
timer: string;
|
|
310
|
+
timerControlled: string;
|
|
311
|
+
};
|
|
312
|
+
enumNames: {
|
|
313
|
+
auto: string;
|
|
314
|
+
carbonDioxideSensor: string;
|
|
315
|
+
carbonMonoxideSensor: string;
|
|
316
|
+
celsius: string;
|
|
317
|
+
closed: string;
|
|
318
|
+
contactSensor: string;
|
|
319
|
+
cool: string;
|
|
320
|
+
cron: string;
|
|
321
|
+
custom: string;
|
|
322
|
+
daily: string;
|
|
323
|
+
day: string;
|
|
324
|
+
door: string;
|
|
325
|
+
fahrenheit: string;
|
|
326
|
+
heat: string;
|
|
327
|
+
hour: string;
|
|
328
|
+
hourly: string;
|
|
329
|
+
hours: string;
|
|
330
|
+
interval: string;
|
|
331
|
+
leakSensor: string;
|
|
332
|
+
lightbulb: string;
|
|
333
|
+
lockMechanism: string;
|
|
334
|
+
minutely: string;
|
|
335
|
+
month: string;
|
|
336
|
+
monthly: string;
|
|
337
|
+
occupancySensor: string;
|
|
338
|
+
off: string;
|
|
339
|
+
on: string;
|
|
340
|
+
open: string;
|
|
341
|
+
outlet: string;
|
|
342
|
+
milliseconds: string;
|
|
343
|
+
minutes: string;
|
|
344
|
+
motionSensor: string;
|
|
345
|
+
secondly: string;
|
|
346
|
+
seconds: string;
|
|
347
|
+
secured: string;
|
|
348
|
+
smokeSensor: string;
|
|
349
|
+
switch: string;
|
|
350
|
+
thermostat: string;
|
|
351
|
+
unsecured: string;
|
|
352
|
+
week: string;
|
|
353
|
+
weekdays: string;
|
|
354
|
+
weekends: string;
|
|
355
|
+
weekly: string;
|
|
356
|
+
window: string;
|
|
357
|
+
windowCovering: string;
|
|
358
|
+
yearly: string;
|
|
359
|
+
};
|
|
360
|
+
migrate: string;
|
|
361
|
+
migrationDetails1: string;
|
|
362
|
+
migrationDetails2: string;
|
|
363
|
+
migrationDetails3: string;
|
|
364
|
+
migrationDetails4: string;
|
|
365
|
+
migrationDetails5: string;
|
|
366
|
+
migrationRestartDescription: string;
|
|
367
|
+
migrationRestartTitle: string;
|
|
368
|
+
no: string;
|
|
369
|
+
support: string;
|
|
370
|
+
thankYou: string;
|
|
371
|
+
yes: string;
|
|
372
|
+
title: {
|
|
373
|
+
accessory: string;
|
|
374
|
+
commandClose: string;
|
|
375
|
+
commandOff: string;
|
|
376
|
+
commandOn: string;
|
|
377
|
+
commandOpen: string;
|
|
378
|
+
commandLock: string;
|
|
379
|
+
commands: string;
|
|
380
|
+
commandTemperature: string;
|
|
381
|
+
commandUnlock: string;
|
|
382
|
+
cron: string;
|
|
383
|
+
cronCustom: string;
|
|
384
|
+
defaultBrightness: string;
|
|
385
|
+
defaultPosition: string;
|
|
386
|
+
defaultState: string;
|
|
387
|
+
defaultTemperature: string;
|
|
388
|
+
delay: string;
|
|
389
|
+
disableLogging: string;
|
|
390
|
+
enableWebook: string;
|
|
391
|
+
groupName: string;
|
|
392
|
+
interval: string;
|
|
393
|
+
limit: string;
|
|
394
|
+
limiter: string;
|
|
395
|
+
name: string;
|
|
396
|
+
period: string;
|
|
397
|
+
preset: string;
|
|
398
|
+
random: string;
|
|
399
|
+
resetOnRestart: string;
|
|
400
|
+
schedule: string;
|
|
401
|
+
sensor: string;
|
|
402
|
+
timer: string;
|
|
403
|
+
timerControlled: string;
|
|
404
|
+
type: string;
|
|
405
|
+
units: string;
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
sensor: {
|
|
409
|
+
badType: string;
|
|
410
|
+
carbonDioxide: {
|
|
411
|
+
active: string;
|
|
412
|
+
inactive: string;
|
|
413
|
+
};
|
|
414
|
+
carbonMonoxide: {
|
|
415
|
+
active: string;
|
|
416
|
+
inactive: string;
|
|
417
|
+
};
|
|
418
|
+
contact: {
|
|
419
|
+
active: string;
|
|
420
|
+
inactive: string;
|
|
421
|
+
};
|
|
422
|
+
leak: {
|
|
423
|
+
active: string;
|
|
424
|
+
inactive: string;
|
|
425
|
+
};
|
|
426
|
+
motion: {
|
|
427
|
+
active: string;
|
|
428
|
+
inactive: string;
|
|
429
|
+
};
|
|
430
|
+
occupancy: {
|
|
431
|
+
active: string;
|
|
432
|
+
inactive: string;
|
|
433
|
+
};
|
|
434
|
+
smoke: {
|
|
435
|
+
active: string;
|
|
436
|
+
inactive: string;
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
startup: {
|
|
440
|
+
migrationBridge: string;
|
|
441
|
+
migrationComplete: string;
|
|
442
|
+
migrationFailed: string;
|
|
443
|
+
migrationIgnore: string;
|
|
444
|
+
migrationNoAccessories: string;
|
|
445
|
+
migrationRevert: string;
|
|
446
|
+
newAccessory: string;
|
|
447
|
+
removeAccessory: string;
|
|
448
|
+
restoringAccessory: string;
|
|
449
|
+
setupComplete: string;
|
|
450
|
+
unsupportedType: string;
|
|
451
|
+
welcome: string[];
|
|
452
|
+
};
|
|
453
|
+
webhook: {
|
|
454
|
+
badUnits: string;
|
|
455
|
+
missing: string;
|
|
456
|
+
received: string;
|
|
457
|
+
register: string;
|
|
458
|
+
started: string;
|
|
459
|
+
stopped: string;
|
|
460
|
+
stopping: string;
|
|
461
|
+
validRange: string;
|
|
462
|
+
validValues: string;
|
|
463
|
+
unregisteredCommand: string;
|
|
464
|
+
unsupportedCommand: string;
|
|
465
|
+
unregisteredId: string;
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
export default es;
|
package/dist/i18n/es.js
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
import merge from 'lodash.merge';
|
|
2
|
+
// Translation into Spanish by Daniel Companeetz
|
|
3
|
+
// Traduccion al español hecha por Daniel Companeetz
|
|
4
|
+
import en from './en.js';
|
|
5
|
+
const overrides = {
|
|
6
|
+
accessory: {
|
|
7
|
+
badValueType: '%s debía ser de tipo %s pero era %s',
|
|
8
|
+
invalidCron: '%s tiene una expresión de cron inválida %s',
|
|
9
|
+
missingRequired: '%s le falta el campo obligatorio %s',
|
|
10
|
+
},
|
|
11
|
+
command: {
|
|
12
|
+
error: '%s falló al ejecutar el comando',
|
|
13
|
+
executed: '%s ejecutó el comando',
|
|
14
|
+
},
|
|
15
|
+
lightbulb: {
|
|
16
|
+
brightness: 'El brillo de %s es %d%',
|
|
17
|
+
stateOn: '%s está encendido, el brillo es %d%',
|
|
18
|
+
},
|
|
19
|
+
limiter: {
|
|
20
|
+
badPeriod: 'El límite de tiempo para %s tiene un período inválido: %s. Debe ser uno de: %s',
|
|
21
|
+
badUnits: 'El límite de tiempo para %s tiene unidades inválidas %s. Debe ser uno de: %s',
|
|
22
|
+
expired: 'El límite de tiempo para %s ha expirado',
|
|
23
|
+
limitExceedsPeriod: 'El límite de tiempo para %s excede el período. Por favor reduzca el límite o aumente el período.',
|
|
24
|
+
remainingDayPlus: 'El límite de tiempo para %s tiene más de un día restante',
|
|
25
|
+
remainingHours: 'El límite de tiempo para %s tiene %s horas restantes',
|
|
26
|
+
remainingMinutes: 'El límite de tiempo para %s tiene %s minutos restantes',
|
|
27
|
+
remainingSeconds: 'El límite de tiempo para %s tiene %s segundos restantes',
|
|
28
|
+
},
|
|
29
|
+
lock: {
|
|
30
|
+
badDefault: '%s tiene un estado de bloqueo predeterminado inválido %s. Debe ser uno de: %s',
|
|
31
|
+
secured: '%s está bloqueado',
|
|
32
|
+
unsecured: '%s está desbloqueado',
|
|
33
|
+
},
|
|
34
|
+
onOff: {
|
|
35
|
+
stateOff: '%s está apagado',
|
|
36
|
+
stateOn: '%s está encendido',
|
|
37
|
+
},
|
|
38
|
+
position: {
|
|
39
|
+
badDefault: '%s tiene una posición predeterminada inválida %s. Debe ser uno de: %s',
|
|
40
|
+
closed: '%s está cerrado',
|
|
41
|
+
open: '%s está abierto',
|
|
42
|
+
},
|
|
43
|
+
schedule: {
|
|
44
|
+
badType: '%s tiene un tipo de programación inválido %s. Debe ser uno de: %s',
|
|
45
|
+
badUnits: '%s la programación tiene unidades de tiempo inválidas %s. Debe ser uno de: %s',
|
|
46
|
+
cron: '%s iniciando tarea programada cron',
|
|
47
|
+
intervalMilliseconds: '%s comenenzará en %s milisegundos',
|
|
48
|
+
intervalSeconds: '%s programado por %s segundos',
|
|
49
|
+
intervalMinutes: '%s programado por %s minutos',
|
|
50
|
+
intervalHours: '% programado por %s horas',
|
|
51
|
+
},
|
|
52
|
+
thermostat: {
|
|
53
|
+
auto: '%s configurado en Automático',
|
|
54
|
+
badDefault: '%s tiene un estado predeterminado inválido %s. Debe ser uno de: %s',
|
|
55
|
+
badUnits: '%s tiene unidades de temperatura inválidas %s. Debe ser uno de: %s',
|
|
56
|
+
cool: '%s configurado en Frío',
|
|
57
|
+
heat: '%s configurado en Calor',
|
|
58
|
+
off: '%s configurado en Apagado',
|
|
59
|
+
temperatureC: '%s configurado a %d°C',
|
|
60
|
+
temperatureF: '%s configurado a %d°F',
|
|
61
|
+
unsupportedFunction: '%s no es compatible con termostatos',
|
|
62
|
+
},
|
|
63
|
+
timer: {
|
|
64
|
+
badUnits: 'El temporizador de %s tiene unidades de tiempo inválidas %s. Debe ser uno de: %s',
|
|
65
|
+
cancel: 'El temporizador de %s ha sido cancelado',
|
|
66
|
+
expired: 'El temporizador de %s expiró durante el reinicio. Volviendo al estado predeterminado…',
|
|
67
|
+
resume: 'Reanudando el temporizador de %s ',
|
|
68
|
+
setMilliseconds: '%s esperando %s milisegundos',
|
|
69
|
+
setSeconds: '%s esperando %s segundos',
|
|
70
|
+
setMinutes: '%s esperando %s minutos',
|
|
71
|
+
setHours: '%s esperando %s horas',
|
|
72
|
+
},
|
|
73
|
+
config: {
|
|
74
|
+
description: {
|
|
75
|
+
commands: 'Ejecutar comandos arbitrarios (por ejemplo, curl) cuando el accesorio cambia de estado',
|
|
76
|
+
cron: 'Visite crontab.guru para obtener ayuda (https://crontab.guru/)',
|
|
77
|
+
limiter: 'Restringir el tiempo total que este accesorio puede estar en su valor no predeterminado, para cada período especificado',
|
|
78
|
+
random: 'El tiempo se aleatorizará con el valor indicado como máximo',
|
|
79
|
+
schedule: 'Establecer el accesorio en su valor opuesto (no predeterminado) en intervalos o momentos especificados',
|
|
80
|
+
timer: 'Restablecer el accesorio a su valor predeterminado después del retraso especificado',
|
|
81
|
+
timerControlled: 'En lugar de reflejar el accesorio, el sensor se activará cuando el accesorio se reinicie automáticamente',
|
|
82
|
+
},
|
|
83
|
+
enumNames: {
|
|
84
|
+
auto: 'Automático',
|
|
85
|
+
carbonDioxideSensor: 'Dióxido de carbono',
|
|
86
|
+
carbonMonoxideSensor: 'Monóxido de carbono',
|
|
87
|
+
celsius: '°C',
|
|
88
|
+
closed: 'Cerrado',
|
|
89
|
+
contactSensor: 'Contacto',
|
|
90
|
+
cool: 'Frío',
|
|
91
|
+
cron: 'Cron',
|
|
92
|
+
custom: 'Personalizado',
|
|
93
|
+
daily: 'Diario',
|
|
94
|
+
day: 'Día',
|
|
95
|
+
door: 'Puerta',
|
|
96
|
+
fahrenheit: '°F',
|
|
97
|
+
heat: 'Calor',
|
|
98
|
+
hour: 'Hora',
|
|
99
|
+
hourly: 'Cada hora',
|
|
100
|
+
hours: 'Horas',
|
|
101
|
+
interval: 'Intervalo',
|
|
102
|
+
leakSensor: 'Fuga',
|
|
103
|
+
lightbulb: 'Bombilla',
|
|
104
|
+
lockMechanism: 'Cerradura',
|
|
105
|
+
minutely: 'Cada minuto',
|
|
106
|
+
month: 'Mes',
|
|
107
|
+
monthly: 'Mensual',
|
|
108
|
+
occupancySensor: 'Ocupación',
|
|
109
|
+
off: 'Apagado',
|
|
110
|
+
on: 'Encendido',
|
|
111
|
+
open: 'Abierto',
|
|
112
|
+
outlet: 'Enchufe',
|
|
113
|
+
milliseconds: 'Milisegundos',
|
|
114
|
+
minutes: 'Minutos',
|
|
115
|
+
motionSensor: 'Movimiento',
|
|
116
|
+
secondly: 'Cada segundo',
|
|
117
|
+
seconds: 'Segundos',
|
|
118
|
+
secured: 'Bloqueado',
|
|
119
|
+
smokeSensor: 'Humo',
|
|
120
|
+
switch: 'Interruptor',
|
|
121
|
+
thermostat: 'Termostato',
|
|
122
|
+
unsecured: 'Desbloqueado',
|
|
123
|
+
week: 'Semana',
|
|
124
|
+
weekdays: 'Días laborables',
|
|
125
|
+
weekends: 'Fines de semana',
|
|
126
|
+
weekly: 'Semanal',
|
|
127
|
+
window: 'Ventana',
|
|
128
|
+
windowCovering: 'Cubrimiento de ventana (Persianas)',
|
|
129
|
+
yearly: 'Anual',
|
|
130
|
+
},
|
|
131
|
+
migrate: '¿Está actualizando desde una versión anterior?',
|
|
132
|
+
migrationDetails1: '¡Las escenas y automatizaciones de HomeKit que usan accesorios %s deberán ser reconfiguradas!',
|
|
133
|
+
migrationDetails2: 'Por favor, degrade a la versión v0.9.2 o anterior si desea mantener su configuración actual.',
|
|
134
|
+
migrationDetails3: '%s puede intentar recrear sus accesorios, pero igualmente deberá reconfigurar las escenas y automatizaciones de HomeKit.',
|
|
135
|
+
migrationDetails4: '¿Le gustaría recrear sus accesorios ahora?',
|
|
136
|
+
migrationDetails5: 'Para más detalles, por favor visite %s',
|
|
137
|
+
migrationRestartDescription: 'Por favor reinicie Homebridge para comenzar la migración de %s',
|
|
138
|
+
migrationRestartTitle: 'Reiniciar Homebridge',
|
|
139
|
+
no: 'No',
|
|
140
|
+
support: 'Para documentación y soporte, por favor visite %s',
|
|
141
|
+
thankYou: 'Gracias por instalar %s',
|
|
142
|
+
yes: 'Sí',
|
|
143
|
+
title: {
|
|
144
|
+
accessory: 'Accesorio',
|
|
145
|
+
commandClose: 'Comando de cierre',
|
|
146
|
+
commandOff: 'Comando de apagado',
|
|
147
|
+
commandOn: 'Comando de encendido',
|
|
148
|
+
commandOpen: 'Comando de apertura',
|
|
149
|
+
commandLock: 'Comando de bloqueo',
|
|
150
|
+
commands: 'Comandos',
|
|
151
|
+
commandTemperature: 'Comando cuando cambia la temperatura',
|
|
152
|
+
commandUnlock: 'Comando de desbloqueo',
|
|
153
|
+
cron: 'Cron',
|
|
154
|
+
cronCustom: 'Cron personalizado',
|
|
155
|
+
defaultBrightness: 'Brillo predeterminado',
|
|
156
|
+
defaultPosition: 'Posición predeterminada',
|
|
157
|
+
defaultState: 'Estado predeterminado',
|
|
158
|
+
defaultTemperature: 'Temperatura predeterminada',
|
|
159
|
+
delay: 'Retraso',
|
|
160
|
+
disableLogging: 'Desactivar registro',
|
|
161
|
+
enableWebook: 'Activar webhook',
|
|
162
|
+
groupName: 'Nombre del grupo',
|
|
163
|
+
interval: 'Intervalo',
|
|
164
|
+
limit: 'Límite',
|
|
165
|
+
limiter: 'Límite de tiempo',
|
|
166
|
+
name: 'Nombre',
|
|
167
|
+
period: 'Per',
|
|
168
|
+
preset: 'Preajuste',
|
|
169
|
+
random: 'Aleatorizar',
|
|
170
|
+
resetOnRestart: 'Restablecer al reiniciar',
|
|
171
|
+
schedule: 'Programación',
|
|
172
|
+
sensor: 'Adjuntar sensor',
|
|
173
|
+
timer: 'Temporizador de reinicio automático',
|
|
174
|
+
timerControlled: 'Activar sensor en reinicio automático',
|
|
175
|
+
type: 'Tipo',
|
|
176
|
+
units: 'Unidades',
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
sensor: {
|
|
180
|
+
badType: '%s tiene un tipo de sensor inválido %s. Debe ser uno de: %s',
|
|
181
|
+
carbonDioxide: {
|
|
182
|
+
active: '%s detectó dióxido de carbono',
|
|
183
|
+
inactive: '%s dejó de detectar dióxido de carbono',
|
|
184
|
+
},
|
|
185
|
+
carbonMonoxide: {
|
|
186
|
+
active: '%s detectó monóxido de carbono',
|
|
187
|
+
inactive: '%s dejó de detectar monóxido de carbono',
|
|
188
|
+
},
|
|
189
|
+
contact: {
|
|
190
|
+
active: '%s detectó contacto',
|
|
191
|
+
inactive: '%s dejó de detectar contacto',
|
|
192
|
+
},
|
|
193
|
+
leak: {
|
|
194
|
+
active: '%s detectó una fuga',
|
|
195
|
+
inactive: '%s dejó de detectar la fuga',
|
|
196
|
+
},
|
|
197
|
+
motion: {
|
|
198
|
+
active: '%s detectó movimiento',
|
|
199
|
+
inactive: '%s dejó de detectar movimiento',
|
|
200
|
+
},
|
|
201
|
+
occupancy: {
|
|
202
|
+
active: '%s detectó ocupación',
|
|
203
|
+
inactive: '%s dejó de detectar ocupación',
|
|
204
|
+
},
|
|
205
|
+
smoke: {
|
|
206
|
+
active: '%s detectó humo',
|
|
207
|
+
inactive: '%s dejó de detectar humo',
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
startup: {
|
|
211
|
+
migrationBridge: '‼️ Por favor reinicie Homebridge una vez más para que la migración tenga efecto completo ‼️',
|
|
212
|
+
migrationComplete: '¡Migración exitosa de %s accesorios!',
|
|
213
|
+
migrationFailed: 'Lo sentimos, algo salió mal con la migración del accesorio',
|
|
214
|
+
migrationIgnore: 'Puede ignorar el errores indicando \'No plugin was found…\' — deberían desaparecer la próxima vez que reinicie Homebridge',
|
|
215
|
+
migrationNoAccessories: 'No se pudieron encontrar accesorios para migrar',
|
|
216
|
+
migrationRevert: 'Si encuentra problemas, puede encontrar una copia de seguridad del archivo config.json.bak en su directorio de Homebridge',
|
|
217
|
+
newAccessory: 'Agregando nuevo accesorio:',
|
|
218
|
+
removeAccessory: 'Eliminando accesorio:',
|
|
219
|
+
restoringAccessory: 'Restaurando accesorio:',
|
|
220
|
+
setupComplete: '✓ Configuración completa',
|
|
221
|
+
unsupportedType: 'Tipo de accesorio no compatible %s',
|
|
222
|
+
welcome: [
|
|
223
|
+
'Por favor ★ (ponga una estrella) en este plugin en GitHub si lo encuentra útil! https://github.com/mpatfield/homebridge-dummy',
|
|
224
|
+
'¿Le gustaría patrocinar este plugin? https://github.com/sponsors/mpatfield',
|
|
225
|
+
'¡Por favor califíquenos en HOOBS! https://plugins.hoobs.org/plugin/homebridge-dummy',
|
|
226
|
+
'¿Quiere ver este plugin en otro idioma? Por favor visite https://github.com/mpatfield/homebridge-dummy/issues/105',
|
|
227
|
+
],
|
|
228
|
+
},
|
|
229
|
+
webhook: {
|
|
230
|
+
badUnits: 'El comando del webhook de %s tiene unidades de temperatura inválidas %s. Debe ser uno de:',
|
|
231
|
+
missing: 'La solicitud no contiene los siguientes campos:',
|
|
232
|
+
received: 'Comando webhook recibido',
|
|
233
|
+
register: 'Registrando accesorio con id %s para el comando webhook %s',
|
|
234
|
+
started: 'Servidor webhook en ejecución y escuchando en el puerto %s',
|
|
235
|
+
stopped: 'Servidor webhook se ha detenido',
|
|
236
|
+
stopping: 'Deteniendo el servidor webhook…',
|
|
237
|
+
validRange: 'El comando webhook %s espera un valor numérico entre %s y %s',
|
|
238
|
+
validValues: 'Los valores válidos para el comando webhook %s son:',
|
|
239
|
+
unregisteredCommand: 'No hay accesorios registrados para el comando del webhook %s. Hizo click en \'Activar Webhook\' para este accesorio?',
|
|
240
|
+
unsupportedCommand: 'El comando webhook %s no está permitido',
|
|
241
|
+
unregisteredId: 'No hay ningún accesorio registrado para webhooks con el id %s. Puede encontrar el id correcto en la configuración JSON.',
|
|
242
|
+
},
|
|
243
|
+
};
|
|
244
|
+
const es = merge({}, en, overrides);
|
|
245
|
+
export default es;
|
|
246
|
+
//# sourceMappingURL=es.js.map
|