forked from MapComplete/MapComplete
Chore: sync translations
This commit is contained in:
parent
b8109458d1
commit
52b54d8b08
3 changed files with 10 additions and 5 deletions
|
@ -82,7 +82,7 @@
|
|||
"labels": [
|
||||
"defaults"
|
||||
],
|
||||
"render": "<a href='{website}' target='_blank'><img textmode='\uD83C\uDF10' alt='website' src='./assets/layers/icons/website.svg'/></a>",
|
||||
"render": "<a href='{website}' target='_blank'><img textmode='🌐' alt='website' src='./assets/layers/icons/website.svg'/></a>",
|
||||
"condition": "website~*"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -129,7 +129,9 @@
|
|||
}
|
||||
},
|
||||
"phone": {
|
||||
"labels": ["contact"],
|
||||
"labels": [
|
||||
"contact"
|
||||
],
|
||||
"question": {
|
||||
"en": "What is the phone number of {title()}?",
|
||||
"nl": "Wat is het telefoonnummer van {title()}?",
|
||||
|
@ -188,7 +190,9 @@
|
|||
"render": {
|
||||
"*": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"labels": ["contact"],
|
||||
"labels": [
|
||||
"contact"
|
||||
],
|
||||
"question": {
|
||||
"nl": "Wat is het e-mailadres van {title()}?",
|
||||
"fr": "Quelle est l'adresse courriel de {title()} ?",
|
||||
|
@ -230,7 +234,9 @@
|
|||
}
|
||||
},
|
||||
"website": {
|
||||
"labels": ["contact"],
|
||||
"labels": [
|
||||
"contact"
|
||||
],
|
||||
"question": {
|
||||
"en": "What is the website of {title()}?",
|
||||
"nl": "Wat is de website van {title()}?",
|
||||
|
|
|
@ -523,7 +523,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "service_ways",
|
||||
"name": "Service roads",
|
||||
|
|
Loading…
Reference in a new issue