generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathen.json
54 lines (54 loc) · 1.35 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
{
"common": {
"version": "Version",
"description": "Show a compass with an indicator in the direction of the entity's value",
"invalid_configuration": "Invalid configuration",
"missing_direction_entity": "Missing direction entity",
"no_entity": "Entity not configured",
"offset_not_a_number": "Direction offset is not a number",
"invalid": "invalid",
"on": "On",
"off": "Off"
},
"editor": {
"name": "Name",
"optional": "Optional",
"entity": "Entity",
"required": "Required",
"primary": "Direction",
"secondary": "Secondary",
"indicator": "Indicator",
"direction": "Direction",
"offset": "Offset",
"show": "Show",
"abbreviations": "Abbreviations",
"toggle": "Toggle",
"language": "Language",
"primary entity description": "Direction entity",
"secondary entity description": "Secondary entity",
"language description": "Direction abbreviation language",
"offset description": "Direction offset"
},
"directions": {
"north": "North",
"east": "East",
"south": "South",
"west": "West",
"N": "N",
"NNE": "NNE",
"NE": "NE",
"ENE": "ENE",
"E": "E",
"ESE": "ESE",
"SE": "SE",
"SSE": "SSE",
"S": "S",
"SSW": "SSW",
"SW": "SW",
"WSW": "WSW",
"W": "W",
"WNW": "WNW",
"NW": "NW",
"NNW": "NNW"
}
}