forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
c8e8908148
commit
6e3dd6a8d5
2 changed files with 51 additions and 42 deletions
|
@ -412,11 +412,14 @@
|
||||||
"filter": [
|
"filter": [
|
||||||
{
|
{
|
||||||
"id": "shop-type",
|
"id": "shop-type",
|
||||||
"options": [{
|
"options": [
|
||||||
"fields": [{
|
{
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
"name": "search",
|
"name": "search",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"osmTags": "shop~^.*{search}.*$",
|
"osmTags": "shop~^.*{search}.*$",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Only show shops selling {search}"
|
"en": "Only show shops selling {search}"
|
||||||
|
@ -426,15 +429,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "shop-name",
|
"id": "shop-name",
|
||||||
"options": [{
|
"options": [
|
||||||
"fields": [{
|
{
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
"name": "search",
|
"name": "search",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"osmTags": "name~^.*{search}.*$",
|
"osmTags": "name~^.*{search}.*$",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Only show shops with name {search}"
|
"en": "Only show shops with name {search}"
|
||||||
}
|
}
|
||||||
}]}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1057,7 +1057,8 @@
|
||||||
{
|
{
|
||||||
"if": "climbing:grade:french~4.*",
|
"if": "climbing:grade:french~4.*",
|
||||||
"then": "<div class='rounded-full pl-2 pr-2' style='background-color:#7af224'> {climbing:grade:french}</div>"
|
"then": "<div class='rounded-full pl-2 pr-2' style='background-color:#7af224'> {climbing:grade:french}</div>"
|
||||||
},{
|
},
|
||||||
|
{
|
||||||
"if": "climbing:grade:french~5.*",
|
"if": "climbing:grade:french~5.*",
|
||||||
"then": "<div class='rounded-full pl-2 pr-2' style='background-color:#f24a24'> {climbing:grade:french}</div>"
|
"then": "<div class='rounded-full pl-2 pr-2' style='background-color:#f24a24'> {climbing:grade:french}</div>"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue