diff --git a/langs/layers/de.json b/langs/layers/de.json index 0e5ba37be..58f81f945 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -7388,6 +7388,9 @@ }, "2": { "then": "Dieser Picknicktisch ist aus (recyceltem) Kunststoff hergestellt" + }, + "3": { + "then": "Der Picknicktisch ist aus Metall" } }, "question": "Aus welchem Material besteht dieser Picknicktisch?", @@ -7428,6 +7431,17 @@ }, "question": "Ist der Spielplatz für Rollstuhlfahrer zugänglich?" }, + "fee": { + "mappings": { + "0": { + "then": "Nutzung kostenlos" + }, + "1": { + "then": "Gebührenpflichtiger Spielplatz" + } + }, + "question": "Muss man zahlen, um den Spielplatz zu nutzen?" + }, "playground-access": { "mappings": { "0": { @@ -12218,4 +12232,4 @@ "render": "Windrad" } } -} \ No newline at end of file +} diff --git a/langs/layers/sl.json b/langs/layers/sl.json index 2ac1d0797..ed88b41cc 100644 --- a/langs/layers/sl.json +++ b/langs/layers/sl.json @@ -179,6 +179,9 @@ }, "question": "Kakšne vrste spomenik je to?", "render": "To je {memorial}" + }, + "start_date": { + "render": "Datum postavitve {start_date}" } } }, @@ -517,4 +520,4 @@ } } } -} \ No newline at end of file +}