diff --git a/langs/shared-questions/sv.json b/langs/shared-questions/sv.json
index 50f878b3f..a59a571fe 100644
--- a/langs/shared-questions/sv.json
+++ b/langs/shared-questions/sv.json
@@ -2,6 +2,30 @@
"undefined": {
"phone": {
"question": "Vad är telefonnumret till {name}?"
+ },
+ "level": {
+ "mappings": {
+ "2": {
+ "then": "Ligger på första våningen"
+ },
+ "1": {
+ "then": "Ligger på bottenvåningen"
+ },
+ "0": {
+ "then": "Ligger under jorden"
+ }
+ },
+ "render": "Ligger på {level}:e våningen"
+ },
+ "opening_hours": {
+ "render": "
Öppettider
{opening_hours_table(opening_hours)}",
+ "question": "Vilka är öppettiderna för {name}?"
+ },
+ "website": {
+ "question": "Vad är webbplatsen för {name}?"
+ },
+ "email": {
+ "question": "Vad är e-postadressen till {name}?"
}
}
-}
\ No newline at end of file
+}
diff --git a/langs/themes/pl.json b/langs/themes/pl.json
index fb86003f7..c279a79e6 100644
--- a/langs/themes/pl.json
+++ b/langs/themes/pl.json
@@ -53,10 +53,23 @@
},
"description": "Różnorodne dzieła sztuki"
}
- }
+ },
+ "title": "Otwórz mapę dzieł sztuki"
},
"aed": {
"description": "Na tej mapie można znaleźć i oznaczyć defibrylatory w okolicy",
"title": "Otwórz mapę AED"
+ },
+ "trees": {
+ "shortDescription": "Sporządzić mapę wszystkich drzew",
+ "title": "Drzewa"
+ },
+ "toilets": {
+ "description": "Mapa toalet publicznych",
+ "title": "Mapa otwartych toalet"
+ },
+ "surveillance": {
+ "description": "Na tej otwartej mapie można znaleźć kamery monitoringu.",
+ "shortDescription": "Kamery monitorujące i inne środki nadzoru"
}
}