diff --git a/langs/layers/de.json b/langs/layers/de.json
index 7563b8c09..d875e1ca6 100644
--- a/langs/layers/de.json
+++ b/langs/layers/de.json
@@ -260,8 +260,15 @@
"mappings": {
"1": {
"then": "Stehbank"
+ },
+ "0": {
+ "then": "Hier gibt es eine normale Sitzbank"
+ },
+ "2": {
+ "then": "Hier gibt es keine Bank"
}
- }
+ },
+ "question": "Was ist das für eine Bank?"
},
"bench_at_pt-name": {
"render": "{name}"
@@ -433,6 +440,38 @@
}
},
"render": "Fahrrad-Reinigungsdienst"
+ },
+ "tagRenderings": {
+ "bike_cleaning-charge": {
+ "mappings": {
+ "0": {
+ "then": "Kostenloser Reinigungsservice"
+ },
+ "2": {
+ "then": "Der Reinigungsservice ist kostenpflichtig"
+ },
+ "1": {
+ "then": "Kostenlose Nutzung"
+ }
+ },
+ "question": "Wie viel kostet die Nutzung des Reinigungsdienstes?",
+ "render": "Die Nutzung des Reinigungsdienstes kostet {charge}"
+ },
+ "bike_cleaning-service:bicycle:cleaning:charge": {
+ "mappings": {
+ "1": {
+ "then": "Kostenlose Nutzung"
+ },
+ "0": {
+ "then": "Der Reinigungsservice ist kostenlos"
+ },
+ "2": {
+ "then": "Der Reinigungsdienst ist kostenpflichtig, aber der Betrag ist nicht bekannt"
+ }
+ },
+ "question": "Wie viel kostet die Nutzung des Reinigungsdienstes?",
+ "render": "Nutzung des Reinigungsservice kostet {service:bicycle:cleaning:charge}"
+ }
}
},
"bike_parking": {
@@ -2872,5 +2911,37 @@
},
"watermill": {
"name": "Wassermühle"
+ },
+ "charging_station": {
+ "filter": {
+ "0": {
+ "options": {
+ "2": {
+ "question": "Ladestation für Autos"
+ },
+ "0": {
+ "question": "Alle Fahrzeugtypen"
+ },
+ "1": {
+ "question": "Ladestation für Fahrräder"
+ }
+ }
+ },
+ "1": {
+ "options": {
+ "0": {
+ "question": "Nur funktionierende Ladestationen"
+ }
+ }
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "Alle Anschlüsse"
+ }
+ }
+ }
+ },
+ "description": "Eine Ladestation"
}
-}
\ No newline at end of file
+}
diff --git a/langs/layers/pt.json b/langs/layers/pt.json
index 022b6cf8c..57cf3c6ee 100644
--- a/langs/layers/pt.json
+++ b/langs/layers/pt.json
@@ -12,6 +12,64 @@
}
},
"render": "Obra de arte"
+ },
+ "description": "Diversas obras de arte",
+ "name": "Obras de arte",
+ "tagRenderings": {
+ "artwork-artist_name": {
+ "question": "Que artista criou isto?",
+ "render": "Criado por {artist_name}"
+ },
+ "artwork-artwork_type": {
+ "mappings": {
+ "0": {
+ "then": "Arquitetura"
+ },
+ "1": {
+ "then": "Mural"
+ },
+ "2": {
+ "then": "Pintura"
+ },
+ "3": {
+ "then": "Escultura"
+ },
+ "4": {
+ "then": "Estátua"
+ },
+ "5": {
+ "then": "Busto"
+ },
+ "6": {
+ "then": "Pedra"
+ },
+ "7": {
+ "then": "Instalação"
+ },
+ "8": {
+ "then": "Graffiti"
+ },
+ "9": {
+ "then": "Relevo"
+ },
+ "10": {
+ "then": "Azulejo (azulejo decorativo espanhol e português)"
+ },
+ "11": {
+ "then": "Ladrilhos"
+ }
+ },
+ "question": "Qual é o tipo desta obra de arte?",
+ "render": "Isto é um(a) {artwork_type}"
+ },
+ "artwork-website": {
+ "question": "Existe um site com mais informações sobre esta obra de arte?",
+ "render": "Mais informações neste site"
+ },
+ "artwork-wikidata": {
+ "question": "Que entrada no Wikidata corresponde a esta obra de arte?",
+ "render": "Corresponde a {wikidata}"
+ }
}
},
"bench": {
@@ -544,4 +602,4 @@
}
}
}
-}
\ No newline at end of file
+}
diff --git a/langs/layers/ru.json b/langs/layers/ru.json
index 2373e2b2c..31eed5a9a 100644
--- a/langs/layers/ru.json
+++ b/langs/layers/ru.json
@@ -1410,5 +1410,42 @@
},
"watermill": {
"name": "Водяная мельница"
+ },
+ "charging_station": {
+ "units": {
+ "0": {
+ "applicableUnits": {
+ "0": {
+ "humanSingular": " минута",
+ "human": " минут"
+ },
+ "1": {
+ "human": " часов",
+ "humanSingular": " час"
+ },
+ "2": {
+ "human": " дней",
+ "humanSingular": " день"
+ }
+ }
+ },
+ "1": {
+ "applicableUnits": {
+ "0": {
+ "human": "Вольт"
+ }
+ }
+ },
+ "3": {
+ "applicableUnits": {
+ "0": {
+ "human": "киловатт"
+ },
+ "1": {
+ "human": "мегаватт"
+ }
+ }
+ }
+ }
}
-}
\ No newline at end of file
+}