forked from MapComplete/MapComplete
Translations
This commit is contained in:
parent
615bbec05d
commit
369c19a58a
34 changed files with 287 additions and 173 deletions
|
@ -4,6 +4,7 @@ export class All extends Layout{
|
|||
constructor() {
|
||||
super(
|
||||
"all",
|
||||
["en"],
|
||||
"All quest layers",
|
||||
[],
|
||||
15,
|
||||
|
|
|
@ -4,6 +4,7 @@ import * as Layer from "../Layers/Bookcases";
|
|||
export class Bookcases extends Layout{
|
||||
constructor() {
|
||||
super( "bookcases",
|
||||
["nl"],
|
||||
"Open Bookcase Map",
|
||||
[new Layer.Bookcases()],
|
||||
14,
|
||||
|
|
|
@ -4,21 +4,22 @@ import BikeServices from "../Layers/BikeStations";
|
|||
import {GhostBike} from "../Layers/GhostBike";
|
||||
import Translations from "../../UI/i18n/Translations";
|
||||
import {DrinkingWater} from "../Layers/DrinkingWater";
|
||||
import {BikeShop} from "../Layers/BikeShop";
|
||||
import {BikeShop} from "../Layers/BikeShop"
|
||||
|
||||
|
||||
export default class Cyclofix extends Layout {
|
||||
constructor() {
|
||||
super(
|
||||
"pomp",
|
||||
Translations.t.cylofix.title,
|
||||
["en", "nl", "fr"],
|
||||
Translations.cylofix.title,
|
||||
[new BikeServices(), new BikeShop(), new DrinkingWater(), new BikeParkings()],
|
||||
16,
|
||||
50.8465573,
|
||||
4.3516970,
|
||||
"<h3>" + Translations.t.cylofix.title.Render() + "</h3>\n" +
|
||||
"<h3>" + Translations.cylofix.title.Render() + "</h3>\n" +
|
||||
"\n" +
|
||||
`<p>${Translations.t.cylofix.description.Render()}</p>`
|
||||
`<p>${Translations.cylofix.description.Render()}</p>`
|
||||
,
|
||||
"", "");
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ import {GrbToFix} from "../Layers/GrbToFix";
|
|||
export class GRB extends Layout {
|
||||
constructor() {
|
||||
super("grb",
|
||||
["en"],
|
||||
"Grb import fix tool",
|
||||
[new GrbToFix()],
|
||||
15,
|
||||
|
|
|
@ -7,6 +7,7 @@ export class Groen extends Layout {
|
|||
|
||||
constructor() {
|
||||
super("buurtnatuur",
|
||||
["nl"],
|
||||
"Buurtnatuur",
|
||||
[new NatureReserves(), new Park(), new Bos()],
|
||||
10,
|
||||
|
|
|
@ -5,6 +5,7 @@ import {Map} from "../Layers/Map";
|
|||
export class MetaMap extends Layout{
|
||||
constructor() {
|
||||
super( "metamap",
|
||||
["en"],
|
||||
"Open Map Map",
|
||||
[new Map()],
|
||||
1,
|
||||
|
|
|
@ -7,6 +7,7 @@ export class Natuurpunt extends Layout{
|
|||
constructor() {
|
||||
super(
|
||||
"natuurpunt",
|
||||
["nl"],
|
||||
"De natuur in",
|
||||
[new Birdhide(), new InformationBoard(), new NatureReserves(true)],
|
||||
12,
|
||||
|
|
|
@ -5,6 +5,7 @@ export class Statues extends Layout{
|
|||
constructor() {
|
||||
super( "statues",
|
||||
"Open Artwork Map",
|
||||
["en"],
|
||||
[new Artwork()],
|
||||
10,
|
||||
50.8435,
|
||||
|
|
|
@ -7,6 +7,7 @@ export class StreetWidth extends Layout{
|
|||
|
||||
constructor() {
|
||||
super( "width",
|
||||
["nl"],
|
||||
"Straatbreedtes in Brugge",
|
||||
[new Widths(
|
||||
2,
|
||||
|
|
|
@ -4,6 +4,7 @@ import * as Layer from "../Layers/Toilets";
|
|||
export class Toilets extends Layout{
|
||||
constructor() {
|
||||
super( "toilets",
|
||||
["en"],
|
||||
"Open Toilet Map",
|
||||
[new Layer.Toilets()],
|
||||
12,
|
||||
|
|
|
@ -6,6 +6,7 @@ import { Park } from "../Layers/Park";
|
|||
export class WalkByBrussels extends Layout {
|
||||
constructor() {
|
||||
super("walkbybrussels",
|
||||
["en","fr","nl"],
|
||||
"Drinking Water Spots",
|
||||
[new DrinkingWater(), new Park(), new NatureReserves()],
|
||||
10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue