From 7669f4dcb8e1ea4d236c1dede9518d9228cde444 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 21 Aug 2022 10:49:57 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (2237 of 2237 strings) Translation: MapComplete/Layer translations Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layers/en/ --- langs/layers/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/langs/layers/en.json b/langs/layers/en.json index 3dc11e5913..8f7ed19f35 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -259,10 +259,10 @@ "bench-backrest": { "mappings": { "0": { - "then": "Backrest: Yes" + "then": "Does have a backresr" }, "1": { - "then": "Backrest: No" + "then": "Does not have a backrest" } }, "question": "Does this bench have a backrest?" @@ -304,22 +304,22 @@ "bench-material": { "mappings": { "0": { - "then": "Material: wood" + "then": "The seating is made from wood" }, "1": { - "then": "Material: metal" + "then": "The seating is made from metal" }, "2": { - "then": "Material: stone" + "then": "The seating is made from stone" }, "3": { - "then": "Material: concrete" + "then": "The seating is made from concrete" }, "4": { - "then": "Material: plastic" + "then": "The seating is made from plastic" }, "5": { - "then": "Material: steel" + "then": "The seating is made from steel" } }, "question": "What is the bench (seating) made from?",