-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnl.json
More file actions
68 lines (68 loc) · 1.37 KB
/
Copy pathnl.json
File metadata and controls
68 lines (68 loc) · 1.37 KB
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
{
"table": {
"head": {
"icao": "ICAO code",
"country": "Land",
"registration": "Registratie",
"flight": "Vlucht",
"squawk": "Squawk",
"altitude": "Hoogte",
"speed": "Snelheid",
"distance": "Afstand",
"track": "Richting",
"age": "Laatste bericht",
"aircraft_type": "Type"
},
"data": {
"not_available": "Nb",
"none": "Geen vliegtuigen gedetecteerd!",
"undefined": "De ingestelde entiteit bevat geen data!"
}
},
"popup": {
"table": {
"head": {
"property": "Eigenschap",
"value": "Waarde"
}
}
},
"track": {
"short": {
"n": "N",
"nne": "NNO",
"ne": "NO",
"ene": "ONO",
"e": "O",
"ese": "OZO",
"se": "ZO",
"sse": "ZZO",
"s": "Z",
"ssw": "ZZW",
"sw": "ZW",
"wsw": "WZW",
"w": "W",
"wnw": "WNW",
"nw": "NW",
"nnw": "NNW"
},
"long": {
"n": "Noord",
"nne": "Noordnoordoost",
"ne": "Noordoost",
"ene": "Oostnoordoost",
"e": "Oost",
"ese": "Oostzuidoost",
"se": "Zuidoost",
"sse": "Zuidzuidoost",
"s": "Zuid",
"ssw": "Zuidzuidwest",
"sw": "Zuidwest",
"wsw": "Westzuidwest",
"w": "West",
"wnw": "Westnoordwest",
"nw": "Noordwest",
"nnw": "Noordnoordwest"
}
}
}