diff --git a/langs/shared-questions/de.json b/langs/shared-questions/de.json index 2baaebe377..cc6df974b8 100644 --- a/langs/shared-questions/de.json +++ b/langs/shared-questions/de.json @@ -78,6 +78,22 @@ } }, "question": "Ist dieser Ort mit einem Rollstuhl zugänglich?" + }, + "wikipedia": { + "mappings": { + "0": { + "then": "Es wurde noch keine Wikipedia-Seite verlinkt" + } + }, + "question": "Was ist das entsprechende Wikidata Element?" + }, + "wikipedialink": { + "mappings": { + "0": { + "then": "Nicht mit Wikipedia verknüpft" + } + }, + "question": "Was ist der entsprechende Artikel auf Wikipedia?" } } -} \ No newline at end of file +}