shop: fr translation

This commit is contained in:
Binnette 2020-10-31 18:04:22 +01:00
parent de33bca73c
commit e1dca67d17

View file

@ -1,16 +1,20 @@
{ {
"id": "shops", "id": "shops",
"title": { "title": {
"en": "Open Shop Map" "en": "Open Shop Map",
"fr": "Carte des magasins"
}, },
"shortDescription": { "shortDescription": {
"en": "An editable map with basic shop information" "en": "An editable map with basic shop information",
"fr": "Carte modifiable affichant les informations de base des magasins"
}, },
"description": { "description": {
"en": "On this map, one can mark basic information about shops, add opening hours and phone numbers" "en": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
"fr": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, horaires d'ouverture et numéro de téléphone"
}, },
"language": [ "language": [
"en" "en",
"fr"
], ],
"maintainer": "MapComplete", "maintainer": "MapComplete",
"icon": "./assets/themes/shops/shop.svg", "icon": "./assets/themes/shops/shop.svg",
@ -24,7 +28,8 @@
{ {
"id": "shops", "id": "shops",
"name": { "name": {
"en": "Shop" "en": "Shop",
"fr": "Magasin"
}, },
"minzoom": 14, "minzoom": 14,
"overpassTags": { "overpassTags": {
@ -34,7 +39,8 @@
}, },
"title": { "title": {
"render": { "render": {
"en": "Shop" "en": "Shop",
"fr": "Magasin"
}, },
"mappings": [ "mappings": [
{ {
@ -44,7 +50,8 @@
] ]
}, },
"then": { "then": {
"en": "{name}" "en": "{name}",
"fr": "{name}"
} }
}, },
{ {
@ -54,21 +61,25 @@
] ]
}, },
"then": { "then": {
"en": "{shop}" "en": "{shop}",
"fr": "{shop}"
} }
} }
] ]
}, },
"description": { "description": {
"en": "A shop" "en": "A shop",
"fr": "Un magasin"
}, },
"tagRenderings": [ "tagRenderings": [
{ {
"render": { "render": {
"en": "This shop sells {shop}" "en": "This shop sells {shop}",
"fr": "Ce magasin vends {shop}"
}, },
"question": { "question": {
"en": "What does this shop sell?" "en": "What does this shop sell?",
"fr": "Que vends ce magasin ?"
}, },
"freeform": { "freeform": {
"key": "shop" "key": "shop"
@ -81,7 +92,8 @@
] ]
}, },
"then": { "then": {
"en": "Convenience store" "en": "Convenience store",
"fr": "Épicerie/superette"
} }
}, },
{ {
@ -91,7 +103,8 @@
] ]
}, },
"then": { "then": {
"en": "Supermarket" "en": "Supermarket",
"fr": "Supermarché"
} }
}, },
{ {
@ -101,7 +114,8 @@
] ]
}, },
"then": { "then": {
"en": "Clothing store" "en": "Clothing store",
"fr": "Magasin de vêtements"
} }
}, },
{ {
@ -111,7 +125,8 @@
] ]
}, },
"then": { "then": {
"en": "Hairdresser" "en": "Hairdresser",
"fr": "Coiffeur"
} }
}, },
{ {
@ -121,7 +136,8 @@
] ]
}, },
"then": { "then": {
"en": "Bakery" "en": "Bakery",
"fr": "Boulangerie"
} }
}, },
{ {
@ -131,7 +147,8 @@
] ]
}, },
"then": { "then": {
"en": "Car repair (garage)" "en": "Car repair (garage)",
"fr": "Garagiste"
} }
}, },
{ {
@ -141,17 +158,20 @@
] ]
}, },
"then": { "then": {
"en": "Car dealer" "en": "Car dealer",
"fr": "Concessionnaire"
} }
} }
] ]
}, },
{ {
"render": { "render": {
"en": "<a href='tel:{phone}'>{phone}</a>" "en": "<a href='tel:{phone}'>{phone}</a>",
"fr": "<a href='tel:{phone}'>{phone}</a>"
}, },
"question": { "question": {
"en": "What is the phone number?" "en": "What is the phone number?",
"fr": "Quel est le numéro de téléphone ?"
}, },
"freeform": { "freeform": {
"key": "phone", "key": "phone",
@ -160,10 +180,12 @@
}, },
{ {
"render": { "render": {
"en": "<a href='{website}'>{website}</a>" "en": "<a href='{website}'>{website}</a>",
"fr": "<a href='{website}'>{website}</a>"
}, },
"question": { "question": {
"en": "What is the website of this shop?" "en": "What is the website of this shop?",
"fr": "Quel est le site internet de ce magasin ?"
}, },
"freeform": { "freeform": {
"key": "website", "key": "website",
@ -172,10 +194,12 @@
}, },
{ {
"render": { "render": {
"en": "<a href='mailto:{email}'>{email}</a>" "en": "<a href='mailto:{email}'>{email}</a>",
"fr": "<a href='mailto:{email}'>{email}</a>"
}, },
"question": { "question": {
"en": "What is the email address of this shop?" "en": "What is the email address of this shop?",
"fr": "Quel est l'adresse mail de ce magasin ?"
}, },
"freeform": { "freeform": {
"key": "email", "key": "email",
@ -184,10 +208,12 @@
}, },
{ {
"render": { "render": {
"en": "{opening_hours_table(opening_hours)}" "en": "{opening_hours_table(opening_hours)}",
"fr": "{opening_hours_table(opening_hours)}"
}, },
"question": { "question": {
"en": "What are the opening hours of this shop?" "en": "What are the opening hours of this shop?",
"fr": "Quels sont les horaires d'ouverture de ce magasin ?"
}, },
"freeform": { "freeform": {
"key": "opening_hours", "key": "opening_hours",
@ -214,10 +240,12 @@
"shop=yes" "shop=yes"
], ],
"title": { "title": {
"en": "Shop" "en": "Shop",
"fr": "Magasin"
}, },
"description": { "description": {
"en": "Add a new shop" "en": "Add a new shop",
"fr": "Ajouter un nouveau magasin"
} }
} }
], ],