forked from MapComplete/MapComplete
Merge pull request #656 from weblate/weblate-mapcomplete-layer-translations
Translations update from Hosted Weblate
This commit is contained in:
commit
a07613e222
3 changed files with 292 additions and 13 deletions
1
langs/layers/cs.json
Normal file
1
langs/layers/cs.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -9,8 +9,34 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artwork_type": {
|
||||
"question": "Cuál es el tipo de esta obra de arte?",
|
||||
"render": "Esta es un {artwork_type}"
|
||||
"question": "¿Qué tipo de obra es esta pieza?",
|
||||
"render": "Esta es un {artwork_type}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Arquitectura"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pintura"
|
||||
},
|
||||
"3": {
|
||||
"then": "Escultura"
|
||||
},
|
||||
"4": {
|
||||
"then": "Estatua"
|
||||
},
|
||||
"5": {
|
||||
"then": "Busto"
|
||||
},
|
||||
"7": {
|
||||
"then": "Instalación"
|
||||
},
|
||||
"8": {
|
||||
"then": "Grafiti"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -33,13 +59,13 @@
|
|||
"bench-backrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Respaldo: Si"
|
||||
"then": "Respaldo: sí"
|
||||
},
|
||||
"1": {
|
||||
"then": "Respaldo: No"
|
||||
"then": "Respaldo: no"
|
||||
}
|
||||
},
|
||||
"question": "¿Este banco tiene un respaldo?"
|
||||
"question": "¿Este banco tiene respaldo?"
|
||||
},
|
||||
"bench-material": {
|
||||
"mappings": {
|
||||
|
@ -67,6 +93,36 @@
|
|||
"bench-seats": {
|
||||
"question": "¿Cuántos asientos tiene este banco?",
|
||||
"render": "{seats} asientos"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
"7": {
|
||||
"then": "Color: amarillo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Color: verde"
|
||||
},
|
||||
"2": {
|
||||
"then": "Color: gris"
|
||||
},
|
||||
"3": {
|
||||
"then": "Color: blanco"
|
||||
},
|
||||
"4": {
|
||||
"then": "Color: rojo"
|
||||
},
|
||||
"5": {
|
||||
"then": "Color: negro"
|
||||
},
|
||||
"6": {
|
||||
"then": "Color: azul"
|
||||
}
|
||||
},
|
||||
"question": "¿De qué color es este banco?",
|
||||
"render": "Color: {colour}"
|
||||
},
|
||||
"bench-direction": {
|
||||
"question": "¿En qué dirección se mira al sentarse en el banco?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -77,7 +133,16 @@
|
|||
"name": "Bancos en una parada de transporte público",
|
||||
"title": {
|
||||
"render": "Banco"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
},
|
||||
"bench_at_pt-bench_type": {
|
||||
"question": "¿Qué tipo de banco es este?"
|
||||
}
|
||||
},
|
||||
"description": "Una capa que muestra todas las paradas de transporte público que tienen bancos"
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Desfibriladores",
|
||||
|
@ -144,5 +209,128 @@
|
|||
"title": {
|
||||
"render": "Bicicleta blanca"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"tagRenderings": {
|
||||
"bike_cafe-repair-tools": {
|
||||
"question": "¿Hay herramientas para reparar su propia bicicleta?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"Network": {
|
||||
"question": "¿Esta estación de carga forma parte de una red?",
|
||||
"render": "Parte de la red <b>{network}</b>",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "No forma parte de una red mayor"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Authentication": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Autenticación mediante tarjeta de membresía"
|
||||
},
|
||||
"2": {
|
||||
"then": "Autenticación mediante llamada telefónica disponible"
|
||||
},
|
||||
"4": {
|
||||
"then": "Autenticación mediante NFC disponible"
|
||||
},
|
||||
"6": {
|
||||
"then": "Autenticación mediante tarjeta de débito disponible"
|
||||
},
|
||||
"1": {
|
||||
"then": "Autenticación mediante aplicación"
|
||||
},
|
||||
"5": {
|
||||
"then": "Autenticación mediante Money Card disponible"
|
||||
},
|
||||
"3": {
|
||||
"then": "Autenticación mediante SMS disponible"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Type": {
|
||||
"question": "¿A qué vehículos se permite la carga aquí?"
|
||||
},
|
||||
"OH": {
|
||||
"question": "¿Cuándo abre esta estación de carga?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Abre 24/7 (incluidos días festivos)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"barrier": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bolardo"
|
||||
}
|
||||
},
|
||||
"render": "Barrera"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bollard type": {
|
||||
"question": "¿Qué tipo de bolardo es este?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Bolardo fijo"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bolardo levadizo"
|
||||
},
|
||||
"3": {
|
||||
"then": "Bolardo flexible, normalmente plástico"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Barreras",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Bolardo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"address": {
|
||||
"description": "Direcciones",
|
||||
"name": "Direcciones conocidas en OSM",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "¿Qué debe corregirse aquí? Expóngalo"
|
||||
},
|
||||
"street": {
|
||||
"question": "¿En qué calle se encuentra esta dirección?"
|
||||
},
|
||||
"housenumber": {
|
||||
"question": "¿Cuál es el número de esta casa?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta edificación no tiene número"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Domicilio conocido"
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"question": "¿Se puede visitar esta torre?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"title": {
|
||||
"render": "Alquiler de bicicletas"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"street": {
|
||||
"question": "In welke straat bevindt dit adres zich?",
|
||||
"render": "Dit adres bevindt zich in de straat <b>{addr:street}</b>"
|
||||
},
|
||||
"fixme": {
|
||||
"question": "Wat moet hier gecorrigeerd worden? Leg het uit"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -150,7 +153,8 @@
|
|||
"render": "Maximumbreedte: {maxwidth:physical} m"
|
||||
},
|
||||
"Overlap (cyclebarrier)": {
|
||||
"question": "Hoeveel overlappen de barrières?"
|
||||
"question": "Hoeveel overlappen de barrières?",
|
||||
"render": "Overlap: {overlap} m"
|
||||
},
|
||||
"Space between barrier (cyclebarrier)": {
|
||||
"question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?",
|
||||
|
@ -316,7 +320,8 @@
|
|||
}
|
||||
},
|
||||
"render": "Zitbank"
|
||||
}
|
||||
},
|
||||
"description": "Een laag die stopplaatsen van openbaar vervoer toont waar er een zitbank is"
|
||||
},
|
||||
"bicycle_library": {
|
||||
"description": "Een plaats waar men voor langere tijd een fiets kan lenen",
|
||||
|
@ -477,7 +482,8 @@
|
|||
},
|
||||
"title": {
|
||||
"render": "Fietsbanden-verkoopsautomaat"
|
||||
}
|
||||
},
|
||||
"description": "Een laag met verkoopsautomaten met binnenbanden voor fietsen (dit kan een automaat zijn met énkel fietsbanden, of een gewone automaat met fietsbanden en andere fietsaccessoires zoals lichten, handschoenen, sloten,...)"
|
||||
},
|
||||
"bike_cafe": {
|
||||
"name": "Fietscafé",
|
||||
|
@ -544,7 +550,8 @@
|
|||
}
|
||||
},
|
||||
"render": "Fietscafé"
|
||||
}
|
||||
},
|
||||
"description": "Een fietscafé is een café dat gericht is op fietsers, bijvoorbeeld omdat het een fietspomp heeft, fietsgerelateerde decoratie heeft enzovoorts."
|
||||
},
|
||||
"bike_cleaning": {
|
||||
"name": "Fietsschoonmaakpunt",
|
||||
|
@ -560,6 +567,39 @@
|
|||
}
|
||||
},
|
||||
"render": "Fietsschoonmaakpunt"
|
||||
},
|
||||
"description": "Een laag die plaatsen toont waar je je fiets kunt wassen",
|
||||
"tagRenderings": {
|
||||
"bike_cleaning-charge": {
|
||||
"question": "Hoeveel kost het gebruik van het fietsschoonmaakpunt?",
|
||||
"render": "Het gebruik van het fietsschoonmaakpunt kost {charge}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gratis fietsschoonmaakpunt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gratis te gebruiken"
|
||||
},
|
||||
"2": {
|
||||
"then": "Je moet betalen voor het fietsschoonmaakpunt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_cleaning-service:bicycle:cleaning:charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Het fietsschoonmaakpunt is gratis"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gratis te gebruiken"
|
||||
},
|
||||
"2": {
|
||||
"then": "Het fietsschoonmaakpunt is betalend, maar de prijs is onbekend"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel kost het gebruik van het fietsschoonmaakpunt?",
|
||||
"render": "Het gebruik van het fietsschoonmaakpunt kost {charge}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
|
@ -671,7 +711,8 @@
|
|||
},
|
||||
"title": {
|
||||
"render": "Fietsparking"
|
||||
}
|
||||
},
|
||||
"description": "Een laag die toont waar je je fiets kunt parkeren"
|
||||
},
|
||||
"bike_repair_station": {
|
||||
"description": "Deze laag toont fietspompen en herstelpunten voor fietsen",
|
||||
|
@ -4770,5 +4811,54 @@
|
|||
},
|
||||
"render": "Watermolens"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"tagRenderings": {
|
||||
"ambulance-operator-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit station wordt beheerd door de overheid."
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit station wordt beheerd door een informele of community organisatie."
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit station wordt beheerd door een formele groep vrijwilligers."
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit station wordt beheerd door een privé-organisatie."
|
||||
}
|
||||
},
|
||||
"question": "Wat voor een organisatie is de beheerder van dit station?",
|
||||
"render": "De beheerder is van het type {operator:type}."
|
||||
},
|
||||
"ambulance-agency": {
|
||||
"question": "Welke organisatie beheert dit station?",
|
||||
"render": "Dit station wordt beheerd door {operator}."
|
||||
},
|
||||
"ambulance-name": {
|
||||
"question": "Hoe heet dit ambulancestation?",
|
||||
"render": "Dit station heet {name}."
|
||||
},
|
||||
"ambulance-place": {
|
||||
"question": "Waar ligt het station? (v.b. naam van de buurt, dorp of stad)",
|
||||
"render": "Dit station ligt in {addr:place}."
|
||||
},
|
||||
"ambulance-street": {
|
||||
"question": " In welke straat ligt dit station?",
|
||||
"render": "Straat waar dit station ligt: {addr:street}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Ambulancestation"
|
||||
},
|
||||
"description": "Een ambulancestation is een plaats waar ambulances, medisch materiaal, persoonlijk beschermingsmateriaal en aanverwanten worden bewaard.",
|
||||
"name": "Kaart van ambulancestations",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Voeg een ambulancestation toe aan de kaart",
|
||||
"title": "Ambulancestation"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue