aed - fr translation

This commit is contained in:
Noémie 2020-08-24 19:15:28 +02:00
parent 5d1754bcd6
commit 23cca6ceca

View file

@ -1,6 +1,7 @@
{ {
"language": [ "language": [
"en" "en",
"fr"
], ],
"startLat": "0", "startLat": "0",
"startLon": "0", "startLon": "0",
@ -11,7 +12,10 @@
"id": "Defibrillator", "id": "Defibrillator",
"title": { "title": {
"key": "*", "key": "*",
"render": "Defibrillator" "render": {
"en": "Defibrillator",
"fr": "Défibrillateur"
}
}, },
"icon": { "icon": {
"key": "*", "key": "*",
@ -21,11 +25,17 @@
"render": "#0000ff", "render": "#0000ff",
"key": "*" "key": "*"
}, },
"description": "A defibrillator", "description": {
"en": "A defibrillator",
"fr": "Un défibrillateur"
},
"minzoom": "12", "minzoom": "12",
"presets": [ "presets": [
{ {
"title": "Defibrillator", "title": {
"en": "Defibrillator",
"fr": "Défibrillateur"
},
"tags": "emergency=defibrillator", "tags": "emergency=defibrillator",
"description": "A defibrillator" "description": "A defibrillator"
} }
@ -34,33 +44,54 @@
{ {
"mappings": [ "mappings": [
{ {
"then": "This defibrillator is located indoors", "then": {
"en": "This defibrillator is located indoors",
"fr": "Ce défibrillateur est en intérieur (dans un batiment)"
},
"if": "indoor=yes" "if": "indoor=yes"
}, },
{ {
"then": "This defibrillator is located outdoors", "then": {
"en": "This defibrillator is located outdoors",
"fr": "Ce défibrillateur est situé en extérieur"
},
"if": "indoor=no" "if": "indoor=no"
} }
], ],
"question": "Is this defibrillator located indoors?", "question": {
"en": "Is this defibrillator located indoors?",
"fr": "Ce défibrillateur est-il disposé en intérieur ?"
},
"type": "text" "type": "text"
}, },
{ {
"mappings": [ "mappings": [
{ {
"then": "Publicly accessible", "then": {
"en": "Publicly accessible",
"fr": "Librement accessible"
},
"if": "access=yes" "if": "access=yes"
}, },
{ {
"then": "Only accessible to customers", "then": {
"en": "Only accessible to customers",
"fr": "Réservé aux clients du lieu"
},
"if": "access=customers" "if": "access=customers"
}, },
{ {
"if": "access=private", "if": "access=private",
"then": "Not accessible to the general public (e.g. only accesible to staff, the owners, ...)" "then": {
"en": "Not accessible to the general public (e.g. only accesible to staff, the owners, ...)",
"fr": "Non accessible au public (par exemple réservé au personnel, au propriétaire, ...)"
}
} }
], ],
"question": "Is this defibrillator freely accessible", "question": {
"en": "Is this defibrillator freely accessible?",
"fr": "Ce défibrillateur est-il librement accessible ?"
},
"type": "text", "type": "text",
"key": "access", "key": "access",
"condition": "indoor=yes" "condition": "indoor=yes"
@ -68,15 +99,24 @@
{ {
"key": "level", "key": "level",
"mappings": [], "mappings": [],
"question": "On which floor is this defibrillator located?", "question": {
"en": "On which floor is this defibrillator located?",
"fr": "À quel étage est situé ce défibrillateur ?"
},
"type": "int", "type": "int",
"render": "This defibrallator is on floor {level}", "render": {
"en": "This defibrallator is on floor {level}",
"fr": "Ce défibrillateur est à l'étage {level}"
},
"condition": "indoor=yes&access!=private" "condition": "indoor=yes&access!=private"
}, },
{ {
"key": "defibrillator:location", "key": "defibrillator:location",
"mappings": [], "mappings": [],
"question": "Please give some explanation on where the defibrillator can be found", "question": {
"en": "Please give some explanation on where the defibrillator can be found",
"fr": "Veuillez indiquez plus précisément où se situe le défibrillateur"
},
"type": "text", "type": "text",
"render": "{defibrillator:location}" "render": "{defibrillator:location}"
} }
@ -87,5 +127,8 @@
"title": "Open AED Map", "title": "Open AED Map",
"icon": "./assets/themes/aed/aed.svg", "icon": "./assets/themes/aed/aed.svg",
"name": "aed", "name": "aed",
"description": "On this map, one can find and mark nearby defibrillators" "description": {
"en": "On this map, one can find and mark nearby defibrillators",
"fr": "Sur cette carte, vous pouvez trouver et améliorer les informations sur les défibrillateurs"
}
} }