Add terms to several playground presets

This commit is contained in:
Quincy Morgan
2019-12-04 17:26:46 -05:00
parent f5ea983e28
commit f6ed84352f
6 changed files with 18 additions and 8 deletions
+3 -1
View File
@@ -6784,7 +6784,7 @@ en:
playground/horizontal_bar:
# playground=horizontal_bar
name: Play Horizontal Bar
# 'terms: high bar'
# 'terms: chin-up bar,high bar,pull-up bar'
terms: '<translate with synonyms or related terms for ''Play Horizontal Bar'', separated by commas>'
playground/rocker:
# playground=springy
@@ -6799,6 +6799,7 @@ en:
playground/sandpit:
# playground=sandpit
name: Sandpit
# 'terms: sandbox'
terms: '<translate with synonyms or related terms for ''Sandpit'', separated by commas>'
playground/seesaw:
# playground=seesaw
@@ -6811,6 +6812,7 @@ en:
playground/structure:
# playground=structure
name: Play Structure
# 'terms: jungle gym'
terms: '<translate with synonyms or related terms for ''Play Structure'', separated by commas>'
playground/swing:
# playground=swing
+3 -3
View File
@@ -906,13 +906,13 @@
"playground/basket_swing": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "basketswing"}, "name": "Basket Swing"},
"playground/climbing_frame": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "climbingframe"}, "name": "Climbing Frame"},
"playground/cushion": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "cushion"}, "name": "Bouncy Cushion"},
"playground/horizontal_bar": {"icon": "maki-pitch", "geometry": ["point"], "terms": ["high bar"], "tags": {"playground": "horizontal_bar"}, "name": "Play Horizontal Bar"},
"playground/horizontal_bar": {"icon": "maki-pitch", "geometry": ["point"], "terms": ["chin-up bar", "high bar", "pull-up bar"], "tags": {"playground": "horizontal_bar"}, "name": "Play Horizontal Bar"},
"playground/rocker": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "springy"}, "name": "Spring Rider", "terms": ["spring rocker", "springy rocker"]},
"playground/roundabout": {"icon": "maki-stadium", "fields": ["{playground}", "bench"], "geometry": ["point", "area"], "tags": {"playground": "roundabout"}, "name": "Play Roundabout", "terms": ["merry-go-round"]},
"playground/sandpit": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "sandpit"}, "name": "Sandpit"},
"playground/sandpit": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "sandpit"}, "terms": ["sandbox"], "name": "Sandpit"},
"playground/seesaw": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "seesaw"}, "name": "Seesaw"},
"playground/slide": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "slide"}, "name": "Slide"},
"playground/structure": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"playground": "structure"}, "name": "Play Structure"},
"playground/structure": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"playground": "structure"}, "terms": ["jungle gym"], "name": "Play Structure"},
"playground/swing": {"icon": "maki-playground", "fields": ["capacity", "baby_seat", "wheelchair", "blind"], "geometry": ["point"], "tags": {"playground": "swing"}, "name": "Swing"},
"playground/zipwire": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "zipwire"}, "name": "Zip Wire"},
"point": {"fields": ["name"], "geometry": ["vertex", "point"], "tags": {}, "terms": ["node", "other", "vertex", "vertices"], "name": "Point", "matchScore": 0.1},
@@ -4,7 +4,9 @@
"point"
],
"terms": [
"high bar"
"chin-up bar",
"high bar",
"pull-up bar"
],
"tags": {
"playground": "horizontal_bar"
@@ -7,5 +7,8 @@
"tags": {
"playground": "sandpit"
},
"terms": [
"sandbox"
],
"name": "Sandpit"
}
@@ -7,5 +7,8 @@
"tags": {
"playground": "structure"
},
"terms": [
"jungle gym"
],
"name": "Play Structure"
}
+3 -3
View File
@@ -8273,7 +8273,7 @@
},
"playground/horizontal_bar": {
"name": "Play Horizontal Bar",
"terms": "high bar"
"terms": "chin-up bar,high bar,pull-up bar"
},
"playground/rocker": {
"name": "Spring Rider",
@@ -8285,7 +8285,7 @@
},
"playground/sandpit": {
"name": "Sandpit",
"terms": ""
"terms": "sandbox"
},
"playground/seesaw": {
"name": "Seesaw",
@@ -8297,7 +8297,7 @@
},
"playground/structure": {
"name": "Play Structure",
"terms": ""
"terms": "jungle gym"
},
"playground/swing": {
"name": "Swing",