2023-12-13 22:55:43 +00:00
# French translations for camper package
# Traductions françaises du paquet camper.
# Copyright (C) 2023 THE camper'S COPYRIGHT HOLDER
# This file is distributed under the same license as the camper package.
# jordi fita mas <jordi@tandem.blog>, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: camper\n"
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
"POT-Creation-Date: 2024-01-16 20:32+0100\n"
2023-12-20 12:01:52 +00:00
"PO-Revision-Date: 2023-12-20 10:13+0100\n"
"Last-Translator: Oriol Carbonell <info@oriolcarbonell.cat>\n"
2023-12-13 22:55:43 +00:00
"Language-Team: French <traduc@traduc.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
2023-12-20 12:01:52 +00:00
"X-Generator: Poedit 3.4.1\n"
2023-12-13 22:55:43 +00:00
#: web/templates/public/payment/success.gohtml:6
#: web/templates/public/payment/success.gohtml:11
msgctxt "title"
msgid "Payment Successful"
2023-12-20 12:01:52 +00:00
msgstr "Paiement réussi"
2023-12-13 22:55:43 +00:00
#: web/templates/public/payment/request.gohtml:6
#: web/templates/public/payment/request.gohtml:11
msgctxt "title"
msgid "Payment"
2023-12-20 12:01:52 +00:00
msgstr "Paiement"
2023-12-13 22:55:43 +00:00
#: web/templates/public/payment/request.gohtml:23
msgctxt "action"
msgid "Pay"
2023-12-20 12:01:52 +00:00
msgstr "Payer"
2023-12-13 22:55:43 +00:00
#: web/templates/public/payment/failure.gohtml:6
#: web/templates/public/payment/failure.gohtml:11
msgctxt "title"
msgid "Payment Failed"
2023-12-20 12:01:52 +00:00
msgstr "Le paiement a échoué"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/services.gohtml:7
#: web/templates/public/services.gohtml:16
#: web/templates/public/layout.gohtml:67 web/templates/public/layout.gohtml:95
2024-01-12 18:33:44 +00:00
#: web/templates/admin/services/index.gohtml:56
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Services"
2023-12-20 12:01:52 +00:00
msgstr "Services"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/services.gohtml:19
2023-12-13 22:55:43 +00:00
msgid "The campsite offers many different services."
2023-12-20 12:01:52 +00:00
msgstr "Le camping propose de nombreux services différents."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/location.gohtml:7
#: web/templates/public/location.gohtml:13
#: web/templates/public/layout.gohtml:69 web/templates/public/layout.gohtml:97
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:61
2023-12-21 20:17:04 +00:00
msgctxt "title"
msgid "Location"
msgstr "Comment nous rejoindre"
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:7 web/templates/public/layout.gohtml:53
#: web/templates/public/layout.gohtml:93
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Home"
2023-12-20 12:01:52 +00:00
msgstr "Accueil"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:24
2023-12-13 22:55:43 +00:00
msgctxt "link"
msgid "Booking"
2023-12-20 12:01:52 +00:00
msgstr "Réservation"
2023-12-13 22:55:43 +00:00
#: web/templates/public/home.gohtml:31
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
msgid "The pleasure of camping in the middle of nature…"
msgstr "Le plaisir de camper en pleine nature…"
#: web/templates/public/home.gohtml:43
2023-12-13 22:55:43 +00:00
msgid "Our services"
2023-12-20 12:01:52 +00:00
msgstr "Nos services"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:45
2023-12-21 16:33:01 +00:00
msgid "Come and enjoy!"
msgstr "Venez et profitez-en !"
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:47
#: web/templates/public/surroundings.gohtml:7
#: web/templates/public/surroundings.gohtml:12
#: web/templates/public/layout.gohtml:68 web/templates/public/layout.gohtml:96
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:64
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Surroundings"
2023-12-20 12:01:52 +00:00
msgstr "Entourage"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:50
2023-12-18 20:23:03 +00:00
msgid "Located in <strong>Alta Garrotxa</strong>, between the <strong>Pyrenees</strong> and the <strong>Costa Brava</strong>."
msgstr "Situé dans <strong>l’ Alta Garrotxa</strong>, entre les <strong>Pyrénées</strong> et la <strong>Costa Brava</strong>."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:51
2023-12-18 20:23:03 +00:00
msgid "Nearby there are the <strong>gorges of Sadernes</strong>, <strong>volcanoes</strong>, <strong>La Fageda d’ en Jordà</strong>, the Jewish quarter of <strong>Besalú</strong>, the basaltic cliff of <strong>Castellfollit de la Roca</strong>… much to see and much to do."
msgstr "A proximité il y a les <strong>gorges de Sadernes</strong>, les <strong>volcans</strong>, <strong>La Fageda dâen Jordã </strong>, le quartier juif de <strong>Besalú</strong>, la falaise basaltique de <strong>Castellfollit de la Roca</strong>… beaucoup à voir et beaucoup à faire."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:52
2023-12-18 20:23:03 +00:00
msgid "Less than an hour from <strong>Girona</strong>, one from <strong>La Bisbal d’ Empordà</strong>, and two from <strong>Barcelona</strong>."
msgstr "À moins d’ une heure de <strong>Gérone</strong>, un de <strong>La Bisbal d’ Empordà</strong>et deux de <strong>Barcelone</strong>."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/home.gohtml:53
2023-12-13 22:55:43 +00:00
msgid "Discover the surroundings"
2023-12-20 12:01:52 +00:00
msgstr "Découvrir les environs"
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/type.gohtml:41
msgctxt "input"
msgid "Check-in Date"
2023-12-20 12:01:52 +00:00
msgstr "Date d'arrivée"
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/type.gohtml:47
msgctxt "input"
msgid "Check-out Date"
2023-12-20 12:01:52 +00:00
msgstr "Date de départ"
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/type.gohtml:54
2024-01-14 01:09:17 +00:00
#: web/templates/public/booking.gohtml:156
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Book"
2023-12-20 12:01:52 +00:00
msgstr "Réserver"
2023-12-13 22:55:43 +00:00
2023-12-22 02:32:40 +00:00
#: web/templates/public/campsite/type.gohtml:62
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/index.gohtml:51
2023-12-22 02:32:40 +00:00
msgctxt "title"
msgid "Calendar"
msgstr "Calendrier"
#: web/templates/public/campsite/type.gohtml:73
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/option/form.gohtml:63
#: web/templates/admin/campsite/type/form.gohtml:78
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Prices"
2023-12-20 12:01:52 +00:00
msgstr "Prix"
2023-12-13 22:55:43 +00:00
2023-12-22 02:32:40 +00:00
#: web/templates/public/campsite/type.gohtml:85
2024-01-14 01:09:17 +00:00
#: web/templates/public/campsite/type.gohtml:91
2023-12-22 02:32:40 +00:00
msgid "%s: %s €/night"
msgstr "%s : %s €/nuit"
2024-01-14 01:09:17 +00:00
#: web/templates/public/campsite/type.gohtml:87
msgid "%s €/night"
msgstr "%s €/nuit"
#: web/templates/public/campsite/type.gohtml:94
2023-12-18 20:23:03 +00:00
msgid "*Minimum %d nights per stay"
msgstr "*Minimum %d nuits par séjour"
2023-12-13 22:55:43 +00:00
2024-01-15 00:45:58 +00:00
#: web/templates/public/campsite/type.gohtml:99
msgid "10 % VAT included."
msgstr "10 % TVA incluse."
#: web/templates/public/campsite/type.gohtml:100
msgid "Tourist tax: %s per person aged 16 or over."
msgstr "Taxe touristique: %s par personne de 16 ans ou plus."
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:102
msgid "Dogs: %s/night, tied, accompanied, and minimal barking."
msgstr "Chiens : %s/nuit, attachés, accompagnés et aboiements minimes."
#: web/templates/public/campsite/type.gohtml:104
msgid "No dogs allowed."
msgstr "Chiens interdits."
#: web/templates/public/campsite/type.gohtml:112
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Features"
2023-12-20 12:01:52 +00:00
msgstr "Caractéristiques"
2023-12-13 22:55:43 +00:00
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:123
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Info"
2023-12-20 12:01:52 +00:00
msgstr "Info"
2023-12-13 22:55:43 +00:00
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:127
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Facilities"
2023-12-20 12:01:52 +00:00
msgstr "Installations"
2023-12-13 22:55:43 +00:00
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:131
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Description"
2023-12-20 12:01:52 +00:00
msgstr "Description"
2023-12-13 22:55:43 +00:00
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:135
2024-01-14 23:28:34 +00:00
msgctxt "title"
msgid "Additional Information"
msgstr "Informations Complémentaires"
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:138
2024-01-15 00:02:50 +00:00
msgctxt "time"
msgid "Check in"
msgstr "Arrivée"
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:139
2024-01-15 00:02:50 +00:00
msgid "4 p.m. to 9 p.m."
msgstr "16 h à 21 h"
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:142
2024-01-15 00:02:50 +00:00
msgctxt "time"
msgid "Check out"
msgstr "Départ"
2024-01-15 01:07:32 +00:00
#: web/templates/public/campsite/type.gohtml:143
2024-01-15 00:02:50 +00:00
msgid "10 a.m."
msgstr "10 h"
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/calendar.gohtml:18
#: web/templates/admin/season/calendar.gohtml:16
msgctxt "day"
msgid "Mon"
2023-12-20 12:01:52 +00:00
msgstr "Lun"
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/calendar.gohtml:19
#: web/templates/admin/season/calendar.gohtml:17
msgctxt "day"
msgid "Tue"
2023-12-20 12:01:52 +00:00
msgstr "Mar."
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/calendar.gohtml:20
#: web/templates/admin/season/calendar.gohtml:18
msgctxt "day"
msgid "Wed"
2023-12-20 12:01:52 +00:00
msgstr "Mer."
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/calendar.gohtml:21
#: web/templates/admin/season/calendar.gohtml:19
msgctxt "day"
msgid "Thu"
2023-12-20 12:01:52 +00:00
msgstr "Jeu."
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/calendar.gohtml:22
#: web/templates/admin/season/calendar.gohtml:20
msgctxt "day"
msgid "Fri"
2023-12-20 12:01:52 +00:00
msgstr "Ven."
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/calendar.gohtml:23
#: web/templates/admin/season/calendar.gohtml:21
msgctxt "day"
msgid "Sat"
2023-12-20 12:01:52 +00:00
msgstr "Sam."
2023-12-13 22:55:43 +00:00
#: web/templates/public/campsite/calendar.gohtml:24
#: web/templates/admin/season/calendar.gohtml:22
msgctxt "day"
msgid "Sun"
2023-12-20 12:01:52 +00:00
msgstr "Dim."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:32
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "What to Do Outside the Campsite?"
2023-12-20 12:01:52 +00:00
msgstr "Que faire à l’ extérieur du camping ?"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:52
2023-12-13 22:55:43 +00:00
msgctxt "title"
2023-12-18 20:23:03 +00:00
msgid "Once at the Campsite, We Can Inform You about What Activities are Available"
msgstr "Une fois au camping, nous pourrons vous informer sur les activités disponibles"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:55
2023-12-13 22:55:43 +00:00
msgid "Cycle routes"
2023-12-20 12:01:52 +00:00
msgstr "Pistes cyclables"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:56
2023-12-13 22:55:43 +00:00
msgid "There are many bicycle rental companies in Olot."
2023-12-20 12:01:52 +00:00
msgstr "Il existe de nombreuses sociétés de location de vélos à Olot."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:60
2023-12-13 22:55:43 +00:00
msgid "Routes"
2023-12-20 12:01:52 +00:00
msgstr "Itinéraires"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:61
2023-12-13 22:55:43 +00:00
msgid "Routes of all kinds, climbing, mountain passes, for all levels."
2023-12-18 20:23:03 +00:00
msgstr "Itinéraires de toutes sortes, escalade, cols de montagne, pour tous les niveaux."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:65
2023-12-13 22:55:43 +00:00
msgid "Family outing"
2023-12-20 12:01:52 +00:00
msgstr "Sortie en famille"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:66
2023-12-13 22:55:43 +00:00
msgid "Many outing possibilities, for all ages."
2023-12-20 12:01:52 +00:00
msgstr "Nombreuses possibilités de sorties, pour tous les âges."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:70
2023-12-13 22:55:43 +00:00
msgid "Kayak"
2023-12-20 12:01:52 +00:00
msgstr "Kayak"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/surroundings.gohtml:71
2023-12-18 20:23:03 +00:00
msgid "There are several points where you can go by kayak, from sections of the Ter river as well as on the coast…."
msgstr "Il y a plusieurs points où vous pouvez aller en kayak, à partir de sections de la rivière Ter ainsi que sur la côte…."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/campground.gohtml:7
#: web/templates/public/campground.gohtml:16
#: web/templates/public/layout.gohtml:54 web/templates/public/layout.gohtml:94
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Campground"
2023-12-20 12:01:52 +00:00
msgstr "Camping"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:6 web/templates/public/booking.gohtml:11
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:70
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Booking"
msgstr "Reservation"
#: web/templates/public/booking.gohtml:15
msgctxt "title"
msgid "Customer Details"
msgstr "Détails du client"
#: web/templates/public/booking.gohtml:18
msgctxt "input"
msgid "Full name"
msgstr "Nom et prénom"
#: web/templates/public/booking.gohtml:27
msgctxt "input"
msgid "Address (optional)"
2023-12-20 16:51:01 +00:00
msgstr "Adresse (Facultatif)"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:36
msgctxt "input"
msgid "Postcode (optional)"
2023-12-20 16:51:01 +00:00
msgstr "Code postal (Facultatif)"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:45
msgctxt "input"
msgid "Town or village (optional)"
2023-12-20 16:51:01 +00:00
msgstr "Ville (Facultatif)"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:54
#: web/templates/admin/taxDetails.gohtml:98
msgctxt "input"
msgid "Country"
msgstr "Pays"
#: web/templates/public/booking.gohtml:57
msgid "Choose a country"
msgstr "Choisissez un pays"
#: web/templates/public/booking.gohtml:65 web/templates/admin/login.gohtml:22
2023-12-18 20:23:03 +00:00
#: web/templates/admin/profile.gohtml:35
#: web/templates/admin/taxDetails.gohtml:50
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Email"
msgstr "E-mail"
#: web/templates/public/booking.gohtml:74
#: web/templates/admin/taxDetails.gohtml:42
msgctxt "input"
msgid "Phone"
msgstr "Téléphone"
#: web/templates/public/booking.gohtml:83
msgctxt "title"
msgid "Accommodation"
2023-12-20 12:01:52 +00:00
msgstr "Hébergement"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:98
msgctxt "input"
msgid "Area preferences (optional)"
2023-12-20 12:01:52 +00:00
msgstr "Préférences de zone (facultatif)"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:120
msgctxt "title"
msgid "Booking Period"
2023-12-20 12:01:52 +00:00
msgstr "Période de réservation"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:123
msgctxt "input"
msgid "Arrival date"
2023-12-20 12:01:52 +00:00
msgstr "Date d’ arrivée"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:132
msgctxt "input"
msgid "Departure date"
2023-12-20 12:01:52 +00:00
msgstr "Date de depart"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:143
msgctxt "input"
msgid "ACSI card? (optional)"
2023-12-20 12:01:52 +00:00
msgstr "Carte ACSI ? (Facultatif)"
2023-12-13 22:55:43 +00:00
#: web/templates/public/booking.gohtml:150
msgctxt "input"
2023-12-22 02:32:40 +00:00
msgid "I have read and I accept <a href=\"%s\" target=\"_blank\">the reservation conditions</a>"
msgstr "J’ ai lu et j’ accepte <a href=\"%s\" target=\"_blank\">les conditions de réservation</a>"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:12 web/templates/public/layout.gohtml:48
#: web/templates/public/layout.gohtml:131
2023-12-13 22:55:43 +00:00
msgid "Campsite Montagut"
2023-12-20 12:01:52 +00:00
msgstr "Camping Montagut"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:24 web/templates/admin/layout.gohtml:21
2023-12-13 22:55:43 +00:00
msgid "Skip to main content"
2023-12-20 12:01:52 +00:00
msgstr "Passer au contenu principal"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:50
2024-01-10 18:41:57 +00:00
msgid "Menu"
msgstr "Menu"
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:58 web/templates/public/layout.gohtml:104
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/index.gohtml:6
#: web/templates/admin/campsite/index.gohtml:12
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:46 web/templates/admin/layout.gohtml:86
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Campsites"
2023-12-20 19:17:23 +00:00
msgstr "Locatifs"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:91
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Sections"
2023-12-20 12:01:52 +00:00
msgstr "Sections"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:115
2023-12-21 20:17:04 +00:00
msgctxt "title"
msgid "Opening"
msgstr "Ouverture"
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/public/layout.gohtml:122
2023-12-18 20:23:03 +00:00
msgid "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s"
2023-12-20 19:17:23 +00:00
msgstr "<abbr title=\"Registre du tourisme de Catalogne\"># RTC</abbr> %s"
2023-12-13 22:55:43 +00:00
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/form.gohtml:8
#: web/templates/admin/legal/form.gohtml:25
2023-12-13 22:55:43 +00:00
msgctxt "title"
2023-12-22 01:23:18 +00:00
msgid "Edit Legal Text"
2024-01-10 18:41:57 +00:00
msgstr "Modifier le texte juridique"
2023-12-13 22:55:43 +00:00
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/form.gohtml:10
#: web/templates/admin/legal/form.gohtml:27
2023-12-13 22:55:43 +00:00
msgctxt "title"
2023-12-22 01:23:18 +00:00
msgid "New Legal Text"
2024-01-10 18:41:57 +00:00
msgstr "Nouveau texte juridique"
2023-12-13 22:55:43 +00:00
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/form.gohtml:37
2023-12-13 22:55:43 +00:00
msgctxt "input"
2023-12-22 01:23:18 +00:00
msgid "Slug"
2024-01-10 18:41:57 +00:00
msgstr "Slug"
2023-12-13 22:55:43 +00:00
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/form.gohtml:46
#: web/templates/admin/campsite/feature/form.gohtml:52
#: web/templates/admin/campsite/option/form.gohtml:34
#: web/templates/admin/campsite/type/form.gohtml:46
#: web/templates/admin/season/form.gohtml:46
#: web/templates/admin/services/form.gohtml:52
#: web/templates/admin/profile.gohtml:26
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/form.gohtml:37
2023-12-22 01:23:18 +00:00
msgctxt "input"
msgid "Name"
msgstr "Nom"
#: web/templates/admin/legal/form.gohtml:64
msgctxt "input"
msgid "Content"
2024-01-10 18:41:57 +00:00
msgstr "Contenu"
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/form.gohtml:84
2024-01-12 18:33:44 +00:00
#: web/templates/admin/carousel/form.gohtml:52
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/feature/form.gohtml:67
#: web/templates/admin/campsite/carousel/form.gohtml:52
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:70
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/option/form.gohtml:83
2024-01-14 23:28:34 +00:00
#: web/templates/admin/campsite/type/form.gohtml:171
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/form.gohtml:69
#: web/templates/admin/services/form.gohtml:80
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/form.gohtml:65
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/form.gohtml:35
msgctxt "action"
msgid "Update"
2023-12-20 12:01:52 +00:00
msgstr "Mettre à jour"
2023-12-13 22:55:43 +00:00
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/form.gohtml:86
2024-01-12 18:33:44 +00:00
#: web/templates/admin/carousel/form.gohtml:54
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/feature/form.gohtml:69
#: web/templates/admin/campsite/carousel/form.gohtml:54
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:72
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/option/form.gohtml:85
2024-01-14 23:28:34 +00:00
#: web/templates/admin/campsite/type/form.gohtml:173
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/form.gohtml:71
#: web/templates/admin/services/form.gohtml:82
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/form.gohtml:67
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Add"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter"
2023-12-13 22:55:43 +00:00
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/index.gohtml:6
#: web/templates/admin/legal/index.gohtml:12
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:67
2023-12-22 01:23:18 +00:00
msgctxt "title"
msgid "Legal Texts"
2024-01-10 18:41:57 +00:00
msgstr "Textes juridiques"
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/index.gohtml:11
msgctxt "action"
msgid "Add Legal Text"
2024-01-10 18:41:57 +00:00
msgstr "Ajouter un texte juridique"
2023-12-22 01:23:18 +00:00
#: web/templates/admin/legal/index.gohtml:17
#: web/templates/admin/campsite/feature/index.gohtml:26
#: web/templates/admin/campsite/option/index.gohtml:25
#: web/templates/admin/campsite/type/index.gohtml:25
#: web/templates/admin/season/index.gohtml:26
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/index.gohtml:26
2023-12-22 01:23:18 +00:00
msgctxt "header"
msgid "Name"
msgstr "Nom"
#: web/templates/admin/legal/index.gohtml:29
msgid "No legal texts added yet."
2024-01-10 18:41:57 +00:00
msgstr "Aucune texte juridique n’ a encore été ajoutée."
2023-12-22 01:23:18 +00:00
#: web/templates/admin/carousel/form.gohtml:8
#: web/templates/admin/carousel/form.gohtml:25
msgctxt "title"
msgid "Edit Carousel Slide"
msgstr "Modifier la diapositive du carrousel"
#: web/templates/admin/carousel/form.gohtml:10
#: web/templates/admin/carousel/form.gohtml:27
msgctxt "title"
msgid "New Carousel Slide"
msgstr "Nouveau toboggan carrousel"
#: web/templates/admin/carousel/form.gohtml:37
#: web/templates/admin/campsite/carousel/form.gohtml:37
msgctxt "input"
msgid "Caption"
msgstr "Légende"
2023-12-21 20:17:04 +00:00
#: web/templates/admin/location.gohtml:6 web/templates/admin/location.gohtml:12
msgctxt "title"
msgid "Location Settings"
msgstr "Paramètres de comment nous rejoindre"
#: web/templates/admin/location.gohtml:17
msgctxt "input"
msgid "Directions"
msgstr "Directions"
#: web/templates/admin/location.gohtml:35
msgctxt "input"
msgid "Opening Dates"
msgstr "Dates d’ ouverture"
#: web/templates/admin/location.gohtml:53
msgctxt "input"
msgid "Map Embed"
msgstr "Carte intégrée"
#: web/templates/admin/location.gohtml:60 web/templates/admin/payment.gohtml:62
#: web/templates/admin/profile.gohtml:75
2024-01-14 01:09:17 +00:00
#: web/templates/admin/taxDetails.gohtml:167
2023-12-21 20:17:04 +00:00
msgctxt "action"
msgid "Save changes"
msgstr "Enregistrer les changements"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/feature/form.gohtml:8
#: web/templates/admin/campsite/feature/form.gohtml:25
msgctxt "title"
msgid "Edit Campsite Type Feature"
2023-12-20 12:01:52 +00:00
msgstr "Modifier l’ entité de type de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/feature/form.gohtml:10
#: web/templates/admin/campsite/feature/form.gohtml:27
msgctxt "title"
msgid "New Campsite Type Feature"
2023-12-20 12:01:52 +00:00
msgstr "Nouvelle fonctionnalité de type de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/feature/form.gohtml:34
#: web/templates/admin/services/form.gohtml:34
msgctxt "input"
msgid "Icon"
2023-12-20 12:01:52 +00:00
msgstr "Icône"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/feature/index.gohtml:6
#: web/templates/admin/campsite/feature/index.gohtml:12
msgctxt "title"
msgid "Campsite Type Features"
2023-12-20 12:01:52 +00:00
msgstr "Caractéristiques du type d’ emplacement de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/feature/index.gohtml:11
msgctxt "action"
msgid "Add Feature"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter une fonctionnalité"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/feature/index.gohtml:43
2023-12-13 22:55:43 +00:00
msgid "No campsite type features added yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucune fonctionnalité de type camping n’ a encore été ajoutée."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/carousel/form.gohtml:8
#: web/templates/admin/campsite/carousel/form.gohtml:25
msgctxt "title"
msgid "Edit Campsite Type Carousel Slide"
2023-12-20 12:01:52 +00:00
msgstr "Modifier la diapositive du carrousel de type camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/carousel/form.gohtml:10
#: web/templates/admin/campsite/carousel/form.gohtml:27
msgctxt "title"
msgid "New Campsite Type Carousel Slide"
2023-12-20 12:01:52 +00:00
msgstr "Nouveau toboggan de carrousel de type camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:6
#: web/templates/admin/campsite/carousel/index.gohtml:11
msgctxt "title"
msgid "Campsite Type Carousel"
2023-12-20 12:01:52 +00:00
msgstr "Type de camping Carrousel"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:12
#: web/templates/admin/services/index.gohtml:12
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:57
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Add slide"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter la diapositive"
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:25
#: web/templates/admin/services/index.gohtml:25
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/index.gohtml:25
2023-12-20 18:52:14 +00:00
#: web/templates/admin/home/index.gohtml:25
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:70
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Image"
2023-12-20 12:01:52 +00:00
msgstr "Image"
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:26
#: web/templates/admin/services/index.gohtml:26
#: web/templates/admin/home/index.gohtml:26
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:71
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Caption"
2023-12-20 12:01:52 +00:00
msgstr "Légende"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:27
2024-01-12 18:33:44 +00:00
#: web/templates/admin/services/index.gohtml:27
2024-01-13 00:15:24 +00:00
#: web/templates/admin/services/index.gohtml:72
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/index.gohtml:27
2024-01-12 18:33:44 +00:00
#: web/templates/admin/home/index.gohtml:27
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:72
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Actions"
2023-12-20 12:01:52 +00:00
msgstr "Actions"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:31
2024-01-12 18:33:44 +00:00
#: web/templates/admin/services/index.gohtml:31
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:76
2023-12-13 22:55:43 +00:00
msgid "Are you sure you wish to delete this slide?"
2023-12-20 12:01:52 +00:00
msgstr "Êtes-vous sûr de vouloir supprimer cette diapositive ?"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:45
2024-01-12 18:33:44 +00:00
#: web/templates/admin/services/index.gohtml:44
2024-01-13 00:15:24 +00:00
#: web/templates/admin/services/index.gohtml:88
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/index.gohtml:44
2024-01-12 18:33:44 +00:00
#: web/templates/admin/home/index.gohtml:44
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:89
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Delete"
2023-12-20 12:01:52 +00:00
msgstr "Supprimer"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/carousel/index.gohtml:54
2024-01-12 18:33:44 +00:00
#: web/templates/admin/services/index.gohtml:53
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:98
2023-12-13 22:55:43 +00:00
msgid "No slides added yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucune diapositive n’ a encore été ajoutée."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:8
#: web/templates/admin/campsite/form.gohtml:25
msgctxt "title"
msgid "Edit Campsite"
2023-12-20 12:01:52 +00:00
msgstr "Modifier le camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:10
#: web/templates/admin/campsite/form.gohtml:27
msgctxt "title"
msgid "New Campsite"
2023-12-20 12:01:52 +00:00
msgstr "Nouveau camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:37
#: web/templates/admin/campsite/index.gohtml:20
msgctxt "campsite"
msgid "Active"
2023-12-20 12:01:52 +00:00
msgstr "Actif"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:46
msgctxt "input"
msgid "Campsite Type"
2023-12-20 12:01:52 +00:00
msgstr "Type d’ emplacement de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:51
msgid "Select campsite type"
2023-12-20 12:01:52 +00:00
msgstr "Sélectionnez le type d’ emplacement"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/form.gohtml:60
msgctxt "input"
msgid "Label"
2023-12-20 12:01:52 +00:00
msgstr "Label"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/option/form.gohtml:8
#: web/templates/admin/campsite/option/form.gohtml:25
msgctxt "title"
msgid "Edit Campsite Type Option"
2023-12-20 12:01:52 +00:00
msgstr "Modifier l’ option Type d’ emplacement de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/option/form.gohtml:10
#: web/templates/admin/campsite/option/form.gohtml:27
msgctxt "title"
msgid "New Campsite Type Option"
2023-12-20 12:01:52 +00:00
msgstr "Nouvelle option de type d’ emplacement de camping"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/option/form.gohtml:47
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Minimum"
2023-12-20 12:01:52 +00:00
msgstr "Minimum"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/option/form.gohtml:55
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Maximum"
2023-12-20 12:01:52 +00:00
msgstr "Maximum"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/option/form.gohtml:69
#: web/templates/admin/campsite/type/form.gohtml:84
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Price per night"
2023-12-20 12:01:52 +00:00
msgstr "Prix par nuit"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/option/index.gohtml:6
#: web/templates/admin/campsite/option/index.gohtml:12
msgctxt "title"
msgid "Campsite Type Options"
2023-12-20 12:01:52 +00:00
msgstr "Options de type d’ emplacement de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/option/index.gohtml:11
msgctxt "action"
msgid "Add Option"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter une option"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/option/index.gohtml:42
2023-12-13 22:55:43 +00:00
msgid "No campsite type options added yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucune option de type de camping n’ a encore été ajoutée."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/index.gohtml:11
msgctxt "action"
msgid "Add Campsite"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter un camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/index.gohtml:18
msgctxt "header"
msgid "Label"
2023-12-20 12:01:52 +00:00
msgstr "Label"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/index.gohtml:19
msgctxt "header"
msgid "Type"
2023-12-20 12:01:52 +00:00
msgstr "Type"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/index.gohtml:28
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:49
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/index.gohtml:41
2023-12-13 22:55:43 +00:00
msgid "Yes"
2023-12-20 12:01:52 +00:00
msgstr "Oui"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/index.gohtml:28
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:49
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/index.gohtml:41
2023-12-13 22:55:43 +00:00
msgid "No"
2023-12-20 12:01:52 +00:00
msgstr "Non"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/index.gohtml:34
msgid "No campsites added yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucun camping n’ a encore été ajouté."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/type/form.gohtml:8
#: web/templates/admin/campsite/type/form.gohtml:25
msgctxt "title"
msgid "Edit Campsite Type"
2023-12-20 12:01:52 +00:00
msgstr "Modifier le type d’ emplacement"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/type/form.gohtml:10
#: web/templates/admin/campsite/type/form.gohtml:27
msgctxt "title"
msgid "New Campsite Type"
2023-12-20 12:01:52 +00:00
msgstr "Nouveau type d’ emplacement de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/type/form.gohtml:37
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:29
2023-12-13 22:55:43 +00:00
msgctxt "campsite type"
msgid "Active"
2023-12-20 12:01:52 +00:00
msgstr "Actif"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/form.gohtml:62
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Maximum number of campers"
2023-12-20 12:01:52 +00:00
msgstr "Nombre maximum de campeurs"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/form.gohtml:72
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Dogs allowed"
2023-12-20 12:01:52 +00:00
msgstr "Chiens acceptés"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/form.gohtml:92
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Minimum number of nights"
2023-12-20 12:01:52 +00:00
msgstr "Nombre minimum de nuits"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/form.gohtml:104
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Spiel"
2023-12-20 12:01:52 +00:00
msgstr "Boniment"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/form.gohtml:117
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Info"
2023-12-20 12:01:52 +00:00
msgstr "Info"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/form.gohtml:130
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Facilities"
2023-12-20 12:01:52 +00:00
msgstr "Installations"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/form.gohtml:143
2024-01-13 00:15:24 +00:00
#: web/templates/admin/services/form.gohtml:65
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/form.gohtml:50
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Description"
2023-12-20 12:01:52 +00:00
msgstr "Description"
2023-12-13 22:55:43 +00:00
2024-01-14 23:28:34 +00:00
#: web/templates/admin/campsite/type/form.gohtml:156
msgctxt "input"
msgid "Additional Information"
msgstr "Informations Complémentaires"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/type/index.gohtml:6
#: web/templates/admin/campsite/type/index.gohtml:12
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:43
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Campsite Types"
2023-12-20 12:01:52 +00:00
msgstr "Types d’ emplacements de camping"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/campsite/type/index.gohtml:11
msgctxt "action"
msgid "Add Type"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter un type"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:26
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Features"
2023-12-20 12:01:52 +00:00
msgstr "Caractéristiques"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:27
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Options"
2023-12-20 12:01:52 +00:00
msgstr "Options"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:28
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Carousel"
2023-12-20 12:01:52 +00:00
msgstr "Carrousel"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:41
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Edit Features"
2023-12-20 12:01:52 +00:00
msgstr "Edit Caractéristiques"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:44
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Edit Options"
2023-12-20 12:01:52 +00:00
msgstr "Modifier les options"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:47
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Edit Carousel"
2023-12-20 12:01:52 +00:00
msgstr "Modifier le carrousel"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: web/templates/admin/campsite/type/index.gohtml:56
2023-12-13 22:55:43 +00:00
msgid "No campsite types added yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucun type d’ emplacement n’ a encore été ajouté."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/season/form.gohtml:8
#: web/templates/admin/season/form.gohtml:25
msgctxt "title"
msgid "Edit Season"
2023-12-20 12:01:52 +00:00
msgstr "Éditer la saison"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/season/form.gohtml:10
#: web/templates/admin/season/form.gohtml:27
msgctxt "title"
msgid "New Season"
2023-12-20 12:01:52 +00:00
msgstr "Nouvelle saison"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/season/form.gohtml:37
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/index.gohtml:27
2023-12-13 22:55:43 +00:00
msgctxt "season"
msgid "Active"
2023-12-20 12:01:52 +00:00
msgstr "Actif"
2023-12-13 22:55:43 +00:00
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/form.gohtml:59
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Color"
2023-12-20 12:01:52 +00:00
msgstr "Couleur"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/season/index.gohtml:6
#: web/templates/admin/season/index.gohtml:12
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:49
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Seasons"
2023-12-20 12:01:52 +00:00
msgstr "Saisons"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/season/index.gohtml:11
msgctxt "action"
msgid "Add Season"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter une saison"
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: web/templates/admin/season/index.gohtml:25
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Color"
2023-12-20 12:01:52 +00:00
msgstr "Couleur"
2023-12-13 22:55:43 +00:00
2024-01-13 00:15:24 +00:00
#: web/templates/admin/season/index.gohtml:48
2023-12-13 22:55:43 +00:00
msgid "No seasons added yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucune saison n’ a encore été ajoutée."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/season/calendar.gohtml:49
#: web/templates/admin/media/picker.gohtml:61
msgctxt "action"
msgid "Cancel"
2023-12-20 12:01:52 +00:00
msgstr "Annuler"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/payment.gohtml:6 web/templates/admin/payment.gohtml:12
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:40
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Payment Settings"
2023-12-20 12:01:52 +00:00
msgstr "Paramètres de paiement"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/payment.gohtml:17
msgctxt "input"
msgid "Merchant Code"
2023-12-20 12:01:52 +00:00
msgstr "Code Marchant"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/payment.gohtml:26
msgctxt "input"
msgid "Terminal Number"
2023-12-20 12:01:52 +00:00
msgstr "Numéro de terminal"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/payment.gohtml:36
msgctxt "input"
msgid "Merchant Key (only if must change it)"
2023-12-20 12:01:52 +00:00
msgstr "Clé marchande (uniquement si vous devez la changer)"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/payment.gohtml:38
msgctxt "input"
msgid "Merchant Key"
2023-12-20 12:01:52 +00:00
msgstr "Clé Marchant"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/payment.gohtml:48
msgctxt "title"
msgid "Environment"
2023-12-20 12:01:52 +00:00
msgstr "Environnement"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/payment.gohtml:55
msgctxt "title"
msgid "Integration"
2023-12-20 12:01:52 +00:00
msgstr "Intégration"
2023-12-13 22:55:43 +00:00
2023-12-18 20:23:03 +00:00
#: web/templates/admin/dashboard.gohtml:6
2024-01-16 00:25:25 +00:00
#: web/templates/admin/dashboard.gohtml:10 web/templates/admin/layout.gohtml:83
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Dashboard"
2023-12-20 12:01:52 +00:00
msgstr "Tableau de bord"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/login.gohtml:6 web/templates/admin/login.gohtml:13
msgctxt "title"
msgid "Login"
2023-12-20 12:01:52 +00:00
msgstr "Connexion"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/login.gohtml:31 web/templates/admin/profile.gohtml:46
msgctxt "input"
msgid "Password"
2023-12-20 12:01:52 +00:00
msgstr "Mot de passe"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/login.gohtml:40
msgctxt "action"
msgid "Login"
2023-12-20 12:01:52 +00:00
msgstr "Connexion"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/services/form.gohtml:8
#: web/templates/admin/services/form.gohtml:25
msgctxt "title"
msgid "Edit Service"
2023-12-20 12:01:52 +00:00
msgstr "Modifier le service"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/services/form.gohtml:10
#: web/templates/admin/services/form.gohtml:27
msgctxt "title"
msgid "New Service"
2023-12-20 12:01:52 +00:00
msgstr "Nouveau service"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/services/index.gohtml:6
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:58
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Services Page"
2023-12-20 12:01:52 +00:00
msgstr "La page des services"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/services/index.gohtml:11
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:56
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Carousel"
2023-12-20 12:01:52 +00:00
msgstr "Carrousel"
2023-12-13 22:55:43 +00:00
2024-01-12 18:33:44 +00:00
#: web/templates/admin/services/index.gohtml:57
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Add service"
2023-12-20 12:01:52 +00:00
msgstr "Ajouter un service"
2023-12-13 22:55:43 +00:00
2024-01-13 00:15:24 +00:00
#: web/templates/admin/services/index.gohtml:70
msgctxt "header"
msgid "Order"
msgstr "Ordre"
#: web/templates/admin/services/index.gohtml:71
2023-12-13 22:55:43 +00:00
msgctxt "header"
msgid "Service"
2023-12-20 12:01:52 +00:00
msgstr "Service"
2023-12-13 22:55:43 +00:00
2024-01-13 00:15:24 +00:00
#: web/templates/admin/services/index.gohtml:76
2023-12-13 22:55:43 +00:00
msgid "Are you sure you wish to delete this service?"
2023-12-20 12:01:52 +00:00
msgstr "Êtes-vous sûr de vouloir supprimer ce service ?"
2023-12-13 22:55:43 +00:00
2024-01-13 00:15:24 +00:00
#: web/templates/admin/services/index.gohtml:97
2023-12-13 22:55:43 +00:00
msgid "No services added yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucun service n’ a encore été ajouté."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/profile.gohtml:6 web/templates/admin/profile.gohtml:12
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:33
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Profile"
2023-12-20 12:01:52 +00:00
msgstr "Profil"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/profile.gohtml:17
msgctxt "inut"
msgid "Profile Image"
2023-12-20 12:01:52 +00:00
msgstr "Image de profil"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/profile.gohtml:43
msgctxt "legend"
msgid "Change password"
2023-12-20 12:01:52 +00:00
msgstr "Changer le mot de passe"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/profile.gohtml:55
msgctxt "input"
msgid "Password Confirmation"
2023-12-20 12:01:52 +00:00
msgstr "Confirmation du mot de passe"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/profile.gohtml:65
msgctxt "input"
msgid "Language"
2023-12-20 12:01:52 +00:00
msgstr "Langue"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:6
#: web/templates/admin/taxDetails.gohtml:12
msgctxt "title"
msgid "Tax Details"
2023-12-20 12:01:52 +00:00
msgstr "Détails de la taxe"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:17
#: web/templates/admin/taxDetails.gohtml:58
msgctxt "input"
msgid "Business Name"
2023-12-20 12:01:52 +00:00
msgstr "Nom de l'entreprise"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:26
msgctxt "input"
msgid "VAT Number"
2023-12-20 12:01:52 +00:00
msgstr "Numéro de TVA"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:34
msgctxt "input"
msgid "Trade Name"
2023-12-20 12:01:52 +00:00
msgstr "Nom commercial"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:66
msgctxt "input"
msgid "Address"
2023-12-20 12:01:52 +00:00
msgstr "Adresse"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:74
msgctxt "input"
msgid "City"
2023-12-20 12:01:52 +00:00
msgstr "Ville"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:82
msgctxt "input"
msgid "Province"
2023-12-20 12:01:52 +00:00
msgstr "Province"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:90
msgctxt "input"
msgid "Postcode"
2023-12-20 12:01:52 +00:00
msgstr "Code Postal"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/taxDetails.gohtml:108
msgctxt "input"
msgid "Currency"
2023-12-20 12:01:52 +00:00
msgstr "Devise"
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: web/templates/admin/taxDetails.gohtml:118
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Default Language"
2023-12-20 12:01:52 +00:00
msgstr "Langue par défaut"
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: web/templates/admin/taxDetails.gohtml:127
msgctxt "title"
msgid "Tourism"
msgstr "Tourisme"
#: web/templates/admin/taxDetails.gohtml:130
msgctxt "input"
msgid "RTC number"
msgstr "Numéro RTC"
#: web/templates/admin/taxDetails.gohtml:138
msgctxt "input"
msgid "Tourist Tax"
msgstr "Taxe touristique"
#: web/templates/admin/taxDetails.gohtml:147
msgctxt "title"
msgid "Invoicing"
msgstr "Facturation"
#: web/templates/admin/taxDetails.gohtml:150
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Invoice Number Format"
2023-12-20 12:01:52 +00:00
msgstr "Format de numéro de facture"
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: web/templates/admin/taxDetails.gohtml:158
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Legal Disclaimer"
2023-12-20 12:01:52 +00:00
msgstr "Avertissement juridique"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: web/templates/admin/surroundings/form.gohtml:8
#: web/templates/admin/surroundings/form.gohtml:25
msgctxt "title"
msgid "Edit Highlight"
msgstr "Modifier un point d’ intérêt"
#: web/templates/admin/surroundings/form.gohtml:10
#: web/templates/admin/surroundings/form.gohtml:27
msgctxt "title"
msgid "New Highlight"
msgstr "Nouveau point d’ intérêt"
#: web/templates/admin/surroundings/index.gohtml:6
msgctxt "title"
msgid "Surroundings Page"
msgstr "Page de l’ entourage"
#: web/templates/admin/surroundings/index.gohtml:11
msgctxt "title"
msgid "Highlights"
msgstr "Points d’ intérêt"
#: web/templates/admin/surroundings/index.gohtml:12
msgctxt "action"
msgid "Add highlight"
msgstr "Ajouter un point d’ intérêt"
#: web/templates/admin/surroundings/index.gohtml:31
msgid "Are you sure you wish to delete this highlight?"
msgstr "Êtes-vous sûr de vouloir supprimer cette point d’ intérêt ?"
#: web/templates/admin/surroundings/index.gohtml:53
msgid "No highlights added yet."
msgstr "Aucun point d’ intérêt n’ a encore été ajoutée."
#: web/templates/admin/layout.gohtml:29
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "User Menu"
2023-12-20 12:01:52 +00:00
msgstr "Menu utilisateur"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:37
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Company Settings"
2023-12-20 12:01:52 +00:00
msgstr "Paramètres de l'entreprise"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:52
2023-12-18 20:23:03 +00:00
#: web/templates/admin/media/index.gohtml:6
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/index.gohtml:11
msgctxt "title"
msgid "Media"
2023-12-20 12:01:52 +00:00
msgstr "Média"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:55 web/templates/admin/home/index.gohtml:6
2023-12-13 22:55:43 +00:00
msgctxt "title"
msgid "Home Page"
2023-12-20 12:01:52 +00:00
msgstr "Page d'accueil"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: web/templates/admin/layout.gohtml:72
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Logout"
2023-12-20 12:01:52 +00:00
msgstr "Déconnexion"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: web/templates/admin/home/index.gohtml:11
msgctxt "title"
msgid "Cover"
msgstr "Couverture"
#: web/templates/admin/home/index.gohtml:12
msgctxt "action"
msgid "Add cover image"
msgstr "Ajouter une image de couverture"
#: web/templates/admin/home/index.gohtml:31
msgid "Are you sure you wish to delete this cover image?"
msgstr "Êtes-vous sûr de vouloir supprimer cette image de couverture ?"
#: web/templates/admin/home/index.gohtml:53
msgid "No images added to the cover yet."
msgstr "Aucune image de couverture n’ a encore été ajoutée."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/picker.gohtml:8
msgctxt "title"
msgid "Media Picker"
2023-12-20 12:01:52 +00:00
msgstr "Sélecteur de médias"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/picker.gohtml:19
msgctxt "title"
msgid "Upload New Media"
2023-12-20 12:01:52 +00:00
msgstr "Téléverser de nouveaux médias"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/picker.gohtml:22
#: web/templates/admin/media/upload.gohtml:17
msgctxt "input"
msgid "File"
2023-12-20 12:01:52 +00:00
msgstr "Fichier"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/picker.gohtml:26
#: web/templates/admin/media/form.gohtml:22
#: web/templates/admin/media/upload.gohtml:21
msgid "Maximum upload file size: %s"
2023-12-20 12:01:52 +00:00
msgstr "Taille maximale de téléversement : %s"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/picker.gohtml:31
#: web/templates/admin/media/upload.gohtml:26
msgctxt "action"
msgid "Upload"
2023-12-20 12:01:52 +00:00
msgstr "Télécharger"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/picker.gohtml:47
msgctxt "title"
msgid "Choose Existing Media"
2023-12-20 12:01:52 +00:00
msgstr "Choisir un média existant"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/picker.gohtml:58
#: web/templates/admin/media/index.gohtml:20
msgid "No media uploaded yet."
2023-12-20 12:01:52 +00:00
msgstr "Aucun média n’ a encore été téléchargé."
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/form.gohtml:6
#: web/templates/admin/media/form.gohtml:12
msgctxt "title"
msgid "Edit Media"
2023-12-20 12:01:52 +00:00
msgstr "Modifier un média"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/form.gohtml:18
msgctxt "input"
msgid "Updated file"
2023-12-20 12:01:52 +00:00
msgstr "Fichier mis à jour"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/form.gohtml:27
msgctxt "input"
msgid "Filename"
2023-12-20 12:01:52 +00:00
msgstr "Nom du fichier"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/index.gohtml:12
msgctxt "action"
msgid "Upload media"
2023-12-20 12:01:52 +00:00
msgstr "Télécharger les médias"
2023-12-13 22:55:43 +00:00
#: web/templates/admin/media/upload.gohtml:6
#: web/templates/admin/media/upload.gohtml:12
msgctxt "title"
msgid "Upload Media"
2023-12-20 12:01:52 +00:00
msgstr "Envoyer un fichier"
2023-12-13 22:55:43 +00:00
2024-01-13 00:15:24 +00:00
#: pkg/legal/admin.go:258 pkg/app/user.go:249 pkg/campsite/types/option.go:344
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/feature.go:259 pkg/campsite/types/admin.go:463
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: pkg/season/admin.go:412 pkg/services/admin.go:316
2024-01-16 00:25:25 +00:00
#: pkg/surroundings/admin.go:321
2023-12-22 01:23:18 +00:00
msgid "Name can not be empty."
msgstr "Le nom ne peut pas être laissé vide."
2024-01-13 00:15:24 +00:00
#: pkg/legal/admin.go:259 pkg/campsite/types/option.go:345
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/feature.go:260 pkg/campsite/types/admin.go:464
2023-12-22 01:23:18 +00:00
msgid "Name must have at least one letter."
msgstr "Le nom doit comporter au moins une lettre."
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: pkg/carousel/admin.go:275 pkg/campsite/types/carousel.go:223
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Slide image"
2023-12-20 12:01:52 +00:00
msgstr "Image du diaporama"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: pkg/carousel/admin.go:276 pkg/campsite/types/carousel.go:224
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Set slide image"
2023-12-20 12:01:52 +00:00
msgstr "Définir l’ image de la diapositive"
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: pkg/carousel/admin.go:345 pkg/campsite/types/carousel.go:297
2024-01-16 00:25:25 +00:00
#: pkg/surroundings/admin.go:316
2023-12-13 22:55:43 +00:00
msgid "Slide image can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "L’ image de la diapositive ne peut pas être vide."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: pkg/carousel/admin.go:346 pkg/campsite/types/carousel.go:298
2024-01-16 00:25:25 +00:00
#: pkg/surroundings/admin.go:317
2023-12-13 22:55:43 +00:00
msgid "Slide image must be an image media type."
2023-12-20 12:01:52 +00:00
msgstr "L’ image de la diapositive doit être de type média d’ image."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/app/login.go:56 pkg/app/user.go:246 pkg/company/admin.go:217
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:269
2023-12-13 22:55:43 +00:00
msgid "Email can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "L’ e-mail ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/app/login.go:57 pkg/app/user.go:247 pkg/company/admin.go:218
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:270
2023-12-13 22:55:43 +00:00
msgid "This email is not valid. It should be like name@domain.com."
2023-12-18 20:23:03 +00:00
msgstr "Cette adresse e-mail n’ est pas valide. Il devrait en être name@domain.com."
2023-12-13 22:55:43 +00:00
#: pkg/app/login.go:59
msgid "Password can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le mot de passe ne peut pas être vide."
2023-12-13 22:55:43 +00:00
#: pkg/app/login.go:86
msgid "Invalid user or password."
2023-12-20 12:01:52 +00:00
msgstr "Utilisateur ou mot de passe non valide."
2023-12-13 22:55:43 +00:00
#: pkg/app/user.go:197
msgctxt "language option"
msgid "Automatic"
2023-12-20 12:01:52 +00:00
msgstr "Automatique"
2023-12-13 22:55:43 +00:00
#: pkg/app/user.go:250
msgid "Confirmation does not match password."
2023-12-20 12:01:52 +00:00
msgstr "La confirmation ne correspond pas au mot de passe."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/app/user.go:251 pkg/company/admin.go:238
2023-12-13 22:55:43 +00:00
msgid "Selected language is not valid."
2023-12-20 12:01:52 +00:00
msgstr "La langue sélectionnée n’ est pas valide."
2023-12-13 22:55:43 +00:00
#: pkg/app/user.go:253
msgid "File must be a valid PNG or JPEG image."
2023-12-20 12:01:52 +00:00
msgstr "Le fichier doit être une image PNG ou JPEG valide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/app/admin.go:64
2023-12-13 22:55:43 +00:00
msgid "Access forbidden"
2023-12-20 12:01:52 +00:00
msgstr "Accès interdit"
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: pkg/campsite/types/option.go:348
2023-12-13 22:55:43 +00:00
msgid "Minimum can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le minimum ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: pkg/campsite/types/option.go:349
2023-12-13 22:55:43 +00:00
msgid "Minimum must be an integer number."
2023-12-20 12:01:52 +00:00
msgstr "Le minimum doit être un nombre entier."
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: pkg/campsite/types/option.go:351
2023-12-13 22:55:43 +00:00
msgid "Minimum must be zero or greater."
2023-12-20 12:01:52 +00:00
msgstr "Le minimum doit être égal ou supérieur à zéro."
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: pkg/campsite/types/option.go:354
2023-12-13 22:55:43 +00:00
msgid "Maximum can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le maximum ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: pkg/campsite/types/option.go:355
2023-12-13 22:55:43 +00:00
msgid "Maximum must be an integer number."
2023-12-20 12:01:52 +00:00
msgstr "Le maximum doit être un nombre entier."
2023-12-13 22:55:43 +00:00
2024-01-10 20:52:49 +00:00
#: pkg/campsite/types/option.go:357
2023-12-13 22:55:43 +00:00
msgid "Maximum must be equal or greater than minimum."
2023-12-20 12:01:52 +00:00
msgstr "Le maximum doit être égal ou supérieur au minimum."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/option.go:361 pkg/campsite/types/admin.go:477
2023-12-13 22:55:43 +00:00
msgid "Price per night can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le prix par nuit ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/option.go:362 pkg/campsite/types/admin.go:478
2023-12-13 22:55:43 +00:00
msgid "Price per night must be a decimal number."
2023-12-20 12:01:52 +00:00
msgstr "Le prix par nuit doit être un nombre décimal."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/option.go:363 pkg/campsite/types/admin.go:479
2023-12-13 22:55:43 +00:00
msgid "Price per night must be zero or greater."
2023-12-20 12:01:52 +00:00
msgstr "Le prix par nuit doit être égal ou supérieur."
2023-12-13 22:55:43 +00:00
Add home’s cover carousel
This is a separate carousel from the one displayed at the bottom with
location info; it is, i suppose, a carousel for the hero image.
For the database, it works exactly as the home carousel, but on the
front had to use AlpineJS instead of Slick because it needs to show a
text popping up from the bottom when the slide is show, something i do
not know how to do in Slick.
It now makes no sense to have the carousel inside the “nature” section,
because the heading is no longer in there, and moved it out into a new
“hero” div.
Since i now have two carousels in home, i had to add additional
attributes to carousel.AdminHandler to know which URL to point to when
POSTing, PUTting, or redirecting.
2024-01-16 20:05:52 +00:00
#: pkg/campsite/types/feature.go:258 pkg/services/admin.go:315
2023-12-13 22:55:43 +00:00
msgid "Selected icon is not valid."
2023-12-20 12:01:52 +00:00
msgstr "L’ icône sélectionnée n’ est pas valide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:305
2023-12-13 22:55:43 +00:00
msgctxt "input"
msgid "Cover image"
2023-12-20 12:01:52 +00:00
msgstr "Image de couverture"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:306
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Set campsite type cover"
2023-12-20 12:01:52 +00:00
msgstr "Définir une couverture type camping"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:466
2023-12-13 22:55:43 +00:00
msgid "Cover image can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "L’ image de couverture ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:467
2023-12-13 22:55:43 +00:00
msgid "Cover image must be an image media type."
2023-12-20 12:01:52 +00:00
msgstr "L’ image de couverture doit être de type média d’ image."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:471
2023-12-13 22:55:43 +00:00
msgid "Maximum number of campers can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le nombre maximum de campeurs ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:472
2023-12-13 22:55:43 +00:00
msgid "Maximum number of campers must be an integer number."
2023-12-20 12:01:52 +00:00
msgstr "Le nombre maximum de campeurs doit être un nombre entier."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:473
2023-12-13 22:55:43 +00:00
msgid "Maximum number of campers must be one or greater."
2023-12-20 12:01:52 +00:00
msgstr "Le nombre maximum de campeurs doit être égal ou supérieur à un campeur."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:482
2023-12-13 22:55:43 +00:00
msgid "Minimum number of nights can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le nombre minimum de nuits ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:483
2023-12-13 22:55:43 +00:00
msgid "Minimum number of nights must be an integer."
2023-12-20 12:01:52 +00:00
msgstr "Le nombre minimum de nuits doit être un entier."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/campsite/types/admin.go:484
2023-12-13 22:55:43 +00:00
msgid "Minimum number of nights must be one or greater."
2023-12-20 12:01:52 +00:00
msgstr "Le nombre minimum de nuits doit être supérieur ou égal à une nuit."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/campsite/admin.go:226 pkg/booking/public.go:278
2023-12-13 22:55:43 +00:00
msgid "Selected campsite type is not valid."
2023-12-20 12:01:52 +00:00
msgstr "Le type d’ emplacement sélectionné n’ est pas valide."
2023-12-13 22:55:43 +00:00
#: pkg/campsite/admin.go:227
msgid "Label can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "L'étiquette ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:183
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "January"
2023-12-20 12:01:52 +00:00
msgstr "Janvier"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:184
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "February"
2023-12-20 12:01:52 +00:00
msgstr "Février"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:185
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "March"
2023-12-20 12:01:52 +00:00
msgstr "Mars"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:186
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "April"
2023-12-20 12:01:52 +00:00
msgstr "Avril"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:187
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "May"
2023-12-20 12:01:52 +00:00
msgstr "Mai"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:188
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "June"
2023-12-20 12:01:52 +00:00
msgstr "Juin"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:189
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "July"
2023-12-20 12:01:52 +00:00
msgstr "Juillet"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:190
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "August"
2023-12-20 12:01:52 +00:00
msgstr "Août"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:191
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "September"
2023-12-20 12:01:52 +00:00
msgstr "Septembre"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:192
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "October"
2023-12-20 12:01:52 +00:00
msgstr "Octobre"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:193
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "November"
2023-12-20 12:01:52 +00:00
msgstr "Novembre"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:194
2023-12-13 22:55:43 +00:00
msgctxt "month"
msgid "December"
2023-12-20 12:01:52 +00:00
msgstr "Décembre"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:413
2023-12-13 22:55:43 +00:00
msgid "Color can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "La couleur ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:414
2023-12-13 22:55:43 +00:00
msgid "This color is not valid. It must be like #123abc."
2023-12-20 12:01:52 +00:00
msgstr "Cette couleur n’ est pas valide. Il doit être comme #123abc."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:514
2023-12-13 22:55:43 +00:00
msgctxt "action"
msgid "Unset"
2023-12-20 12:01:52 +00:00
msgstr "Unset"
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:545
2023-12-13 22:55:43 +00:00
msgid "Start date can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "La date de début ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:546
2023-12-13 22:55:43 +00:00
msgid "Start date must be a valid date."
2023-12-20 12:01:52 +00:00
msgstr "La date de début doit être une date valide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:548
2023-12-13 22:55:43 +00:00
msgid "End date can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "La date de fin ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/season/admin.go:549
2023-12-13 22:55:43 +00:00
msgid "End date must be a valid date."
2023-12-20 12:01:52 +00:00
msgstr "La date de fin doit être une date valide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/surroundings/admin.go:267
msgctxt "input"
msgid "Highlight image"
msgstr "Image du point d’ intérêt"
#: pkg/surroundings/admin.go:268
msgctxt "action"
msgid "Set highlight image"
msgstr "Définir l’ image du point d’ intérêt"
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:200 pkg/booking/public.go:256
2023-12-13 22:55:43 +00:00
msgid "Selected country is not valid."
2023-12-20 12:01:52 +00:00
msgstr "Le pays sélectionné n’ est pas valide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:204
2023-12-13 22:55:43 +00:00
msgid "Business name can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le nom de l’ entreprise ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:205
2023-12-13 22:55:43 +00:00
msgid "Business name must have at least two letters."
2023-12-20 12:01:52 +00:00
msgstr "Le nom de l’ entreprise doit comporter au moins deux lettres."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:207
2023-12-13 22:55:43 +00:00
msgid "VAT number can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le numéro de TVA ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:208
2023-12-13 22:55:43 +00:00
msgid "This VAT number is not valid."
2023-12-20 12:01:52 +00:00
msgstr "Ce numéro de TVA n’ est pas valide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:212 pkg/booking/public.go:272
2023-12-13 22:55:43 +00:00
msgid "Phone can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le téléphone ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:213 pkg/booking/public.go:273
2023-12-13 22:55:43 +00:00
msgid "This phone number is not valid."
2023-12-20 12:01:52 +00:00
msgstr "Ce numéro de téléphone n’ est pas valide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:221
2023-12-13 22:55:43 +00:00
msgid "This web address is not valid. It should be like https://domain.com/."
2023-12-18 20:23:03 +00:00
msgstr "Cette adresse web n’ est pas valide. Il devrait en être https://domain.com/."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:223
2023-12-13 22:55:43 +00:00
msgid "Address can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "L’ adresse ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:224
2023-12-13 22:55:43 +00:00
msgid "City can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "La ville ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:225
2023-12-13 22:55:43 +00:00
msgid "Province can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "La province ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:226
2023-12-13 22:55:43 +00:00
msgid "Postal code can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le code postal ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:227 pkg/booking/public.go:265
2023-12-13 22:55:43 +00:00
msgid "This postal code is not valid."
2023-12-20 12:01:52 +00:00
msgstr "Ce code postal n’ est pas valide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:231
2023-12-13 22:55:43 +00:00
msgid "RTC number can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le numéro RTC ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:232
msgid "Tourist tax can not be empty."
msgstr "La taxe touristique ne peut pas être vide."
#: pkg/company/admin.go:233
msgid "Tourist tax must be a decimal number."
msgstr "La taxe touristique doit être un nombre décimal."
#: pkg/company/admin.go:234
msgid "Tourist tax must be zero or greater."
msgstr "La taxe touristique doit être égal ou supérieur à zéro."
#: pkg/company/admin.go:237
2023-12-13 22:55:43 +00:00
msgid "Selected currency is not valid."
2023-12-20 12:01:52 +00:00
msgstr "La devise sélectionnée n’ est pas valide."
2023-12-13 22:55:43 +00:00
2024-01-14 01:09:17 +00:00
#: pkg/company/admin.go:239
2023-12-13 22:55:43 +00:00
msgid "Invoice number format can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le format du numéro de facture ne peut pas être vide."
2023-12-13 22:55:43 +00:00
#: pkg/auth/user.go:40
msgid "Cross-site request forgery detected."
2023-12-20 12:01:52 +00:00
msgstr "Détection d’ une falsification de requête intersites."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/media/admin.go:312
2023-12-13 22:55:43 +00:00
msgid "Uploaded file can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le fichier téléchargé ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2024-01-16 00:25:25 +00:00
#: pkg/media/admin.go:371
2023-12-13 22:55:43 +00:00
msgid "Filename can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le nom de fichier ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:76
2023-12-13 22:55:43 +00:00
msgctxt "redsys environment"
msgid "Test"
2023-12-20 12:01:52 +00:00
msgstr "Test"
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:80
2023-12-13 22:55:43 +00:00
msgctxt "redsys environment"
msgid "Live"
2023-12-20 12:01:52 +00:00
msgstr "Live"
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:89
2023-12-13 22:55:43 +00:00
msgctxt "redsys integration"
msgid "InSite"
2023-12-20 12:01:52 +00:00
msgstr "Insite"
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:93
2023-12-13 22:55:43 +00:00
msgctxt "redsys integration"
msgid "Redirect"
2023-12-20 12:01:52 +00:00
msgstr "Redirection"
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:137
2023-12-13 22:55:43 +00:00
msgid "Merchant code can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le code marchand ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:138
2023-12-13 22:55:43 +00:00
msgid "Merchant code must be exactly nine digits long."
2023-12-20 12:01:52 +00:00
msgstr "Le code marchand doit comporter exactement neuf chiffres."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:139
2023-12-13 22:55:43 +00:00
msgid "Merchant code must be a number."
2023-12-20 12:01:52 +00:00
msgstr "Le code du commerçant doit être un chiffre."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:143
2023-12-13 22:55:43 +00:00
msgid "Terminal number can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le numéro de terminal ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:144
2023-12-13 22:55:43 +00:00
msgid "Terminal number must be a number between 1 and 999."
2023-12-20 12:01:52 +00:00
msgstr "Le numéro de terminal doit être compris entre 1 et 999."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:152
2023-12-13 22:55:43 +00:00
msgid "Selected environment is not valid."
2023-12-20 12:01:52 +00:00
msgstr "L’ environnement sélectionné n’ est pas valide."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:153
2023-12-13 22:55:43 +00:00
msgid "Selected integration is not valid."
2023-12-20 12:01:52 +00:00
msgstr "L’ intégration sélectionnée n’ est pas valide."
2023-12-13 22:55:43 +00:00
2023-12-21 20:17:04 +00:00
#: pkg/booking/admin.go:156
2023-12-13 22:55:43 +00:00
msgid "The merchant key is not valid."
2023-12-20 12:01:52 +00:00
msgstr "La clé marchand n’ est pas valide."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:260
2023-12-13 22:55:43 +00:00
msgid "Full name can not be empty."
2023-12-20 12:01:52 +00:00
msgstr "Le nom complet ne peut pas être vide."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:261
2023-12-13 22:55:43 +00:00
msgid "Full name must have at least one letter."
2023-12-20 12:01:52 +00:00
msgstr "Le nom complet doit comporter au moins une lettre."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:279
2023-12-13 22:55:43 +00:00
msgid "Arrival date can not be empty"
2023-12-20 12:01:52 +00:00
msgstr "La date d’ arrivée ne peut pas être vide"
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:280
2023-12-13 22:55:43 +00:00
msgid "Arrival date must be a valid date."
2023-12-20 12:01:52 +00:00
msgstr "La date d’ arrivée doit être une date valide."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:284
2023-12-13 22:55:43 +00:00
msgid "Departure date can not be empty"
2023-12-20 12:01:52 +00:00
msgstr "La date de départ ne peut pas être vide"
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:285
2023-12-13 22:55:43 +00:00
msgid "Departure date must be a valid date."
2023-12-20 12:01:52 +00:00
msgstr "La date de départ doit être une date valide."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:286
2023-12-13 22:55:43 +00:00
msgid "The departure date must be after the arrival date."
2023-12-20 12:01:52 +00:00
msgstr "La date de départ doit être postérieure à la date d’ arrivée."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:289
2023-12-13 22:55:43 +00:00
msgid "It is mandatory to agree to the reservation conditions."
2023-12-20 12:01:52 +00:00
msgstr "Il est obligatoire d’ accepter les conditions de réservation."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:292
2023-12-13 22:55:43 +00:00
#, c-format
msgid "%s can not be empty"
2023-12-20 12:01:52 +00:00
msgstr "%s ne peut pas être vide"
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:293
2023-12-13 22:55:43 +00:00
#, c-format
msgid "%s must be an integer."
2023-12-20 12:01:52 +00:00
msgstr "%s doit être un entier."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:294
2023-12-13 22:55:43 +00:00
#, c-format
msgid "%s must be %d or greater."
2023-12-20 12:01:52 +00:00
msgstr "%s doit être %d ou plus."
2023-12-13 22:55:43 +00:00
2023-12-20 18:52:14 +00:00
#: pkg/booking/public.go:295
2023-12-13 22:55:43 +00:00
#, c-format
msgid "%s must be at most %d."
2023-12-20 12:01:52 +00:00
msgstr "%s doit être tout au plus %d."
2023-12-22 02:32:40 +00:00
2024-01-16 00:25:25 +00:00
#~ msgid "Campsite Montagut is an ideal starting point for quiet outings, climbing, swimming in the river and gorges, volcanoes, the Fageda d’ en Jordà, cycle tours for all ages…."
#~ msgstr "Le camping Montagut est un point de départ idéal pour des sorties tranquilles, de l’ escalade, des baignades dans la rivière et les gorges, les volcans, la Fageda dâen Jordã, des randonnées à vélo pour tous les âges…."
#~ msgid "Get to the Costa Brava and enjoy the beaches, the gastronomy or go kayaking…."
#~ msgstr "Rendez-vous sur la Costa Brava et profitez des plages, de la gastronomie ou faites du kayak…."
#~ msgid "You will also find museums in Olot, Figures, Girona."
#~ msgstr "Vous trouverez également des musées à Olot, Figures, Gérone."
#~ msgid "As well as music festivals, dance, theater…."
#~ msgstr "Ainsi que des festivals de musique, de danse, de théâtre…."
2024-01-13 00:15:24 +00:00
#~ msgctxt "header"
#~ msgid "Translations"
#~ msgstr "Traductions"
#~ msgctxt "title"
#~ msgid "Translate Season to %s"
#~ msgstr "Traduire Season en %s"
#~ msgid "Source:"
#~ msgstr "Source :"
#~ msgctxt "input"
#~ msgid "Translation:"
#~ msgstr "Traduction :"
#~ msgctxt "action"
#~ msgid "Translate"
#~ msgstr "Traduire"
#~ msgctxt "title"
#~ msgid "Translate Service to %s"
#~ msgstr "Traduire le service en %s"
2024-01-12 18:33:44 +00:00
#~ msgctxt "title"
#~ msgid "Translate Carousel Slide to %s"
#~ msgstr "Traduire la diapositive Carousel en %s"
2024-01-10 20:52:49 +00:00
#~ msgctxt "title"
#~ msgid "Translate Campsite Type Feature to %s"
#~ msgstr "Traduire Caractéristique de type de camping en %s"
#~ msgctxt "title"
#~ msgid "Translate Campsite Type Carousel Slide to %s"
#~ msgstr "Convertir Glissière de carrousel de type camping en %s"
#~ msgctxt "title"
#~ msgid "Translate Campsite Type Option to %s"
#~ msgstr "Traduire l’ option Type de camping en %s"
#~ msgctxt "title"
#~ msgid "Translate Campsite Type to %s"
#~ msgstr "Traduire Type de camping en %s"
2023-12-22 02:32:40 +00:00
#~ msgid "Starting from %s €/night"
#~ msgstr "À partir de %s €/nuit"
#~ msgctxt "season"
#~ msgid "Closed"
#~ msgstr "Fermé"