Translation sync

This commit is contained in:
Pieter Vander Vennet 2021-07-10 20:56:59 +02:00
parent 9bf78a62e4
commit 80cb9efaf0
18 changed files with 606 additions and 422 deletions

View file

@ -1,12 +1,86 @@
{
"bike_repair_station": {
"presets": {
"0": {
"title": "Pyöräpumppu"
"bench": {
"name": "Penkit",
"title": {
"render": "Penkki"
},
"tagRenderings": {
"1": {
"render": "Selkänoja",
"mappings": {
"0": {
"then": "Selkänoja: kyllä"
},
"1": {
"then": "Selkänoja: ei"
}
}
},
"3": {
"render": "Materiaali: {material}",
"mappings": {
"0": {
"then": "Materiaali: puu"
},
"2": {
"then": "Materiaali: kivi"
},
"3": {
"then": "Materiaali: betoni"
},
"4": {
"then": "Materiaali: muovi"
},
"5": {
"then": "Materiaali: teräs"
}
}
},
"5": {
"render": "Väri: {colour}",
"mappings": {
"0": {
"then": "Väri: ruskea"
},
"1": {
"then": "Väri: vihreä"
},
"2": {
"then": "Väri: harmaa"
},
"3": {
"then": "Väri: valkoinen"
},
"4": {
"then": "Väri: punainen"
},
"5": {
"then": "Väri: musta"
},
"6": {
"then": "Väri: sininen"
},
"7": {
"then": "Väri: keltainen"
}
}
}
},
"icon": {
"render": "./assets/layers/bike_repair_station/repair_station.svg"
"presets": {
"0": {
"title": "Penkki",
"description": "Lisää uusi penkki"
}
}
},
"bench_at_pt": {
"title": {
"render": "Penkki"
},
"tagRenderings": {
"1": {
"render": "{name}"
}
}
},
"bike_parking": {
@ -16,88 +90,14 @@
}
}
},
"bench_at_pt": {
"tagRenderings": {
"1": {
"render": "{name}"
}
"bike_repair_station": {
"icon": {
"render": "./assets/layers/bike_repair_station/repair_station.svg"
},
"title": {
"render": "Penkki"
}
},
"bench": {
"presets": {
"0": {
"description": "Lisää uusi penkki",
"title": "Penkki"
"title": "Pyöräpumppu"
}
},
"tagRenderings": {
"5": {
"mappings": {
"7": {
"then": "Väri: keltainen"
},
"6": {
"then": "Väri: sininen"
},
"5": {
"then": "Väri: musta"
},
"4": {
"then": "Väri: punainen"
},
"3": {
"then": "Väri: valkoinen"
},
"2": {
"then": "Väri: harmaa"
},
"1": {
"then": "Väri: vihreä"
},
"0": {
"then": "Väri: ruskea"
}
},
"render": "Väri: {colour}"
},
"3": {
"mappings": {
"5": {
"then": "Materiaali: teräs"
},
"4": {
"then": "Materiaali: muovi"
},
"3": {
"then": "Materiaali: betoni"
},
"2": {
"then": "Materiaali: kivi"
},
"0": {
"then": "Materiaali: puu"
}
},
"render": "Materiaali: {material}"
},
"1": {
"mappings": {
"1": {
"then": "Selkänoja: ei"
},
"0": {
"then": "Selkänoja: kyllä"
}
},
"render": "Selkänoja"
}
},
"title": {
"render": "Penkki"
},
"name": "Penkit"
}
}
}
}

View file

@ -204,11 +204,33 @@
"2": {
"question": "Есть ли в этом велосипедном кафе велосипедный насос для всеобщего использования?",
"mappings": {
"1": {
"then": "В этом велосипедном кафе нет велосипедного насоса для всеобщего использования"
},
"0": {
"then": "В этом велосипедном кафе есть велосипедный насос для всеобщего использования"
},
"1": {
"then": "В этом велосипедном кафе нет велосипедного насоса для всеобщего использования"
}
}
},
"3": {
"question": "Есть ли здесь инструменты для починки вашего велосипеда?",
"mappings": {
"0": {
"then": "В этом велосипедном кафе есть инструменты для починки своего велосипеда"
},
"1": {
"then": "В этом велосипедном кафе нет инструментов для починки своего велосипеда"
}
}
},
"4": {
"question": "Есть ли услуги ремонта велосипедов в этом велосипедном кафе?",
"mappings": {
"0": {
"then": "В этом велосипедном кафе есть услуги ремонта велосипедов"
},
"1": {
"then": "В этом велосипедном кафе нет услуг ремонта велосипедов"
}
}
},
@ -223,28 +245,6 @@
},
"8": {
"question": "Каков режим работы этого велосипедного кафе?"
},
"4": {
"mappings": {
"1": {
"then": "В этом велосипедном кафе нет услуг ремонта велосипедов"
},
"0": {
"then": "В этом велосипедном кафе есть услуги ремонта велосипедов"
}
},
"question": "Есть ли услуги ремонта велосипедов в этом велосипедном кафе?"
},
"3": {
"mappings": {
"1": {
"then": "В этом велосипедном кафе нет инструментов для починки своего велосипеда"
},
"0": {
"then": "В этом велосипедном кафе есть инструменты для починки своего велосипеда"
}
},
"question": "Есть ли здесь инструменты для починки вашего велосипеда?"
}
},
"presets": {
@ -253,6 +253,9 @@
}
}
},
"bike_monitoring_station": {
"name": "Станции мониторинга"
},
"bike_parking": {
"tagRenderings": {
"1": {
@ -272,22 +275,22 @@
}
}
},
"5": {
"render": "{access}",
"question": "Кто может пользоваться этой велопарковкой?"
"3": {
"mappings": {
"0": {
"then": "Это крытая парковка (есть крыша/навес)"
},
"1": {
"then": "Это открытая парковка"
}
}
},
"4": {
"render": "Место для {capacity} велосипеда(ов)"
},
"3": {
"mappings": {
"1": {
"then": "Это открытая парковка"
},
"0": {
"then": "Это крытая парковка (есть крыша/навес)"
}
}
"5": {
"question": "Кто может пользоваться этой велопарковкой?",
"render": "{access}"
}
}
},
@ -303,6 +306,14 @@
}
},
"tagRenderings": {
"3": {
"question": "Когда работает эта точка обслуживания велосипедов?",
"mappings": {
"0": {
"then": "Всегда открыто"
}
}
},
"6": {
"question": "Велосипедный насос все еще работает?",
"mappings": {
@ -348,14 +359,6 @@
"then": "Есть манометр, но он сломан"
}
}
},
"3": {
"question": "Когда работает эта точка обслуживания велосипедов?",
"mappings": {
"0": {
"then": "Всегда открыто"
}
}
}
},
"icon": {
@ -368,7 +371,9 @@
}
},
"bike_shop": {
"name": "Обслуживание велосипедов/магазин",
"title": {
"render": "Обслуживание велосипедов/магазин",
"mappings": {
"0": {
"then": "Магазин спортивного инвентаря <i>{name}</i>"
@ -382,8 +387,7 @@
"4": {
"then": "Магазин велосипедов <i>{name}</i>"
}
},
"render": "Обслуживание велосипедов/магазин"
}
},
"description": "Магазин, специализирующийся на продаже велосипедов или сопутствующих товаров",
"tagRenderings": {
@ -401,6 +405,7 @@
"question": "Какой адрес электронной почты у {name}?"
},
"9": {
"question": "Продаются ли велосипеды в этом магазине?",
"mappings": {
"0": {
"then": "В этом магазине продаются велосипеды"
@ -408,8 +413,7 @@
"1": {
"then": "В этом магазине не продают велосипеды"
}
},
"question": "Продаются ли велосипеды в этом магазине?"
}
},
"10": {
"question": "В этом магазине ремонтируют велосипеды?",
@ -453,38 +457,37 @@
}
}
},
"15": {
"question": "Здесь моют велосипеды?",
"mappings": {
"2": {
"then": "В этом магазине нет услуг мойки/чистки велосипедов"
},
"0": {
"then": "В этом магазине оказываются услуги мойки/чистки велосипедов"
}
}
},
"13": {
"question": "Предлагается ли в этом магазине велосипедный насос для всеобщего пользования?",
"mappings": {
"1": {
"then": "В этом магазине нет велосипедного насоса для всеобщего пользования"
},
"0": {
"then": "В этом магазине есть велосипедный насос для всеобщего пользования"
},
"1": {
"then": "В этом магазине нет велосипедного насоса для всеобщего пользования"
}
}
},
"14": {
"question": "Есть ли здесь инструменты для починки собственного велосипеда?",
"mappings": {
"2": {
"then": "Инструменты для починки доступны только при покупке/аренде велосипеда в магазине"
}
},
"question": "Есть ли здесь инструменты для починки собственного велосипеда?"
}
},
"15": {
"question": "Здесь моют велосипеды?",
"mappings": {
"0": {
"then": "В этом магазине оказываются услуги мойки/чистки велосипедов"
},
"2": {
"then": "В этом магазине нет услуг мойки/чистки велосипедов"
}
}
}
},
"name": "Обслуживание велосипедов/магазин"
}
},
"defibrillator": {
"name": "Дефибрилляторы",
@ -539,6 +542,9 @@
},
"ghost_bike": {
"tagRenderings": {
"2": {
"render": "В знак памяти о {name}"
},
"3": {
"render": "<a href='{source}' target='_blank'>Доступна более подробная информация</a>"
},
@ -547,9 +553,6 @@
},
"5": {
"render": "Установлен {start_date}"
},
"2": {
"render": "В знак памяти о {name}"
}
}
},
@ -885,8 +888,5 @@
"question": "Вы хотите добавить описание?"
}
}
},
"bike_monitoring_station": {
"name": "Станции мониторинга"
}
}
}

