mapcomplete/assets/layers/hackerspace/hackerspace.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

474 lines
15 KiB
JSON
Raw Normal View History

{
"id": "hackerspace",
"name": {
"en": "Hackerspace",
"de": "Hackerspaces",
"ru": "Хакерспейс",
"zh_Hant": "駭客空間",
2022-06-07 03:39:45 +02:00
"hu": "Hackerspace",
2022-06-22 18:56:02 +02:00
"es": "Espacio hacker",
2022-11-02 13:47:34 +01:00
"nl": "Hackerspace",
2023-09-19 14:22:52 +02:00
"pa_PK": "ہیکر دا تھاں",
2023-10-30 13:44:27 +01:00
"ca": "Espai hacker",
"cs": "Hackerspace"
},
"description": {
"en": "Hackerspace",
"de": "Hackerspace",
"ru": "Хакерспейс",
"zh_Hant": "駭客空間",
"hu": "Hackerspace",
"es": "Espacio hacker",
"nl": "Hackerspace",
"pa_PK": "ہیکر دا تھاں",
"ca": "Espai hacker",
"cs": "Hackerspace"
},
"source": {
"osmTags": {
"and": [
"leisure=hackerspace"
]
}
},
"minzoom": 8,
"title": {
"render": {
"en": "Hackerspace",
"de": "Hackerspace",
"ru": "Хакерспейс",
"zh_Hant": "駭客空間",
2022-06-07 03:39:45 +02:00
"hu": "Hackerspace",
2022-06-22 18:56:02 +02:00
"es": "Espacio Hacker",
2023-09-19 14:22:52 +02:00
"nl": "Hackerspace",
2023-10-30 13:44:27 +01:00
"ca": "Espai hacker",
"cs": "Hackerspace"
},
"mappings": [
{
"if": {
"and": [
"name~*"
]
},
"then": {
"en": " {name}",
"de": " {name}",
"ru": " {name}",
"zh_Hant": " {name}",
"hu": " {name}",
2022-06-07 03:39:45 +02:00
"ca": " {name}",
2022-06-22 18:56:02 +02:00
"es": " {name}",
2023-10-30 13:44:27 +01:00
"nl": " {name}",
"cs": " {name}"
}
}
]
},
"pointRendering": [
{
"marker": [
{
"icon": {
"render": "./assets/themes/hackerspaces/glider.svg",
"mappings": [
{
"if": {
"and": [
"hackerspace=makerspace"
]
},
"then": "./assets/themes/hackerspaces/led.png"
}
]
}
}
],
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center"
}
],
"lineRendering": [
{
"color": "#00f",
"width": "8"
}
],
"presets": [
{
"tags": [
"leisure=hackerspace"
],
"title": {
"en": "a hackerspace",
"de": "einen Hackerspace",
"ru": "Хакерспейс",
"zh_Hant": "駭客空間",
"hu": "Hackerspace",
"es": "un espacio hacker",
"nl": "een hackerspace",
"ca": "un espai hacker",
"cs": "hackerspace"
},
"description": {
"en": "A hackerspace is an area where people interested in software gather",
"de": "Ein Hackerspace ist ein Ort, an dem sich Menschen treffen, die sich für Software interessieren",
"zh_Hant": "駭客空間是對軟體有興趣的人聚集的地方",
"hu": "A hackerspace egy olyan hely, ahol szoftverek iránt érdeklő emberek találkoznak",
"es": "Un espacio hacker es un lugar en el que gente interesada en software se reúne",
"nl": "Een hackerspace is een ruimte waar mensen met een interesse in software samenkomen",
"ca": "Un espai hacker és un lloc on la gent interesada en el software es reuneix",
"cs": "Hackerspace je oblast, kde se shromažďují lidé se zájmem o software"
}
},
{
"tags": [
"leisure=hackerspace",
"hackerspace=makerspace"
],
"title": {
"en": "a makerspace",
"de": "einen Makerspace",
"zh_Hant": "創客空間",
"hu": "Makerspace",
"es": "un espacio maker",
"nl": "een makerspace",
"ca": "un espai maker"
},
"description": {
"en": "A makerspace is a place where DIY-enthusiasts gather to experiment with electronics such as arduino, LEDstrips, …",
"de": "Ein Makerspace ist ein Ort, an dem Heimwerker-Enthusiasten zusammenkommen, um mit Elektronik zu experimentieren, wie Arduino, LED-Strips, …",
"zh_Hant": "創客空間是 DIY 愛好者聚集在一起弄電子零件實驗,例如用 arduino、LEDstrips 等...",
"hu": "A makerspace olyan hely, ahol a barkácsolás szerelmesei találkoznak, hogy olyan elektronikai eszközökkel kísérletezzenek, mint például az Arduino vagy a LEDstrips…",
"es": "Un espacio maker es un lugar donde entusiastas del DIY se reúnen para experimentar con electrónica, como arduino, …",
"nl": "Een makerspace is een ruimte waar makers en creatievelingen samenkomen om met electronica te experimenteren en te bouwen, bv. met Arduino, LED-strips, 3D-printers, lasercutters, …",
"ca": "Un espai maker és un lloc on entusiastes del DIY es reuneixen per a experimentar amb electrònica com arudino, tires LED, …",
"cs": "Makerspace je místo, kde se scházejí kutilové, aby experimentovali s elektronikou, jako je arduino, LED pásky,…"
}
}
],
"tagRenderings": [
2022-08-04 22:46:04 +02:00
"images",
{
"id": "is_makerspace",
"question": {
"en": "Is this a hackerspace or a makerspace?",
"de": "Ist dies ein Hackerspace oder ein Makerspace?",
"zh_Hant": "這邊是駭客空間還是創客空間?",
2022-06-07 03:39:45 +02:00
"hu": "Ez hackerspace vagy makerspace?",
2022-06-22 18:56:02 +02:00
"es": "¿Esto es un espacio hacker o un espacio maker?",
2023-09-19 14:22:52 +02:00
"nl": "Is dit een hackerspace of een makerspace?",
2023-10-30 13:44:27 +01:00
"ca": "Açò és un espai hacker o un espai maker?",
"cs": "Je to hackerspace nebo makerspace?"
},
"mappings": [
{
"if": "hackerspace=makerspace",
"then": {
"en": "This is a makerspace",
"de": "Dies ist ein Makerspace",
"zh_Hant": "這是創客空間",
2022-06-07 03:39:45 +02:00
"hu": "Ez egy makerspace",
2022-06-22 18:56:02 +02:00
"es": "Este es un espacio maker",
2023-09-19 14:22:52 +02:00
"nl": "Dit is een makerspace",
2023-10-30 13:44:27 +01:00
"ca": "Aquest és un espai maker",
"cs": "Toto je makerspace"
}
},
{
"if": "hackerspace=",
"then": {
"en": "This is a traditional (software oriented) hackerspace",
"de": "Dies ist ein traditioneller (softwareorientierter) Hackerspace",
"zh_Hant": "這是傳統的 (軟體導向) 駭客空間",
2022-06-07 03:39:45 +02:00
"hu": "Ez egy hagyományos (szoftverekkel foglalkozó) hackerspace",
2022-06-22 18:56:02 +02:00
"es": "Este es un espacio hacker tradicional (orientado al software)",
2023-09-19 14:22:52 +02:00
"nl": "Dit een een traditionele (software-gerichte) hackerspace",
2023-10-30 13:44:27 +01:00
"ca": "Aquest és un espai hacker tradicional (orientat al software)",
"cs": "Toto je tradiční (softwarově orientovaný) hackerský prostor"
}
}
]
},
{
"question": {
"en": "What is the name of this hackerspace?",
"de": "Wie lautet der Name dieses Hackerspace?",
2022-06-07 03:39:45 +02:00
"zh_Hant": "這個駭客空間的名稱是?",
2022-06-22 18:56:02 +02:00
"es": "¿Cual es el nombre de este espacio hacker?",
2023-09-19 14:22:52 +02:00
"nl": "Wat is de naam van deze hackerspace?",
2023-10-30 13:44:27 +01:00
"ca": "Quin és el nom d'aquest espai hacker?",
"cs": "Jak se jmenuje tento hackerspace?"
},
"render": {
"en": "This hackerspace is named <b>{name}</b>",
"de": "Dieser Hackerspace heißt <b>{name}</b>",
2022-06-07 03:39:45 +02:00
"zh_Hant": "這個駭客空間叫 <b>{name}</b>",
2022-06-22 18:56:02 +02:00
"es": "Este espacio hacker se llama <b>{name}</b>",
2023-09-19 14:22:52 +02:00
"nl": "Deze hackerspace heet <b>{name}</b>",
2023-10-30 13:44:27 +01:00
"ca": "Aquest espai hacker es diu <b>{name}</b>",
"cs": "Tento hackerský prostor se jmenuje <b>{name}</b>"
},
"freeform": {
"key": "name"
},
"id": "hackerspaces-name"
},
2023-04-04 01:05:26 +02:00
"level",
"website",
"email",
"phone",
"mastodon",
{
"builtin": "opening_hours_24_7",
"override": {
"question": {
"en": "When is this hackerspace opened?",
"de": "Wann hat dieser Hackerspace geöffnet?",
"zh_Hant": "這個駭客空間的營業時間?",
"es": "¿Cuándo está abierto este espacio hacker?",
2023-09-19 14:22:52 +02:00
"nl": "Wanneer is deze hackerspace geopend?",
2023-10-30 13:44:27 +01:00
"ca": "Quan obri aquest espai hacker?",
"cs": "Kdy je tento prostor hackerů otevřen?"
}
}
},
{
"id": "available_devices",
"rewrite": {
"sourceString": [
"device-key",
"{device-name}",
"{negative-name}",
"{icon}"
],
"into": [
[
"3dprinter",
{
"en": "a 3D-printer",
2022-06-24 03:52:54 +02:00
"nl": "een 3D-printer",
2023-09-19 14:22:52 +02:00
"de": "einen 3D-Drucker",
2023-10-30 13:44:27 +01:00
"ca": "una impressora 3D",
"cs": "3D tiskárna"
},
{
"en": "3D-printer",
2022-06-24 03:52:54 +02:00
"nl": "3D-printer",
2023-09-19 14:22:52 +02:00
"de": "3D-Drucker",
2023-10-30 13:44:27 +01:00
"ca": "Impressora 3D",
"cs": "3D-tiskárna"
},
"./assets/layers/hackerspace/3d_printer.svg"
],
[
"lasercutter",
{
"en": "a laser cutter",
2022-06-24 03:52:54 +02:00
"nl": "een lasercutter",
2023-09-19 14:22:52 +02:00
"de": "einen Laserschneider",
2023-10-30 13:44:27 +01:00
"ca": "un tallador laser",
"cs": "laserová řezačka"
},
{
"en": "laser cutter",
2022-06-24 03:52:54 +02:00
"nl": "lasercutter",
2023-09-19 14:22:52 +02:00
"de": "Laserschneider",
2023-10-30 13:44:27 +01:00
"ca": "tallador laser",
"cs": "laserová řezačka"
},
"./assets/layers/hackerspace/lasercutter.svg"
],
[
"cnc_drilling_machine",
{
"en": "a CNC drill",
2022-06-24 03:52:54 +02:00
"nl": "een CNC-boormachine",
2023-09-19 14:22:52 +02:00
"de": "eine CNC-Fräse",
2023-10-30 13:44:27 +01:00
"ca": "un trepant CNC",
"cs": "CNC vrtačka"
},
{
"en": "CNC drill",
2022-06-24 03:52:54 +02:00
"nl": "CNC-boormachine",
2023-09-19 14:22:52 +02:00
"de": "CNC-Fräse",
2023-10-30 13:44:27 +01:00
"ca": "trepant CNC",
"cs": "CNC vrtačka"
},
"./assets/layers/hackerspace/cnc.svg"
],
[
"media_studio",
{
"en": "a multimedia studio"
},
{
"en": "multimedia studio"
},
"./assets/layers/hackerspace/media_studio.svg"
],
[
"sewing_machine",
{
"en": "a sewing machine"
},
{
"en": "sewing machine"
},
"./assets/layers/hackerspace/sewing_machine.svg"
],
[
"workshop:wood",
{
"en": "a woodworking workshop"
},
{
"en": "woodworking workshop"
},
"./assets/layers/hackerspace/woodworking.svg"
], [
"workshop:ceramics",
{
"en": "a ceramics workshop"
},
{
"en": "ceramics workshop"
},
"./assets/layers/hackerspace/ceramics.svg"
],
[
"workshop:metal",
{
"en": "a metal workshop"
},
{
"en": "meta workshop"
},
"./assets/layers/hackerspace/metal.svg"
],
[
"bicycle:diy",
{
"en": "a bicycle repair workshop"
},
{
"en": "bicycle repair workshop"
},
"./assets/layers/hackerspace/bicycle.svg"
]
]
},
"renderings": [
{
"question": {
"en": "Is {device-name} available at this hackerspace?",
2022-06-24 03:52:54 +02:00
"nl": "Is er {device-name} beschikbaar in deze hackerspace?",
2023-09-19 14:22:52 +02:00
"de": "Gibt es {device-name} in diesem Hackerspace?",
2023-10-30 13:44:27 +01:00
"ca": "Hi ha {device-name} disponible a aquest espai hacker?",
"cs": "Je {device-name} dostupné v tomto hackerspace?"
},
"#iconsize": "large",
"mappings": [
{
"if": "service:device-key=yes",
"icon": "{icon}",
"then": {
"en": "There is {device-name} available at this hackerspace",
2022-06-24 03:52:54 +02:00
"nl": "Er is {device-name} beschikbaar in deze hackerspace",
2023-09-19 14:22:52 +02:00
"de": "In diesem Hackerspace gibt es {device-name}",
2023-10-30 13:44:27 +01:00
"ca": "Hi ha {device-name} disponible a aquest espai hacker",
"cs": "V tomto prostoru hackerů je k dispozici {device-name}"
}
},
{
"if": "service:device-key=no",
"then": {
"en": "There is no {negative-name} available at this hackerspace",
2022-06-24 03:52:54 +02:00
"nl": "Er is geen {negative-name} beschikbaar in deze hackerspace",
2023-09-19 14:22:52 +02:00
"de": "In diesem Hackerspace gibt es kein {negative-name}",
2023-10-30 13:44:27 +01:00
"ca": "No hi ha {negative-name} disponible a aquest espai hacker",
"cs": "V tomto prostoru hackerů není k dispozici žádný {negative-name}"
}
}
],
"id": "hackerspaces-service-device-key"
}
]
},
"wheelchair-access",
{
"id": "hs-club-mate",
"question": {
"en": "Does this hackerspace serve Club-Mate?",
"de": "Gibt es in diesem Hackerspace Club-Mate?",
2022-06-22 18:56:02 +02:00
"zh_Hant": "這個駭客空間是否服務俱樂部伙伴?",
2023-10-30 13:44:27 +01:00
"nl": "Biedt deze hackerspace Club-Mate aan?",
"cs": "Slouží tento hackerský prostor Club-Mate?"
},
"mappings": [
{
"if": {
"and": [
"drink:club-mate=yes"
]
},
"then": {
"en": "This hackerspace serves Club-Mate",
"de": "In diesem Hackerspace gibt es Club-Mate",
2022-06-22 18:56:02 +02:00
"zh_Hant": "這個駭客空間服務俱樂部伙伴",
2023-10-30 13:44:27 +01:00
"nl": "Deze hackerspace biedt Club-Mate aan",
"cs": "Tento hackerský prostor slouží Club-Mate"
}
},
{
"if": {
"and": [
"drink:club-mate=no"
]
},
"then": {
"en": "This hackerspace does not serve Club-Mate",
"de": "In diesem Hackerspace gibt es kein Club-Mate",
2022-06-22 18:56:02 +02:00
"zh_Hant": "這個駭客空間沒有服務俱樂部伙伴",
2023-10-30 13:44:27 +01:00
"nl": "Deze hackerspace biedt geen Club-Mate aan",
"cs": "Tento hackerský prostor neslouží Club-Mate"
}
}
]
},
{
"render": {
"en": "This hackerspace was founded at {start_date}",
"de": "Dieser Hackerspace wurde gegründet am {start_date}",
2022-06-07 03:39:45 +02:00
"zh_Hant": "這駭客空間是 {start_date} 成立的",
2022-06-22 18:56:02 +02:00
"es": "Este espacio hacker se fundó el {start_date}",
2023-09-19 14:22:52 +02:00
"nl": "Deze hackerspace is opgericht op {start_date}",
2023-10-30 13:44:27 +01:00
"ca": "Aquest espai hacker es va fundar el {start_date}",
"cs": "Tento hackerský prostor byl založen {start_date}"
},
"question": {
"en": "When was this hackerspace founded?",
"de": "Wann wurde dieser Hackerspace gegründet?",
2022-06-07 03:39:45 +02:00
"zh_Hant": "這個駭客空間何時成立的?",
2022-06-22 18:56:02 +02:00
"es": "¿Cuándo se fundó este espacio hacker?",
2023-09-19 14:22:52 +02:00
"nl": "Wanneer is deze hackerspace opgericht?",
2023-10-30 13:44:27 +01:00
"ca": "Quan es va fundar aquest espai hacker?",
"cs": "Kdy byl tento hackerský prostor založen?"
},
"freeform": {
"key": "start_date",
"type": "date"
},
"id": "hackerspaces-start_date"
2023-04-04 01:05:26 +02:00
},
"questions",
"reviews"
],
2023-09-19 14:04:13 +02:00
"deletion": true,
"allowMove": true
}