-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathen.json
138 lines (138 loc) · 5.06 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
{
"config": {
"step": {
"user": {
"description": "Huawei mesh router setup.",
"data": {
"name": "Integration name",
"host": "Host",
"port": "Port",
"username": "Username",
"password": "Password",
"ssl": "Use SSL",
"verify_ssl": "Verify SSL cert"
}
}
},
"error": {
"name_exists": "This name is already used.",
"auth_general": "Can not authenticate.",
"auth_invalid_csrf": "CSRF error, try again.",
"auth_too_many_users": "Too many users, wait some time before retry.",
"auth_invalid_credentials": "Invalid username or password."
}
},
"options": {
"step": {
"basic_options": {
"data": {
"scan_interval": "Update interval"
},
"title": "Huawei mesh router setup (1\/2)",
"description": "Basic options"
},
"features_select": {
"data": {
"wifi_access_switches": "Device Wi-Fi Access switches",
"router_clients_sensors": "Number of connected devices for each router",
"devices_tags": "Device tags",
"device_tracker": "Devices tracking",
"device_tracker_zones": "Router-specific zones for tracked devices",
"port_mapping_switches": "Port forwarding switches",
"url_filter_switches": "Website filtering switches",
"event_entities": "Event entities",
"time_control_switches": "Access time control switches"
},
"title": "Huawei mesh router setup (2\/2)",
"description": "Additional features"
}
}
},
"services": {
"whitelist_add": {
"name": "Add to whitelist",
"description": "Add the specified device to the router's Wi-Fi whitelist.",
"fields": {
"mac_address": {
"name": "MAC Address",
"description": "The MAC address of wireless connected device."
}
}
},
"blacklist_add": {
"name": "Add to blacklist",
"description": "Add the specified device to the router's Wi-Fi blacklist.",
"fields": {
"mac_address": {
"name": "MAC Address",
"description": "The MAC address of wireless connected device."
}
}
},
"whitelist_remove": {
"name": "Remove from whitelist",
"description": "Remove the specified device from the router's Wi-Fi whitelist.",
"fields": {
"mac_address": {
"name": "MAC Address",
"description": "The MAC address of wireless connected device."
}
}
},
"blacklist_remove": {
"name": "Remove from blacklist",
"description": "Remove the specified device from the router's Wi-Fi blacklist.",
"fields": {
"mac_address": {
"name": "MAC Address",
"description": "The MAC address of wireless connected device."
}
}
},
"guest_network_setup": {
"name": "Set up a guest network",
"description": "Configure the parameters of the guest Wi-Fi network.",
"fields": {
"serial_number": {
"name": "Router serial number",
"description": "Serial number of the primary router."
},
"enabled": {
"name": "Enable guest network",
"description": "Enable or disable guest Wi-Fi network."
},
"ssid": {
"name": "Wi-Fi name",
"description": "Name of the guest Wi-Fi network."
},
"duration": {
"name": "Access duration",
"description": "Duration of access to the guest Wi-Fi network."
},
"security": {
"name": "Security",
"description": "Guest Wi-Fi network security."
},
"password": {
"name": "Wi-Fi password",
"description": "Password to access the guest Wi-Fi network."
}
}
}
},
"selector": {
"wifi_duration": {
"options": {
"four_hours": "4 hours",
"one_day": "1 day",
"unlimited": "Unlimited"
}
},
"wifi_security": {
"options": {
"encrypted": "Encrypted",
"open": "Open"
}
}
}
}