View file

@ -1084,6 +1084,68 @@
"shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of",
"description": "On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...) <br/><br/>If a map is missing, you can easily map this map on OpenStreetMap."
},
"openwindpowermap": {
"title": "OpenWindPowerMap",
"description": "A map for showing and editing wind turbines.",
"layers": {
"0": {
"name": "wind turbine",
"title": {
"render": "wind turbine",
"mappings": {
"0": {
"then": "{name}"
}
}
},
"tagRenderings": {
"0": {
"render": "The power output of this wind turbine is {generator:output:electricity}.",
"question": "What is the power output of this wind turbine? (e.g. 2.3 MW)"
},
"1": {
"render": "This wind turbine is operated by {operator}.",
"question": "Who operates this wind turbine?"
},
"2": {
"render": "The total height (including rotor radius) of this wind turbine is {height} metres.",
"question": "What is the total height of this wind turbine (including rotor radius), in metres?"
},
"3": {
"render": "The rotor diameter of this wind turbine is {rotor:diameter} metres.",
"question": "What is the rotor diameter of this wind turbine, in metres?"
},
"4": {
"render": "This wind turbine went into operation on/in {start_date}.",
"question": "When did this wind turbine go into operation?"
}
},
"presets": {
"0": {
"title": "wind turbine"
}
}
}
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": " megawatts"
},
"1": {
"human": " kilowatts"
},
"2": {
"human": " watts"
},
"3": {
"human": " gigawatts"
}
}
}
}
},
"personal": {
"title": "Personal theme",
"description": "Create a personal theme based on all the available layers of all themes"

View file

@ -241,42 +241,42 @@
"campersite": {
"title": "Kampeersite",
"shortDescription": "Vind locaties waar je de nacht kan doorbrengen met je mobilehome",
"description": "Deze website verzamelt en toont alle officiële plaatsen waar een camper mag overnachten en afvalwater kan lozen. Ook jij kan extra gegevens toevoegen, zoals welke services er geboden worden en hoeveel dit kot, ook afbeeldingen en reviews kan je toevoegen. De data wordt op OpenStreetMap opgeslaan en is dus altijd gratis te hergebruiken, ook door andere applicaties.",
"layers": {
"0": {
"name": "Camperplaatsen",
"tagRenderings": {
"3": {
"question": "Hoeveel kost deze plaats?",
"render": "Deze plaats vraagt {charge}"
},
"2": {
"mappings": {
"1": {
"then": "Kan gratis gebruikt worden"
},
"0": {
"then": "Gebruik is betalend"
}
},
"question": "Moet men betalen om deze camperplaats te gebruiken?"
},
"1": {
"question": "Wat is de naam van deze plaats?",
"render": "Deze plaats heet {name}"
}
},
"description": "camperplaatsen",
"title": {
"render": "Camperplaats {name}",
"mappings": {
"0": {
"then": "Camper site"
}
}
},
"description": "camperplaatsen",
"tagRenderings": {
"1": {
"render": "Deze plaats heet {name}",
"question": "Wat is de naam van deze plaats?"
},
"render": "Camperplaats {name}"
"2": {
"question": "Moet men betalen om deze camperplaats te gebruiken?",
"mappings": {
"0": {
"then": "Gebruik is betalend"
},
"1": {
"then": "Kan gratis gebruikt worden"
}
}
},
"3": {
"render": "Deze plaats vraagt {charge}",
"question": "Hoeveel kost deze plaats?"
}
}
}
},
"description": "Deze website verzamelt en toont alle officiële plaatsen waar een camper mag overnachten en afvalwater kan lozen. Ook jij kan extra gegevens toevoegen, zoals welke services er geboden worden en hoeveel dit kot, ook afbeeldingen en reviews kan je toevoegen. De data wordt op OpenStreetMap opgeslaan en is dus altijd gratis te hergebruiken, ook door andere applicaties."
}
},
"climbing": {
"title": "Open Klimkaart",
@ -890,6 +890,26 @@
"shortDescription": "Deze kaart bevat informatie voor natuurliefhebbers",
"description": "Op deze kaart vind je informatie voor natuurliefhebbers, zoals info over het natuurgebied waar je inzit, vogelkijkhutten, informatieborden, ..."
},
"openwindpowermap": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": " megawatt"
},
"1": {
"human": " kilowatt"
},
"2": {
"human": " watt"
},
"3": {
"human": " gigawatt"
}
}
}
}
},
"personal": {
"title": "Persoonlijk thema",
"description": "Stel je eigen thema samen door lagen te combineren van alle andere themas"
@ -1023,4 +1043,4 @@
}
}
}
}
}

View file

@ -525,4 +525,4 @@
"trees": {
"title": "Деревья"
}
}
}