forked from MapComplete/MapComplete
Merge branch 'develop' into hut
This commit is contained in:
commit
bc0289aec5
62 changed files with 695 additions and 462 deletions
|
@ -66,10 +66,10 @@ _This tagrendering has no question and is thus read-only_
|
|||
### is_cyclestreet
|
||||
The question is `Is the street <b>{name}</b> a cyclestreet?`
|
||||
|
||||
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a>
|
||||
- *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>
|
||||
- *This street will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>
|
||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
||||
|
|
|
@ -153,10 +153,10 @@ The question is `Is this street lit?`
|
|||
### is_cyclestreet_road
|
||||
The question is `Is the street <b>{name}</b> a cyclestreet?`
|
||||
|
||||
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a>
|
||||
- *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
||||
|
|
|
@ -66,10 +66,10 @@ _This tagrendering has no question and is thus read-only_
|
|||
### is_cyclestreet
|
||||
The question is `Is the street <b>{name}</b> a cyclestreet?`
|
||||
|
||||
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a>
|
||||
- *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>
|
||||
- *This street will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>
|
||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
||||
|
|
|
@ -65,10 +65,10 @@ _This tagrendering has no question and is thus read-only_
|
|||
### is_cyclestreet
|
||||
The question is `Is the street <b>{name}</b> a cyclestreet?`
|
||||
|
||||
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a>
|
||||
- *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>
|
||||
- *This street will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>
|
||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
||||
|
|
|
@ -247,27 +247,27 @@
|
|||
"value": "yes",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "maxspeed",
|
||||
"value": "30",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "overtaking:motor_vehicle",
|
||||
"value": "no",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "bicycle_road",
|
||||
|
@ -322,13 +322,13 @@
|
|||
"value": "yes",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "cyclestreet",
|
||||
|
|
|
@ -247,27 +247,27 @@
|
|||
"value": "yes",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "maxspeed",
|
||||
"value": "30",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "overtaking:motor_vehicle",
|
||||
"value": "no",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "bicycle_road",
|
||||
|
@ -322,13 +322,13 @@
|
|||
"value": "yes",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "cyclestreet",
|
||||
|
|
|
@ -57,24 +57,28 @@
|
|||
"key": "cyclestreet",
|
||||
"value": "yes",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet"
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet",
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "maxspeed",
|
||||
"value": "30",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet"
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet",
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "overtaking:motor_vehicle",
|
||||
"value": "no",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet"
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet",
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet"
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet",
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "bicycle_road",
|
||||
|
@ -121,12 +125,14 @@
|
|||
"key": "cyclestreet",
|
||||
"value": "yes",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet"
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet",
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet"
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet",
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "cyclestreet",
|
||||
|
|
|
@ -247,27 +247,27 @@
|
|||
"value": "yes",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "maxspeed",
|
||||
"value": "30",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "overtaking:motor_vehicle",
|
||||
"value": "no",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "bicycle_road",
|
||||
|
@ -322,13 +322,13 @@
|
|||
"value": "yes",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "proposed:cyclestreet",
|
||||
"description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads",
|
||||
"doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road",
|
||||
"icon_url": "./assets/themes/cycle_infra/bicycleway.svg"
|
||||
"icon_url": "./assets/themes/cyclestreets/F111.svg"
|
||||
},
|
||||
{
|
||||
"key": "cyclestreet",
|
||||
|
|
|
@ -113,10 +113,10 @@ _This tagrendering has no question and is thus read-only_
|
|||
### is_cyclestreet
|
||||
The question is `Is the street <b>{name}</b> a cyclestreet?`
|
||||
|
||||
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a>
|
||||
- *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>
|
||||
- *This street will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>
|
||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
||||
|
@ -212,10 +212,10 @@ _This tagrendering has no question and is thus read-only_
|
|||
### is_cyclestreet
|
||||
The question is `Is the street <b>{name}</b> a cyclestreet?`
|
||||
|
||||
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a>
|
||||
- *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>
|
||||
- *This street will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>
|
||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
||||
|
|
|
@ -31,6 +31,8 @@ Available languages:
|
|||
+ [needed_for_pedestrians](#needed_for_pedestrians)
|
||||
+ [total_width_needed](#total_width_needed)
|
||||
+ [has_sidewalks](#has_sidewalks)
|
||||
+ [autoluw](#autoluw)
|
||||
+ [is_cyclestreet](#is_cyclestreet)
|
||||
+ [questions](#questions)
|
||||
+ [nearbyimagesclosedreadonly](#nearbyimagesclosedreadonly)
|
||||
+ [lod](#lod)
|
||||
|
@ -72,6 +74,7 @@ Elements must match the expression **width:carriageway~.+**
|
|||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/oneway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/oneway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [oneway](https://wiki.openstreetmap.org/wiki/Key:oneway) | Multiple choice | [oneway=yes](https://wiki.openstreetmap.org/wiki/Tag:oneway%3Dyes) [oneway=no](https://wiki.openstreetmap.org/wiki/Tag:oneway%3Dno) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sidewalk#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sidewalk/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [sidewalk](https://wiki.openstreetmap.org/wiki/Key:sidewalk) | Multiple choice | [sidewalk=none](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dnone) [sidewalk=left](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dleft) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sidewalk#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sidewalk/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [sidewalk](https://wiki.openstreetmap.org/wiki/Key:sidewalk) | Multiple choice | [sidewalk=both](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dboth) [sidewalk=none](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dnone) [sidewalk=left](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dleft) [sidewalk=right](https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dright) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [access=destination](https://wiki.openstreetmap.org/wiki/Tag:access%3Ddestination) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
|
@ -85,6 +88,8 @@ Elements must match the expression **width:carriageway~.+**
|
|||
| [needed_for_pedestrians](#needed_for_pedestrians) | _<b>{_width:needed:pedestrians}m</b> voor voetgangers_<br/>2 options | | _Multiple choice only_ |
|
||||
| [total_width_needed](#total_width_needed) | _<span style='border: 1px solid black; border-radius: 0.5em; padding: 0.25em;'><b>{_width:needed:total}m</b> nodig in het totaal</span>_ | | _Multiple choice only_ |
|
||||
| [has_sidewalks](#has_sidewalks) | Heeft deze straat voetpaden?<br/>4 options | | _Multiple choice only_ |
|
||||
| [autoluw](#autoluw) | 1 options | | _Multiple choice only_ |
|
||||
| [is_cyclestreet](#is_cyclestreet) <br/> _(Original in [cyclestreets](./cyclestreets.md#is_cyclestreet))_ | Is the street <b></b> a cyclestreet?<br/>7 options | | _Multiple choice only_ |
|
||||
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
|
||||
| [nearbyimagesclosedreadonly](#nearbyimagesclosedreadonly) | _{nearby_images(closed,readonly)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
@ -144,6 +149,22 @@ The question is `Heeft deze straat voetpaden?`
|
|||
- *Voetpad aan de linkerkant* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:sidewalk' target='_blank'>sidewalk</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dleft' target='_blank'>left</a>
|
||||
- *Voetpad aan de rechterzijde* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:sidewalk' target='_blank'>sidewalk</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sidewalk%3Dright' target='_blank'>right</a>
|
||||
|
||||
### autoluw
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
- *Deze straat is autoluw (voetgangerszone of lokaal autoverkeer)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Ddestination' target='_blank'>destination</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dpedestrian' target='_blank'>pedestrian</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:motor_vehicle' target='_blank'>motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:motor_vehicle%3Dno' target='_blank'>no</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:motor_vehicle' target='_blank'>motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:motor_vehicle%3Ddestination' target='_blank'>destination</a>
|
||||
|
||||
### is_cyclestreet
|
||||
The question is `Is the street <b>{name}</b> a cyclestreet?`
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet (and has a speed limit of 30 km/h)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a> & proposed:cyclestreet=
|
||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a>
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/cyclestreets/F111.svg'> *This street is a cyclestreet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> & proposed:cyclestreet=
|
||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>
|
||||
- *This street will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>
|
||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
||||
|
||||
### questions
|
||||
Show the questions block at this location
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
@ -172,6 +193,7 @@ _This tagrendering has no question and is thus read-only_
|
|||
Typical city streets with width
|
||||
|
||||
- This layer is shown at zoomlevel **19** and higher
|
||||
- This layer is not visible by default and must be enabled in the filter by the user.
|
||||
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
|
||||
|
||||
No themes use this layer
|
||||
|
|
|
@ -14,6 +14,7 @@ This theme contains the following layers:
|
|||
Available languages:
|
||||
|
||||
- en
|
||||
- cs
|
||||
|
||||
# Table of contents
|
||||
|
||||
|
|
|
@ -335,6 +335,7 @@
|
|||
"de": "Gib die Hausnummer nicht an",
|
||||
"it": "Non includere il numero civico",
|
||||
"nl": "Vermeld het huisnummer niet",
|
||||
"uk": "Не вказаний номер будинку",
|
||||
"zh_Hant": "不要包含門牌號碼"
|
||||
},
|
||||
"render": {
|
||||
|
@ -393,6 +394,7 @@
|
|||
"de": "Die Nummer der Einheit lautet <b>{addr:unit}</b>",
|
||||
"it": "Il numero dell'unità è <b>{addr:unit}</b>",
|
||||
"nl": "De bus is <b>{addr:unit}</b>",
|
||||
"uk": "Номер блоку <b>{addr:unit}</b>",
|
||||
"zh_Hant": "單位號碼是<b>{addr:unit}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
|
@ -409,6 +411,7 @@
|
|||
"de": "Keine Einheitennummer",
|
||||
"it": "Nessun numero di unità",
|
||||
"nl": "Geen apart busnummer of letter",
|
||||
"uk": "Без номера будинку",
|
||||
"zh_Hant": "沒有單位號碼"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"da": "Pusleborde til voksne",
|
||||
"it": "Fasciatoi per adulti",
|
||||
"nl": "Verzorgingstafels voor volwassenen",
|
||||
"uk": "Столи для переодягання дорослих",
|
||||
"zh_Hant": "成人更衣桌"
|
||||
},
|
||||
"description": {
|
||||
|
@ -13,6 +14,7 @@
|
|||
"cs": "Převlékací stůl pro dospělé je lavice určená pro převlékání dospělých osob. Často ji používají dospělí se závažným motorickým hendikepem",
|
||||
"da": "Et voksenpuslebord er en bænk, hvor voksne mennesker kan placeres. De bruges ofte af voksne med et alvorligt motorisk handicap",
|
||||
"it": "Un fasciatoio per adulti è una panca su cui possono essere posizionate persone adulte. Sono spesso utilizzati da adulti con gravi disabilità motorie",
|
||||
"uk": "Стіл для переодягання дорослих — це лавка, на яку можна покласти дорослу людину. Такі столи часто використовують дорослі з важкими порушеннями рухових функцій",
|
||||
"zh_Hant": "成人更衣桌由成人使用,通常是由有嚴重運動障礙的成年人使用"
|
||||
},
|
||||
"source": {
|
||||
|
@ -55,6 +57,7 @@
|
|||
"da": "et pusleborde til voksne",
|
||||
"it": "un fasciatoio per adulti",
|
||||
"nl": "een verzorgingstafel voor volwassenen",
|
||||
"uk": "стіл для переодягання дорослих",
|
||||
"zh_Hant": "成人更衣桌"
|
||||
},
|
||||
"tags": [
|
||||
|
@ -178,21 +181,24 @@
|
|||
"cs": "Jaká je největší výška, do které lze nastavit převlékací stůl pro dospělé?",
|
||||
"da": "Hvad er den højeste højde, som puslebordet til voksne kan flyttes til?",
|
||||
"it": "Qual è l'altezza massima a cui può essere regolato il fasciatoio per adulti?",
|
||||
"nl": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?"
|
||||
"nl": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?",
|
||||
"uk": "Яка максимальна висота, на яку можна підняти стіл для перевдягання дорослих?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "This is measured between the floor and the top of the changing table",
|
||||
"cs": "Měří se od podlahy k horní ploše stolu",
|
||||
"da": "Dette måles mellem gulvet og toppen af puslebordet",
|
||||
"it": "Questa è misurata tra il pavimento e la parte superiore del fasciatoio",
|
||||
"nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel"
|
||||
"nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel",
|
||||
"uk": "Це вимірюється між підлогою та верхньою частиною стола для переодягання"
|
||||
},
|
||||
"render": {
|
||||
"en": "The highest height of the adult changing table is {canonical(max_height)}",
|
||||
"cs": "Největší výška převlékacího stolu pro dospělé je {canonical(max_height)}",
|
||||
"da": "Den højeste højde på puslebordet til voksne er {canonical(max_height)}",
|
||||
"it": "L'altezza massima del fasciatoio per adulti è {canonical(max_height)}",
|
||||
"nl": "De hoogste stand van de verzorgingstafel is {canonical(max_height)} hoog"
|
||||
"nl": "De hoogste stand van de verzorgingstafel is {canonical(max_height)} hoog",
|
||||
"uk": "Найбільша висота стола для переодягання дорослих становить {canonical(max_height)}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "max_height",
|
||||
|
|
|
@ -1767,7 +1767,8 @@
|
|||
"if": "message=legal",
|
||||
"ifnot": "message=",
|
||||
"then": {
|
||||
"en": "Legal messages"
|
||||
"en": "Legal messages",
|
||||
"cs": "Právní zprávy"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -403,6 +403,7 @@
|
|||
"id": "cash_in-types",
|
||||
"question": {
|
||||
"en": "In what ways can you deposit cash at this ATM?",
|
||||
"cs": "Jakými způsoby lze do tohoto bankomatu vkládat hotovost?",
|
||||
"nl": "Op welke manieren kan je geld storten bij deze geldautomaat?"
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -411,6 +412,7 @@
|
|||
"ifnot": "cash_in:coins=no",
|
||||
"then": {
|
||||
"en": "You can deposit coins at this ATM",
|
||||
"cs": "Do tohoto bankomatu můžete vkládat mince",
|
||||
"nl": "Je kan munten storten bij deze geldautomaat"
|
||||
}
|
||||
},
|
||||
|
@ -419,6 +421,7 @@
|
|||
"ifnot": "cash_in:notes=no",
|
||||
"then": {
|
||||
"en": "You can deposit notes at this ATM",
|
||||
"cs": "Do tohoto bankomatu můžete vkládat bankovky",
|
||||
"nl": "Je kan biljetten storten bij deze geldautomaat"
|
||||
}
|
||||
},
|
||||
|
@ -427,6 +430,7 @@
|
|||
"ifnot": "cash_in:sealbags=no",
|
||||
"then": {
|
||||
"en": "You can deposit sealed bags at this ATM",
|
||||
"cs": "Do tohoto bankomatu můžete vkládat uzavřené pytle s penězi",
|
||||
"nl": "Je kan sealbags storten bij deze geldautomaat"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -235,6 +235,7 @@
|
|||
"cs": "Skrýt poznámky k importu",
|
||||
"de": "Importnotizen ausblenden",
|
||||
"es": "Ocultar notas de importación",
|
||||
"fr": "Masquer les notes d'importation",
|
||||
"it": "Nascondi note di importazione",
|
||||
"nl": "Verberg import Notes"
|
||||
}
|
||||
|
@ -247,6 +248,7 @@
|
|||
"cs": "Zobrazit pouze poznámky k importu",
|
||||
"de": "Nur Importnotizen anzeigen",
|
||||
"es": "Mostrar sólo notas de importación",
|
||||
"fr": "Afficher uniquement les notes d'importation",
|
||||
"it": "Mostra solo note di importazione",
|
||||
"nl": "Toon enkel import Notes"
|
||||
}
|
||||
|
@ -269,6 +271,7 @@
|
|||
"cs": "Měl by se zmínit {search} v prvním komentáři",
|
||||
"de": "Sollte {search} im ersten Kommentar erwähnen",
|
||||
"es": "Debe mencionar {search} en el primer comentario",
|
||||
"fr": "Il faudrait mentionner {search} dans le premier commentaire",
|
||||
"it": "Deve menzionare {search} nel primo commento",
|
||||
"nl": "Moet in de eerste opmerking \"{search}\" bevatten"
|
||||
}
|
||||
|
@ -291,6 +294,7 @@
|
|||
"cs": "Měl by se zmínit {search} v jakémkoli komentáři",
|
||||
"de": "Sollte {search} in jedem Kommentar erwähnen",
|
||||
"es": "Debe mencionar {search} en cualquier comentario",
|
||||
"fr": "Il convient de mentionner {search} dans tout commentaire",
|
||||
"it": "Deve menzionare {search} in qualsiasi commento"
|
||||
}
|
||||
}
|
||||
|
@ -312,6 +316,7 @@
|
|||
"cs": "V prvním komentáři byste <b>neměli</b> zmiňovat {search}",
|
||||
"de": "Sollte <b>nicht</b> {search} im ersten Kommentar erwähnen",
|
||||
"es": "No debe mencionar {search} en el primer comentario",
|
||||
"fr": "Ne mentionnez <b>pas</b> {search} dans le premier commentaire",
|
||||
"it": "<b>Non</b> deve menzionare {search} nel primo commento",
|
||||
"nl": "Mag in de eerste opmerking <b>niet</b> \"{search}\" bevatten"
|
||||
}
|
||||
|
@ -334,6 +339,7 @@
|
|||
"cs": "V jakémkoli komentáři byste <b>neměli</b> zmiňovat {search}",
|
||||
"de": "Sollte {search} in <b>keinem</b> Kommentar erwähnen",
|
||||
"es": "No debe mencionar {search} en ningún comentario",
|
||||
"fr": "Ne mentionnez <b>pas</b> {search} dans <b>aucun</b> commentaire",
|
||||
"it": "<b>Non</b> deve menzionare {search} in <b>nessun</b> commento"
|
||||
}
|
||||
}
|
||||
|
@ -401,6 +407,7 @@
|
|||
"cs": "Upraveno nebo okomentováno jakýmkoli uživatelem se jménem {search}",
|
||||
"de": "Bearbeitet oder kommentiert von jedem Benutzer mit Namen {search}",
|
||||
"es": "Editado o comentado por cualquier usuario con el nombre {search}",
|
||||
"fr": "Modifié ou commenté par tout utilisateur dont le nom est {search}",
|
||||
"it": "Modificata o commentata da qualsiasi utente con nome {search}"
|
||||
}
|
||||
}
|
||||
|
@ -448,6 +455,7 @@
|
|||
"cs": "Neupraveno nejméně od {search}",
|
||||
"de": "Nicht zuletzt bearbeitet von {search}",
|
||||
"es": "No editado por última vez por {search}",
|
||||
"fr": "Non modifié en dernier lieu par {search}",
|
||||
"hu": "Legutóbb nem {search} felhasználó szerkesztette",
|
||||
"it": "Non modificata per ultima da {search}",
|
||||
"uk": "Не відредаговано як останнє {search}"
|
||||
|
@ -520,6 +528,7 @@
|
|||
"cs": "Naposledy upraveno před {search}",
|
||||
"de": "Zuletzt bearbeitet vor dem {search}",
|
||||
"es": "Última edición antes de {search}",
|
||||
"fr": "Dernière modification avant {search}",
|
||||
"hu": "Legutóbb {search} előtt szerkesztették",
|
||||
"it": "Ultima modifica prima di {search}",
|
||||
"uk": "Останнє редагування зроблено до {search}"
|
||||
|
@ -544,6 +553,7 @@
|
|||
"cs": "Naposledy upraveno po {search}",
|
||||
"de": "Zuletzt bearbeitet nach dem {search}",
|
||||
"es": "Última edición después de {search}",
|
||||
"fr": "Dernière modification après {search}",
|
||||
"hu": "Legutóbb {search} után szerkesztették",
|
||||
"it": "Ultima modifica dopo {search}",
|
||||
"uk": "Останнє редагування після {search}"
|
||||
|
|
|
@ -143,11 +143,13 @@
|
|||
{
|
||||
"id": "collection_times",
|
||||
"question": {
|
||||
"en": "When is the mail collected?"
|
||||
"en": "When is the mail collected?",
|
||||
"cs": "Kdy se tato schránka vybírá?"
|
||||
},
|
||||
"render": {
|
||||
"before": {
|
||||
"en": "<h3>Collection times</h3>"
|
||||
"en": "<h3>Collection times</h3>",
|
||||
"cs": "<h3>Časy výběru</h3>"
|
||||
},
|
||||
"special": {
|
||||
"key": "collection_times",
|
||||
|
|
|
@ -2879,6 +2879,7 @@
|
|||
"da": "Skan denne kode for at åbne dette sted på en anden enhed",
|
||||
"de": "QR Code scannen, um diesen Ort auf einem anderen Gerät zu öffnen",
|
||||
"es": "Escanea este código para abrir esta ubicación en otro dispositivo",
|
||||
"fr": "Scannez ce code pour ouvrir cet emplacement sur un autre appareil",
|
||||
"hu": "Szkenneld be ezt a kódot, hogy egy másik eszközön is meg tudd nyitni a helyet",
|
||||
"it": "Scansiona questo codice per aprire questa posizione su un altro dispositivo",
|
||||
"nl": "Scan deze code om deze locatie op een ander apparaat te zien",
|
||||
|
@ -2907,6 +2908,7 @@
|
|||
"da": "Senest redigeret {_last_edit:timestamp} af {_last_edit:contributor}",
|
||||
"de": "Zuletzt bearbeitet am {_last_edit:timestamp} von {_last_edit:contributor}",
|
||||
"es": "Última edición el {_last_edit:timestamp} por {_last_edit:contributor}",
|
||||
"fr": "Dernière modification le {_last_edit:timestamp} par {_last_edit:contributor}",
|
||||
"hu": "Legutóbb {_last_edit:contributor} szerkesztette ekkor: {_last_edit:timestamp}",
|
||||
"it": "Ultima modifica il {_last_edit:timestamp} da {_last_edit:contributor}",
|
||||
"nl": "Laatst gewijzigd op {_last_edit:timestamp} door {_last_edit:contributor} ",
|
||||
|
@ -3253,6 +3255,7 @@
|
|||
"ca": "Quin és el nom d'aquest lloc?",
|
||||
"cs": "Jaký je název tohoto místa?",
|
||||
"de": "Wie heißt dieser Ort?",
|
||||
"fr": "Quel est le nom de cet endroit ?",
|
||||
"it": "Qual è il nome di questo luogo?"
|
||||
},
|
||||
"render": {
|
||||
|
@ -3400,10 +3403,12 @@
|
|||
{
|
||||
"id": "operator",
|
||||
"question": {
|
||||
"en": "What company operates this place?"
|
||||
"en": "What company operates this place?",
|
||||
"cs": "Jaká firma provozuje toto místo?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This place is operated by <b>{operator}</b>"
|
||||
"en": "This place is operated by <b>{operator}</b>",
|
||||
"cs": "Toto místo provozuje <b>{operator}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator",
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "railway",
|
||||
"name": {
|
||||
"en": "Railway"
|
||||
"en": "Railway",
|
||||
"cs": "Železnice"
|
||||
},
|
||||
"description": {
|
||||
"en": "Railways and disused railways"
|
||||
"en": "Railways and disused railways",
|
||||
"cs": "Železnice a nepoužívané železnice"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -28,7 +30,8 @@
|
|||
"minzoom": 14,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Railway"
|
||||
"en": "Railway",
|
||||
"cs": "Železnice"
|
||||
},
|
||||
"icon": "./assets/svg/train.svg"
|
||||
},
|
||||
|
@ -56,7 +59,8 @@
|
|||
"allowMove": false,
|
||||
"#": "In first instance to snap historic rolling stock",
|
||||
"snapName": {
|
||||
"en": "railway track"
|
||||
"en": "railway track",
|
||||
"cs": "železniční trať"
|
||||
},
|
||||
"credits": "mnalis ALTernative",
|
||||
"credits:uid": 172435
|
||||
|
|
|
@ -62,7 +62,8 @@
|
|||
{
|
||||
"if": "disused:man_made=surveillance",
|
||||
"then": {
|
||||
"en": "Disused surveillance camera"
|
||||
"en": "Disused surveillance camera",
|
||||
"cs": "Nepoužívaná bezpečnostní kamera"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -260,6 +261,7 @@
|
|||
"id": "active",
|
||||
"question": {
|
||||
"en": "Is this camera currently in use?",
|
||||
"cs": "Používá se aktuálně tato kamera?",
|
||||
"nl": "Is deze camera momenteel in gebruik?"
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -267,6 +269,7 @@
|
|||
"if": "man_made=surveillance",
|
||||
"then": {
|
||||
"en": "This camera is currently in use.",
|
||||
"cs": "Tato kamera se aktuálně používá.",
|
||||
"nl": "Deze camera is momenteel in gebruik."
|
||||
},
|
||||
"addExtraTags": [
|
||||
|
@ -277,6 +280,7 @@
|
|||
"if": "disused:man_made=surveillance",
|
||||
"then": {
|
||||
"en": "This camera is not used anymore",
|
||||
"cs": "Tato kamera se už nepoužívá",
|
||||
"nl": "Deze camera is niet meer in gebruik"
|
||||
},
|
||||
"addExtraTags": [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": {
|
||||
"en": "Transit Routes",
|
||||
"ca": "Línies de bus",
|
||||
"cs": "Autobusové linky",
|
||||
"cs": "Dopravní trasy",
|
||||
"da": "Buslinjer",
|
||||
"de": "Buslinien",
|
||||
"es": "Líneas de autobús",
|
||||
|
@ -13,7 +13,7 @@
|
|||
"description": {
|
||||
"en": "Layer showing transit routes",
|
||||
"ca": "Capa que mostra les línies d'autobús",
|
||||
"cs": "Vrstva zobrazující autobusové linky",
|
||||
"cs": "Vrstva zobrazující dopravní trasy",
|
||||
"da": "Lag, der viser buslinjer",
|
||||
"de": "Ebene mit Buslinien",
|
||||
"es": "Capa que muestra las líneas de autobús",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"render": {
|
||||
"en": "Transit route",
|
||||
"ca": "Línia de bus",
|
||||
"cs": "Autobusová linka",
|
||||
"cs": "Dopravní trasa",
|
||||
"da": "Buslinje",
|
||||
"de": "Buslinie",
|
||||
"es": "Línea de autobús",
|
||||
|
@ -104,7 +104,7 @@
|
|||
"question": {
|
||||
"en": "What is the name for this transit route? (i.e. Bus XX: From => Via => To)",
|
||||
"ca": "Quin és el nom d'aquesta línia d'autobús? (és a dir, Bus XX: De : Via ) A)",
|
||||
"cs": "Jak se jmenuje tato autobusová linka? (tj. Autobus XX: Od => Přes => Do)",
|
||||
"cs": "Jak se jmenuje tato dopravní trasa? (tj. Autobus XX: Z => Přes => Do)",
|
||||
"de": "Wie lautet der Name der Buslinie? (z.B. Bus XX: Von => Über => Nach)",
|
||||
"es": "¿Cuál es el nombre de esta línea de autobús? (es decir, Autobús XX: Desde => Vía => Hasta)",
|
||||
"it": "Qual è il nome di questa linea di autobus? (es. Bus XX: Da => Via => A)",
|
||||
|
@ -122,7 +122,7 @@
|
|||
"question": {
|
||||
"en": "What is the starting point for this transit route?",
|
||||
"ca": "Quin és el punt inicial d'aquesta línea d'autobús?",
|
||||
"cs": "Jaký je výchozí bod této autobusové linky?",
|
||||
"cs": "Jaký je výchozí bod této dopravní trasy?",
|
||||
"da": "Hvad er udgangspunktet for denne buslinje?",
|
||||
"de": "Wo ist der Startpunkt dieser Buslinie?",
|
||||
"es": "¿Cuál es el punto de partida de esta línea de autobús?",
|
||||
|
@ -132,7 +132,7 @@
|
|||
"render": {
|
||||
"en": "This transit route begins at {from}",
|
||||
"ca": "Aquesta línia d'autobús comença a {from}",
|
||||
"cs": "Tato autobusová linka začíná v {from}",
|
||||
"cs": "Tato dopravní trasa začíná v {from}",
|
||||
"da": "Denne buslinje starter kl. {from}",
|
||||
"de": "Die Buslinie startet von {from}",
|
||||
"es": "Esta línea de autobús comienza en {from}",
|
||||
|
@ -152,7 +152,7 @@
|
|||
"question": {
|
||||
"en": "What is the via point for this transit route?",
|
||||
"ca": "Quin és el punt de pas d'aquesta línia d'autobusos?",
|
||||
"cs": "Jaký je průjezdní bod této autobusové linky?",
|
||||
"cs": "Jaký je průjezdní bod této dopravní trasy?",
|
||||
"de": "Über welchen Zwischenhalt fährt die Buslinie?",
|
||||
"es": "¿Cuál es el punto intermedio de esta línea de autobús?",
|
||||
"it": "Qual è il punto intermedio di questa linea di autobus?",
|
||||
|
@ -163,7 +163,7 @@
|
|||
"render": {
|
||||
"en": "This transit route goes via {via}",
|
||||
"ca": "Aquesta línia d'autobús passa per {via}",
|
||||
"cs": "Tato autobusová linka jede přes {via}",
|
||||
"cs": "Tato dopravní trasa jede přes {via}",
|
||||
"da": "Denne buslinje går via {via}",
|
||||
"de": "Die Buslinie fährt über {via}",
|
||||
"es": "Esta línea de autobús pasa por {via}",
|
||||
|
@ -182,7 +182,7 @@
|
|||
"question": {
|
||||
"en": "What is the ending point for this transit route?",
|
||||
"ca": "Quin és el punt final d'aquesta línea d'autobús?",
|
||||
"cs": "Jaký je konečný bod této autobusové linky?",
|
||||
"cs": "Jaký je konečný bod této dopravní trasy?",
|
||||
"da": "Hvad er endestationen for denne buslinje?",
|
||||
"de": "Wo ist der Endpunkt der Buslinie?",
|
||||
"es": "¿Cuál es el punto final de esta línea de autobús?",
|
||||
|
@ -192,7 +192,7 @@
|
|||
"render": {
|
||||
"en": "This transit route ends at {to}",
|
||||
"ca": "Aquesta línia d'autobús acaba a {to}",
|
||||
"cs": "Tato autobusová linka končí v {to}",
|
||||
"cs": "Tato dopravní trasa končí v {to}",
|
||||
"da": "Denne buslinje slutter ved {to}",
|
||||
"de": "Der Endpunkt der Buslinie ist {to}",
|
||||
"es": "Esta línea de autobús termina en {to}",
|
||||
|
@ -212,7 +212,7 @@
|
|||
"question": {
|
||||
"en": "What is the colour for this transit route?",
|
||||
"ca": "Quin és el color d'aquest línia d'autobús?",
|
||||
"cs": "Jakou barvu má tato autobusová linka?",
|
||||
"cs": "Jakou barvu má tato dopravní trasa?",
|
||||
"da": "Hvad er farven på denne buslinje?",
|
||||
"de": "Welche Farbe hat diese Buslinie?",
|
||||
"es": "¿Cuál es el color de esta línea de autobús?",
|
||||
|
@ -222,7 +222,7 @@
|
|||
"render": {
|
||||
"en": "This transit route has the color {colour}",
|
||||
"ca": "Aquesta línea d'autobús té el color {colour}",
|
||||
"cs": "Tato autobusová linka má barvu {colour}",
|
||||
"cs": "Tato dopravní trasa má barvu {colour}",
|
||||
"da": "Denne buslinje har farven {colour}",
|
||||
"de": "Die Buslinie hat die Farbe {colour}",
|
||||
"es": "Esta línea de autobús tiene el color {colour}",
|
||||
|
@ -239,7 +239,7 @@
|
|||
"question": {
|
||||
"en": "What network does this transit route belong to?",
|
||||
"ca": "A quina xarxa pertany aquesta línea d'autobús?",
|
||||
"cs": "Do jaké sítě tato autobusová linka patří?",
|
||||
"cs": "Do jaké sítě tato dopravní trasa patří?",
|
||||
"da": "Hvilket netværk tilhører denne buslinje?",
|
||||
"de": "Zu welchem Verkehrsverbund gehört die Buslinie?",
|
||||
"es": "¿A qué red pertenece esta línea de autobús?",
|
||||
|
@ -249,7 +249,7 @@
|
|||
"render": {
|
||||
"en": "This transit route is part of the {network} network",
|
||||
"ca": "Aquesta línea d'autobús és part de la xarxa {network}",
|
||||
"cs": "Tato autobusová linka je součástí sítě {network}",
|
||||
"cs": "Tato dopravní trasa je součástí sítě {network}",
|
||||
"de": "Die Buslinie gehört zum Verkehrsverbund {network}",
|
||||
"es": "Esta línea de autobús es parte de la red {network}",
|
||||
"fr": "Cette ligne de bus fait partie du réseau {network}",
|
||||
|
|
|
@ -165,23 +165,27 @@
|
|||
{
|
||||
"id": "ref",
|
||||
"question": {
|
||||
"en": "What is the platform reference of this stop?"
|
||||
"en": "What is the platform reference of this stop?",
|
||||
"cs": "Jaká je reference nástupiště v této zastávce?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The platform reference of this stop is <b>{ref}</b>."
|
||||
"en": "The platform reference of this stop is <b>{ref}</b>.",
|
||||
"cs": "Reference nástupiště v této zastávce je <b>{ref}</b>."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "ref",
|
||||
"type": "string",
|
||||
"placeholder": {
|
||||
"en": "e.g. A1 or 1"
|
||||
"en": "e.g. A1 or 1",
|
||||
"cs": "např. A1 nebo 1"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "ref=",
|
||||
"then": {
|
||||
"en": "This stop has no platform reference"
|
||||
"en": "This stop has no platform reference",
|
||||
"cs": "Tato zastávka nemá referenci nástupišť"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1444,7 +1444,8 @@
|
|||
"ca": "<h3>Traduint MapComplete</h3>",
|
||||
"cs": "<h3>Překládání MapComplete</h3>",
|
||||
"de": "<h3>MapComplete übersetzen</h3>",
|
||||
"it": "<h3>Traduzione di MapComplete</h3>"
|
||||
"it": "<h3>Traduzione di MapComplete</h3>",
|
||||
"nl": "<h3>MapComplete vertalen</h3>"
|
||||
},
|
||||
"label": [
|
||||
"translations"
|
||||
|
|
|
@ -474,6 +474,7 @@
|
|||
"it": "Indicazioni per ciclisti",
|
||||
"ko": "자전거 안내 표지판",
|
||||
"nl": "Fietswegwijzers",
|
||||
"uk": "Велосипедні дороговкази",
|
||||
"zh_Hant": "單車指示牌"
|
||||
},
|
||||
"title": {
|
||||
|
@ -487,6 +488,7 @@
|
|||
"it": "Indicazione per ciclisti",
|
||||
"ko": "자전거 안내 표지판",
|
||||
"nl": "Fietswegwijzer",
|
||||
"uk": "Велосипедний дороговказ",
|
||||
"zh_Hant": "單車指示牌"
|
||||
}
|
||||
}
|
||||
|
@ -536,6 +538,7 @@
|
|||
"es": "un marcador de ruta para un enlace de nodo a nodo",
|
||||
"ko": "노드 간 경로를 위한 경로 표지판",
|
||||
"nl": "een knooppuntwegwijzer",
|
||||
"uk": "маркер маршруту для зв'язку між вузлами",
|
||||
"zh_Hant": "節點到節點連結的路徑標示"
|
||||
},
|
||||
"=exampleImages": [
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
"nl": "Toekomstige fietsstraat",
|
||||
"pa_PK": "بھُوکھی سائیکل سڑک",
|
||||
"pl": "Przyszła ulica rowerowa",
|
||||
"uk": "Майбутня велодоріжка",
|
||||
"zh_Hant": "將來的單車街道"
|
||||
},
|
||||
"description": {
|
||||
|
@ -98,6 +99,7 @@
|
|||
"nb_NO": "Denne gaten vil bli sykkelgate snart",
|
||||
"nl": "Deze straat wordt binnenkort een fietsstraat",
|
||||
"pl": "Ta ulica wkrótce stanie się ulicą rowerową",
|
||||
"uk": "Ця вулиця незабаром стане велосипедною доріжкою",
|
||||
"zh_Hant": "這條道路即將成為單車街道"
|
||||
},
|
||||
"minzoom": 9,
|
||||
|
@ -146,6 +148,7 @@
|
|||
"nb_NO": "{name} vil bli sykkelgate snart",
|
||||
"nl": "{name} wordt fietsstraat",
|
||||
"pl": "{name} wkrótce stanie się ulicą rowerową",
|
||||
"uk": "{name} скоро стане велосипедною доріжкою",
|
||||
"zh_Hant": "{name} 不久會變成單車街道"
|
||||
},
|
||||
"if": "name~*"
|
||||
|
|
|
@ -58,7 +58,8 @@
|
|||
{
|
||||
"if": "building:part~*",
|
||||
"then": {
|
||||
"en": "Building part"
|
||||
"en": "Building part",
|
||||
"cs": "Část budovy"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
"id": "cafe_pub_dog_friendly",
|
||||
"name=": {
|
||||
"en": "Dog friendly drinking places",
|
||||
"cs": "Místa s nápoji přátelská ke psům",
|
||||
"da": "Hundevenlige værtshuse"
|
||||
},
|
||||
"pointRendering": [
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "zhv",
|
||||
"title": {
|
||||
"en": "ZHV Import Tool"
|
||||
"en": "ZHV Import Tool",
|
||||
"cs": "Nástroj importu ZHV"
|
||||
},
|
||||
"description": {
|
||||
"en": "Small theme allowing import of bus stops from the Zentrales Haltestellenverzeichnis in Germany."
|
||||
"en": "Small theme allowing import of bus stops from the Zentrales Haltestellenverzeichnis in Germany.",
|
||||
"cs": "Malé téma umožňující import zastávek autobusu z Zentrales Haltestellenverzeichnis v Německu."
|
||||
},
|
||||
"icon": "./assets/layers/transit_stops/bus_stop.svg",
|
||||
"hideFromOverview": true,
|
||||
|
@ -12,11 +14,13 @@
|
|||
{
|
||||
"id": "zhv",
|
||||
"name": {
|
||||
"en": "Public transport stops in ZHV"
|
||||
"en": "Public transport stops in ZHV",
|
||||
"cs": "Zastávky veřejné dopravy v ZHV"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Public transport stop in ZHV"
|
||||
"en": "Public transport stop in ZHV",
|
||||
"cs": "Zastávka veřejné dopravy v ZHV"
|
||||
}
|
||||
},
|
||||
"minzoom": 15,
|
||||
|
@ -29,19 +33,22 @@
|
|||
{
|
||||
"id": "name",
|
||||
"render": {
|
||||
"en": "This stop is called {Name}"
|
||||
"en": "This stop is called {Name}",
|
||||
"cs": "Tato zastávka se jmenuje {Name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"render": {
|
||||
"en": "The ID of this stop is {_ifopt}"
|
||||
"en": "The ID of this stop is {_ifopt}",
|
||||
"cs": "ID této zastávky je {_ifopt}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "closest_stop",
|
||||
"render": {
|
||||
"en": "The closest stop in OSM is <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>."
|
||||
"en": "The closest stop in OSM is <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>.",
|
||||
"cs": "Nejbližší zastávky v OSM je <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -52,7 +59,8 @@
|
|||
"targetLayer": "all_transit_stops",
|
||||
"tags": "_tags",
|
||||
"text": {
|
||||
"en": "Add this stop"
|
||||
"en": "Add this stop",
|
||||
"cs": "Přidat tuto zastávku"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -66,7 +74,8 @@
|
|||
{
|
||||
"id": "tag-hint",
|
||||
"render": {
|
||||
"en": "This stop will get the following tags: <b>{_tags}</b>"
|
||||
"en": "This stop will get the following tags: <b>{_tags}</b>",
|
||||
"cs": "Tato zastávka získá následující štítky: <b>{_tags}</b>"
|
||||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
|
@ -78,7 +87,8 @@
|
|||
{
|
||||
"id": "imported",
|
||||
"render": {
|
||||
"en": "This stop is (probably) already added. <a href=#{_closest_osm_stop_id}>View the point</a>."
|
||||
"en": "This stop is (probably) already added. <a href=#{_closest_osm_stop_id}>View the point</a>.",
|
||||
"cs": "Tato zastávka už byla (pravděpodobně) přidána. <a href=#{_closest_osm_stop_id}>Zobrazit bod</a>."
|
||||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
|
@ -138,13 +148,15 @@
|
|||
},
|
||||
"id": "all_transit_stops",
|
||||
"name": {
|
||||
"en": "Public transport stops in OSM"
|
||||
"en": "Public transport stops in OSM",
|
||||
"cs": "Zastávky veřejné dopravy v OSM"
|
||||
},
|
||||
"tagRenderings+": [
|
||||
{
|
||||
"id": "type",
|
||||
"question": {
|
||||
"en": "What kind of transit types is this stop used for?"
|
||||
"en": "What kind of transit types is this stop used for?",
|
||||
"cs": "Pro jaké druhy dopravy se tato zastávka používá?"
|
||||
},
|
||||
"condition": "_geometry:type=Point",
|
||||
"multiAnswer": true,
|
||||
|
@ -158,7 +170,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This stop is used for bus transit."
|
||||
"en": "This stop is used for bus transit.",
|
||||
"cs": "Tato zastávka slouží pro autobusovou dopravu."
|
||||
},
|
||||
"addExtraTags": [
|
||||
"highway=bus_stop"
|
||||
|
@ -168,35 +181,40 @@
|
|||
"if": "train=yes",
|
||||
"ifnot": "train=",
|
||||
"then": {
|
||||
"en": "This stop is used for train transit."
|
||||
"en": "This stop is used for train transit.",
|
||||
"cs": "Tato zastávka slouží pro vlakovou dopravu."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "light_rail=yes",
|
||||
"ifnot": "light_rail=",
|
||||
"then": {
|
||||
"en": "This stop is used for light rail transit."
|
||||
"en": "This stop is used for light rail transit.",
|
||||
"cs": "Tato zastávka slouží pro lehkou železnici."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "subway=yes",
|
||||
"ifnot": "subway=",
|
||||
"then": {
|
||||
"en": "This stop is used for subway transit."
|
||||
"en": "This stop is used for subway transit.",
|
||||
"cs": "Tato zastávka slouží pro metro."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "tram=yes",
|
||||
"ifnot": "tram=",
|
||||
"then": {
|
||||
"en": "This stop is used for tram transit."
|
||||
"en": "This stop is used for tram transit.",
|
||||
"cs": "Tato zastávka slouží pro tramvajovou dopravu."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "ferry=yes",
|
||||
"ifnot": "ferry=",
|
||||
"then": {
|
||||
"en": "This stop is used for ferry transit."
|
||||
"en": "This stop is used for ferry transit.",
|
||||
"cs": "Tato zastávka slouží pro přívoz nebo trajekt."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -204,16 +222,19 @@
|
|||
{
|
||||
"id": "ifopt",
|
||||
"question": {
|
||||
"en": "What is the IFOPT reference of this stop?"
|
||||
"en": "What is the IFOPT reference of this stop?",
|
||||
"cs": "Jaká je reference IFOPT této zastávky?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The IFOPT reference of this stop is {ref:IFOPT}."
|
||||
"en": "The IFOPT reference of this stop is {ref:IFOPT}.",
|
||||
"cs": "Reference IFOPT této zastávky je {ref:IFOPT}."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "ref:IFOPT",
|
||||
"type": "string",
|
||||
"placeholder": {
|
||||
"en": "e.g. NL:Q:15003950 or de:03457:15801::2"
|
||||
"en": "e.g. NL:Q:15003950 or de:03457:15801::2",
|
||||
"cs": "např. NL:Q:15003950 nebo de:03457:15801::2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -221,7 +242,8 @@
|
|||
"id": "zhv_stop",
|
||||
"condition": "_has_closeby_feature=yes",
|
||||
"render": {
|
||||
"en": "There is a ZHV stop nearby: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>."
|
||||
"en": "There is a ZHV stop nearby: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>.",
|
||||
"cs": "Poblíž je zastávka ZHV: <a href=#{_closest_zhv_stop_id}>{_closest_zhv_stop_name}</a>."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -238,7 +260,8 @@
|
|||
"tags_to_apply": "ref:IFOPT=$_ifopt",
|
||||
"id_of_object_to_apply_this_one": "_closest_osm_stop_id",
|
||||
"message": {
|
||||
"en": "Add IFOPT to this stop"
|
||||
"en": "Add IFOPT to this stop",
|
||||
"cs": "Přidat k této zastávce IFOPT"
|
||||
},
|
||||
"image": "./assets/svg/addSmall.svg"
|
||||
}
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
"back": "Jít zpět do MapComplete",
|
||||
"download": "Stáhnout aplikaci",
|
||||
"downloadOnFDroid": "Stáhnout MapComplete na F-Droidu",
|
||||
"getOnGoogle": "Stáhnout MapComplete na Google Playstore",
|
||||
"getOnObtanium": "Získat na Obtainiu",
|
||||
"intro": "MapComplete je k dispozici jako aplikace pro Android k přímému stažení. Pracujeme na to, aby byla zveřejněna i v repozitáři F-Droid.",
|
||||
"legacyExplanation": "Kvůli restrikcím společnosti Google nelze zkompilovat identický balíček APK pro novější i starší verze systému Android.\nPokud instalace z F-Droidu, Google Play, Obtainia nebo instalace výše odkazované nejnovější verze ('latest') selže, zkuste balíčky pro starší verze Androidu, které jsou k dispozici níže.",
|
||||
"legacyHeader": "Sestavení pro starší telefony se systémem Android",
|
||||
"noPlayServices": "Aplikace funguje bez Google Play Services",
|
||||
"older": "Zobrazit starší verze",
|
||||
"title": "Aplikace MapComplete pro Android",
|
||||
"getOnGoogle": "Stáhnout MapComplete na Google Playstore"
|
||||
"title": "Aplikace MapComplete pro Android"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "Žádný objekt v zobrazení nesplňuje všechny filtry",
|
||||
|
@ -23,6 +23,9 @@
|
|||
"retrying": "Načítání dat se nezdařilo. Zkusíme to znovu za {count} sekund…",
|
||||
"zoomIn": "Přiblížení pro zobrazení nebo úpravu dat"
|
||||
},
|
||||
"collectionTimes": {
|
||||
"addTime": "Přidat okamžik"
|
||||
},
|
||||
"communityIndex": {
|
||||
"available": "Tato komunita mluví {native}",
|
||||
"intro": "Navažte kontakt s ostatními lidmi, abyste je poznali, učili se od nich, …",
|
||||
|
@ -354,6 +357,7 @@
|
|||
"open_during_ph": "Během státního svátku je",
|
||||
"open_until": "Zavírá v {date}",
|
||||
"opensAt": "od",
|
||||
"ph": "Státní svátky",
|
||||
"ph_closed": "zavřené",
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "otevřené",
|
||||
|
@ -365,8 +369,7 @@
|
|||
"thursday": "Ve čtvrtek {ranges}",
|
||||
"tuesday": "V úterý {ranges}",
|
||||
"unknown": "Otevírací doba není známa",
|
||||
"wednesday": "Ve středu {ranges}",
|
||||
"ph": "Státní svátky"
|
||||
"wednesday": "Ve středu {ranges}"
|
||||
},
|
||||
"pdf": {
|
||||
"attr": "Mapová data © OpenStreetMap Contributors, opakovaně použitelná pod ODbL",
|
||||
|
@ -375,6 +378,12 @@
|
|||
"versionInfo": "v{version} - vygenerováno {date}"
|
||||
},
|
||||
"pickLanguage": "Vyberte jazyk",
|
||||
"points_in_time": {
|
||||
"closed": "Zavřeno",
|
||||
"daily": "Každý den",
|
||||
"weekdays": "V pracovních dnech",
|
||||
"weekends": "O víkendech"
|
||||
},
|
||||
"poweredByMapComplete": "Provozováno na MapComplete – crowdsourcované, tematické mapy s OpenStreetMap",
|
||||
"poweredByOsm": "Běží na OpenStreetMap",
|
||||
"questionBox": {
|
||||
|
@ -533,6 +542,7 @@
|
|||
"tuesday": "Úterý",
|
||||
"wednesday": "Středa"
|
||||
},
|
||||
"welcomeBack": "Vítejte zpět",
|
||||
"welcomeExplanation": {
|
||||
"addNew": "Chybí nějaká položka? Pro přidání nového bodu zájmu použijte tlačítko vlevo dole.",
|
||||
"general": "Na této mapě si můžete zobrazit, upravovat a přidávat <i>body zájmu</i>. Přibližováním si zobrazte body zájmu a klepnutím na jeden z nich si zobrazte nebo upravte informace. Všechna data pocházejí z OpenStreetMap a jsou v ní uložena, takže je lze volně používat."
|
||||
|
@ -550,14 +560,7 @@
|
|||
"readMore": "Přečtěte si zbytek článku",
|
||||
"searchToShort": "Váš vyhledávací dotaz je příliš krátký, zadejte delší text",
|
||||
"searchWikidata": "Hledat na Wikidatech"
|
||||
},
|
||||
"points_in_time": {
|
||||
"daily": "Každý den",
|
||||
"weekdays": "V pracovních dnech",
|
||||
"closed": "Zavřeno",
|
||||
"weekends": "O víkendech"
|
||||
},
|
||||
"welcomeBack": "Vítejte zpět"
|
||||
}
|
||||
},
|
||||
"hotkeyDocumentation": {
|
||||
"action": "Akce",
|
||||
|
@ -676,8 +679,8 @@
|
|||
},
|
||||
"input_helpers": {
|
||||
"distance": {
|
||||
"setFirst": "Měření z aktuální pozice",
|
||||
"measureAgain": "Začít nové měření z aktuálního umístění"
|
||||
"measureAgain": "Začít nové měření z aktuálního umístění",
|
||||
"setFirst": "Měření z aktuální pozice"
|
||||
}
|
||||
},
|
||||
"inspector": {
|
||||
|
@ -754,6 +757,22 @@
|
|||
"typeText": "Napište nějaký text a přidejte komentář",
|
||||
"warnAnonymous": "Nejste přihlášeni. Nebudeme vás moci kontaktovat, abychom váš problém vyřešili."
|
||||
},
|
||||
"offline": {
|
||||
"actions": "Akce",
|
||||
"autoCheckmark": "Automaticky stahovat základní mapu při prohlížení okolí",
|
||||
"autoExplanation": "Je-li zaškrtnuto, MapComplete bude automaticky stahovat do cache základní mapu oblasti. Bude to znamenat větší počáteční objem dat, ale při delším pohybu jich následně vyžadovat méně. Plánujete-li navštívit oblast s horší konektivitou, můžete si také níže vybrat oblast, kterou chcete stáhnout.",
|
||||
"autoExplanationIntro": "Co znamená automatické stahování základních map?",
|
||||
"date": "Data pro generování map",
|
||||
"delete": "Smazat základní mapu",
|
||||
"deleteAll": "Smazat všechny základní mapy",
|
||||
"download": "Stáhnout oblast",
|
||||
"installing": "Data se stahují",
|
||||
"localOnMap": "Offline základní mapy na mapě",
|
||||
"name": "Název",
|
||||
"overview": "Přehled offline základních map",
|
||||
"range": "Rozsahy zoomu",
|
||||
"size": "Velikost"
|
||||
},
|
||||
"plantDetection": {
|
||||
"back": "Zpět na přehled druhů",
|
||||
"button": "Automatická detekce druhů rostlin pomocí umělé inteligence Plantnet.org",
|
||||
|
@ -820,9 +839,12 @@
|
|||
"deleteConfirm": "Trvale smazat tuto recenzi",
|
||||
"deleteText": "Toto nelze vzít zpět",
|
||||
"deleteTitle": "Smazat tuto recenzi?",
|
||||
"disabledForPrivacy": "Recenze jsou zakázány kvůli vašemu nastavení soukromí.",
|
||||
"edit": "Upravit recenzi",
|
||||
"editPrivacySettings": "Upravit nastavení soukromí",
|
||||
"i_am_affiliated": "Jsem spojen s tímto objektem",
|
||||
"i_am_affiliated_explanation": "Zkontrolujte, zda jste vlastníkem, tvůrcem, zaměstnancem, …",
|
||||
"loadOnce": "Načíst recenze jednou",
|
||||
"no_reviews_yet": "Zatím nejsou žádné recenze. Buďte první!",
|
||||
"non_place_review": "Jedna recenze se netýká místa a není zde uvedena.",
|
||||
"non_place_reviews": "{n} recenzí se netýkají místa a nejsou zde zobrazeny.",
|
||||
|
@ -845,10 +867,7 @@
|
|||
"too_long": "Povoleno je maximálně {max} znaků. Vaše recenze má {amount} znaků.",
|
||||
"tos": "Zanecháním recenze souhlasíte s <a href='https://mangrove.reviews/terms' target='_blank'>podmínkami a zásadami ochrany osobních údajů služby Mangrove.reviews</a>",
|
||||
"your_reviews": "Vaše předchozí recenze",
|
||||
"your_reviews_empty": "Nenašli jsme žádné z vašich předchozích hodnocení",
|
||||
"editPrivacySettings": "Upravit nastavení soukromí",
|
||||
"loadOnce": "Načíst recenze jednou",
|
||||
"disabledForPrivacy": "Recenze jsou zakázány kvůli vašemu nastavení soukromí."
|
||||
"your_reviews_empty": "Nenašli jsme žádné z vašich předchozích hodnocení"
|
||||
},
|
||||
"split": {
|
||||
"cancel": "Zrušit",
|
||||
|
@ -960,24 +979,5 @@
|
|||
"empty": "Zadejte prosím nějaká wikidata",
|
||||
"startsWithQ": "Identifikátor wikidat začíná písmenem Q a následuje za ním číslo"
|
||||
}
|
||||
},
|
||||
"collectionTimes": {
|
||||
"addTime": "Přidat okamžik"
|
||||
},
|
||||
"offline": {
|
||||
"autoExplanationIntro": "Co znamená automatické stahování základních map?",
|
||||
"date": "Data pro generování map",
|
||||
"delete": "Smazat základní mapu",
|
||||
"deleteAll": "Smazat všechny základní mapy",
|
||||
"download": "Stáhnout oblast",
|
||||
"installing": "Data se stahují",
|
||||
"localOnMap": "Offline základní mapy na mapě",
|
||||
"name": "Název",
|
||||
"overview": "Přehled offline základních map",
|
||||
"range": "Rozsahy zoomu",
|
||||
"size": "Velikost",
|
||||
"actions": "Akce",
|
||||
"autoCheckmark": "Automaticky stahovat základní mapu při prohlížení okolí",
|
||||
"autoExplanation": "Je-li zaškrtnuto, MapComplete bude automaticky stahovat do cache základní mapu oblasti. Bude to znamenat větší počáteční objem dat, ale při delším pohybu jich následně vyžadovat méně. Plánujete-li navštívit oblast s horší konektivitou, můžete si také níže vybrat oblast, kterou chcete stáhnout."
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,13 +5,13 @@
|
|||
"app": {
|
||||
"back": "Zurück zu MapComplete",
|
||||
"download": "Lade die App runter",
|
||||
"noPlayServices": "Die App funktioniert ohne Google Play Services",
|
||||
"older": "Ältere Versionen ansehen",
|
||||
"title": "MapComplete Android-App",
|
||||
"downloadOnFDroid": "Lade MapComplete auf F-Droid runter",
|
||||
"getOnObtanium": "Hol es dir auf Obtainium",
|
||||
"legacyExplanation": "Wegen Einschränkungen von Google ist es nicht möglich, eine identische APK für neuere und ältere Android-Versionen zu erstellen.\nWenn die Installation über F-Droid, Google Play, Obtainium oder die Installation der „neuesten” Version oben nicht geklappt hat, probier mal eine der Versionen für ältere Android-Versionen, die du unten findest.",
|
||||
"legacyHeader": "Versionen für ältere Android-Handys",
|
||||
"downloadOnFDroid": "Lade MapComplete auf F-Droid runter",
|
||||
"getOnObtanium": "Hol es dir auf Obtainium"
|
||||
"noPlayServices": "Die App funktioniert ohne Google Play Services",
|
||||
"older": "Ältere Versionen ansehen",
|
||||
"title": "MapComplete Android-App"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "Kein Objekt im Kartenausschnitt erfüllt alle Filterkriterien",
|
||||
|
@ -195,6 +195,7 @@
|
|||
"editJosm": "Mit JOSM bearbeiten",
|
||||
"emailCreators": "E-Mail an Ersteller senden",
|
||||
"followOnMastodon": "MapComplete auf Mastodon folgen",
|
||||
"fundByNlNet": "ein Fonds, der von NLnet aufgelegt wurde",
|
||||
"gotoSourceCode": "Quellcode",
|
||||
"iconAttribution": {
|
||||
"title": "Verwendete Symbole"
|
||||
|
@ -217,8 +218,7 @@
|
|||
"seeOnMapillary": "Dieses Bild auf Mapillary ansehen",
|
||||
"themeBy": "Dieses Thema wurde erstellt von {author}",
|
||||
"title": "Copyright und Urheberrechtsangabe",
|
||||
"translatedBy": "MapComplete wurde übersetzt von {contributors} und <a href='https://source.mapcomplete.org/MapComplete/MapComplete/activity/contributors' target='_blank'>{hiddenCount} weiteren Personen</a>",
|
||||
"fundByNlNet": "ein Fonds, der von NLnet aufgelegt wurde"
|
||||
"translatedBy": "MapComplete wurde übersetzt von {contributors} und <a href='https://source.mapcomplete.org/MapComplete/MapComplete/activity/contributors' target='_blank'>{hiddenCount} weiteren Personen</a>"
|
||||
},
|
||||
"back": "Zurück",
|
||||
"backToIndex": "Alle Themenkarten anzeigen",
|
||||
|
@ -899,4 +899,4 @@
|
|||
"startsWithQ": "Ein Wikidata-Identifikator beginnt mit Q und wird von einer Zahl gefolgt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,14 +6,14 @@
|
|||
"back": "Revenir à MapComplete",
|
||||
"download": "Télécharger l'application",
|
||||
"downloadOnFDroid": "Télécharger MapComplete sur F-Droid",
|
||||
"getOnGoogle": "Téléchargez MapComplete sur le Google Play Store",
|
||||
"getOnObtanium": "Obtenir sur Obtainium",
|
||||
"intro": "MapComplete est disponible sous forme d'application Android sur différentes boutiques d'applications. L'installation de la version application facilite l'accès à MapComplete et utilise moins d'Internet. Cependant, la version web dispose des mêmes fonctionnalités.",
|
||||
"legacyExplanation": "En raison des restrictions imposées par Google, il n'est pas possible de compiler un APK identique pour les versions Android récentes et anciennes.\nSi l'installation via F-Droid, Google Play, Obtainium ou l'installation de la « dernière version » ci-dessus a échoué, essayez une des versions pour les anciennes versions d'Android disponibles ci-dessous.",
|
||||
"legacyHeader": "Versions pour les anciens téléphones Android",
|
||||
"noPlayServices": "L'application fonctionne sans Google Play Services",
|
||||
"older": "Voir les anciens builds",
|
||||
"title": "Application Android MapComplete",
|
||||
"getOnGoogle": "Téléchargez MapComplete sur le Google Play Store",
|
||||
"intro": "MapComplete est disponible sous forme d'application Android sur différentes boutiques d'applications. L'installation de la version application facilite l'accès à MapComplete et utilise moins d'Internet. Cependant, la version web dispose des mêmes fonctionnalités."
|
||||
"title": "Application Android MapComplete"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "Aucun objet dans la vue actuelle ne correspond aux filtres",
|
||||
|
@ -23,6 +23,9 @@
|
|||
"retrying": "Le chargement a échoué. Nouvel essai dans {count} secondes…",
|
||||
"zoomIn": "Zoomer pour voir ou modifier les données"
|
||||
},
|
||||
"collectionTimes": {
|
||||
"addTime": "Ajouter un moment"
|
||||
},
|
||||
"communityIndex": {
|
||||
"available": "Cette communauté parle {native}",
|
||||
"intro": "Prenez contact avec d'autres personnes pour les connaître, apprendre d'elles, …",
|
||||
|
@ -354,6 +357,7 @@
|
|||
"open_during_ph": "Pendant les jours fériés, cet élément est",
|
||||
"open_until": "Ferme le {date}",
|
||||
"opensAt": "à partir de",
|
||||
"ph": "Jours fériés",
|
||||
"ph_closed": "fermé",
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "ouvert",
|
||||
|
@ -365,8 +369,7 @@
|
|||
"thursday": "Le jeudi {ranges}",
|
||||
"tuesday": "Le mardi {ranges}",
|
||||
"unknown": "Les heures d'ouverture sont inconnues",
|
||||
"wednesday": "Le mercredi {ranges}",
|
||||
"ph": "Jours fériés"
|
||||
"wednesday": "Le mercredi {ranges}"
|
||||
},
|
||||
"pdf": {
|
||||
"attr": "Données par © les contributeurs & contributrices OpenStreetMap sous licence libre ODbL",
|
||||
|
@ -375,6 +378,12 @@
|
|||
"versionInfo": "v{version} - générée le {date}"
|
||||
},
|
||||
"pickLanguage": "Choisir la langue",
|
||||
"points_in_time": {
|
||||
"closed": "Fermé",
|
||||
"daily": "Tous les jours",
|
||||
"weekdays": "En semaine",
|
||||
"weekends": "Les week-ends"
|
||||
},
|
||||
"poweredByMapComplete": "Alimenté par MapComplete - cartes thématiques produites par la communauté avec OpenStreetMap",
|
||||
"poweredByOsm": "Propulsé par OpenStreetMap",
|
||||
"questionBox": {
|
||||
|
@ -533,6 +542,7 @@
|
|||
"tuesday": "Mardi",
|
||||
"wednesday": "Mercredi"
|
||||
},
|
||||
"welcomeBack": "Bienvenue à nouveau",
|
||||
"welcomeExplanation": {
|
||||
"addNew": "Cliquez sur la carte pour ajouter un nouveau POI.",
|
||||
"general": "Cette carte permet de visualiser et ajouter des <i>points d’intérêt</i>. Zoomez sur un POI et cliquez dessus pour en voir les détails ou les modifier. Les données proviennent et sont transmises avec OpenStreetMap, qui peut être librement réutilisé."
|
||||
|
@ -550,14 +560,7 @@
|
|||
"readMore": "Lire le reste de l'article",
|
||||
"searchToShort": "Votre requête est trop courte, entrez un texte plus long",
|
||||
"searchWikidata": "Rechercher sur Wikidata"
|
||||
},
|
||||
"points_in_time": {
|
||||
"daily": "Tous les jours",
|
||||
"weekdays": "En semaine",
|
||||
"weekends": "Les week-ends",
|
||||
"closed": "Fermé"
|
||||
},
|
||||
"welcomeBack": "Bienvenue à nouveau"
|
||||
}
|
||||
},
|
||||
"hotkeyDocumentation": {
|
||||
"action": "Action",
|
||||
|
@ -676,8 +679,8 @@
|
|||
},
|
||||
"input_helpers": {
|
||||
"distance": {
|
||||
"setFirst": "Mesure à partir de l'emplacement actuel",
|
||||
"measureAgain": "Démarrer une nouvelle mesure à partir de l'emplacement actuel"
|
||||
"measureAgain": "Démarrer une nouvelle mesure à partir de l'emplacement actuel",
|
||||
"setFirst": "Mesure à partir de l'emplacement actuel"
|
||||
}
|
||||
},
|
||||
"inspector": {
|
||||
|
@ -754,6 +757,22 @@
|
|||
"typeText": "Écrivez du texte pour ajouter un commentaire",
|
||||
"warnAnonymous": "Vous n'êtes pas connecté. Nous ne pourrons pas vous contacter pour résoudre ce problème."
|
||||
},
|
||||
"offline": {
|
||||
"actions": "Actions",
|
||||
"autoCheckmark": "Téléchargez automatiquement le fond de carte lorsque vous naviguez",
|
||||
"autoExplanation": "Si cette option est cochée, MapComplete téléchargera automatiquement le fond de carte dans le cache pour la zone concernée. Cela entraîne un chargement initial plus important des données, mais nécessite moins de connexion Internet à long terme. Si vous prévoyez de vous rendre dans une région où la connexion Internet est moins bonne, vous pouvez également sélectionner la zone que vous souhaitez télécharger ci-dessous.",
|
||||
"autoExplanationIntro": "Que signifie « téléchargement automatique des fonds de carte » ?",
|
||||
"date": "Données de génération de carte",
|
||||
"delete": "Supprimer le fond de carte",
|
||||
"deleteAll": "Supprimer tous les fonds de carte",
|
||||
"download": "Zone de téléchargement",
|
||||
"installing": "Les données sont en cours de téléchargement",
|
||||
"localOnMap": "Fonds de carte hors ligne sur la carte",
|
||||
"name": "Nom",
|
||||
"overview": "Aperçu des fonds de carte hors ligne",
|
||||
"range": "Plages de zoom",
|
||||
"size": "Taille"
|
||||
},
|
||||
"plantDetection": {
|
||||
"back": "Retour à l'aperçu des espèces",
|
||||
"button": "Détecter automatiquement les espèces végétales à l'aide de l'IA de Plantnet.org",
|
||||
|
@ -820,9 +839,12 @@
|
|||
"deleteConfirm": "Supprimer définitivement cet avis",
|
||||
"deleteText": "Cela ne peut pas être annulé",
|
||||
"deleteTitle": "Supprimer cet avis ?",
|
||||
"disabledForPrivacy": "Les avis sont désactivés en raison de vos paramètres de confidentialité.",
|
||||
"edit": "Modifier l'avis",
|
||||
"editPrivacySettings": "Modifiez vos paramètres de confidentialité",
|
||||
"i_am_affiliated": "<span>Je suis affilié à cet objet</span><br><span class=\"subtle\">Cochez si vous en êtes le propriétaire, créateur, employé, …</span>",
|
||||
"i_am_affiliated_explanation": "Vérifiez si vous êtes propriétaire, créateur, employé…",
|
||||
"loadOnce": "Charger les avis une seule fois",
|
||||
"no_reviews_yet": "Il n'y a pas encore d'avis. Soyez le premier à en écrire un et aidez le lieu et les données ouvertes !",
|
||||
"non_place_review": "Un avis ne concerne pas un lieu et n'apparaît pas ici.",
|
||||
"non_place_reviews": "Les {n} avis ne concernent pas un lieu et ne sont pas affichés ici.",
|
||||
|
@ -845,10 +867,7 @@
|
|||
"too_long": "Le nombre maximal de caractères autorisés est de {max}. Votre avis contient {amount} caractères.",
|
||||
"tos": "En publiant un avis, vous êtes d'accord avec <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">les conditions d'utilisation et la politique de confidentialité de Mangrove.reviews</a>",
|
||||
"your_reviews": "Vos précédents avis",
|
||||
"your_reviews_empty": "Aucun avis n'a été trouvé",
|
||||
"editPrivacySettings": "Modifiez vos paramètres de confidentialité",
|
||||
"loadOnce": "Charger les avis une seule fois",
|
||||
"disabledForPrivacy": "Les avis sont désactivés en raison de vos paramètres de confidentialité."
|
||||
"your_reviews_empty": "Aucun avis n'a été trouvé"
|
||||
},
|
||||
"split": {
|
||||
"cancel": "Annuler",
|
||||
|
@ -960,24 +979,5 @@
|
|||
"empty": "Veuillez saisir quelques entrées Wikidata",
|
||||
"startsWithQ": "Un identifiant Wikidata commence par la lettre Q suivie d'un numéro"
|
||||
}
|
||||
},
|
||||
"offline": {
|
||||
"autoExplanationIntro": "Que signifie « téléchargement automatique des fonds de carte » ?",
|
||||
"name": "Nom",
|
||||
"overview": "Aperçu des fonds de carte hors ligne",
|
||||
"range": "Plages de zoom",
|
||||
"size": "Taille",
|
||||
"download": "Zone de téléchargement",
|
||||
"autoExplanation": "Si cette option est cochée, MapComplete téléchargera automatiquement le fond de carte dans le cache pour la zone concernée. Cela entraîne un chargement initial plus important des données, mais nécessite moins de connexion Internet à long terme. Si vous prévoyez de vous rendre dans une région où la connexion Internet est moins bonne, vous pouvez également sélectionner la zone que vous souhaitez télécharger ci-dessous.",
|
||||
"date": "Données de génération de carte",
|
||||
"localOnMap": "Fonds de carte hors ligne sur la carte",
|
||||
"installing": "Les données sont en cours de téléchargement",
|
||||
"actions": "Actions",
|
||||
"autoCheckmark": "Téléchargez automatiquement le fond de carte lorsque vous naviguez",
|
||||
"delete": "Supprimer le fond de carte",
|
||||
"deleteAll": "Supprimer tous les fonds de carte"
|
||||
},
|
||||
"collectionTimes": {
|
||||
"addTime": "Ajouter un moment"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -218,6 +218,9 @@
|
|||
"1": {
|
||||
"then": "Místní informace"
|
||||
},
|
||||
"10": {
|
||||
"then": "Právní zprávy"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bezpečnostní informace"
|
||||
},
|
||||
|
@ -241,9 +244,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Mapa"
|
||||
},
|
||||
"10": {
|
||||
"then": "Právní zprávy"
|
||||
}
|
||||
},
|
||||
"question": "Jaký typ zprávy je zobrazen?"
|
||||
|
@ -782,6 +782,20 @@
|
|||
},
|
||||
"question": "Můžete do tohoto bankomatu vložit hotovost?"
|
||||
},
|
||||
"cash_in-types": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Do tohoto bankomatu můžete vkládat mince"
|
||||
},
|
||||
"1": {
|
||||
"then": "Do tohoto bankomatu můžete vkládat bankovky"
|
||||
},
|
||||
"2": {
|
||||
"then": "Do tohoto bankomatu můžete vkládat uzavřené pytle s penězi"
|
||||
}
|
||||
},
|
||||
"question": "Jakými způsoby lze do tohoto bankomatu vkládat hotovost?"
|
||||
},
|
||||
"cash_out": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -863,20 +877,6 @@
|
|||
"render_single_language": "Tento bankomat má řečový výstup v {language()}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cash_in-types": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Do tohoto bankomatu můžete vkládat uzavřené pytle s penězi"
|
||||
},
|
||||
"0": {
|
||||
"then": "Do tohoto bankomatu můžete vkládat mince"
|
||||
},
|
||||
"1": {
|
||||
"then": "Do tohoto bankomatu můžete vkládat bankovky"
|
||||
}
|
||||
},
|
||||
"question": "Jakými způsoby lze do tohoto bankomatu vkládat hotovost?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -9152,17 +9152,17 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"operator": {
|
||||
"override": {
|
||||
"question": "Kdo provozuje tuto poštovní schránku?",
|
||||
"render": "Tuto poštovní schránku provozuje <b>{operator}</b>"
|
||||
}
|
||||
},
|
||||
"collection_times": {
|
||||
"question": "Kdy se tato schránka vybírá?",
|
||||
"render": {
|
||||
"before": "<h3>Časy výběru</h3>"
|
||||
}
|
||||
},
|
||||
"operator": {
|
||||
"override": {
|
||||
"question": "Kdo provozuje tuto poštovní schránku?",
|
||||
"render": "Tuto poštovní schránku provozuje <b>{operator}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -10084,6 +10084,14 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"railway": {
|
||||
"description": "Železnice a nepoužívané železnice",
|
||||
"name": "Železnice",
|
||||
"snapName": "železniční trať",
|
||||
"title": {
|
||||
"render": "Železnice"
|
||||
}
|
||||
},
|
||||
"railway_platforms": {
|
||||
"description": "Najděte všechna nástupiště ve stanici a vlakové trasy, které je používají.",
|
||||
"name": "Železniční nástupiště",
|
||||
|
@ -12544,6 +12552,17 @@
|
|||
"question": "Co přesně se zde sleduje?",
|
||||
"render": "Sleduje {surveillance:zone}"
|
||||
},
|
||||
"active": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tato kamera se aktuálně používá."
|
||||
},
|
||||
"1": {
|
||||
"then": "Tato kamera se už nepoužívá"
|
||||
}
|
||||
},
|
||||
"question": "Používá se aktuálně tato kamera?"
|
||||
},
|
||||
"camera:mount": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -12599,26 +12618,15 @@
|
|||
},
|
||||
"question": "Dokáže tato kamera automaticky rozpoznat registrační značky?",
|
||||
"questionHint": "Automatická čtečka registračních značek (<b>ALPR</b>) má obvykle dvě čočky a mezi nimi soustavu infračervených diod LED."
|
||||
},
|
||||
"active": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Tato kamera se už nepoužívá"
|
||||
},
|
||||
"0": {
|
||||
"then": "Tato kamera se aktuálně používá."
|
||||
}
|
||||
},
|
||||
"question": "Používá se aktuálně tato kamera?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bezpečnostní kamera",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Nepoužívaná bezpečnostní kamera"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "Bezpečnostní kamera"
|
||||
}
|
||||
},
|
||||
"tactile_map": {
|
||||
|
@ -13626,6 +13634,18 @@
|
|||
},
|
||||
"question": "Je tato zastávka osvětlena?"
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "např. A1 nebo 1"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tato zastávka nemá referenci nástupišť"
|
||||
}
|
||||
},
|
||||
"question": "Jaká je reference nástupiště v této zastávce?",
|
||||
"render": "Reference nástupiště v této zastávce je <b>{ref}</b>."
|
||||
},
|
||||
"shelter": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -13662,18 +13682,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Má tato zastávka hmatovou dlažbu?"
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "např. A1 nebo 1"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tato zastávka nemá referenci nástupišť"
|
||||
}
|
||||
},
|
||||
"question": "Jaká je reference nástupiště v této zastávce?",
|
||||
"render": "Reference nástupiště v této zastávce je <b>{ref}</b>."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -15190,13 +15198,5 @@
|
|||
},
|
||||
"render": "větrná turbína"
|
||||
}
|
||||
},
|
||||
"railway": {
|
||||
"description": "Železnice a nepoužívané železnice",
|
||||
"name": "Železnice",
|
||||
"snapName": "železniční trať",
|
||||
"title": {
|
||||
"render": "Železnice"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4589,6 +4589,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Non modifié en dernier lieu par {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -4603,6 +4610,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Dernière modification avant {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Dernière modification après {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -4616,6 +4637,34 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Il faudrait mentionner {search} dans le premier commentaire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Il convient de mentionner {search} dans tout commentaire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Ne mentionnez <b>pas</b> {search} dans le premier commentaire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Ne mentionnez <b>pas</b> {search} dans <b>aucun</b> commentaire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -4630,61 +4679,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Il convient de mentionner {search} dans tout commentaire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Dernière modification avant {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"9": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Modifié ou commenté par tout utilisateur dont le nom est {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Ne mentionnez <b>pas</b> {search} dans <b>aucun</b> commentaire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Non modifié en dernier lieu par {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Dernière modification après {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Il faudrait mentionner {search} dans le premier commentaire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Ne mentionnez <b>pas</b> {search} dans le premier commentaire"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Notes OpenStreetMap",
|
||||
|
@ -5394,6 +5394,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_edit": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Dernière modification le {_last_edit:timestamp} par {_last_edit:contributor}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"luminous_or_lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -5417,6 +5424,9 @@
|
|||
"render": "Cet ascenceur permet d’accéder aux étages {level}"
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"question": "Quel est le nom de cet endroit ?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quelles sont les horaires d'ouverture de {title()} ?",
|
||||
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
|
||||
|
@ -5491,6 +5501,13 @@
|
|||
"phone": {
|
||||
"question": "Quel est le numéro de téléphone de {title()} ?"
|
||||
},
|
||||
"qr_code": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Scannez ce code pour ouvrir cet emplacement sur un autre appareil"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reservation": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -5587,23 +5604,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Quelle est l'entité Wikidata correspondante ?"
|
||||
},
|
||||
"qr_code": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Scannez ce code pour ouvrir cet emplacement sur un autre appareil"
|
||||
}
|
||||
}
|
||||
},
|
||||
"last_edit": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Dernière modification le {_last_edit:timestamp} par {_last_edit:contributor}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"question": "Quel est le nom de cet endroit ?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7729,4 +7729,4 @@
|
|||
"render": "éolienne"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2189,6 +2189,9 @@
|
|||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Vogelkijkhut {name}"
|
||||
},
|
||||
|
@ -7271,6 +7274,11 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Natuurgebied"
|
||||
}
|
||||
},
|
||||
|
@ -7804,6 +7812,21 @@
|
|||
"render": "Picknicktafel"
|
||||
}
|
||||
},
|
||||
"play_forest": {
|
||||
"description": "Een speelbos is een vrij toegankelijke zone in een bos",
|
||||
"name": "Speelbossen",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Speelbos {name}"
|
||||
}
|
||||
},
|
||||
"render": "Speelbos"
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"deletion": {
|
||||
"nonDeleteMappings": {
|
||||
|
@ -9630,6 +9653,9 @@
|
|||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Voetpad"
|
||||
},
|
||||
|
@ -11571,6 +11597,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"translations-title": {
|
||||
"render": "<h3>MapComplete vertalen</h3>"
|
||||
},
|
||||
"verified-mastodon": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -11580,9 +11609,6 @@
|
|||
"then": "Je profielbeschrijving bevat een link die vermoedelijk naar je Mastodon gaat, maar deze link is niet verifieerdbaar voor Mastodon.<a href='https://www.openstreetmap.org/profile/edit' target='_blank' rel='noopener'>Pas je profielbeschrijving aan</a> en plaats er de volgende code: <span class='code'><a href=\"{_mastodon_candidate}\" rel=\"me\">Mastodon</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"translations-title": {
|
||||
"render": "<h3>MapComplete vertalen</h3>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -11891,7 +11917,16 @@
|
|||
}
|
||||
},
|
||||
"village_green": {
|
||||
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)"
|
||||
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
|
||||
"name": "Speelweide",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Speelweide"
|
||||
}
|
||||
},
|
||||
"visitor_information_centre": {
|
||||
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
|
||||
|
@ -12103,4 +12138,4 @@
|
|||
"render": "windturbine"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -24,16 +24,16 @@
|
|||
},
|
||||
"street": {
|
||||
"question": "На якій вулиці знаходиться ця адреса?",
|
||||
"render": "Ця адреса знаходиться на вулиці <b>{addr:street}</b>",
|
||||
"questionHint": "Не вказаний номер будинку"
|
||||
"questionHint": "Не вказаний номер будинку",
|
||||
"render": "Ця адреса знаходиться на вулиці <b>{addr:street}</b>"
|
||||
},
|
||||
"unit": {
|
||||
"question": "Чим позначено цю адресу: номером чи літерою?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Без номера будинку"
|
||||
}
|
||||
},
|
||||
"question": "Чим позначено цю адресу: номером чи літерою?",
|
||||
"render": "Номер блоку <b>{addr:unit}</b>"
|
||||
}
|
||||
},
|
||||
|
@ -41,6 +41,22 @@
|
|||
"render": "Відома адреса"
|
||||
}
|
||||
},
|
||||
"adult_changing_table": {
|
||||
"description": "Стіл для переодягання дорослих — це лавка, на яку можна покласти дорослу людину. Такі столи часто використовують дорослі з важкими порушеннями рухових функцій",
|
||||
"name": "Столи для переодягання дорослих",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "стіл для переодягання дорослих"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"adult-changing-table-max_height": {
|
||||
"question": "Яка максимальна висота, на яку можна підняти стіл для перевдягання дорослих?",
|
||||
"questionHint": "Це вимірюється між підлогою та верхньою частиною стола для переодягання",
|
||||
"render": "Найбільша висота стола для переодягання дорослих становить {canonical(max_height)}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"advertising": {
|
||||
"description": "Ми доповнимо дані з рекламних об'єктів посиланням, оператором та освітленням",
|
||||
"name": "Оголошення",
|
||||
|
@ -3520,21 +3536,5 @@
|
|||
"title": {
|
||||
"render": "Утилізація відходів"
|
||||
}
|
||||
},
|
||||
"adult_changing_table": {
|
||||
"tagRenderings": {
|
||||
"adult-changing-table-max_height": {
|
||||
"questionHint": "Це вимірюється між підлогою та верхньою частиною стола для переодягання",
|
||||
"question": "Яка максимальна висота, на яку можна підняти стіл для перевдягання дорослих?",
|
||||
"render": "Найбільша висота стола для переодягання дорослих становить {canonical(max_height)}"
|
||||
}
|
||||
},
|
||||
"description": "Стіл для переодягання дорослих — це лавка, на яку можна покласти дорослу людину. Такі столи часто використовують дорослі з важкими порушеннями рухових функцій",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "стіл для переодягання дорослих"
|
||||
}
|
||||
},
|
||||
"name": "Столи для переодягання дорослих"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,9 +6,9 @@
|
|||
"back": "Ga terug naar MapComplete",
|
||||
"download": "Download de laatste versie",
|
||||
"downloadOnFDroid": "Download MapComplete op F-Droid",
|
||||
"noPlayServices": "De app werkt zonder Google Play Services",
|
||||
"older": "Bekijk oudere versies",
|
||||
"title": "MapComplete Android-app",
|
||||
"noPlayServices": "De app werkt zonder Google Play Services"
|
||||
"title": "MapComplete Android-app"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "Geen enkel kaart-object voldoet aan alle filters",
|
||||
|
@ -23,6 +23,12 @@
|
|||
"intro": "Contacteer anderen om kennis te maken, tips uit te wisselen, …",
|
||||
"title": "Kom in contact met anderen"
|
||||
},
|
||||
"copy": {
|
||||
"button": "Maak een kopie",
|
||||
"confirm": "Maak een kopie op de opgegeven locatie",
|
||||
"loading": "Kopie maken...",
|
||||
"title": "Maak een kopie"
|
||||
},
|
||||
"delete": {
|
||||
"cancel": "Annuleren",
|
||||
"cannotBeDeleted": "Dit object kan niet van de kaart verwijderd worden",
|
||||
|
@ -171,8 +177,8 @@
|
|||
},
|
||||
"apply_button": {
|
||||
"appliedOnAnotherObject": "Object {id} zal deze tags ontvangen: {tags}",
|
||||
"isApplied": "De wijzigingen zijn doorgevoerd",
|
||||
"applying": "Wijzigingen toepassen"
|
||||
"applying": "Wijzigingen toepassen",
|
||||
"isApplied": "De wijzigingen zijn doorgevoerd"
|
||||
},
|
||||
"attribution": {
|
||||
"attributionBackgroundLayer": "De huidige achtergrondlaag is {name}",
|
||||
|
@ -200,14 +206,14 @@
|
|||
"openOsmcha": "Bekijk de laatste bijdragen gemaakt met {theme}",
|
||||
"openOsmchaLastWeek": "Bekijk aanpassingen van de voorbije 7 dagen",
|
||||
"openPanoramax": "Open Panoramax hier",
|
||||
"openStatistics": "Bekijk de statistieken voor {theme}",
|
||||
"openThemeDocumentation": "Open de documentatie voor themakaart {name}",
|
||||
"panoramaxHelp": "<b>Panoramax</b> is een online service die foto's van op straat verzamelt en deze onder een vrije licentie beschikbaar stelt. Bijdragers mogen deze foto's gebruiken om OpenStreetMap te verbeteren",
|
||||
"panoramaxLicenseCCBYSA": "Je foto wordt gepubliceerd met een CC-BY-SA-licentie. Iedereen mag je afbeelding hergebruiken mits naamsvermelding.",
|
||||
"seeOnMapillary": "Bekijk dit beeld op Mapillary",
|
||||
"themeBy": "Thema gemaakt door {author}",
|
||||
"title": "Copyright en attributie",
|
||||
"translatedBy": "MapComplete werd vertaald door {contributors} en <a href=\"https://source.mapcomplete.org/MapComplete/MapComplete/activity/contributors\" target=\"_blank\">{hiddenCount} meer vertalers</a>",
|
||||
"openStatistics": "Bekijk de statistieken voor {theme}"
|
||||
"translatedBy": "MapComplete werd vertaald door {contributors} en <a href=\"https://source.mapcomplete.org/MapComplete/MapComplete/activity/contributors\" target=\"_blank\">{hiddenCount} meer vertalers</a>"
|
||||
},
|
||||
"back": "Vorige",
|
||||
"backToIndex": "Bekijk alle thematische kaarten",
|
||||
|
@ -334,6 +340,7 @@
|
|||
"openTill": "tot",
|
||||
"open_24_7": "Dag en nacht open",
|
||||
"open_during_ph": "Op een feestdag is dit",
|
||||
"open_until": "Sluit op {date}",
|
||||
"opensAt": "vanaf",
|
||||
"ph_closed": "gesloten",
|
||||
"ph_not_known": " ",
|
||||
|
@ -346,8 +353,7 @@
|
|||
"thursday": "Op donderdag {ranges}",
|
||||
"tuesday": "Op dinsdag {ranges}",
|
||||
"unknown": "De openingsuren zijn niet gekend",
|
||||
"wednesday": "Op woensdag {ranges}",
|
||||
"open_until": "Sluit op {date}"
|
||||
"wednesday": "Op woensdag {ranges}"
|
||||
},
|
||||
"pdf": {
|
||||
"attr": "Kaartgegevens © OpenStreetMap-bijdragers, herbruikbaar volgens ODbL",
|
||||
|
@ -400,8 +406,8 @@
|
|||
"recentThemes": "Recent bezochte kaarten",
|
||||
"recents": "Recent bekeken plaatsen",
|
||||
"search": "Zoek naar een locatie, filter of kaart",
|
||||
"searching": "Aan het zoeken…",
|
||||
"searchShort": "Zoeken…"
|
||||
"searchShort": "Zoeken…",
|
||||
"searching": "Aan het zoeken…"
|
||||
},
|
||||
"searchAnswer": "Zoek een optie",
|
||||
"seeIndex": "Zie het overzich van alle thematische kaarten",
|
||||
|
@ -559,6 +565,7 @@
|
|||
"addPicture": "Neem een foto",
|
||||
"doDelete": "Verwijder afbeelding",
|
||||
"isDeleted": "Verwijderd",
|
||||
"loadingFailed": "Afbeelding laden mislukt",
|
||||
"nearby": {
|
||||
"close": "Paneel met nabije afbeeldingen samenvouwen",
|
||||
"failed": "Afbeeldingen ophalen van {service} mislukt",
|
||||
|
@ -567,6 +574,7 @@
|
|||
"seeNearby": "Bekijk foto's in de buurt",
|
||||
"title": "Straatafbeeldingen uit de buurt"
|
||||
},
|
||||
"openOnWebsite": "Open deze afbeelding op {name}",
|
||||
"panoramax": {
|
||||
"deletionRequested": "Het rapport is verzonden. Een moderator zal er binnenkort naar kijken",
|
||||
"freeform": "Is er andere relevante informatie?",
|
||||
|
@ -585,6 +593,7 @@
|
|||
"processing": "De server is je beeld aan het verwerken",
|
||||
"respectPrivacy": "Voeg geen Google Maps, Google Streetview of foto's met auteursrechten toe.",
|
||||
"selectFile": "Selecteer een foto op je toestel",
|
||||
"showAnyway": "Laat foto alsnog zien",
|
||||
"toBig": "Je afbeelding is te groot, namelijk {actual_size}. Gelieve afbeeldingen van maximaal {max_size} te gebruiken",
|
||||
"unlink": {
|
||||
"button": "Link naar foto verwijderen",
|
||||
|
@ -608,10 +617,12 @@
|
|||
"uploading": "Je afbeelding wordt geüpload …"
|
||||
}
|
||||
},
|
||||
"uploadFailed": "Afbeelding uploaden mislukt. Heb je internet? Gebruik je Brave of UMatrix? Dan moet je derde partijen toelaten.",
|
||||
"showAnyway": "Laat foto alsnog zien",
|
||||
"loadingFailed": "Afbeelding laden mislukt",
|
||||
"openOnWebsite": "Open deze afbeelding op {name}"
|
||||
"uploadFailed": "Afbeelding uploaden mislukt. Heb je internet? Gebruik je Brave of UMatrix? Dan moet je derde partijen toelaten."
|
||||
},
|
||||
"imageQueue": {
|
||||
"confirmDelete": "Deze foto permanent verwijderen",
|
||||
"confirmDeleteTitle": "Afbeelding verwijderen?",
|
||||
"delete": "Afbeelding verwijderen"
|
||||
},
|
||||
"importInspector": {
|
||||
"title": "Inspecteer en beheer importeer-notas"
|
||||
|
@ -630,6 +641,15 @@
|
|||
"recentThemes": "Recent bekeken kaarten",
|
||||
"title": "Welkom bij MapComplete"
|
||||
},
|
||||
"inspector": {
|
||||
"createdBy": "Gemaakt door {contributor}",
|
||||
"mapView": "Kaart",
|
||||
"previouslySpied": {
|
||||
"remove": "Verwijderen",
|
||||
"username": "Gebruikersnaam"
|
||||
},
|
||||
"tableView": "Overzicht"
|
||||
},
|
||||
"move": {
|
||||
"cancel": "Annuleer verplaatsing",
|
||||
"cannotBeMoved": "Dit object kan niet verplaatst worden.",
|
||||
|
@ -862,25 +882,5 @@
|
|||
"empty": "Voer enkele wikidata-items in",
|
||||
"startsWithQ": "Een wikidata-identificator begint met Q gevolgd door een nummer"
|
||||
}
|
||||
},
|
||||
"inspector": {
|
||||
"createdBy": "Gemaakt door {contributor}",
|
||||
"tableView": "Overzicht",
|
||||
"previouslySpied": {
|
||||
"username": "Gebruikersnaam",
|
||||
"remove": "Verwijderen"
|
||||
},
|
||||
"mapView": "Kaart"
|
||||
},
|
||||
"copy": {
|
||||
"button": "Maak een kopie",
|
||||
"confirm": "Maak een kopie op de opgegeven locatie",
|
||||
"loading": "Kopie maken...",
|
||||
"title": "Maak een kopie"
|
||||
},
|
||||
"imageQueue": {
|
||||
"confirmDelete": "Deze foto permanent verwijderen",
|
||||
"confirmDeleteTitle": "Afbeelding verwijderen?",
|
||||
"delete": "Afbeelding verwijderen"
|
||||
}
|
||||
}
|
|
@ -1024,4 +1024,4 @@
|
|||
"shortDescription": "Un mapa amb papereres",
|
||||
"title": "Papepera"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1109,6 +1109,11 @@
|
|||
"name": "Restaurace vhodné pro vstup se psy"
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"override": {
|
||||
"name=": "Místa s nápoji přátelská ke psům"
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"override": {
|
||||
"=presets": {
|
||||
|
@ -1123,11 +1128,6 @@
|
|||
"override": {
|
||||
"name": "Obchody vhodné pro vstup se psy"
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"override": {
|
||||
"name=": "Místa s nápoji přátelská ke psům"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Veterináři, psí parky a další služby pro domácí zvířata"
|
||||
|
@ -1528,7 +1528,11 @@
|
|||
"description": "Malé téma umožňující import zastávek autobusu z Zentrales Haltestellenverzeichnis v Německu.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Zastávky veřejné dopravy v ZHV",
|
||||
"tagRenderings": {
|
||||
"closest_stop": {
|
||||
"render": "Nejbližší zastávky v OSM je <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>."
|
||||
},
|
||||
"id": {
|
||||
"render": "ID této zastávky je {_ifopt}"
|
||||
},
|
||||
|
@ -1547,15 +1551,11 @@
|
|||
},
|
||||
"tag-hint": {
|
||||
"render": "Tato zastávka získá následující štítky: <b>{_tags}</b>"
|
||||
},
|
||||
"closest_stop": {
|
||||
"render": "Nejbližší zastávky v OSM je <a href=#{_closest_osm_stop}>{_closest_osm_stop_name}</a>."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Zastávka veřejné dopravy v ZHV"
|
||||
},
|
||||
"name": "Zastávky veřejné dopravy v ZHV"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
|
@ -1566,6 +1566,9 @@
|
|||
"0": {
|
||||
"then": "Tato zastávka slouží pro autobusovou dopravu."
|
||||
},
|
||||
"1": {
|
||||
"then": "Tato zastávka slouží pro vlakovou dopravu."
|
||||
},
|
||||
"2": {
|
||||
"then": "Tato zastávka slouží pro lehkou železnici."
|
||||
},
|
||||
|
@ -1577,9 +1580,6 @@
|
|||
},
|
||||
"5": {
|
||||
"then": "Tato zastávka slouží pro přívoz nebo trajekt."
|
||||
},
|
||||
"1": {
|
||||
"then": "Tato zastávka slouží pro vlakovou dopravu."
|
||||
}
|
||||
},
|
||||
"question": "Pro jaké druhy dopravy se tato zastávka používá?"
|
||||
|
@ -1607,4 +1607,4 @@
|
|||
},
|
||||
"title": "Nástroj importu ZHV"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1517,4 +1517,4 @@
|
|||
},
|
||||
"title": "Vinterservice"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1398,4 +1398,4 @@
|
|||
"shortDescription": "Eine Karte mit Abfalleimern",
|
||||
"title": "Abfalleimer"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1342,4 +1342,4 @@
|
|||
"shortDescription": "Un mapa con papeleras",
|
||||
"title": "Papeleras"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1107,4 +1107,4 @@
|
|||
"shortDescription": "Une carte des poubelles",
|
||||
"title": "Poubelles"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -487,4 +487,4 @@
|
|||
"shortDescription": "Szemeteskosarakat ábrázoló térkép",
|
||||
"title": "Kukatérkép"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1476,4 +1476,4 @@
|
|||
},
|
||||
"title": "Servizio Invernale"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1328,4 +1328,4 @@
|
|||
"shortDescription": "쓰레기통 지도",
|
||||
"title": "쓰레기통"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -519,4 +519,4 @@
|
|||
"shortDescription": "Oversikt over søppelkurver",
|
||||
"title": "Søppelkurv"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -634,8 +634,37 @@
|
|||
"building type": {
|
||||
"question": "Wat voor soort gebouw is dit?"
|
||||
},
|
||||
"grb-fixme": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Geen fixme"
|
||||
}
|
||||
},
|
||||
"question": "Wat zegt de fixme?",
|
||||
"render": "De fixme is <b>{fixme}</b>"
|
||||
},
|
||||
"grb-housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Geen huisnummer"
|
||||
}
|
||||
},
|
||||
"question": "Wat is het huisnummer?",
|
||||
"render": "Het huisnummer is <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"grb-min-level": {
|
||||
"question": "Hoeveel verdiepingen ontbreken?",
|
||||
"render": "Dit gebouw begint maar op de {building:min_level} verdieping"
|
||||
},
|
||||
"grb-reference": {
|
||||
"render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}"
|
||||
},
|
||||
"grb-street": {
|
||||
"question": "Wat is de straat?",
|
||||
"render": "De straat is <b>{addr:street}</b>"
|
||||
},
|
||||
"grb-unit": {
|
||||
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -677,7 +706,9 @@
|
|||
"render": "Link op profiel verplicht"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Grb import helper tool",
|
||||
"title": "GRB import helper"
|
||||
},
|
||||
"guideposts": {
|
||||
"description": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ",
|
||||
|
@ -1076,6 +1107,11 @@
|
|||
},
|
||||
"title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen"
|
||||
},
|
||||
"play_forests": {
|
||||
"description": "Een speelbos is een zone in een bos die vrij toegankelijk is voor spelende kinderen. Deze wordt in bossen van het Agentschap Natuur en bos altijd aangeduid met het overeenkomstige bord.",
|
||||
"shortDescription": "Deze kaart toont speelbossen",
|
||||
"title": "Speelbossen"
|
||||
},
|
||||
"playgrounds": {
|
||||
"description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
|
||||
"shortDescription": "Een kaart met speeltuinen",
|
||||
|
@ -1149,6 +1185,47 @@
|
|||
"description": "Alles om te skiën",
|
||||
"title": "Skipistes en kabelbanen"
|
||||
},
|
||||
"speelplekken": {
|
||||
"description": "<h3>Welkom bij de Groendoener!</h3>De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan <b>200 grote en kleine speelplekken</b> liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!<br/><br/>Het project groendoener kadert binnen het strategisch project <a href='https://www.provincieantwerpen.be/aanbod/dlm/samenwerkingsverbanden/zuidrand/projecten/strategisch-project-beleefbare-open-ruimte.html' target='_blank'>Beleefbare Open Ruimte in de Antwerpse Zuidrand</a> en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.<br/><img class='h-32 w-fit' src='./assets/themes/speelplekken/provincie_antwerpen.jpg'/><img class='h-32 w-fit' src='./assets/themes/speelplekken/Departement_Omgeving_Vlaanderen.png'/>",
|
||||
"layers": {
|
||||
"6": {
|
||||
"name": "Wandelroutes van provincie Antwerpen",
|
||||
"tagRenderings": {
|
||||
"walk-description": {
|
||||
"render": "<h3>Korte beschrijving:</h3>{description}"
|
||||
},
|
||||
"walk-length": {
|
||||
"render": "Deze wandeling is <b>{_length:km}km</b> lang"
|
||||
},
|
||||
"walk-operator": {
|
||||
"question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?"
|
||||
},
|
||||
"walk-operator-email": {
|
||||
"question": "Naar wie kan men emailen bij problemen rond signalisatie?",
|
||||
"render": "Bij problemen met signalisatie kan men emailen naar <a href='mailto:{operator:email}'>{operator:email}</a>"
|
||||
},
|
||||
"walk-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een internationale wandelroute"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een nationale wandelroute"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is een regionale wandelroute"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit is een lokale wandelroute"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Speelplekken in de Antwerpse Zuidrand",
|
||||
"title": "Welkom bij de groendoener!"
|
||||
},
|
||||
"sport_pitches": {
|
||||
"description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen",
|
||||
"shortDescription": "Deze kaart toont sportvelden",
|
||||
|
@ -1267,6 +1344,10 @@
|
|||
},
|
||||
"title": "Straatverlichting"
|
||||
},
|
||||
"street_lighting_assen": {
|
||||
"description": "Op deze kaart vind je alles over straatlantaarns + een dataset van Assen",
|
||||
"title": "Straatverlichting - Assen"
|
||||
},
|
||||
"surveillance": {
|
||||
"description": "Op deze open kaart kan je bewakingscamera's vinden.",
|
||||
"shortDescription": "Bewakingscameras en dergelijke",
|
||||
|
@ -1380,9 +1461,13 @@
|
|||
"description": "Kaart met afvalbakken en recyclingfaciliteiten.",
|
||||
"title": "Afval"
|
||||
},
|
||||
"waste_assen": {
|
||||
"description": "Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen.",
|
||||
"title": "Afval - Assen"
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Op deze kaart vind je afvalbakken bij jou in de buurt. Als er een afvalbak ontbreekt op deze kaart, kun je deze zelf toevoegen",
|
||||
"shortDescription": "Een kaart met vuilnisbakken",
|
||||
"title": "Vuilnisbakken"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -194,4 +194,4 @@
|
|||
"waste_basket": {
|
||||
"title": "کوڑے دی ٹوکری"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -980,4 +980,4 @@
|
|||
"shortDescription": "Mapa koszy na śmieci",
|
||||
"title": "Kosz na śmieci"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -276,4 +276,4 @@
|
|||
"waste_basket": {
|
||||
"title": "Корзины для мусора"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -380,21 +380,21 @@
|
|||
},
|
||||
"cyclestreets": {
|
||||
"description": "Велодорога — це шлях, на якому <b>моторизованому транспорту заборонено обганяти велосипедистів</b>. Вони позначені спеціальним дорожнім знаком. Велодоріжки можна знайти в Нідерландах і Бельгії, а також у Німеччині та Франції. ",
|
||||
"shortDescription": "Мапа велодоріжок",
|
||||
"title": "Велодоріжки",
|
||||
"layers": {
|
||||
"1": {
|
||||
"description": "Ця вулиця незабаром стане велосипедною доріжкою",
|
||||
"name": "Майбутня велодоріжка",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name} скоро стане велосипедною доріжкою"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Майбутня велодоріжка",
|
||||
"description": "Ця вулиця незабаром стане велосипедною доріжкою"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Мапа велодоріжок",
|
||||
"title": "Велодоріжки"
|
||||
},
|
||||
"cyclofix": {
|
||||
"description": "Мапа, на якій велосипедисти можуть знайти відповідну інфраструктуру для своїх потреб, наприклад, велосипедні насоси, питну воду, веломагазини, ремонтні станції або парковки.",
|
||||
|
@ -677,4 +677,4 @@
|
|||
"description": "Ця мапа показує святині та хрести, знайдені на узбіччях доріг і стежок, а також дозволяє додавати нові",
|
||||
"title": "Придорожні святині"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1512,4 +1512,4 @@
|
|||
},
|
||||
"title": "冬季服務"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,6 +2,18 @@
|
|||
"advanced": {
|
||||
"title": "Розширені можливості"
|
||||
},
|
||||
"app": {
|
||||
"back": "Повернутися до MapComplete",
|
||||
"download": "Завантажити додаток",
|
||||
"downloadOnFDroid": "Завантажити MapComplete з F-Droid",
|
||||
"getOnObtanium": "Отримати Obtainium",
|
||||
"intro": "MapComplete доступний як додаток для Android, який можна завантажити безпосередньо. Ми працюємо над тим, щоб опублікувати його також у FDroid.",
|
||||
"legacyExplanation": "Через обмеження Google неможливо скомпілювати ідентичний APK для нових і старих версій Android.\nЯкщо установка через F-Droid, Google Play, Obtainium або установка «останньої» версії вище не вдалася, спробуйте версії для старих версій Android, які доступні нижче.",
|
||||
"legacyHeader": "Збірки для старих телефонів Android",
|
||||
"noPlayServices": "Додаток працює без Google Play Services",
|
||||
"older": "Переглянути старіші версії",
|
||||
"title": "Додаток MapComplete для Android"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "Жоден з обʼєктів на екрані не відповідає усім фільтрам",
|
||||
"loadingData": "Завантаження даних…",
|
||||
|
@ -15,6 +27,12 @@
|
|||
"intro": "Контактуйте з іншими людьми, щоб познайомитися з ними, вчитися у них, …",
|
||||
"title": "Спілкуйтеся з іншими"
|
||||
},
|
||||
"copy": {
|
||||
"button": "Створити копію",
|
||||
"confirm": "Створити копію у вказаному місці",
|
||||
"intro": "Створення копії призведе до створення нового POI на карті з тими самими властивостями, що й поточний об'єкт.",
|
||||
"loading": "Створення копії..."
|
||||
},
|
||||
"delete": {
|
||||
"cancel": "Скасувати",
|
||||
"cannotBeDeleted": "Цей обʼєкт не можна видалити",
|
||||
|
@ -755,11 +773,11 @@
|
|||
"rate": "Оцініть {n} зірок",
|
||||
"rated": "Рейтинг {n} зірок",
|
||||
"reviewPlaceholder": "Опишіть свій досвід…",
|
||||
"reviews_bug": "Очікували більше відгуків? Деякі відгуки не відображаються через помилку.",
|
||||
"save": "Зберегти відгук",
|
||||
"saved": "Відгук збережено. Дякуємо, що поділилися!",
|
||||
"your_reviews_empty": "Ми не змогли знайти жодного з ваших попередніх відгуків",
|
||||
"your_reviews": "Ваші попередні відгуки",
|
||||
"reviews_bug": "Очікували більше відгуків? Деякі відгуки не відображаються через помилку."
|
||||
"your_reviews_empty": "Ми не змогли знайти жодного з ваших попередніх відгуків"
|
||||
},
|
||||
"split": {
|
||||
"inviteToSplit": "Розділіть цю дорогу на менші сегменти. Це дозволяє надати різним частинам дороги різні властивості."
|
||||
|
@ -783,23 +801,5 @@
|
|||
"description": "посилання на веб-сайт",
|
||||
"spamSite": "{host} вважається неякісним веб-сайтом. Використання цього веб-сайту заборонено."
|
||||
}
|
||||
},
|
||||
"app": {
|
||||
"legacyExplanation": "Через обмеження Google неможливо скомпілювати ідентичний APK для нових і старих версій Android.\nЯкщо установка через F-Droid, Google Play, Obtainium або установка «останньої» версії вище не вдалася, спробуйте версії для старих версій Android, які доступні нижче.",
|
||||
"legacyHeader": "Збірки для старих телефонів Android",
|
||||
"downloadOnFDroid": "Завантажити MapComplete з F-Droid",
|
||||
"getOnObtanium": "Отримати Obtainium",
|
||||
"noPlayServices": "Додаток працює без Google Play Services",
|
||||
"back": "Повернутися до MapComplete",
|
||||
"download": "Завантажити додаток",
|
||||
"intro": "MapComplete доступний як додаток для Android, який можна завантажити безпосередньо. Ми працюємо над тим, щоб опублікувати його також у FDroid.",
|
||||
"older": "Переглянути старіші версії",
|
||||
"title": "Додаток MapComplete для Android"
|
||||
},
|
||||
"copy": {
|
||||
"confirm": "Створити копію у вказаному місці",
|
||||
"intro": "Створення копії призведе до створення нового POI на карті з тими самими властивостями, що й поточний об'єкт.",
|
||||
"loading": "Створення копії...",
|
||||
"button": "Створити копію"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -8,11 +8,11 @@
|
|||
"downloadOnFDroid": "在 F-Droid 下載 MapComplete",
|
||||
"getOnObtanium": "從 Obtainium 取得",
|
||||
"intro": "MapComplete可以在Android App直接下載。我們也計畫在Fdroid發佈。",
|
||||
"legacyExplanation": "由於Google的限制,並無法為更新與更舊的Android編譯相同的APK版本。\n\n如果你透過F-Droid、Google Play、Obtainium或是安裝「最新」的版本失敗,請為其他較舊Android版本使用其他版本。",
|
||||
"legacyHeader": "為較舊Android手機建構",
|
||||
"noPlayServices": "本應用無需 Google Play 服務即可運行",
|
||||
"older": "檢視較舊的軟體構建",
|
||||
"title": "MapComplete Android 應用",
|
||||
"legacyHeader": "為較舊Android手機建構",
|
||||
"legacyExplanation": "由於Google的限制,並無法為更新與更舊的Android編譯相同的APK版本。\n\n如果你透過F-Droid、Google Play、Obtainium或是安裝「最新」的版本失敗,請為其他較舊Android版本使用其他版本。"
|
||||
"title": "MapComplete Android 應用"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "檢視畫面當中沒有滿足過瀘條件的圖徵",
|
||||
|
@ -948,4 +948,4 @@
|
|||
"startsWithQ": "維基數據編號以 Q 開頭後面接數字"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -13004,9 +13004,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001735",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001735.tgz",
|
||||
"integrity": "sha512-EV/laoX7Wq2J9TQlyIXRxTJqIw4sxfXS4OYgudGxBYRuTv0q7AM6yMEpU/Vo1I94thg9U6EZ2NfZx9GJq83u7w==",
|
||||
"version": "1.0.30001737",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001737.tgz",
|
||||
"integrity": "sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
|
@ -9,7 +9,10 @@
|
|||
import Tr from "../Base/Tr.svelte"
|
||||
|
||||
let open = false
|
||||
export let state: { osmConnection: OsmConnection, featureSwitches: { featureSwitchEnableLogin: Store<boolean> } }
|
||||
export let state: {
|
||||
osmConnection: OsmConnection
|
||||
featureSwitches: { featureSwitchEnableLogin: Store<boolean> }
|
||||
}
|
||||
let userdetails = state.osmConnection.userDetails
|
||||
let username = userdetails.mapD((ud) => ud.name, onDestroy)
|
||||
username.addCallbackAndRunD((ud) => {
|
||||
|
@ -23,7 +26,6 @@
|
|||
</script>
|
||||
|
||||
<If condition={state.featureSwitches.featureSwitchEnableLogin}>
|
||||
|
||||
<Popover
|
||||
class="mt-4 hidden sm:block"
|
||||
defaultClass="py-2 px-3 w-fit "
|
||||
|
@ -38,7 +40,7 @@
|
|||
<img src={$userdetails.img} alt="avatar" class="mr-4 h-10 w-10 rounded-full" />
|
||||
{/if}
|
||||
<div>
|
||||
<Tr t={Translations.t.general.welcomeBack}/>
|
||||
<Tr t={Translations.t.general.welcomeBack} />
|
||||
<div class="normal-background" style="width: max-content">
|
||||
<b>{$username}</b>
|
||||
</div>
|
||||
|
|
|
@ -335,7 +335,11 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
if (v["asHumanString"]) {
|
||||
v = v.asHumanString(true, false)
|
||||
} else if (useLang !== undefined && v?.translations !== undefined) {
|
||||
v = v.translations[useLang] ?? v.translations["*"] ?? v?.textFor(useLang) ?? v
|
||||
v =
|
||||
v.translations[useLang] ??
|
||||
v.translations["*"] ??
|
||||
v?.textFor(useLang) ??
|
||||
v
|
||||
} else if (v.InnerConstructElement !== undefined) {
|
||||
console.warn(
|
||||
"SubstituteKeys received a BaseUIElement to substitute in - this is probably a bug and will be downcast to a string\nThe key is",
|
||||
|
@ -346,12 +350,11 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
v = v.InnerConstructElement()?.textContent
|
||||
} else if (typeof v === "object") {
|
||||
v = JSON.stringify(v)
|
||||
} else{
|
||||
} else {
|
||||
v = "" + v
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
v = v.replace(/\n/g, "<br/>")
|
||||
} else {
|
||||
// v === undefined
|
||||
|
|
|
@ -98,7 +98,7 @@ export class Lists {
|
|||
/**
|
||||
* In the given list, all values which are lists will be merged with the values, e.g.
|
||||
*
|
||||
* Utils.Flatten([ [1,2], 3, [4, [5 ,6]] ]) // => [1, 2, 3, 4, [5, 6]]
|
||||
* Lists.flatten([ [1,2], 3, [4, [5 ,6]] ]) // => [1, 2, 3, 4, [5, 6]]
|
||||
*/
|
||||
public static flatten<T>(list: (T | T[])[]): T[] {
|
||||
const result = []
|
||||
|
@ -155,9 +155,9 @@ export class Lists {
|
|||
/**
|
||||
* Finds all duplicates in a list of strings
|
||||
*
|
||||
* Utils.Duplicates(["a", "b", "c"]) // => []
|
||||
* Utils.Duplicates(["a", "b","c","b"] // => ["b"]
|
||||
* Utils.Duplicates(["a", "b","c","b","b"] // => ["b"]
|
||||
* Lists.duplicates(["a", "b", "c"]) // => []
|
||||
* Lists.duplicates(["a", "b","c","b"] // => ["b"]
|
||||
* Lists.duplicates(["a", "b","c","b","b"] // => ["b"]
|
||||
*
|
||||
*/
|
||||
public static duplicates(arr: string[]): string[] {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 10439,
|
||||
"commits": 10450,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -8,32 +8,32 @@
|
|||
"commits": 421,
|
||||
"contributor": "kjon"
|
||||
},
|
||||
{
|
||||
"commits": 199,
|
||||
"contributor": "Anonymous"
|
||||
},
|
||||
{
|
||||
"commits": 195,
|
||||
"contributor": "paunofu"
|
||||
},
|
||||
{
|
||||
"commits": 186,
|
||||
"contributor": "Anonymous"
|
||||
"commits": 132,
|
||||
"contributor": "mcliquid"
|
||||
},
|
||||
{
|
||||
"commits": 131,
|
||||
"contributor": "mcliquid"
|
||||
"commits": 103,
|
||||
"contributor": "mike140"
|
||||
},
|
||||
{
|
||||
"commits": 102,
|
||||
"contributor": "Robin van der Linde"
|
||||
},
|
||||
{
|
||||
"commits": 100,
|
||||
"contributor": "mike140"
|
||||
},
|
||||
{
|
||||
"commits": 95,
|
||||
"contributor": "Allan Nordhøy"
|
||||
},
|
||||
{
|
||||
"commits": 72,
|
||||
"commits": 73,
|
||||
"contributor": "Supaplex"
|
||||
},
|
||||
{
|
||||
|
@ -61,12 +61,12 @@
|
|||
"contributor": "Babos Gábor"
|
||||
},
|
||||
{
|
||||
"commits": 38,
|
||||
"contributor": "Lucas"
|
||||
"commits": 41,
|
||||
"contributor": "Lukáš Jelínek"
|
||||
},
|
||||
{
|
||||
"commits": 36,
|
||||
"contributor": "Lukáš Jelínek"
|
||||
"commits": 38,
|
||||
"contributor": "Lucas"
|
||||
},
|
||||
{
|
||||
"commits": 36,
|
||||
|
@ -108,6 +108,10 @@
|
|||
"commits": 20,
|
||||
"contributor": "JiwonShin"
|
||||
},
|
||||
{
|
||||
"commits": 19,
|
||||
"contributor": "Weblate Admin"
|
||||
},
|
||||
{
|
||||
"commits": 18,
|
||||
"contributor": "Max Spicer"
|
||||
|
@ -116,10 +120,6 @@
|
|||
"commits": 18,
|
||||
"contributor": "el_libre como el chaval"
|
||||
},
|
||||
{
|
||||
"commits": 17,
|
||||
"contributor": "Weblate Admin"
|
||||
},
|
||||
{
|
||||
"commits": 17,
|
||||
"contributor": "Pau Nofuentes"
|
||||
|
@ -168,6 +168,10 @@
|
|||
"commits": 12,
|
||||
"contributor": "Piotr Strebski"
|
||||
},
|
||||
{
|
||||
"commits": 11,
|
||||
"contributor": "Severin Menard"
|
||||
},
|
||||
{
|
||||
"commits": 11,
|
||||
"contributor": "Manuel Tassi"
|
||||
|
@ -236,10 +240,6 @@
|
|||
"commits": 9,
|
||||
"contributor": "Jacque Fresco"
|
||||
},
|
||||
{
|
||||
"commits": 8,
|
||||
"contributor": "Severin Menard"
|
||||
},
|
||||
{
|
||||
"commits": 8,
|
||||
"contributor": "Joost Schouppe"
|
||||
|
@ -484,6 +484,10 @@
|
|||
"commits": 3,
|
||||
"contributor": "SiegbjornSitumeang"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "Wouter"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "Jim Kats"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export class SWGenerated {
|
||||
// generated by scripts/prepareServiceWorker.ts
|
||||
static vNumber = "0.55.5"
|
||||
static buildTime = 1756119249268
|
||||
}
|
||||
// generated by scripts/prepareServiceWorker.ts
|
||||
static vNumber = "0.55.5"
|
||||
static buildTime = 1756243213274
|
||||
}
|
||||
|
|
|
@ -20,9 +20,9 @@ function jsonResponse(object: object | []): Response {
|
|||
const cacheKey = SWGenerated.vNumber + "-" + SWGenerated.vNumber
|
||||
|
||||
function cleanOldCaches() {
|
||||
caches.keys().then(keys => {
|
||||
caches.keys().then((keys) => {
|
||||
return Promise.all(
|
||||
keys.map(k => {
|
||||
keys.map((k) => {
|
||||
if (k !== cacheKey) {
|
||||
return caches.delete(k)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue