forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
06252bd35e
commit
53cd991318
9 changed files with 96 additions and 51 deletions
|
@ -261,7 +261,7 @@
|
|||
"en": "Bike helmets can be rented here",
|
||||
"nl": "Fietshelmpen kunnen hier gehuurd worden",
|
||||
"es": "Aquí se pueden alquilar cascos"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -467,4 +467,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -74,14 +74,19 @@
|
|||
"phone",
|
||||
"email",
|
||||
{
|
||||
"builtin": ["climbing.fee"]
|
||||
"builtin": [
|
||||
"climbing.fee"
|
||||
]
|
||||
},
|
||||
"opening_hours",
|
||||
{
|
||||
"builtin":
|
||||
["climbing.average_length","climbing.min_difficulty","climbing.max_difficulty",
|
||||
"builtin": [
|
||||
"climbing.average_length",
|
||||
"climbing.min_difficulty",
|
||||
"climbing.max_difficulty",
|
||||
"climbing.bouldering",
|
||||
"climbing.sportclimbing"]
|
||||
"climbing.sportclimbing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"builtin": "climbing.max_bolts",
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"climbing:grade:french~*",
|
||||
"climbing:grade:french~*",
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -33,7 +33,10 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": ["name~*","species:wikidata~*"]
|
||||
"and": [
|
||||
"name~*",
|
||||
"species:wikidata~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name} ({wikidata_label(species:wikidata)})"
|
||||
|
@ -41,7 +44,9 @@
|
|||
},
|
||||
{
|
||||
"if": {
|
||||
"and": ["name~*"]
|
||||
"and": [
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue