-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsl.json
More file actions
68 lines (68 loc) · 1.4 KB
/
Copy pathsl.json
File metadata and controls
68 lines (68 loc) · 1.4 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 naslov",
"country": "Država",
"registration": "Registracija",
"flight": "Št. leta",
"squawk": "Squawk",
"altitude": "Višina",
"speed": "Hitrost",
"distance": "Razdalja",
"track": "Smer",
"age": "Zaznano pred",
"aircraft_type": "Vrsta"
},
"data": {
"not_available": "N/A",
"none": "Ni zaznanih letal!",
"undefined": "Konfigurirana entiteta ne vsebuje podatkov!"
}
},
"popup": {
"table": {
"head": {
"property": "Karakteristika",
"value": "Vrednost"
}
}
},
"track": {
"short": {
"n": "S",
"nne": "SSV",
"ne": "SV",
"ene": "VSV",
"e": "V",
"ese": "VJV",
"se": "JV",
"sse": "JJV",
"s": "J",
"ssw": "JJZ",
"sw": "JZ",
"wsw": "ZJZ",
"w": "Z",
"wnw": "ZSZ",
"nw": "SZ",
"nnw": "SSZ"
},
"long": {
"n": "sever",
"nne": "sever-severovzhod",
"ne": "severovzhod",
"ene": "vzhod-severovzhod",
"e": "vzhod",
"ese": "vzhod-jugovzhod",
"se": "jugovzhod",
"sse": "jug-jugovzhod",
"s": "jug",
"ssw": "jug-jugozahod",
"sw": "jugozahod",
"wsw": "zahod-jugozahod",
"w": "zahod",
"wnw": "zahod-severozahod",
"nw": "severozahod",
"nnw": "sever-severozahod"
}
}
}