-
Notifications
You must be signed in to change notification settings - Fork 11
/
buildings.json
42 lines (42 loc) · 915 Bytes
/
buildings.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
{
"type": "index",
"name": {
"ca": "Edificis",
"cs": "Budovy",
"de": "Gebäude",
"en": "Buildings",
"es": "Edificios",
"fr": "Bâtiments",
"gl": "Edificios",
"hu": "Épületek",
"it": "Edifici",
"ja": "建物",
"nb": "Bygninger",
"nl": "Gebouwen",
"oc": "Bastissas",
"pl": "Budynki",
"pt": "Edifícios",
"pt-br": "Edificações",
"ro": "Clădiri",
"ru": "Здания",
"sr": "Зграде",
"tr": "Binalar"
},
"subCategories": [
{
"id": "buildings-type"
},
{
"id": "buildings-figure-ground"
},
{
"id": "buildings-height"
},
{
"id": "buildings-start_date"
},
{
"id": "buildings-entrances"
}
]
}