diff --git a/langs/shared-questions/de.json b/langs/shared-questions/de.json index 5d859a694..a3c8d3ce8 100644 --- a/langs/shared-questions/de.json +++ b/langs/shared-questions/de.json @@ -24,6 +24,9 @@ "then": "Ist im Erdgeschoss" }, "2": { + "then": "Ist im Erdgeschoss" + }, + "3": { "then": "Ist im ersten Stock" } } diff --git a/langs/shared-questions/en.json b/langs/shared-questions/en.json index 9291ec573..260fd2701 100644 --- a/langs/shared-questions/en.json +++ b/langs/shared-questions/en.json @@ -44,6 +44,9 @@ "then": "Located on the ground floor" }, "2": { + "then": "Located on the ground floor" + }, + "3": { "then": "Located on the first floor" } } diff --git a/langs/shared-questions/fr.json b/langs/shared-questions/fr.json index 469c672fb..7a6c8359f 100644 --- a/langs/shared-questions/fr.json +++ b/langs/shared-questions/fr.json @@ -27,6 +27,9 @@ "then": "Rez-de-chaussée" }, "2": { + "then": "Rez-de-chaussée" + }, + "3": { "then": "Premier étage" } } diff --git a/langs/shared-questions/nl.json b/langs/shared-questions/nl.json index c5ca30908..fcd43007b 100644 --- a/langs/shared-questions/nl.json +++ b/langs/shared-questions/nl.json @@ -44,6 +44,9 @@ "then": "Bevindt zich gelijkvloers" }, "2": { + "then": "Bevindt zich gelijkvloers" + }, + "3": { "then": "Bevindt zich op de eerste verdieping" } } diff --git a/langs/shared-questions/pl.json b/langs/shared-questions/pl.json index 9035e7f7d..f31f3f38c 100644 --- a/langs/shared-questions/pl.json +++ b/langs/shared-questions/pl.json @@ -27,6 +27,9 @@ "then": "Znajduje się na parterze" }, "2": { + "then": "Znajduje się na parterze" + }, + "3": { "then": "Znajduje się na pierwszym piętrze" } } diff --git a/langs/shared-questions/pt_BR.json b/langs/shared-questions/pt_BR.json index 7befbfb41..721c9cf0b 100644 --- a/langs/shared-questions/pt_BR.json +++ b/langs/shared-questions/pt_BR.json @@ -27,6 +27,9 @@ "then": "Localizado no térreo" }, "2": { + "then": "Localizado no térreo" + }, + "3": { "then": "Localizado no primeiro andar" } } diff --git a/langs/shared-questions/ru.json b/langs/shared-questions/ru.json index 0f6bc9035..9915789bf 100644 --- a/langs/shared-questions/ru.json +++ b/langs/shared-questions/ru.json @@ -28,6 +28,9 @@ }, "2": { "then": "Расположено на первом этаже" + }, + "3": { + "then": "Расположено на первом этаже" } } } diff --git a/langs/shared-questions/sv.json b/langs/shared-questions/sv.json index 9cc59b179..993c8b3fa 100644 --- a/langs/shared-questions/sv.json +++ b/langs/shared-questions/sv.json @@ -23,6 +23,9 @@ "then": "Ligger på bottenvåningen" }, "2": { + "then": "Ligger på bottenvåningen" + }, + "3": { "then": "Ligger på första våningen" } } diff --git a/langs/shared-questions/zh_Hant.json b/langs/shared-questions/zh_Hant.json index a73f257ca..4c174e4a5 100644 --- a/langs/shared-questions/zh_Hant.json +++ b/langs/shared-questions/zh_Hant.json @@ -27,6 +27,9 @@ "then": "位於 1 樓" }, "2": { + "then": "位於 1 樓" + }, + "3": { "then": "位於 2 樓" } }