forked from MapComplete/MapComplete
Add script to automatically rescale SVG images - important to export them to PNGs
This commit is contained in:
parent
7090a5ceb8
commit
d4f5e1d238
8 changed files with 261 additions and 90 deletions
|
@ -3009,8 +3009,8 @@
|
|||
"question": {
|
||||
"en": "What kind of authentication is available at the charging station?",
|
||||
"nl": "Hoe kan men zich aanmelden aan dit oplaadstation?",
|
||||
"fr": "Quelle sorte d'authentification est disponible à cette station de charge ?",
|
||||
"de": "Welche Art der Authentifizierung ist an der Ladestation möglich?"
|
||||
"de": "Welche Art der Authentifizierung ist an der Ladestation möglich?",
|
||||
"fr": "Quelle sorte d'authentification est disponible à cette station de charge ?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -3020,8 +3020,8 @@
|
|||
"then": {
|
||||
"en": "Authentication by a membership card",
|
||||
"nl": "Aanmelden met een lidkaart is mogelijk",
|
||||
"fr": "Authentification par carte de membre",
|
||||
"de": "Authentifizierung per Mitgliedskarte"
|
||||
"de": "Authentifizierung per Mitgliedskarte",
|
||||
"fr": "Authentification par carte de membre"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3030,8 +3030,8 @@
|
|||
"then": {
|
||||
"en": "Authentication by an app",
|
||||
"nl": "Aanmelden via een applicatie is mogelijk",
|
||||
"fr": "Authentification par une app",
|
||||
"de": "Authentifizierung per App"
|
||||
"de": "Authentifizierung per App",
|
||||
"fr": "Authentification par une app"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3040,8 +3040,8 @@
|
|||
"then": {
|
||||
"en": "Authentication via phone call is available",
|
||||
"nl": "Aanmelden door te bellen naar een telefoonnummer is mogelijk",
|
||||
"fr": "Authentification par appel téléphonique est disponible",
|
||||
"de": "Authentifizierung per Anruf ist möglich"
|
||||
"de": "Authentifizierung per Anruf ist möglich",
|
||||
"fr": "Authentification par appel téléphonique est disponible"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3050,8 +3050,8 @@
|
|||
"then": {
|
||||
"en": "Authentication via SMS is available",
|
||||
"nl": "Aanmelden via SMS is mogelijk",
|
||||
"fr": "Authentification par SMS est disponible",
|
||||
"de": "Authentifizierung per SMS ist möglich"
|
||||
"de": "Authentifizierung per SMS ist möglich",
|
||||
"fr": "Authentification par SMS est disponible"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3060,8 +3060,8 @@
|
|||
"then": {
|
||||
"en": "Authentication via NFC is available",
|
||||
"nl": "Aanmelden via NFC is mogelijk",
|
||||
"fr": "Authentification par NFC est disponible",
|
||||
"de": "Authentifizierung per NFC ist möglich"
|
||||
"de": "Authentifizierung per NFC ist möglich",
|
||||
"fr": "Authentification par NFC est disponible"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3079,8 +3079,8 @@
|
|||
"then": {
|
||||
"en": "Authentication via debit card is available",
|
||||
"nl": "Aanmelden met een betaalkaart is mogelijk",
|
||||
"fr": "Authentification par carte de débit est disponible",
|
||||
"de": "Authentifizierung per Kreditkarte ist möglich"
|
||||
"de": "Authentifizierung per Kreditkarte ist möglich",
|
||||
"fr": "Authentification par carte de débit est disponible"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3089,8 +3089,8 @@
|
|||
"then": {
|
||||
"en": "Charging here is (also) possible without authentication",
|
||||
"nl": "Hier opladen is (ook) mogelijk zonder aan te melden",
|
||||
"fr": "Charger ici est (aussi) possible sans authentification",
|
||||
"de": "Das Laden ist hier (auch) ohne Authentifizierung möglich"
|
||||
"de": "Das Laden ist hier (auch) ohne Authentifizierung möglich",
|
||||
"fr": "Charger ici est (aussi) possible sans authentification"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue