diff --git a/langs/layers/en.json b/langs/layers/en.json
index 91e4b9c4e..9673e5cba 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -801,6 +801,118 @@
             }
         }
     },
+    "charging_station": {
+        "name": "Charging stations",
+        "title": {
+            "render": "Charging station"
+        },
+        "description": "A charging station",
+        "tagRenderings": {
+            "1": {
+                "question": "Which vehicles are allowed to charge here?",
+                "mappings": {
+                    "0": {
+                        "then": "bicycles can be charged here"
+                    },
+                    "1": {
+                        "then": "Cars can be charged here"
+                    },
+                    "2": {
+                        "then": "Scooters can be charged here"
+                    },
+                    "3": {
+                        "then": "Heavy good vehicles (such as trucks) can be charged here"
+                    },
+                    "4": {
+                        "then": "Buses can be charged here"
+                    }
+                }
+            },
+            "3": {
+                "render": "{capacity} vehicles can be charged here at the same time",
+                "question": "How much vehicles can be charged here at the same time?"
+            },
+            "4": {
+                "question": "Which charging stations are available here?"
+            },
+            "5": {
+                "question": "How much plugs of type Schuko wall plug without ground pin (CEE7/4 type F) 
 are available here?"
+            },
+            "6": {
+                "question": "How much plugs of type European wall plug with ground pin (CEE7/4 type E) 
 are available here?"
+            },
+            "7": {
+                "question": "How much plugs of type Chademo (type 4) 
 are available here?"
+            },
+            "8": {
+                "question": "How much plugs of type Type 1 with cable (J1772) 
 are available here?"
+            },
+            "9": {
+                "question": "How much plugs of type Type 1 without cable (J1772) 
 are available here?"
+            },
+            "10": {
+                "question": "How much plugs of type Type 1 CCS (aka Type 1 Combo) 
 are available here?"
+            },
+            "11": {
+                "question": "How much plugs of type Tesla Supercharger 
 are available here?"
+            },
+            "12": {
+                "question": "What kind of authentication is available at the charging station?",
+                "mappings": {
+                    "0": {
+                        "then": "Authentication by a membership card"
+                    },
+                    "1": {
+                        "then": "Authentication by an app"
+                    },
+                    "2": {
+                        "then": "Authentication via phone call is available"
+                    },
+                    "3": {
+                        "then": "Authentication via phone call is available"
+                    },
+                    "4": {
+                        "then": "Authentication via NFC is available"
+                    },
+                    "5": {
+                        "then": "Authentication via Money Card is available"
+                    },
+                    "6": {
+                        "then": "Authentication via debit card is available"
+                    },
+                    "7": {
+                        "then": "No authentication is needed"
+                    }
+                }
+            },
+            "13": {
+                "render": "Authenticate by calling or SMS'ing to {authentication:phone_call:number}",
+                "question": "What's the phone number for authentication call or SMS?"
+            },
+            "14": {
+                "question": "When is this charging station opened?",
+                "mappings": {
+                    "0": {
+                        "then": "24/7 opened (including holidays)"
+                    }
+                }
+            },
+            "15": {
+                "render": "Part of the network {network}",
+                "question": "Is this charging station part of a network?",
+                "mappings": {
+                    "0": {
+                        "then": "Not part of a bigger network"
+                    }
+                }
+            }
+        },
+        "presets": {
+            "0": {
+                "title": "Charging station"
+            }
+        }
+    },
     "crossings": {
         "name": "Crossings",
         "description": "Crossings for pedestrians and cyclists",
diff --git a/langs/layers/it.json b/langs/layers/it.json
index d056f5e8f..97d7c8a5b 100644
--- a/langs/layers/it.json
+++ b/langs/layers/it.json
@@ -690,6 +690,22 @@
             }
         }
     },
+    "charging_station": {
+        "name": "Stazioni di ricarica",
+        "title": {
+            "render": "Stazione di ricarica"
+        },
+        "description": "Una stazione di ricarica",
+        "tagRenderings": {
+            "12": {
+                "question": "Quali sono gli orari di apertura di questa stazione di ricarica?"
+            },
+            "13": {
+                "render": "{network}",
+                "question": "A quale rete appartiene questa stazione di ricarica?"
+            }
+        }
+    },
     "defibrillator": {
         "name": "Defibrillatori",
         "title": {
diff --git a/langs/layers/ja.json b/langs/layers/ja.json
index 0d3dfffd0..0fe374c67 100644
--- a/langs/layers/ja.json
+++ b/langs/layers/ja.json
@@ -1,4 +1,20 @@
 {
+    "charging_station": {
+        "name": "充電ステーション",
+        "title": {
+            "render": "充電ステーション"
+        },
+        "description": "充電ステーション",
+        "tagRenderings": {
+            "12": {
+                "question": "この充電ステーションはいつオープンしますか?"
+            },
+            "13": {
+                "render": "{network}",
+                "question": "この充電ステーションの運営チェーンはどこですか?"
+            }
+        }
+    },
     "food": {
         "tagRenderings": {
             "15": {
diff --git a/langs/layers/nb_NO.json b/langs/layers/nb_NO.json
index 96ea5056b..1e96f43df 100644
--- a/langs/layers/nb_NO.json
+++ b/langs/layers/nb_NO.json
@@ -103,5 +103,20 @@
                 }
             }
         }
+    },
+    "charging_station": {
+        "name": "Ladestasjoner",
+        "title": {
+            "render": "Ladestasjon"
+        },
+        "description": "En ladestasjon",
+        "tagRenderings": {
+            "12": {
+                "question": "Når åpnet denne ladestasjonen?"
+            },
+            "13": {
+                "render": "{network}"
+            }
+        }
     }
 }
\ No newline at end of file
diff --git a/langs/layers/ru.json b/langs/layers/ru.json
index ce54b404a..f1659cb30 100644
--- a/langs/layers/ru.json
+++ b/langs/layers/ru.json
@@ -517,6 +517,22 @@
             }
         }
     },
+    "charging_station": {
+        "name": "Зарядные станции",
+        "title": {
+            "render": "Зарядная станция"
+        },
+        "description": "Зарядная станция",
+        "tagRenderings": {
+            "12": {
+                "question": "В какое время работает эта зарядная станция?"
+            },
+            "13": {
+                "render": "{network}",
+                "question": "К какой сети относится эта станция?"
+            }
+        }
+    },
     "defibrillator": {
         "name": "Дефибрилляторы",
         "title": {
diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json
index 2d198d808..dec21fe88 100644
--- a/langs/layers/zh_Hant.json
+++ b/langs/layers/zh_Hant.json
@@ -386,5 +386,21 @@
                 }
             }
         }
+    },
+    "charging_station": {
+        "name": "充電站",
+        "title": {
+            "render": "充電站"
+        },
+        "description": "充電站",
+        "tagRenderings": {
+            "12": {
+                "question": "何時是充電站開放使用的時間?"
+            },
+            "13": {
+                "render": "{network}",
+                "question": "充電站所屬的網路是?"
+            }
+        }
     }
 }
\ No newline at end of file
diff --git a/langs/themes/en.json b/langs/themes/en.json
index 9ac3790fc..78b3092fc 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -328,39 +328,7 @@
     "charging_stations": {
         "title": "Charging stations",
         "shortDescription": "A worldwide map of charging stations",
-        "description": "On this open map, one can find and mark information about charging stations",
-        "layers": {
-            "0": {
-                "name": "Charging stations",
-                "title": {
-                    "render": "Charging station"
-                },
-                "description": "A charging station",
-                "tagRenderings": {
-                    "5": {
-                        "question": "When is this charging station opened?"
-                    },
-                    "6": {
-                        "render": "{network}",
-                        "question": "What network of this charging station under?",
-                        "mappings": {
-                            "0": {
-                                "then": "Not part of a bigger network"
-                            },
-                            "1": {
-                                "then": "AeroVironment"
-                            },
-                            "2": {
-                                "then": "Blink"
-                            },
-                            "3": {
-                                "then": "eVgo"
-                            }
-                        }
-                    }
-                }
-            }
-        }
+        "description": "On this open map, one can find and mark information about charging stations"
     },
     "climbing": {
         "title": "Open Climbing Map",
diff --git a/langs/themes/fr.json b/langs/themes/fr.json
index 9a0d87931..99f7223a7 100644
--- a/langs/themes/fr.json
+++ b/langs/themes/fr.json
@@ -325,43 +325,6 @@
             }
         }
     },
-    "charging_stations": {
-        "title": "Station de recharge",
-        "shortDescription": "Carte mondiale de stations de recharge",
-        "description": "Cette carte indique et permet d’indiquer des informations sur les stations de recharge",
-        "layers": {
-            "0": {
-                "name": "Station de recharge",
-                "title": {
-                    "render": "Station de recharge"
-                },
-                "description": "Une station de recharge",
-                "tagRenderings": {
-                    "5": {
-                        "question": "Quand cette station a-t’elle été ouverte ?"
-                    },
-                    "6": {
-                        "render": "{network}",
-                        "question": "De quel réseau fait-elle partie ?",
-                        "mappings": {
-                            "0": {
-                                "then": "Pas de réseau"
-                            },
-                            "1": {
-                                "then": "AeroVironment"
-                            },
-                            "2": {
-                                "then": "Blink"
-                            },
-                            "3": {
-                                "then": "eVgo"
-                            }
-                        }
-                    }
-                }
-            }
-        }
-    },
     "climbing": {
         "title": "Open Climbing Map",
         "description": "Cette carte indique les sites d’escalades comme les salles d’escalade ou les sites naturels.",
diff --git a/langs/themes/it.json b/langs/themes/it.json
index 313e2715f..0d7fd2745 100644
--- a/langs/themes/it.json
+++ b/langs/themes/it.json
@@ -328,39 +328,7 @@
     "charging_stations": {
         "title": "Stazioni di ricarica",
         "shortDescription": "Una mappa mondiale delle stazioni di ricarica",
-        "description": "Su questa mappa aperta, puoi individuare le stazioni di ricarica o aggiungere informazioni",
-        "layers": {
-            "0": {
-                "name": "Stazioni di ricarica",
-                "title": {
-                    "render": "Stazione di ricarica"
-                },
-                "description": "Una stazione di ricarica",
-                "tagRenderings": {
-                    "5": {
-                        "question": "Quali sono gli orari di apertura di questa stazione di ricarica?"
-                    },
-                    "6": {
-                        "render": "{network}",
-                        "question": "A quale rete appartiene questa stazione di ricarica?",
-                        "mappings": {
-                            "0": {
-                                "then": "Non appartiene a una rete"
-                            },
-                            "1": {
-                                "then": "AeroVironment"
-                            },
-                            "2": {
-                                "then": "Blink"
-                            },
-                            "3": {
-                                "then": "eVgo"
-                            }
-                        }
-                    }
-                }
-            }
-        }
+        "description": "Su questa mappa aperta, puoi individuare le stazioni di ricarica o aggiungere informazioni"
     },
     "climbing": {
         "title": "Mappa aperta per le arrampicate",
diff --git a/langs/themes/ja.json b/langs/themes/ja.json
index 3dfd0a2e4..619f25da8 100644
--- a/langs/themes/ja.json
+++ b/langs/themes/ja.json
@@ -328,39 +328,7 @@
     "charging_stations": {
         "title": "充電ステーション",
         "shortDescription": "充電ステーションの世界地図",
-        "description": "このオープンマップでは充電ステーションに関する情報を見つけてマークすることができます",
-        "layers": {
-            "0": {
-                "name": "充電ステーション",
-                "title": {
-                    "render": "充電ステーション"
-                },
-                "description": "充電ステーション",
-                "tagRenderings": {
-                    "5": {
-                        "question": "この充電ステーションはいつオープンしますか?"
-                    },
-                    "6": {
-                        "render": "{network}",
-                        "question": "この充電ステーションの運営チェーンはどこですか?",
-                        "mappings": {
-                            "0": {
-                                "then": "大規模な運営チェーンの一部ではない"
-                            },
-                            "1": {
-                                "then": "AeroVironment"
-                            },
-                            "2": {
-                                "then": "Blink"
-                            },
-                            "3": {
-                                "then": "eVgo"
-                            }
-                        }
-                    }
-                }
-            }
-        }
+        "description": "このオープンマップでは充電ステーションに関する情報を見つけてマークすることができます"
     },
     "climbing": {
         "title": "登山地図を開く",
diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json
index 29f14be05..bba4fc5e5 100644
--- a/langs/themes/nb_NO.json
+++ b/langs/themes/nb_NO.json
@@ -117,25 +117,6 @@
             }
         }
     },
