-
Notifications
You must be signed in to change notification settings - Fork 11
/
outdoor.json
35 lines (35 loc) · 1.01 KB
/
outdoor.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
{
"type": "index",
"name": {
"ca": "Activitats a l'aire lliure",
"cs": "Venkovní aktivity",
"de": "Freiluftaktivitäten",
"en": "Outdoor activities",
"es": "Actividades al aire libre",
"fr": "Activités de plein air",
"gl": "Actividades ó ar libre",
"hu": "Szabadtéri tevékenységek",
"it": "Attività all'aperto",
"ja": "アウトドア活動",
"nb": "Utendørsaktiviteter",
"nl": "Buitenactiviteiten",
"oc": "Activitats de plen aire",
"pl": "Aktywność na powietrzu",
"pt": "Atividades ao ar livre",
"pt-br": "Atividades ao ar livre",
"ru": "Мероприятия на природе",
"sr": "Активности на отвореном",
"tr": "Açık hava etkinlikleri"
},
"subCategories": [
{
"id": "mtb-routes"
},
{
"id": "climbing"
},
{
"id": "paddling"
}
]
}