Merge origin
This commit is contained in:
commit
c348485425
300 changed files with 43581 additions and 3744 deletions
2
404.html
2
404.html
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
|
||||
<script type="module" src="./src/notfound.ts"></script>
|
||||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js" crossorigin="anonymous" integrity="sha384-nx5O+otcqJoqMhdDt8jUzmia6ng81Z5zZozYr69TzPkOLjVhLKMxu5zHCV9/0MPn"></script>
|
||||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js" crossorigin="anonymous" integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
14
Docs/ServerConfig/cache/Caddyfile
vendored
14
Docs/ServerConfig/cache/Caddyfile
vendored
|
@ -1,14 +1,4 @@
|
|||
cache.mapcomplete.org {
|
||||
reverse_proxy /summary/* {
|
||||
to http://127.0.0.1:2345
|
||||
}
|
||||
|
||||
reverse_proxy /extractgraph {
|
||||
to http://127.0.0.1:2346
|
||||
}
|
||||
|
||||
reverse_proxy /* {
|
||||
to http://127.0.0.1:7800
|
||||
}
|
||||
|
||||
reverse_proxy /summary/* 127.0.0.1:2345
|
||||
reverse_proxy /* 127.0.0.1:7800
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@ https://dynamicdns.park-your-domain.com/update?host=cache&domain=mapcomplete.org
|
|||
|
||||
## Setup
|
||||
|
||||
See SettingUpPSQL.md
|
||||
See [SettingUpPSQL.md](../SettingUpPSQL.md)
|
||||
|
||||
|
|
@ -3,7 +3,6 @@ hosted.mapcomplete.org {
|
|||
file_server
|
||||
header {
|
||||
+Permissions-Policy "interest-cohort=()"
|
||||
+Report-To `\{"group":"csp-endpoint", "max_age": 86400,"endpoints": [\{"url": "https://report.mapcomplete.org/csp"}], "include_subdomains": true}`
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -11,12 +10,11 @@ countrycoder.mapcomplete.org {
|
|||
root * tiles/
|
||||
file_server
|
||||
header {
|
||||
+Permissions-Policy "interest-cohort=()"
|
||||
+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
|
||||
}
|
||||
+Permissions-Policy "interest-cohort=()"
|
||||
+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
report.mapcomplete.org {
|
||||
reverse_proxy {
|
||||
to http://127.0.0.1:2600
|
||||
|
@ -30,25 +28,7 @@ studio.mapcomplete.org {
|
|||
}
|
||||
|
||||
lod.mapcomplete.org {
|
||||
reverse_proxy /extractgraph {
|
||||
to http://127.0.0.1:2346
|
||||
}
|
||||
}
|
||||
|
||||
bounce.mapcomplete.org {
|
||||
reverse_proxy {
|
||||
to http://127.0.0.1:1236
|
||||
}
|
||||
}
|
||||
|
||||
mapcomplete.osm.be {
|
||||
reverse_proxy {
|
||||
to http://127.0.0.1:1236
|
||||
}
|
||||
}
|
||||
|
||||
cache.mapcomplete.org {
|
||||
reverse_proxy /summary/* {
|
||||
to http://127.0.0.1:2345
|
||||
}
|
||||
reverse_proxy /extractgraph {
|
||||
to http://127.0.0.1:2346
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,11 +59,13 @@ HP ProLiant DL360 G7 (1U): 2Rx4 DDR3-memory (PC3)
|
|||
|
||||
## Deploying a tile server
|
||||
|
||||
pg_tileserv kan hier gedownload worden: https://github.com/CrunchyData/pg_tileserv
|
||||
pg_tileserv can be downloaded here: https://github.com/CrunchyData/pg_tileserv
|
||||
|
||||
In the directory where it is downloaded (e.g. `~/data`), run
|
||||
|
||||
````
|
||||
export DATABASE_URL=postgresql://user:password@localhost:5444/osm-poi
|
||||
nohup ./pg_tileserv &
|
||||
nohup ./pg_tileserv > pg_tileserv.log &
|
||||
````
|
||||
|
||||
Tiles are available at:
|
||||
|
@ -74,6 +76,10 @@ map.addSource("drinking_water", {
|
|||
})
|
||||
````
|
||||
|
||||
# Starting the summary server
|
||||
|
||||
`npm run summary-server` in the git repo
|
||||
|
||||
# Rebooting:
|
||||
|
||||
-> Restart the docker container
|
||||
|
|
Binary file not shown.
|
@ -268,42 +268,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"width": "8",
|
||||
"dashArray": {
|
||||
"render": "",
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"oneway=yes",
|
||||
{
|
||||
"or": [
|
||||
"highway=cycleway",
|
||||
"highway=path"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"then": ""
|
||||
},
|
||||
{
|
||||
"if": "cycleway=track",
|
||||
"then": ""
|
||||
},
|
||||
{
|
||||
"if": "cycleway=shared_lane",
|
||||
"then": "15 30"
|
||||
},
|
||||
{
|
||||
"if": "cycleway=lane",
|
||||
"then": "25 15 15 15 25"
|
||||
},
|
||||
{
|
||||
"if": "cyclestreet=yes",
|
||||
"then": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
"width": "8"
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
|
|
|
@ -98,8 +98,44 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"reviews",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this dog park?",
|
||||
"da": "Hvad hedder denne hundeskov?",
|
||||
"de": "Wie lautet der Name dieses Hundeparks?",
|
||||
"es": "¿Cual es el nombre de este parque para perros?",
|
||||
"nl": "Wat is de naam van deze hondenweide?",
|
||||
"ca": "Com s'anomena aquest parc per a gossos?",
|
||||
"cs": "Jak se jmenuje tento psí park?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The name of this dog park is {name}",
|
||||
"de": "Denne hundeskov hedder {name}",
|
||||
"es": "El nombre de este parque para perros es {name}",
|
||||
"nl": "Deze hondenweide heet {name}",
|
||||
"ca": "Aquest parc per a gossos s'anomena {name}",
|
||||
"cs": "Název tohoto psího parku je {name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"id": "Name"
|
||||
},
|
||||
"opening_hours_24_7",
|
||||
"website",
|
||||
{
|
||||
"id": "dogpark-fenced",
|
||||
"question": {
|
||||
"en": "It this dog park fenced in?",
|
||||
"da": "Er denne hundeskov indhegnet?",
|
||||
"de": "Ist dieser Hundepark umzäunt?",
|
||||
"es": "¿Este parque para perros está vallado?",
|
||||
"nl": "Is deze hondenweide volledig omheind?",
|
||||
"ca": "Aquest parc de gossos està tancat?",
|
||||
"cs": "Je tento psí park oplocený?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "barrier=fence",
|
||||
|
@ -125,16 +161,7 @@
|
|||
"cs": "Tento psí park není kolem dokola oplocený"
|
||||
}
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "It this dog park fenced in?",
|
||||
"da": "Er denne hundeskov indhegnet?",
|
||||
"de": "Ist dieser Hundepark umzäunt?",
|
||||
"es": "¿Este parque para perros está vallado?",
|
||||
"nl": "Is deze hondenweide volledig omheind?",
|
||||
"ca": "Aquest parc de gossos està tancat?",
|
||||
"cs": "Je tento psí park oplocený?"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "smalldogs",
|
||||
|
@ -174,29 +201,6 @@
|
|||
"cs": "Má tento psí park samostatný oplocený areál pro malé psy a štěňata?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this dog park?",
|
||||
"da": "Hvad hedder denne hundeskov?",
|
||||
"de": "Wie lautet der Name dieses Hundeparks?",
|
||||
"es": "¿Cual es el nombre de este parque para perros?",
|
||||
"nl": "Wat is de naam van deze hondenweide?",
|
||||
"ca": "Com s'anomena aquest parc per a gossos?",
|
||||
"cs": "Jak se jmenuje tento psí park?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The name of this dog park is {name}",
|
||||
"de": "Denne hundeskov hedder {name}",
|
||||
"es": "El nombre de este parque para perros es {name}",
|
||||
"nl": "Deze hondenweide heet {name}",
|
||||
"ca": "Aquest parc per a gossos s'anomena {name}",
|
||||
"cs": "Název tohoto psího parku je {name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"id": "Name"
|
||||
},
|
||||
{
|
||||
"id": "dogarea",
|
||||
"render": {
|
||||
|
@ -209,8 +213,6 @@
|
|||
"cs": "Tento psí park je {_surface:ha} ha velký"
|
||||
},
|
||||
"condition": "_surface:ha!=0"
|
||||
},
|
||||
"reviews",
|
||||
"images"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -525,7 +525,7 @@
|
|||
},
|
||||
{
|
||||
"id": "Reservation",
|
||||
"condition": "takeaway=only",
|
||||
"condition": "takeaway!=only",
|
||||
"question": {
|
||||
"en": "Is a reservation required for this place?",
|
||||
"nl": "Is reserveren verplicht voor deze zaak?",
|
||||
|
|
101
assets/layers/grave/grave.json
Normal file
101
assets/layers/grave/grave.json
Normal file
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"credits": "Built for Wegspotter on the meetup",
|
||||
"minzoom": 15,
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "./assets/layers/memorial/memorial.svg",
|
||||
"color": "white"
|
||||
}
|
||||
],
|
||||
"label": "{name}",
|
||||
"labelCssClasses": "bg-white rounded px-2"
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the Wikipedia page of the person buried here?"
|
||||
},
|
||||
"id": "buried:wikidata",
|
||||
"render": {
|
||||
"en": "{wikipedia(buried:wikidata)}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "buried:wikidata",
|
||||
"type": "wikidata"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of the person buried here?"
|
||||
},
|
||||
"id": "name",
|
||||
"render": {
|
||||
"en": "<b>{name}</b> is buried here"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
}
|
||||
}
|
||||
],
|
||||
"lineRendering": [],
|
||||
"id": "grave",
|
||||
"name": {
|
||||
"en": "Gravestones"
|
||||
},
|
||||
"description": {
|
||||
"en": "Tombstones (and graves) indicate where a person was buried. On this map, those can be recorded and a link to Wikipedia can be made"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "historic=tomb"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Tombstone"
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a tombstone"
|
||||
},
|
||||
"tags": [
|
||||
"historic=tomb"
|
||||
],
|
||||
"description": {
|
||||
"en": "A tombstone is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription."
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "has_wikidata",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "With or without wikidata"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a link to Wikidata"
|
||||
},
|
||||
"osmTags": "buried:wikidata~*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has no link to Wikidata"
|
||||
},
|
||||
"osmTags": "buried:wikidata="
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -201,7 +201,7 @@
|
|||
},
|
||||
{
|
||||
"#": "ignore-image-in-then",
|
||||
"if": "context:website~*",
|
||||
"if": "contact:website~*",
|
||||
"then": "<a href='{contact:website}' target='_blank' rel='noopener'><img textmode='🌐' alt='website' src='./assets/layers/icons/website.svg'/></a>"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -78,6 +78,9 @@
|
|||
"de": "ein Denkmal",
|
||||
"fr": "un mémorial"
|
||||
},
|
||||
"description": {
|
||||
"en": "A memorial is a physical object which remembers a person or event."
|
||||
},
|
||||
"tags": [
|
||||
"historic=memorial"
|
||||
]
|
||||
|
@ -218,6 +221,15 @@
|
|||
"addExtraTags": [
|
||||
"natural=tree"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "historic=tomb",
|
||||
"then": {
|
||||
"en": "This is a gravestone; the person is buried here"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"memorial="
|
||||
]
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
|
|
|
@ -364,5 +364,8 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"allowMove": true
|
||||
"allowMove": true,
|
||||
"deletion": {
|
||||
"neededChangesets": 0
|
||||
}
|
||||
}
|
||||
|
|
|
@ -426,6 +426,36 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "copyshop-binding",
|
||||
"condition": {
|
||||
"or": [
|
||||
"shop~.*copyshop.*",
|
||||
"shop~.*stationery.*",
|
||||
"service:print=yes"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "Does this shop offer a binding service?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "Does this shop bind a bundle of pages into a small book, e.g. with a comb, a spiral, wire or by gluing?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:binding=yes",
|
||||
"then": {
|
||||
"en": "This shop binds papers into a booklet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:binding=no",
|
||||
"then": {
|
||||
"en": "This shop does bind books"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "key_cutter",
|
||||
"question": {
|
||||
|
|
|
@ -101,33 +101,7 @@
|
|||
"lineRendering": [
|
||||
{
|
||||
"color": "#eaba2a",
|
||||
"width": "7",
|
||||
"dashArray": {
|
||||
"render": "",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "highway=cycleway",
|
||||
"then": ""
|
||||
},
|
||||
{
|
||||
"if": "highway=path",
|
||||
"then": "0 12"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"highway=footway",
|
||||
"highway=pedestrian"
|
||||
]
|
||||
},
|
||||
"then": "12 18"
|
||||
},
|
||||
{
|
||||
"if": "highway=living_street",
|
||||
"then": "12 12 0 12"
|
||||
}
|
||||
]
|
||||
}
|
||||
"width": "7"
|
||||
}
|
||||
],
|
||||
"presets": [],
|
||||
|
|
|
@ -867,6 +867,7 @@
|
|||
},
|
||||
"website",
|
||||
{
|
||||
"id": "charge_cost_rewritten",
|
||||
"rewrite": {
|
||||
"sourceString": [
|
||||
"{product_key}",
|
||||
|
@ -902,34 +903,38 @@
|
|||
]
|
||||
]
|
||||
},
|
||||
"renderings": {
|
||||
"question": {
|
||||
"en": "How much does a {product_name} cost?",
|
||||
"ca": "Quant costa {product_name}?",
|
||||
"de": "Wie viel kostet {product_name}?",
|
||||
"cs": "Kolik stojí {product_name}?",
|
||||
"nl": "Hoeveel kost {product_name}?",
|
||||
"pt_BR": "Quanto custa {product_name}?",
|
||||
"es": "¿Cuánto cuesta {product_name}?",
|
||||
"pt": "Quanto custa {product_name}?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{product_name} costs {charge:{product_key}}",
|
||||
"ca": "{product_name} costa {charge:{product_key}}",
|
||||
"de": "{product_name} kostet {charge:{product_key}}",
|
||||
"cs": "{product_name} {charge:{product_key}}",
|
||||
"nl": "{product_name} kost {charge:{product_key}}",
|
||||
"pt_BR": "{product_name} custa {charge:{product_key}}",
|
||||
"es": "{product_name} cuesta {charge:{product_key}}",
|
||||
"pt": "{product_name} custa {charge:{product_key}}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge:{product_key}",
|
||||
"type": "currency"
|
||||
},
|
||||
"condition": "vending~.*{product_key}.*",
|
||||
"id": "charge_{product_key}"
|
||||
}
|
||||
"renderings": [
|
||||
{
|
||||
"id": "charge_{product_key}",
|
||||
"question": {
|
||||
"en": "How much does a {product_name} cost?",
|
||||
"ca": "Quant costa {product_name}?",
|
||||
"de": "Wie viel kostet {product_name}?",
|
||||
"cs": "Kolik stojí {product_name}?",
|
||||
"nl": "Hoeveel kost {product_name}?",
|
||||
"pt_BR": "Quanto custa {product_name}?",
|
||||
"es": "¿Cuánto cuesta {product_name}?",
|
||||
"pt": "Quanto custa {product_name}?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{product_name} costs {charge}",
|
||||
"ca": "{product_name} costa {charge}",
|
||||
"de": "{product_name} kostet {charge}",
|
||||
"cs": "{product_name} {charge}",
|
||||
"nl": "{product_name} kost {charge}",
|
||||
"pt_BR": "{product_name} custa {charge}",
|
||||
"es": "{product_name} cuesta {charge}",
|
||||
"pt": "{product_name} custa {charge}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
"type": "currency",
|
||||
"inline": true,
|
||||
"postfixDistinguished": "{product_key}"
|
||||
},
|
||||
"condition": "vending~.*{product_key}.*"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "operational_status",
|
||||
|
|
|
@ -162,14 +162,16 @@
|
|||
"minzoom": 11,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and+": ["vending~.*bicycle.*"]
|
||||
"and+": [
|
||||
"vending~.*bicycle.*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"=presets":[]
|
||||
|
||||
"=presets": []
|
||||
}
|
||||
},
|
||||
{"#": "All vending machines at high zoom level to avoid duplicates",
|
||||
{
|
||||
"#": "All vending machines at high zoom level to avoid duplicates",
|
||||
"builtin": "vending_machine",
|
||||
"override": {
|
||||
"name": null,
|
||||
|
|
|
@ -286,7 +286,7 @@
|
|||
"man_made!=mast"
|
||||
]
|
||||
},
|
||||
"geoJson": "https://betadata.grbosm.site/grb?bbox={x_min},{y_min},{x_max},{y_max}",
|
||||
"geoJson": "https://betadata.byteless.net/grb?bbox={x_min},{y_min},{x_max},{y_max}",
|
||||
"geoJsonZoomLevel": 18,
|
||||
"mercatorCrs": true,
|
||||
"idKey": "osm_id"
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
{
|
||||
"builtin": [
|
||||
"ghost_bike",
|
||||
"memorial"
|
||||
"memorial",
|
||||
"grave"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 9
|
||||
|
@ -23,7 +24,8 @@
|
|||
},
|
||||
{
|
||||
"builtin": [
|
||||
"bench"
|
||||
"bench",
|
||||
"artwork"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 18
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"trolley_bay"
|
||||
],
|
||||
"overrideAll": {
|
||||
"minzoom": 14
|
||||
"minzoom": 14,
|
||||
"syncSelection": "theme-only"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -272,15 +272,6 @@
|
|||
{
|
||||
"#": "left",
|
||||
"color": "#888",
|
||||
"dashArray": {
|
||||
"render": "",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "sidewalk:left=",
|
||||
"then": "1,12"
|
||||
}
|
||||
]
|
||||
},
|
||||
"width": {
|
||||
"render": 6,
|
||||
"mappings": [
|
||||
|
@ -300,15 +291,6 @@
|
|||
},
|
||||
{
|
||||
"color": "#888",
|
||||
"dashArray": {
|
||||
"render": "",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "sidewalk:right=",
|
||||
"then": "1,12"
|
||||
}
|
||||
]
|
||||
},
|
||||
"width": {
|
||||
"render": 6,
|
||||
"mappings": [
|
||||
|
|
|
@ -235,25 +235,6 @@
|
|||
"then": "#f00"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dashArray": {
|
||||
"render": "",
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"oneway=yes",
|
||||
{
|
||||
"or": [
|
||||
"oneway:bicycle=yes",
|
||||
"oneway:bicycle="
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"then": "5 6"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<div id="main"></div>
|
||||
<script type="module" src="./src/all_themes_index.ts"></script>
|
||||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="https://gc.zgo.at/count.js" crossorigin="anonymous"
|
||||
integrity="sha384-nx5O+otcqJoqMhdDt8jUzmia6ng81Z5zZozYr69TzPkOLjVhLKMxu5zHCV9/0MPn"></script>
|
||||
integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script>
|
||||
|
||||
<script async src="./src/InstallServiceWorker.ts" type="module"></script>
|
||||
|
||||
|
|
|
@ -35,6 +35,23 @@
|
|||
"1": {
|
||||
"title": "un mupi"
|
||||
},
|
||||
"10": {
|
||||
"description": "Una peça de tèxtil impermeable amb un missatge imprès, fixada permanentment a una paret",
|
||||
"title": "una lona"
|
||||
},
|
||||
"11": {
|
||||
"title": "un tòtem"
|
||||
},
|
||||
"12": {
|
||||
"description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
|
||||
"title": "un lletrer"
|
||||
},
|
||||
"13": {
|
||||
"title": "una escupltura"
|
||||
},
|
||||
"14": {
|
||||
"title": "una paret pintada"
|
||||
},
|
||||
"2": {
|
||||
"title": "un mupi sobre la paret"
|
||||
},
|
||||
|
@ -54,23 +71,6 @@
|
|||
},
|
||||
"8": {
|
||||
"title": "una patalla sobre una paret"
|
||||
},
|
||||
"10": {
|
||||
"description": "Una peça de tèxtil impermeable amb un missatge imprès, fixada permanentment a una paret",
|
||||
"title": "una lona"
|
||||
},
|
||||
"11": {
|
||||
"title": "un tòtem"
|
||||
},
|
||||
"12": {
|
||||
"description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
|
||||
"title": "un lletrer"
|
||||
},
|
||||
"13": {
|
||||
"title": "una escupltura"
|
||||
},
|
||||
"14": {
|
||||
"title": "una paret pintada"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -165,6 +165,9 @@
|
|||
"1": {
|
||||
"then": "Açò és un tauló d'anuncis"
|
||||
},
|
||||
"10": {
|
||||
"then": "Açò és una paret pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Açò és una columna"
|
||||
},
|
||||
|
@ -188,9 +191,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Açò és un tòtem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Açò és una paret pintada"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'element publicitari és aquest?",
|
||||
|
@ -205,6 +205,9 @@
|
|||
"1": {
|
||||
"then": "Tauló d'anuncis"
|
||||
},
|
||||
"10": {
|
||||
"then": "Paret Pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Mupi"
|
||||
},
|
||||
|
@ -228,9 +231,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Tòtem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Paret Pintada"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -347,6 +347,15 @@
|
|||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Enrajolat"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallat a la fusta"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pintura"
|
||||
},
|
||||
|
@ -370,15 +379,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Relleu"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Enrajolat"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallat a la fusta"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'obra és aquesta peça?",
|
||||
|
@ -1046,90 +1046,6 @@
|
|||
"render": "Lloguer de bicicletes"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Una capa que mostra màquines expenedores per a tubs de bicicleta (ja siguin màquines expenedores de tubs de bicicleta o màquines expenedores clàssiques amb tubs de bicicleta i opcionalment objectes addicionals relacionats amb la bicicleta com ara llums, guants, panys, ...)",
|
||||
"name": "Màquina expenedora de tubs de bicicleta",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una màquina expenedora de tubs de bicicleta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquesta màquina expenedora funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquesta màquina expenedora està trencada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquesta màquina expenedora està tancada"
|
||||
}
|
||||
},
|
||||
"question": "Aquesta màquina expenedora encara funciona?",
|
||||
"render": "L'estat operatiu és <i>{operational_status}</i>"
|
||||
},
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquí es venen cambres d'aire Continental"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí es venen cambres d'aire Schwalbe"
|
||||
}
|
||||
},
|
||||
"question": "Quines marques de cambres d'aire es venen aquí?",
|
||||
"render": "Aquí es venen cambres d'aire {brand}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-charge": {
|
||||
"question": "Quant costa una cambra d'aire de bicicleta?",
|
||||
"render": "Una cambra d'aire de bicicleta costa {charge}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mantés per Schwalbe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mantés per Continental"
|
||||
}
|
||||
},
|
||||
"question": "Qui manté aquesta màquina expenedora?"
|
||||
},
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquí es venen cambres d'aire de bicicletes"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí es venen llums per a bicicletes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí es venen guants"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí es venen kits de reparació de bicicletes"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí es venen bombes de bicicletes"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí es venen cadenats per a bicicletes"
|
||||
}
|
||||
},
|
||||
"question": "Es venen altres accessoris per a bicicletes aquí?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Màquina expenedora de cambres d'aire de bicicletes {name}"
|
||||
}
|
||||
},
|
||||
"render": "Màquina expenedora de tubs de bicicleta"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"description": "Un cafè ciclista és un cafè enfocat a ciclistes, per exemple, amb serveis com una manxa, amb molta decoració relacionada amb el ciclisme, …",
|
||||
"name": "Cafeteria per a bicicletes",
|
||||
|
@ -1945,30 +1861,6 @@
|
|||
"1": {
|
||||
"then": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>CHAdeMo</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>CHAdeMo</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Tipus 1 amb cable</b>"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Tipus 1 amb cable</b>"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b>"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)"
|
||||
},
|
||||
"10": {
|
||||
"then": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)"
|
||||
},
|
||||
|
@ -1992,6 +1884,30 @@
|
|||
},
|
||||
"17": {
|
||||
"then": "<b>CSS Tipus 2</b> (mennekes)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>CHAdeMo</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>CHAdeMo</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Tipus 1 amb cable</b>"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Tipus 1 amb cable</b>"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b>"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2661,6 +2577,9 @@
|
|||
"1": {
|
||||
"then": "Aquesta via ciclista està pavimentada"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta via ciclista està feta de grava fina"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquesta via ciclista està feta d'asfalt"
|
||||
},
|
||||
|
@ -2684,9 +2603,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquesta via ciclista està feta de grava"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta via ciclista està feta de grava fina"
|
||||
}
|
||||
},
|
||||
"question": "De quina superfície està fet aquesta via ciclista?",
|
||||
|
@ -2732,6 +2648,9 @@
|
|||
"1": {
|
||||
"then": "Aquest carril bici està pavimentat"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta via ciclista està feta de gravilla"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquest carril bici està fet d'asfalt"
|
||||
},
|
||||
|
@ -2743,9 +2662,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquesta via ciclista està feta de grava"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta via ciclista està feta de gravilla"
|
||||
}
|
||||
},
|
||||
"question": "De què està feta la superfície d'aquest carrer?",
|
||||
|
@ -3764,6 +3680,21 @@
|
|||
"1": {
|
||||
"then": "Aquesta estació de fitness té un cartell amb instruccions per a un exercici concret."
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta estació de gimnàs té esglaons."
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquesta estació de fitness disposa de cons per fer salts de granota."
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquesta estació de fitness té bigues per saltar."
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquesta estació de fitness té obstacles per a travesar."
|
||||
},
|
||||
"14": {
|
||||
"then": "Aquesta estació de fitness té una paret per enfilar-se."
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquesta estació de fitness té una instal·lació per fer abdominals."
|
||||
},
|
||||
|
@ -3787,21 +3718,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquesta estació de fitness té llocs per fer exercicis d'eslàlom."
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta estació de gimnàs té esglaons."
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquesta estació de fitness disposa de cons per fer salts de granota."
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquesta estació de fitness té bigues per saltar."
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquesta estació de fitness té obstacles per a travesar."
|
||||
},
|
||||
"14": {
|
||||
"then": "Aquesta estació de fitness té una paret per enfilar-se."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3920,6 +3836,21 @@
|
|||
"1": {
|
||||
"then": "Això és una fregiduria"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí es serveixen plats xinesos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí es serveixen plats grecs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí es serveixen plats indis"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí es serveixen plats turcs"
|
||||
},
|
||||
"14": {
|
||||
"then": "Aquí es serveixen plats tailandesos"
|
||||
},
|
||||
"2": {
|
||||
"then": "Principalment serveix pasta"
|
||||
},
|
||||
|
@ -3943,21 +3874,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquí es serveixen plats francesos"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí es serveixen plats xinesos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí es serveixen plats grecs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí es serveixen plats indis"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí es serveixen plats turcs"
|
||||
},
|
||||
"14": {
|
||||
"then": "Aquí es serveixen plats tailandesos"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus de menjar es serveix aquí?",
|
||||
|
@ -4510,9 +4426,24 @@
|
|||
"1": {
|
||||
"then": "Açò és un auditori"
|
||||
},
|
||||
"10": {
|
||||
"then": "Açò és un laboratori"
|
||||
},
|
||||
"14": {
|
||||
"then": "Açò és una oficina"
|
||||
},
|
||||
"16": {
|
||||
"then": "Açò és un restaurant"
|
||||
},
|
||||
"19": {
|
||||
"then": "Açò és un magatzem"
|
||||
},
|
||||
"2": {
|
||||
"then": "Açò és un dormitori"
|
||||
},
|
||||
"22": {
|
||||
"then": "Açò és una sala d'espera"
|
||||
},
|
||||
"3": {
|
||||
"then": "Açò és una capella"
|
||||
},
|
||||
|
@ -4530,21 +4461,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Açò és una cuina"
|
||||
},
|
||||
"10": {
|
||||
"then": "Açò és un laboratori"
|
||||
},
|
||||
"14": {
|
||||
"then": "Açò és una oficina"
|
||||
},
|
||||
"16": {
|
||||
"then": "Açò és un restaurant"
|
||||
},
|
||||
"19": {
|
||||
"then": "Açò és un magatzem"
|
||||
},
|
||||
"22": {
|
||||
"then": "Açò és una sala d'espera"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'habitació és aquesta?"
|
||||
|
@ -5154,6 +5070,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Totes les notes"
|
||||
},
|
||||
"1": {
|
||||
"question": "Oculta les notes d'importació"
|
||||
},
|
||||
"2": {
|
||||
"question": "Mostrar només les notes d'importació"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -5209,19 +5138,6 @@
|
|||
"question": "Sols mostra les notes obertes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Totes les notes"
|
||||
},
|
||||
"1": {
|
||||
"question": "Oculta les notes d'importació"
|
||||
},
|
||||
"2": {
|
||||
"question": "Mostrar només les notes d'importació"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Notes d'OpenStreetMap",
|
||||
|
@ -5510,6 +5426,12 @@
|
|||
"1": {
|
||||
"then": "Aquesta és una plaça d'aparcament normal."
|
||||
},
|
||||
"10": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada al personal."
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquest espai d'aparcament està reservat per a taxi."
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquesta és una plaça d'aparcament per a minusvàlids."
|
||||
},
|
||||
|
@ -5527,12 +5449,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills."
|
||||
},
|
||||
"10": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada al personal."
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquest espai d'aparcament està reservat per a taxi."
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'espai d'aparcament és aquest?"
|
||||
|
@ -6104,6 +6020,21 @@
|
|||
"1": {
|
||||
"then": "S'accepten monedes de 2 cèntims"
|
||||
},
|
||||
"10": {
|
||||
"then": "S'accepten monedes de 20 cèntims"
|
||||
},
|
||||
"11": {
|
||||
"then": "S'accepten monedes de ½ franc"
|
||||
},
|
||||
"12": {
|
||||
"then": "S'accepten monedes d'1 franc"
|
||||
},
|
||||
"13": {
|
||||
"then": "S'accepten monedes de 2 francs"
|
||||
},
|
||||
"14": {
|
||||
"then": "S'accepten monedes de 5 francs"
|
||||
},
|
||||
"2": {
|
||||
"then": "S'accepten monedes de 5 cèntims"
|
||||
},
|
||||
|
@ -6127,21 +6058,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "S'accepten monedes de 10 cèntims"
|
||||
},
|
||||
"10": {
|
||||
"then": "S'accepten monedes de 20 cèntims"
|
||||
},
|
||||
"11": {
|
||||
"then": "S'accepten monedes de ½ franc"
|
||||
},
|
||||
"12": {
|
||||
"then": "S'accepten monedes d'1 franc"
|
||||
},
|
||||
"13": {
|
||||
"then": "S'accepten monedes de 2 francs"
|
||||
},
|
||||
"14": {
|
||||
"then": "S'accepten monedes de 5 francs"
|
||||
}
|
||||
},
|
||||
"question": "Quines monedes es poden utilitzar per a pagar aquí?"
|
||||
|
@ -6154,6 +6070,15 @@
|
|||
"1": {
|
||||
"then": "S'accepten bitllets de 10 euros"
|
||||
},
|
||||
"10": {
|
||||
"then": "S'accepten bitllets de 100 francs"
|
||||
},
|
||||
"11": {
|
||||
"then": "S'accepten bitllets de 200 francs"
|
||||
},
|
||||
"12": {
|
||||
"then": "S'accepten bitllets de 1000 francs"
|
||||
},
|
||||
"2": {
|
||||
"then": "S'accepten bitllets de 20 euros"
|
||||
},
|
||||
|
@ -6177,15 +6102,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "S'accepten bitllets de 50 francs"
|
||||
},
|
||||
"10": {
|
||||
"then": "S'accepten bitllets de 100 francs"
|
||||
},
|
||||
"11": {
|
||||
"then": "S'accepten bitllets de 200 francs"
|
||||
},
|
||||
"12": {
|
||||
"then": "S'accepten bitllets de 1000 francs"
|
||||
}
|
||||
},
|
||||
"question": "Amb quins bitllets pot pagar aquí?"
|
||||
|
@ -6540,30 +6456,6 @@
|
|||
"1": {
|
||||
"question": "Reciclatge de piles"
|
||||
},
|
||||
"2": {
|
||||
"question": "Reciclatge de cartrons de begudes"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclatge de llaunes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclatge de roba"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclatge d'oli de cuina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclatge d'oli de motor"
|
||||
},
|
||||
"7": {
|
||||
"question": "Reciclatge de tubs fluorescents"
|
||||
},
|
||||
"8": {
|
||||
"question": "Reciclatge de residus verds"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclatge d'ampolles de vidre"
|
||||
},
|
||||
"10": {
|
||||
"question": "Reciclatge de vidre"
|
||||
},
|
||||
|
@ -6594,11 +6486,35 @@
|
|||
"19": {
|
||||
"question": "Reciclatge del rebuig"
|
||||
},
|
||||
"2": {
|
||||
"question": "Reciclatge de cartrons de begudes"
|
||||
},
|
||||
"20": {
|
||||
"question": "Reciclatge de cartutxos d'impressora"
|
||||
},
|
||||
"21": {
|
||||
"question": "Reciclatge de bicicletes"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclatge de llaunes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclatge de roba"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclatge d'oli de cuina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclatge d'oli de motor"
|
||||
},
|
||||
"7": {
|
||||
"question": "Reciclatge de tubs fluorescents"
|
||||
},
|
||||
"8": {
|
||||
"question": "Reciclatge de residus verds"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclatge d'ampolles de vidre"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6666,30 +6582,6 @@
|
|||
"1": {
|
||||
"then": "Aquí es poden reciclar els cartons de begudes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí es poden reciclar llaunes"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí es pot reciclar roba"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí es pot reciclar oli de cuina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí es pot reciclar oli de motor"
|
||||
},
|
||||
"6": {
|
||||
"then": "Aquí es poden reciclar tub fluroescents"
|
||||
},
|
||||
"7": {
|
||||
"then": "Aquí es poden reciclar residus verds"
|
||||
},
|
||||
"8": {
|
||||
"then": "Ací es poden reciclar residus orgànics"
|
||||
},
|
||||
"9": {
|
||||
"then": "Aquí es poden reciclar ampolles de vidre"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí es pot reciclar vidre"
|
||||
},
|
||||
|
@ -6717,6 +6609,9 @@
|
|||
"19": {
|
||||
"then": "Aquí es pot reciclar ferralla"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí es poden reciclar llaunes"
|
||||
},
|
||||
"20": {
|
||||
"then": "Aquí es poden reciclar sabates"
|
||||
},
|
||||
|
@ -6734,6 +6629,27 @@
|
|||
},
|
||||
"25": {
|
||||
"then": "Aquí es poden reciclar bicicletes"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí es pot reciclar roba"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí es pot reciclar oli de cuina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí es pot reciclar oli de motor"
|
||||
},
|
||||
"6": {
|
||||
"then": "Aquí es poden reciclar tub fluroescents"
|
||||
},
|
||||
"7": {
|
||||
"then": "Aquí es poden reciclar residus verds"
|
||||
},
|
||||
"8": {
|
||||
"then": "Ací es poden reciclar residus orgànics"
|
||||
},
|
||||
"9": {
|
||||
"then": "Aquí es poden reciclar ampolles de vidre"
|
||||
}
|
||||
},
|
||||
"question": "Què es pot reciclar aquí?"
|
||||
|
@ -7494,6 +7410,12 @@
|
|||
"1": {
|
||||
"then": "Aquest fanal utilitza LED"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquest fanal s'il·lumina amb gas"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquest fanal utilitza il·luminació incandescent"
|
||||
},
|
||||
|
@ -7517,12 +7439,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquest fanal utilitza làmpades de sodi de baixa pressió (taronja monocroma)"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquest fanal s'il·lumina amb gas"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'il·luminació utilitza aquest fanal?"
|
||||
|
@ -8737,30 +8653,6 @@
|
|||
"1": {
|
||||
"question": "Venda de begudes"
|
||||
},
|
||||
"2": {
|
||||
"question": "Venda de llaminadures"
|
||||
},
|
||||
"3": {
|
||||
"question": "Venda de menjar"
|
||||
},
|
||||
"4": {
|
||||
"question": "Venda de tabaco"
|
||||
},
|
||||
"5": {
|
||||
"question": "Venda de preservatius"
|
||||
},
|
||||
"6": {
|
||||
"question": "Venda de cafè"
|
||||
},
|
||||
"7": {
|
||||
"question": "Venda d'aigua"
|
||||
},
|
||||
"8": {
|
||||
"question": "Venda de diaris"
|
||||
},
|
||||
"9": {
|
||||
"question": "Venda de càmeres interiors de bicicletes"
|
||||
},
|
||||
"10": {
|
||||
"question": "Venda de llet"
|
||||
},
|
||||
|
@ -8791,6 +8683,9 @@
|
|||
"19": {
|
||||
"question": "Venda de flors"
|
||||
},
|
||||
"2": {
|
||||
"question": "Venda de llaminadures"
|
||||
},
|
||||
"20": {
|
||||
"question": "Venda de tiquets d'aparcament"
|
||||
},
|
||||
|
@ -8814,6 +8709,27 @@
|
|||
},
|
||||
"27": {
|
||||
"question": "Venda de cadenat per a bicicletes"
|
||||
},
|
||||
"3": {
|
||||
"question": "Venda de menjar"
|
||||
},
|
||||
"4": {
|
||||
"question": "Venda de tabaco"
|
||||
},
|
||||
"5": {
|
||||
"question": "Venda de preservatius"
|
||||
},
|
||||
"6": {
|
||||
"question": "Venda de cafè"
|
||||
},
|
||||
"7": {
|
||||
"question": "Venda d'aigua"
|
||||
},
|
||||
"8": {
|
||||
"question": "Venda de diaris"
|
||||
},
|
||||
"9": {
|
||||
"question": "Venda de càmeres interiors de bicicletes"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8825,6 +8741,33 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquí es venen cambres d'aire Continental"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí es venen cambres d'aire Schwalbe"
|
||||
}
|
||||
},
|
||||
"question": "Quines marques de cambres d'aire es venen aquí?",
|
||||
"render": "Aquí es venen cambres d'aire {brand}"
|
||||
},
|
||||
"charge_cost_rewritten": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Quant costa {product_name}?",
|
||||
"render": "{product_name} costa {charge:{product_key}}"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "una cambra d'aire de bicicleta"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -8839,6 +8782,23 @@
|
|||
},
|
||||
"question": "Aquesta màquina expenedora està a l'exterior?"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquesta màquina expenedora funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquesta màquina expenedora està trencada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquesta màquina expenedora està tancada"
|
||||
},
|
||||
"3": {
|
||||
"then": "L'estat operatiu és <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Aquesta màquina expenedora encara funciona?"
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Nom de l'operadora"
|
||||
|
@ -8860,30 +8820,6 @@
|
|||
"1": {
|
||||
"then": "Es venen llaminadures"
|
||||
},
|
||||
"2": {
|
||||
"then": "Es ven menjar"
|
||||
},
|
||||
"3": {
|
||||
"then": "Es ven tabaco"
|
||||
},
|
||||
"4": {
|
||||
"then": "Es venen preservatius"
|
||||
},
|
||||
"5": {
|
||||
"then": "Es ven cafè"
|
||||
},
|
||||
"6": {
|
||||
"then": "Es ven aigua"
|
||||
},
|
||||
"7": {
|
||||
"then": "Es venen diaris"
|
||||
},
|
||||
"8": {
|
||||
"then": "Es venen càmeres interiors de bicicletes"
|
||||
},
|
||||
"9": {
|
||||
"then": "Es ven llet"
|
||||
},
|
||||
"10": {
|
||||
"then": "Es ven pa"
|
||||
},
|
||||
|
@ -8914,6 +8850,9 @@
|
|||
"19": {
|
||||
"then": "Es venen tiquets d'aparcament"
|
||||
},
|
||||
"2": {
|
||||
"then": "Es ven menjar"
|
||||
},
|
||||
"20": {
|
||||
"then": "Es venen cèntims premsats"
|
||||
},
|
||||
|
@ -8934,6 +8873,27 @@
|
|||
},
|
||||
"26": {
|
||||
"then": "Es venen cadenats per a bicicletes"
|
||||
},
|
||||
"3": {
|
||||
"then": "Es ven tabaco"
|
||||
},
|
||||
"4": {
|
||||
"then": "Es venen preservatius"
|
||||
},
|
||||
"5": {
|
||||
"then": "Es ven cafè"
|
||||
},
|
||||
"6": {
|
||||
"then": "Es ven aigua"
|
||||
},
|
||||
"7": {
|
||||
"then": "Es venen diaris"
|
||||
},
|
||||
"8": {
|
||||
"then": "Es venen càmeres interiors de bicicletes"
|
||||
},
|
||||
"9": {
|
||||
"then": "Es ven llet"
|
||||
}
|
||||
},
|
||||
"question": "Que ven aquesta màquina expenedora?",
|
||||
|
@ -9225,4 +9185,4 @@
|
|||
"render": "Turbina eòlica"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,6 +35,23 @@
|
|||
"1": {
|
||||
"title": "volně stojící plakátovací skříň"
|
||||
},
|
||||
"10": {
|
||||
"description": "Kus nepromokavého textilu s natištěným vzkazem, trvale připevněný na stěnu",
|
||||
"title": "plachta"
|
||||
},
|
||||
"11": {
|
||||
"title": "totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Používá se pro reklamní nápisy, neonové nápisy, loga a vstupní nápisy institucí",
|
||||
"title": "cedule"
|
||||
},
|
||||
"13": {
|
||||
"title": "socha"
|
||||
},
|
||||
"14": {
|
||||
"title": "nástěnná malba"
|
||||
},
|
||||
"2": {
|
||||
"title": "plakátovací skříň připevněná na stěnu"
|
||||
},
|
||||
|
@ -54,23 +71,6 @@
|
|||
},
|
||||
"8": {
|
||||
"title": "obrazovka připevněná na stěnu"
|
||||
},
|
||||
"10": {
|
||||
"description": "Kus nepromokavého textilu s natištěným vzkazem, trvale připevněný na stěnu",
|
||||
"title": "plachta"
|
||||
},
|
||||
"11": {
|
||||
"title": "totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Používá se pro reklamní nápisy, neonové nápisy, loga a vstupní nápisy institucí",
|
||||
"title": "cedule"
|
||||
},
|
||||
"13": {
|
||||
"title": "socha"
|
||||
},
|
||||
"14": {
|
||||
"title": "nástěnná malba"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -165,6 +165,9 @@
|
|||
"1": {
|
||||
"then": "Toto je deska"
|
||||
},
|
||||
"10": {
|
||||
"then": "Toto je nástěnná malba"
|
||||
},
|
||||
"2": {
|
||||
"then": "Toto je sloup"
|
||||
},
|
||||
|
@ -188,9 +191,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Toto je totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Toto je nástěnná malba"
|
||||
}
|
||||
},
|
||||
"question": "O jaký typ reklamního prvku se jedná?",
|
||||
|
@ -205,6 +205,9 @@
|
|||
"1": {
|
||||
"then": "Deska"
|
||||
},
|
||||
"10": {
|
||||
"then": "Nástěnná malba"
|
||||
},
|
||||
"2": {
|
||||
"then": "Skříň na plakáty"
|
||||
},
|
||||
|
@ -228,9 +231,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Nástěnná malba"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -312,6 +312,15 @@
|
|||
"1": {
|
||||
"then": "Nástěnná malba"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (španělské dekorativní dlaždice)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Obklady a dlažba"
|
||||
},
|
||||
"12": {
|
||||
"then": "Dřevořezba"
|
||||
},
|
||||
"2": {
|
||||
"then": "Malba"
|
||||
},
|
||||
|
@ -335,15 +344,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Reliéf"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (španělské dekorativní dlaždice)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Obklady a dlažba"
|
||||
},
|
||||
"12": {
|
||||
"then": "Dřevořezba"
|
||||
}
|
||||
},
|
||||
"question": "Jaký je typ tohoto uměleckého díla?",
|
||||
|
@ -1011,90 +1011,6 @@
|
|||
"render": "Půjčovna kol"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Vrstva zobrazující automaty na cyklistické duše (buď speciální automaty na cyklistické duše, nebo klasické automaty s cyklistickými dušemi a případně dalšími předměty souvisejícími s jízdními koly, jako jsou světla, rukavice, zámky, ...)",
|
||||
"name": "Automat na cyklistické duše",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "automat na cyklistické duše"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tento prodejní automat funguje"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tento prodejní automat je rozbitý"
|
||||
},
|
||||
"2": {
|
||||
"then": "Tento prodejní automat je uzavřen"
|
||||
}
|
||||
},
|
||||
"question": "Je tento automat stále v provozu?",
|
||||
"render": "Provozní stav je <i>{operational_status}</i>"
|
||||
},
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Continental duše jsou zde prodávány"
|
||||
},
|
||||
"1": {
|
||||
"then": "Schwalbe duše jsou zde prodávány"
|
||||
}
|
||||
},
|
||||
"question": "Jaká značka duší je zde prodávána?",
|
||||
"render": "{brand} duše jsou zde prodávány"
|
||||
},
|
||||
"bicycle_tube_vending_machine-charge": {
|
||||
"question": "Kolik stojí duše na kolo?",
|
||||
"render": "Cena jedné duše {charge}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Udržuje Schwalbe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Udržuje Continental"
|
||||
}
|
||||
},
|
||||
"question": "Kdo se stará o tento automat?"
|
||||
},
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Zde se prodávají cyklistické duše"
|
||||
},
|
||||
"1": {
|
||||
"then": "Zde se prodávají světla na jízdní kola"
|
||||
},
|
||||
"2": {
|
||||
"then": "Prodávají se zde rukavice"
|
||||
},
|
||||
"3": {
|
||||
"then": "Zde se prodávají sady na opravu jízdních kol"
|
||||
},
|
||||
"4": {
|
||||
"then": "Prodávají se zde pumpy na kolo"
|
||||
},
|
||||
"5": {
|
||||
"then": "Prodávají se zde zámky na kola"
|
||||
}
|
||||
},
|
||||
"question": "Prodávají se zde další doplňky na kolo?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Automat na cyklistické pláště{name}"
|
||||
}
|
||||
},
|
||||
"render": "Automat na cyklistické duše"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"description": "Cyklokavárna je kavárna zaměřená na cyklisty, například se službami, jako je pumpa, se spoustou výzdoby související s jízdními koly, …",
|
||||
"name": "Cyklokavárna",
|
||||
|
@ -2634,6 +2550,15 @@
|
|||
"1": {
|
||||
"then": "Tato cyklostezka je zpevněná"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tato cyklostezka je tvořena jemným štěrkem"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tato cyklostezka je z oblázkového kamene"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tato cyklostezka je vyrobena ze surové zeminy"
|
||||
},
|
||||
"2": {
|
||||
"then": "Tato cyklostezka je z asfaltu"
|
||||
},
|
||||
|
@ -2657,15 +2582,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Tato cyklostezka je štěrková"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tato cyklostezka je tvořena jemným štěrkem"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tato cyklostezka je z oblázkového kamene"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tato cyklostezka je vyrobena ze surové zeminy"
|
||||
}
|
||||
},
|
||||
"question": "Jaký je povrch cyklostezky?",
|
||||
|
@ -2714,6 +2630,15 @@
|
|||
"1": {
|
||||
"then": "Tato cyklostezka je zpevněná"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tato cyklostezka je vyrobena z jemného štěrku"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tato cyklostezka je z oblázků"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tato cyklostezka je vyrobena ze surové půdy"
|
||||
},
|
||||
"2": {
|
||||
"then": "Tato cyklostezka je z asfaltu"
|
||||
},
|
||||
|
@ -2737,15 +2662,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Tato cyklostezka je ze štěrku"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tato cyklostezka je vyrobena z jemného štěrku"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tato cyklostezka je z oblázků"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tato cyklostezka je vyrobena ze surové půdy"
|
||||
}
|
||||
},
|
||||
"question": "Z čeho je povrch ulice vyroben?",
|
||||
|
@ -3614,6 +3530,54 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Bez preference psů"
|
||||
},
|
||||
"1": {
|
||||
"question": "Psi povoleny"
|
||||
},
|
||||
"2": {
|
||||
"question": "Psi nejsou povoleni"
|
||||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nabízí internet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nabízí elektřinu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"13": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Má nabídku bez cukru"
|
||||
}
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Má bezlepkovou nabídku"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Má nabídku bez laktózy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -3684,54 +3648,6 @@
|
|||
"question": "Použití zdarma"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Bez preference psů"
|
||||
},
|
||||
"1": {
|
||||
"question": "Psi povoleny"
|
||||
},
|
||||
"2": {
|
||||
"question": "Psi nejsou povoleni"
|
||||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nabízí internet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nabízí elektřinu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"13": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Má nabídku bez cukru"
|
||||
}
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Má bezlepkovou nabídku"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Má nabídku bez laktózy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -3851,30 +3767,6 @@
|
|||
"1": {
|
||||
"then": "Tato fitness stanice má ceduli s pokyny pro konkrétní cvičení."
|
||||
},
|
||||
"2": {
|
||||
"then": "Tato posilovna má zařízení pro sedy-lehy."
|
||||
},
|
||||
"3": {
|
||||
"then": "Tato posilovna má zařízení pro kliky. Obvykle se skládá z jedné nebo více nízkých vodorovných tyčí."
|
||||
},
|
||||
"4": {
|
||||
"then": "Tato posilovací stanice má tyče pro strečink."
|
||||
},
|
||||
"5": {
|
||||
"then": "Tato fitness stanice má stanici pro vytváření hyperextenzí."
|
||||
},
|
||||
"6": {
|
||||
"then": "Tato posilovací stanice má kruhy pro gymnastická cvičení."
|
||||
},
|
||||
"7": {
|
||||
"then": "Tato fitness stanice má horizontální žebřík, známý také jako ručkovací žebřík."
|
||||
},
|
||||
"8": {
|
||||
"then": "Tato fitness stanice má nástěnné tyče, na které lze lézt."
|
||||
},
|
||||
"9": {
|
||||
"then": "Tato fitness stanice má sloupky pro provádění slalomových cvičení."
|
||||
},
|
||||
"10": {
|
||||
"then": "Tato fitness stanice má odrazové můstky."
|
||||
},
|
||||
|
@ -3905,6 +3797,9 @@
|
|||
"19": {
|
||||
"then": "Tato fitness stanice má bojová lana."
|
||||
},
|
||||
"2": {
|
||||
"then": "Tato posilovna má zařízení pro sedy-lehy."
|
||||
},
|
||||
"20": {
|
||||
"then": "Tato posilovna má stacionární kolo."
|
||||
},
|
||||
|
@ -3919,6 +3814,27 @@
|
|||
},
|
||||
"24": {
|
||||
"then": "Tato fitness stanice má slackline."
|
||||
},
|
||||
"3": {
|
||||
"then": "Tato posilovna má zařízení pro kliky. Obvykle se skládá z jedné nebo více nízkých vodorovných tyčí."
|
||||
},
|
||||
"4": {
|
||||
"then": "Tato posilovací stanice má tyče pro strečink."
|
||||
},
|
||||
"5": {
|
||||
"then": "Tato fitness stanice má stanici pro vytváření hyperextenzí."
|
||||
},
|
||||
"6": {
|
||||
"then": "Tato posilovací stanice má kruhy pro gymnastická cvičení."
|
||||
},
|
||||
"7": {
|
||||
"then": "Tato fitness stanice má horizontální žebřík, známý také jako ručkovací žebřík."
|
||||
},
|
||||
"8": {
|
||||
"then": "Tato fitness stanice má nástěnné tyče, na které lze lézt."
|
||||
},
|
||||
"9": {
|
||||
"then": "Tato fitness stanice má sloupky pro provádění slalomových cvičení."
|
||||
}
|
||||
},
|
||||
"question": "Jaké vybavení má tato fitness stanice?"
|
||||
|
@ -4038,6 +3954,21 @@
|
|||
"1": {
|
||||
"then": "Tohle je hranolkárna"
|
||||
},
|
||||
"10": {
|
||||
"then": "Podávají se zde čínské pokrmy"
|
||||
},
|
||||
"11": {
|
||||
"then": "Podávají se zde řecká jídla"
|
||||
},
|
||||
"12": {
|
||||
"then": "Podávají se zde indická jídla"
|
||||
},
|
||||
"13": {
|
||||
"then": "Podávají se zde turecké pokrmy"
|
||||
},
|
||||
"14": {
|
||||
"then": "Podávají se zde thajské pokrmy"
|
||||
},
|
||||
"2": {
|
||||
"then": "Podávají hlavně těstoviny"
|
||||
},
|
||||
|
@ -4061,21 +3992,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Podávají se zde francouzská jídla"
|
||||
},
|
||||
"10": {
|
||||
"then": "Podávají se zde čínské pokrmy"
|
||||
},
|
||||
"11": {
|
||||
"then": "Podávají se zde řecká jídla"
|
||||
},
|
||||
"12": {
|
||||
"then": "Podávají se zde indická jídla"
|
||||
},
|
||||
"13": {
|
||||
"then": "Podávají se zde turecké pokrmy"
|
||||
},
|
||||
"14": {
|
||||
"then": "Podávají se zde thajské pokrmy"
|
||||
}
|
||||
},
|
||||
"question": "Jaké jídlo se zde podává?",
|
||||
|
@ -4656,30 +4572,6 @@
|
|||
"1": {
|
||||
"then": "Jedná se o posluchárnu"
|
||||
},
|
||||
"2": {
|
||||
"then": "Jedná se o ložnici"
|
||||
},
|
||||
"3": {
|
||||
"then": "Jedná se o kapli"
|
||||
},
|
||||
"4": {
|
||||
"then": "Jedná se o učebnu"
|
||||
},
|
||||
"5": {
|
||||
"then": "Jedná se o učebnu"
|
||||
},
|
||||
"6": {
|
||||
"then": "Jedná se o počítačovou místnost"
|
||||
},
|
||||
"7": {
|
||||
"then": "Jedná se o konferenční místnost"
|
||||
},
|
||||
"8": {
|
||||
"then": "Jedná se o kryptu"
|
||||
},
|
||||
"9": {
|
||||
"then": "Jedná se o kuchyň"
|
||||
},
|
||||
"10": {
|
||||
"then": "Jedná se o laboratoř"
|
||||
},
|
||||
|
@ -4710,6 +4602,9 @@
|
|||
"19": {
|
||||
"then": "Jedná se o skladovací místnost"
|
||||
},
|
||||
"2": {
|
||||
"then": "Jedná se o ložnici"
|
||||
},
|
||||
"20": {
|
||||
"then": "Jedná se o technickou místnost"
|
||||
},
|
||||
|
@ -4718,6 +4613,27 @@
|
|||
},
|
||||
"22": {
|
||||
"then": "Jedná se o čekárnu"
|
||||
},
|
||||
"3": {
|
||||
"then": "Jedná se o kapli"
|
||||
},
|
||||
"4": {
|
||||
"then": "Jedná se o učebnu"
|
||||
},
|
||||
"5": {
|
||||
"then": "Jedná se o učebnu"
|
||||
},
|
||||
"6": {
|
||||
"then": "Jedná se o počítačovou místnost"
|
||||
},
|
||||
"7": {
|
||||
"then": "Jedná se o konferenční místnost"
|
||||
},
|
||||
"8": {
|
||||
"then": "Jedná se o kryptu"
|
||||
},
|
||||
"9": {
|
||||
"then": "Jedná se o kuchyň"
|
||||
}
|
||||
},
|
||||
"question": "O jaký typ pokoje se jedná?"
|
||||
|
@ -5352,6 +5268,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Všechny poznámky"
|
||||
},
|
||||
"1": {
|
||||
"question": "Skrýt poznámky k importu"
|
||||
},
|
||||
"2": {
|
||||
"question": "Zobrazit pouze poznámky k importu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -5407,19 +5336,6 @@
|
|||
"question": "Zobrazit pouze otevřené poznámky"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Všechny poznámky"
|
||||
},
|
||||
"1": {
|
||||
"question": "Skrýt poznámky k importu"
|
||||
},
|
||||
"2": {
|
||||
"question": "Zobrazit pouze poznámky k importu"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Poznámky OpenStreetMap",
|
||||
|
@ -5725,6 +5641,18 @@
|
|||
"1": {
|
||||
"then": "To je normální parkovací místo."
|
||||
},
|
||||
"10": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro zaměstnance."
|
||||
},
|
||||
"11": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro taxíky."
|
||||
},
|
||||
"12": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro vozidla táhnoucí přívěs."
|
||||
},
|
||||
"13": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro sdílení automobilů."
|
||||
},
|
||||
"2": {
|
||||
"then": "Jedná se o parkovací místo pro osoby se zdravotním postižením."
|
||||
},
|
||||
|
@ -5748,18 +5676,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro rodiče s dětmi."
|
||||
},
|
||||
"10": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro zaměstnance."
|
||||
},
|
||||
"11": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro taxíky."
|
||||
},
|
||||
"12": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro vozidla táhnoucí přívěs."
|
||||
},
|
||||
"13": {
|
||||
"then": "Jedná se o parkovací místo vyhrazené pro sdílení automobilů."
|
||||
}
|
||||
},
|
||||
"question": "Co je to za parkovací místo?"
|
||||
|
@ -6800,30 +6716,6 @@
|
|||
"1": {
|
||||
"question": "Recyklace baterií"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recyklace nápojových kartonů"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recyklace plechovek"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recyklace oděvů"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recyklace kuchyňského oleje"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recyklace motorového oleje"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recyklace zářivek"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recyklace zeleného odpadu"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recyklace skleněných lahví"
|
||||
},
|
||||
"10": {
|
||||
"question": "Recyklace skla"
|
||||
},
|
||||
|
@ -6854,11 +6746,35 @@
|
|||
"19": {
|
||||
"question": "Recyklace zbytkového odpadu"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recyklace nápojových kartonů"
|
||||
},
|
||||
"20": {
|
||||
"question": "Recyklace náplní do tiskáren"
|
||||
},
|
||||
"21": {
|
||||
"question": "Recyklace jízdních kol"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recyklace plechovek"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recyklace oděvů"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recyklace kuchyňského oleje"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recyklace motorového oleje"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recyklace zářivek"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recyklace zeleného odpadu"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recyklace skleněných lahví"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6926,30 +6842,6 @@
|
|||
"1": {
|
||||
"then": "Nápojové kartony se zde dají recyklovat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Plechovky se zde dají recyklovat"
|
||||
},
|
||||
"3": {
|
||||
"then": "Oblečení se zde dá recyklovat"
|
||||
},
|
||||
"4": {
|
||||
"then": "Olej na vaření zde lze recyklovat"
|
||||
},
|
||||
"5": {
|
||||
"then": "Motorový olej zde lze recyklovat"
|
||||
},
|
||||
"6": {
|
||||
"then": "Zářivky se zde dají recyklovat"
|
||||
},
|
||||
"7": {
|
||||
"then": "Zelený odpad se zde dá recyklovat"
|
||||
},
|
||||
"8": {
|
||||
"then": "Organický odpad lze zde recyklovat"
|
||||
},
|
||||
"9": {
|
||||
"then": "Skleněné lahve se zde dají recyklovat"
|
||||
},
|
||||
"10": {
|
||||
"then": "Sklo se zde dá recyklovat"
|
||||
},
|
||||
|
@ -6977,6 +6869,9 @@
|
|||
"19": {
|
||||
"then": "Kovový šrot lze zde recyklovat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Plechovky se zde dají recyklovat"
|
||||
},
|
||||
"20": {
|
||||
"then": "Boty se zde dají recyklovat"
|
||||
},
|
||||
|
@ -6994,6 +6889,27 @@
|
|||
},
|
||||
"25": {
|
||||
"then": "Kola se zde dají recyklovat"
|
||||
},
|
||||
"3": {
|
||||
"then": "Oblečení se zde dá recyklovat"
|
||||
},
|
||||
"4": {
|
||||
"then": "Olej na vaření zde lze recyklovat"
|
||||
},
|
||||
"5": {
|
||||
"then": "Motorový olej zde lze recyklovat"
|
||||
},
|
||||
"6": {
|
||||
"then": "Zářivky se zde dají recyklovat"
|
||||
},
|
||||
"7": {
|
||||
"then": "Zelený odpad se zde dá recyklovat"
|
||||
},
|
||||
"8": {
|
||||
"then": "Organický odpad lze zde recyklovat"
|
||||
},
|
||||
"9": {
|
||||
"then": "Skleněné lahve se zde dají recyklovat"
|
||||
}
|
||||
},
|
||||
"question": "Co se zde dá recyklovat?"
|
||||
|
@ -7794,6 +7710,12 @@
|
|||
"1": {
|
||||
"then": "Tato lampa používá LED diody"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tato lampa používá vysokotlaké sodíkové výbojky (oranžové s bílou)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tato lampa svítí pomocí plynu"
|
||||
},
|
||||
"2": {
|
||||
"then": "Tato lampa využívá žárovkové osvětlení"
|
||||
},
|
||||
|
@ -7817,12 +7739,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Tato lampa používá nízkotlaké sodíkové výbojky (monochromatické oranžové)"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tato lampa používá vysokotlaké sodíkové výbojky (oranžové s bílou)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tato lampa svítí pomocí plynu"
|
||||
}
|
||||
},
|
||||
"question": "Jaké osvětlení používá tato lampa?"
|
||||
|
@ -8993,30 +8909,6 @@
|
|||
"1": {
|
||||
"question": "Prodej nápojů"
|
||||
},
|
||||
"2": {
|
||||
"question": "Prodej sladkostí"
|
||||
},
|
||||
"3": {
|
||||
"question": "Prodej potravin"
|
||||
},
|
||||
"4": {
|
||||
"question": "Prodej cigaret"
|
||||
},
|
||||
"5": {
|
||||
"question": "Prodej kondomů"
|
||||
},
|
||||
"6": {
|
||||
"question": "Prodej kávy"
|
||||
},
|
||||
"7": {
|
||||
"question": "Prodej vody"
|
||||
},
|
||||
"8": {
|
||||
"question": "Prodej novin"
|
||||
},
|
||||
"9": {
|
||||
"question": "Prodej duší na jízdní kola"
|
||||
},
|
||||
"10": {
|
||||
"question": "Prodej mléka"
|
||||
},
|
||||
|
@ -9047,6 +8939,9 @@
|
|||
"19": {
|
||||
"question": "Prodej květin"
|
||||
},
|
||||
"2": {
|
||||
"question": "Prodej sladkostí"
|
||||
},
|
||||
"20": {
|
||||
"question": "Prodej parkovacích lístků"
|
||||
},
|
||||
|
@ -9070,6 +8965,27 @@
|
|||
},
|
||||
"27": {
|
||||
"question": "Prodej zámků na kola"
|
||||
},
|
||||
"3": {
|
||||
"question": "Prodej potravin"
|
||||
},
|
||||
"4": {
|
||||
"question": "Prodej cigaret"
|
||||
},
|
||||
"5": {
|
||||
"question": "Prodej kondomů"
|
||||
},
|
||||
"6": {
|
||||
"question": "Prodej kávy"
|
||||
},
|
||||
"7": {
|
||||
"question": "Prodej vody"
|
||||
},
|
||||
"8": {
|
||||
"question": "Prodej novin"
|
||||
},
|
||||
"9": {
|
||||
"question": "Prodej duší na jízdní kola"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9081,6 +8997,33 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Continental duše jsou zde prodávány"
|
||||
},
|
||||
"1": {
|
||||
"then": "Schwalbe duše jsou zde prodávány"
|
||||
}
|
||||
},
|
||||
"question": "Jaká značka duší je zde prodávána?",
|
||||
"render": "{brand} duše jsou zde prodávány"
|
||||
},
|
||||
"charge_cost_rewritten": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Kolik stojí {product_name}?",
|
||||
"render": "{product_name} {charge:{product_key}}"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "duše na kolo"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -9095,6 +9038,23 @@
|
|||
},
|
||||
"question": "Je tento automat uvnitř?"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tento prodejní automat funguje"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tento prodejní automat je rozbitý"
|
||||
},
|
||||
"2": {
|
||||
"then": "Tento prodejní automat je uzavřen"
|
||||
},
|
||||
"3": {
|
||||
"then": "Provozní stav je <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Je tento automat stále v provozu?"
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Jméno provozovatele"
|
||||
|
@ -9116,30 +9076,6 @@
|
|||
"1": {
|
||||
"then": "Prodává sladkosti"
|
||||
},
|
||||
"2": {
|
||||
"then": "Prodává jídlo"
|
||||
},
|
||||
"3": {
|
||||
"then": "Prodává cigarety"
|
||||
},
|
||||
"4": {
|
||||
"then": "Prodává kondomy"
|
||||
},
|
||||
"5": {
|
||||
"then": "Prodává kafe"
|
||||
},
|
||||
"6": {
|
||||
"then": "Prodává pitnou vodu"
|
||||
},
|
||||
"7": {
|
||||
"then": "Prodává noviny"
|
||||
},
|
||||
"8": {
|
||||
"then": "Prodává duše na kola"
|
||||
},
|
||||
"9": {
|
||||
"then": "Prodává mléko"
|
||||
},
|
||||
"10": {
|
||||
"then": "Prodává chléb"
|
||||
},
|
||||
|
@ -9170,6 +9106,9 @@
|
|||
"19": {
|
||||
"then": "Prodává parkovací lístky"
|
||||
},
|
||||
"2": {
|
||||
"then": "Prodává jídlo"
|
||||
},
|
||||
"20": {
|
||||
"then": "Prodává pamětní mince/lisované"
|
||||
},
|
||||
|
@ -9190,6 +9129,27 @@
|
|||
},
|
||||
"26": {
|
||||
"then": "Prodává zámky na kolo"
|
||||
},
|
||||
"3": {
|
||||
"then": "Prodává cigarety"
|
||||
},
|
||||
"4": {
|
||||
"then": "Prodává kondomy"
|
||||
},
|
||||
"5": {
|
||||
"then": "Prodává kafe"
|
||||
},
|
||||
"6": {
|
||||
"then": "Prodává pitnou vodu"
|
||||
},
|
||||
"7": {
|
||||
"then": "Prodává noviny"
|
||||
},
|
||||
"8": {
|
||||
"then": "Prodává duše na kola"
|
||||
},
|
||||
"9": {
|
||||
"then": "Prodává mléko"
|
||||
}
|
||||
},
|
||||
"question": "Co tento automat prodává?",
|
||||
|
@ -9481,4 +9441,4 @@
|
|||
"render": "větrná turbína"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -532,35 +532,6 @@
|
|||
"render": "Cykeludlejning"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Et lag med automater til cykelslanger (enten specialbyggede cykelslangeautomater eller klassiske automater med cykelslanger og eventuelt andre cykelrelaterede genstande som f.eks. lys, handsker, låse, o.s.v)",
|
||||
"name": "Automat til salg af cykelslanger",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "en automat til salg af cykelslanger"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Denne salgsautomat virker"
|
||||
},
|
||||
"1": {
|
||||
"then": "Denne salgsautomat er i stykker"
|
||||
},
|
||||
"2": {
|
||||
"then": "Denne salgsautomat er lukket"
|
||||
}
|
||||
},
|
||||
"question": "Er denne salgsautomat stadig i drift?",
|
||||
"render": "Driftsstatus er <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Automat til salg af cykelslanger"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"description": "En cykelcafé er en café rettet mod cyklister, for eksempel med tjenester som en pumpe, med masser af cykelrelateret dekoration, o.s.v",
|
||||
"name": "Cykelcafé",
|
||||
|
@ -2464,6 +2435,27 @@
|
|||
"render": "Indstillinger"
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Denne salgsautomat virker"
|
||||
},
|
||||
"1": {
|
||||
"then": "Denne salgsautomat er i stykker"
|
||||
},
|
||||
"2": {
|
||||
"then": "Denne salgsautomat er lukket"
|
||||
},
|
||||
"3": {
|
||||
"then": "Driftsstatus er <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Er denne salgsautomat stadig i drift?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"veterinary": {
|
||||
"name": "dyrlæge",
|
||||
"presets": {
|
||||
|
|
1066
langs/layers/de.json
1066
langs/layers/de.json
File diff suppressed because it is too large
Load diff
1050
langs/layers/en.json
1050
langs/layers/en.json
File diff suppressed because it is too large
Load diff
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"advertising": {
|
||||
"description": "Completaremos los datos de los elementos publicitarios con referencia, operador y iluminación",
|
||||
"name": "Publicidad",
|
||||
"name": "Anuncio",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Una estructura publicitaria grande al aire libre, que normalmente se encuentra en áreas transitadas como carreteras con mucha intensidad",
|
||||
|
@ -35,9 +35,29 @@
|
|||
"1": {
|
||||
"title": "un mupi"
|
||||
},
|
||||
"10": {
|
||||
"description": "Una pieza de tela impermeable con un mensaje impreso, anclada permanentemente en una pared",
|
||||
"title": "una lona"
|
||||
},
|
||||
"11": {
|
||||
"title": "un tótem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
|
||||
"title": "un señal"
|
||||
},
|
||||
"13": {
|
||||
"title": "una escultura"
|
||||
},
|
||||
"14": {
|
||||
"title": "una pared pintada"
|
||||
},
|
||||
"2": {
|
||||
"title": "un mupi sobre la pared"
|
||||
},
|
||||
"3": {
|
||||
"title": "una caja de carteles que forma parte de una marquesina de transporte público"
|
||||
},
|
||||
"4": {
|
||||
"description": "Un pequeño tablón de anuncios para anuncios del vecindario, normalmente destinado a peatones",
|
||||
"title": "un tablón de anuncios"
|
||||
|
@ -55,22 +75,8 @@
|
|||
"8": {
|
||||
"title": "una pantalla sobre una pared"
|
||||
},
|
||||
"10": {
|
||||
"description": "Una pieza de tela impermeable con un mensaje impreso, anclada permanentemente en una pared",
|
||||
"title": "una lona"
|
||||
},
|
||||
"11": {
|
||||
"title": "un tótem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
|
||||
"title": "un señal"
|
||||
},
|
||||
"13": {
|
||||
"title": "una escultura"
|
||||
},
|
||||
"14": {
|
||||
"title": "una pared pintada"
|
||||
"9": {
|
||||
"title": "una pantalla montada en una marquesina de tránsito"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -165,6 +171,9 @@
|
|||
"1": {
|
||||
"then": "Esto es un tablón de anuncios"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esto es una pared pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esto es una columna"
|
||||
},
|
||||
|
@ -188,9 +197,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Esto es un tótem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esto es una pared pintada"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de elemento publicitario es?",
|
||||
|
@ -205,6 +211,9 @@
|
|||
"1": {
|
||||
"then": "Tablon de anuncios"
|
||||
},
|
||||
"10": {
|
||||
"then": "Pared Pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Mupi"
|
||||
},
|
||||
|
@ -228,13 +237,13 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Tótem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Pared Pintada"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"aerialway": {
|
||||
"description": "Diversas formas de transporte de pasajeros y mercancías que utilizan cables, como teleféricos, telecabinas, telesillas, telesquíes y tirolinas. "
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Una estación de ambulancias es una zona para almacenar vehículos de ambulancia, equipamiento médico, equipos de protección personal y otros suministros médicos.",
|
||||
"name": "Mapa de estaciones de ambulancias",
|
||||
|
@ -349,6 +358,15 @@
|
|||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cerámica"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallado en madera"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pintura"
|
||||
},
|
||||
|
@ -372,15 +390,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Relieve"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cerámica"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallado en madera"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de obra es esta pieza?",
|
||||
|
@ -1048,89 +1057,6 @@
|
|||
"render": "Alquiler de bicicletas"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Una capa que muestra máquinas expendedoras de cámaras de bicicleta (ya sean máquinas expendedoras de cámaras de bicicleta especialmente diseñadas o máquinas expendedoras clásicas con cámaras de bicicleta y, opcionalmente, objetos adicionales relacionados con la bicicleta, como luces, guantes, candados, etc.)",
|
||||
"name": "Máquina expendedora de tubos de bicicleta",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una máquina expendedora de tubos de bicicleta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta máquina expendedora funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta máquina exprendedora está rota"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta máquina exprendedora está cerrada"
|
||||
}
|
||||
},
|
||||
"question": "¿Todavía funciona esta máquina expendedora?",
|
||||
"render": "El estado operacional es <i>{operational_status}</i>"
|
||||
},
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Las cámaras Continental se venden aquí"
|
||||
},
|
||||
"1": {
|
||||
"then": "Las cámaras Schwalbe se venden aquí"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué cámaras se venden aquí?",
|
||||
"render": "Las cámaras {brand} se venden aquí"
|
||||
},
|
||||
"bicycle_tube_vending_machine-charge": {
|
||||
"question": "¿Cuánto cuesta una cámara para la bicicleta?",
|
||||
"render": "Una cámara para bicicletas cuesta {charge}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mantenido por Schwalbe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mantenido por Continental"
|
||||
}
|
||||
},
|
||||
"question": "¿Quién mantiene esta máquina expendedora?"
|
||||
},
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquí se venden cámaras de aire para bicicletas"
|
||||
},
|
||||
"1": {
|
||||
"then": "Las luces para bicicletas se venden aquí"
|
||||
},
|
||||
"2": {
|
||||
"then": "Los guantes se venden aquí"
|
||||
},
|
||||
"3": {
|
||||
"then": "Los kits de reparación de bicicletas se venden aquí"
|
||||
},
|
||||
"4": {
|
||||
"then": "Las bombas para bicicletas se venden aquí"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí se venden candados para bicicletas"
|
||||
}
|
||||
},
|
||||
"question": "¿Se venden aquí otros accesorios para bicicletas?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Máquina expendedora de cámaras de bicicleta {name}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"tagRenderings": {
|
||||
"bike_cafe-repair-tools": {
|
||||
|
@ -1951,6 +1877,12 @@
|
|||
"1": {
|
||||
"then": "Este carril bici está pavimentado"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
},
|
||||
"12": {
|
||||
"then": "Este carril bici está hecho de tierra natural"
|
||||
},
|
||||
"2": {
|
||||
"then": "Este carril bici está hecho de asfalto"
|
||||
},
|
||||
|
@ -1965,12 +1897,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Este carril bici está hecho de grava"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
},
|
||||
"12": {
|
||||
"then": "Este carril bici está hecho de tierra natural"
|
||||
}
|
||||
},
|
||||
"question": "¿De qué superficie está hecho este carril bici?",
|
||||
|
@ -2016,6 +1942,9 @@
|
|||
"1": {
|
||||
"then": "Este carril bici está pavimentado"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
},
|
||||
"2": {
|
||||
"then": "Este carril bici está hecho de asfalto"
|
||||
},
|
||||
|
@ -2027,9 +1956,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Este carril bici está hecho de grava"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
}
|
||||
},
|
||||
"question": "¿De qué esta hecha la superficie de esta calle?",
|
||||
|
@ -2671,6 +2597,18 @@
|
|||
"0": {
|
||||
"then": "Esto es una pizzería"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí se sirven platos Chinos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí se sirven platos Griegos"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí se sirven platos Indios"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí se sirven platos Turcos"
|
||||
},
|
||||
"2": {
|
||||
"then": "Principalmente sirve pasta"
|
||||
},
|
||||
|
@ -2691,18 +2629,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquí se sirven platos Franceses"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí se sirven platos Chinos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí se sirven platos Griegos"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí se sirven platos Indios"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí se sirven platos Turcos"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de comida sirven aquí?",
|
||||
|
@ -3013,11 +2939,11 @@
|
|||
"tagRenderings": {
|
||||
"memorial-type": {
|
||||
"mappings": {
|
||||
"9": {
|
||||
"then": "Es un obelisco"
|
||||
},
|
||||
"10": {
|
||||
"then": "Es una cruz"
|
||||
},
|
||||
"9": {
|
||||
"then": "Es un obelisco"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3108,6 +3034,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Todas las notas"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ocultar las notas de importación"
|
||||
},
|
||||
"2": {
|
||||
"question": "Solo mostrar las notas de importación"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -3163,19 +3102,6 @@
|
|||
"question": "Solo mostrar las notas abiertas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Todas las notas"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ocultar las notas de importación"
|
||||
},
|
||||
"2": {
|
||||
"question": "Solo mostrar las notas de importación"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Notas de OpenStreetMap",
|
||||
|
@ -3778,24 +3704,6 @@
|
|||
"1": {
|
||||
"question": "Reciclaje de baterías"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclaje de latas"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclaje de ropa"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclaje de aceite de cocina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclaje de aceite de motor"
|
||||
},
|
||||
"8": {
|
||||
"question": "Reciclaje de residuos orgánicos"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclaje de botellas de cristal"
|
||||
},
|
||||
"10": {
|
||||
"question": "Reciclaje de cristal"
|
||||
},
|
||||
|
@ -3822,6 +3730,24 @@
|
|||
},
|
||||
"18": {
|
||||
"question": "Reciclaje de pequeños electrodomésticos"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclaje de latas"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclaje de ropa"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclaje de aceite de cocina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclaje de aceite de motor"
|
||||
},
|
||||
"8": {
|
||||
"question": "Reciclaje de residuos orgánicos"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclaje de botellas de cristal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3864,27 +3790,6 @@
|
|||
"0": {
|
||||
"then": "Aquí se pueden reciclar baterías"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí se pueden reciclar latas"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí se puede reciclar ropa"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí se puede reciclar aceite de cocina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí se puede reciclar aceite de motor"
|
||||
},
|
||||
"7": {
|
||||
"then": "Los residuos orgánicos pueden reciclarse aquí"
|
||||
},
|
||||
"8": {
|
||||
"then": "Aquí se pueden reciclar residuos orgánicos"
|
||||
},
|
||||
"9": {
|
||||
"then": "Aquí se pueden reciclar botellas de cristal"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí se puede reciclar cristal"
|
||||
},
|
||||
|
@ -3909,8 +3814,29 @@
|
|||
"19": {
|
||||
"then": "Aquí se puede reciclar chatarra"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí se pueden reciclar latas"
|
||||
},
|
||||
"20": {
|
||||
"then": "El calzado se puede reciclar aquí"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí se puede reciclar ropa"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí se puede reciclar aceite de cocina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí se puede reciclar aceite de motor"
|
||||
},
|
||||
"7": {
|
||||
"then": "Los residuos orgánicos pueden reciclarse aquí"
|
||||
},
|
||||
"8": {
|
||||
"then": "Aquí se pueden reciclar residuos orgánicos"
|
||||
},
|
||||
"9": {
|
||||
"then": "Aquí se pueden reciclar botellas de cristal"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué se puede reciclar aquí?"
|
||||
|
@ -4244,6 +4170,12 @@
|
|||
"1": {
|
||||
"then": "Esta lámpara utiliza LEDs"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Esta lampara se ilumina con gas"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta lámpara utiliza iluminación incandescente"
|
||||
},
|
||||
|
@ -4264,12 +4196,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Esta lámpara utiliza lámparas de sodio de baja presión (naranja monocromo)"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Esta lampara se ilumina con gas"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de iluminación utiliza esta lámpara?"
|
||||
|
@ -4802,6 +4728,76 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Las cámaras Continental se venden aquí"
|
||||
},
|
||||
"1": {
|
||||
"then": "Las cámaras Schwalbe se venden aquí"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué cámaras se venden aquí?",
|
||||
"render": "Las cámaras {brand} se venden aquí"
|
||||
},
|
||||
"charge_cost_rewritten": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "¿Cuánto cuesta {product_name}?",
|
||||
"render": "{product_name} cuesta {charge:{product_key}}"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "una cámara para la bicicleta"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta máquina expendedora funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta máquina exprendedora está rota"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta máquina exprendedora está cerrada"
|
||||
},
|
||||
"3": {
|
||||
"then": "El estado operacional es <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "¿Todavía funciona esta máquina expendedora?"
|
||||
},
|
||||
"vending": {
|
||||
"mappings": {
|
||||
"22": {
|
||||
"then": "Las luces para bicicletas se venden aquí"
|
||||
},
|
||||
"23": {
|
||||
"then": "Los guantes se venden aquí"
|
||||
},
|
||||
"24": {
|
||||
"then": "Los kits de reparación de bicicletas se venden aquí"
|
||||
},
|
||||
"25": {
|
||||
"then": "Las bombas para bicicletas se venden aquí"
|
||||
},
|
||||
"26": {
|
||||
"then": "Aquí se venden candados para bicicletas"
|
||||
},
|
||||
"8": {
|
||||
"then": "Aquí se venden cámaras de aire para bicicletas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"veterinary": {
|
||||
"name": "veterinario",
|
||||
"presets": {
|
||||
|
@ -4884,4 +4880,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,6 +35,23 @@
|
|||
"1": {
|
||||
"title": "un panneau à affiches scellé au sol"
|
||||
},
|
||||
"10": {
|
||||
"description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
|
||||
"title": "une bâche"
|
||||
},
|
||||
"11": {
|
||||
"title": "un totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
|
||||
"title": "une enseigne"
|
||||
},
|
||||
"13": {
|
||||
"title": "une sculpture"
|
||||
},
|
||||
"14": {
|
||||
"title": "une peinture murale"
|
||||
},
|
||||
"2": {
|
||||
"title": "un panneau à affiches monté sur un mur"
|
||||
},
|
||||
|
@ -60,23 +77,6 @@
|
|||
},
|
||||
"9": {
|
||||
"title": "un écran fixé sur un abri de transport"
|
||||
},
|
||||
"10": {
|
||||
"description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
|
||||
"title": "une bâche"
|
||||
},
|
||||
"11": {
|
||||
"title": "un totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
|
||||
"title": "une enseigne"
|
||||
},
|
||||
"13": {
|
||||
"title": "une sculpture"
|
||||
},
|
||||
"14": {
|
||||
"title": "une peinture murale"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -168,6 +168,9 @@
|
|||
"1": {
|
||||
"then": "C'est un petit panneau"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une peinture murale"
|
||||
},
|
||||
"2": {
|
||||
"then": "C'est une colonne"
|
||||
},
|
||||
|
@ -191,9 +194,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "C'est un totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une peinture murale"
|
||||
}
|
||||
},
|
||||
"question": "De quel type de dispositif publicitaire s'agit-il ?",
|
||||
|
@ -205,6 +205,9 @@
|
|||
"1": {
|
||||
"then": "Petit panneau"
|
||||
},
|
||||
"10": {
|
||||
"then": "Peinture murale"
|
||||
},
|
||||
"3": {
|
||||
"then": "Colonne"
|
||||
},
|
||||
|
@ -225,9 +228,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Peinture murale"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -328,6 +328,15 @@
|
|||
"1": {
|
||||
"then": "Peinture murale"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (faïence latine)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Carrelage"
|
||||
},
|
||||
"12": {
|
||||
"then": "Sculpture sur bois"
|
||||
},
|
||||
"2": {
|
||||
"then": "Peinture"
|
||||
},
|
||||
|
@ -351,15 +360,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (faïence latine)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Carrelage"
|
||||
},
|
||||
"12": {
|
||||
"then": "Sculpture sur bois"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le type de cette œuvre d'art ?",
|
||||
|
@ -955,35 +955,6 @@
|
|||
"render": "Location de vélo"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Une couche affichant des distributeurs automatiques de chambre à air (que ce soit des distributeurs conçus spécifiquement pour les chambres à air ou des distributeurs classiques incluant des chambres à air ainsi des objets apparentés tels que de l'éclairage pour vélo, des gants, des cadenas, ...)",
|
||||
"name": "Distributeur automatique de chambre à air de vélo",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "une distributeur automatique de chambre à air de vélo"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Le distributeur automatique fonctionne"
|
||||
},
|
||||
"1": {
|
||||
"then": "Le distributeur automatique est en panne"
|
||||
},
|
||||
"2": {
|
||||
"then": "Le distributeur automatique est fermé"
|
||||
}
|
||||
},
|
||||
"question": "Cette machine est-elle encore opérationelle ?",
|
||||
"render": "L'état opérationnel est <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Distributeur automatique de chambre à air de vélo"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"description": "Un vélo café est un café à destination des cyclistes avec, par exemple, des services tels qu’une pompe, et de nombreuses décorations liées aux vélos, etc.",
|
||||
"name": "Café vélo",
|
||||
|
@ -1191,6 +1162,19 @@
|
|||
}
|
||||
},
|
||||
"question": "Quelle est la position relative de ce parking à vélo ?"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "L'utilisation de ce parking à vélo est <b>payant</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "L'utilisation de ce parking à vélo est <b>gratuit</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"operator": {
|
||||
"question": "Qui entretient ce parking à vélos ?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -2467,6 +2451,15 @@
|
|||
"1": {
|
||||
"then": "Cette piste cyclable est goudronée"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette piste cyclable est asphaltée"
|
||||
},
|
||||
|
@ -2490,15 +2483,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Cette piste cyclable est faite en graviers"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
}
|
||||
},
|
||||
"question": "De quoi est faite la surface de la piste cyclable ?",
|
||||
|
@ -2547,6 +2531,15 @@
|
|||
"1": {
|
||||
"then": "Cette piste cyclable est pavée"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cette piste cyclable est asphaltée"
|
||||
},
|
||||
|
@ -2570,15 +2563,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Cette piste cyclable est faite en graviers"
|
||||
},
|
||||
"10": {
|
||||
"then": "Cette piste cyclable est faite en graviers fins"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cette piste cyclable est en cailloux"
|
||||
},
|
||||
"12": {
|
||||
"then": "Cette piste cyclable est faite en sol brut"
|
||||
}
|
||||
},
|
||||
"question": "De quel materiel est faite cette rue ?",
|
||||
|
@ -3428,6 +3412,21 @@
|
|||
"1": {
|
||||
"then": "C'est une friterie"
|
||||
},
|
||||
"10": {
|
||||
"then": "Des plats chinois sont servis ici"
|
||||
},
|
||||
"11": {
|
||||
"then": "Des plats grecs sont servis ici"
|
||||
},
|
||||
"12": {
|
||||
"then": "Des plats indiens sont servis ici"
|
||||
},
|
||||
"13": {
|
||||
"then": "Des plats turcs sont servis ici"
|
||||
},
|
||||
"14": {
|
||||
"then": "Des plats thaïlandais sont servis ici"
|
||||
},
|
||||
"2": {
|
||||
"then": "Restaurant Italien"
|
||||
},
|
||||
|
@ -3451,21 +3450,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Des plats français sont servis ici"
|
||||
},
|
||||
"10": {
|
||||
"then": "Des plats chinois sont servis ici"
|
||||
},
|
||||
"11": {
|
||||
"then": "Des plats grecs sont servis ici"
|
||||
},
|
||||
"12": {
|
||||
"then": "Des plats indiens sont servis ici"
|
||||
},
|
||||
"13": {
|
||||
"then": "Des plats turcs sont servis ici"
|
||||
},
|
||||
"14": {
|
||||
"then": "Des plats thaïlandais sont servis ici"
|
||||
}
|
||||
},
|
||||
"question": "Quelle type de nourriture est servie ici ?",
|
||||
|
@ -3859,11 +3843,11 @@
|
|||
},
|
||||
"room-type": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "C'est une salle de classe"
|
||||
},
|
||||
"14": {
|
||||
"then": "C'est un bureau"
|
||||
},
|
||||
"4": {
|
||||
"then": "C'est une salle de classe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4144,6 +4128,18 @@
|
|||
"1": {
|
||||
"then": "C'est une plaque"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une croix"
|
||||
},
|
||||
"11": {
|
||||
"then": "C'est une plaque bleue (spécifique aux pays anglo-saxons)"
|
||||
},
|
||||
"12": {
|
||||
"then": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial"
|
||||
},
|
||||
"13": {
|
||||
"then": "C'est un arbre du souvenir"
|
||||
},
|
||||
"2": {
|
||||
"then": "C'est un banc commémoratif"
|
||||
},
|
||||
|
@ -4167,18 +4163,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "C'est un obélisque"
|
||||
},
|
||||
"10": {
|
||||
"then": "C'est une croix"
|
||||
},
|
||||
"11": {
|
||||
"then": "C'est une plaque bleue (spécifique aux pays anglo-saxons)"
|
||||
},
|
||||
"12": {
|
||||
"then": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial"
|
||||
},
|
||||
"13": {
|
||||
"then": "C'est un arbre du souvenir"
|
||||
}
|
||||
},
|
||||
"question": "C'est un mémorial de guerre",
|
||||
|
@ -5264,30 +5248,6 @@
|
|||
"1": {
|
||||
"question": "Recyclage de piles et batteries domestiques"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recyclage d'emballage de boissons"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recyclage de boites de conserve et de canettes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recyclage de vêtements"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recyclage des huiles de friture"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recyclage des huiles de moteur"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recyclage des lampes fluorescentes"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recyclage des déchets verts"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recyclage des bouteilles en verre et des bocaux"
|
||||
},
|
||||
"10": {
|
||||
"question": "Recyclage de tout type de verre"
|
||||
},
|
||||
|
@ -5318,11 +5278,35 @@
|
|||
"19": {
|
||||
"question": "Recyclage des autres déchets"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recyclage d'emballage de boissons"
|
||||
},
|
||||
"20": {
|
||||
"question": "Recyclage des cartouches d'imprimante"
|
||||
},
|
||||
"21": {
|
||||
"question": "Recyclage des vélos"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recyclage de boites de conserve et de canettes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recyclage de vêtements"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recyclage des huiles de friture"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recyclage des huiles de moteur"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recyclage des lampes fluorescentes"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recyclage des déchets verts"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recyclage des bouteilles en verre et des bocaux"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -5385,30 +5369,6 @@
|
|||
"1": {
|
||||
"then": "Les briques alimentaires en carton peuvent être recyclées ici"
|
||||
},
|
||||
"2": {
|
||||
"then": "Les boites de conserve et canettes peuvent être recyclées ici"
|
||||
},
|
||||
"3": {
|
||||
"then": "Les vêtements peuvent être recyclés ici"
|
||||
},
|
||||
"4": {
|
||||
"then": "Les huiles de friture peuvent être recyclées ici"
|
||||
},
|
||||
"5": {
|
||||
"then": "Les huiles de moteur peuvent être recyclées ici"
|
||||
},
|
||||
"6": {
|
||||
"then": "Les lampes fluorescentes peuvent être recyclées ici"
|
||||
},
|
||||
"7": {
|
||||
"then": "Les déchets verts peuvent être recyclés ici"
|
||||
},
|
||||
"8": {
|
||||
"then": "Les déchets organiques peuvent être recyclés ici"
|
||||
},
|
||||
"9": {
|
||||
"then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
|
||||
},
|
||||
"10": {
|
||||
"then": "Tout type de verre peut être recyclé ici"
|
||||
},
|
||||
|
@ -5436,6 +5396,9 @@
|
|||
"19": {
|
||||
"then": "La ferraille peut être recyclée ici"
|
||||
},
|
||||
"2": {
|
||||
"then": "Les boites de conserve et canettes peuvent être recyclées ici"
|
||||
},
|
||||
"20": {
|
||||
"then": "Les chaussures peuvent être recyclées ici"
|
||||
},
|
||||
|
@ -5453,6 +5416,27 @@
|
|||
},
|
||||
"25": {
|
||||
"then": "Les vélos peuvent être recyclés ici"
|
||||
},
|
||||
"3": {
|
||||
"then": "Les vêtements peuvent être recyclés ici"
|
||||
},
|
||||
"4": {
|
||||
"then": "Les huiles de friture peuvent être recyclées ici"
|
||||
},
|
||||
"5": {
|
||||
"then": "Les huiles de moteur peuvent être recyclées ici"
|
||||
},
|
||||
"6": {
|
||||
"then": "Les lampes fluorescentes peuvent être recyclées ici"
|
||||
},
|
||||
"7": {
|
||||
"then": "Les déchets verts peuvent être recyclés ici"
|
||||
},
|
||||
"8": {
|
||||
"then": "Les déchets organiques peuvent être recyclés ici"
|
||||
},
|
||||
"9": {
|
||||
"then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
|
||||
}
|
||||
},
|
||||
"question": "Que peut-on recycler ici ?"
|
||||
|
@ -6832,6 +6816,27 @@
|
|||
"1": {
|
||||
"question": "Vente de boissons"
|
||||
},
|
||||
"10": {
|
||||
"question": "Vente de lait"
|
||||
},
|
||||
"11": {
|
||||
"question": "Vente de pain"
|
||||
},
|
||||
"12": {
|
||||
"question": "Vente d'œufs"
|
||||
},
|
||||
"13": {
|
||||
"question": "Vente de fromage"
|
||||
},
|
||||
"14": {
|
||||
"question": "Vente de miel"
|
||||
},
|
||||
"15": {
|
||||
"question": "Vente de pommes de terre"
|
||||
},
|
||||
"19": {
|
||||
"question": "Vente de fleurs"
|
||||
},
|
||||
"2": {
|
||||
"question": "Ventre de confiseries"
|
||||
},
|
||||
|
@ -6855,27 +6860,6 @@
|
|||
},
|
||||
"9": {
|
||||
"question": "Vente de chambres à air pour vélo"
|
||||
},
|
||||
"10": {
|
||||
"question": "Vente de lait"
|
||||
},
|
||||
"11": {
|
||||
"question": "Vente de pain"
|
||||
},
|
||||
"12": {
|
||||
"question": "Vente d'œufs"
|
||||
},
|
||||
"13": {
|
||||
"question": "Vente de fromage"
|
||||
},
|
||||
"14": {
|
||||
"question": "Vente de miel"
|
||||
},
|
||||
"15": {
|
||||
"question": "Vente de pommes de terre"
|
||||
},
|
||||
"19": {
|
||||
"question": "Vente de fleurs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6901,6 +6885,23 @@
|
|||
},
|
||||
"question": "Est-ce que ce distributeur est en intérieur ?"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Le distributeur automatique fonctionne"
|
||||
},
|
||||
"1": {
|
||||
"then": "Le distributeur automatique est en panne"
|
||||
},
|
||||
"2": {
|
||||
"then": "Le distributeur automatique est fermé"
|
||||
},
|
||||
"3": {
|
||||
"then": "L'état opérationnel est <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Cette machine est-elle encore opérationelle ?"
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Nom de l'exploitant"
|
||||
|
@ -6916,6 +6917,24 @@
|
|||
"1": {
|
||||
"then": "Vent des confiseries"
|
||||
},
|
||||
"10": {
|
||||
"then": "Vent du pain"
|
||||
},
|
||||
"11": {
|
||||
"then": "Vent des œufs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Vent du fromage"
|
||||
},
|
||||
"13": {
|
||||
"then": "Vent du miel"
|
||||
},
|
||||
"14": {
|
||||
"then": "Vent des pommes de terre"
|
||||
},
|
||||
"18": {
|
||||
"then": "Vent des fleurs"
|
||||
},
|
||||
"2": {
|
||||
"then": "Vent de la nourriture"
|
||||
},
|
||||
|
@ -6939,24 +6958,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Vent du lait"
|
||||
},
|
||||
"10": {
|
||||
"then": "Vent du pain"
|
||||
},
|
||||
"11": {
|
||||
"then": "Vent des œufs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Vent du fromage"
|
||||
},
|
||||
"13": {
|
||||
"then": "Vent du miel"
|
||||
},
|
||||
"14": {
|
||||
"then": "Vent des pommes de terre"
|
||||
},
|
||||
"18": {
|
||||
"then": "Vent des fleurs"
|
||||
}
|
||||
},
|
||||
"question": "Que vent ce distributeur ?",
|
||||
|
@ -7159,4 +7160,4 @@
|
|||
"render": "éolienne"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -364,23 +364,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez az automata működik"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez az automata elromlott"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ez az automata zárva van"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
"name": "Kerékpártároló",
|
||||
"presets": {
|
||||
|
@ -932,6 +915,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez az automata működik"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez az automata elromlott"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ez az automata zárva van"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Ez egy nyilvános szemétkosár vagy kuka, ahová kidobhatod a szemetedet."
|
||||
},
|
||||
|
|
|
@ -505,34 +505,6 @@
|
|||
"bicycle_rental": {
|
||||
"description": "Stazione noleggio biciclette"
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"name": "Distributore automatico di camere d’aria per bici",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una distributore automatico di camere d’aria per bici"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Il distributore automatico funziona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Il distributore automatico è guasto"
|
||||
},
|
||||
"2": {
|
||||
"then": "Il distributore automatico è spento"
|
||||
}
|
||||
},
|
||||
"question": "Questo distributore automatico funziona ancora?",
|
||||
"render": "Lo stato operativo è <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Distributore automatico di camere d’aria per bici"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"name": "Cafè per ciclisti",
|
||||
"presets": {
|
||||
|
@ -2946,6 +2918,27 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Il distributore automatico funziona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Il distributore automatico è guasto"
|
||||
},
|
||||
"2": {
|
||||
"then": "Il distributore automatico è spento"
|
||||
},
|
||||
"3": {
|
||||
"then": "Lo stato operativo è <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Questo distributore automatico funziona ancora?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"viewpoint": {
|
||||
"description": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata",
|
||||
"name": "Punto panoramico",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -35,6 +35,23 @@
|
|||
"1": {
|
||||
"title": "wolnostojąca skrzynka plakatowa"
|
||||
},
|
||||
"10": {
|
||||
"description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
|
||||
"title": "plandeka"
|
||||
},
|
||||
"11": {
|
||||
"title": "totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
|
||||
"title": "znak"
|
||||
},
|
||||
"13": {
|
||||
"title": "rzeźba"
|
||||
},
|
||||
"14": {
|
||||
"title": "mural ścienny"
|
||||
},
|
||||
"2": {
|
||||
"title": "skrzynka plakatowa montowana na ścianie"
|
||||
},
|
||||
|
@ -54,23 +71,6 @@
|
|||
},
|
||||
"8": {
|
||||
"title": "ekran zamontowany na ścianie"
|
||||
},
|
||||
"10": {
|
||||
"description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
|
||||
"title": "plandeka"
|
||||
},
|
||||
"11": {
|
||||
"title": "totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
|
||||
"title": "znak"
|
||||
},
|
||||
"13": {
|
||||
"title": "rzeźba"
|
||||
},
|
||||
"14": {
|
||||
"title": "mural ścienny"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -156,6 +156,9 @@
|
|||
"1": {
|
||||
"then": "To jest tablica"
|
||||
},
|
||||
"10": {
|
||||
"then": "To jest mural ścienny"
|
||||
},
|
||||
"2": {
|
||||
"then": "To jest kolumna"
|
||||
},
|
||||
|
@ -179,9 +182,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "To jest totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "To jest mural ścienny"
|
||||
}
|
||||
},
|
||||
"question": "Jakiego rodzaju jest to obiekt reklamowy?",
|
||||
|
@ -196,6 +196,9 @@
|
|||
"1": {
|
||||
"then": "Tablica"
|
||||
},
|
||||
"10": {
|
||||
"then": "Mural ścienny"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pudełko plakatowe"
|
||||
},
|
||||
|
@ -219,9 +222,37 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Mural ścienny"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"aerialway": {
|
||||
"description": "Różne formy transportu dla pasażerów i dóbr, które używają lin, w tym kolejki gondolowe, wyciągi krzesełkowe i orczykowe oraz tyrolki. ",
|
||||
"pointRendering": {
|
||||
"1": {
|
||||
"label": {
|
||||
"render": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"duration": {
|
||||
"question": "Jak długo trwa pojedynczy przejazd tą windą?",
|
||||
"questionHint": "To nie włącza czasu oczekiwania.",
|
||||
"render": "Pojedynczy przejazd trwa {duration} minut"
|
||||
},
|
||||
"occupancy": {
|
||||
"question": "Ile osób może pomieścić jeden wagon?",
|
||||
"render": "{aerialway:occupancy} osób mieści się w jednym wagonie"
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
"10": {
|
||||
"then": "Tyrolka. (Atrakcja turystyczna, która pozwala żądnym przygód zjechać z dużą szybkością) "
|
||||
},
|
||||
"4": {
|
||||
"then": "Wyciąg orczykowy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -269,6 +300,59 @@
|
|||
"render": "Stacja pogotowia ratunkowego"
|
||||
}
|
||||
},
|
||||
"animal_shelter": {
|
||||
"name": "Schroniska dla zwierząt",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "schronisko dla zwierząt"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"question": "Jak nazywa się to schronisko dla zwierząt?",
|
||||
"render": "To schronisko dla zwierząt nazywa się <b>{name}</b>"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Zwierzęta są tutaj dopóki nie znajdą nowego właściciela"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ranne zwierzęta przechodzą tutaj rehabilitację do momentu, kiedy mogą zostać wypuszczone na wolność "
|
||||
}
|
||||
},
|
||||
"question": "Jaki jest cel tego schroniska dla zwierząt?"
|
||||
},
|
||||
"boarded_animals": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Są tutaj trzymane psy"
|
||||
},
|
||||
"1": {
|
||||
"then": "Są tutaj trzymane koty"
|
||||
},
|
||||
"2": {
|
||||
"then": "Są tutaj trzymane konie"
|
||||
},
|
||||
"3": {
|
||||
"then": "Są tutaj trzymane ptaki"
|
||||
},
|
||||
"4": {
|
||||
"then": "Są tutaj trzymane dzikie zwierzęta"
|
||||
}
|
||||
},
|
||||
"question": "Jakie zwierzęta są tutaj przyjmowane?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Schronisko dla zwierząt"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Otwarta mapa posągów, popiersi, graffiti i innych dzieł sztuki z całego świata",
|
||||
"name": "Dzieła sztuki",
|
||||
|
@ -297,6 +381,15 @@
|
|||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (hiszpańskie płytka dekoracyjna)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Płyta ceramiczna (fliza)"
|
||||
},
|
||||
"12": {
|
||||
"then": "Rzeźbienie w drewnie"
|
||||
},
|
||||
"2": {
|
||||
"then": "Obraz"
|
||||
},
|
||||
|
@ -320,15 +413,6 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Płaskorzeźba"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (hiszpańskie płytka dekoracyjna)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Płyta ceramiczna (fliza)"
|
||||
},
|
||||
"12": {
|
||||
"then": "Rzeźbienie w drewnie"
|
||||
}
|
||||
},
|
||||
"question": "Jakiego rodzaju jest to dzieło sztuki?",
|
||||
|
@ -370,6 +454,36 @@
|
|||
"render": "Dzieło sztuki"
|
||||
}
|
||||
},
|
||||
"assembly_point": {
|
||||
"description": "Ta warstwa zawiera punkty zbiórki oraz miejsca oczekiwania, gdzie wszyscy pracownicy, pasażerowie lub duży tłum gromadzą się w przypadku zagrożenia.",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "punkt zbiórki"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"assembly_point_name": {
|
||||
"question": "Jak nazywa się ten punkt zbiórki?",
|
||||
"render": "Ten punkt zbiórki nazywa się <b>{name}</b>"
|
||||
},
|
||||
"disaster_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Trzęsienie ziemi"
|
||||
},
|
||||
"1": {
|
||||
"then": "Powódź"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pożar"
|
||||
},
|
||||
"3": {
|
||||
"then": "Osuwisko"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"atm": {
|
||||
"description": "Bankomaty do wypłacania pieniędzy",
|
||||
"name": "Bankomaty",
|
||||
|
@ -383,7 +497,8 @@
|
|||
"freeform": {
|
||||
"placeholder": "Nazwa handlowa"
|
||||
},
|
||||
"question": "Jakiej marki jest ten bankomat?"
|
||||
"question": "Jakiej marki jest ten bankomat?",
|
||||
"render": "Marka tego bankomatu to {brand}"
|
||||
},
|
||||
"cash_in": {
|
||||
"mappings": {
|
||||
|
@ -453,7 +568,12 @@
|
|||
}
|
||||
},
|
||||
"barrier": {
|
||||
"name": "Barierki"
|
||||
"name": "Barierki",
|
||||
"tagRenderings": {
|
||||
"MaxWidth": {
|
||||
"render": "Maksymalna szerokość: {maxwidth:physical} m"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"filter": {
|
||||
|
@ -621,6 +741,29 @@
|
|||
"bicycle_rental": {
|
||||
"description": "Stacje wypożyczania rowerów",
|
||||
"tagRenderings": {
|
||||
"bicycle-types": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Można tutaj wypożyczyć rowery elektryczne"
|
||||
},
|
||||
"3": {
|
||||
"then": "Można tutaj wypożyczyć rowery górskie"
|
||||
},
|
||||
"4": {
|
||||
"then": "Można tutaj wypożyczyć rowery dla dzieci"
|
||||
},
|
||||
"5": {
|
||||
"then": "Można tutaj wypożyczyć tandemy"
|
||||
},
|
||||
"7": {
|
||||
"then": "Można tutaj wypożyczyć kaski rowerowe"
|
||||
}
|
||||
},
|
||||
"question": "Jakiego rodzaju rowery i akcesoria są tutaj wypożyczane?"
|
||||
},
|
||||
"bicycle_rental_type": {
|
||||
"question": "Jakiego rodzaju jest to wypożyczalnia rowerów?"
|
||||
},
|
||||
"rental_types": {
|
||||
"rewrite": {
|
||||
"into": {
|
||||
|
@ -639,6 +782,9 @@
|
|||
"4": {
|
||||
"1": "rowery górskie"
|
||||
},
|
||||
"5": {
|
||||
"1": "sakwy rowerowe"
|
||||
},
|
||||
"6": {
|
||||
"1": "tandem"
|
||||
}
|
||||
|
@ -655,7 +801,44 @@
|
|||
"render": "Wypożyczalnia rowerów"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"tagRenderings": {
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Są tutaj sprzedawane lampki rowerowe"
|
||||
},
|
||||
"2": {
|
||||
"then": "Są tutaj sprzedawane rękawiczki"
|
||||
},
|
||||
"4": {
|
||||
"then": "Są tutaj sprzedawane pompki rowerowe"
|
||||
}
|
||||
},
|
||||
"question": "Czy są tutaj sprzedawane inne akcesoria rowerowe?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_cleaning": {
|
||||
"description": "Warstwa pokazująca obiekty, gdzie można wyczyścić swój rower",
|
||||
"name": "Usługa czyszczenia rowerów",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "usługa czyszczenia rowerów"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bike_cleaning-service:bicycle:cleaning:charge": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Darmowa"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
"description": "Warstwa pokazująca gdzie można zaparkować rower",
|
||||
"name": "Parking dla rowerów",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -673,10 +856,20 @@
|
|||
"render": "{access}"
|
||||
},
|
||||
"Bicycle parking type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Stojaki"
|
||||
},
|
||||
"5": {
|
||||
"then": "Wiata"
|
||||
}
|
||||
},
|
||||
"question": "Jaki jest typ tego parkingu dla rowerów?",
|
||||
"render": "Jest to parking rowerowy typu: {bicycle_parking}"
|
||||
},
|
||||
"Capacity": {
|
||||
"question": "Ile rowerów mieści się na tym parkingu rowerowym?",
|
||||
"questionHint": "To obejmuje zwykłe rowery, do transportu dóbr, elektryczne, ...",
|
||||
"render": "Miejsce na {capacity} rowerów"
|
||||
},
|
||||
"Underground?": {
|
||||
|
@ -867,6 +1060,93 @@
|
|||
"render": "Wypożyczalnia samochodów"
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"Network": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Nie jest częścią większej sieci"
|
||||
}
|
||||
},
|
||||
"question": "Czy ta stacja ładowania jest częścią sieci?",
|
||||
"render": "Część sieci <b>{network}</b>"
|
||||
},
|
||||
"OH": {
|
||||
"override": {
|
||||
"question": "Kiedy jest otwarta ta stacja ładowania?"
|
||||
}
|
||||
},
|
||||
"Operational status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ta stacja ładowania działa"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ta stacja ładowania jest zepsuta"
|
||||
},
|
||||
"2": {
|
||||
"then": "Planowana jest tutaj stacja ładowania"
|
||||
},
|
||||
"3": {
|
||||
"then": "Budowana jest tutaj stacja ładowania"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Operator": {
|
||||
"render": "Ta stacja ładowania jest obsługiwana przez {operator}"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mogą tutaj być ładowane <b>rowery</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mogą tutaj być ładowane <b>samochody</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Mogą być tutaj ładowane <b>hulajnogi<b>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Mogą być tutaj ładowane <b>autobusy</b>"
|
||||
}
|
||||
},
|
||||
"question": "Jakie pojazdy mogą być tutaj ładowane?"
|
||||
},
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
|
||||
}
|
||||
},
|
||||
"question": "Kto może używać tej stacji ładowania?"
|
||||
},
|
||||
"capacity": {
|
||||
"question": "Ile pojazdów może być tutaj ładowanych jednocześnie?",
|
||||
"render": "{capacity} pojazdów może być tutaj ładowanych jednocześnie"
|
||||
},
|
||||
"email": {
|
||||
"render": "W przypadku problemów, wyślij emaila do <a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Darmowa"
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Na jaki numer można zadzwonić w przypadku problemów z tą stacją ładowania?",
|
||||
"render": "W przypadku problemów zadzwoń na <a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"ref": {
|
||||
"question": "Jaki jest numer referencyjny tej stacji ładowania?",
|
||||
"render": "Numer referencyjny to <b>{ref}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing_gym": {
|
||||
"tagRenderings": {
|
||||
"shoe_rental": {
|
||||
|
@ -1201,6 +1481,7 @@
|
|||
}
|
||||
},
|
||||
"elevator": {
|
||||
"description": "Ta warstwa pokazuje windy i zadaje pytania o ich status i wymiary. Przydatne do informacji o dostępności dla wózków",
|
||||
"name": "Winda",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -1212,6 +1493,17 @@
|
|||
"question": "Jaka jest szerokość drzwi windy?",
|
||||
"render": "Drzwi tej windy mają szerokość {canonical(door:width)}"
|
||||
},
|
||||
"elevator-shape": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ta winda ma prostokątny kształt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ta winda ma okrągły kształt"
|
||||
}
|
||||
},
|
||||
"question": "Jaki kształt ma ta winda?"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "Jaka jest szerokość tej windy?",
|
||||
"render": "Szerokość tej windy to {canonical(width)}"
|
||||
|
@ -1232,6 +1524,9 @@
|
|||
}
|
||||
},
|
||||
"question": "Czy ta winda działa?"
|
||||
},
|
||||
"speech_output_available": {
|
||||
"questionHint": "Np. informuje o aktualnym piętrze"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -1594,12 +1889,212 @@
|
|||
"render": "Duch roweru"
|
||||
}
|
||||
},
|
||||
"hospital": {
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Jak nazywa się ten szpital?",
|
||||
"render": "Nazwa tego szpitala to {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Szpital"
|
||||
}
|
||||
},
|
||||
"hotel": {
|
||||
"description": "Warstwa pokazująca wszystkie hotele",
|
||||
"name": "Hotele",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "hotel"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"freeform": {
|
||||
"placeholder": "Nazwa hotelu"
|
||||
},
|
||||
"question": "Jak nazywa się ten hotel?",
|
||||
"render": "Nazwa tego hotelu to {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hotel {name}"
|
||||
}
|
||||
},
|
||||
"render": "Hotel"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"description": "Warstwa mapy pokazująca hydranty.",
|
||||
"name": "Mapa hydrantów",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "hydrant"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ten hydrant ma żółty kolor."
|
||||
},
|
||||
"1": {
|
||||
"then": "Ten hydrant ma czerwony kolor."
|
||||
}
|
||||
},
|
||||
"question": "Jakiego koloru jest ten hydrant?",
|
||||
"render": "Kolor tego hydrantu to {colour}"
|
||||
},
|
||||
"hydrant-diameter": {
|
||||
"freeform": {
|
||||
"placeholder": "Średnica rury"
|
||||
}
|
||||
},
|
||||
"hydrant-state": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ten hydrant (w pełni lub częściowo) działa"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ten hydrant jest niedostępny"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ten hydrant został usunięty"
|
||||
}
|
||||
},
|
||||
"question": "Czy ten hydrant dalej działa?"
|
||||
},
|
||||
"hydrant-type": {
|
||||
"question": "Jakiego rodzaju jest to hydrant?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Hydrant"
|
||||
}
|
||||
},
|
||||
"ice_cream": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"tagRenderings": {
|
||||
"osmlink": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": {
|
||||
"special": {
|
||||
"arialabel": "Otwórz na openstreetmap.org"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"special": {
|
||||
"arialabel": "Otwórz na openstreetmap.org"
|
||||
}
|
||||
}
|
||||
},
|
||||
"phonelink": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": {
|
||||
"special": {
|
||||
"arialabel": "telefon"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"special": {
|
||||
"arialabel": "telefon"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"indoors": {
|
||||
"description": "Podstawowe mapowanie wnętrz: pokazuje kontury pomieszczeń",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"freeform": {
|
||||
"placeholder": "Nazwa pomieszczenia"
|
||||
},
|
||||
"question": "Jaka jest nazwa tego pomieszczenia?",
|
||||
"render": "Nazwa tego pomieszczenia to {name}"
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "Numer referencyjny tego pomieszczenia (np. \"1.1\" lub \"A1\")"
|
||||
},
|
||||
"question": "Jaki jest numer referencyjny tego pomieszczenia?",
|
||||
"render": "To pomieszczenie ma numer referencyjny {ref}"
|
||||
},
|
||||
"room-capacity": {
|
||||
"question": "Ile osób może pomieścić to pomieszczenie?",
|
||||
"render": "To pomieszczenie może pomieścić maksymalnie {capacity} osób"
|
||||
},
|
||||
"room-type": {
|
||||
"mappings": {
|
||||
"10": {
|
||||
"then": "To jest laboratorium"
|
||||
},
|
||||
"11": {
|
||||
"then": "To jest biblioteka"
|
||||
},
|
||||
"14": {
|
||||
"then": "To jest biuro"
|
||||
},
|
||||
"15": {
|
||||
"then": "To jest cela więzienna"
|
||||
},
|
||||
"16": {
|
||||
"then": "To jest restauracja"
|
||||
},
|
||||
"17": {
|
||||
"then": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa"
|
||||
},
|
||||
"19": {
|
||||
"then": "To jest magazyn"
|
||||
},
|
||||
"2": {
|
||||
"then": "To jest sypialnia"
|
||||
},
|
||||
"20": {
|
||||
"then": "To jest pomieszczenie techniczne"
|
||||
},
|
||||
"21": {
|
||||
"then": "To są toalety"
|
||||
},
|
||||
"22": {
|
||||
"then": "To jest poczekalnia"
|
||||
},
|
||||
"3": {
|
||||
"then": "To jest kaplica"
|
||||
},
|
||||
"4": {
|
||||
"then": "To jest sala klasowa"
|
||||
},
|
||||
"5": {
|
||||
"then": "Jest to sala klasowa"
|
||||
},
|
||||
"6": {
|
||||
"then": "To jest sala komputerowa"
|
||||
},
|
||||
"7": {
|
||||
"then": "To jest sala konferencyjna"
|
||||
},
|
||||
"9": {
|
||||
"then": "To jest kuchnia"
|
||||
}
|
||||
},
|
||||
"question": "Jakiego rodzaju jest to pomieszczenie?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -1780,6 +2275,15 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Źródło, czyli OpenStreetMap, jest w widoczny sposób podane, zawiera informację o licencji ODBL"
|
||||
},
|
||||
"1": {
|
||||
"then": "Wyraźnie zaznaczono źródło jako OpenStreetMap, ale nie podano licencji"
|
||||
},
|
||||
"3": {
|
||||
"then": "W ogóle nie podano źródła"
|
||||
},
|
||||
"4": {
|
||||
"then": "W ogóle nie podano źródła"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1942,13 +2446,64 @@
|
|||
},
|
||||
"2": {
|
||||
"question": "Pokaż zadania, które są już wykonane"
|
||||
},
|
||||
"7": {
|
||||
"question": "Pokaż zadania, które są oznaczone jako zbyt trudne"
|
||||
},
|
||||
"8": {
|
||||
"question": "Pokaż zadania, które są wyłączone"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Zadanie jest stworzone"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maxspeed": {
|
||||
"description": "Pokazuje dozwoloną prędkość na każdej drodze"
|
||||
"description": "Pokazuje dozwoloną prędkość na każdej drodze",
|
||||
"name": "Prędkość maksymalna",
|
||||
"tagRenderings": {
|
||||
"maxspeed-maxspeed": {
|
||||
"question": "Jaka jest maksymalna prawnie dopuszczona prędkość na tej drodze?",
|
||||
"render": "Maksymalna prędkość dopuszczona na tej drodze to {canonical(maxspeed)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Droga bez nazwy"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"memorial": {
|
||||
"tagRenderings": {
|
||||
"memorial-type": {
|
||||
"mappings": {
|
||||
"10": {
|
||||
"then": "To jest krzyż"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mountain_rescue": {
|
||||
"name": "Stacje ratownictwa górskiego",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "stacja ratownictwa górskiego"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Stacja ratownictwa górskiego"
|
||||
}
|
||||
},
|
||||
"note": {
|
||||
"title": {
|
||||
|
@ -2188,6 +2743,12 @@
|
|||
"1": {
|
||||
"then": "To jest zwykłe miejsce parkingowe."
|
||||
},
|
||||
"10": {
|
||||
"then": "To jest miejsce parkingowe przeznaczone dla pracowników."
|
||||
},
|
||||
"11": {
|
||||
"then": "To miejsce parkingowe jest przeznaczone dla taksówek."
|
||||
},
|
||||
"2": {
|
||||
"then": "To jest miejsce parkingowe dla niepełnosprawnych."
|
||||
},
|
||||
|
@ -2205,12 +2766,131 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "To miejsce jest przeznaczone dla rodziców z dziećmi."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"pharmacy": {
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Jak nazywa się ta apteka?",
|
||||
"render": "Nazwa tej apteki to {name}"
|
||||
},
|
||||
"wheelchair": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ta apteka jest łatwo dostępna na wózku"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Apteka"
|
||||
}
|
||||
},
|
||||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
"physiotherapist": {
|
||||
"description": "Ta warstwa pokazuje fizjoterapeutów",
|
||||
"name": "Fizjoterapeuta",
|
||||
"title": {
|
||||
"render": "Fizjoterapeuta {name}"
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"description": "Place zabaw",
|
||||
"name": "Place zabaw",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "plac zabaw"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Playground-wheelchair": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "W pełni dostępne dla osób na wózkach"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ograniczona dostępność dla osób na wózkach"
|
||||
},
|
||||
"2": {
|
||||
"then": "Niedostępne dla osób na wózkach"
|
||||
}
|
||||
},
|
||||
"question": "Czy ten plac zabaw jest dostępny dla osób na wózkach?"
|
||||
},
|
||||
"playground-access": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "To jest <b>płatny</b> plac zabaw"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dostępny tylko dla uczniów szkoły"
|
||||
},
|
||||
"4": {
|
||||
"then": "Niedostępny"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground-email": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"playground-lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ten plac zabaw jest oświetlony w nocy"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ten plac zabaw nie jest oświetlony w nocy"
|
||||
}
|
||||
},
|
||||
"question": "Czy ten plac zabaw jest oświetlony w nocy?"
|
||||
},
|
||||
"playground-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dostępny od wschodu do zachodu słońca"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dostępny zawsze"
|
||||
}
|
||||
},
|
||||
"question": "Kiedy dostępny jest ten plac zabaw?"
|
||||
},
|
||||
"playground-phone": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground_equipment": {
|
||||
"tagRenderings": {
|
||||
"type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "To jest huśtawka"
|
||||
},
|
||||
"1": {
|
||||
"then": "To jest struktura składająca się z wielu połączonych urządzeń"
|
||||
},
|
||||
"10": {
|
||||
"then": "To jest miejsce parkingowe przeznaczone dla pracowników."
|
||||
"then": "To jest tyrolka"
|
||||
},
|
||||
"11": {
|
||||
"then": "To miejsce parkingowe jest przeznaczone dla taksówek."
|
||||
"15": {
|
||||
"then": "To jest mapa"
|
||||
},
|
||||
"2": {
|
||||
"then": "To jest zjeżdżalnia"
|
||||
},
|
||||
"3": {
|
||||
"then": "To jest piaskownica"
|
||||
},
|
||||
"8": {
|
||||
"then": "To jest rondo"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2520,7 +3200,11 @@
|
|||
},
|
||||
"question": "Czy w {title()} wolno palić?"
|
||||
},
|
||||
"vegan": {
|
||||
"question": "Czy to miejsce oferuje opcję wegańską?"
|
||||
},
|
||||
"website": {
|
||||
"editButtonAriaLabel": "Edytuj stronę internetową",
|
||||
"question": "Jaka jest strona internetowa {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
|
@ -2553,8 +3237,32 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"railway_platforms": {
|
||||
"tagRenderings": {
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "Numer peronu"
|
||||
},
|
||||
"question": "Jaki jest numer tego peronu?",
|
||||
"render": "Peron {ref}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Peron {ref}"
|
||||
}
|
||||
},
|
||||
"render": "Peron"
|
||||
}
|
||||
},
|
||||
"rainbow_crossings": {
|
||||
"description": "Warstwa przedstawiająca przejścia dla pieszych z tęczowym malowaniem"
|
||||
"description": "Warstwa przedstawiająca przejścia dla pieszych z tęczowym malowaniem",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Przejście dla pieszych"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reception_desk": {
|
||||
"tagRenderings": {
|
||||
|
@ -2611,6 +3319,16 @@
|
|||
"render": "Szkoła <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"surveillance_camera": {
|
||||
"tagRenderings": {
|
||||
"Camera type: fixed; panning; dome": {
|
||||
"question": "Jakiego rodzaju jest ta kamera?"
|
||||
},
|
||||
"Level": {
|
||||
"question": "Na którym piętrze znajduje się ta kamera?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"trolley_bay": {
|
||||
"tagRenderings": {
|
||||
"denominations": {
|
||||
|
@ -2718,4 +3436,4 @@
|
|||
"render": "turbina wiatrowa"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1021,90 +1021,6 @@
|
|||
"render": "Aluguel de bicicleta"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Uma camada que mostra máquinas de venda de câmaras de ar de bicicleta (sejam máquinas de venda de câmaras de ar de bicicleta específicas ou máquinas de venda clássicas com câmaras de ar de bicicleta e opcionalmente objetos relacionados a bicicletas, como luzes, luvas, travas, ...)",
|
||||
"name": "Máquina de venda automática de tubos de bicicleta",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "uma máquina de venda automática de tubos de bicicleta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta máquina de venda automática funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta máquina de venda automática está quebrada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta máquina de venda automática está fechada"
|
||||
}
|
||||
},
|
||||
"question": "Esta máquina de venda automática ainda está operacional?",
|
||||
"render": "O estado operacional é: <i>{operational_status}</i>"
|
||||
},
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Câmaras de ar Continental são vendidas aqui"
|
||||
},
|
||||
"1": {
|
||||
"then": "Câmaras de ar Schwalbe são vendidas aqui"
|
||||
}
|
||||
},
|
||||
"question": "Quais marcas de câmara de ar são vendidas aqui?",
|
||||
"render": "câmaras de ar {brand} são vendidas aqui"
|
||||
},
|
||||
"bicycle_tube_vending_machine-charge": {
|
||||
"question": "Quanto custa uma câmara de ar para bicicleta?",
|
||||
"render": "Uma câmara de ar para bicicleta custa {charge}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mantido pela Schwalbe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mantido pela Continental"
|
||||
}
|
||||
},
|
||||
"question": "Quem mantém esta máquina de venda?"
|
||||
},
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Câmaras de ar para bicicletas são vendidas aqui"
|
||||
},
|
||||
"1": {
|
||||
"then": "Luzes para bicicleta são vendidas aqui"
|
||||
},
|
||||
"2": {
|
||||
"then": "Luvas são vendidas aqui"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kits para reparo de bicicleta são vendidos aqui"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bombas de ar para bicicleta são vendidas aqui"
|
||||
},
|
||||
"5": {
|
||||
"then": "Cadeados para bicicleta são vendidos aqui"
|
||||
}
|
||||
},
|
||||
"question": "Outros acessórios para bicicleta são vendidos aqui?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Máquina de venda de câmara de ar para bicicleta {name}"
|
||||
}
|
||||
},
|
||||
"render": "Máquina de venda automática de tubos de bicicleta"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"description": "Um café para ciclistas é um café direcionado aos ciclistas, por exemplo, com serviços como uma bomba de ar, muita decoração relacionada a bicicletas, …",
|
||||
"name": "Café de bicicletas",
|
||||
|
@ -1916,6 +1832,76 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Câmaras de ar Continental são vendidas aqui"
|
||||
},
|
||||
"1": {
|
||||
"then": "Câmaras de ar Schwalbe são vendidas aqui"
|
||||
}
|
||||
},
|
||||
"question": "Quais marcas de câmara de ar são vendidas aqui?",
|
||||
"render": "câmaras de ar {brand} são vendidas aqui"
|
||||
},
|
||||
"charge_cost_rewritten": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Quanto custa {product_name}?",
|
||||
"render": "{product_name} custa {charge:{product_key}}"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "uma câmara de ar para bicicleta"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta máquina de venda automática funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta máquina de venda automática está quebrada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta máquina de venda automática está fechada"
|
||||
},
|
||||
"3": {
|
||||
"then": "O estado operacional é: <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Esta máquina de venda automática ainda está operacional?"
|
||||
},
|
||||
"vending": {
|
||||
"mappings": {
|
||||
"8": {
|
||||
"then": "Câmaras de ar para bicicletas são vendidas aqui"
|
||||
},
|
||||
"22": {
|
||||
"then": "Luzes para bicicleta são vendidas aqui"
|
||||
},
|
||||
"23": {
|
||||
"then": "Luvas são vendidas aqui"
|
||||
},
|
||||
"24": {
|
||||
"then": "Kits para reparo de bicicleta são vendidos aqui"
|
||||
},
|
||||
"25": {
|
||||
"then": "Bombas de ar para bicicleta são vendidas aqui"
|
||||
},
|
||||
"26": {
|
||||
"then": "Cadeados para bicicleta são vendidos aqui"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1011,90 +1011,6 @@
|
|||
"render": "Aluguel de bicicleta"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Uma camada que mostra máquinas de venda de câmaras de ar de bicicleta (sejam máquinas de venda de câmaras de ar de bicicleta específicas ou máquinas de venda clássicas com câmaras de ar de bicicleta e opcionalmente objetos relacionados a bicicletas, como luzes, luvas, travas, ...)",
|
||||
"name": "Máquina de venda automática de tubos de bicicleta",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "uma máquina de venda automática de tubos de bicicleta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta máquina de venda automática funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta máquina de venda automática está quebrada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta máquina de venda automática está fechada"
|
||||
}
|
||||
},
|
||||
"question": "Esta máquina de venda automática ainda está operacional?",
|
||||
"render": "O estado operacional é: <i>{operational_status}</i>"
|
||||
},
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Câmaras de ar Continental são vendidas aqui"
|
||||
},
|
||||
"1": {
|
||||
"then": "Câmaras de ar Schwalbe são vendidas aqui"
|
||||
}
|
||||
},
|
||||
"question": "Quais marcas de câmara de ar são vendidas aqui?",
|
||||
"render": "câmaras de ar {brand} são vendidas aqui"
|
||||
},
|
||||
"bicycle_tube_vending_machine-charge": {
|
||||
"question": "Quanto custa uma câmara de ar para bicicleta?",
|
||||
"render": "Uma câmara de ar para bicicleta custa {charge}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mantido pela Schwalbe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mantido pela Continental"
|
||||
}
|
||||
},
|
||||
"question": "Quem mantém essa máquina de venda?"
|
||||
},
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Câmaras de ar para bicicletas são vendidas aqui"
|
||||
},
|
||||
"1": {
|
||||
"then": "Luzes para bicicleta são vendidas aqui"
|
||||
},
|
||||
"2": {
|
||||
"then": "Luvas são vendidas aqui"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kits para reparo de bicicleta são vendidos aqui"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bombas de ar para bicicleta são vendidas aqui"
|
||||
},
|
||||
"5": {
|
||||
"then": "Cadeados para bicicleta são vendidos aqui"
|
||||
}
|
||||
},
|
||||
"question": "Outros acessórios para bicicleta são vendidos aqui?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Máquina de venda de câmara de ar para bicicleta {name}"
|
||||
}
|
||||
},
|
||||
"render": "Máquina de venda automática de tubos de bicicleta"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"description": "Um café para ciclistas é um café direcionado aos ciclistas, por exemplo, com serviços como uma bomba de ar, muita decoração relacionada a bicicletas, …",
|
||||
"name": "Café de bicicletas",
|
||||
|
@ -1588,5 +1504,75 @@
|
|||
"question": "Que espécie é esta árvore?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Câmaras de ar Continental são vendidas aqui"
|
||||
},
|
||||
"1": {
|
||||
"then": "Câmaras de ar Schwalbe são vendidas aqui"
|
||||
}
|
||||
},
|
||||
"question": "Quais marcas de câmara de ar são vendidas aqui?",
|
||||
"render": "câmaras de ar {brand} são vendidas aqui"
|
||||
},
|
||||
"charge_cost_rewritten": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Quanto custa {product_name}?",
|
||||
"render": "{product_name} custa {charge:{product_key}}"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "uma câmara de ar para bicicleta"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta máquina de venda automática funciona"
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta máquina de venda automática está quebrada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta máquina de venda automática está fechada"
|
||||
},
|
||||
"3": {
|
||||
"then": "O estado operacional é: <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Esta máquina de venda automática ainda está operacional?"
|
||||
},
|
||||
"vending": {
|
||||
"mappings": {
|
||||
"8": {
|
||||
"then": "Câmaras de ar para bicicletas são vendidas aqui"
|
||||
},
|
||||
"22": {
|
||||
"then": "Luzes para bicicleta são vendidas aqui"
|
||||
},
|
||||
"23": {
|
||||
"then": "Luvas são vendidas aqui"
|
||||
},
|
||||
"24": {
|
||||
"then": "Kits para reparo de bicicleta são vendidos aqui"
|
||||
},
|
||||
"25": {
|
||||
"then": "Bombas de ar para bicicleta são vendidas aqui"
|
||||
},
|
||||
"26": {
|
||||
"then": "Cadeados para bicicleta são vendidos aqui"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -324,34 +324,6 @@
|
|||
"render": "Велосипедная библиотека"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"name": "Торговый автомат для велосипедистов",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Торговый автомат для велосипедистов"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Этот торговый автомат работает"
|
||||
},
|
||||
"1": {
|
||||
"then": "Этот торговый автомат сломан"
|
||||
},
|
||||
"2": {
|
||||
"then": "Этот торговый автомат закрыт"
|
||||
}
|
||||
},
|
||||
"question": "Этот торговый автомат все еще работает?",
|
||||
"render": "Рабочий статус: <i> {operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Торговый автомат для велосипедистов"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"name": "Велосипедное кафе",
|
||||
"presets": {
|
||||
|
@ -1933,6 +1905,27 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Этот торговый автомат работает"
|
||||
},
|
||||
"1": {
|
||||
"then": "Этот торговый автомат сломан"
|
||||
},
|
||||
"2": {
|
||||
"then": "Этот торговый автомат закрыт"
|
||||
},
|
||||
"3": {
|
||||
"then": "Рабочий статус: <i> {operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "Этот торговый автомат все еще работает?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"viewpoint": {
|
||||
"name": "Смотровая площадка",
|
||||
"presets": {
|
||||
|
|
|
@ -482,23 +482,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "这个借还机正常工作"
|
||||
},
|
||||
"1": {
|
||||
"then": "这个借还机已经损坏"
|
||||
},
|
||||
"2": {
|
||||
"then": "这个借还机被关闭了"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"name": "自行车咖啡",
|
||||
"presets": {
|
||||
|
@ -626,5 +609,22 @@
|
|||
"question": "在Wikidata上对应的实体是什么?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "这个借还机正常工作"
|
||||
},
|
||||
"1": {
|
||||
"then": "这个借还机已经损坏"
|
||||
},
|
||||
"2": {
|
||||
"then": "这个借还机被关闭了"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -279,34 +279,6 @@
|
|||
"render": "單車圖書館"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"name": "自行車內胎自動售貨機",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "自行車內胎自動售貨機"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個自動販賣機仍運作"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個自動販賣機沒有運作了"
|
||||
},
|
||||
"2": {
|
||||
"then": "這個自動販賣機已經關閉了"
|
||||
}
|
||||
},
|
||||
"question": "這個自動販賣機仍有運作嗎?",
|
||||
"render": "運作狀態是 <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "自行車內胎自動售貨機"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"name": "單車咖啡廳",
|
||||
"presets": {
|
||||
|
@ -815,6 +787,27 @@
|
|||
"render": "設定"
|
||||
}
|
||||
},
|
||||
"vending_machine": {
|
||||
"tagRenderings": {
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個自動販賣機仍運作"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個自動販賣機沒有運作了"
|
||||
},
|
||||
"2": {
|
||||
"then": "這個自動販賣機已經關閉了"
|
||||
},
|
||||
"3": {
|
||||
"then": "運作狀態是 <i>{operational_status}</i>"
|
||||
}
|
||||
},
|
||||
"question": "這個自動販賣機仍有運作嗎?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "特殊的內建圖層顯示所有牆壁與建築。這個圖層對於規畫要靠牆的東西 (例如 AED、郵筒、入口、地址、監視器等) 相當實用。這個圖層預設顯示而且無法由使用者開關。"
|
||||
},
|
||||
|
|
555
langs/pt.json
555
langs/pt.json
|
@ -3,7 +3,7 @@
|
|||
"title": "Elementos avançados"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "Nenhum elemento em vista corresponde a todos os filtros",
|
||||
"allFilteredAway": "Nenhum elemento na vista corresponde a todos os filtros",
|
||||
"loadingData": "A carregar os dados…",
|
||||
"noData": "Não existem elementos relevantes na vista atual",
|
||||
"ready": "Concluído!",
|
||||
|
@ -12,22 +12,23 @@
|
|||
},
|
||||
"communityIndex": {
|
||||
"available": "Esta comunidade fala {native}",
|
||||
"intro": "Entre em contato com outras pessoas para conhecê-las, aprender com elas, …",
|
||||
"intro": "Entre em contacto com outras pessoas para conhecê-las, aprender com elas…",
|
||||
"notAvailable": "Esta comunidade não fala {native}",
|
||||
"title": "Entre em contato com outros"
|
||||
"title": "Entre em contacto com outros"
|
||||
},
|
||||
"delete": {
|
||||
"cancel": "Cancelar",
|
||||
"cannotBeDeleted": "Este elemento não pode ser eliminado",
|
||||
"delete": "Eliminar",
|
||||
"deletedTitle": "Elemento eliminado",
|
||||
"explanations": {
|
||||
"hardDelete": "Este elemento será eliminado no OpenStreetMap. Pode ser recuperado por um contribuidor com experiência",
|
||||
"retagNoOtherThemes": "Este recurso será reclassificado e escondido desta aplicação",
|
||||
"retagOtherThemes": "Este recurso será remarcado e ficará visível em {otherThemes}",
|
||||
"retagNoOtherThemes": "Este elemento será reclassificado e ocultado desta aplicação",
|
||||
"retagOtherThemes": "Este elemento será etiquetado de novo e ficará visível em {otherThemes}",
|
||||
"selectReason": "Por favor, selecione a razão porque este elemento deve ser eliminado",
|
||||
"softDelete": "Este elemento será atualizado e ocultado nesta aplicação. <span class=\"sutil\">{reason}</span>"
|
||||
},
|
||||
"isChanged": "Este elemento foi alterado e não corresponde a esta camada",
|
||||
"isChanged": "Este elemento foi alterado e já não corresponde a esta camada",
|
||||
"isDeleted": "Este elemento está eliminado",
|
||||
"isntAPoint": "Apenas os nós podem ser eliminados, o elemento selecionado é uma linha, área ou relação.",
|
||||
"loading": "A inspecionar as propriedades para verificar se este elemento pode ser eliminado.",
|
||||
|
@ -35,7 +36,7 @@
|
|||
"notEnoughExperience": "Este elemento foi adicionado por outra pessoa.",
|
||||
"onlyEditedByLoggedInUser": "Este elemento só foi editado por si, pode eliminá-lo com segurança.",
|
||||
"partOfOthers": "Este nó faz parte de alguma linha ou relação e não pode ser eliminado diretamente.",
|
||||
"readMessages": "Tem mensagens por ler. Leia-as antes de eliminar um elemento - alguém pode ter algo a dizer sobre isso",
|
||||
"readMessages": "Tem mensagens por ler. Leia-as antes de eliminar um elemento - alguém pode ter comentado",
|
||||
"reasons": {
|
||||
"disused": "Este elemento não está a ser utilizado ou foi removido",
|
||||
"duplicate": "Este elemento é um duplicado de outro elemento",
|
||||
|
@ -46,6 +47,26 @@
|
|||
"useSomethingElse": "Use antes outro editor do OpenStreetMap para eliminá-lo",
|
||||
"whyDelete": "Porque é que este elemento deve ser eliminado?"
|
||||
},
|
||||
"external": {
|
||||
"allAreApplied": "Todos os valores externos em falta foram copiados para o OpenStreetMap",
|
||||
"allIncluded": "Os dados carregados de {source} estão contidos no OpenStreetMap",
|
||||
"apply": "Aplicar",
|
||||
"applyAll": "Aplicar todos os valores em falta",
|
||||
"conflicting": {
|
||||
"intro": "O OpenStreetMap tem um valor diferente do site de origem para os seguintes valores.",
|
||||
"title": "Itens em conflito"
|
||||
},
|
||||
"currentInOsmIs": "Neste momento, o OpenStreetMap tem o seguinte valor registado:",
|
||||
"done": "Feito",
|
||||
"error": "Erro",
|
||||
"loadedFrom": "Os dados seguintes são carregados a partir de <a href={url}>{source}</a> utilizando o JSON-LD incorporado",
|
||||
"missing": {
|
||||
"intro": "O OpenStreetMap não tem informações sobre os seguintes atributos",
|
||||
"title": "Itens em falta"
|
||||
},
|
||||
"noDataLoaded": "O site externo não tem dados ligados que possam ser carregados",
|
||||
"overwrite": "Substituir no OpenStreetMap"
|
||||
},
|
||||
"favourite": {
|
||||
"loginNeeded": "<h3>Iniciar sessão</h3>O layout pessoal só está disponível para utilizadores do OpenStreetMap",
|
||||
"panelIntro": "<h3>O seu tema pessoal</h3>Ative as suas camadas favoritas a partir de todos os temas oficiais",
|
||||
|
@ -53,7 +74,7 @@
|
|||
},
|
||||
"favouritePoi": {
|
||||
"button": {
|
||||
"isFavourite": "Esta localização está marcada como favorito e irá estar presente em todos os mapas temáticos que visite do MapComplete.",
|
||||
"isFavourite": "Esta localização está atualmente marcada como favorita e aparecerá em todos os mapas temáticos do MapComplete que visitar.",
|
||||
"isMarkedShort": "Marcado como localização favorita",
|
||||
"isNotMarkedShort": "Não marcado como favorito",
|
||||
"markAsFavouriteTitle": "Marcar esta localização como favorito",
|
||||
|
@ -61,8 +82,8 @@
|
|||
"unmark": "Remover da lista pessoal de favoritos",
|
||||
"unmarkNotDeleted": "Este nó não irá ser eliminado e continuará a estar visível no mapa apropriado para si e outros"
|
||||
},
|
||||
"downloadGeojson": "Transferir favoritos em formato geojson",
|
||||
"downloadGpx": "Transferir favoritos em formato GPX",
|
||||
"downloadGeojson": "Descarregar favoritos como geojson",
|
||||
"downloadGpx": "Descarregar favoritos no formato GPX",
|
||||
"intro": "Marcou {length} localizações como favoritos.",
|
||||
"introPrivacy": "Esta lista é só visível para si",
|
||||
"loginToSeeList": "Inicie sessão para visualizar a lista de localizações favoritas",
|
||||
|
@ -70,32 +91,32 @@
|
|||
"title": "As suas localizações favoritas"
|
||||
},
|
||||
"flyer": {
|
||||
"aerial": "Este mapa utiliza uma camada diferente, nomeadamente imagens áreas fornecidas por Agentschap Informatie Vlaanderen",
|
||||
"callToAction": "Teste em mapcomplete.org",
|
||||
"aerial": "Este mapa utiliza um fundo diferente, nomeadamente imagens aéreas da Agentschap Informatie Vlaanderen",
|
||||
"callToAction": "Teste-o em mapcomplete.org",
|
||||
"cyclofix": "Bombas de bicicleta, estações de reparação, água potável e lojas de bicicletas estão na CycloFix",
|
||||
"description": "Um flyer horizontal A4 para promover o MapComplete",
|
||||
"description": "Um folheto em A4 na horizontal para promover o MapComplete",
|
||||
"editing": {
|
||||
"ex": "Um exemplo simplificado de como isso se parece para uma reserva natural é mostrado abaixo.",
|
||||
"intro": "O utilizador é recebido por um mapa com características. Ao selecionar uma, as informações sobre esse recurso são mostradas.",
|
||||
"title": "Como é a interface?"
|
||||
"ex": "Segue-se um exemplo simplificado do que isto representa para uma reserva natural.",
|
||||
"intro": "O utilizador é acolhido com um mapa com elementos. Ao selecionar um elemento, é mostrada a informação sobre esse elemento.",
|
||||
"title": "Qual é o aspeto da interface?"
|
||||
},
|
||||
"examples": "Existem muitos mapas temáticos disponíveis, alguns deles impressos aqui.\n\nExistem muitos outros mapas temáticos online: sobre cuidados de saúde, navegação interior, acessibilidade para cadeiras de rodas, instalações de resíduos, estantes públicas, passagens para peões com uma pintura de arco-íris,... Descubra todos eles em mapcomplete.org",
|
||||
"examples": "Existem muitos mapas temáticos disponíveis, alguns dos quais são aqui apresentados.\n\nExistem muitos mais mapas temáticos na Internet: sobre cuidados de saúde, navegação interior, acessibilidade para cadeiras de rodas, instalações de resíduos, estantes públicas, passagens para peões com pintura arco-íris… Descubra-os todos em mapcomplete.org",
|
||||
"fakeui": {
|
||||
"add_images": "Adicione imagens com alguns cliques",
|
||||
"attributes": "Mostra atributos de forma amigável",
|
||||
"edit": "Informações erradas ou desatualizadas? O botão de edição está ali.",
|
||||
"question": "Se um atributo ainda não for conhecido, MapComplete mostra uma pergunta",
|
||||
"see_images": "Mostra imagens de contribuidores anteriores, Wikipedia, Mapillary, …",
|
||||
"wikipedia": "Os artigos vinculados da Wikipédia são exibidos"
|
||||
"question": "Se um atributo ainda não for conhecido, o MapComplete mostra uma pergunta",
|
||||
"see_images": "Mostra imagens de contribuidores anteriores, Wikipédia, Mapillary…",
|
||||
"wikipedia": "Os artigos da Wikipédia ligados são apresentados"
|
||||
},
|
||||
"frontParagraph": "O MapComplete é uma aplicação web fácil de usar para recolher dados geográficos no OpenStreetMap, permitindo recolher e gerir dados relevantes de maneira aberta, colaborativa e reutilizável.\n\nNovas categorias e atributos podem ser adicionados mediante pedido.",
|
||||
"lines_too": "Linhas e polígonos são também mostrados. Atributos e imagens podem ser adicionados ou adicionados também nesses objetos.",
|
||||
"frontParagraph": "O MapComplete é uma aplicação web fácil de utilizar para recolher dados geográficos no OpenStreetMap, permitindo a recolha e gestão de dados relevantes de uma forma aberta, colaborativa e reutilizável.\n\nPodem ser acrescentadas novas categorias e atributos mediante pedido.",
|
||||
"lines_too": "São também mostradas linhas e polígonos. Os atributos e as imagens também podem ser adicionados e atualizados nesses objetos.",
|
||||
"mapcomplete": {
|
||||
"customize": "O MapComplete pode ser ajustado conforme as suas necessidades, com novas camadas, funcionalidades ou estilizados com as cores e fontes da sua organização. Nós também temos experiência a começar campanhas para recolha coletiva de geodados. Contate pietervdvn@posteo.net para um orçamento.",
|
||||
"customize": "O MapComplete pode ser adaptado às suas necessidades, com novas camadas de mapas, novas funcionalidades ou estilizado com as cores e o tipo de letra da sua organização.\nTambém temos experiência no arranque de campanhas colaborativas de dados geográficos.\nContacte pietervdvn@posteo.net para obter um orçamento.",
|
||||
"intro": "O MapComplete é um site que contêm {mapCount} mapas interativos. Todos os mapas permitem adicionar ou atualizar informação. Tem muitas funcionalidades:",
|
||||
"li0": "Mostrar onde estão os POI",
|
||||
"li0": "Mostra onde estão os POI",
|
||||
"li1": "Adicione novos pontos e atualize as informações dos existentes",
|
||||
"li2": "Adicione informações de contato e horário de funcionamento facilmente",
|
||||
"li2": "Adicione informações de contacto e horário de funcionamento facilmente",
|
||||
"li3": "Pode ser colocado em outros sites como iFrame",
|
||||
"li4": "Incorporado no ecossistema OpenStreetMap, que tem muitas ferramentas disponíveis",
|
||||
"li5": "Funcionalidade para importar conjuntos de dados existentes",
|
||||
|
@ -103,28 +124,30 @@
|
|||
"li7": "Software livre copyleft (licença GPL) e de uso gratuito",
|
||||
"title": "O que é o MapComplete?"
|
||||
},
|
||||
"onwheels": "Mapas internos para utilizadores de cadeira de rodas também estão disponíveis.",
|
||||
"osm": "OpenStreetMap é um mapa online que pode ser editado e reutilizado por qualquer pessoa para qualquer finalidade, desde que a atribuição seja dada e os dados sejam mantidos abertos.\n\nÉ a maior base de dados geoespacial do mundo e é reutilizado por milhares de aplicações e sites.",
|
||||
"onwheels": "Também estão disponíveis mapas interiores para utilizadores de cadeiras de rodas.",
|
||||
"osm": "O OpenStreetMap é um mapa na Internet que pode ser editado e reutilizado por qualquer pessoa para qualquer fim, desde que seja atribuída a autoria e os dados sejam mantidos abertos.\n\nÉ a maior base de dados geoespaciais do mundo e é reutilizada por milhares de aplicações e sites.",
|
||||
"tagline": "Recolher geodados com o OpenStreetMap",
|
||||
"title": "mapcomplete.org",
|
||||
"toerisme_vlaanderen": "Para um projeto conjunto com o Visit Flanders, foi criado o \"Pin your point\". Mais de 160 colaboradores acrescentaram alguns milhares de bancos e mesas de piquenique e localizaram 100 estações de carregamento para bicicletas.",
|
||||
"whatIsOsm": "O que é o OpenStreetMap?"
|
||||
},
|
||||
"general": {
|
||||
"404": "Esta página não existe",
|
||||
"about": "Edite e adicione facilmente o OpenStreetMap para um determinado tema",
|
||||
"about": "Edite e adicione facilmente no OpenStreetMap para um determinado tema",
|
||||
"aboutMapComplete": {
|
||||
"intro": "Utilize o MapComplete para adicionar informação OpenStreetMap <b>num único tema </b>. Responda questões e dentro de alguns minutos, as suas contribuições estão disponíveis para todos. Na maior parte dos temas, poderá adicionar fotografias ou mesmo deixar uma avaliação. O <b>responsável pelo tema </b>define os elementos, questões e linguagens."
|
||||
"intro": "Utilize o MapComplete para adicionar informações do OpenStreetMap <b>num único tema</b>. Responda a perguntas e, em minutos, as suas contribuições estarão disponíveis em todo o lado. Na maioria dos temas, pode adicionar imagens ou até mesmo deixar um comentário. O <b>responsável pelo tema</b> define os elementos, as perguntas e os idiomas para o mesmo."
|
||||
},
|
||||
"add": {
|
||||
"addNew": "Adicionar {category} aqui",
|
||||
"backToSelect": "Selecione uma categoria diferente",
|
||||
"confirmButton": "Adicione uma {category} aqui.<br/><div class='alert'>Esta adição será visível a todos</div>",
|
||||
"addNew": "Adicionar {category}",
|
||||
"backToSelect": "Selecionar uma categoria diferente",
|
||||
"confirmButton": "Adicionar {category}<br/><div class='alert'>Esta adição ficará visível a todos</div>",
|
||||
"confirmLocation": "Confirmar esta localização",
|
||||
"confirmTitle": "Adicionar um {title}?",
|
||||
"confirmWarning": "O elemento que criar aqui vai ser <b>visível a todos</b>. Por favor, apenas adicione elementos no mapa se eles realmente exisitirem. Várias aplicações utilizam estes dados.",
|
||||
"confirmWarning": "O elemento que criar aqui vai ficar <b>visível a todos</b>. Por favor, só adicione coisas ao mapa se elas existirem. Muitas aplicações utilizam estes dados.",
|
||||
"creating": "A criar um novo ponto…",
|
||||
"disableFilters": "Desativar todos os filtros",
|
||||
"disableFiltersExplanation": "Alguns elementos podem estar escondidos por um filtro",
|
||||
"enableLayer": "Ativar camada {name}",
|
||||
"disableFiltersExplanation": "Alguns elementos podem estar ocultados por um filtro",
|
||||
"enableLayer": "Ativar a camada {name}",
|
||||
"hasBeenImported": "Este elemento já foi importado",
|
||||
"import": {
|
||||
"hasBeenImported": "Este objeto foi importado",
|
||||
|
@ -145,7 +168,7 @@
|
|||
"title": "Adicionar um novo elemento",
|
||||
"warnVisibleForEveryone": "A sua adição será visível para todos",
|
||||
"wrongType": "Este elemento não é um nó nem uma linha e não pode ser importado",
|
||||
"zoomInFurther": "Amplie mais para adicionar um elemento.",
|
||||
"zoomInFurther": "Amplie mais para adicionar um elemento",
|
||||
"zoomInMore": "Amplie mais para importar este elemento"
|
||||
},
|
||||
"apply_button": {
|
||||
|
@ -153,14 +176,14 @@
|
|||
"isApplied": "As alterações são aplicadas"
|
||||
},
|
||||
"attribution": {
|
||||
"attributionBackgroundLayer": "A camada de fundo corrente é {name}",
|
||||
"attributionBackgroundLayerWithCopyright": "A camada de fundo corrente é {name}: {copyright}",
|
||||
"attributionBackgroundLayer": "A camada de fundo atual é {name}",
|
||||
"attributionBackgroundLayerWithCopyright": "A camada de fundo atual é {name}: {copyright}",
|
||||
"attributionContent": "<p>Todos os dados são fornecidos pelo <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a> e são livremente reutilizáveis sob a licença <a href=\"https://osm.org/copyright\" target=\"_blank\">Open DataBase License</a>.</p>",
|
||||
"attributionTitle": "Aviso de atribuição",
|
||||
"codeContributionsBy": "O MapComplete foi construído por {contributors} e <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\"> _blank{hiddenCount} mais contribuidores</a>",
|
||||
"codeContributionsBy": "O MapComplete foi criado por {contributors} e mais <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} contribuidores</a>",
|
||||
"donate": "Apoie o MapComplete financeiramente",
|
||||
"editId": "Editar aqui com o editor online OpenStreetMap",
|
||||
"editJosm": "Editar aqui com JOSM",
|
||||
"editJosm": "Editar aqui com o JOSM",
|
||||
"followOnMastodon": "Siga o MapComplete no Mastodon",
|
||||
"iconAttribution": {
|
||||
"title": "Ícones usados"
|
||||
|
@ -175,27 +198,35 @@
|
|||
"openMapillary": "Abrir o Mapillary aqui",
|
||||
"openOsmcha": "Ver as últimas edições feitas com {theme}",
|
||||
"seeOnMapillary": "Ver esta imagem no Mapillary",
|
||||
"themeBy": "Tema gerido por {author}",
|
||||
"themeBy": "Tema mantido por {author}",
|
||||
"title": "Direitos de autor e atribuição",
|
||||
"translatedBy": "O MapComplete foi traduzido por {contributors} e <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} mais utilizadores</a>"
|
||||
"translatedBy": "O MapComplete foi traduzido por {contributors} e mais <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} utilizadores</a>"
|
||||
},
|
||||
"back": "Voltar",
|
||||
"backToIndex": "Volte para a visão geral com todos os mapas temáticos",
|
||||
"backToIndex": "Voltar à vista geral com todos os mapas temáticos",
|
||||
"backToMap": "Voltar ao mapa",
|
||||
"backgroundMap": "Camada de fundo",
|
||||
"backgroundMap": "Selecione uma camada de fundo",
|
||||
"backgroundSwitch": "Alterar camada de fundo",
|
||||
"cancel": "Cancelar",
|
||||
"confirm": "Confirmar",
|
||||
"customThemeIntro": "<h3>Temas personalizados</h3>São temas visitados anteriormente criados pelos utilizadores.",
|
||||
"customThemeTitle": "Temas customizados",
|
||||
"customThemeIntro": "Estes são temas gerados pelos utilizadores que já foram visitados anteriormente.",
|
||||
"customThemeTitle": "Temas personalizados",
|
||||
"download": {
|
||||
"custom": {
|
||||
"download": "Descarregar PNG com {width}mm de largura e {height}mm de altura",
|
||||
"downloadHelper": "Destina-se a ser impresso",
|
||||
"height": "Altura da imagem (em mm):",
|
||||
"title": "Descarregar uma imagem com uma largura e altura personalizadas",
|
||||
"width": "Largura da imagem (em mm): "
|
||||
},
|
||||
"downloadAsPdf": "Descarregar um PDF do mapa atual",
|
||||
"downloadAsPdfHelper": "Ideal para imprimir o mapa atual",
|
||||
"downloadAsPng": "Transferir como imagem",
|
||||
"downloadAsPng": "Descarregar como imagem",
|
||||
"downloadAsPngHelper": "Ideal para incluir em relatórios",
|
||||
"downloadAsSvg": "Descarregar um SVG do mapa atual",
|
||||
"downloadAsSvgHelper": "Compatível com Inkscape ou Adobe Illustrator; vai precisar de mais processamento ",
|
||||
"downloadAsSvgLinesOnly": "Transferir um SVG do mapa corrente apenas contendo linhas",
|
||||
"downloadAsSvgHelper": "Compatível com Inkscape ou Adobe Illustrator; necessitará de processamento adicional",
|
||||
"downloadAsSvgLinesOnly": "Descarregar um SVG do mapa atual apenas com linhas",
|
||||
"downloadAsSvgLinesOnlyHelper": "As linhas de auto-interseção são quebradas, podem ser utilizadas com algum software 3D",
|
||||
"downloadCSV": "Descarregar dados visíveis como CSV",
|
||||
"downloadCSVHelper": "Compatível com LibreOffice Calc, Excel…",
|
||||
"downloadFeatureAsGeojson": "Descarregar como ficheiro GeoJSON",
|
||||
|
@ -206,28 +237,30 @@
|
|||
"downloadGpxHelper": "Um ficheiro GPX pode ser utilizado na maioria dos dispositivos e aplicações de navegação",
|
||||
"exporting": "A exportar…",
|
||||
"includeMetaData": "Incluir metadados (último editor, valores calculados…)",
|
||||
"licenseInfo": "<h3>Aviso de direitos de autor</h3>Os dados fornecidos estão disponíveis sob a licença ODbL. A sua reutilização é gratuita para qualquer finalidade, mas <ul><li> é obrigatória a atribuição <b>© Contribuidores do OpenStreetMap</b></li><li>Qualquer alteração deve ser feita usando a licença</li></ul>Por favor, leia na íntegra o documento <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">Licença e Direitos de Autor</a> para mais informações.",
|
||||
"noDataLoaded": "Ainda não foram descarregados dados. O descarregamento estará disponível brevemente",
|
||||
"licenseInfo": "<h3>Aviso de direitos de autor</h3>Os dados fornecidos estão disponíveis em ODbL. A sua reutilização é gratuita para qualquer fim, mas <ul><li>a atribuição <b>© Contribuidores do OpenStreetMap</b> tem de ser mostrada<li><li>Qualquer alteração deve ser publicada com a mesma licença</li></ul> Por favor leia o texto completo <a href='https://www.openstreetmap.org/copyright' target='_blank'>Licença e Direitos de Autor</a> para mais informações.",
|
||||
"noDataLoaded": "Ainda não foram carregados quaisquer dados. A descarga estará disponível em breve",
|
||||
"pdf": {
|
||||
"current_view_generic": "Exportar um PDF da vista corrente no formato {paper_size} na orientação {orientation}"
|
||||
"current_view_generic": "Exportar um PDF da vista atual no formato {paper_size} na orientação {orientation}"
|
||||
},
|
||||
"title": "Descarregar dados visíveis",
|
||||
"title": "Descarregar",
|
||||
"toMuch": "Há demasiados elementos para os descarregar a todos",
|
||||
"uploadGpx": "Enviar o seu trilho para o OpenStreetMap"
|
||||
},
|
||||
"enableGeolocationForSafariLink": "Aprenda como habilitar a permissão de geolocalização nas definições",
|
||||
"enableGeolocationForSafari": "Não viu uma janela pop-up a pedir permissão geográfica?",
|
||||
"enableGeolocationForSafariLink": "Saiba como ativar a permissão de geolocalização nas definições",
|
||||
"eraseValue": "Eliminar este valor",
|
||||
"error": "Algo correu mal",
|
||||
"example": "Exemplo",
|
||||
"examples": "Exemplos",
|
||||
"fewChangesBefore": "Por favor, responda a algumas perguntas sobre os elementos existentes antes de adicionar um novo elemento.",
|
||||
"filterPanel": {
|
||||
"disableAll": "Desabilitar tudo",
|
||||
"enableAll": "Habilitar tudo"
|
||||
"disableAll": "Desativar tudo",
|
||||
"enableAll": "Ativar tudo"
|
||||
},
|
||||
"geopermissionDenied": "A utilização da geolocalização foi recusada",
|
||||
"getStartedLogin": "Entrar com OpenStreetMap para começar",
|
||||
"getStartedNewAccount": " ou <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">crie uma conta</a>",
|
||||
"goToInbox": "Abrir mensagens",
|
||||
"getStartedLogin": "Inicie sessão com o OpenStreetMap para começar",
|
||||
"getStartedNewAccount": " ou <a href='https://www.openstreetmap.org/user/new' target='_blank'>crie uma conta</a>",
|
||||
"goToInbox": "Abrir caixa de entrada",
|
||||
"histogram": {
|
||||
"error_loading": "Não foi possível carregar o histograma"
|
||||
},
|
||||
|
@ -244,33 +277,35 @@
|
|||
"zoomInToSeeThisLayer": "Amplie para ver esta camada"
|
||||
},
|
||||
"levelSelection": {
|
||||
"confirmLevel": "Sim, adicione {preset} no andar {level}"
|
||||
"addNewOnLevel": "A nova localização do ponto está no andar {level}?",
|
||||
"confirmLevel": "Sim, adicionar {preset} no andar {level}"
|
||||
},
|
||||
"loading": "A carregar…",
|
||||
"loadingTheme": "A carregar {theme}…",
|
||||
"loginFailed": "A autenticação no OpenStreetMap falhou",
|
||||
"loginFailedOfflineMode": "O OpenStreetMap.org não está disponível devido a um manutenção em curso. Fazer edições será possível em breve",
|
||||
"loginFailedReadonlyMode": "O OpenStreetMap.org encontra-se em modo de leitura devido a um manutenção em curso. Fazer edições será possível em breve",
|
||||
"loginFailed": "O início de sessão no OpenStreetMap falhou",
|
||||
"loginFailedOfflineMode": "O OpenStreetMap.org não está atualmente disponível porque está em manutenção. Em breve será possível fazer edições",
|
||||
"loginFailedReadonlyMode": "O OpenStreetMap.org não está atualmente em modo de leitura porque está em manutenção. Em breve será possível fazer edições",
|
||||
"loginFailedUnreachableMode": "O OpenStreetMap.org não está disponível. Está ligado à Internet ou está a bloquear serviços de terceiros? Tente novamente mais tarde",
|
||||
"loginOnlyNeededToEdit": "se quiser editar o mapa",
|
||||
"loginOnlyNeededToEdit": "se quiser fazer alterações",
|
||||
"loginToStart": "Inicie a sessão para responder a esta pergunta",
|
||||
"loginWithOpenStreetMap": "Iniciar sessão com OpenStreetMap",
|
||||
"logout": "Sair",
|
||||
"logout": "Terminar sessão",
|
||||
"mappingsAreHidden": "Algumas opções estão ocultas. Utilize a pesquisa para mostrar mais opções.",
|
||||
"menu": {
|
||||
"aboutMapComplete": "Sobre MapComplete",
|
||||
"aboutMapComplete": "Sobre o MapComplete",
|
||||
"filter": "Filtrar dados"
|
||||
},
|
||||
"morescreen": {
|
||||
"createYourOwnTheme": "Crie o seu próprio tema MapComplete a partir do zero",
|
||||
"enterToOpen": "Pressione Enter para abrir o tema",
|
||||
"hiddenExplanation": "Estes temas só são acessíveis a quem tem a hiperligação. Você descobriu {hidden_discovered} de {total_hidden} temas ocultos.",
|
||||
"intro": "<h3>Mais mapas temáticos?</h3>Gosta de colecionar dados geográficos? <br>Tem mais temas disponíveis.",
|
||||
"hiddenExplanation": "Estes temas só estão acessíveis a quem tiver a hiperligação. Descobriu {hidden_discovered} de {total_hidden} temas ocultos.",
|
||||
"intro": "<h3>Mais mapas temáticos?</h3>Gosta de colecionar dados geográficos? <br/>Tem mais temas disponíveis.",
|
||||
"noMatchingThemes": "Nenhum tema corresponde aos seus critérios de pesquisa",
|
||||
"noSearch": "Mostrar todos os temas",
|
||||
"previouslyHiddenTitle": "Temas ocultos visitados anteriormente",
|
||||
"requestATheme": "Se quiser um tema personalizado, solicite-o no rastreador de problemas",
|
||||
"searchForATheme": "Procurar um tema",
|
||||
"streetcomplete": "Outra aplicação semelhante é o <a class=\"underline hover:text-blue-800\" href=\"https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete\" target=\"_blank\">StreetComplete</a>."
|
||||
"streetcomplete": "Outra aplicação semelhante é o <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>."
|
||||
},
|
||||
"nameInlineQuestion": "O nome desta {category} é $$$",
|
||||
"next": "Seguinte",
|
||||
|
@ -279,24 +314,24 @@
|
|||
"noTagsSelected": "Nenhuma etiqueta selecionada",
|
||||
"notValid": "Selecione um valor válido para continuar",
|
||||
"number": "número",
|
||||
"openStreetMapIntro": "<h3>Um mapa aberto</h3><p>Um que todos podem usar e editar livremente. Um único lugar para armazenar todas as informações geográficas. Mapas diferentes, pequenos, incompatíveis e desatualizados não são necessários em nenhum lugar.</p> <p><b><a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> não é o mapa inimigo. Os dados do mapa podem ser usados livremente (com <a href=\"https://osm.org/copyright\" target=\"_blank\">atribuição e publicação das alterações a esses dados</a>). Todos podem adicionar novos dados e corrigir erros. Este site usa o OpenStreetMap. Todos os dados são de lá e suas respostas e correções são usadas em todos os lugares.</p> <p> Muitas pessoas e aplicações já usam o OpenStreetMap: <a href=\"https://organicmaps.app/\" target=\"_blank\">O Organic Maps</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, mas também os mapas no Facebook, Instagram, Apple-maps e Bing-maps são (em parte) enriquecidos com dados do OpenStreetMap.</p>",
|
||||
"openStreetMapIntro": "<h3>Um mapa aberto</h3><p>Um que todos podem usar e editar livremente. Um único lugar para armazenar todas as informações geográficas. Mapas diferentes, pequenos, incompatíveis e desatualizados não são necessários em nenhum lugar.</p><p><b>O <a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> não é o mapa inimigo. Os dados do mapa podem ser usados livremente (com <a href='https://osm.org/copyright' target='_blank'>atribuição e publicação das alterações a esses dados</a>). Todos podem adicionar novos dados e corrigir erros. Este site usa o OpenStreetMap. Todos os dados são de lá e suas respostas e correções são usadas em todos os lugares.</p><p>Muitas pessoas e aplicações já usam o OpenStreetMap: <a href='https://organicmaps.app/' target='_blank'>Organic Maps</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, mas também os mapas no Facebook, Instagram, Apple-maps e Bing-maps são (em parte) enriquecidos com dados do OpenStreetMap.</p>",
|
||||
"openTheMap": "Abrir o mapa",
|
||||
"openTheMapAtGeolocation": "Ampliar na sua localização",
|
||||
"opening_hours": {
|
||||
"all_days_from": "Aberto todos os dias {ranges}",
|
||||
"closed_permanently": "Fechado por tempo desconhecido",
|
||||
"closed_until": "Fechado até {date}",
|
||||
"error": "Não foi possível interpretar as horas de abertura",
|
||||
"error_loading": "Erro: não foi possível visualizar estes horários de funcionamento.",
|
||||
"error": "Não foi possível processar o horário de funcionamento",
|
||||
"error_loading": "Erro: não foi possível visualizar este horário de funcionamento.",
|
||||
"friday": "Na sexta-feira {ranges}",
|
||||
"loadingCountry": "A determinar o país…",
|
||||
"monday": "Na segunda-feira {ranges}",
|
||||
"not_all_rules_parsed": "Estes horários de funcionamento são complicados. As seguintes regras são ignoradas no elemento de entrada:",
|
||||
"on_weekdays": "Aberto nos dias da semana {ranges}",
|
||||
"on_weekends": "Aberto aos fim-de-semanas {ranges}",
|
||||
"on_weekends": "Aberto nos fins de semana {ranges}",
|
||||
"openTill": "até",
|
||||
"open_24_7": "Aberto 24 horas por dia, todos os dias",
|
||||
"open_during_ph": "Num feriado, isto",
|
||||
"open_during_ph": "Num feriado, isto está",
|
||||
"opensAt": "de",
|
||||
"ph_closed": "fechado",
|
||||
"ph_not_known": " ",
|
||||
|
@ -316,9 +351,9 @@
|
|||
"attr": "Dados do mapa © colaboradores do OpenStreetMap, reutilizáveis sob a licença ODbL",
|
||||
"attrBackground": "Camada de fundo: {background}",
|
||||
"generatedWith": "Gerado com o mapcomplete.org/{layoutid}",
|
||||
"versionInfo": "v {version} - gerado em {date}"
|
||||
"versionInfo": "v{version} - gerado em {date}"
|
||||
},
|
||||
"pickLanguage": "Escolha um idioma: ",
|
||||
"pickLanguage": "Selecionar idioma",
|
||||
"poweredByOsm": "Impulsionado pelo OpenStreetMap",
|
||||
"questionBox": {
|
||||
"answeredMultiple": "Respondeu a {answered} questões",
|
||||
|
@ -333,11 +368,11 @@
|
|||
"skippedOne": "Saltou uma questão"
|
||||
},
|
||||
"questions": {
|
||||
"emailIs": "O endereço de e-mail de {category} é <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailIs": "O endereço de e-mail de {category} é <a href='mailto:{email}' target='_blank'>{email}</a>",
|
||||
"emailOf": "Qual é o endereço de e-mail de {category}?",
|
||||
"phoneNumberIs": "O número de telefone de {category} é <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberIs": "O número de telefone de {category} é <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"phoneNumberOf": "Qual é o número de telefone de {category}?",
|
||||
"websiteIs": "Site: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteIs": "Site: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"websiteOf": "Qual é o site de {category}?"
|
||||
},
|
||||
"readYourMessages": "Por favor, leia todas as suas mensagens do OpenStreetMap antes de adicionar um novo elemento.",
|
||||
|
@ -357,7 +392,7 @@
|
|||
"sharescreen": {
|
||||
"copiedToClipboard": "Hiperligação copiada para a área de transferência",
|
||||
"documentation": "Para mais informações nos parâmetros URL disponíveis, <a href='https://github.com/pietervdvn/MapComplete/blob/develop/Docs/URL_Parameters.md' target='_blank'>consulte a documentação</a>",
|
||||
"embedIntro": "<h3>Incorporar no seu site</h3>Por favor, insira este mapa no seu site. <br>Encorajamos a fazê-lo - nem precisa de pedir permissão. <br> É grátis e sempre será. Quanto mais pessoas estiverem a usar isto, mais valioso se torna.",
|
||||
"embedIntro": "<h3>Incorporar no seu site</h3>Por favor, insira este mapa no seu site. <br/>Encorajamos a fazê-lo - nem precisa de pedir permissão. <br/> É grátis e sempre será. Quanto mais pessoas estiverem a usar isto, mais valioso se torna.",
|
||||
"fsUserbadge": "Ativar o botão de iniciar sessão",
|
||||
"fsWelcomeMessage": "Mostrar a janela com a mensagem de boas-vindas e separadores associados",
|
||||
"intro": "<h3>Partilhar este mapa</h3> Partilhe este mapa copiando a hiperligação abaixo e enviando-a a amigos e familiares:",
|
||||
|
@ -366,17 +401,79 @@
|
|||
},
|
||||
"skip": "Ignorar esta pergunta",
|
||||
"testing": "Teste - as alterações não serão guardadas",
|
||||
"uploadError": "Ocorreu um erro a carregar alterações: {error}",
|
||||
"uploadError": "Ocorreu um erro ao carregar as alterações: {error}",
|
||||
"uploadGpx": {
|
||||
"choosePermission": "Escolha em baixo como o trilho deve ser partilhado:",
|
||||
"confirm": "Confirmar carregamento",
|
||||
"gpxServiceOffline": "O serviço GPX está indisponível, carregar não está disponível neste momento. Tente novamente mais tarde.",
|
||||
"intro0": "Ao carregar o trilho, o OpenStreetMap.org manterá uma cópia total do mesmo.",
|
||||
"intro1": "Consegue transferir o trilho de novo e carregar-lo em programas de edição do OpenStreetMap",
|
||||
"choosePermission": "Escolha abaixo a forma como o seu trilho deve ser partilhado:",
|
||||
"confirm": "Confirmar envio",
|
||||
"gpxServiceOffline": "O serviço GPX está atualmente indisponível - não é possível fazer o envio. Tente novamente mais tarde.",
|
||||
"intro0": "Ao enviar o seu trilho, o OpenStreetMap.org irá manter uma cópia completa do mesmo.",
|
||||
"intro1": "Poderá descarregar novamente os seus trilhos e carregá-los nos programas de edição do OpenStreetMap",
|
||||
"meta": {
|
||||
"descriptionIntro": "Opcionalmente, pode adicionar uma descrição ao trilho:"
|
||||
}
|
||||
"descriptionIntro": "Opcionalmente, pode adicionar uma descrição ao seu trilho:",
|
||||
"descriptionPlaceHolder": "Introduza uma descrição do seu trilho",
|
||||
"intro": "Adicione um título ao seu trilho:",
|
||||
"title": "Título e descrição",
|
||||
"titlePlaceholder": "Introduza o título do seu trilho"
|
||||
},
|
||||
"modes": {
|
||||
"private": {
|
||||
"docs": "Os pontos do seu trilho serão partilhados e agregados entre outros trilhos. O trilho completo será visível para si e poderá carregá-lo noutros programas de edição. O OpenStreetMap.org guarda uma cópia do seu trilho",
|
||||
"name": "Anónimo"
|
||||
},
|
||||
"public": {
|
||||
"docs": "O seu trilho ficará visível para todos, tanto no seu perfil de utilizador como na lista de trilhos GPS em openstreetmap.org",
|
||||
"name": "Público"
|
||||
}
|
||||
},
|
||||
"title": "Enviar o seu trilho para OpenStreetMap.org",
|
||||
"uploadFinished": "O seu trilho foi enviado!",
|
||||
"uploading": "A enviar o seu trilho…"
|
||||
},
|
||||
"uploadPending": "{count} alterações pendentes",
|
||||
"uploadPendingSingle": "Uma alteração pendente",
|
||||
"uploadingChanges": "A enviar alterações…",
|
||||
"useSearch": "Utilize a pesquisa acima para ver mais opções",
|
||||
"visualFeedback": {
|
||||
"closestFeaturesAre": "{n} elementos na janela de visualização.",
|
||||
"directionsAbsolute": {
|
||||
"E": "este",
|
||||
"N": "norte",
|
||||
"NE": "nordeste",
|
||||
"NW": "noroeste",
|
||||
"S": "sul",
|
||||
"SE": "sudeste",
|
||||
"SW": "sudoeste",
|
||||
"W": "oeste"
|
||||
},
|
||||
"directionsRelative": {
|
||||
"behind": "nas suas costas",
|
||||
"left": "esquerda",
|
||||
"right": "direita",
|
||||
"sharp_left": "acentuadamente à esquerda",
|
||||
"sharp_right": "acentuadamente à direita",
|
||||
"slight_left": "ligeiramente à esquerda",
|
||||
"slight_right": "ligeiramente à direita",
|
||||
"straight": "em frente"
|
||||
},
|
||||
"east": "A mover para este",
|
||||
"fromGps": "{distance} {direction} da sua localização",
|
||||
"fromMapCenter": "{distance} {direction} do centro do mapa",
|
||||
"in": "Ampliar para o nível {z}",
|
||||
"islocked": "Vista bloqueada para a sua localização GPS, movimento desativado. Prima o botão de geolocalização para desbloquear.",
|
||||
"locked": "A vista está agora bloqueada para a sua localização GPS, movimento desativado.",
|
||||
"navigation": "Utilize as teclas de setas para mover o mapa e prima a tecla de espaço para selecionar o elemento mais próximo. Prima uma tecla de um número para selecionar locais mais distantes.",
|
||||
"noCloseFeatures": "Nenhum elemento na vista.",
|
||||
"north": "A mover para norte",
|
||||
"oneFeatureInView": "Um elemento dentro da janela de visualização.",
|
||||
"out": "Afastar para o nível {z}",
|
||||
"south": "A mover para sul",
|
||||
"unlocked": "Movimento ativado.",
|
||||
"viewportCenterCloseToGps": "O mapa está centrado na sua localização.",
|
||||
"viewportCenterDetails": "O centro da janela de visualização está a {distance} de distância e a {bearing} da sua localização.",
|
||||
"west": "A mover para oeste"
|
||||
},
|
||||
"waitingForGeopermission": "A aguardar a sua autorização para utilizar a geolocalização…",
|
||||
"waitingForLocation": "A procurar a sua localização atual…",
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"friday": "Sex",
|
||||
|
@ -395,52 +492,111 @@
|
|||
"tuesday": "Terça-feira",
|
||||
"wednesday": "Quarta-feira"
|
||||
},
|
||||
"welcomeBack": "Iniciou a sessão, bem-vindo de volta!",
|
||||
"welcomeBack": "Bem-vindo de volta!",
|
||||
"welcomeExplanation": {
|
||||
"addNew": "Toque no mapa para adicionar um novo POI.",
|
||||
"general": "Neste mapa, pode ver, editar e adicionar <i>pontos de interesse</i>. Aproxime a visualização para ver o POI, toque num para ver ou editar a informação. Todos os dados são obtidos e guardados no OpenStreetMap, que pode ser livremente reutilizado."
|
||||
"addNew": "Está a faltar um item? Utilize o botão no canto inferior esquerdo para adicionar um novo ponto de interesse.",
|
||||
"general": "Neste mapa, pode ver, editar e adicionar <i>pontos de interesse</i>. Aproxime a visualização para ver o POI, toque num para ver ou editar a informação. Todos os dados são obtidos e guardados no OpenStreetMap, que podem ser livremente reutilizados."
|
||||
},
|
||||
"wikipedia": {
|
||||
"addEntry": "Adicionar outra página da Wikipédia",
|
||||
"createNewWikidata": "Criar um novo item do Wikidata",
|
||||
"doSearch": "Pesquise acima para ver os resultados",
|
||||
"failed": "O carregamento da entrada da Wikipédia falhou",
|
||||
"fromWikipedia": "Da Wikipédia, a enciclopédia livre",
|
||||
"loading": "A carregar a Wikipédia…",
|
||||
"noResults": "Nada encontrado para <i>{search}</i>",
|
||||
"noResults": "Não foi encontrado nada para <i>{search}</i>",
|
||||
"noWikipediaPage": "Este item do Wikidata ainda não tem uma página correspondente na Wikipédia.",
|
||||
"previewbox": {
|
||||
"born": "Nascimento: {value}",
|
||||
"died": "Falecimento: {value}"
|
||||
},
|
||||
"readMore": "Ler o resto do artigo",
|
||||
"searchToShort": "A sua consulta de pesquisa é demasiado curta, introduza um texto mais longo",
|
||||
"searchWikidata": "Pesquisar no Wikidata",
|
||||
"wikipediaboxTitle": "Wikipédia"
|
||||
}
|
||||
},
|
||||
"hotkeyDocumentation": {
|
||||
"action": "Ação",
|
||||
"closeSidebar": "Fechar a barra lateral",
|
||||
"geolocate": "Desloque o mapa para a localização atual ou aproxime o mapa na localização atual. Pede permissão de geolocalização",
|
||||
"intro": "O MapComplete suporta as seguintes teclas:",
|
||||
"key": "Combinação de teclas",
|
||||
"openFilterPanel": "Abre o painel de camadas e filtros de POI",
|
||||
"openLayersPanel": "Abre o painel de camadas de fundo",
|
||||
"queryCurrentLocation": "Mostra o endereço mais próximo do centro do mapa",
|
||||
"selectAerial": "Mostra no fundo imagens aéreas ou de satélite. Alterna entre as duas melhores camadas disponíveis",
|
||||
"selectFavourites": "Abre a página dos favoritos",
|
||||
"selectItem": "Seleciona o POI que está mais próximo do centro do mapa (mira). Apenas quando é utilizada a navegação por teclado",
|
||||
"selectItem2": "Seleciona o POI que seja o segundo elemento mais próximo do centro do mapa (mira). Apenas quando é utilizada a navegação por teclado",
|
||||
"selectItem3": "Seleciona o POI que seja o terceiro elemento mais próximo do centro do mapa (mira). Apenas quando é utilizada a navegação por teclado",
|
||||
"selectItemI": "Seleciona o POI que seja o {i}º elemento mais próximo do centro do mapa (mira). Apenas quando é utilizada a navegação por teclado",
|
||||
"selectMap": "Mostra o fundo de fontes externas. Alterna entre as duas melhores camadas disponíveis",
|
||||
"selectMapnik": "Mostra a camada de fundo OpenStreetMap-carto",
|
||||
"selectOsmbasedmap": "Mostra a camada de fundo de um mapa baseado no OpenStreetMap (ou desativa a camada de fundo raster)",
|
||||
"selectSearch": "Selecione a barra de pesquisa para procurar locais",
|
||||
"shakePhone": "Agitar o seu telemóvel",
|
||||
"title": "Teclas de atalho",
|
||||
"translationMode": "Ativar ou desativar o modo de tradução"
|
||||
},
|
||||
"image": {
|
||||
"addPicture": "Adicionar imagem",
|
||||
"currentLicense": "Suas imagens serão publicadas sob {license}",
|
||||
"currentLicense": "As suas imagens serão publicadas ao abrigo da licença {license}",
|
||||
"doDelete": "Remover imagem",
|
||||
"dontDelete": "Cancelar",
|
||||
"isDeleted": "Eliminada",
|
||||
"pleaseLogin": "Entre na sua conta para adicionar uma imagem",
|
||||
"respectPrivacy": "Não fotografe pessoas nem placas de veículos. Não envie imagens do Google Maps, do Google Streetview ou outras fontes protegidas por direitos de autor.",
|
||||
"nearby": {
|
||||
"close": "Recolher painel com imagens próximas",
|
||||
"link": "Esta imagem mostra o objeto",
|
||||
"noNearbyImages": "Não foram encontradas imagens próximas",
|
||||
"seeNearby": "Procurar e ligar imagens próximas",
|
||||
"title": "Imagens do Streetview nas proximidades"
|
||||
},
|
||||
"pleaseLogin": "Inicie sessão para adicionar uma imagem",
|
||||
"respectPrivacy": "Não fotografe pessoas nem matrículas de veículos. Não envie imagens do Google Maps, do Google Streetview ou outras fontes protegidas por direitos de autor.",
|
||||
"toBig": "A sua imagem é muito grande porque tem {actual_size}. Use imagens com o máximo {max_size}",
|
||||
"upload": {
|
||||
"failReasons": "Poderá ter perdido a ligação à Internet",
|
||||
"failReasonsAdvanced": "Em alternativa, certifique-se de que o seu navegador e as extensões não bloqueiam API de terceiros.",
|
||||
"multiple": {
|
||||
"done": "{count} imagens foram enviadas com sucesso. Obrigado!",
|
||||
"partiallyDone": "{count} imagens estão a ser enviadas, {done} imagens estão prontas…",
|
||||
"someFailed": "Lamentamos, mas não foi possível enviar {count} imagens",
|
||||
"uploading": "{count} imagens estão a ser enviadas…"
|
||||
},
|
||||
"one": {
|
||||
"done": "A sua imagem foi enviada com sucesso. Obrigado!",
|
||||
"failed": "Lamentamos, mas não foi possível enviar a sua imagem",
|
||||
"retrying": "A sua imagem está a ser enviada novamente…",
|
||||
"uploading": "A sua imagem está a ser enviada…"
|
||||
}
|
||||
},
|
||||
"uploadDone": "A sua imagem foi adicionada. Obrigado pela ajuda!",
|
||||
"uploadFailed": "Não foi possível enviar a sua imagem. Está conectado à Internet e permite APIs de terceiros? O navegador \"Brave\" ou o plugin \"uMatrix\" podem estar a bloqueá-los.",
|
||||
"uploadMultipleDone": "Foram adicionadas {count} fotografias. Obrigado por ajudar!",
|
||||
"uploadFailed": "Não foi possível enviar a sua imagem. Está conectado à Internet e permite APIs de terceiros? O navegador Brave ou o plugin uMatrix podem estar a bloqueá-los.",
|
||||
"uploadMultipleDone": "Foram adicionadas {count} imagens. Obrigado por ajudar!",
|
||||
"uploadingMultiple": "A enviar {count} imagens…",
|
||||
"uploadingPicture": "A enviar a sua imagem…"
|
||||
},
|
||||
"importInspector": {
|
||||
"title": "Inspecionar e gerenciar notas de importação"
|
||||
"title": "Inspecionar e gerir notas de importação"
|
||||
},
|
||||
"importLayer": {
|
||||
"alreadyMapped": "{title} já existe no mapa - este ponto é um duplicado",
|
||||
"description": "Uma camada que importa entradas para {title}",
|
||||
"importButton": "import_button({layerId}, _tags, Encontrei {title} aqui - adicione-o ao mapa,./assets/svg/addSmall.svg,,,id)",
|
||||
"importHandled": "<div class='thanks'>Este elemento está a ser tratado! Obrigado pelo seu esforço</div>",
|
||||
"layerName": "Possível {title}",
|
||||
"nearbyImagesIntro": "<h3>Imagens próximas</h3>As imagens seguintes são imagens georreferenciadas de vários serviços online. Poderão ajudá-lo a resolver esta nota.{nearby_images(open)}",
|
||||
"notFound": "Não consegui encontrar o {title} - remova-o",
|
||||
"popupTitle": "Poderá haver {title} aqui"
|
||||
},
|
||||
"index": {
|
||||
"#": "Estes textos são mostrados acima dos botões do tema quando nenhum tema é carregado",
|
||||
"featuredThemeTitle": "Destaque desta semana",
|
||||
"intro": "O MapComplete é um visualizador e editor do OpenStreetMap, que mostra informações sobre elementos de um tema específico permitindo atualizar a informação.",
|
||||
"logIn": "Inicie sessão para ver outros temas que visitou anteriormente",
|
||||
"pickTheme": "Escolha um tema abaixo para começar.",
|
||||
"title": "Bem-vindo(a) ao MapComplete"
|
||||
"title": "Bem-vindo ao MapComplete"
|
||||
},
|
||||
"move": {
|
||||
"cancel": "Cancelar movimento",
|
||||
|
@ -449,42 +605,131 @@
|
|||
"inviteToMove": {
|
||||
"generic": "Mover este ponto",
|
||||
"reasonInaccurate": "Melhorar a precisão deste ponto",
|
||||
"reasonRelocation": "Deslocar este elemento para outro lugar porque ele foi deslocado"
|
||||
"reasonRelocation": "Mover este objeto para outro local porque ele foi transferido"
|
||||
},
|
||||
"inviteToMoveAgain": "Mover este ponto novamente",
|
||||
"isRelation": "Este elemento é uma relação e não pode ser movido",
|
||||
"isWay": "Este elemento é uma linha. Use outro editor do OpenStreetMap para movê-lo.",
|
||||
"isWay": "Este elemento é uma linha. Use outro editor do OpenStreetMap para movê-la.",
|
||||
"loginToMove": "Tem de iniciar sessão para mover um ponto",
|
||||
"moveTitle": "Mover este ponto",
|
||||
"partOfAWay": "Este elemento faz parte de outra linha. Use outro editor para movê-lo.",
|
||||
"partOfRelation": "Este elemento faz parte de uma relação. Use outro editor para movê-lo.",
|
||||
"partOfAWay": "Este elemento faz parte de outra linha. Use outro editor para movê-la.",
|
||||
"partOfRelation": "Este elemento faz parte de uma relação. Use outro editor para movê-la.",
|
||||
"pointIsMoved": "O ponto foi movido",
|
||||
"reasons": {
|
||||
"reasonInaccurate": "A localização deste elemento é imprecisa e deve ser movida alguns metros para o local correto",
|
||||
"reasonRelocation": "O elemento foi deslocado para um local totalmente diferente"
|
||||
},
|
||||
"selectReason": "Qual o motivo para mover este objeto?",
|
||||
"whyMove": "Por que quer mudar este ponto?",
|
||||
"whyMove": "Porque é que quer mudar este ponto?",
|
||||
"zoomInFurther": "Amplie mais para confirmar a ação de mover"
|
||||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "Ao alterar os atributos {attr_names}, estes atributos serão alterados automaticamente em {count} outros objetos também"
|
||||
"autoApply": "Ao alterar os atributos {attr_names}, estes atributos serão alterados automaticamente em outros {count} objetos também"
|
||||
},
|
||||
"notes": {
|
||||
"addAComment": "Adicionar um comentário",
|
||||
"addComment": "Adicionar comentário",
|
||||
"addCommentAndClose": "Adicionar comentário e fechar",
|
||||
"addCommentPlaceholder": "Adicionar um comentário…",
|
||||
"anonymous": "Utilizador anónimo",
|
||||
"closeNote": "Fechar nota",
|
||||
"createNote": "Criar uma nova nota",
|
||||
"createNoteIntro": "Há algo errado ou em falta no mapa? Crie uma nota aqui. Estas serão verificadas por voluntários.",
|
||||
"createNoteTitle": "Criar uma nova nota aqui",
|
||||
"creating": "A criar nota…",
|
||||
"disableAllNoteFilters": "Desativar todos os filtros",
|
||||
"isClosed": "Esta nota está resolvida",
|
||||
"isCreated": "A sua nota foi criada!",
|
||||
"loginToAddComment": "Inicie sessão para adicionar um comentário",
|
||||
"loginToAddPicture": "Inicie sessão para adicionar uma imagem",
|
||||
"loginToClose": "Inicie sessão para fechar esta nota",
|
||||
"noteIsPublic": "Isto será visível para todos",
|
||||
"noteLayerDoEnable": "Ativar a camada que mostra as notas",
|
||||
"noteLayerHasFilters": "Algumas notas podem estar ocultas por um filtro",
|
||||
"noteLayerNotEnabled": "A camada que mostra as notas não está ativada. Esta camada tem de ser ativada para adicionar uma nova nota",
|
||||
"notesLayerMustBeEnabled": "A camada 'notas' está desativada. Ative-a para adicionar uma nota",
|
||||
"reopenNote": "Reabrir nota",
|
||||
"reopenNoteAndComment": "Reabrir nota e comentar",
|
||||
"textNeeded": "Introduza um texto descritivo para criar uma nota",
|
||||
"typeText": "Escreva algum texto para adicionar um comentário",
|
||||
"warnAnonymous": "Não tem sessão iniciada. Não poderemos contactá-lo para resolver o seu problema."
|
||||
},
|
||||
"plantDetection": {
|
||||
"poweredByPlantnet": "Distribuído por <a href='https://plantnet.org' target='_blank'>plantnet.org</a>"
|
||||
"back": "Voltar ao resumo das espécies",
|
||||
"button": "Detetar automaticamente as espécies de plantas utilizando a IA do Plantnet.org",
|
||||
"confirm": "Selecionar espécies",
|
||||
"done": "A espécie foi aplicada",
|
||||
"error": "Algo correu mal durante a deteção da espécie de árvore: {error}",
|
||||
"howTo": {
|
||||
"intro": "Para resultados ótimos,",
|
||||
"li0": "tire uma fotografia que mostre a árvore no centro, sem muito fundo",
|
||||
"li1": "tire uma fotografia que mostre uma única folha",
|
||||
"li2": "tire uma fotografia que mostre a casca",
|
||||
"li3": "tire uma fotografia das flores"
|
||||
},
|
||||
"loadingWikidata": "A carregar informações sobre {species}…",
|
||||
"matchPercentage": "{match}% correspondência",
|
||||
"overviewIntro": "A IA de <a href='https://plantnet.org/' target='_blank'>plantnet.org</a> acha que as imagens mostram as espécies abaixo.",
|
||||
"overviewTitle": "Espécies detetadas automaticamente",
|
||||
"overviewVerify": "Por favor, verifique a espécie correta e faça a ligação para a árvore",
|
||||
"poweredByPlantnet": "Desenvolvido por <a href='https://plantnet.org' target='_blank'>plantnet.org</a>",
|
||||
"querying": "A consultar plantnet.org com {length} imagens",
|
||||
"seeInfo": "Ver mais informações sobre as espécies",
|
||||
"takeImages": "Tire fotografias da árvore para detetar automaticamente o tipo de árvore",
|
||||
"tryAgain": "Selecionar uma espécie diferente"
|
||||
},
|
||||
"privacy": {
|
||||
"editingIntro": "Quando faz uma alteração ao mapa, esta alteração é registada no OpenStreetMap e fica disponível publicamente para qualquer pessoa. Um conjunto de alterações feito com o MapComplete inclui os seguintes dados:",
|
||||
"editingOutro": "Consulte <a href='https://wiki.osmfoundation.org/wiki/Privacy_Policy' target='_blank'>a política de privacidade no OpenStreetMap.org</a> para obter informações pormenorizadas. Gostaríamos de lembrar que pode utilizar um nome fictício ao registar-se.",
|
||||
"editingTitle": "Ao fazer alterações",
|
||||
"geodata": "Quando o MapComplete obtém a sua geolocalização, esta e as localizações anteriormente visitadas permanecem no seu dispositivo. Os seus dados de localização nunca são enviados automaticamente para qualquer outro local - exceto se alguma funcionalidade indicar claramente o contrário.",
|
||||
"geodataTitle": "A sua geolocalização",
|
||||
"intro": "A privacidade é importante - tanto para o indivíduo como para a sociedade. O MapComplete tenta respeitar a sua privacidade tanto quanto possível - até ao ponto de não ser necessária uma irritante janela de permissão de cookies. No entanto, gostaríamos de informar quais as informações que são recolhidas e partilhadas, em que circunstâncias e por que razão são tomadas estas decisões.",
|
||||
"items": {
|
||||
"changesYouMake": "As alterações que fez",
|
||||
"date": "Quando esta alteração é feita",
|
||||
"distanceIndicator": "Uma indicação de quão perto esteve dos objetos alterados. Os outros mapeadores podem utilizar esta informação para determinar se uma alteração foi feita com base na sua presença no local ou de forma remota",
|
||||
"language": "O idioma da interface do utilizador",
|
||||
"theme": "O tema que utilizou ao fazer a alteração",
|
||||
"username": "O seu nome de utilizador"
|
||||
},
|
||||
"miscCookies": "O MapComplete integra-se em vários outros serviços, nomeadamente para carregar imagens de elementos. As imagens são alojadas em vários servidores de terceiros, que poderão criar cookies por si próprios.",
|
||||
"miscCookiesTitle": "Outros cookies",
|
||||
"surveillance": "Como está a ler a política de privacidade, provavelmente preocupa-se com a privacidade - nós também! Até criámos <a href='https://mapcomplete.org/surveillance'>um tema que mostra câmaras de vigilância.</a> Não hesite em mapeá-las todas!",
|
||||
"title": "Política de privacidade",
|
||||
"tracking": "Para obter informações sobre quem visita o nosso sítio web, são recolhidas algumas informações técnicas. Estas incluem o país a partir do qual visitou a página web, o sítio web que o encaminhou para a MapComplete, o tipo de dispositivo e o tamanho do ecrã. É colocado um cookie no seu dispositivo para indicar que visitou o MapComplete hoje. Estes dados não são suficientemente pormenorizados para o identificar pessoalmente. Estas estatísticas só são disponibilizadas a qualquer pessoa de forma agregada e são <a href='https://pietervdvn.goatcounter.com' target='_blank'>acessíveis ao público</a>",
|
||||
"trackingTitle": "Dados estatísticos",
|
||||
"whileYoureHere": "Preocupa-se com a privacidade?"
|
||||
},
|
||||
"reviews": {
|
||||
"affiliated_reviewer_warning": "(avaliação de afiliado)",
|
||||
"attribution": "As avaliações são fornecidas por <a href=\"https://mangrove.reviews/\" target=\"_blank\">Mangrove Reviews</a> e estão disponíveis sob a licença <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"i_am_affiliated": "<span>Eu sou afiliado a este objeto</span><br><span class=\"subtle\"><br><span class=\"subtle\">Marque isto se for proprietário, criador, funcionário…</span></span>",
|
||||
"averageRating": "Classificação média de {n} estrelas",
|
||||
"i_am_affiliated": "Estou associado a este objeto",
|
||||
"i_am_affiliated_explanation": "Marque caso seja proprietário, criador, empregado…",
|
||||
"name_required": "É necessário um nome para mostrar e criar avaliações",
|
||||
"no_reviews_yet": "Ainda não existem avaliações. Seja o primeiro a escrever uma e ajude a abrir os dados e os negócios!",
|
||||
"saved": "<span class=\"thanks\">Avaliação guardada. Obrigado por partilhar!</span>",
|
||||
"non_place_review": "Uma avaliação não é sobre um local e não é mostrada aqui.",
|
||||
"non_place_reviews": "{n} avaliações não são sobre um local e não são mostradas aqui.",
|
||||
"question": "Como classificaria {title()}?",
|
||||
"question_opinion": "Como foi a sua experiência?",
|
||||
"rate": "Avaliar {n} estrelas",
|
||||
"rated": "Avaliado com {n} estrelas",
|
||||
"reviewPlaceholder": "Descreva a sua experiência…",
|
||||
"reviewing_as": "A avaliar como {nickname}",
|
||||
"reviewing_as_anonymous": "Avaliar como anónimo",
|
||||
"reviews_bug": "Esperava mais avaliações? Algumas avaliações não são apresentadas devido a um erro.",
|
||||
"save": "Guardar avaliação",
|
||||
"saved": "Avaliação guardada. Obrigado por partilhar!",
|
||||
"saving_review": "A guardar…",
|
||||
"see_all": "Ver todas as avaliações em mangrove.reviews",
|
||||
"title": "{count} avaliações",
|
||||
"title_singular": "Uma avaliação",
|
||||
"too_long": "São permitidos no máximo {max} caracteres. A sua avaliação tem {amount} caracteres.",
|
||||
"tos": "Se criar uma avaliação, concorda com <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">os termos do serviço e a política de privacidade de Mangrove.reviews</a>",
|
||||
"write_a_comment": "Deixar uma avaliação…"
|
||||
"write_a_comment": "Deixar uma avaliação…",
|
||||
"your_reviews": "As suas avaliações anteriores",
|
||||
"your_reviews_empty": "Não encontrámos nenhuma das suas avaliações anteriores"
|
||||
},
|
||||
"split": {
|
||||
"cancel": "Cancelar",
|
||||
|
@ -492,13 +737,99 @@
|
|||
"inviteToSplit": "Dividir esta estrada em segmentos mais pequenos. Isto permite atribuir propriedades diferentes a várias partes da estrada.",
|
||||
"loginToSplit": "Tem de estar autenticado para dividir uma estrada",
|
||||
"split": "Dividir",
|
||||
"splitTitle": "Escolha no mapa onde dividir esta estrada"
|
||||
"splitAgain": "Dividir esta estrada novamente",
|
||||
"splitTitle": "Seccione no mapa onde as propriedades desta estrada mudam"
|
||||
},
|
||||
"translations": {
|
||||
"activateButton": "Ajude a traduzir MapComplete"
|
||||
"activateButton": "Ajude a traduzir MapComplete",
|
||||
"allMissing": "Ainda não há traduções",
|
||||
"missing": "{count} cadeias de caracteres não traduzidas",
|
||||
"notImmediate": "As traduções não são atualizadas diretamente. Normalmente, isto demora alguns dias"
|
||||
},
|
||||
"userinfo": {
|
||||
"editDescription": "Editar a descrição do seu perfil",
|
||||
"gotoInbox": "Abra sua caixa de entrada",
|
||||
"gotoSettings": "Vá para suas configurações no OpenStreetMap.org"
|
||||
"gotoSettings": "Vá para suas configurações no OpenStreetMap.org",
|
||||
"noDescription": "Ainda não tem uma descrição no seu perfil",
|
||||
"noDescriptionCallToAction": "Adicionar uma descrição do perfil",
|
||||
"notLoggedIn": "Terminou a sessão"
|
||||
},
|
||||
"validation": {
|
||||
"color": {
|
||||
"description": "Uma cor ou código hexadecimal"
|
||||
},
|
||||
"date": {
|
||||
"description": "Uma data, começando pelo ano"
|
||||
},
|
||||
"direction": {
|
||||
"description": "Uma orientação"
|
||||
},
|
||||
"distance": {
|
||||
"description": "Uma distância em metros"
|
||||
},
|
||||
"email": {
|
||||
"description": "endereço de e-mail",
|
||||
"feedback": "Isto não é um endereço de e-mail válido",
|
||||
"noAt": "Um e-mail deve conter um @"
|
||||
},
|
||||
"fediverse": {
|
||||
"description": "Um identificador fediverse, frequentemente @username@server.tld",
|
||||
"feedback": "Um identificador fediverse consiste em @username@server.tld ou é uma hiperligação a um perfil",
|
||||
"invalidHost": "{host} não é um nome de hospedeiro válido",
|
||||
"onYourServer": "Ver e seguir no seu servidor"
|
||||
},
|
||||
"float": {
|
||||
"description": "um número",
|
||||
"feedback": "Isto não é um número"
|
||||
},
|
||||
"id": {
|
||||
"description": "um identificador",
|
||||
"invalidCharacter": "Um identificador só pode conter letras, dígitos e sublinhados",
|
||||
"shouldBeLonger": "Um identificador deve ter pelo menos 3 caracteres"
|
||||
},
|
||||
"int": {
|
||||
"description": "um número inteiro"
|
||||
},
|
||||
"nat": {
|
||||
"description": "um número inteiro positivo ou zero",
|
||||
"mustBePositive": "Este número deve ser positivo",
|
||||
"mustBeWhole": "Só são permitidos números inteiros",
|
||||
"notANumber": "Introduzir um número"
|
||||
},
|
||||
"opening_hours": {
|
||||
"description": "Horário de funcionamento"
|
||||
},
|
||||
"pfloat": {
|
||||
"description": "um número positivo"
|
||||
},
|
||||
"phone": {
|
||||
"description": "um número de telefone",
|
||||
"feedback": "Este não é um número de telefone válido",
|
||||
"feedbackCountry": "Este não é um número de telefone válido (para o país {country})"
|
||||
},
|
||||
"pnat": {
|
||||
"description": "um número inteiro positivo",
|
||||
"noZero": "O zero não é permitido"
|
||||
},
|
||||
"slope": {
|
||||
"inputExplanation": "Coloque o telemóvel no chão com a parte superior do telemóvel a apontar para o topo da inclinação.",
|
||||
"inputIncorrect": "Para obter medições corretas, certifique-se de que a seta está dentro da área verde."
|
||||
},
|
||||
"string": {
|
||||
"description": "um pedaço de texto"
|
||||
},
|
||||
"text": {
|
||||
"description": "um pedaço de texto"
|
||||
},
|
||||
"tooLong": "O texto é demasiado longo, são permitidos no máximo 255 caracteres. Tem agora {count} caracteres.",
|
||||
"url": {
|
||||
"description": "hiperligação a um sítio web",
|
||||
"feedback": "Isto não é um endereço web válido"
|
||||
},
|
||||
"wikidata": {
|
||||
"description": "Um identificador Wikidata",
|
||||
"empty": "Por favor, introduza algumas entradas wikidata",
|
||||
"startsWithQ": "Um identificador wikidata começa por Q e é seguido de um número"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"customThemeIntro": "<h3>Temas personalizados</h3> Esses são temas gerados pelo usuário visitados anteriormente.",
|
||||
"fewChangesBefore": "Por favor, responda algumas perguntas de pontos existentes antes de adicionar um novo ponto.",
|
||||
"getStartedLogin": "Entrar com OpenStreetMap para começar",
|
||||
"getStartedNewAccount": " ou <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">crie uma nova conta</a>",
|
||||
"getStartedNewAccount": " ou <a href='https://www.openstreetmap.org/user/new' target='_blank'>crie uma nova conta</a>",
|
||||
"goToInbox": "Abrir mensagens",
|
||||
"layerSelection": {
|
||||
"title": "Selecionar camadas",
|
||||
|
@ -83,9 +83,9 @@
|
|||
"questions": {
|
||||
"emailIs": "O endereço de e-mail deste {category} é <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Qual é o endereço de e-mail de {category}?",
|
||||
"phoneNumberIs": "O número de telefone deste {category} é <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberIs": "O número de telefone deste {category} é <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"phoneNumberOf": "Qual é o número de telefone de {category}?",
|
||||
"websiteIs": "Site: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteIs": "Site: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"websiteOf": "Qual é o site de {category}?"
|
||||
},
|
||||
"readYourMessages": "Por favor, leia todas as suas mensagens do OpenStreetMap antes de adicionar um novo ponto.",
|
||||
|
@ -99,7 +99,7 @@
|
|||
},
|
||||
"sharescreen": {
|
||||
"copiedToClipboard": "Link copiado para a área de transferência",
|
||||
"embedIntro": "<h3>Incorpore em seu site</h3>Por favor, incorpore este mapa em seu site.<br>Nós o encorajamos a fazer isso - você nem precisa pedir permissão.<br>É gratuito e sempre será. Quanto mais pessoas usarem isso, mais valioso se tornará.",
|
||||
"embedIntro": "<h3>Incorpore em seu site</h3>Por favor, incorpore este mapa em seu site.<br/>Nós o encorajamos a fazer isso - você nem precisa pedir permissão.<br/>É gratuito e sempre será. Quanto mais pessoas usarem isso, mais valioso se tornará.",
|
||||
"fsUserbadge": "Habilite o botão de login",
|
||||
"fsWelcomeMessage": "Mostra o pop-up da mensagem de boas-vindas e as guias associadas",
|
||||
"intro": "<h3>Compartilhe este mapa</h3> Compartilhe este mapa copiando o link abaixo e enviando-o para amigos e familiares:",
|
||||
|
@ -143,7 +143,7 @@
|
|||
"isDeleted": "Excluída",
|
||||
"pleaseLogin": "Faça login para adicionar uma imagem",
|
||||
"respectPrivacy": "Não fotografe pessoas e nem placas de veículos. Não faça upload do Google Maps, Google Streetview ou outras fontes protegidas por direitos autorais.",
|
||||
"uploadDone": "<span class=\"thanks\">Sua foto foi adicionada. Obrigado por ajudar!</span>",
|
||||
"uploadDone": "Sua foto foi adicionada. Obrigado por ajudar!",
|
||||
"uploadFailed": "Não foi possível enviar sua foto. Você está conectado à Internet e permite APIs de terceiros? O navegador Brave ou o plugin uMatrix podem bloqueá-los.",
|
||||
"uploadingMultiple": "Fazendo upload de {count} imagens…",
|
||||
"uploadingPicture": "Enviando sua imagem…"
|
||||
|
|
|
@ -975,6 +975,10 @@
|
|||
},
|
||||
"title": "Bordsteine und Überwege"
|
||||
},
|
||||
"lighthouses": {
|
||||
"description": "Leuchttürme sind hohe Gebäude mit einem Licht an der Spitze, das den Schiffsverkehr leitet.",
|
||||
"title": "Leuchttürme"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
|
||||
"layers": {
|
||||
|
@ -995,6 +999,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Etymologie-Thema ausschließen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -1050,13 +1061,6 @@
|
|||
"question": "GRB-Thema ausschließen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Etymologie-Thema ausschließen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Zentrum der Änderungssätze",
|
||||
|
@ -1137,6 +1141,33 @@
|
|||
"onwheels": {
|
||||
"description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen",
|
||||
"layers": {
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistik"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Import"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Alle vorgeschlagenen Tags hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"override": {
|
||||
"filter": {
|
||||
|
@ -1179,33 +1210,6 @@
|
|||
"override": {
|
||||
"name": "Barrierefreie Parkplätze"
|
||||
}
|
||||
},
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistik"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Import"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Alle vorgeschlagenen Tags hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Auf Rädern"
|
||||
|
@ -1447,10 +1451,6 @@
|
|||
"stations": {
|
||||
"description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "Ebene mit Bahnhöfen",
|
||||
"name": "Bahnhöfe"
|
||||
},
|
||||
"16": {
|
||||
"description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
|
||||
"name": "Abfahrtstafeln",
|
||||
|
@ -1482,6 +1482,10 @@
|
|||
"title": {
|
||||
"render": "Abfahrtstafel"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "Ebene mit Bahnhöfen",
|
||||
"name": "Bahnhöfe"
|
||||
}
|
||||
},
|
||||
"title": "Bahnhöfe"
|
||||
|
@ -1660,4 +1664,4 @@
|
|||
"shortDescription": "Eine Karte mit Abfalleimern",
|
||||
"title": "Abfalleimer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -975,6 +975,10 @@
|
|||
},
|
||||
"title": "Kerbs and crossings"
|
||||
},
|
||||
"lighthouses": {
|
||||
"description": "Lighthouses are tall buildings with a light on top to guide marine traffic.",
|
||||
"title": "Lighthouses"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "This maps shows all the changes made with MapComplete",
|
||||
"layers": {
|
||||
|
|
|
@ -891,6 +891,10 @@
|
|||
"shortDescription": "Deze kaart toont de maximumsnelheid voor elke straat.",
|
||||
"title": "Maximale snelheden"
|
||||
},
|
||||
"memorials": {
|
||||
"description": "Een gedenkteken is een fysiek object dat permanent in de publieke ruimte aanwezig is om een persoon of gebeurtenis te herdenken. Dit kan in diverse vormen, zoals standbeelden, naamborden, muurschilderingen, militaire objecten,...",
|
||||
"title": "Gedenktekens en graven"
|
||||
},
|
||||
"nature": {
|
||||
"description": "Op deze kaart vind je informatie voor natuurliefhebbers, zoals info over het natuurgebied waar je inzit, vogelkijkhutten, informatieborden, ...",
|
||||
"shortDescription": "Deze kaart bevat informatie voor natuurliefhebbers",
|
||||
|
@ -908,6 +912,33 @@
|
|||
"onwheels": {
|
||||
"description": "Op deze kaart kan je informatie rond rolstoeltoegankelijkheid zien, zoals toegangsdeuren met hun breedte en drempelhoogte, toiletten met toegankelijkheidsinformatie, recepties maar ook winkels, cafés en restaurants.",
|
||||
"layers": {
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistieken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Importeren"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Voeg alle gesuggereerde tags toe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"override": {
|
||||
"filter": {
|
||||
|
@ -950,33 +981,6 @@
|
|||
"override": {
|
||||
"name": "Parkeerplaatsen voor personen met een beperking"
|
||||
}
|
||||
},
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistieken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Importeren"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Voeg alle gesuggereerde tags toe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "OnWheels"
|
||||
|
@ -1064,6 +1068,25 @@
|
|||
},
|
||||
"postboxes": {
|
||||
"description": "Op deze kaart kan je informatie over brievenbussen en postkantoren vinden en toevoegen. Je kan deze kaart gebruiken om te achterhalen waar je je volgende postkaart naar kan sturen! :)<br/>Zie je een fout of ontbreekt een brievenbus? Dan kan je deze kaart aanpassen met een gratis OpenStreetMap account. ",
|
||||
"layers": {
|
||||
"3": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze winkel is een post-partner"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze winkel is geen post-partner"
|
||||
}
|
||||
},
|
||||
"question": "Is deze winkel een post-partner?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Een kaart die brievenbussen en postkantoren toont",
|
||||
"title": "Brievenbussen en postkantoren"
|
||||
},
|
||||
|
@ -1183,10 +1206,6 @@
|
|||
"stations": {
|
||||
"description": "Bekijk, bewerk en voeg details to aan een treinstation",
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "Laag met treinstations",
|
||||
"name": "Treinstations"
|
||||
},
|
||||
"16": {
|
||||
"description": "Schermen die treinen tonen die van dit station vertrekken",
|
||||
"name": "Vertrektijdenborden",
|
||||
|
@ -1218,6 +1237,10 @@
|
|||
"title": {
|
||||
"render": "Vertrektijdenbord"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "Laag met treinstations",
|
||||
"name": "Treinstations"
|
||||
}
|
||||
},
|
||||
"title": "Treinstations"
|
||||
|
@ -1387,4 +1410,4 @@
|
|||
"shortDescription": "Een kaart met vuilnisbakken",
|
||||
"title": "Vuilnisbakken"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -96,6 +96,9 @@
|
|||
"shortDescription": "Mapa ławek",
|
||||
"title": "Ławki"
|
||||
},
|
||||
"bicycle_parkings": {
|
||||
"title": "Parkingi dla rowerów"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"description": "Na tej mapie znajdziesz wiele stacji wynajmu rowerów, znanych w OpenStreetMap",
|
||||
"shortDescription": "Mapa ze stacjami wypożyczania rowerów i wypożyczalniami rowerów",
|
||||
|
@ -486,9 +489,17 @@
|
|||
"name": "węzły",
|
||||
"tagRenderings": {
|
||||
"node-expected_rcn_route_relations": {
|
||||
"freeform": {
|
||||
"placeholder": "np. 3"
|
||||
},
|
||||
"question": "Z iloma innymi węzłami rowerowymi łączy się ten węzeł?",
|
||||
"render": "Ten węzeł łączy się z innymi węzłami rowerowymi {expected_rcn_route_relations}."
|
||||
},
|
||||
"node-rxn_ref": {
|
||||
"freeform": {
|
||||
"placeholder": "np. 1"
|
||||
}
|
||||
},
|
||||
"node-survey:date": {
|
||||
"override": {
|
||||
"question": "Kiedy ostatni raz badano ten węzeł rowerowy?",
|
||||
|
@ -844,6 +855,22 @@
|
|||
},
|
||||
"title": "Krawężniki i przejścia"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "Ta mapa pokazuje wszystkie zmiany wprowadzone za pomocą MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nazwa tematu zawiera {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"description": "Temat pokazujący zadania MapRoulette, umożliwiający ich wyszukiwanie, filtrowanie i naprawianie.",
|
||||
"title": "Zadania MapRoulette"
|
||||
|
@ -875,6 +902,33 @@
|
|||
"onwheels": {
|
||||
"description": "Na tej mapie pokazane są miejsca publicznie dostępne dla wózków inwalidzkich, które można łatwo dodać",
|
||||
"layers": {
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statystyki"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Import"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Dodaj wszystkie sugerowane znaczniki"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"override": {
|
||||
"filter": {
|
||||
|
@ -917,33 +971,6 @@
|
|||
"override": {
|
||||
"name": "Miejsca parkingowe dla niepełnosprawnych"
|
||||
}
|
||||
},
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statystyki"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Import"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Dodaj wszystkie sugerowane znaczniki"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Na kółkach"
|
||||
|
@ -1104,10 +1131,6 @@
|
|||
"stations": {
|
||||
"description": "Przeglądaj, edytuj i dodawaj szczegóły do stacji kolejowej",
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "Warstwa pokazująca stacje kolejowe",
|
||||
"name": "Stacje Kolejowe"
|
||||
},
|
||||
"16": {
|
||||
"description": "Ekrany wyświetlające pokazujące pociągi, które odjadą z tej stacji",
|
||||
"name": "Tablice odjazdów",
|
||||
|
@ -1139,6 +1162,10 @@
|
|||
"title": {
|
||||
"render": "Tablica odjazdów"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "Warstwa pokazująca stacje kolejowe",
|
||||
"name": "Stacje Kolejowe"
|
||||
}
|
||||
},
|
||||
"title": "Stacje Kolejowe"
|
||||
|
@ -1260,4 +1287,4 @@
|
|||
"shortDescription": "Mapa koszy na śmieci",
|
||||
"title": "Kosz na śmieci"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"title": "藝術品"
|
||||
},
|
||||
"atm": {
|
||||
"description": "這份地圖顯示領錢與存錢的 ATM",
|
||||
"description": "此地圖顯示了提款或存款的 ATM",
|
||||
"layers": {
|
||||
"3": {
|
||||
"override": {
|
||||
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"bookcases": {
|
||||
"description": "公共書架是街邊箱子、盒子、舊的電話亭或是其他存放書本的物件,每一個人都能放置或拿取書本。這份地圖收集所有類型的書架,你可以探索你附近新的書架,同時也能用免費的開放街圖帳號來快速新增你最愛的書架。",
|
||||
"title": "開放書架地圖"
|
||||
"title": "公共書櫃"
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
"description": "咖啡廳、俱樂部與酒吧",
|
||||
|
@ -123,10 +123,10 @@
|
|||
"caravansites-long-term": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "有,這個地方有提供長期租用,但你也可以用天計算費用"
|
||||
"then": "有些地方提供長期租用,但你也可以用天計算費用"
|
||||
},
|
||||
"1": {
|
||||
"then": "沒有,這裡沒有永久的客戶"
|
||||
"then": "這裏沒有永久的客人"
|
||||
},
|
||||
"2": {
|
||||
"then": "如果有長期租用合約才有可能待下來(如果你選擇這個地方則會在這份地圖消失)"
|
||||
|
@ -283,13 +283,31 @@
|
|||
"climbing": {
|
||||
"description": "在這份地圖上你會發現能夠攀爬機會,像是攀岩體育館、抱石大廳以及大自然當中的巨石。",
|
||||
"descriptionTail": "攀爬地圖最初由 <a href='https://utopicode.de/en/?ref=kletterspots' target='_blank'>Christian Neumann</a> 製作。如果你有回饋意見或問題請到Please <a href='https://utopicode.de/en/contact/?project=kletterspots&ref=kletterspots' target='blank'>這邊反應</a>。</p><p>這專案使用來自<a href='https://www.openstreetmap.org/' target='_blank'>開放街圖</a>專案的資料。</p>",
|
||||
"title": "開放攀爬地圖"
|
||||
"title": "攀岩館、俱樂部和場所"
|
||||
},
|
||||
"cycle_highways": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "單車高速公路",
|
||||
"title": {
|
||||
"render": "單車高速公路"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "單車高速公路"
|
||||
},
|
||||
"cycle_infra": {
|
||||
"description": "可以檢視與編輯單車相關設施的地圖,在 #os0c21時製作。",
|
||||
"shortDescription": "檢視與編輯單車相關設施的地圖。",
|
||||
"title": "單車設施"
|
||||
},
|
||||
"cyclenodes": {
|
||||
"layers": {
|
||||
"1": {
|
||||
"name": "節點"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cyclestreets": {
|
||||
"description": "單車街道是<b>機動車輛受限制,只允許單車通行</b>的道路。通常會有路標顯示特別的交通指標。單車街道通常在荷蘭、比利時看到,但德國與法國也有。 ",
|
||||
"layers": {
|
||||
|
@ -297,7 +315,16 @@
|
|||
"name": "單車街道"
|
||||
},
|
||||
"1": {
|
||||
"name": "將來的單車街道"
|
||||
"name": "將來的單車街道",
|
||||
"title": {
|
||||
"render": "將來的單車街道"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"name": "所有道路",
|
||||
"title": {
|
||||
"render": "街道"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "單車街道的地圖",
|
||||
|
@ -305,12 +332,15 @@
|
|||
},
|
||||
"cyclofix": {
|
||||
"description": "這份地圖的目的是為單車騎士能夠輕易顯示滿足他們需求的相關設施。<br><br>你可以追蹤你確切位置 (只有行動版),以及在左下角選擇相關的圖層。你可以使用這工具在地圖新增或編輯釘子,以及透過回答問題來提供更多資訊。<br><br>所有你的變動都會自動存在開放街圖這全球資料圖,並且能被任何人自由取用。<br><br>你可以到 <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a> 閱讀更多資訊。",
|
||||
"title": "單車修正 - 單車騎士的開放地圖"
|
||||
"title": "單車修正—單車騎士的地圖"
|
||||
},
|
||||
"drinking_water": {
|
||||
"description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加",
|
||||
"title": "飲用水"
|
||||
},
|
||||
"education": {
|
||||
"title": "教育"
|
||||
},
|
||||
"etymology": {
|
||||
"description": "在這份地圖,你可以看到物件是以何命名,道路、 建築等的命名由來連到 Wikidata。在跳出選單,你可以看到物件命名由來的維基條目 (如果有的話),或是 Wikidata 框。如果物件本身有維基頁面,也會顯示。<br/><br/><b>你也可以貢獻!</b>放大到夠大的層級,然後<i>所有</i>道路都會顯示。你可以點選一個之後 Wikidata 搜尋框會跳出來。只要點幾下,你可以新增詞源連結。注意你要有開放街圖帳號才能這麼做。",
|
||||
"layers": {
|
||||
|
@ -364,12 +394,39 @@
|
|||
"hackerspaces": {
|
||||
"description": "在這份地圖上你可以看到駭客空間,新增或直接更新資料",
|
||||
"shortDescription": "駭客空間的地圖",
|
||||
"title": "駭客空間"
|
||||
"title": "駭客空間與創客空間"
|
||||
},
|
||||
"hailhydrant": {
|
||||
"description": "在這份地圖上面你可以在你喜愛的社區尋找與更新消防栓、消防隊、急救站與滅火器。\n\n你可以追蹤確切位置 (只有行動版) 以及在左下角選擇與你相關的圖層。你也可以使用這工具新增或編輯地圖上的釘子 (興趣點),以及透過回答一些問題提供額外的資訊。\n\n所有你做出的變動都會自動存到開放街圖這個全球資料庫,而且能自由讓其他人取用。",
|
||||
"shortDescription": "顯示消防栓、滅火器、消防隊與急救站的地圖。",
|
||||
"title": "消防栓、滅火器、消防隊、以及急救站。"
|
||||
"title": "消防栓、滅火器、消防局和救護站"
|
||||
},
|
||||
"healthcare": {
|
||||
"layers": {
|
||||
"5": {
|
||||
"override": {
|
||||
"=presets": {
|
||||
"2": {
|
||||
"title": "配鏡師"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "醫療保健"
|
||||
},
|
||||
"hotels": {
|
||||
"title": "飯店"
|
||||
},
|
||||
"indoors": {
|
||||
"title": "室內"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "變更集中心"
|
||||
}
|
||||
}
|
||||
},
|
||||
"maproulette": {
|
||||
"title": "MapRoulette 任務"
|
||||
|
@ -398,9 +455,33 @@
|
|||
"shortDescription": "開發可及能觀景的高塔",
|
||||
"title": "觀景塔"
|
||||
},
|
||||
"onwheels": {
|
||||
"layers": {
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "統計數據"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "匯入"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"description": "顯示與編輯風機的地圖。",
|
||||
"title": "開放風力地圖"
|
||||
"title": "風力發電機"
|
||||
},
|
||||
"parkings": {
|
||||
"description": "這地圖顯示不同的停車空間",
|
||||
|
@ -469,7 +550,7 @@
|
|||
"title": "郵遞區號"
|
||||
},
|
||||
"postboxes": {
|
||||
"description": "在這份地圖你能找到與新增有關郵局與郵筒的資料,你可以用這份地圖找到寄送您下張明信片的地方!:)<br/>發現錯誤或是有郵筒遺漏嗎?你可以用免費的開放街圖帳號來編輯。 ",
|
||||
"description": "在這份地圖你能找到與新增有關郵局與郵筒的資料,你可以用這份地圖找到寄送您下張明信片的地方!:)<br/>發現錯誤或是有郵筒遺漏嗎?你可以用免費的開放街圖帳號來編輯。",
|
||||
"shortDescription": "顯示郵筒與郵局的地圖",
|
||||
"title": "郵筒與郵局地圖"
|
||||
},
|
||||
|
@ -486,7 +567,10 @@
|
|||
"layers": {
|
||||
"0": {
|
||||
"description": "顯示道路的人行穿越道的圖層",
|
||||
"name": "人行道"
|
||||
"name": "人行道",
|
||||
"title": {
|
||||
"render": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "人行道"
|
||||
|
@ -513,10 +597,8 @@
|
|||
},
|
||||
"stations": {
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "顯示火車站的圖層"
|
||||
},
|
||||
"16": {
|
||||
"name": "出發板",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "時刻表"
|
||||
|
@ -535,6 +617,10 @@
|
|||
"title": {
|
||||
"render": "時刻表"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "顯示火車站的圖層",
|
||||
"name": "火車站"
|
||||
}
|
||||
},
|
||||
"title": "火車站"
|
||||
|
@ -613,6 +699,16 @@
|
|||
"shortDescription": "所有樹木的地圖",
|
||||
"title": "樹木"
|
||||
},
|
||||
"vending_machine": {
|
||||
"title": "自動販賣機"
|
||||
},
|
||||
"walkingnodes": {
|
||||
"layers": {
|
||||
"1": {
|
||||
"name": "節點"
|
||||
}
|
||||
}
|
||||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "特殊的內建圖層顯示所有牆壁與建築。這個圖層對於規畫要靠牆的東西 (例如 AED、郵筒、入口、地址、監視器等) 相當實用。這個圖層預設顯示而且無法由使用者開關。",
|
||||
"title": "牆壁與建築"
|
||||
|
@ -626,4 +722,4 @@
|
|||
"shortDescription": "垃圾筒的地圖",
|
||||
"title": "垃圾筒"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,12 +20,19 @@
|
|||
"cancel": "取消",
|
||||
"cannotBeDeleted": "此功能无法被删除",
|
||||
"delete": "删除",
|
||||
"deletedTitle": "已删除的功能",
|
||||
"explanations": {
|
||||
"hardDelete": "此功能在 OpenStreetMap 中将被删除。它可以由有经验的贡献者进行恢复",
|
||||
"retagNoOtherThemes": "此功能将被重新分类并从此应用中隐藏"
|
||||
"retagNoOtherThemes": "此功能将被重新分类并从此应用中隐藏",
|
||||
"retagOtherThemes": "此功能将在 {otherThemes} 中重新标记和可见",
|
||||
"selectReason": "请选择应删除此功能的原因",
|
||||
"softDelete": "此功能将在此应用程序中更新并隐藏。<span class='subtle'>{reason}</span>"
|
||||
},
|
||||
"isChanged": "此要素已更改,不再与此图层匹配",
|
||||
"isDeleted": "此功能已删除",
|
||||
"isntAPoint": "只能删除节点,选择的特征是路径、区域或关系。",
|
||||
"loading": "检查属性以检查是否可以删除此功能。",
|
||||
"loginToDelete": "您必须登录才能删除功能",
|
||||
"notEnoughExperience": "这个要素由其他人创建。",
|
||||
"onlyEditedByLoggedInUser": "这个要素仅被您所编辑,您可以安全的删除它。",
|
||||
"partOfOthers": "该节点是某种方式或关系的一部分,不能直接删除。",
|
||||
|
@ -40,6 +47,24 @@
|
|||
"useSomethingElse": "使用其他OpenStreetMap编辑器来删除它",
|
||||
"whyDelete": "为什么这个要素需要被删除?"
|
||||
},
|
||||
"external": {
|
||||
"allAreApplied": "所有缺失的外部值都已复制到OpenStreetMap中",
|
||||
"allIncluded": "从{source}加载的数据包含在OpenStreetMap中",
|
||||
"apply": "应用",
|
||||
"applyAll": "应用所有缺失值",
|
||||
"conflicting": {
|
||||
"intro": "OpenStreetMap的值与以下值的源网站不同。",
|
||||
"title": "冲突项目"
|
||||
},
|
||||
"currentInOsmIs": "目前,OpenStreetMap记录了以下值:",
|
||||
"done": "做",
|
||||
"error": "错误",
|
||||
"loadedFrom": "以下数据是使用嵌入式 JSON-LD 从 <a href={url}>{source} </a>加载的",
|
||||
"missing": {
|
||||
"intro": "OpenStreetMap没有关于以下属性的信息",
|
||||
"title": "缺少的物品"
|
||||
}
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "重新加载数据"
|
||||
},
|
||||
|
@ -47,6 +72,16 @@
|
|||
"add": {
|
||||
"disableFilters": "禁用所有过滤器",
|
||||
"hasBeenImported": "这个要素已经被导入过了"
|
||||
},
|
||||
"attribution": {
|
||||
"mapillaryHelp": "<b>Mapillary</b> 是一项在线服务,它收集街头图片并在免费许可下提供。贡献者可以使用这些图片来改进OpenStreetMap"
|
||||
}
|
||||
},
|
||||
"image": {
|
||||
"uploadFailed": "无法上传您的图片。您是否已连接到互联网,并允许第三方 API?Brave 浏览器或 uMatrix 插件可能会阻止它们。"
|
||||
},
|
||||
"privacy": {
|
||||
"editingOutro": "有关详细信息,请参阅<a href='https://wiki.osmfoundation.org/wiki/Privacy_Policy' target='_blank'> OpenStreetMap.org 上的隐私政策</a>。我们想提醒您,您可以在注册时使用虚构的名字。",
|
||||
"miscCookies": "MapComplete 与各种其他服务集成,特别是加载要素图像。图像托管在各种第三方服务器上,这些服务器可能会自行设置 cookie。"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "檢視畫面當中沒有滿足過瀘條件的圖徵",
|
||||
"loadingData": "正在讀取資料…",
|
||||
"loadingData": "載入資料中…",
|
||||
"noData": "目前檢視畫面沒有相關的圖徵",
|
||||
"ready": "完成!",
|
||||
"retrying": "無法讀取資料,請在 {count} 秒後再試一次…",
|
||||
|
@ -47,6 +47,26 @@
|
|||
"useSomethingElse": "請使用其他的開放街圖編輯器來刪除",
|
||||
"whyDelete": "為什麼這個圖徵要被刪除?"
|
||||
},
|
||||
"external": {
|
||||
"allAreApplied": "所有遺失,外部數值已經複製到開放街圖了",
|
||||
"allIncluded": "從 {source} 載入的資料已經在開放街圖了",
|
||||
"apply": "套用",
|
||||
"applyAll": "套用所有遺失數值",
|
||||
"conflicting": {
|
||||
"intro": "開放街圖與來源網站的數值不同。",
|
||||
"title": "衝突物件"
|
||||
},
|
||||
"currentInOsmIs": "目前,OpenStreetMap 記錄了以下值:",
|
||||
"done": "完成",
|
||||
"error": "錯誤",
|
||||
"loadedFrom": "下列資料透過內嵌 JSON-LD 由 <a href={url}>{source}</a> 載入",
|
||||
"missing": {
|
||||
"intro": "開放街圖沒有下列屬性的資訊",
|
||||
"title": "遺失的物件"
|
||||
},
|
||||
"noDataLoaded": "外部網站沒有可以載入的已連結資料",
|
||||
"overwrite": "在 OpenStreetMap 中覆寫"
|
||||
},
|
||||
"favourite": {
|
||||
"loginNeeded": "<h3>登入</h3>只有開放街圖使用者才有個人化樣式",
|
||||
"panelIntro": "<h3>你的個人主題</h3>從所有官方主題啟用你喜愛的圖層",
|
||||
|
@ -182,7 +202,7 @@
|
|||
"title": "版權與署名",
|
||||
"translatedBy": "MapComplete 由 {contributors} 翻譯,而且還有 <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} 更多貢獻者</a>"
|
||||
},
|
||||
"back": "回去",
|
||||
"back": "返回",
|
||||
"backToIndex": "回到所有主題地圖的總覽頁面",
|
||||
"backToMap": "回到地圖",
|
||||
"backgroundMap": "選擇背景圖層",
|
||||
|
@ -192,6 +212,13 @@
|
|||
"customThemeIntro": "這些是先前使用者創造的主題。",
|
||||
"customThemeTitle": "客製化主題",
|
||||
"download": {
|
||||
"custom": {
|
||||
"download": "下載 {width} 毫米寬 {height} 毫米高的 PNG",
|
||||
"downloadHelper": "這是用於列印的",
|
||||
"height": "圖片高度 (公釐):",
|
||||
"title": "下載有專門寬度與高度的圖片",
|
||||
"width": "圖片寬度 (公釐): "
|
||||
},
|
||||
"downloadAsPdf": "下載目前地圖的 PDF 檔",
|
||||
"downloadAsPdfHelper": "列印當前地圖相當理想",
|
||||
"downloadAsPng": "下載為圖片",
|
||||
|
@ -208,7 +235,7 @@
|
|||
"downloadGeojson": "下載可視資料為 GeoJSON",
|
||||
"downloadGpx": "下載為 GPX 檔案",
|
||||
"downloadGpxHelper": "GPX 檔案能被大部分導航裝置或 app 使用",
|
||||
"exporting": "匯出…",
|
||||
"exporting": "匯出中…",
|
||||
"includeMetaData": "包括 metadata (上次編輯者、計算數值等)",
|
||||
"licenseInfo": "<h3>著作權聲明</h3>提供的資料採用 ODbL 授權釋出。可以用任何目標再利用資料,但是需<ul><li>標明 <b>© 開放街圖貢獻者</b></li><li>任何變動必須相同方式授權</li></ul> 請閱讀完整的 <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">著作權聲明</a>。",
|
||||
"noDataLoaded": "還未載入資料,之後能夠下載",
|
||||
|
@ -263,6 +290,7 @@
|
|||
"loginToStart": "登入之後來回答這問題",
|
||||
"loginWithOpenStreetMap": "用開放街圖帳號登入",
|
||||
"logout": "登出",
|
||||
"mappingsAreHidden": "有些選項已經隱藏,搜尋來顯示更多選項。",
|
||||
"menu": {
|
||||
"aboutMapComplete": "關於 MapComplete",
|
||||
"filter": "篩選資料"
|
||||
|
@ -390,7 +418,7 @@
|
|||
"modes": {
|
||||
"private": {
|
||||
"docs": "你軌跡的點會被分享出去,並且與其他軌跡整合。你能看到完整的軌跡,並且載入到其他編輯軟體。OpenStreetMap.org 保留你的軌跡",
|
||||
"name": "暱名"
|
||||
"name": "匿名"
|
||||
},
|
||||
"public": {
|
||||
"docs": "你的軌跡會被所有人看到,在 openstreetmap.org 上包括你的使用者檔案與 GPS 軌跡列表",
|
||||
|
@ -466,7 +494,7 @@
|
|||
},
|
||||
"welcomeBack": "歡迎回來!",
|
||||
"welcomeExplanation": {
|
||||
"addNew": "點一下地圖來新增新興趣點。",
|
||||
"addNew": "有物件遺漏嗎?使用左下角的按鈕來新增新興趣點。",
|
||||
"general": "在這份地圖,你可以檢視、編輯與新增<i>興趣點</i>。在附近放大來檢視興趣點,點一個來檢視或是編輯資訊。所有資料來源以及儲存到開放街圖,能夠自由被再利用。"
|
||||
},
|
||||
"wikipedia": {
|
||||
|
@ -475,7 +503,7 @@
|
|||
"doSearch": "搜尋來檢視結果",
|
||||
"failed": "無法載入維基百科頁面",
|
||||
"fromWikipedia": "從自由的百科全書維基百科來的",
|
||||
"loading": "載入維基百科…",
|
||||
"loading": "載入維基百科中…",
|
||||
"noResults": "<i>{search}</i>找不到結果",
|
||||
"noWikipediaPage": "這個 Wikidata 項目還沒有相對應的維基百科頁面。",
|
||||
"previewbox": {
|
||||
|
@ -516,7 +544,7 @@
|
|||
"currentLicense": "你的圖片會以 {license} 釋出",
|
||||
"doDelete": "移除圖片",
|
||||
"dontDelete": "取消",
|
||||
"isDeleted": "已移除",
|
||||
"isDeleted": "已刪除",
|
||||
"nearby": {
|
||||
"close": "以附近圖片收起面板",
|
||||
"link": "這個圖片顯示物物",
|
||||
|
@ -571,9 +599,9 @@
|
|||
"title": "歡迎使用 MapComplete"
|
||||
},
|
||||
"move": {
|
||||
"cancel": "取消動作",
|
||||
"cancel": "取消移動",
|
||||
"cannotBeMoved": "這個圖徵無法移動。",
|
||||
"confirmMove": "移動到這裡",
|
||||
"confirmMove": "移動至這裏",
|
||||
"inviteToMove": {
|
||||
"generic": "移動這個點",
|
||||
"reasonInaccurate": "改進這個點的精確度",
|
||||
|
@ -603,7 +631,7 @@
|
|||
"addComment": "新增評論",
|
||||
"addCommentAndClose": "新增評論並且關閉",
|
||||
"addCommentPlaceholder": "新增評論…",
|
||||
"anonymous": "暱名用戶",
|
||||
"anonymous": "匿名用戶",
|
||||
"closeNote": "關閉註解",
|
||||
"createNote": "新增新註解",
|
||||
"createNoteIntro": "地圖有什麼錯誤或缺漏的嗎?這裡新增註解,之後會由志工來檢查。",
|
||||
|
@ -689,7 +717,7 @@
|
|||
"rated": "評分 {n} 顆星",
|
||||
"reviewPlaceholder": "描述你的經驗…",
|
||||
"reviewing_as": "以 {nickname} 評鑑",
|
||||
"reviewing_as_anonymous": "暱名評鑑",
|
||||
"reviewing_as_anonymous": "匿名評鑑",
|
||||
"reviews_bug": "預期更多評鑑嗎?有些評鑑因為臭蟲無法顯示。",
|
||||
"save": "儲存評鑑",
|
||||
"saved": "已經儲存評鑑,謝謝你的分享!",
|
||||
|
@ -708,7 +736,7 @@
|
|||
"hasBeenSplit": "這路徑已經分割",
|
||||
"inviteToSplit": "分割這道路比較小的片段,讓不同道路能有不同的屬性。",
|
||||
"loginToSplit": "你必須登入才能分割道路",
|
||||
"split": "分開",
|
||||
"split": "分割",
|
||||
"splitAgain": "再次切割道路",
|
||||
"splitTitle": "請在地圖選擇要在那裡變更道路屬性"
|
||||
},
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<div id="main"></div>
|
||||
<script type="module" src="./src/leaderboard.ts"></script>
|
||||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="https://gc.zgo.at/count.js" crossorigin="anonymous"
|
||||
integrity="sha384-nx5O+otcqJoqMhdDt8jUzmia6ng81Z5zZozYr69TzPkOLjVhLKMxu5zHCV9/0MPn"></script>
|
||||
integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener('load', () => {
|
||||
|
|
56
package-lock.json
generated
56
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.42.6",
|
||||
"version": "0.43.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.42.6",
|
||||
"version": "0.43.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@comunica/core": "^3.0.1",
|
||||
|
@ -7682,10 +7682,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/braces": {
|
||||
"version": "3.0.2",
|
||||
"license": "MIT",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
||||
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
||||
"dependencies": {
|
||||
"fill-range": "^7.0.1"
|
||||
"fill-range": "^7.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
|
@ -9756,8 +9757,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fill-range": {
|
||||
"version": "7.0.1",
|
||||
"license": "MIT",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
||||
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
||||
"dependencies": {
|
||||
"to-regex-range": "^5.0.1"
|
||||
},
|
||||
|
@ -10770,6 +10772,14 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/is-number": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
||||
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/is-path-inside": {
|
||||
"version": "3.0.3",
|
||||
"dev": true,
|
||||
|
@ -17710,7 +17720,8 @@
|
|||
},
|
||||
"node_modules/to-regex-range": {
|
||||
"version": "5.0.1",
|
||||
"license": "MIT",
|
||||
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
||||
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
||||
"dependencies": {
|
||||
"is-number": "^7.0.0"
|
||||
},
|
||||
|
@ -17718,13 +17729,6 @@
|
|||
"node": ">=8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/to-regex-range/node_modules/is-number": {
|
||||
"version": "7.0.0",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/topojson-client": {
|
||||
"version": "3.1.0",
|
||||
"license": "ISC",
|
||||
|
@ -24931,9 +24935,11 @@
|
|||
}
|
||||
},
|
||||
"braces": {
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
||||
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
||||
"requires": {
|
||||
"fill-range": "^7.0.1"
|
||||
"fill-range": "^7.1.1"
|
||||
}
|
||||
},
|
||||
"brorand": {
|
||||
|
@ -26246,7 +26252,9 @@
|
|||
}
|
||||
},
|
||||
"fill-range": {
|
||||
"version": "7.0.1",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
||||
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
||||
"requires": {
|
||||
"to-regex-range": "^5.0.1"
|
||||
}
|
||||
|
@ -26866,6 +26874,11 @@
|
|||
"define-properties": "^1.1.3"
|
||||
}
|
||||
},
|
||||
"is-number": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
||||
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
|
||||
},
|
||||
"is-path-inside": {
|
||||
"version": "3.0.3",
|
||||
"dev": true
|
||||
|
@ -31326,13 +31339,10 @@
|
|||
},
|
||||
"to-regex-range": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
||||
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
||||
"requires": {
|
||||
"is-number": "^7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-number": {
|
||||
"version": "7.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"topojson-client": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.42.7",
|
||||
"version": "0.43.1",
|
||||
"repository": "https://github.com/pietervdvn/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
|
||||
|
@ -22,6 +22,8 @@
|
|||
"url": "https://www.openstreetmap.org"
|
||||
},
|
||||
"mvt_layer_server": "https://cache.mapcomplete.org/public.{type}_{layer}/{z}/{x}/{y}.pbf",
|
||||
"#summary_server": "Should be the endpoint; appending status.json should work",
|
||||
"summary_server": "https://cache.mapcomplete.org/",
|
||||
"disabled:oauth_credentials": {
|
||||
"##": "DEV",
|
||||
"#": "This client-id is registered by 'MapComplete' on https://master.apis.dev.openstreetmap.org/",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<div id="main"></div>
|
||||
<script type="module" src="./src/privacy_index.ts"></script>
|
||||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="https://gc.zgo.at/count.js" crossorigin="anonymous"
|
||||
integrity="sha384-nx5O+otcqJoqMhdDt8jUzmia6ng81Z5zZozYr69TzPkOLjVhLKMxu5zHCV9/0MPn"></script>
|
||||
integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
|
1
public/assets/data/nsi/stats/operator.AD.json
Normal file
1
public/assets/data/nsi/stats/operator.AD.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Correos":3,"La Poste":3,"undefined":192}
|
1
public/assets/data/nsi/stats/operator.AF.json
Normal file
1
public/assets/data/nsi/stats/operator.AF.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"undefined":249}
|
1
public/assets/data/nsi/stats/operator.AL.json
Normal file
1
public/assets/data/nsi/stats/operator.AL.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Bashkia Tirana":11,"Bashkia Tiranë":1109,"Posta Shqiptare":76,"Trans Adriatic Pipeline AG":15,"Vodafone":6,"undefined":3182}
|
1
public/assets/data/nsi/stats/operator.AM.json
Normal file
1
public/assets/data/nsi/stats/operator.AM.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"HayPost":246,"undefined":3479,"УК \"СДЭК\"":21}
|
1
public/assets/data/nsi/stats/operator.AO.json
Normal file
1
public/assets/data/nsi/stats/operator.AO.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Empresa Pública de Produção de Electricidade":6,"Ministério da Educação":55,"Ministério da Justiça":5,"Ministério da Saúde":13,"PRODEL":15,"RNT":18,"TotalEnergies":50,"undefined":2121}
|
1
public/assets/data/nsi/stats/operator.AR.json
Normal file
1
public/assets/data/nsi/stats/operator.AR.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"ABC":6,"AES":4,"ARSSA":11,"AUSA":22,"Administración Parques Nacionales":123,"Autopistas del Oeste":47,"Autopistas del Sol":49,"Burger King":10,"CEAMSE":107,"CGE":5,"Caritas":7,"Carrefour":50,"Claro":43,"Club de Huella Ecológica":11,"Consejo General de Educación de la Provincia de Misiones":26,"Corporación Nacional Forestal":6,"Correo Argentino":572,"Cruz Roja":3,"DHL":4,"Dirección General de Cultura y Educación":59,"EPEC":164,"Edenor":334,"Empresa Provincial de la Energía de Santa Fe":6329,"Ente Provincial de Energía del Neuquén":3141,"Feria Ruta 6 La Familia":17,"GENNEIA":63,"Gendarmería Nacional Argentina":56,"Gobierno de la Ciudad de Buenos Aires":27909,"Hyundai":4,"McDonald's":14,"Mercedes-Benz":3,"Minera Alumbrera YMAD-UTE":57,"Ministerio de Ambiente y Espacio Público":20,"Ministerio de Educación":8,"Ministerio de Educación - Gobierno de La Pampa":15,"Ministerio de Educación - Gobierno de Río Negro":66,"Ministerio de Educación - Gobierno de la Provincia de Neuquén":38,"Ministerio de Educación - Gobierno de la Provincia del Neuquén":347,"Ministerio de Educación y Derechos Humanos - Gobierno de Río Negro":71,"Ministerio de Gobierno y Educación - Gobierno de la Provincia del Neuquén":12,"Ministerio de Salud":7,"Ministerio de Salud - Gobierno de Río Negro":194,"Ministerio de Salud Pública":64,"Ministerio de Salud de Río Negro":3,"Movistar":248,"Municipalidad de Cipolletti":471,"Municipalidad de Córdoba":25,"Municipalidad de Funes":248,"Municipalidad de General Rodríguez":21,"Municipalidad de Lomas de Zamora":471,"Municipalidad de Luján":44,"Municipalidad de Merlo":43,"Municipalidad de Moreno":51,"Municipalidad de Morón":25,"Municipalidad de Neuquén":1802,"Municipalidad de Pergamino":65,"Municipalidad de Posadas":30,"Municipalidad de Quilmes":18,"Municipalidad de Roldán":63,"Municipalidad de Rosario":275,"Municipalidad de Salsipuedes":32,"Municipalidad de San Fernando":45,"Municipalidad de San Martín":77,"Municipalidad de Tandil":67,"Municipalidad de Ushuaia":23,"Municipalidad de Zapala":68,"Municipio de Rosario":27,"Organización Coordinadora Argentina":50,"Pampa Energía":23,"Poder Judicial de la Provincia de Buenos Aires":14,"Policía Federal Argentina":67,"Policía de La Pampa":38,"Policía de Río Negro":61,"Policía de Santiago del Estero":16,"Policía de la Ciudad":166,"Policía de la Provincia de Buenos Aires":575,"Policía de la Provincia de Córdoba":58,"Policía de la Provincia de Entre Ríos":169,"Policía de la Provincia de Misiones":242,"Policía de la Provincia de Neuquén":99,"Policía de la Provincia de Santa Fe":88,"Prefectura Naval Argentina":59,"Provincia de Buenos Aires":45,"Provincia de Chubut":22,"Provincia de Córdoba":17,"Provincia de Formosa":12,"Provincia de Mendoza":18,"Provincia de Misiones":32,"Provincia de Neuquén":11,"Provincia de Salta":16,"Provincia de Santa Cruz":28,"Provincia de Santa Fe":181,"Provincia del Chaco":23,"Provincial":327,"Renault":10,"Shell":6,"Subsecretaria de ambiente y espacio público":51,"Subsecretaría de Atención Primaria, Ambulatoria y Comunitaria":24,"TGS SA":129,"TRANSBA S.A.":103,"TRANSNEA S.A.":35,"TRANSNOA S.A.":139,"TRANSPA S.A.":3,"Telefónica":30,"Telefónica de Argentina S.A.":50,"Transcomahue S.A.":916,"Transener":4295,"Transportadora de Gas del Norte S.A.":36,"Trenes Argentinos":1413,"Vicente López Patrulla":71,"Volkswagen":10,"Y.P.F. S.A.":64,"YPF Luz":74,"undefined":145120,"walter":13}
|
1
public/assets/data/nsi/stats/operator.AT.json
Normal file
1
public/assets/data/nsi/stats/operator.AT.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"A1":326,"A1 Telekom Austria":65,"APCOA":40,"APCOA Parking":54,"APG":14,"ASFINAG":491,"Amazon":55,"Amprion":3,"Asfinag":176,"Austrian Power Grid AG":771,"BILLA":3,"BMW":3,"BOE Parking":18,"BP":169,"Bauhaus":16,"Bayerisches Rotes Kreuz":3,"Bayernwerk":3,"Best in Parking":40,"Björn Steiger Stiftung":3,"Bosch eBike Systems":51,"Bundesheer":30,"Bundespolizei":5,"Burgenland Energie AG":9,"Burger King":18,"Büchereien Wien":37,"Caritas":131,"Caruso Carsharing":56,"Central Bank of Austria":15,"ChargePoint":6,"Club Alpino Italiano":160,"Contipark":10,"DB":7,"DB Energie GmbH":5,"DB Netz AG":21,"DHL":8,"DPD":10,"Deutsche Post":16,"Deutsche Telekom":3,"E-Steiermark":162,"E-Werk Perg":104,"E.ON":8,"EAG":655,"EED":3,"ENI":4,"EVN":2032,"EVN Naturkraft":61,"EWA":18,"EWR":3,"EWW":20,"Elektrizitätswerke Eisenhuber GmbH & Co KG":89,"Elektrizitätswerke Reutte":34,"Ella":13,"Embassy":12,"Embassy of Poland":11,"Energie AG":5393,"Energie Graz":31,"Energie Klagenfurt GmbH":91,"Energie Steiermark":308,"Energienetze Steiermark":156,"Eni":96,"Ennskraftwerke AG":25,"Erdgas Ostschweiz AG":101,"Erste Bank":106,"Esso":3,"FedEx":6,"Federal Office for the Protection of the Constitution and Counterterrorism":14,"Flughafen Wien AG":17,"GIWOG":48,"GLS":6,"GVA Baden":15,"GYSEV":26,"Gasconnect Austria GmbH":135,"Hackschnitzelheizung Frankenburg":80,"Hermes":5,"Holding Graz":153,"Hornbach":31,"Humana":126,"IKB AG":22,"IKEA":21,"Innsbrucker Soziale Dienste GmbH":43,"Interxion":3,"JET":128,"Johanniter-Unfall-Hilfe":3,"KELAG":352,"KNG-Kärnten Netz GmbH":6746,"KTS":16,"Kelag":49,"Kik":4,"Kinderfreunde":21,"Klinik Hietzing":43,"Land Niederösterreich":256,"Land Oberösterreich, govt":43,"Land Tirol, govt":155,"Landespolizeidirektion Niederösterreich":159,"Lebensland Kärnten":9,"Lidl":125,"Liechtensteinische Gasversorgung LGV":5,"Linz AG":2156,"Linz AG Abfall":26,"Löffler":11,"MA31 Magistrat der Stadt Wien, Wiener Wasser":47,"MA48":128,"McDonald's":58,"Metro":3,"Moon":4,"MÁV":6,"Nemzeti Útdíjfizetési Szolgáltató Zrt.":8,"Netz Burgenland":385,"Netz Niederösterreich GmbH":1810,"Netz NÖ":1258,"Netz Oberösterreich":127,"Netz OÖ":415,"Novomatic AG":155,"NÖ Netz":62,"NÖ Netz EVN Gruppe":21,"OEBB":10,"OMV":638,"OMV Refining & Marketing GmbH":120,"OÖ Ferngas":136,"PSA":18,"Payuca":3,"Penny":34,"Police":270,"Polizei":7,"Post":227,"Pošta Slovenije":3,"RCOP Bratislava":6,"REWE":45,"RFI":60,"Renault":7,"Rewe":11,"S CHKO Záhorie":3,"SANIFAIR GmbH":7,"SBB":29,"SBB CFF FFS":4,"SMATRICS":106,"STEWEAG":17,"STEWEAG-STEG":26,"Salzburg AG":1127,"Sanlas Holding":20,"Shell":135,"Shell Recharge Solutions":3,"Siemens AG":4,"Sparkasse":141,"Stadt Graz":661,"Stadt Innsbruck":56,"Stadt Krems":89,"Stadt Linz":73,"Stadt Wien":524,"Stadtauto carsharing":11,"Stadtwerke Bad Reichenhall":5,"Stadtwerke Klagenfurt":11,"Stadtwerke Kufstein":45,"Stadtwerke Wörgl":58,"Steiermärkische Krankenanstaltengesellschaft m.b.H.":27,"Stromnetz Steiermark GmbH":13,"SŽ Infrastruktura":16,"SŽDC":23,"T-Center":11,"TEXAID Austria":5,"TIGAS":21,"TINETZ-Tiroler Netze GmbH":74,"TIWAG":251,"TNT":16,"TU Wien":37,"Telekom":26,"TenneT TSO":3,"TenneT TSO GmbH":6,"Terna":3,"Thrainer?":12,"Toi Toi":27,"Trans Austria Gasleitung GmbH":320,"Turmstrom":19,"Turmöl":66,"Universität Wien":94,"Verbund Hydro Power GmbH":598,"Verkehrsverbund Vorarlberg GmbH":24,"Vodafone":3,"Volksbank":137,"Volkswagen":5,"Vorarlberger Energienetze GmbH":294,"WEB Windenergie AG":30,"WIPARK":44,"WU Wien":46,"Wels Strom E-Mobil":12,"Wien Energie":293,"Wiener Berufsrettung":18,"Wiener Linien":7091,"Wiener Netze":1967,"Wiener Stadthalle":14,"Windkraft Simonsfeld":40,"bike-energy":111,"cz:Správa železnic":10,"da emobil":18,"eww":3,"foto-webcam.eu":18,"illwerke vkw":588,"master DIESEL":12,"nextbike":162,"undefined":224261,"ÖAMTC":162,"ÖBB":1559,"ÖBB-Infrastruktur AG":71253,"Öklo":15,"Ökoenergie WP Obersiebenbrunn GmbH":13,"Österreichische Post AG":1290,"Österreichisches Rotes Kreuz, Landesverband Burgenland":15,"Österreichisches Rotes Kreuz, Landesverband Kärnten":18,"Österreichisches Rotes Kreuz, Landesverband Salzburg":20,"Česká pošta, s.p.":6,"České dráhy":9,"ŽSR":9}
|
1
public/assets/data/nsi/stats/operator.AU.json
Normal file
1
public/assets/data/nsi/stats/operator.AU.json
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/data/nsi/stats/operator.AZ.json
Normal file
1
public/assets/data/nsi/stats/operator.AZ.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"ABB":8,"AzərEnerji":4,"Azərpoçt":106,"BTC Co":4,"undefined":2344,"ОАО \"РЖД\"":8}
|
1
public/assets/data/nsi/stats/operator.BA.json
Normal file
1
public/assets/data/nsi/stats/operator.BA.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"BH Pošta":36,"Centralno Grijanje Tuzla":14,"Elektroprenos BiH":32,"Elektroprivreda Bosne i Hercegovine":14,"Gazprom":4,"Hrvatska pošta Mostar":34,"HŽ Infrastruktura":90,"INA":8,"JU Centar za predškolsko vaspitanje i obrazovanje Banja Luka":21,"MUP RS":24,"McDonald's":4,"Petrol":3,"Pošte Srpske":93,"Sparkasse":4,"Toplane Sarajevo":28,"nextbike":12,"undefined":6177,"Електропривреда Србије":3,"Железнице Србије":28}
|
1
public/assets/data/nsi/stats/operator.BD.json
Normal file
1
public/assets/data/nsi/stats/operator.BD.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Bangladesh Power Development Board":28,"Clinica Sante":3,"Dhaka Wasa":18,"Forest Department":57,"Govt":11,"Lesotho Government":3,"PGCB":104,"Police":5,"Power Grid Corporation of India Ltd":5,"UNICEF":107,"undefined":4786}
|
1
public/assets/data/nsi/stats/operator.BE.json
Normal file
1
public/assets/data/nsi/stats/operator.BE.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"4":20,"2theloo":3,"ALDI":21,"APCOA Parking":4,"Abbeyfield":3,"Agentschap Natuur & Bos":71,"Agentschap Natuur en Bos":161,"Air Liquide":130,"Aldi":76,"Alfen":4,"Allego":811,"Aquafin":211,"Armonea":25,"Aspiravi":69,"BMW":5,"BNP Paribas":14,"BP":4,"BT":5,"Belgian Pipeline Organisation":33,"Belgische federale regering - Gouvernement fédéral belge - Belgische föderale Regierung":22,"Blue Corner":105,"Bruxelles Environnement - Leefmilieu Brussel":35,"Bruxelles Prévention & Sécurité (BPS) – Brussel Preventie & Veiligheid (BPV)":172,"Bruxelles Prévention et Sécurité (BPS)":33,"Bruxelles-Propreté - Net Brussel":415,"Burger King":9,"CBC":10,"Carrefour":168,"ChargePoint":5,"Commune":21,"DB Netz AG":12,"DPD":5,"DVV":4,"De Kringwinkel":31,"De Watergroep":51,"Decathlon":9,"Defensie Pijpleiding Organisatie":9,"Deutsche Post":10,"Die Autobahn GmbH des Bundes":7,"EDF":12,"EVBox":17,"Ecopower":11,"Ecotap":4,"Electra":6,"Electrabel":65,"Electrawinds":7,"Elia":1681,"Eneco":45,"Eneco Wind":9,"Enedis":417,"EnergyDrive":88,"Engie":33,"Equans":3,"Esso":68,"FOD Financiën - SPF Finances - FOD Finanzen":22,"Fastned":19,"Federale Politie":57,"Fluvius":1108,"Fluxys":1754,"GO!":21,"GRTgaz":6,"Gamma":12,"Gassco":11,"Gasunie":3,"Hermes":9,"Hulpverleningszone Fluvia":19,"Hygea":57,"Hyundai":3,"ICO":11,"IDELUX-Environnement":464,"IKEA":6,"IMOG":18,"INASEP":45,"IOK Afvalbeheer":27,"IPALE":19,"IVAREM":28,"IVIO":22,"Indigo":39,"Infrabel":5580,"Intermarché":26,"Interparking":51,"Intradel":164,"JCDecaux":526,"JRC/IRMM":42,"KOLBA Grundstücksgesellschaft mbH & Co. KG":11,"Korian":21,"La Poste":26,"Last Mile Solutions":38,"Les Petits Riens - Spullenhulp":97,"Lidl":153,"Limburg.net":50,"Limburgs Landschap":33,"Luminus":73,"McDonald's":9,"Mercedes-Benz":3,"Mobility Plus":19,"Mobiris":30,"NMBS/SNCB":1991,"Natuurpunt":520,"Nederlandse Spoorwegen":4,"Nissan":8,"OCMW":42,"OPERA-ULB":14,"ORES":1694,"Oliobox":104,"Orange":17,"Orpéa":4,"Overheid":41,"Oxfam":41,"PBE":23,"Palais de justice - Justitiepaleis":16,"Partago cv":11,"Petrochemical Pipeline Services":16,"Pidpa":88,"PitPoint":77,"Police":5,"Politie Leuven":17,"Politiezone Blankenberge":18,"Politiezone Zennevallei":12,"PostNL":12,"Prizma vzw":20,"ProRail":18,"Proximus":372,"Q-Park":25,"Q8":200,"RTE":177,"Renault":14,"Rijkswaterstaat":31,"SNCF":36,"SNCF Réseau":77,"SPE":12,"Sharp Recrean":11,"Shell":122,"Shell Recharge Solutions":16,"Sibelga":8,"Smoov":5,"Society of Saint Pius X":3,"Staatsbosbeheer":9,"Stad Antwerpen":390,"Stad Brugge":105,"Stad Gent":280,"Stad Halle":141,"Stad Leuven":80,"Stadt Aachen":17,"Stawag":4,"Stock Americain Vermeersch":12,"Storm":19,"Städteregion Aachen":6,"Telenet":273,"TenneT":9,"Terre":64,"Tibi":18,"Total":271,"TotalEnergies":133,"Ubeeqo":3,"Université Catholique de Louvain":30,"V.H.S. Europ":17,"VLEEMO":30,"Ventis":12,"Ville de Bruxelles - Stad Brussel":59,"Ville de Charleroi":78,"Ville de Liège":88,"Vinci":3,"Vivaqua":80,"Vlaams Gewest - Agentschap Natuur en Bos":12,"Vlaams Internationaal Centrum":25,"Vlaams Inzamel Centrum Textiel":89,"Vlaamse overheid":15,"Volkswagen":6,"Waterlink":54,"Waterschap Scheldestromen":3,"Wereld Missie Hulp":63,"Ziekenhuis Netwerk Antwerpen":12,"Zone de Police Bruxelles CAPITALE Ixelles – Politiezone Brussel HOOFDSTAD Elsene":18,"Zone de Police Bruxelles-Ouest – Politiezone Brussel-West":138,"Zone de Police Midi – Politiezone Zuid":5,"bpost":3607,"cambio CarSharing":253,"privé":43,"undefined":164407}
|
1
public/assets/data/nsi/stats/operator.BF.json
Normal file
1
public/assets/data/nsi/stats/operator.BF.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"MENAPLN":56,"MS":12,"Ministère de la Santé du Burkina Faso":117,"Non déterminé":41,"ONEA":33,"Shell":3,"Total":6,"privé":14,"undefined":5498}
|
1
public/assets/data/nsi/stats/operator.BG.json
Normal file
1
public/assets/data/nsi/stats/operator.BG.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"A1":5,"Acıbadem":4,"Allianz":11,"BMW":3,"BOTAŞ":3,"CFR Infrastructură":3,"DPD":137,"EVN":15,"Energo-Pro":3,"Fulmine":11,"Gazprom":4,"Kaufland":20,"Lidl":30,"M-Texx":11,"McDonald's":6,"Municipality of Shumen":43,"OMV":49,"Petrol":18,"Shell":11,"Speedy":49,"TEXAID Bulgaria":13,"TEİAŞ":404,"Telenor":4,"TexCycle":50,"undefined":8023,"Агенция \"Пътна инфраструктура\"":159,"Агенция по геодезия, картография и кадастър":3,"Агенция по заетостта":14,"БЧК":29,"Булгартрансгаз ЕАД":44,"Булекопак":4,"Български пощи":294,"ВиК Благоевград":7,"ВиК Бургас":13,"ВиК Варна":5,"ВиК Видин":3,"ВиК Враца":3,"ВиК София област":3,"Газпром":7,"ЕРМ Запад":68,"ЕРП Север":20,"Екобулпак":33,"Еконт Експрес ЕООД":376,"Екопак":77,"Електроенергиен системен оператор":30,"Електрохолд":4,"Изпълнителна агенция \"Автомобилна администрация\"":9,"Лукойл":23,"Метрополитен":31,"Метрополитен ЕАД":93,"Министерство на вътрешните работи":65,"Министертво на здравеопазването":15,"НЕК":18,"НЕК ЕАД":17,"НКЖИ":52,"Национален осигурителен институт":5,"Национална агенция за приходите":30,"Национална здравноосигурителна каса":22,"Община Варна":24,"Община Пловдив":8,"Пазари Запад":7,"Пазари Изток":7,"Пазари Север":17,"Пазари Юг":3,"Прокуратура на Република България":3,"Софийска вода":8,"Столичен автотранспорт":149,"Столичен електротранспорт":125,"Столична община":54,"Топлофикация София":48}
|
1
public/assets/data/nsi/stats/operator.BI.json
Normal file
1
public/assets/data/nsi/stats/operator.BI.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"AHA":4,"undefined":153}
|
1
public/assets/data/nsi/stats/operator.BJ.json
Normal file
1
public/assets/data/nsi/stats/operator.BJ.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"MTN":8,"privé":9,"undefined":523}
|
1
public/assets/data/nsi/stats/operator.BO.json
Normal file
1
public/assets/data/nsi/stats/operator.BO.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"ABC":41,"Burger King":3,"Caja Nacional de Salud":12,"Concordia":4,"DHL":4,"ELETRONORTE-Centrais Elétricas do Norte":8,"EPSAS":51,"Emaverde":11,"Empresa Municipal de Servicios de Aseo":30,"Empresa Municipal de Áreas Verdes y Recreación Alternativa":150,"Ende Corani":14,"Enel Green Power":51,"Energisa Rondônia":8,"Fe y Alegría":3,"GAMC":38,"GAMLP":435,"GAMP":31,"GAMS":104,"Gobierno Autónomo Municipal de Cochabamba":529,"Gobierno Regional":9,"Minera Collahuasi":5,"Ministerio de Educación":6,"Ministerio de Salud":4,"Ministerio de Salud y Deportes":84,"Nissan":5,"PNB":24,"Policía Nacional de Bolivia":105,"Policía Nacional del Perú":5,"Rumo S/A":3,"Servicio Municipal de Agua Potable y Alcantarillado":75,"Servicio Nacional de Áreas Protegidas":8,"Transportadora Brasileira Gasoduto Bolívia-Brasil S.A.":6,"YouthMappersUMSA":114,"undefined":15208}
|
1
public/assets/data/nsi/stats/operator.BR.json
Normal file
1
public/assets/data/nsi/stats/operator.BR.json
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/data/nsi/stats/operator.BS.json
Normal file
1
public/assets/data/nsi/stats/operator.BS.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Bahamas National Trust":22,"Ministry of Education":5,"undefined":355}
|
1
public/assets/data/nsi/stats/operator.BT.json
Normal file
1
public/assets/data/nsi/stats/operator.BT.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Power Grid Corporation of India Ltd":6,"undefined":745}
|
1
public/assets/data/nsi/stats/operator.BW.json
Normal file
1
public/assets/data/nsi/stats/operator.BW.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Botswana Power":40,"Caltex":3,"Shell":13,"South African National Parks":11,"Total":6,"undefined":514}
|
1
public/assets/data/nsi/stats/operator.BY.json
Normal file
1
public/assets/data/nsi/stats/operator.BY.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"A1":97,"PGL LP":91,"PKP Polskie Linie Kolejowe S.A.":9,"Sadales tīkls":34,"undefined":50301,"БЕЛВТИ":43,"БЕЛГИПС-ЭКО":95,"Белпошта":2032,"Белтелеком":73,"Берёзовский РЭС":47,"Брестэнерго":112,"Витебскэнерго":246,"Газпромнефть":3,"ГиперМолл":7,"Гомельэнерго":137,"Гродноэнерго":97,"Зельвенский РЭС":34,"Интернет-магазин Евроопт":41,"КТУП \"Минсктранс\" филиал \"Служба энергохозяйства\"":15,"Лукойл":8,"МЧС":10,"Минские кабельные сети":428,"Минские тепловые сети - РУП \"Минскэнерго\" РТС-6":17,"Минские тепловые сети - РУП \"Минскэнерго\" РТС-8":13,"Могилёвэнерго":181,"ОАО \"Белвторресурсы\"":12,"ОАО \"Гомельтранснефть Дружба\"":16,"ОАО \"РЖД\"":6,"ПО «Белоруснефть»":39,"Пинский г/РЭС":45,"РУП \"Белоруснефть-Гомельоблнефтепродукт\"":115,"РУП \"Белоруснефть-Минскавтозаправка\"":239,"Сбербанк":10,"Синлаб-ЕМЛ":15,"УК \"СДЭК\"":31,"Укрзалізниця":3}
|
1
public/assets/data/nsi/stats/operator.BZ.json
Normal file
1
public/assets/data/nsi/stats/operator.BZ.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Anglican Church":4,"Belize Electricity Limited":130,"Forest Department":19,"Government of Belize (GOB)":20,"Roman Catholic Church":42,"undefined":2232}
|
1
public/assets/data/nsi/stats/operator.CA.json
Normal file
1
public/assets/data/nsi/stats/operator.CA.json
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/data/nsi/stats/operator.CD.json
Normal file
1
public/assets/data/nsi/stats/operator.CD.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Eglise Catholique":15,"Eleves":19,"Ministère de la Justice":4,"Médecins sans frontières":8,"Orange":11,"SEP Congo":992,"SNCC":289,"Total":4,"Vodacom":29,"privé":28,"redigesco":12,"undefined":3557}
|
1
public/assets/data/nsi/stats/operator.CF.json
Normal file
1
public/assets/data/nsi/stats/operator.CF.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"undefined":1911}
|
1
public/assets/data/nsi/stats/operator.CG.json
Normal file
1
public/assets/data/nsi/stats/operator.CG.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"MTN":6,"Total":12,"undefined":528}
|
1
public/assets/data/nsi/stats/operator.CH.json
Normal file
1
public/assets/data/nsi/stats/operator.CH.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"ABB":19,"AEK":76,"AEW":129,"ALDI":4,"ALTIS":15,"APCOA":3,"APG":17,"AT":34,"ATEL":14,"Agrola":104,"Aldi":22,"Amprion":4,"Axpo":595,"Axpo/EKZ":16,"BKW":261,"BMW":7,"BP":111,"BSZ Stiftung":27,"Björn Steiger Stiftung":6,"Burger King":6,"CERN":18,"CFF":327,"CNR":6,"Caritas":6,"ChargePoint":3,"Club Alpino Italiano":6,"Commune":16,"Contex":16,"Coop":316,"DB":26,"DB Netz AG":40,"DB Station&Service AG":7,"DB Vertrieb GmbH":7,"DHL":5,"Decathlon":4,"Deutsche Bahn AG":4,"Deutsche Post":16,"Die Post":3360,"Domicil Bern AG":15,"E. Leclerc":4,"EDS":3,"EKS":55,"EKS/NOK":91,"EKT":114,"EKZ":329,"EMS-CHEMIE":13,"ERZ":189,"EW Höfe":3,"EWA":18,"EWM AG":24,"EWR":11,"EWW":25,"EWZ":1091,"EZV":5,"Einwohnergemeinde Baar":59,"Elektra Hemberg":46,"Elektrizitätswerk Obwalden":3,"Enedis":991,"Energie 360°":14,"Energie Thun AG":137,"Energiedienst":5,"Eni":27,"Eniwa":6,"Erdgas Ostschweiz AG":2501,"Esso":11,"FMHL":69,"FWS":7,"Fastned":4,"Flughafen Zürich AG":291,"Fondation de l'Enfance et de la Jeunesse":13,"GOFAST":105,"GRDF":6,"GRTgaz":119,"Gasverbund Mittelland AG":69,"Gaznat SA":112,"Gemeinde Gossau":36,"Genedis - VALT":15,"Grande Dixence S.A.":112,"Green Motion":15,"Groupe E":360,"Grün Stadt Zürich":278,"Guardia di Finanza":3,"H&M":4,"Heilsarmee":13,"IKEA":22,"IWB":49,"Infrastruktur Zürichsee AG":50,"Interxion":3,"JCDecaux":8,"KEBAG":31,"Kanton Basel-Landschaft":19,"Kanton Zürich, Bildungsdirektion":23,"Kantonspolizei Bern":21,"Kantonspolizei Schwyz":11,"Kantonspolizei Thurgau":17,"Kantonspolizei Zürich":65,"Kornhausbibliotheken Bern":17,"Kraftwerke Linth-Limmern":49,"La Poste":391,"Lidl":74,"Liechtensteinische Gasversorgung LGV":113,"Luzerner Polizei":36,"MOVE":49,"MS":3,"Mairie d'Ambilly":4,"McDonald's":105,"MeteoSchweiz":40,"Migrol":302,"Migros":253,"Mobility":661,"Nissan":5,"OIKEN":87,"Oiken":15,"Orange":28,"PBZ Pestalozzi-Bibliothek Zürich":23,"PTT":6,"Porsche":5,"Post":357,"Posta":6,"Poste Italiane":4,"RFI":10,"RTB":19,"RTE":701,"RWE":4,"Regio Energie Solothurn":64,"Renault":13,"Repower":18,"Repower AG":27,"Romande Energie":147,"Roundshot":12,"Régie des Transports du Territoire de Belfort":3,"SAK":93,"SAPPRO":37,"SBB":36806,"SBB CFF FFS":190,"SBB-CFF":72,"SIG":404,"SNCF":29,"SNCF Réseau":130,"SWG":3,"Schweizerische Bundesbahnen AG":141,"Shell":83,"Sidefage":11,"Sivalor":5,"Society of Saint Pius X":9,"Stadt Bern":281,"Stadt Luzern":97,"Stadt Winterthur":151,"Stadt Zürich, GUD":44,"Stadt Zürich, SSD, Schulkreis Glatttal":7,"Stadt Zürich, SSD, Schulkreis Letzi":22,"Stadt Zürich, SSD, Schulkreis Limmattal":12,"Stadt Zürich, SSD, Schulkreis Schwamendingen":7,"Stadt Zürich, SSD, Schulkreis Uto":12,"Stadt Zürich, SSD, Schulkreis Waidberg":9,"Stadt Zürich, SSD, Schulkreis Zürichberg":6,"Stadt Zürich, SSD, Sportamt":138,"Stadtpolizei Zürich":21,"Stadtwerke Konstanz":43,"Stiftung Alterswohnungen der Stadt Zürich":13,"Stiftung Brändi":23,"Stiftung Kornhausbibliotheken":5,"Stiftung Rütimattli":12,"Stiftung Zürcher Gemeinschaftszentren":24,"Stiftung Zürcher Kinder- und Jugendheime":13,"Stiftung für Schwerbehinderte Luzern - SSBL":30,"Swisscharge":18,"Swisscom":363,"Swissgas":38,"Swissgrid":3804,"TDF":3,"Terna":3,"Tertianum":11,"Texaid":145,"Toi Toi":9,"Transitgas AG":14,"TransnetBW GmbH":3,"Trenord":4,"Unigaz":31,"Ville de Geneve":89,"Ville de Genève":20,"Ville de Vevey":29,"Viteos SA":1204,"Viva Luzern AG":23,"Volg":110,"Vorarlberger Energienetze GmbH":12,"WVZ":5280,"Wasserwerke Zug":27,"ZAW":26,"ZüriWC":174,"bike-energy":52,"eCarUp":9,"evpass":26,"foto-webcam.eu":8,"nextbike":11,"undefined":238561,"ÖBB-Infrastruktur AG":28}
|
1
public/assets/data/nsi/stats/operator.CI.json
Normal file
1
public/assets/data/nsi/stats/operator.CI.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"CIE":48,"Compagnie Ivorienne d'Électricite":9,"Ghana Education Service":4,"MTN":4,"Ministère d'Etat, Ministère de l'Interieur et de la Sécurité":15,"Orange":7,"Shell":3,"undefined":5052}
|
1
public/assets/data/nsi/stats/operator.CK.json
Normal file
1
public/assets/data/nsi/stats/operator.CK.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"undefined":53}
|
1
public/assets/data/nsi/stats/operator.CL.json
Normal file
1
public/assets/data/nsi/stats/operator.CL.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"1":320,"2":185,"3":1458,"4":234,"5":27,"ABC":4,"AES Andes":29,"AR Alto Loa SpA":27,"AR Llanos del Viento SpA":33,"Administración Parques Nacionales":54,"Aes Andes":6,"Amazon Web Services":4,"Andes Mainstream SpA":46,"Andes Wind Parks":41,"CGE":83,"CGE Transmisión":99,"Carabineros de Chile":220,"Chilexpress":76,"Codelco Chile":157,"Colbún":73,"Colbún S.A.":144,"Copec":120,"Corporación Nacional Forestal":25,"Correos de Chile":130,"Cruz Roja":5,"Cuerpo de Bomberos de Viña del Mar":15,"DHL":4,"Departamento de Educación Municipal de Chaitén":14,"Dirección Comunal de Educación - Municipalidad de Los Ángeles":28,"EFE":96,"ESO":8,"Endesa":6,"Enel":189,"Enel Distribución Chile":37,"Enel Green Power":68,"Enel X":73,"Engie":114,"Equinix":3,"FedEx":3,"Fundación Integra":31,"Gendarmería":20,"Gendarmería Nacional Argentina":5,"Hyundai":6,"I. Municipalidad de Valdivia":40,"Ibereólica Cabo Leones II":51,"Interchile":33,"Junji":18,"Mainstream Renewable Power":25,"McDonald's":4,"Minera Centinela":27,"Minera Collahuasi":106,"Minera Escondida":256,"Ministerio de Salud":6,"Movistar":19,"Municipalidad de Ushuaia":22,"Nissan":6,"Nordex":18,"Pacific Hydro":3,"Parque Eólico Cabo Leones I":55,"Parque Eólico El Arrayán":52,"Parque Eólico Renaico":60,"Parque Eólico San Gabriel":61,"Parque Eólico Tolpán Sur":28,"Petrobras":27,"Poder Judicial":4,"Policía Nacional del Perú":5,"Provincia de Chubut":5,"Provincia de Mendoza":6,"Provincia de Neuquén":3,"Provincia de Santa Cruz":7,"Provincial":7,"SQM":31,"STS":40,"San Juan":58,"Shell":36,"Starlink":7,"Statkraft Chile":15,"TEN":41,"TGS SA":4,"Transelec":181,"undefined":35710}
|
1
public/assets/data/nsi/stats/operator.CM.json
Normal file
1
public/assets/data/nsi/stats/operator.CM.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Bolloré":3,"Commune":3480,"MINEDUB":27,"MTN":5,"Mairie":3,"Orange":5,"Total":29,"undefined":6517}
|
1
public/assets/data/nsi/stats/operator.CN.json
Normal file
1
public/assets/data/nsi/stats/operator.CN.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"1":7,"3":4,"ABC":16,"AFCD":49,"Burger King":3,"CSG":430,"CTT":3,"Carrefour":3,"DHL":4,"DSAT":34,"G-Tech Environmental Holdings":7,"IAM":20,"IKEA":4,"LCSD":41,"McDonald's":15,"Microsoft":3,"Ministry of Health":3,"Shell":7,"WSD":22,"YMCA":3,"military":10,"undefined":103799,"Государственное бюджетное учреждение Амурской области «Дирекция по охране и использованию животного мира и особо охраняемых природных территорий»":5,"ОАО \"РЖД\"":141,"中国华电-华电国际":35,"中国华电集团":155,"中国华能-北方联合":12,"中国华能-华能国际":64,"中国华能集团":40,"中国南方电网":334,"中国大唐":28,"中国大唐-大唐国际":31,"中国广核集团":109,"中国核工业集团":75,"中国石化":99,"中国石油":43,"中国节能":12,"中国节能环保集团":56,"中国邮政":344,"中国铁路":347,"中国铁路哈尔滨局集团有限公司":96,"中華電力有限公司 CLP Power Hong Kong Limited":65,"临沂富源热电有限公司":188,"光大环保":34,"公立":14,"北京市西城区环境卫生服务中心":16,"北京市通州区教育委员会":17,"北京海淀生态环保有限公司":25,"北京石油化工学院":53,"北京能源-京能电力":12,"华润电力":88,"华电国际电力股份有限公司":59,"含山龙源梅山风力发电有限公司":24,"哈尔滨医科大学":187,"国华(当涂)新能源有限公司":25,"国家电力投资集团":170,"国家电投":22,"国家电网":17758,"国家电网有限公司":426,"国家能源":59,"国家能源-中国神华":10,"国家能源-北京国电":12,"国家能源集团":126,"天水湖公厕":11,"宿迁市公安局宿城分局":15,"宿迁市公安局宿豫分局":17,"小兔充充":13,"山东能源":24,"广东粤电":12,"广东能源集团":12,"应急管理部消防救援局":230,"康樂及文化事務署 Leisure and Cultural Services Department":36,"惠州仲恺高新技术产业开发区宣教文卫办公室":25,"惠州市惠城区教育局":103,"惠州市惠阳区教育局":29,"成都市排水有限责任公司":10,"曹妃甸港":17,"水務署 Water Supplies Department":22,"江永县水利水电责任公司":21,"治安警察局 Corpo de Polícia de Segurança Pública":5,"浙能电力":13,"深圳市公园管理中心":26,"深圳市公安局":15,"渠務署 Drainage Services Department":22,"漁農自然護理署 Agriculture, Fisheries and Conservation Department":690,"澳門電力股份有限公司 Companhia de Electricidade de Macau":29,"玖龙纸业":14,"琦泉热电":12,"菜鸟驿站":23,"運輸署 Transport Department":198,"醫院管理局 Hospital Authority":32,"防城港新天绿色能源有限公司":13,"顺丰速运":4,"食物環境衞生署 Food and Environmental Hygiene Department":175,"首都医科大学":206,"香港公共圖書館 Hong Kong Public Libraries":32,"香港房屋委員會 Hong Kong Housing Authority":8,"香港消防處 Hong Kong Fire Services Department":60,"香港警務處 Hong Kong Police Force":44,"香港賽馬會 The Hong Kong Jockey Club":35,"香港郵政 Hongkong Post":830,"香港電燈有限公司 The Hongkong Electric Company, Limited":11,"魏桥创业":27}
|
1
public/assets/data/nsi/stats/operator.CO.json
Normal file
1
public/assets/data/nsi/stats/operator.CO.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"4-72":61,"Aguas & Aguas de Pereira":1614,"Alcaldia de Barranquilla":40,"Amazonas Energia":4,"BMW":3,"Bancolombia":307,"CELEC-Transelectric":4,"CORTOLIMA":47,"Carrefour":3,"Caño Limón - Coveñas":13,"Claro":13,"Coordinadora":3,"Cruz Roja":12,"Cuerpo de Bomberos de Bogotá":17,"DHL":5,"EEB":3,"EMGESA":16,"EPM":66,"EPS":6,"Enel":34,"Envía":32,"Esso":107,"Fiscalía General de la Nación":28,"Gobierno Regional":9,"Guardia Nacional":7,"Guardia Nacional Bolivariana de Venezuela":3,"Hyundai":4,"ICBF":46,"IDRD":37,"ISA":45,"Instituto Distrital de Recreación y Deporte (IDRD)":78,"Instituto Técnico Agrícola Rafael Ortiz González":10,"MEN":3,"Metro":3,"Mi Red IPS":21,"Ministerio de Educación":22,"Ministerio de Justicia":16,"Movistar":15,"NA":4,"Parques Nacionales Naturales":290,"Petrobras":52,"Petroecuador":6,"Policia Nacional":603,"Policía Nacional de Colombia":191,"Policía Nacional del Perú":3,"Promioriente":16,"Renault":9,"SED Barranquilla":14,"SEDBOYACA":18,"Secretaría de Educación":8,"Secretaría de Educación de Bogotá":15,"Secretaría de Educación de Bogotá, D.C.":15,"Secretaría de Educación de Boyacá":233,"Secretaría de Educación de Soacha":13,"Servientrega":130,"Shell":5,"TCC":6,"Tigo":16,"UNE":102,"UTP":14,"Volkswagen":4,"crued":18,"undefined":29165,"Área Limpia":29}
|
1
public/assets/data/nsi/stats/operator.CR.json
Normal file
1
public/assets/data/nsi/stats/operator.CR.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Autopistas del Sol":3,"CCSS":1060,"CNFL":19,"Coopesana":13,"Coopesantos":25,"Correos de Costa Rica":121,"ICE":238,"INA":49,"INS":85,"MEP":3497,"McDonald's":4,"Ministerio de Educación":3,"Ministerio de Educación Pública":10,"Ministerio de Justicia y Paz":20,"Ministerio de Obras Públicas y Transportes":17,"Ministerio de Salud":57,"Poder Judicial":133,"Punto Seguro":44,"UPS":3,"undefined":9370,"Área de Conservación Central (ACC)":18,"Área de Conservación Osa (ACOSA)":15,"Área de Conservación Pacífico Central (ACOPAC)":15,"Área de Conservación Tempisque (ACT)":21}
|
1
public/assets/data/nsi/stats/operator.CU.json
Normal file
1
public/assets/data/nsi/stats/operator.CU.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"3":7,"5":7,"AVE":12,"BCC":3,"BPA":31,"Correos de Cuba":129,"ETECSA":566,"MINED":1287,"MINSAP":415,"Ministerio de Educación":26,"Ministerio de Educación (MINED)":15,"Ministerio de Salud Pública":272,"Policía Nacional Revolucionaria":83,"SEPSA":24,"UNE":171,"undefined":11809}
|
1
public/assets/data/nsi/stats/operator.CV.json
Normal file
1
public/assets/data/nsi/stats/operator.CV.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"CABEOLICA":15,"undefined":291}
|
1
public/assets/data/nsi/stats/operator.CY.json
Normal file
1
public/assets/data/nsi/stats/operator.CY.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Cyprus Post":52,"Cyta":37,"DHL":6,"Department of fisheries & marine research":12,"EAC":30,"EMEL":64,"Esso":10,"Lidl":5,"McDonald's":5,"Shell":4,"UPS":3,"undefined":2575,"Πυροσβεστική Υπηρεσία":15}
|
1
public/assets/data/nsi/stats/operator.CZ.json
Normal file
1
public/assets/data/nsi/stats/operator.CZ.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"50Hertz Transmission":3,"ABB":3,"AVE":11,"Albert":51,"Allianz":3,"Asekol":6,"Asko a.s.":14,"Austrian Power Grid AG":3,"BILLA":24,"Bauhaus":12,"CPI City center":12,"Concordia":12,"Coop":23,"DB Netz AG":155,"DB Station&Service AG":9,"DHL":7,"DPD":31,"DPP":323,"Decathlon":6,"Deutsche Post":52,"Deutsche Telekom AG":10,"E.ON":4007,"EVMAPA":16,"EnBW":3,"Energie AG":27,"Energo-Pro":3,"FCC":9,"Freistaat Bayern":5,"Freistaat Sachsen":14,"GLS":30,"H&M":17,"Hornbach":3,"IKEA":33,"InPost":5,"Innogy":9,"JCDecaux":14,"KPN":10,"Kaufland":118,"Kik":11,"Kloktex":77,"Konzum.cz":17,"Land Niederösterreich":13,"Landespolizeidirektion Niederösterreich":4,"Lidl":163,"Linz AG":29,"MDCR":54,"MITNETZ Strom":3,"MMCB":626,"MOL":35,"MP Přerov":17,"Magistrát města České Budějovice":13,"McDonald's":11,"MěPOS Šenov":20,"Město Olomouc":26,"Město Plzeň":41,"Město Sokolov":27,"Městská Policie":18,"Městská knihovna v Praze":42,"Městská policie Brno":62,"NC Fontána":22,"Netz Niederösterreich GmbH":4,"O2":31,"OC Forum":44,"OC Galerie Teplice":24,"OMV":84,"Olympia":52,"Orlen":11,"PGL LP":426,"PKP Polskie Linie Kolejowe S.A.":23,"PPL":106,"PRE":3653,"Penny":100,"Plzeňská teplárenská, a.s.":43,"Poczta Polska":6,"Policie ČR":40,"Policie České Republiky":14,"Polskie Sieci Elektroenergetyczne S.A.":3,"Pražské služby a.s.":31,"RWE":11,"Renault":3,"S CHKO Biele Karpaty":12,"S CHKO Kysuce":5,"S CHKO Záhorie":4,"SAKO":18,"SBD Mír":11,"SachsenEnergie":16,"Shell":42,"Služby města Český Krumlov s.r.o.":130,"Sparkasse":4,"Správa železnic, s. o.":2241,"Statutární město Kladno, náměstí Starosty Pavla 44, 272 52 Kladno":47,"Stredoslovenská distribučná":12,"Středočeský kraj":22,"Středočeský kraj, Zborovská 11, 150 21 Praha 5 - Smíchov":15,"SČVK":21,"SŽDC":4499,"Telefónica O2":3,"TenneT TSO":3,"Teplárny Brno":45,"Tesco":49,"Teta":18,"UNIPETROL RPA, s.r.o.":13,"VZMB":12,"Veolia":9,"Vodafone":22,"WC":3,"ZSSK":6,"Zdravotnická záchranná služba Plzeňského kraje":19,"Zimák":14,"Zásilkovna":4566,"cz:Správa železnic":535,"enviaM":6,"nextbike":4,"undefined":136640,"ÖBB":3,"ÖBB-Infrastruktur AG":82,"ČEPS":630,"ČEZ":10675,"ČSOB":489,"Česká Pošta":12,"Česká Spořitelna":10,"Česká národní banka":11,"Česká pošta, s.p.":19821,"České dráhy":88,"ŘSD":1303,"ŽSR":41}
|
1
public/assets/data/nsi/stats/operator.DE.json
Normal file
1
public/assets/data/nsi/stats/operator.DE.json
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/data/nsi/stats/operator.DJ.json
Normal file
1
public/assets/data/nsi/stats/operator.DJ.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Ministère de la Santé":3,"undefined":183}
|
1
public/assets/data/nsi/stats/operator.DK.json
Normal file
1
public/assets/data/nsi/stats/operator.DK.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"50Hertz Transmission":16,"7-Eleven":92,"APCOA Parking":3,"Aldi":7,"Allego":15,"B93":11,"Banedanmark":5600,"Base2Charge":12,"Brand & Redning Sønderjylland":13,"Burger King":26,"CPH":22,"Capio":4,"Cerius":54,"ChargePoint":9,"Circle K":97,"Clever":430,"Coop":109,"Dansk Røde Kors":9,"Dinel":32,"E-On":72,"E.ON":272,"E.On Danmark":23,"EDF":3,"EnBW Baltic 2 GmbH & Co. KG":81,"EnergiFyn Distribution":15,"EnergiMidt":17,"Energinet":374,"Esbjerg Kommune":98,"European Energy":20,"Flow Elnet":46,"GLS":6,"Greve Kommune":40,"HOFOR":81,"Haderslev Kommune":51,"I/S Midtkraft":14,"Iberdrola Renovables Offshore Deutschland GmbH":73,"Kirkens Korshær":37,"Kolding Kommune":55,"Københavns Kommune":119,"Lidl":28,"McDonald's":18,"Nexel":4974,"Norlys":52,"OK":162,"Post Danmark":137,"PostNord":95,"Q-Park":62,"Q8":57,"Radius Elnet":4011,"Rigspolitiet":177,"Shell":43,"Shell Recharge Solutions":15,"Sperto":23,"Spirii":50,"Sund & Bælt":126,"TDC NET":501,"Telenor":3,"Vattenfall":195,"Vattenfall Vindkraft AB":13,"Vejdirektoratet":8553,"Verdo":16,"Vestas":14,"Vores Elnet":168,"undefined":45127,"Ørsted":93,"Østkraft Net A/S":69}
|
1
public/assets/data/nsi/stats/operator.DZ.json
Normal file
1
public/assets/data/nsi/stats/operator.DZ.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Algérie Poste":1566,"BNP Paribas":8,"Direction générale de la Sûreté nationale":120,"GRTE":57,"Gendarmerie nationale":103,"MEN":3,"Ministère de l'intérieur":20,"Ministère de l'Éducation":3,"Ministère de l'Éducation nationale":4,"Ministère de la Justice":4,"Ministère de la Santé":9,"Ooredoo":6,"Renault":9,"SKTM":34,"SONATRACH":18,"SONELGAZ":63,"Setram":105,"Sonelgaz":291,"privé":43,"undefined":16754,"الحماية المدنية الجزائرية":5,"الشركة الجزائرية لتسيير شبكة نقل الكهرباء":389,"الشركة الوطنية للكهرباء والغاز":194,"وزارة الداخلية والجماعات المحلية والتهيئة العمراني":4,"وزارة الداخلية والجماعات المحلية والتهيئة العمرانية الجزائرية":10}
|
1
public/assets/data/nsi/stats/operator.EC.json
Normal file
1
public/assets/data/nsi/stats/operator.EC.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"2":3,"CARUIZ_GADM TENA":16,"CELEC-Transelectric":692,"CNEL":5,"Claro":78,"DHL":4,"E.E. Ambato":16,"E.E. Centro Sur":556,"E.E. Cotopaxi":13,"E.E. Norte":17,"E.E. Quito":286,"ELECAUSTRO":21,"EPM":12,"Gobierno Regional":15,"Hyundai":4,"ICC":34,"IESS":33,"Instituto Ecuatoriano de Seguridad Social":76,"La Salle":3,"Ministerio de Educación":90,"Ministerio de Educación del Ecuador":16,"Ministerio de Salud":9,"Ministerio de Salud Pública":42,"Movistar":27,"Petroamazonas":12,"Petroecuador":281,"Policia Nacional":10,"Policía Nacional del Ecuador":31,"Policía Nacional del Perú":8,"Repsol":10,"Servicio Nacional de Áreas Naturales Protegidas por el Estado":3,"Servientrega":8,"undefined":13579}
|
1
public/assets/data/nsi/stats/operator.EE.json
Normal file
1
public/assets/data/nsi/stats/operator.EE.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"ABB":27,"Augstsprieguma tīkls":6,"Aulepa Tuulepark OÜ (Eesti Energia)":13,"Bolt":9,"Circle K":58,"Coop":18,"DHL":23,"DPD":88,"ETO":26,"Eesti Energia":33,"Eesti Post":167,"Eesti Taaskasutusorganisatsioon MTÜ":12,"Elektrilevi":674,"Elering":645,"Elering AS":164,"IKEA":3,"JCDecaux":35,"Kindel Vara OÜ":12,"Neste":66,"Omniva":139,"Päästeamet":73,"RMK":1286,"Roheline Ring Tuulepargid OÜ":15,"Sadales tīkls":17,"TVO":28,"Tallinna Haridusamet":131,"UPS":6,"VKG Elektrivõrgud":16,"Volkswagen":3,"undefined":10538,"ОАО \"РЖД\"":23,"Россети":3}
|
1
public/assets/data/nsi/stats/operator.EG.json
Normal file
1
public/assets/data/nsi/stats/operator.EG.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"Crédit Agricole":5,"East Delta Electricity Production Company":12,"Ministry of Education":6,"Total":7,"Vodafone":4,"military":41,"undefined":1639,"حكومى":24,"وزارة التربية والتعليم":9,"وزارة الداخلية":6,"وزارة الصحة":6}
|
1
public/assets/data/nsi/stats/operator.ER.json
Normal file
1
public/assets/data/nsi/stats/operator.ER.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"undefined":62}
|
1
public/assets/data/nsi/stats/operator.ES.json
Normal file
1
public/assets/data/nsi/stats/operator.ES.json
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue