-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.json
executable file
·33 lines (33 loc) · 1.12 KB
/
strings.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
{
"config": {
"flow_title": "{name} ({mac})",
"step": {
"user": {
"title" : "[%key:common::config_flow::title%]",
"data": {
"mac": "[%key:common::config_flow::data::mac%]",
"password": "[%key:common::config_flow::data::password%]",
"serial": "[%key:common::config_flow::data::serial%]"
}
},
"link": {
"title" : "[%key:common::config_flow::title%]",
"description": "[%key:common::config_flow::description%]",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"not_licenced": "[%key:common::config_flow::error::not_licenced%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_licenced": "[%key:common::config_flow::error::not_licenced%]"
}
},
"title": "iParcelBox"
}