-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocales.js
51 lines (50 loc) · 1.12 KB
/
locales.js
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
module.exports = {
sk: {
titles: {
tags: 'Kategórie / Legenda',
list: 'Zoznam bodov'
},
tags: {
monument: 'Národná prírodná pamiatka',
castle: 'Hrad, zrúcanina',
cave: 'Jaskyňa',
mine: 'Lom, štôlňa, baňa',
tourist: 'Turistický bod',
peak: 'Vrchol, sedlo, dolina',
water: 'Vodná plocha, vodopád',
spa: 'Kúpele, vodovod',
site: 'Nálezisko, náučná lokalita',
construction: 'Významné technické dielo',
summer: 'Letné športy',
winter: 'Zimné športy'
},
menu: {
tags: 'Kategórie',
list: 'Zoznam bodov'
}
},
en: {
titles: {
tags: 'Categories / Map Legend',
list: 'List of Points'
},
tags: {
monument: 'National Natural Monument',
castle: 'Castle, Ruins',
cave: 'Cave',
mine: 'Quarry, Tunnel, Mine',
tourist: 'Turist Point',
peak: 'Peak, Saddle, Valley',
water: 'Waterbody, Waterfall',
spa: 'Spa, Water System',
site: 'Historic, Educational Site',
construction: 'Significant Technical Work',
summer: 'Summer Sports',
winter: 'Winter Sports'
},
menu: {
tags: 'Categories',
list: 'Point List'
}
}
};