-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocations.json
65 lines (65 loc) · 2.89 KB
/
locations.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
[
{
"id": "", "en": "Unspecified", "fi": "Määrittelemätön"
},
{
"en": "Location",
"fi": "Sijainti",
"options": [
{
"id": "10", "en": "Unspecified", "atEn": "at unknown", "fi": "Määrittelemätön", "atFi": "tuntemattomassa paikassa"
},
{
"id": "11", "en": "Home", "atEn": "at home", "fi": "Koti", "atFi": "kotona"
},
{
"id": "12", "en": "Weekend home or holiday apartment", "atEn": "at other home", "fi": "Vapaa-ajan asunto", "atFi": "mökillä"
},
{
"id": "13", "en": "Workplace or school", "atEn": "at work", "fi": "Työpaikka tai koulu", "atFi": "töissä"
},
{
"id": "14", "en": "Other people's home", "atEn": "at other's home", "fi": "Toisen koti", "atFi": "kylässä"
},
{
"id": "15", "en": "Restaurant, cafe or pub", "atEn": "at restaurant", "fi": "Ravintola tai kahvila", "atFi": "ravintolassa"
},
{
"id": "16", "en": "Shopping centres, malls, markets, other shops", "atEn": "at shop", "fi": "Ostoskeskus tai kauppa", "atFi": "kaupassa"
},
{
"id": "17", "en": "Hotel, guesthouse, camping site", "atEn": "at hotel", "fi": "Hotelli, majatalo, leirintäalue", "atFi": "hotellissa"
},
{
"id": "19", "en": "Other specified location", "atEn": "at other", "fi": "Muu sijainti", "atFi": "muualla"
}
]
},
{
"en": "Transport mode",
"fi": "Liikkumistapa",
"options": [
{
"id": "20", "en": "Unspecified", "atEn": "by unknown transport mode", "fi": "Määrittelemätön", "atFi": "tuntemattomalla tavalla"
},
{
"id": "21", "en": "Travelling on foot", "atEn": "by foot", "fi": "Jalkaisin", "atFi": "jalkaisin"
},
{
"id": "22", "en": "Travelling by bicycle", "atEn": "by bicycle", "fi": "Polkupyörä", "atFi": "pyörällä"
},
{
"id": "23", "en": "Travelling by moped, motorcycle or motorboat", "atEn": "by motorbike", "fi": "Mopo, moottoripyörä tai -vene", "atFi": "moottoripyörällä"
},
{
"id": "24", "en": "Travelling by passenger car", "atEn": "by car", "fi": "Henkilöauto", "atFi": "autolla"
},
{
"id": "29", "en": "Other or unspecified private transport mode", "atEn": "by other", "fi": "Muu yksityinen kulkuväline", "atFi": "muulla liikennevälineellä"
},
{
"id": "31", "en": "Travelling by public transport", "atEn": "by public transport", "fi": "Julkinen liikenne", "atFi": "joukkoliikenteessä"
}
]
}
]