2021-05-16 15:34:44 +02:00
{
2021-11-07 14:37:21 +01:00
"id" : "defibrillator" ,
"name" : {
"en" : "Defibrillators" ,
"ca" : "Desfibril·ladors" ,
"es" : "Desfibriladores" ,
"fr" : "Défibrillateurs" ,
"nl" : "Defibrillatoren" ,
"de" : "Defibrillatoren" ,
"it" : "Defibrillatori" ,
2022-03-16 14:07:41 +01:00
"ru" : "Дефибрилляторы" ,
2022-04-28 00:35:08 +02:00
"sl" : "Defibrilatorji" ,
2023-10-30 13:44:27 +01:00
"da" : "Hjertestartere" ,
"cs" : "Defibrilátory"
2021-11-07 14:37:21 +01:00
} ,
2022-10-14 16:13:23 +02:00
"description" : {
"en" : "A layer showing defibrillators which can be used in case of emergency. This contains public defibrillators, but also defibrillators which might need staff to fetch the actual device" ,
"nl" : "Een laag die defibrillatoren toont die je kan gebruiken bij noodgevallen. Dit omvat zowel publiek beschikbare toestellen als defibrillatoren waarvoor het toestel enkel door personeel aangeboden kan worden" ,
"sl" : "Sloj prikazuje defibrilatorje, ki jih je možno uporabiti v primeru sile. Sloj poleg javno dostopnih defibrilatorjev vsebuje tudi tiste, ki za dostop morda potrebujejo pomoč osebja" ,
"de" : "Eine Ebene mit Defibrillatoren, die in Notfällen eingesetzt werden können. Diese Ebene enthält öffentliche Defibrillatoren, aber auch Defibrillatoren, bei denen möglicherweise Personal benötigt wird, um das Gerät zu holen" ,
2023-03-29 15:50:10 +02:00
"es" : "Una capa que muestra desfibriladores que se pueden utilizar en caso de emergencia. Contiene desfibriladores públicos, pero también desfibriladores para los que se puede necesitar que el personal vaya a buscar el dispositivo" ,
2023-08-23 13:27:53 +02:00
"ca" : "Una capa que mostra desfibril·ladors que es poden utilitzar en cas d'emergència. Conté desfibril·ladors públics, però també desfibril·ladors que poden necessitar de personal per agafar el dispositiu" ,
2023-10-30 13:44:27 +01:00
"he" : "שכבה המציגה דפיברילטורים שניתן להשתמש בהם במקרה חירום. זה מכיל דפיברילטורים ציבוריים, אך גם דפיברילטורים שעשויים להזדקק לצוות כדי להביא את המכשיר בפועל" ,
"cs" : "Vrstva zobrazující defibrilátory, které lze použít v případě nouze. To zahrnuje veřejné defibrilátory, ale také defibrilátory, které mohou vyžadovat personál, aby přinesl skutečné zařízení"
2022-10-14 16:13:23 +02:00
} ,
2021-11-07 14:37:21 +01:00
"source" : {
"osmTags" : "emergency=defibrillator"
} ,
"calculatedTags" : [
2022-12-16 23:12:46 +01:00
"_days_since_last_survey=Math.floor((new Date() - new Date(feat.properties['survey:date']))/(1000*60*60*24))" ,
2021-11-07 14:37:21 +01:00
"_recently_surveyed=Number(feat.properties._days_since_last_survey) <= 90"
] ,
"minzoom" : 12 ,
"title" : {
"render" : {
"en" : "Defibrillator" ,
"ca" : "Desfibril·lador" ,
"es" : "Desfibrilador" ,
"fr" : "Défibrillateur" ,
"nl" : "Defibrillator" ,
"de" : "Defibrillator" ,
"it" : "Defibrillatore" ,
2022-03-16 14:07:41 +01:00
"ru" : "Дефибриллятор" ,
2023-09-16 18:52:42 +02:00
"sl" : "Defibrilator" ,
2023-10-30 13:44:27 +01:00
"pl" : "Defibrylator" ,
"cs" : "Defibrilátor"
2021-11-07 14:37:21 +01:00
}
} ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"marker" : [
{
"icon" : "square" ,
"color" : {
"render" : "#008754" ,
"mappings" : [
{
"if" : "_recently_surveyed=true" ,
"then" : "#28ba3d"
}
]
}
} ,
{
"icon" : "./assets/layers/defibrillator/defibrillator.svg"
}
] ,
"location" : [
"point"
]
}
] ,
"lineRendering" : [
{
"color" : "#0000ff"
}
] ,
2021-11-07 14:37:21 +01:00
"presets" : [
{
"title" : {
2022-04-03 03:10:06 +02:00
"en" : "a defibrillator" ,
2023-01-13 03:58:43 +01:00
"ca" : "un desfibril·lador" ,
"es" : "un desfibrilador" ,
2022-03-29 21:55:49 +02:00
"fr" : "une défibrillateur" ,
"nl" : "een defibrillator" ,
2022-06-01 20:21:16 +02:00
"de" : "einen Defibrillator" ,
2022-03-29 21:55:49 +02:00
"it" : "una defibrillatore" ,
2022-03-16 14:07:41 +01:00
"ru" : "Дефибриллятор" ,
2022-04-28 00:35:08 +02:00
"sl" : "Defibrilator" ,
2023-09-16 18:52:42 +02:00
"da" : "en hjertestarter" ,
2023-10-30 13:44:27 +01:00
"pl" : "defibrylator" ,
"cs" : "defibrilátor"
2021-11-07 14:37:21 +01:00
} ,
2021-12-03 02:30:25 +01:00
"tags" : [
"emergency=defibrillator"
]
} ,
{
"title" : {
2022-04-03 03:10:06 +02:00
"en" : "a defibrillator mounted on a wall" ,
2022-03-29 21:55:49 +02:00
"nl" : "een defibrillator die aan een muur hangt" ,
2022-04-28 00:35:08 +02:00
"sl" : "defibrilator je pritrjen na steno" ,
2022-05-14 20:14:08 +02:00
"da" : "en hjertestarter monteret på en væg" ,
2022-06-01 20:21:16 +02:00
"de" : "einen wandseitig befestigten Defibrillator" ,
2023-03-29 15:50:10 +02:00
"es" : "un desfibrilador montado en una pared" ,
2023-09-16 18:52:42 +02:00
"ca" : "un desfibril·lador muntat en la paret" ,
2023-10-30 13:44:27 +01:00
"pl" : "defibrylator na ścianie" ,
"cs" : "defibrilátor namontovaný na stěně"
2021-12-03 02:30:25 +01:00
} ,
2021-11-07 14:37:21 +01:00
"tags" : [
"emergency=defibrillator"
] ,
2023-06-22 17:25:08 +02:00
"snapToLayer" : [
"walls_and_buildings"
] ,
2023-06-20 01:52:15 +02:00
"maxSnapDistance" : 5
2021-11-07 14:37:21 +01:00
}
] ,
"tagRenderings" : [
"images" ,
{
"id" : "defibrillator-indoors" ,
"question" : {
"en" : "Is this defibrillator located indoors?" ,
"ca" : "Està el desfibril·lador a l'interior?" ,
"es" : "¿Esté el desfibrilador en interior?" ,
"fr" : "Ce défibrillateur est-il disposé en intérieur ?" ,
"nl" : "Hangt deze defibrillator binnen of buiten?" ,
2022-06-01 20:21:16 +02:00
"de" : "Befindet sich der Defibrillator in einem Gebäude?" ,
2022-03-16 14:07:41 +01:00
"it" : "Questo defibrillatore si trova all’ interno?" ,
2023-09-16 18:52:42 +02:00
"sl" : "Ali se ta defibrilator nahaja znotraj?" ,
2023-10-30 13:44:27 +01:00
"pl" : "Czy ten defibrylator znajduje się wewnątrz budynku?" ,
"cs" : "Je tento defibrilátor umístěn uvnitř?"
2021-11-07 14:37:21 +01:00
} ,
"mappings" : [
2021-05-16 15:34:44 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "indoor=yes" ,
"then" : {
"en" : "This defibrillator is located indoors" ,
"ca" : "Aquest desfibril·lador està a l'interior" ,
"es" : "Este desfibrilador está en interior" ,
"fr" : "Ce défibrillateur est en intérieur (dans un batiment)" ,
"nl" : "Deze defibrillator bevindt zich in een gebouw" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator befindet sich in einem Gebäude" ,
2022-03-16 14:07:41 +01:00
"it" : "Questo defibrillatore si trova all’ interno" ,
2023-09-16 18:52:42 +02:00
"sl" : "Defibrilator se nahaja znotraj" ,
2023-10-10 01:52:02 +02:00
"pl" : "Ten defibrylator jest wewnątrz budynku" ,
"cs" : "Tento defibrilátor je umístěn v interiéru"
2021-11-07 14:37:21 +01:00
}
2021-05-16 15:34:44 +02:00
} ,
{
2021-11-07 14:37:21 +01:00
"if" : "indoor=no" ,
"then" : {
"en" : "This defibrillator is located outdoors" ,
"ca" : "Aquest desfibril·lador està a l'exterior" ,
"es" : "Este desfibrilador está en exterior" ,
"fr" : "Ce défibrillateur est situé en extérieur" ,
"nl" : "Deze defibrillator hangt buiten" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator befindet sich im Freien" ,
2022-03-16 14:07:41 +01:00
"it" : "Questo defibrillatore si trova all’ esterno" ,
2023-09-16 18:52:42 +02:00
"sl" : "Defibrilator se nahaja zunaj" ,
2023-10-30 13:44:27 +01:00
"pl" : "Ten defibrylator jest na dworze" ,
"cs" : "Tento defibrilátor je umístěn venku"
2021-11-07 14:37:21 +01:00
}
}
]
} ,
{
"question" : {
"en" : "Is this defibrillator freely accessible?" ,
"ca" : "Està el desfibril·lador accessible lliurement?" ,
"es" : "¿Está el desfibrilador accesible libremente?" ,
"fr" : "Ce défibrillateur est-il librement accessible ?" ,
"nl" : "Is deze defibrillator vrij toegankelijk?" ,
2022-06-01 20:21:16 +02:00
"de" : "Ist der Defibrillator frei zugänglich?" ,
2022-03-16 14:07:41 +01:00
"it" : "Questo defibrillatore è liberamente accessibile?" ,
2022-04-28 00:35:08 +02:00
"sl" : "Ali je ta defibrilator prosto dostopen?" ,
2023-09-16 18:52:42 +02:00
"da" : "Er denne hjertestarter frit tilgængelig?" ,
2023-10-30 13:44:27 +01:00
"pl" : "Czy ten defibrylator jest swobodnie dostępny?" ,
"cs" : "Je tento defibrilátor volně přístupný?"
2021-11-07 14:37:21 +01:00
} ,
"render" : {
"en" : "Access is {access}" ,
"ca" : "L'accés és {access}" ,
"es" : "El acceso es {access}" ,
"fr" : "{access} accessible" ,
"nl" : "Toegankelijkheid is {access}" ,
"de" : "Zugang ist {access}" ,
2022-03-16 14:07:41 +01:00
"it" : "Accesso è {access}" ,
2023-10-30 13:44:27 +01:00
"sl" : "Dostop je {access}" ,
"cs" : "Přístup je {access}"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"key" : "access" ,
"addExtraTags" : [
"fixme=Freeform field used for access - doublecheck the value"
]
} ,
"mappings" : [
2021-05-16 15:34:44 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "access=yes" ,
"then" : {
"en" : "Publicly accessible" ,
2023-05-08 01:53:51 +02:00
"ca" : "Accés lliure" ,
2021-11-07 14:37:21 +01:00
"es" : "Acceso libre" ,
"fr" : "Librement accessible" ,
"nl" : "Publiek toegankelijk" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator ist öffentlich zugänglich" ,
2021-11-07 14:37:21 +01:00
"it" : "Pubblicamente accessibile" ,
2022-03-16 14:07:41 +01:00
"ru" : "Общедоступный" ,
2022-04-28 00:35:08 +02:00
"sl" : "Javno dostopen" ,
2023-09-16 18:52:42 +02:00
"da" : "Offentligt tilgængelig" ,
2023-10-10 01:52:02 +02:00
"pl" : "Dostępny publicznie" ,
"cs" : "Veřejně přístupné"
2021-11-07 14:37:21 +01:00
}
2021-05-16 15:40:55 +02:00
} ,
{
2021-11-07 14:37:21 +01:00
"if" : "access=public" ,
"then" : {
"en" : "Publicly accessible" ,
2023-05-08 01:53:51 +02:00
"ca" : "Publicament accessible" ,
2021-11-07 14:37:21 +01:00
"es" : "Publicament accesible" ,
"fr" : "Librement accessible" ,
"nl" : "Publiek toegankelijk" ,
"de" : "Öffentlich zugänglich" ,
"it" : "Pubblicamente accessibile" ,
2022-03-16 14:07:41 +01:00
"ru" : "Общедоступный" ,
2022-04-28 00:35:08 +02:00
"sl" : "Javno dostopen" ,
2023-09-16 18:52:42 +02:00
"da" : "Offentligt tilgængelig" ,
2023-10-30 13:44:27 +01:00
"pl" : "Dostępny publicznie" ,
"cs" : "Veřejně přístupné"
2021-11-07 14:37:21 +01:00
} ,
"hideInAnswer" : true
2021-09-22 16:58:25 +02:00
} ,
2021-05-16 15:40:55 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "access=customers" ,
"then" : {
"en" : "Only accessible to customers" ,
"ca" : "Només accessible a clients" ,
"es" : "Sólo accesible a clientes" ,
"fr" : "Réservé aux clients du lieu" ,
"nl" : "Enkel toegankelijk voor klanten" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator ist nur für Kunden zugänglich" ,
2021-11-07 14:37:21 +01:00
"it" : "Accessibile solo ai clienti" ,
2022-03-16 14:07:41 +01:00
"ru" : "Доступно только для клиентов" ,
2023-09-16 18:52:42 +02:00
"sl" : "Dostopen samo strankam" ,
2023-10-10 01:52:02 +02:00
"pl" : "Dostępny tylko dla klientów" ,
"cs" : "Přístupné pouze zákazníkům"
2021-11-07 14:37:21 +01:00
}
2021-05-16 15:40:55 +02:00
} ,
{
2021-11-07 14:37:21 +01:00
"if" : "access=private" ,
"then" : {
2022-06-01 20:21:16 +02:00
"en" : "Not accessible to the general public (e.g. only accesible to staff, the owners, …)" ,
2021-11-07 14:37:21 +01:00
"ca" : "No accessible al públic en general (ex. només accesible a treballadors, propietaris, ...)" ,
2023-11-23 15:47:16 +01:00
"es" : "No accesible al público en general (por ejemplo, sólo accesible para el personal, los propietarios, ...)" ,
2022-06-24 19:00:02 +02:00
"fr" : "Non accessible au public (par exemple réservé au personnel, au propriétaire…)" ,
2022-10-27 01:50:01 +02:00
"nl" : "Niet toegankelijk voor het publiek (bv. enkel voor personeel, de eigenaar, …)" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator ist nicht öffentlich zugänglich (z.B. nur für Personal, Eigentümer, …)" ,
2022-03-16 14:07:41 +01:00
"it" : "Non accessibile al pubblico (ad esempio riservato al personale, ai proprietari, etc.)" ,
2023-09-16 18:52:42 +02:00
"sl" : "Ni dostopen splošni javnosti (npr. samo za osebje, za lastnike, ...)" ,
2023-10-10 01:52:02 +02:00
"pl" : "Niedostępny publicznie (np. dostępny tylko dla personelu, właścicieli, ...)" ,
"cs" : "Nepřístupné široké veřejnosti (např. přístupné pouze zaměstnancům, majitelům, …)"
2021-11-07 14:37:21 +01:00
}
2021-09-22 16:58:25 +02:00
} ,
2021-05-18 00:45:28 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "access=no" ,
"then" : {
"en" : "Not accessible, possibly only for professional use" ,
"nl" : "Niet toegankelijk, mogelijk enkel voor professionals" ,
"fr" : "Pas accessible, peut-être uniquement à usage professionnel" ,
"it" : "Non accessibile, potrebbe essere solo per uso professionale" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator ist nicht zugänglich, möglicherweise nur für betriebliche Nutzung" ,
"sl" : "Ni dostopen, morda samo za profesionalno rabo" ,
2023-01-29 18:02:06 +01:00
"es" : "No accesible, posiblemente solo para el uso profesional" ,
2023-09-16 18:52:42 +02:00
"ca" : "No accessible, posiblemente només d'ús profesional" ,
2023-10-10 01:52:02 +02:00
"pl" : "Niedostępny, być może tylko do profesjonalnego użytku" ,
"cs" : "Nepřístupné, případně pouze pro profesionální použití"
2021-11-07 14:37:21 +01:00
}
}
] ,
"id" : "defibrillator-access"
} ,
{
"question" : {
"en" : "Is this a a regular automatic defibrillator or a manual defibrillator for professionals only?" ,
"nl" : "Is dit een gewone automatische defibrillator of een manueel toestel enkel voor professionals?" ,
"fr" : "Est-ce un défibrillateur automatique normal ou un défibrillateur manuel à usage professionnel uniquement ?" ,
"it" : "Si tratta di un normale defibrillatore automatico o un defibrillatore manuale riservato ai professionisti?" ,
2022-03-16 14:07:41 +01:00
"de" : "Ist dies ein normaler automatischer Defibrillator oder ein manueller Defibrillator nur für Profis?" ,
2022-06-01 20:21:16 +02:00
"sl" : "Ali je to navaden avtomatski defibrilator ali ročni defibrilator namenjen poklicnim reševalcem?" ,
2023-03-29 15:50:10 +02:00
"es" : "¿Este es un desfibrilador automático normal o un desfibrilador manual solo para profesionales?" ,
2023-09-16 18:52:42 +02:00
"ca" : "És un desfibril·lador automàtic normal o un desfibril·lador manual només per a professionals?" ,
2023-10-30 13:44:27 +01:00
"pl" : "Czy to jest zwykły automatyczny defibrylator czy ręczny defibrylator tylko dla profesjonalistów?" ,
"cs" : "Jedná se o běžný automatický defibrilátor nebo manuální defibrilátor pouze pro profesionály?"
2021-11-07 14:37:21 +01:00
} ,
"condition" : {
"and" : [
"access=no"
]
} ,
"mappings" : [
2021-11-10 18:42:31 +01:00
{
"if" : "defibrillator=" ,
"then" : {
"en" : "There is no info about the type of device" ,
"nl" : "Er is geen info over het soort toestel" ,
"fr" : "Il n'y a pas d'information sur le type de dispositif" ,
"it" : "Non vi sono informazioni riguardanti il tipo di questo dispositivo" ,
2022-03-16 14:07:41 +01:00
"de" : "Es gibt keine Informationen über den Gerätetyp" ,
2022-06-01 20:21:16 +02:00
"sl" : "Ni informacij o vrsti naprave" ,
2023-03-29 15:50:10 +02:00
"es" : "No hay información sobre el tipo de dispositivo" ,
2023-09-16 18:52:42 +02:00
"ca" : "No hi ha informació sobre el tipus de dispositiu" ,
2023-10-30 13:44:27 +01:00
"pl" : "Nie ma informacji o rodzaju urządzenia" ,
"cs" : "Neexistují žádné informace o typu zařízení"
2021-11-10 18:42:31 +01:00
} ,
"hideInAnswer" : true
} ,
2021-05-18 00:45:28 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "defibrillator=manual" ,
"then" : {
"en" : "This is a manual defibrillator for professionals" ,
"nl" : "Dit is een manueel toestel enkel voor professionals" ,
"fr" : "C'est un défibrillateur manuel pour professionnel" ,
"it" : "Questo è un defibrillatore manuale per professionisti" ,
2022-03-16 14:07:41 +01:00
"de" : "Dies ist ein manueller Defibrillator für den professionellen Einsatz" ,
2022-04-28 00:35:08 +02:00
"sl" : "To je ročni defibrilator za poklicne reševalce" ,
2022-06-01 20:21:16 +02:00
"da" : "Dette er en manuel hjertestarter til professionelle" ,
2023-03-29 15:50:10 +02:00
"es" : "Este es un desfibrilador manual para profesionales" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquest és un desfibril·lador manual per a professionals" ,
2023-10-30 13:44:27 +01:00
"pl" : "To jest ręczny defibrylator dla profesjonalistów" ,
"cs" : "Jedná se o ruční defibrilátor pro profesionály"
2021-11-07 14:37:21 +01:00
}
2021-09-22 16:58:25 +02:00
} ,
2021-05-19 22:38:41 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "defibrillator=automatic" ,
"then" : {
"en" : "This is a normal automatic defibrillator" ,
"nl" : "Dit is een gewone automatische defibrillator" ,
"fr" : "C'est un défibrillateur automatique manuel" ,
"it" : "È un normale defibrillatore automatico" ,
"ru" : "Это обычный автоматический дефибриллятор" ,
2022-03-16 14:07:41 +01:00
"de" : "Dies ist ein normaler automatischer Defibrillator" ,
2022-04-28 00:35:08 +02:00
"sl" : "To je normalen avtomatski defibrilator" ,
2022-06-01 20:21:16 +02:00
"da" : "Dette er en normal automatisk hjertestarter" ,
2023-03-29 15:50:10 +02:00
"es" : "Este es un desfibrilador automático normal" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquest és un desfibril·lador automàtic normal" ,
2023-10-30 13:44:27 +01:00
"pl" : "To jest zwykły automatyczny defibrylator" ,
"cs" : "Jedná se o běžný automatický defibrilátor"
2021-11-07 14:37:21 +01:00
}
2021-11-10 18:42:31 +01:00
} ,
{
2021-12-03 02:30:25 +01:00
"if" : "defibrillator~*" ,
2021-11-10 18:42:31 +01:00
"then" : {
2022-02-14 16:02:08 +01:00
"en" : "This is a special type of defibrillator: {defibrillator}" ,
2022-03-16 14:07:41 +01:00
"nl" : "Dit is een speciaal type defibrillator: {defibrillator}" ,
2022-04-28 00:35:08 +02:00
"sl" : "To je posebna vrsta defibrilatorja: {defibrillator}" ,
2022-05-21 02:31:32 +02:00
"da" : "Dette er en særlig type hjertestarter: {defibrillator}" ,
2022-06-01 20:21:16 +02:00
"de" : "Dies ist eine besondere Art von Defibrillator: {defibrillator}" ,
2023-03-29 15:50:10 +02:00
"es" : "Este es un tipo de desfibrilador especial: {defibrillator}" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquest és un tipus especial de desfibril·lador: {defibrillator}" ,
2023-10-30 13:44:27 +01:00
"pl" : "To jest specjalny rodzaj defibrylatora: {defibrillator}" ,
"cs" : "Toto je speciální typ defibrilátoru: {defibrillator}"
2021-11-10 18:42:31 +01:00
} ,
"hideInAnswer" : true
2021-11-07 14:37:21 +01:00
}
] ,
"id" : "defibrillator-defibrillator"
} ,
{
"question" : {
"en" : "On which floor is this defibrillator located?" ,
2023-01-29 18:02:06 +01:00
"ca" : "A quina planta està el ubicat el desfibril·lador?" ,
2021-11-07 14:37:21 +01:00
"es" : "¿En qué planta se encuentra el defibrilador localizado?" ,
"fr" : "À quel étage est situé ce défibrillateur ?" ,
"nl" : "Op welke verdieping bevindt deze defibrillator zich?" ,
2022-06-01 20:21:16 +02:00
"de" : "Auf welcher Etage befindet sich der Defibrillator?" ,
2022-03-16 14:07:41 +01:00
"it" : "A che piano si trova questo defibrillatore?" ,
2023-09-16 18:52:42 +02:00
"sl" : "V katerem nadstropju je defibrilator?" ,
2023-10-30 13:44:27 +01:00
"pl" : "Na którym piętrze jest ten defibrylator?" ,
"cs" : "Ve kterém patře je tento defibrilátor umístěn?"
2021-11-07 14:37:21 +01:00
} ,
"condition" : {
"and" : [
"indoor=yes"
]
} ,
"freeform" : {
"key" : "level" ,
"type" : "int"
} ,
"render" : {
"en" : "This defibrillator is on floor {level}" ,
"ca" : "Aquest desfibril·lador és a la planta {level}" ,
"es" : "El desfibrilador se encuentra en la planta {level}" ,
"fr" : "Ce défibrillateur est à l'étage {level}" ,
"nl" : "De defibrillator bevindt zicht op verdieping {level}" ,
"de" : "Dieser Defibrallator befindet sich im {level}. Stockwerk" ,
2022-03-16 14:07:41 +01:00
"it" : "Questo defibrillatore è al piano {level}" ,
2023-09-16 18:52:42 +02:00
"sl" : "Ta defibrilator je v {level}. nadstropju" ,
2023-10-30 13:44:27 +01:00
"pl" : "Ten defibrylator jest na piętrze {level}" ,
"cs" : "Tento defibrilátor je na {level} patře"
2021-11-07 14:37:21 +01:00
} ,
"mappings" : [
2021-05-16 15:40:55 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "level=0" ,
"then" : {
"en" : "This defibrillator is on the <b>ground floor</b>" ,
"nl" : "Deze defibrillator bevindt zich <b>gelijkvloers</b>" ,
"fr" : "Ce défibrillateur est au <b>rez-de-chaussée</b>" ,
"it" : "Questo defibrillatore è al <b>pian terreno</b>" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator befindet sich im <b>Erdgeschoss</b>" ,
"sl" : "Ta defibrilator je v <b>pritličju</b>" ,
2023-01-29 18:02:06 +01:00
"es" : "Este desfibrilador se encuentra en la <b>planta baja</b>" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquest desfribil·lador està a la <b>planta baixa</b>" ,
2023-10-30 13:44:27 +01:00
"pl" : "Ten defibrylator jest na <b>parterze</b>" ,
"cs" : "Tento defibrilátor se nachází v <b>přízemí</b>"
2021-11-07 14:37:21 +01:00
}
2021-09-22 16:58:25 +02:00
} ,
{
2021-11-07 14:37:21 +01:00
"if" : "level=1" ,
"then" : {
"en" : "This defibrillator is on the <b>first floor</b>" ,
"nl" : "Deze defibrillator is op de <b>eerste verdieping</b>" ,
"fr" : "Ce défibrillateur est au <b>premier étage</b>" ,
"it" : "Questo defibrillatore è al <b>primo piano</b>" ,
2022-06-01 20:21:16 +02:00
"de" : "Der Defibrillator befindet sich in der <b>ersten Etage</b>" ,
"sl" : "Ta defibrilator je v <b>prvem nadstropju</b>" ,
2023-01-29 18:02:06 +01:00
"es" : "Este desfibrilador se encuentra en la <b>primera planta</b>" ,
2023-09-16 18:52:42 +02:00
"ca" : "Aquest desfribil·lador està a la <b>primera planta</b>" ,
2023-10-30 13:44:27 +01:00
"pl" : "Ten defibrylator jest na <b>pierwszym piętrze</b>" ,
"cs" : "Tento defibrilátor je v <b>prvním patře</b>"
2021-11-07 14:37:21 +01:00
}
2021-05-16 15:40:55 +02:00
}
2021-11-07 14:37:21 +01:00
] ,
"id" : "defibrillator-level"
} ,
{
"render" : {
2022-10-27 01:50:01 +02:00
"nl" : "<i>Meer informatie over de locatie (in de lokale taal):</i><br/>{defibrillator:location}" ,
"en" : "<i>Extra information about the location (in the local language):</i><br/>{defibrillator:location}" ,
2021-11-07 14:37:21 +01:00
"fr" : "<i>Informations supplémentaires à propos de l'emplacement (dans la langue locale) :</i><br/>{defibrillator:location}" ,
"it" : "<i>Informazioni supplementari circa la posizione (in lingua locale):</i><br/>{defibrillator:location}" ,
2022-03-16 14:07:41 +01:00
"de" : "<i>Zusätzliche Informationen über den Standort (in der Landessprache):</i><br/>{defibrillator:location}" ,
2022-06-01 20:21:16 +02:00
"sl" : "<i>Dodatne informacije o lokaciji (v lokalnem jeziku):</i><br/>{defibrillator:location}" ,
2023-11-23 15:47:16 +01:00
"es" : "<i>Información adicional sobre la ubicación (en el idioma local):</i><br/>{defibrillator:location}" ,
2023-09-16 18:52:42 +02:00
"ca" : "<i>Informació extra sobre la localització (en la llengua local):</i><br/> {defibrillator:location}" ,
2023-10-30 13:44:27 +01:00
"pl" : "<i>Dodatkowe informacje o lokalizacji (w lokalnym języku):</i><br/>{defibrillator:location}" ,
"cs" : "<i>Další informace o místě (v místním jazyce):</i><br/>{defibrillator:location}"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "Please give some explanation on where the defibrillator can be found (in the local language)" ,
"ca" : "Dóna detalls d'on es pot trobar el desfibril·lador" ,
"es" : "Da detalles de dónde se puede encontrar el desfibrilador (en el idioma local)" ,
"fr" : "Veuillez indiquez plus précisément où se situe le défibrillateur (dans la langue local)" ,
"nl" : "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in de plaatselijke taal)" ,
2022-06-01 20:21:16 +02:00
"de" : "Bitte geben Sie einen Hinweis, wo genau der Defibrillator zu finden ist (in lokaler Sprache)" ,
2022-03-16 14:07:41 +01:00
"it" : "Indica più precisamente dove si trova il defibrillatore (in lingua locale)" ,
2023-09-16 18:52:42 +02:00
"sl" : "Prosimo, opišite kje se nahaja defibrilator (v lokalnem jeziku)" ,
2023-10-30 13:44:27 +01:00
"pl" : "Proszę podaj opis gdzie znajduje się defibrylator (w lokalnym języku)" ,
"cs" : "Uveďte prosím nějaké vysvětlení, kde lze defibrilátor nalézt (v místním jazyce)"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"type" : "text" ,
"key" : "defibrillator:location"
} ,
"id" : "defibrillator-defibrillator:location"
} ,
{
"render" : {
"nl" : "<i>Meer informatie over de locatie (in het Engels):</i><br/>{defibrillator:location:en}" ,
"en" : "<i>Extra information about the location (in English):</i><br/>{defibrillator:location:en}" ,
2021-11-10 18:42:31 +01:00
"fr" : "<i>Informations supplémentaires à propos de l'emplacement (en anglais) :</i><br/>{defibrillator:location:en}" ,
2021-11-07 14:37:21 +01:00
"it" : "<i>Informazioni supplementari circa la posizione (in inglese):</i><br/>{defibrillator:location:en}" ,
2022-03-16 14:07:41 +01:00
"de" : "<i>Zusätzliche Informationen über den Standort (auf Englisch):</i><br/>{defibrillator:location:en}" ,
2022-06-01 20:21:16 +02:00
"sl" : "<i>Dodatne informacije o lokaciji (v Angleščini):</i><br/>{defibrillator:location:en}" ,
2023-03-29 15:50:10 +02:00
"es" : "<i>Información a mayores sobre la localización (en Inglés):</i><br/>{defibrillator:location:en}" ,
2023-09-16 18:52:42 +02:00
"ca" : "<i>Informació addicional sobre la ubicació (en anglès):</i><br/>{defibrillator:location:en}" ,
2023-10-30 13:44:27 +01:00
"pl" : "<i>Dodatkowe informacje o lokalizacji (po angielsku):</i><br/>{defibrillator:location:en}" ,
"cs" : "<i>Další informace o místě (v angličtině):</i><br/>{defibrillator:location:en}"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "Please give some explanation on where the defibrillator can be found (in English)" ,
2023-04-03 00:33:50 +02:00
"ca" : "Dona detalls d'on es pot trobar el desfibril·lador (en anglès)" ,
2021-11-07 14:37:21 +01:00
"es" : "Da detalles de dónde se puede encontrar el desfibrilador (en ingles)" ,
"fr" : "Veuillez indiquez plus précisément où se situe le défibrillateur (en englais)" ,
"nl" : "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in het Engels)" ,
2022-06-01 20:21:16 +02:00
"de" : "Bitte geben Sie einen Hinweis, wo der Defibrillator zu finden ist (auf Englisch)" ,
2022-03-16 14:07:41 +01:00
"it" : "Indica più precisamente dove si trova il defibrillatore (in inglese)" ,
2023-09-16 18:52:42 +02:00
"sl" : "Prosimo, opišite kje se nahaja defibrilator (v Angleščini)" ,
2023-10-30 13:44:27 +01:00
"pl" : "Proszę podaj opis gdzie znajduje się defibrylator (po angielsku)" ,
"cs" : "Uveďte prosím nějaké vysvětlení, kde lze defibrilátor nalézt (v angličtině)"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"type" : "text" ,
"key" : "defibrillator:location:en"
} ,
"id" : "defibrillator-defibrillator:location:en"
} ,
{
"render" : {
"nl" : "<i>Meer informatie over de locatie (in het Frans):</i><br/>{defibrillator:location:fr}" ,
"en" : "<i>Extra information about the location (in French):</i><br/>{defibrillator:location:fr}" ,
2021-11-10 18:42:31 +01:00
"fr" : "<i>Informations supplémentaires à propos de l'emplacement (en Français) :</i><br/>{defibrillator:location:fr}" ,
2021-11-07 14:37:21 +01:00
"it" : "<i>Informazioni supplementari circa la posizione (in francese):</i><br/>{defibrillator:location:fr}" ,
2022-03-16 14:07:41 +01:00
"de" : "<i>Zusätzliche Informationen zum Standort (auf Französisch):</i><br/>{defibrillator:location:fr}" ,
2022-06-01 20:21:16 +02:00
"sl" : "<i>Dodatne informacije o lokaciji (v Francoščini):</i><br/>{defibrillator:location:fr}" ,
2023-03-29 15:50:10 +02:00
"es" : "<i>Información a mayores sobre la localización (en Francés):</i><br/>{defibrillator:location:fr}" ,
2023-09-16 18:52:42 +02:00
"ca" : "<i>Informació addicional sobre la ubicació (en francès):</i><br/>{defibrillator:location:fr}" ,
2023-10-30 13:44:27 +01:00
"pl" : "<i>Dodatkowe informacje o lokalizacji (po francusku):</i><br/>{defibrillator:location:fr}" ,
"cs" : "<i>Další informace o místě (ve francouzštině):</i><br/>{defibrillator:location:fr}"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "Please give some explanation on where the defibrillator can be found (in French)" ,
2022-09-10 13:25:18 +02:00
"ca" : "Dóna detalls d'on es pot trobar el desfibril·lador (en francés)" ,
2021-11-07 14:37:21 +01:00
"es" : "Da detalles de dónde se puede encontrar el desfibrilador (en frances)" ,
"fr" : "Veuillez indiquez plus précisément où se situe le défibrillateur (en français)" ,
"nl" : "Gelieve meer informatie te geven over de exacte locatie van de defibrillator (in het Frans)" ,
"de" : "Bitte geben Sie einige Erläuterungen dazu, wo der Defibrillator zu finden ist (auf Französisch)" ,
2022-03-16 14:07:41 +01:00
"it" : "Indica più precisamente dove si trova il defibrillatore (in francese)" ,
2023-09-16 18:52:42 +02:00
"sl" : "Prosimo, opišite kje se nahaja defibrilator (v Francoščini)" ,
2023-10-30 13:44:27 +01:00
"pl" : "Proszę podaj opis gdzie znajduje się defibrylator (po francusku)" ,
"cs" : "Uveďte prosím nějaké vysvětlení, kde lze defibrilátor nalézt (ve francouzštině)"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"type" : "text" ,
"key" : "defibrillator:location:fr"
} ,
2024-07-21 10:52:51 +02:00
"condition" : {
"or" : [
"_country=be" ,
"defibrillator:location:fr~*"
]
} ,
2021-11-07 14:37:21 +01:00
"id" : "defibrillator-defibrillator:location:fr"
} ,
"wheelchair-access" ,
{
"render" : {
"nl" : "Officieel identificatienummer van het toestel: <i>{ref}</i>" ,
"en" : "Official identification number of the device: <i>{ref}</i>" ,
"fr" : "Numéro d'identification officiel de ce dispositif : <i>{ref}</i>" ,
"it" : "Numero identificativo ufficiale di questo dispositivo:<i>{ref}</i>" ,
2022-03-16 14:07:41 +01:00
"de" : "Offizielle Identifikationsnummer des Geräts: <i>{ref}</i>" ,
2022-06-01 20:21:16 +02:00
"sl" : "Uradna identifikacijska številka te naprave: <i>{ref}</i>" ,
2023-05-18 19:47:49 +02:00
"es" : "Número de identificación oficial del dispositivo: <i>{ref}</i>" ,
2023-09-16 18:52:42 +02:00
"ca" : "Número d'identificació oficial del dispositiu: <i>{ref}</i>" ,
2023-10-30 13:44:27 +01:00
"pl" : "Oficjalny numer identyfikacyjny urządzenia: <i>{ref}</i>" ,
"cs" : "Oficiální identifikační číslo zařízení: <i>{ref}</i>"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "What is the official identification number of the device? (if visible on device)" ,
"nl" : "Wat is het officieel identificatienummer van het toestel? (indien zichtbaar op toestel)" ,
"fr" : "Quel est le numéro d'identification officiel de ce dispositif ? (si il est visible sur le dispositif)" ,
"it" : "Qual è il numero identificativo ufficiale di questo dispositivo? (se visibile sul dispositivo)" ,
2022-03-16 14:07:41 +01:00
"de" : "Wie lautet die offizielle Identifikationsnummer des Geräts? (falls am Gerät sichtbar)" ,
2022-06-01 20:21:16 +02:00
"sl" : "Kakšna je uradna identifikacijska številka te naprave? (če je vidna na napravi)" ,
2023-04-20 17:42:07 +02:00
"es" : "¿Cual es el número de identificación oficial de este dispositivo? (si está visible en el dispositivo)" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quin és el número d'identificació oficial del dispositiu? (si està visible al dispositiu)" ,
"cs" : "Jaké je oficiální identifikační číslo zařízení? (pokud je na zařízení vidět)"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"type" : "text" ,
"key" : "ref"
} ,
"id" : "defibrillator-ref"
} ,
{
"render" : {
"en" : "Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a>" ,
"nl" : "Email voor vragen over deze defibrillator: <a href='mailto:{email}'>{email}</a>" ,
2024-05-16 10:27:04 +02:00
"fr" : "Adresse électronique pour des questions à propos de ce défibrillateur : <a href='mailto :{email}'>{email}</a>" ,
2021-11-07 14:37:21 +01:00
"it" : "Indirizzo email per le domande su questo defibrillatore:<a href='mailto:{email}'>{email}</a>" ,
2022-03-16 14:07:41 +01:00
"de" : "E-Mail für Fragen zu diesem Defibrillator: <a href='mailto:{email}'>{email}</a>" ,
2022-06-01 20:21:16 +02:00
"sl" : "Email naslov za vprašanja o tem defibrilatorju: <a href='mailto:{email}'>{email}</a>" ,
2023-09-19 14:22:52 +02:00
"es" : "Correo electrónico para preguntas sobre este desfibrilador: <a href='mailto:{email}'>{email}</a>" ,
2023-10-30 13:44:27 +01:00
"ca" : "Correu electrònic per a preguntes sobre aquest desfibrilador: <a href='mailto:{email}'>{email}</a>" ,
"cs" : "E-mail pro dotazy týkající se tohoto defibrilátoru: <a href='mailto:{email}'>{email}</a>"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "What is the email for questions about this defibrillator?" ,
"nl" : "Wat is het email-adres voor vragen over deze defibrillator" ,
"fr" : "Quelle est l'adresse électronique pour des questions à propos de ce défibrillateur ?" ,
"it" : "Qual è l’ indirizzo email per le domande riguardanti questo defibrillatore?" ,
2022-03-16 14:07:41 +01:00
"de" : "Wie lautet die E-Mail für Fragen zu diesem Defibrillator?" ,
2022-06-01 20:21:16 +02:00
"sl" : "Kakšen je email naslov za vprašanja o tem defibrilatorju?" ,
2023-03-29 15:50:10 +02:00
"es" : "¿Cual es el correo electrónico para preguntas sobre este desfibrilador?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quin és el correu electrònic on preguntar sobre aquest desfibril·lador?" ,
"cs" : "Jaký je e-mail pro dotazy týkající se tohoto defibrilátoru?"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"key" : "email" ,
"type" : "email"
} ,
"id" : "defibrillator-email"
2021-10-14 03:46:09 +02:00
} ,
2021-11-07 14:37:21 +01:00
{
"render" : {
"en" : "Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>" ,
2024-05-16 10:27:04 +02:00
"fr" : "Numéro de téléphone pour questions sur le défibrillateur : <a href='tel :{phone}'>{phone}</a>" ,
2021-11-07 14:37:21 +01:00
"nl" : "Telefoonnummer voor vragen over deze defibrillator: <a href='tel:{phone}'>{phone}</a>" ,
"it" : "Numero di telefono per le domande su questo defibrillatore:<a href='tel:{phone}'>{phone}</a>" ,
2022-03-16 14:07:41 +01:00
"de" : "Telefonnummer für Fragen zu diesem Defibrillator: <a href='tel:{phone}'>{phone}</a>" ,
2023-05-18 19:47:49 +02:00
"sl" : "Telefonska številka za vprašanja o tem defibrilatorju: <a href='tel:{phone}'>{phone}</a>" ,
2023-10-30 13:44:27 +01:00
"ca" : "Telèfon per a dubtes sobre aquest desfibril·lador: <a href='tel:{phone}'>{phone}</a>" ,
"cs" : "Telefon pro dotazy ohledně tohoto defibrilátoru: <a href='tel:{phone}'>{phone}</a>"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "What is the phone number for questions about this defibrillator?" ,
"fr" : "Quel est le numéro de téléphone pour questions sur le défibrillateur ?" ,
"nl" : "Wat is het telefoonnummer voor vragen over deze defibrillator" ,
"it" : "Qual è il numero di telefono per le domande riguardanti questo defibrillatore?" ,
2022-03-16 14:07:41 +01:00
"de" : "Wie lautet die Telefonnummer für Fragen zu diesem Defibrillator?" ,
2022-06-01 20:21:16 +02:00
"sl" : "Kakšna je telefonska številka za vprašanja o tem defibrilatorju?" ,
2023-04-20 17:42:07 +02:00
"es" : "¿Cual es el número de teléfono para preguntas sobre este desfibrilador?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quin és el número de telèfon on preguntar sobre aquest desfibril·lador?" ,
"cs" : "Jaké je telefonní číslo pro dotazy k tomuto defibrilátoru?"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"key" : "phone" ,
"type" : "phone"
} ,
"id" : "defibrillator-phone"
2021-10-19 03:00:57 +02:00
} ,
2021-11-07 14:37:21 +01:00
{
2022-10-30 20:37:40 +01:00
"builtin" : "opening_hours_24_7" ,
"override" : {
"question" : {
"en" : "At what times is this defibrillator available?" ,
"nl" : "Wanneer is deze defibrillator beschikbaar?" ,
"fr" : "À quels horaires ce défibrillateur est-il accessible ?" ,
"it" : "In quali orari è disponibile questo defibrillatore?" ,
"ru" : "В какое время доступен этот дефибриллятор?" ,
"de" : "Zu welchen Zeiten ist der Defibrillator verfügbar?" ,
"sl" : "Ob katerih urah je ta defibrilator na voljo?" ,
2023-09-16 18:52:42 +02:00
"es" : "¿A qué horas está disponible este desfibrilador?" ,
"ca" : "En quins horaris està disponible aquest desfibril·lador?" ,
2023-10-30 13:44:27 +01:00
"pl" : "W jakich godzinach dostępny jest ten defibrylator?" ,
"cs" : "V jakých hodinách je tento defibrilátor k dispozici?"
2021-11-07 14:37:21 +01:00
}
2022-10-30 20:37:40 +01:00
}
2021-11-07 14:37:21 +01:00
} ,
{
"render" : {
"en" : "Additional information: {description}" ,
"nl" : "Aanvullende info: {description}" ,
"fr" : "Informations supplémentaires : {description}" ,
"it" : "Informazioni supplementari: {description}" ,
"ru" : "Дополнительная информация: {description}" ,
"de" : "Zusätzliche Informationen: {description}" ,
2022-03-16 14:07:41 +01:00
"id" : "Informasi tambahan: {description}" ,
2022-06-01 20:21:16 +02:00
"sl" : "Dodatne informacije: {description}" ,
2023-03-29 15:50:10 +02:00
"es" : "Información adicional: {description}" ,
2023-09-16 18:52:42 +02:00
"ca" : "Informació addicional: {description}" ,
2023-10-30 13:44:27 +01:00
"pl" : "Dodatkowe informacje: {description}" ,
"cs" : "Další informace: {description}"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "Is there any useful information for users that you haven't been able to describe above? (leave blank if no)" ,
"nl" : "Is er nog iets bijzonder aan deze defibrillator dat je nog niet hebt kunnen meegeven? (laat leeg indien niet)" ,
"fr" : "Y a-t-il des informations utiles pour les utilisateurs que vous n'avez pas pu décrire ci-dessus ? (laisser vide sinon)" ,
"it" : "Vi sono altre informazioni utili agli utenti che non è stato possibile aggiungere prima? (lasciare vuoto in caso negativo)" ,
2022-03-16 14:07:41 +01:00
"de" : "Gibt es nützliche Informationen für Benutzer, die Sie oben nicht beschreiben konnten? (leer lassen, wenn nein)" ,
2022-06-01 20:21:16 +02:00
"sl" : "Ali imate še kakšne uporabne informacije za uporabnike, ki jih niste mogli podati zgoraj? (pustite prazno če jih nimate)" ,
2023-03-29 15:50:10 +02:00
"es" : "¿Hay alguna información útil para los usuarios que no hayas podido describir arriba? (dejar en blanco si no)" ,
2023-10-30 13:44:27 +01:00
"ca" : "Hi ha informació útil per als usuaris que no hagis pogut descriure més amunt? (deixeu en blanc si no)" ,
"cs" : "Existují nějaké užitečné informace pro uživatele, které jste nebyli schopni výše popsat? (nechte prázdné, pokud ne)"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"key" : "description" ,
"type" : "text"
} ,
"id" : "defibrillator-description"
} ,
{
"question" : {
"en" : "When was this defibrillator last surveyed?" ,
"nl" : "Wanneer is deze defibrillator het laatst gecontroleerd in OpenStreetMap?" ,
"fr" : "Quand le défibrillateur a-t-il été vérifié pour la dernière fois ?" ,
"it" : "Quando è stato verificato per l’ ultima volta questo defibrillatore?" ,
2022-06-01 20:21:16 +02:00
"de" : "Wann wurde der Defibrillator zuletzt überprüft?" ,
"sl" : "Kdaj je bil ta defibrilator nazadnje opažen?" ,
2023-05-18 19:47:49 +02:00
"es" : "¿Cuándo se sondeó por última vez este desfibrilador?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quan es va explorar per última vegada aquest desfibril·lador?" ,
"cs" : "Kdy byl tento defibrilátor naposledy zkoumán?"
2021-11-07 14:37:21 +01:00
} ,
"render" : {
"en" : "This defibrillator was last surveyed on {survey:date}" ,
"nl" : "Deze defibrillator is nagekeken in OSM op {survey:date}" ,
"fr" : "Ce défibrillateur a été vérifié pour la dernière fois le {survey:date}" ,
"it" : "Questo defibrillatore è stato verificato per l‘ ultima volta in data {survey:date}" ,
2022-03-16 14:07:41 +01:00
"de" : "Dieser Defibrillator wurde zuletzt am {survey:date} überprüft" ,
2022-06-01 20:21:16 +02:00
"sl" : "Ta defibrilator je bil nazadnje opažen {survey:date}" ,
2022-09-10 13:25:18 +02:00
"es" : "Este desfibrilador se sondeó por última vez el {survey:date}" ,
2023-10-30 13:44:27 +01:00
"ca" : "El desfibrilador és va sondejar per ultima vegada el {survey:date}" ,
"cs" : "Tento defibrilátor byl naposledy zkoumán dne {survey:date}"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"key" : "survey:date" ,
"type" : "date"
} ,
"mappings" : [
2021-10-20 02:01:27 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "survey:date:={_now:date}" ,
"then" : {
"en" : "Checked today!" ,
"nl" : "Vandaag nagekeken!" ,
"fr" : "Vérifié aujourd'hui !" ,
"it" : "Verificato oggi!" ,
"ru" : "Проверено сегодня!" ,
2022-03-16 14:07:41 +01:00
"de" : "Heute überprüft!" ,
2022-04-13 18:42:40 +02:00
"sl" : "Preverjeno danes!" ,
2022-06-01 20:21:16 +02:00
"ca" : "Comprovat avui!" ,
2023-09-16 18:52:42 +02:00
"es" : "¡Comprobado hoy!" ,
2023-10-30 13:44:27 +01:00
"pl" : "Sprawdzone dzisiaj!" ,
"cs" : "Dnes zkontrolováno!"
2021-11-07 14:37:21 +01:00
}
2021-10-19 03:00:57 +02:00
}
2021-11-07 14:37:21 +01:00
] ,
"id" : "defibrillator-survey:date"
2021-10-14 03:46:09 +02:00
} ,
2021-11-07 14:37:21 +01:00
{
"render" : {
"en" : "Extra information for OpenStreetMap experts: {fixme}" ,
"nl" : "Extra informatie voor OpenStreetMap experts: {fixme}" ,
"fr" : "Informations supplémentaires pour les experts d'OpenStreetMap : {fixme}" ,
"it" : "Informazioni supplementari per gli esperti di OpenStreetMap: {fixme}" ,
"de" : "Zusätzliche Informationen für OpenStreetMap-Experten: {fixme}" ,
2022-03-16 14:07:41 +01:00
"ru" : "Дополнительная информация для экспертов OpenStreetMap: {fixme}" ,
2022-06-01 20:21:16 +02:00
"sl" : "Dodatne informacije za OpenStreetMap strokovnjake: {fixme}" ,
2023-05-18 19:47:49 +02:00
"es" : "Información extra para expertos en OpenStreetMap: {fixme}" ,
2023-09-16 18:52:42 +02:00
"ca" : "Informació addicional per als experts en OpenStreetMap: {fixme}" ,
2023-10-30 13:44:27 +01:00
"pl" : "Więcej informacji dla doświadczonych użytkowników OpenStreetMap: {fixme}" ,
"cs" : "Další informace pro experty OpenStreetMap: {fixme}"
2021-11-07 14:37:21 +01:00
} ,
"question" : {
"en" : "Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)" ,
"nl" : "Is er iets mis met de informatie over deze defibrillator dat je hier niet opgelost kreeg? (laat hier een berichtje achter voor OpenStreetMap experts)" ,
"fr" : "Y a-t-il quelque chose qui ne va pas dans la manière dont ça a été cartographié, et que vous n'avez pas pu réparer ici ? (laisser une note pour les experts d'OpenStreetMap)" ,
"it" : "C’ è qualcosa di sbagliato riguardante come è stato mappato, che non si è potuto correggere qua? (lascia una nota agli esperti di OpenStreetMap)" ,
2022-06-01 20:21:16 +02:00
"de" : "Gibt es einen Fehler in der Kartierung, den Sie hier nicht beheben konnten? (hinterlasse eine Notiz für OpenStreetMap-Experten)" ,
"sl" : "Ali je kaj narobe s tem vnosom na zemljevid, in tega niste mogli sami popraviti tu? (pustite opombo OpenStreetMap strokovnjakom)" ,
2023-04-20 17:42:07 +02:00
"es" : "¿Hay algo mal con como esta mapeado, que no pudiste arreglar aquí? (deja una nota para los expertos de OpenStreetMap)" ,
2023-10-30 13:44:27 +01:00
"ca" : "Hi ha alguna cosa malament en la manera de com està mapejat això, que no heu pogut solucionar aquí? (deixeu una nota als experts d'OpenStreetMap)" ,
"cs" : "Je na tom, jak je to zmapováno, něco v nepořádku, co jste zde nedokázali opravit? (zanechte poznámku odborníkům na OpenStreetMap)"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"key" : "fixme" ,
"type" : "text"
} ,
"id" : "defibrillator-fixme"
2021-10-14 03:46:09 +02:00
}
2021-11-07 14:37:21 +01:00
] ,
2023-10-30 18:08:38 +01:00
"filter" : [
"has_image" ,
"open_now"
] ,
2021-11-07 14:37:21 +01:00
"deletion" : {
"softDeletionTags" : {
"and" : [
2024-01-16 13:04:46 +01:00
"disused:emergency:=defibrillator" ,
2021-11-07 14:37:21 +01:00
"emergency="
]
} ,
"neededChangesets" : 5
} ,
"allowMove" : {
"enableRelocation" : false ,
2023-10-06 23:56:50 +02:00
"enableImproveAccuracy" : true
2023-10-30 18:08:38 +01:00
}
2023-06-20 01:52:15 +02:00
}