-
Notifications
You must be signed in to change notification settings - Fork 4
/
strings.json
74 lines (74 loc) · 1.83 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
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
{
"config": {
"step": {
"user": {
"title": "Which is your Operator",
"data": {
"operator": "Operator",
"installed_power": "Installed Power",
"plan": "Plan",
"cycle": "Cycle"
}
},
"utility_meter": {
"title": "Utility meters you want to control",
"data": {
"utility_meter": "Utility Meter",
"export_meter": "Export Sensor"
}
},
"costs": {
"title": "Costs",
"data": {
"power_cost": "Cost of Power (day)",
"VAZIO": "Cost of kWh in Vazio",
"FORA_DE_VAZIO": "Cost of kWh in Fora de Vazio",
"NORMAL": "Cost of kWh in Normal",
"CHEIAS": "Cost of kWh in Cheias",
"PONTA": "Cost of kWh in Ponta",
"VAZIO meter": "Sensor tracking Vazio",
"FORA_DE_VAZIO meter": "Sensor tracking Fora de Vazio",
"NORMAL meter": "Sensor tracking Normal",
"CHEIAS meter": "Sensor tracking Cheias",
"PONTA meter": "Sensor tracking Ponta"
}
}
},
"error": {
"unknown": "Unexpected error"
}
},
"options": {
"step": {
"init": {
"data": {
"power_cost": "Cost of Power (day)",
"VAZIO": "Cost of kWh in Vazio",
"FORA_DE_VAZIO": "Cost of kWh in Fora de Vazio",
"NORMAL": "Cost of kWh in Normal",
"CHEIAS": "Cost of kWh in Cheias",
"PONTA": "Cost of kWh in Ponta"
}
}
}
},
"entity": {
"sensor": {
"total_cost": {
"name": "Total Cost"
},
"fixed_cost": {
"name": "Fixed Cost"
},
"tariff": {
"name": "Tariff"
}
}
},
"issues": {
"unit_of_measurement_missmatch": {
"title": "{meter_entity} has a different unit of measurement than {export_entity}",
"description": "The unit of measurement of {meter_entity} is {meter_unit} and the unit of measurement of {export_entity} is {export_unit}. All meters must have the same unit of measurement."
}
}
}