-    "charging_stations": {
-        "layers": {
-            "0": {
-                "name": "Ladestasjoner",
-                "title": {
-                    "render": "Ladestasjon"
-                },
-                "description": "En ladestasjon",
-                "tagRenderings": {
-                    "5": {
-                        "question": "Når åpnet denne ladestasjonen?"
-                    },
-                    "6": {
-                        "render": "{network}"
-                    }
-                }
-            }
-        }
-    },
     "climbing": {
         "title": "Åpent klatrekart",
         "layers": {
diff --git a/langs/themes/nl.json b/langs/themes/nl.json
index 93d899637..82acb39c3 100644
--- a/langs/themes/nl.json
+++ b/langs/themes/nl.json
@@ -283,35 +283,7 @@
     },
     "charging_stations": {
         "title": "Oplaadpunten",
-        "shortDescription": "Een wereldwijde kaart van oplaadpunten",
-        "layers": {
-            "0": {
-                "name": "Oplaadpunten",
-                "title": {
-                    "render": "Oplaadpunt"
-                },
-                "description": "Een oplaadpunt",
-                "tagRenderings": {
-                    "6": {
-                        "render": "{network}",
-                        "mappings": {
-                            "0": {
-                                "then": "Maakt geen deel uit van een netwerk"
-                            },
-                            "1": {
-                                "then": "AeroVironment"
-                            },
-                            "2": {
-                                "then": "Blink"
-                            },
-                            "3": {
-                                "then": "eVgo"
-                            }
-                        }
-                    }
-                }
-            }
-        }
+        "shortDescription": "Een wereldwijde kaart van oplaadpunten"
     },
     "climbing": {
         "title": "Open Klimkaart",
diff --git a/langs/themes/ru.json b/langs/themes/ru.json
index a50a68f94..cac8fe322 100644
--- a/langs/themes/ru.json
+++ b/langs/themes/ru.json
@@ -297,41 +297,7 @@
         }
     },
     "charging_stations": {
-        "title": "Зарядные станции",
-        "shortDescription": "Карта зарядных станций по всему миру",
-        "description": "На этой карте вы можно найти и отметить информацию о зарядных станциях",
-        "layers": {
-            "0": {
-                "name": "Зарядные станции",
-                "title": {
-                    "render": "Зарядная станция"
-                },
-                "description": "Зарядная станция",
-                "tagRenderings": {
-                    "5": {
-                        "question": "В какое время работает эта зарядная станция?"
-                    },
-                    "6": {
-                        "render": "{network}",
-                        "question": "К какой сети относится эта зарядная станция?",
-                        "mappings": {
-                            "0": {
-                                "then": "Не является частью более крупной сети"
-                            },
-                            "1": {
-                                "then": "AeroVironment"
-                            },
-                            "2": {
-                                "then": "Blink"
-                            },
-                            "3": {
-                                "then": "eVgo"
-                            }
-                        }
-                    }
-                }
-            }
-        }
+        "description": "На этой карте вы можно найти и отметить информацию о зарядных станциях"
     },
     "climbing": {
         "title": "Открытая карта скалолазания",
diff --git a/langs/themes/zh_Hant.json b/langs/themes/zh_Hant.json
index cd855a4a4..01ae04809 100644
--- a/langs/themes/zh_Hant.json
+++ b/langs/themes/zh_Hant.json
@@ -236,39 +236,7 @@
     "charging_stations": {
         "title": "充電站",
         "shortDescription": "全世界的充電站地圖",
-        "description": "在這份開放地圖上,你可以尋找與標示充電站的資訊",
-        "layers": {
-            "0": {
-                "name": "充電站",
-                "title": {
-                    "render": "充電站"
-                },
-                "description": "充電站",
-                "tagRenderings": {
-                    "5": {
-                        "question": "何時是充電站開放使用的時間?"
-                    },
-                    "6": {
-                        "render": "{network}",
-                        "question": "充電站所屬的網路是?",
-                        "mappings": {
-                            "0": {
-                                "then": "不屬於大型網路"
-                            },
-                            "1": {
-                                "then": "AeroVironment"
-                            },
-                            "2": {
-                                "then": "Blink"
-                            },
-                            "3": {
-                                "then": "eVgo"
-                            }
-                        }
-                    }
-                }
-            }
-        }
+        "description": "在這份開放地圖上,你可以尋找與標示充電站的資訊"
     },
     "climbing": {
         "title": "開放攀爬地圖",