|
15 | 15 | */ |
16 | 16 | module.exports = { |
17 | 17 | root: { |
18 | | - apptitle: "Statistiken der Wahlkreise - 2016" |
| 18 | + apptitle: "Charting Sample", |
| 19 | + map: { |
| 20 | + koeln1: { |
| 21 | + title: "Basic Data", |
| 22 | + districts: { |
| 23 | + title: "City Districts", |
| 24 | + text: "Cologne's city district <b>{STV_NAME}</b>." |
| 25 | + }, |
| 26 | + boroughs: { |
| 27 | + title: "Boroughs", |
| 28 | + text: "Boroughs <b>{NAME}</b> is located in Cologne's precints {STADTBEZIR}." |
| 29 | + }, |
| 30 | + precints: { |
| 31 | + title: "Precints", |
| 32 | + text: "Cologne's precint {NAME}." |
| 33 | + } |
| 34 | + }, |
| 35 | + koeln2: { |
| 36 | + title: "Education and Culture", |
| 37 | + description: "List of all libraries, museums and schools in Cologne.", |
| 38 | + libraries: { |
| 39 | + title: "Libraries" |
| 40 | + }, |
| 41 | + museums: { |
| 42 | + title: "Museums", |
| 43 | + text: "Museum <b>{NAME}</b> is located in Cologne's boroughs {STADTTEIL}." |
| 44 | + }, |
| 45 | + schools: { |
| 46 | + title: "Schools" |
| 47 | + } |
| 48 | + }, |
| 49 | + koeln3: { |
| 50 | + title: "Recreation", |
| 51 | + sights: { |
| 52 | + title: "Tourist Attractions", |
| 53 | + titleSingle: "Tourist Attraction", |
| 54 | + text: "Tourist attraction <b>{NAME}</b> is located in Cologne's borough {STADTTEIL}." |
| 55 | + }, |
| 56 | + playgrounds: { |
| 57 | + title: "Playgrounds- and Sports Areas", |
| 58 | + text: "<b>{Spielplatzname}</b> is located in Cologne's borough {Stadtteil}.", |
| 59 | + baskets: "Basketball Baskets", |
| 60 | + goals: "Soccer Goals", |
| 61 | + tables: "Ping-Pong Tables", |
| 62 | + walls: "Goal Wall", |
| 63 | + skate: "Skating", |
| 64 | + misc: "Miscellaneous" |
| 65 | + }, |
| 66 | + places: { |
| 67 | + title: "Places of Event", |
| 68 | + titleSingle: "Place of Event", |
| 69 | + text: "<b>{NAME}</b> is a {expression/carrier} place of event." |
| 70 | + } |
| 71 | + }, |
| 72 | + basemaps: { |
| 73 | + gray: "Street Map (gray)", |
| 74 | + streets: "Street Map", |
| 75 | + topo: "Topographical Map", |
| 76 | + hybrid: "Aerial (hybrid)" |
| 77 | + } |
| 78 | + }, |
| 79 | + tools: { |
| 80 | + drawerLeft: "Tools", |
| 81 | + measuring: "Measuring Tools" |
| 82 | + }, |
| 83 | + common: { |
| 84 | + number: "Number", |
| 85 | + area: "Area [ha]", |
| 86 | + totalArea: "Percentage of the total area [%]", |
| 87 | + name: "Name", |
| 88 | + provider: "Provider", |
| 89 | + address: "Address", |
| 90 | + furtherinfo: "Further Information", |
| 91 | + precint: "Precint", |
| 92 | + district: "District", |
| 93 | + private: "privater", |
| 94 | + municipal: "municipal", |
| 95 | + zip: "Zip code", |
| 96 | + type: "Type" |
| 97 | + } |
19 | 98 | }, |
20 | 99 | "de": true |
21 | 100 | }; |
0 commit comments