forked from MapComplete/MapComplete
Fix shadowed mapping in climbing theme
This commit is contained in:
parent
42c5272a0c
commit
f4d6fc4f8a
8 changed files with 31 additions and 31 deletions
|
@ -961,23 +961,6 @@
|
|||
"it": "È possibile arrampicarsi qua?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"sport!~climbing"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Climbing is not possible here",
|
||||
"de": "Hier kann nicht geklettert werden",
|
||||
"ja": "ここでは登ることができない",
|
||||
"nb_NO": "Klatring er ikke mulig her",
|
||||
"nl": "Klimmen is hier niet mogelijk",
|
||||
"fr": "Escalader n’est pas possible",
|
||||
"it": "Non è possibile arrampicarsi qua"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
|
@ -1005,6 +988,23 @@
|
|||
"fr": "Escalader n’est pas possible",
|
||||
"it": "Non è possibile arrampicarsi qua"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"sport!~climbing"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Climbing is not possible here",
|
||||
"de": "Hier kann nicht geklettert werden",
|
||||
"ja": "ここでは登ることができない",
|
||||
"nb_NO": "Klatring er ikke mulig her",
|
||||
"nl": "Klimmen is hier niet mogelijk",
|
||||
"fr": "Escalader n’est pas possible",
|
||||
"it": "Non è possibile arrampicarsi qua"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -442,10 +442,10 @@
|
|||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hier kann nicht geklettert werden"
|
||||
"then": "Hier kann geklettert werden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier kann geklettert werden"
|
||||
"then": "Hier kann nicht geklettert werden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier kann nicht geklettert werden"
|
||||
|
|
|
@ -442,10 +442,10 @@
|
|||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Climbing is not possible here"
|
||||
"then": "Climbing is possible here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Climbing is possible here"
|
||||
"then": "Climbing is not possible here"
|
||||
},
|
||||
"2": {
|
||||
"then": "Climbing is not possible here"
|
||||
|
|
|
@ -428,10 +428,10 @@
|
|||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Escalader n’est pas possible"
|
||||
"then": "Escalader est possible"
|
||||
},
|
||||
"1": {
|
||||
"then": "Escalader est possible"
|
||||
"then": "Escalader n’est pas possible"
|
||||
},
|
||||
"2": {
|
||||
"then": "Escalader n’est pas possible"
|
||||
|
|
|
@ -436,10 +436,10 @@
|
|||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Non è possibile arrampicarsi qua"
|
||||
"then": "È possibile arrampicarsi qua"
|
||||
},
|
||||
"1": {
|
||||
"then": "È possibile arrampicarsi qua"
|
||||
"then": "Non è possibile arrampicarsi qua"
|
||||
},
|
||||
"2": {
|
||||
"then": "Non è possibile arrampicarsi qua"
|
||||
|
|
|
@ -364,10 +364,10 @@
|
|||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ここでは登ることができない"
|
||||
"then": "ここでは登ることができる"
|
||||
},
|
||||
"1": {
|
||||
"then": "ここでは登ることができる"
|
||||
"then": "ここでは登ることができない"
|
||||
},
|
||||
"2": {
|
||||
"then": "ここでは登ることができない"
|
||||
|
|
|
@ -119,10 +119,10 @@
|
|||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klatring er ikke mulig her"
|
||||
"then": "Klatring er mulig her"
|
||||
},
|
||||
"1": {
|
||||
"then": "Klatring er mulig her"
|
||||
"then": "Klatring er ikke mulig her"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klatring er ikke mulig her"
|
||||
|
|
|
@ -398,13 +398,13 @@
|
|||
"climbing-possible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Klimmen is hier niet mogelijk"
|
||||
"then": "Klimmen is hier niet toegelaten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Klimmen is hier niet toegelaten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klimmen is hier niet toegelaten"
|
||||
"then": "Klimmen is hier niet mogelijk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue