-
Notifications
You must be signed in to change notification settings - Fork 59
/
es_ES.json
73 lines (73 loc) · 2.11 KB
/
es_ES.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
{
"languageAuthor": "TuanHA",
"languageDisplay": "Español (Need Translation)",
"languageId": "en_US",
"actionOpen": ["open"],
"actionClose": ["close"],
"actionTurnOn": ["turn on"],
"actionTurnOff": ["turn off"],
"voiceAll": [
"all the",
"every",
"entire"
],
"voiceCantFindActionList": [
"Can not understand the voice command, please try again.",
"We can't understand this command.",
"This command is not yet supported by the system.",
"We can't figure out what you mean."
],
"voiceCantFindEntityList": [
"Can not find device, please try again.",
"We don't know about this device.",
"The device does not exist in the system.",
"We can't figure out what you mean.",
"We can not find the device you just called."
],
"voiceEntityClassMap": {
"blind": "cover",
"door": "cover",
"curtain": "cover",
"ac": "climate",
"air conditioner": "climate",
"air conditioning": "climate",
"fan": "fan",
"light": "light",
"led": "light",
"bulb": "light",
"switch": "switch",
"circuit": "switch",
"plug": "switch"
},
"voiceNumberMap": {
"zero": "0",
"one": "1",
"two": "2",
"three": "3",
"four": "4",
"five": "5",
"six": "6",
"seven": "7",
"eight": "8",
"nine": "9"
},
"voiceOkList": [
"OK",
"Okay",
"Alright",
"Got it",
"Right away",
"Done",
"As you please"
],
"voiceTryList": [
"Can not find device, please try the following command:",
"Try saying something like:",
"The system support these command:",
"Here a the voice command sample:"
],
"voiceWelcome": [
"Welcome to Home-Dashboard voice control system. To control devices, please try use the following commands:",
"Thank you for activating Home-Dashboard's voice control system. You can activate with most devices using the following commands:"
]
}