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/
This commit is contained in:
Pieter Vander Vennet 2022-08-21 10:49:57 +00:00 committed by Hosted Weblate
parent ebb7bf6a3f
commit 7669f4dcb8
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -259,10 +259,10 @@
"bench-backrest": { "bench-backrest": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Backrest: Yes" "then": "Does have a backresr"
}, },
"1": { "1": {
"then": "Backrest: No" "then": "Does <b>not</b> have a backrest"
} }
}, },
"question": "Does this bench have a backrest?" "question": "Does this bench have a backrest?"
@ -304,22 +304,22 @@
"bench-material": { "bench-material": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Material: wood" "then": "The seating is made from wood"
}, },
"1": { "1": {
"then": "Material: metal" "then": "The seating is made from metal"
}, },
"2": { "2": {
"then": "Material: stone" "then": "The seating is made from stone"
}, },
"3": { "3": {
"then": "Material: concrete" "then": "The seating is made from concrete"
}, },
"4": { "4": {
"then": "Material: plastic" "then": "The seating is made from plastic"
}, },
"5": { "5": {
"then": "Material: steel" "then": "The seating is made from steel"
} }
}, },
"question": "What is the bench (seating) made from?", "question": "What is the bench (seating) made from?",