mozrest-sdk-react-dev 0.3.39 → 0.3.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/mozrest-sdk.es.js +456 -295
  2. package/package.json +1 -1
  3. package/style.css +98 -70
package/mozrest-sdk.es.js CHANGED
@@ -1533,7 +1533,7 @@ var useSWRHandler = function(_key, fetcher, config2) {
1533
1533
  var revalidate = useCallback(
1534
1534
  function(revalidateOpts) {
1535
1535
  return __awaiter$2(void 0, void 0, void 0, function() {
1536
- var currentFetcher, newData, startAt, loading, opts, shouldStartNewRequest, isCurrentKeyMounted, cleanupState, newState, finishRequestAndUpdateState, mutationInfo, err_1;
1536
+ var currentFetcher, newData, startAt, loading2, opts, shouldStartNewRequest, isCurrentKeyMounted, cleanupState, newState, finishRequestAndUpdateState, mutationInfo, err_1;
1537
1537
  var _a3;
1538
1538
  return __generator$2(this, function(_b2) {
1539
1539
  switch (_b2.label) {
@@ -1542,7 +1542,7 @@ var useSWRHandler = function(_key, fetcher, config2) {
1542
1542
  if (!key2 || !currentFetcher || unmountedRef.current || getConfig().isPaused()) {
1543
1543
  return [2, false];
1544
1544
  }
1545
- loading = true;
1545
+ loading2 = true;
1546
1546
  opts = revalidateOpts || {};
1547
1547
  shouldStartNewRequest = !FETCH[key2] || !opts.dedupe;
1548
1548
  isCurrentKeyMounted = function() {
@@ -1572,7 +1572,7 @@ var useSWRHandler = function(_key, fetcher, config2) {
1572
1572
  broadcastState(cache2, key2, stateRef.current.data, stateRef.current.error, true);
1573
1573
  if (config2.loadingTimeout && !cache2.get(key2)) {
1574
1574
  setTimeout(function() {
1575
- if (loading && isCurrentKeyMounted()) {
1575
+ if (loading2 && isCurrentKeyMounted()) {
1576
1576
  getConfig().onLoadingSlow(key2, config2);
1577
1577
  }
1578
1578
  }, config2.loadingTimeout);
@@ -1645,7 +1645,7 @@ var useSWRHandler = function(_key, fetcher, config2) {
1645
1645
  }
1646
1646
  return [3, 4];
1647
1647
  case 4:
1648
- loading = false;
1648
+ loading2 = false;
1649
1649
  finishRequestAndUpdateState();
1650
1650
  if (isCurrentKeyMounted() && shouldStartNewRequest) {
1651
1651
  broadcastState(cache2, key2, newState.data, newState.error, false);
@@ -7345,8 +7345,8 @@ const ADDITIONALURLS$4 = "Additional URLs";
7345
7345
  const ADDLINK$4 = "Add Link";
7346
7346
  const ADDRESS$4 = "Address";
7347
7347
  const ADDRESSCOMPLEME$4 = "Address complement";
7348
- const ADDSPECIFICHOUR$4 = "Add specific hours slots";
7349
- const ADDYOURBUSINESS$4 = "Add your business websites and other platforms to improve your visibility.";
7348
+ const ADDSPECIFICHOUR$4 = "Add special opening hours";
7349
+ const ADDYOURBUSINESS$4 = "Add your website links and social media to improve your visibility.";
7350
7350
  const ADMINISTRA$4 = "Administrator";
7351
7351
  const ANALYTICS$4 = "Analytics";
7352
7352
  const APPLYTOREVIEWS$4 = "Apply to reviews";
@@ -7433,7 +7433,7 @@ const SEEDETAILS$4 = "See details";
7433
7433
  const SETTINGS$4 = "Settings";
7434
7434
  const SHORTDESCRIPTIO$4 = "Short description (max. 100 characters)";
7435
7435
  const SPECIALDATES$4 = "Special dates";
7436
- const SPECIFYYOURBUSI$4 = "Specify your business timings and open hours. This information is critical for increasing client visits.";
7436
+ const SPECIFYYOURBUSI$4 = "Specify your business hours and opening times. This information is essential for increasing client visits.";
7437
7437
  const START$4 = "Start";
7438
7438
  const SUBMIT$4 = "submit";
7439
7439
  const SUNDAY$4 = "Sunday";
@@ -7452,8 +7452,8 @@ const TUESDAY$4 = "Tuesday";
7452
7452
  const TWITTERACCOUNTU$4 = "Twitter account URL";
7453
7453
  const TYPE$4 = "Type";
7454
7454
  const UPDATE$4 = "Update";
7455
- const VIEWSONGOOMAP$4 = "Views on Google map";
7456
- const VIEWSONGOOSEARCH$4 = "Views on Google search";
7455
+ const VIEWSONGOOMAP$4 = "Views on Google Maps";
7456
+ const VIEWSONGOOSEARCH$4 = "Views on Google Search";
7457
7457
  const WEBSITEURL$4 = "Website URL";
7458
7458
  const WEBSITEURLSANDS$4 = "Website URLs and social networks";
7459
7459
  const WEBSITEVISITS$4 = "Website visits";
@@ -7486,7 +7486,7 @@ const YEAR$5 = "Year";
7486
7486
  const ADDITIONALCATEGO$4 = "Additional category";
7487
7487
  const REPLIED$4 = "Replied";
7488
7488
  const NOTREPLIED$4 = "Not Replied";
7489
- const CONTACTTHEEM$4 = "Contact : The email address should be valid.";
7489
+ const CONTACTTHEEM$4 = "Contact: The email address should be valid.";
7490
7490
  const AVGETIMEREPLY$4 = "Avg time reply: ";
7491
7491
  const ALLTIME$4 = "All time";
7492
7492
  const PREVIOUSPERIOD$4 = "Previous period";
@@ -7555,7 +7555,7 @@ const COMPARED$4 = "Compared";
7555
7555
  const RESERVATIONLINK$4 = "Reservation Link";
7556
7556
  const GETSTARTED$4 = "Get Started";
7557
7557
  const TRANSLATION$4 = "Translation";
7558
- const SHOWTRANSLATION$4 = "show translation";
7558
+ const SHOWTRANSLATION$4 = "Show translation";
7559
7559
  const HIDETRANSLATION$4 = "hide translation";
7560
7560
  const TRANSLATING$4 = "translating";
7561
7561
  const VERIFY$4 = "Verify";
@@ -7644,7 +7644,7 @@ const SelectAllFromX$4 = "Select all from {{value}}";
7644
7644
  const ComparedPeriod$4 = "Compared period";
7645
7645
  const CLOSE$4 = "Close";
7646
7646
  const NoChannelsConnected$4 = "No channels connected";
7647
- const NoChannelsConnectedDesc$4 = "You do not have channels connected, as soon as you connect them the changes will be reflected in the channels.";
7647
+ const NoChannelsConnectedDesc$4 = "No channels are connected. Once connected, changes will be reflected automatically.";
7648
7648
  const AddWalKin$4 = "Add a walk-in";
7649
7649
  const ConfirmCreateWalkInReservation$4 = "Please confirm that you want to create a walk-in reservation for {{value}}";
7650
7650
  const NoBookingAvailability$4 = "No booking availability";
@@ -7662,7 +7662,7 @@ const AREYOUSUREDISCONNECTFROMTRIPADVISOR$4 = "Are you sure you want to disconne
7662
7662
  const PROFILEURL$4 = "Profile URL";
7663
7663
  const AREYOUSURECONNECTTOTRIPADVISOR$4 = "Are you sure you want to connect to Tripadvisor";
7664
7664
  const TRIPADVISOR$4 = "Tripadvisor";
7665
- const TRIPADVISORREPLY$4 = "Tripadvisor reply";
7665
+ const TRIPADVISORREPLY$4 = "Reply on Tripadvisor";
7666
7666
  const COMMINGUP$4 = "Coming up";
7667
7667
  const TODAY$4 = "Today";
7668
7668
  const TOMORROW$4 = "Tomorrow";
@@ -7676,11 +7676,11 @@ const CREATE$4 = "Create";
7676
7676
  const OPTIN$4 = "Opt-in";
7677
7677
  const BOOKINGCHANNEL$4 = "Booking channel";
7678
7678
  const CONFIRMATIONTEXT$4 = "Are you sure you want to do this action?";
7679
- const pleaseCheckFormsErrors$4 = "Please check the form for errors";
7679
+ const pleaseCheckFormsErrors$4 = "Please complete all required fields";
7680
7680
  const NO_RESERVATIONS$4 = "No reservations";
7681
7681
  const RESTAURANTSETUP$4 = "Restaurant setup";
7682
7682
  const AREA_MANAGEMENT$4 = "Area management";
7683
- const AREA_MANAGEMENT_DESC$4 = "Configure the seating areas where diner can choose to seat in when booking online.";
7683
+ const AREA_MANAGEMENT_DESC$4 = "Configure the seating areas where diners can choose to sit when booking online.";
7684
7684
  const NEW_AREA$4 = "New area";
7685
7685
  const BOOKEABLE_AREAS$4 = "Bookable areas";
7686
7686
  const DELETE_AREA$4 = "Delete area";
@@ -7691,10 +7691,10 @@ const NEW_TABLE$4 = "New table";
7691
7691
  const DELETE_TABLE$4 = "Delete table";
7692
7692
  const ARE_YOU_SURE_DELETE_TABLE$4 = "Are you sure you want to delete this table?";
7693
7693
  const RESERVATION_DURATION$4 = "Reservation duration";
7694
- const RESERVATION_DURATION_DESC$4 = "Set your rules in order to maximise and optimise your occupation rate based on guest number and shift.";
7694
+ const RESERVATION_DURATION_DESC$4 = "Set your rules to optimize your occupancy rate according to guest number and shift.";
7695
7695
  const SHIFT_X$4 = "Shift {{shift}}";
7696
7696
  const SHIFTS$4 = "Shifts";
7697
- const SHIFTS_DESC$4 = "Specify your business timings. This information is critical to increase reservations.";
7697
+ const SHIFTS_DESC$4 = "Provide your business hours. This is essential to maximise reservations.";
7698
7698
  const SPECIAL_DATES$4 = "Special dates";
7699
7699
  const SPECIAL_DATES_DESC$4 = "Special closing dates or different shifts (special day, events, etc...)";
7700
7700
  const SPECIAL_DATES_DESC2$4 = "Define the period for closures or adjusted hours. Both dates are included.";
@@ -7703,15 +7703,15 @@ const ADD_SPECIAL_DATE$4 = "Add special date";
7703
7703
  const DELETE_SPECIAL_DATE$4 = "Delete special date";
7704
7704
  const ARE_YOU_SURE_DELETE_SPECIAL_DATE$4 = "Are you sure you want to delete this special date?";
7705
7705
  const RESERVATION_PREFERENCES$4 = "Reservation preferences";
7706
- const RESERVATION_PREFERENCES_DESC$4 = "Set your rules in order to maximise and optimise your occupation rate.";
7706
+ const RESERVATION_PREFERENCES_DESC$4 = "Set your rules to maximise your occupancy rate.";
7707
7707
  const MAX_RESERVATIONS_ARRIVAL_PER_SLOT$4 = "Max reservations arrival per slot";
7708
7708
  const CANCELED$4 = "Canceled";
7709
7709
  const COMPLETED$4 = "Completed";
7710
7710
  const EMAILS$4 = "Emails";
7711
7711
  const EMAILS_DESC$4 = "Get all the notifications on these emails.";
7712
7712
  const NEW_EMAIL$4 = "New email";
7713
- const RESERVATIONS_DESC$4 = "Get instant email notifications when any of the following actions happen.";
7714
- const REVIEWS_DESC$4 = "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.";
7713
+ const RESERVATIONS_DESC$4 = "Get immediate email notifications when any of the following events happen.";
7714
+ const REVIEWS_DESC$4 = "Receive an instant email alert when a negative review arrives, so you can respond right away.";
7715
7715
  const REVIEWSREPORT_DESC$4 = "Get a daily report by email to help you keep track of all your activity.";
7716
7716
  const StartDate$4 = "Start date";
7717
7717
  const EndDate$4 = "End date";
@@ -7730,6 +7730,10 @@ const lastname$4 = "Last name";
7730
7730
  const email$5 = "Email";
7731
7731
  const phone$6 = "Phone";
7732
7732
  const notes$4 = "Notes";
7733
+ const firstTimeCustomer$4 = "First-time customer";
7734
+ const recurrentCustomer$4 = "Recurrent customer";
7735
+ const firstVisitMessage$4 = "This is their first visit";
7736
+ const previousVisitsMessage$4 = "Visited {{count}} times before";
7733
7737
  const STATUS$4 = "Status";
7734
7738
  const Reservation$4 = "Reservation";
7735
7739
  const Email$4 = "Email";
@@ -7776,7 +7780,7 @@ const Refresh$4 = "Refresh";
7776
7780
  const INSERTAGS$4 = "Insert tags";
7777
7781
  const loadingListingAnalytics$4 = "Loading Listing Analytics";
7778
7782
  const All$4 = "All";
7779
- const confirmationExportExcel$4 = "Do you want to export an excel file from {{from}} until {{till}}? You will receive shortly the report in your email inbox.";
7783
+ const confirmationExportExcel$4 = "Do you want to export an Excel file from {{from}} to {{till}}? You will shortly receive the report by email.";
7780
7784
  const PAYMENTS_INTEGRATION$4 = "Payments integration";
7781
7785
  const PAYMENTS_INTEGRATION_DESC$4 = "Accept online payments through your own Stripe account, seamlessly integrated with your booking system, using credit cards, digital wallets, or bank transfers.";
7782
7786
  const CONNECT_WITH_STRIPE$4 = "Connect with Stripe";
@@ -7787,15 +7791,15 @@ const CANCELATION_POLICY_IN_HOURS$4 = "Cancelation policy in hours";
7787
7791
  const ENABLED_PAYMENTS$4 = "Enabled payments";
7788
7792
  const paymentRules$5 = "Payment rules";
7789
7793
  const paymentRulesDesc$5 = "A payment rule will be required to make a booking in this period, based on the following settings.";
7790
- const amountPerGuestDesc$4 = "The amount guests have to pay to make a booking.";
7791
- const minGuestsReqPaymentDesc$4 = "If set to '4' a booking with 3 or fewer people will not have to pay.";
7792
- const cancelationPolicyInHoursDesc$4 = "The time before a booking during which a guest will get a full refund if they cancel their booking.";
7794
+ const amountPerGuestDesc$4 = "Amount to be paid by guests to complete the booking.";
7795
+ const minGuestsReqPaymentDesc$4 = "If set to '4', a booking with 3 or fewer people will not have to pay.";
7796
+ const cancelationPolicyInHoursDesc$4 = "The cancellation window for a full refund before the booking.";
7793
7797
  const paymentsEnabled$4 = "Payments enabled";
7794
7798
  const depositType$4 = "Deposit type";
7795
7799
  const amountPerGuest$4 = "Amount per guest";
7796
7800
  const minGuestsReqPayment$4 = "Min. guests requiring payment";
7797
7801
  const deposit$4 = "Deposit";
7798
- const creditCardGuarantee$4 = "Credit card guarantee";
7802
+ const creditCardGuarantee$4 = "Credit Card Guarantee";
7799
7803
  const disconnectStripeAccount$4 = "Disconnect Stripe account";
7800
7804
  const disconnectStripeAccountDesc$4 = "Are you sure you want to disconnect your Stripe account?";
7801
7805
  const enableOnboardingText$4 = "The restaurant is not live. Once you’ve finished the setup and feel ready, you can enable it.";
@@ -7808,9 +7812,9 @@ const maxPartySize$4 = "Max party size";
7808
7812
  const VENUE_MANAGEMENT$4 = "Venue management";
7809
7813
  const SLOTGAP$4 = "Slot gap";
7810
7814
  const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$4 = "How many reservations are you able to welcome at a specific time slot";
7811
- const TIMEOFFSETTOMEALTIME_DESC$4 = "Until how long in advance of meal time can a diner book";
7812
- const SLOTGAP_DESC$4 = "Every how many minutes do you want to offer slots";
7813
- const maxPartySize_DESC$4 = "What is the maximum number of customers a reservation can have";
7815
+ const TIMEOFFSETTOMEALTIME_DESC$4 = "How long in advance of mealtime can a diner book?";
7816
+ const SLOTGAP_DESC$4 = "How many minutes would you like to allow between two bookings?";
7817
+ const maxPartySize_DESC$4 = "What is the maximum party size for a reservation?";
7814
7818
  const OK$4 = "Ok";
7815
7819
  const UPDATE_IN_PROGRESS$4 = "Update in progress";
7816
7820
  const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$4 = "We are updating the restaurant configuration. The changes can take up to {{value}} minutes to be available.";
@@ -8145,7 +8149,7 @@ const en = {
8145
8149
  NoBookingAvailability: NoBookingAvailability$4,
8146
8150
  NoAvailabilityForPartySize: NoAvailabilityForPartySize$4,
8147
8151
  ADDANEMAIL: ADDANEMAIL$4,
8148
- "Provide at lease one email": "Provide at lease one email",
8152
+ "Provide at lease one email": "Provide at least one email",
8149
8153
  SUGGESTREPLY: SUGGESTREPLY$4,
8150
8154
  SHOWTEMPLATES: SHOWTEMPLATES$4,
8151
8155
  NOSHOWRESERVATION: NOSHOWRESERVATION$4,
@@ -8228,6 +8232,10 @@ const en = {
8228
8232
  email: email$5,
8229
8233
  phone: phone$6,
8230
8234
  notes: notes$4,
8235
+ firstTimeCustomer: firstTimeCustomer$4,
8236
+ recurrentCustomer: recurrentCustomer$4,
8237
+ firstVisitMessage: firstVisitMessage$4,
8238
+ previousVisitsMessage: previousVisitsMessage$4,
8231
8239
  STATUS: STATUS$4,
8232
8240
  Reservation: Reservation$4,
8233
8241
  "Text message": "Text message",
@@ -8270,10 +8278,10 @@ const en = {
8270
8278
  socialLinks: socialLinks$4,
8271
8279
  gettingStarted: gettingStarted$4,
8272
8280
  hello: hello$4,
8273
- "The purpose of Listing and Review is to help you manage your contents and comments from one place.": "The purpose of Listing and Review is to help you manage your contents and comments from one place.",
8274
- "To initiate the service, we will be able to control each step of data synchronisation:": "To initiate the service, we will be able to control each step of data synchronisation:",
8275
- "Review your information before publishing the information to Google My Business": "Review your information before publishing the information to Google My Business",
8276
- "Push the enhanced data to you Google profile": "Push the enhanced data to you Google profile",
8281
+ "The purpose of Listing and Review is to help you manage your contents and comments from one place.": "The purpose of Listing and Reviews is to help you manage your content and comments all in one place.",
8282
+ "To initiate the service, we will be able to control each step of data synchronisation:": "When initiating the service, we will control each step of data synchronisation:",
8283
+ "Review your information before publishing the information to Google My Business": "Check your information before posting to Google My Business.",
8284
+ "Push the enhanced data to you Google profile": "Push the enhanced data to your Google profile.",
8277
8285
  "Connect additional channels (Facebook, Bing...)": "Connect additional channels (Facebook, Bing...)",
8278
8286
  "I don't have a Google My Business account": "I don't have a Google My Business account",
8279
8287
  "Setup my profile": "Setup my profile",
@@ -8288,33 +8296,33 @@ const en = {
8288
8296
  success: success$6,
8289
8297
  pending: pending$4,
8290
8298
  error: error$7,
8291
- "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.",
8299
+ "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Please note that updates to your connected channels may take up to 24 hours, and all information may undergo a review process before publication.",
8292
8300
  "Interested on Listing&Review?": "Interested on Listing&Review?",
8293
8301
  "Contact your account manager to get more information about how to get a license.": "Contact your account manager to get more information about how to get a license.",
8294
8302
  "Bing will contact you by email or post and provide you with a verification PIN code. Once you get it, please add it below so that your profile can be synchonised.": "Bing will contact you by email or post and provide you with a verification PIN code. Once you get it, please add it below so that your profile can be synchonised.",
8295
8303
  "Bing may require verification of the business ownership, and contact you by email or post. Please, enter below the email you want to use for verification purposes with Bing.": "Bing may require verification of the business ownership, and contact you by email or post. Please, enter below the email you want to use for verification purposes with Bing.",
8296
- "Please, enter below the profile url of your tripadvisor.": "Please, enter below the profile url of your tripadvisor.",
8304
+ "Please, enter below the profile url of your tripadvisor.": "Please enter your TripAdvisor profile URL below.",
8297
8305
  "Select an account": "Select an account",
8298
- "Please select an accout that you want to connect to Facebook.": "Please select an accout that you want to connect to Facebook.",
8299
- "Please select an accout that you want to connect to Google": "Please select an accout that you want to connect to Google",
8306
+ "Please select an accout that you want to connect to Facebook.": "Please select an account that you want to connect to Facebook.",
8307
+ "Please select an accout that you want to connect to Google": "Replace it with: Please select an account that you want to connect to Google.",
8300
8308
  loadingAnalytics: loadingAnalytics$4,
8301
8309
  "You don't have a connected Google Account": "You don't have a connected Google Account",
8302
8310
  "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.",
8303
- "Your Google Business Profile is not Verified": "Your Google Business Profile is not Verified",
8304
- "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.",
8311
+ "Your Google Business Profile is not Verified": "Your Google Business Profile is not verified.",
8312
+ "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "Listing Analytics come from your Google Business Profile. To view these statistics, your Google Business Profile must be verified.",
8305
8313
  "Something went wrong": "Something went wrong",
8306
- "Try refreshing the page. If the error persists, please, contact your provider.": "Try refreshing the page. If the error persists, please, contact your provider.",
8314
+ "Try refreshing the page. If the error persists, please, contact your provider.": "Try refreshing the page. If the error persists, please contact your provider.",
8307
8315
  Refresh: Refresh$4,
8308
8316
  "Last 7 days analytics": "Last 7 days analytics",
8309
8317
  "Get a daily report by email to help you keep track of all your activity.": "Get a daily report by email to help you keep track of all your activity.",
8310
- "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.": "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.",
8318
+ "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.": "Receive an instant email alert when a negative review arrives, so you can respond right away.",
8311
8319
  "Get all the notifications on these emails.": "Get all the notifications on these emails.",
8312
- "Ai prompt for generate reviews.": "Ai prompt for generate reviews.",
8320
+ "Ai prompt for generate reviews.": "AI prompt to generate review replies.",
8313
8321
  INSERTAGS: INSERTAGS$4,
8314
8322
  loadingListingAnalytics: loadingListingAnalytics$4,
8315
8323
  All: All$4,
8316
8324
  "Choose the Booking creation date range to export. The rest of the filters selected on the page will apply as export criteria.": "Choose the Booking creation date range to export. The rest of the filters selected on the page will apply as export criteria.",
8317
- "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "You will receive shortly the report on you email inbox after clicking the 'Export data' button.",
8325
+ "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "You will receive the report by email after clicking the 'Export data' button.",
8318
8326
  confirmationExportExcel: confirmationExportExcel$4,
8319
8327
  PAYMENTS_INTEGRATION: PAYMENTS_INTEGRATION$4,
8320
8328
  PAYMENTS_INTEGRATION_DESC: PAYMENTS_INTEGRATION_DESC$4,
@@ -8769,6 +8777,10 @@ const lastname$3 = "Apellido";
8769
8777
  const email$4 = "Correo electrónico";
8770
8778
  const phone$5 = "Teléfono";
8771
8779
  const notes$3 = "Notas";
8780
+ const firstTimeCustomer$3 = "Cliente nuevo";
8781
+ const recurrentCustomer$3 = "Cliente recurrente";
8782
+ const firstVisitMessage$3 = "Esta es su primera visita";
8783
+ const previousVisitsMessage$3 = "Ha visitado {{count}} veces anteriormente";
8772
8784
  const STATUS$3 = "Estado";
8773
8785
  const Reservation$3 = "Reserva";
8774
8786
  const Email$3 = "Correo electrónico";
@@ -9268,6 +9280,10 @@ const es$2 = {
9268
9280
  email: email$4,
9269
9281
  phone: phone$5,
9270
9282
  notes: notes$3,
9283
+ firstTimeCustomer: firstTimeCustomer$3,
9284
+ recurrentCustomer: recurrentCustomer$3,
9285
+ firstVisitMessage: firstVisitMessage$3,
9286
+ previousVisitsMessage: previousVisitsMessage$3,
9271
9287
  STATUS: STATUS$3,
9272
9288
  Reservation: Reservation$3,
9273
9289
  "Text message": "Mensaje de texto",
@@ -9339,7 +9355,7 @@ const es$2 = {
9339
9355
  "Please select an accout that you want to connect to Google": "Por favor, seleccione una cuenta que desea conectar a Google",
9340
9356
  loadingAnalytics: loadingAnalytics$3,
9341
9357
  "You don't have a connected Google Account": "No tiene una cuenta de Google conectada",
9342
- "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "Las analíticas de listado provienen del perfil de Google Business, por lo que para ver esas estadísticas, primero conecte su perfil de Google My Business.",
9358
+ "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "Listing Analytics come from your Google Business Profile. To view these statistics, please connect your Google Business Profile first.",
9343
9359
  "Your Google Business Profile is not Verified": "Su perfil de Google Business no está verificado",
9344
9360
  "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "Las analíticas de listado provienen del perfil de Google Business, para ver esas estadísticas, su perfil de Google Business debe estar verificado.",
9345
9361
  "Something went wrong": "Algo salió mal",
@@ -9419,23 +9435,23 @@ const es$2 = {
9419
9435
  "dd/mm/yyyy": "dd/mm/yyyy",
9420
9436
  NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$3
9421
9437
  };
9422
- const errors$2 = { "required": "Ce champ est requis", "email": "Cet e-mail n'est pas valide", "phone": "Numéro de téléphone non valide", "url": "Cette URL n'est pas valide" };
9423
- const SPECIALCLOSINGDATES$2 = "Dates de fermeture spéciales ou horaires différents (jours fériés, événements privés, etc.)";
9438
+ const errors$2 = { "required": "Ce champ est requis", "email": "Cet email n'est pas valide", "phone": "Numéro de téléphone non valide", "url": "Cette URL n'est pas valide" };
9439
+ const SPECIALCLOSINGDATES$2 = "Fermetures exceptionnelles et horaires d’ouverture modifiés (jours fériés, événements, etc.) ";
9424
9440
  const ADDITIONALURLS$2 = "URLs supplémentaires";
9425
9441
  const ADDLINK$2 = "Ajouter un lien";
9426
9442
  const ADDRESS$2 = "Adresse";
9427
9443
  const ADDRESSCOMPLEME$2 = "Complément d'adresse";
9428
- const ADDSPECIFICHOUR$2 = "Ajouter des créneaux horaires spécifiques";
9429
- const ADDYOURBUSINESS$2 = "Ajoutez les sites web et plateformes de votre entreprise pour améliorer votre visibilité.";
9444
+ const ADDSPECIFICHOUR$2 = "Ajouter des horaires exceptionnels";
9445
+ const ADDYOURBUSINESS$2 = "Ajoutez les liens de votre site internet et réseaux sociaux pour améliorer votre visibilité.";
9430
9446
  const ADMINISTRA$2 = "Administrateur";
9431
- const ANALYTICS$2 = "Analytique";
9447
+ const ANALYTICS$2 = "Analyses";
9432
9448
  const APPLYTOREVIEWS$2 = "Appliquer aux avis";
9433
9449
  const ATTRIBUTES$2 = "Attributs";
9434
9450
  const AVAILABLEATTRIB$2 = "Les attributs disponibles dépendent de la catégorie principale sélectionnée.";
9435
9451
  const AVERAGESCORE$2 = "Note moyenne";
9436
9452
  const BRANDED$2 = "Marqué";
9437
9453
  const BUSINESSNAME$2 = "Nom de l'entreprise";
9438
- const BUSINNESSM$2 = "Gestionnaire d'entreprise";
9454
+ const BUSINNESSM$2 = "Directeur";
9439
9455
  const CALLS$2 = "Appels";
9440
9456
  const CITY$2 = "Ville";
9441
9457
  const CLIENTNAME$2 = "Nom du client";
@@ -9450,9 +9466,9 @@ const DESCRIPTIONS$2 = "Descriptions";
9450
9466
  const DIRECT$2 = "Direct";
9451
9467
  const DIRECTIONREQUES$2 = "Demandes d'itinéraire";
9452
9468
  const DISCOVERY$2 = "Découverte";
9453
- const DRAGANDDROPPICT$2 = "Glissez-déposez les images ici";
9469
+ const DRAGANDDROPPICT$2 = "Glissez-déposez vos images ici";
9454
9470
  const EMAIL$2 = "Email";
9455
- const EMAILADDRESS$2 = "Adresse e-mail";
9471
+ const EMAILADDRESS$2 = "Email";
9456
9472
  const END$2 = "Fin";
9457
9473
  const EXTRALINK$2 = "Lien supplémentaire";
9458
9474
  const FACEBOOK$2 = "Facebook";
@@ -9460,32 +9476,32 @@ const FACEBOOKPAGEURL$2 = "URL de la page Facebook";
9460
9476
  const FAX$2 = "Fax";
9461
9477
  const FIELDMANAG$2 = "Champ géré par {{value}}";
9462
9478
  const FIRSTNAME$2 = "Prénom";
9463
- const FRIDAY$2 = "Vendredi";
9479
+ const FRIDAY$2 = "vendredi";
9464
9480
  const FROM$2 = "De";
9465
- const GETYOURREVIEWMA$2 = "Recevez votre rapport de gestion des avis par e-mail.";
9481
+ const GETYOURREVIEWMA$2 = "Recevez votre rapport de gestion des avis par email.";
9466
9482
  const GOOGLE$2 = "Google";
9467
9483
  const GROUPMANAG$2 = "Gestionnaire de groupe";
9468
9484
  const HOME$2 = "Accueil";
9469
9485
  const HOURS$2 = "Heures";
9470
9486
  const INDICATEYOURBUS$2 = "Indiquez les coordonnées de votre entreprise";
9471
9487
  const INFO$2 = "Informations";
9472
- const INTHEPERIOD$2 = "Pendant la période";
9488
+ const INTHEPERIOD$2 = "Durant la période";
9473
9489
  const INTOTAL$2 = "Au total";
9474
9490
  const LANGUAGE$2 = "Langue";
9475
9491
  const LASTNAME$2 = "Nom de famille";
9476
- const LETTHEVIEWERSKN$2 = "Faites savoir aux visiteurs tout ce qu'il faut savoir sur votre entreprise pour rester en avance sur la concurrence.";
9492
+ const LETTHEVIEWERSKN$2 = "Informez parfaitement vos visiteurs sur votre entreprise afin de toujours garder une longueur d’avance sur la concurrence.";
9477
9493
  const LINKS$2 = "Liens";
9478
- const LISTINGS$2 = "Fiches";
9494
+ const LISTINGS$2 = "Profil";
9479
9495
  const LOCATION$2 = "Localisation";
9480
9496
  const LOGOUT$2 = "Déconnexion";
9481
9497
  const LONGDESCRIPTION$2 = "Description longue";
9482
9498
  const MAINCATEGORY$2 = "Catégorie principale";
9483
9499
  const MAININFORMATION$2 = "Informations principales";
9484
9500
  const MEDIA$2 = "Médias";
9485
- const MENULINK$2 = "Lien vers le menu";
9486
- const MONDAY$2 = "Lundi";
9501
+ const MENULINK$2 = "Lien du menu";
9502
+ const MONDAY$2 = "lundi";
9487
9503
  const MONTHLYREPORT$2 = "Rapport mensuel";
9488
- const MOVETHEPINTOPRE$2 = "Déplacez l'épingle pour localiser précisément le point d'entrée de votre établissement.";
9504
+ const MOVETHEPINTOPRE$2 = "Déplacez l’épingle pour localiser précisément l’entrée de votre établissement.";
9489
9505
  const MYREVIEWS$2 = "Mes avis";
9490
9506
  const NEGATIVE$2 = "Négatif";
9491
9507
  const NEGATIVEREVIEWS$2 = "Avis négatifs";
@@ -9494,59 +9510,59 @@ const NEWTEMPLATE$2 = "Nouveau modèle";
9494
9510
  const NO$2 = "Non";
9495
9511
  const NOTIFICATIONS$2 = "Notifications";
9496
9512
  const NOTSPECIFIED$2 = "Non spécifié";
9497
- const ONLYJPEGANDPNGI$2 = "(Seules les images *.jpeg et *.png seront acceptées)";
9498
- const OPEN$2 = "Ouvert";
9513
+ const ONLYJPEGANDPNGI$2 = "(Seules les images .jpeg et .png sont acceptées)";
9514
+ const OPEN$2 = "Ouvrir";
9499
9515
  const OPENINGHOURS$2 = "Heures d'ouverture";
9500
9516
  const PHONE$2 = "Téléphone";
9501
9517
  const PLATFORM$2 = "Canal";
9502
9518
  const POSITIVE$2 = "Positif";
9503
- const POSTREPLY$2 = "Poster une réponse";
9519
+ const POSTREPLY$2 = "Répondre";
9504
9520
  const PUBLISH$2 = "Publier";
9505
9521
  const QUERIES$2 = "Requêtes";
9506
9522
  const REPLY$2 = "Répondre";
9507
9523
  const REVIEWS$2 = "Avis";
9508
9524
  const REVIEWSREPORT$2 = "Rapport des avis";
9509
9525
  const ROLE$2 = "Rôle";
9510
- const SATURDAY$2 = "Samedi";
9526
+ const SATURDAY$2 = "samedi";
9511
9527
  const SAVE$2 = "Enregistrer";
9512
9528
  const SEEDETAILS$2 = "Voir les détails";
9513
9529
  const SETTINGS$2 = "Paramètres";
9514
- const SHORTDESCRIPTIO$2 = "Brève description (max. 100 caractères)";
9530
+ const SHORTDESCRIPTIO$2 = "Description courte (100 caractères max.)";
9515
9531
  const SPECIALDATES$2 = "Dates spéciales";
9516
9532
  const SPECIFYYOURBUSI$2 = "Indiquez les horaires et jours d'ouverture de votre établissement. Ces informations sont essentielles pour augmenter les visites clients.";
9517
9533
  const START$2 = "Début";
9518
9534
  const SUBMIT$2 = "Soumettre";
9519
- const SUNDAY$2 = "Dimanche";
9535
+ const SUNDAY$2 = "dimanche";
9520
9536
  const TABINFOMAINCATE$2 = "Info : La catégorie principale est obligatoire.";
9521
9537
  const TABLINKSTHEWEBS$2 = "Liens : L'URL du site web n'est pas valide.";
9522
9538
  const TEMPLATESREPLY$2 = "Modèles de réponse";
9523
9539
  const THISFIELDISREQU$2 = "Ce champ est requis.";
9524
- const THISSHOULDEMAIL$2 = "Ce doit être un e-mail valide.";
9525
- const THISSHOULDURL$2 = "Ce doit être une URL valide";
9526
- const THURSDAY$2 = "Jeudi";
9540
+ const THISSHOULDEMAIL$2 = "Veuillez indiquer une adresse email valide.";
9541
+ const THISSHOULDURL$2 = "Veuillez indiquer une URL valide.";
9542
+ const THURSDAY$2 = "jeudi";
9527
9543
  const TITLE$2 = "Titre";
9528
9544
  const TO$2 = "À";
9529
9545
  const TOTALREVIEWS$2 = "Nombre total d'avis";
9530
9546
  const TREATMENTRATE$2 = "Taux de traitement";
9531
- const TUESDAY$2 = "Mardi";
9547
+ const TUESDAY$2 = "mardi";
9532
9548
  const TWITTERACCOUNTU$2 = "URL du compte Twitter";
9533
9549
  const TYPE$2 = "Type";
9534
9550
  const UPDATE$2 = "Mettre à jour";
9535
9551
  const VIEWSONGOOMAP$2 = "Vues sur Google Maps";
9536
- const VIEWSONGOOSEARCH$2 = "Vues via la recherche Google";
9537
- const WEBSITEURL$2 = "URL du site web";
9538
- const WEBSITEURLSANDS$2 = "URLs de sites web et réseaux sociaux";
9539
- const WEBSITEVISITS$2 = "Visites du site web";
9540
- const WEDNESDAY$2 = "Mercredi";
9552
+ const VIEWSONGOOSEARCH$2 = "Vues sur Google";
9553
+ const WEBSITEURL$2 = "URL du site internet";
9554
+ const WEBSITEURLSANDS$2 = "URLs des sites et réseaux sociaux";
9555
+ const WEBSITEVISITS$2 = "Visites du site internet";
9556
+ const WEDNESDAY$2 = "mercredi";
9541
9557
  const WEEKLYREPORT$2 = "Rapport hebdomadaire";
9542
9558
  const YES$2 = "Oui";
9543
9559
  const YOURREPLY$2 = "Votre réponse";
9544
9560
  const CREATEYOUR$2 = "Créer votre modèle de réponse";
9545
9561
  const ZIPCODE$2 = "Code postal";
9546
- const MOZRESTWILDAILY$2 = "Mozrest vous enverra un rapport quotidien par e-mail pour vous aider à suivre toute votre activité.";
9547
- const MOZRESTWILWEEKLY$2 = "Mozrest vous enverra un rapport hebdomadaire par e-mail pour vous aider à suivre toute votre activité.";
9548
- const MOZRESTWILMONTHLY$2 = "Mozrest vous enverra un rapport mensuel par e-mail pour vous aider à suivre toute votre activité.";
9549
- const MOZRESTWILNEGATIVE$2 = "Mozrest vous enverra immédiatement un e-mail lorsque vous recevez un avis négatif afin que vous puissiez y répondre rapidement.";
9562
+ const MOZRESTWILDAILY$2 = "Mozrest vous enverra un rapport quotidien par email pour suivre votre activité.";
9563
+ const MOZRESTWILWEEKLY$2 = "Mozrest vous enverra un rapport hebdomadaire par email pour suivre votre activité.";
9564
+ const MOZRESTWILMONTHLY$2 = "Mozrest vous enverra un rapport mensuel par email pour suivre votre activité.";
9565
+ const MOZRESTWILNEGATIVE$2 = "Mozrest vous enverra un email dès qu’un avis négatif sera reçu, pour que vous puissiez y répondre rapidement.";
9550
9566
  const CONFIRMATI$2 = "Confirmation";
9551
9567
  const AREYOUSUREACTION$2 = "Êtes-vous sûr de vouloir {{value}} ?";
9552
9568
  const EDITTEMPLATE$2 = "Modifier le modèle";
@@ -9566,7 +9582,7 @@ const YEAR$3 = "Année";
9566
9582
  const ADDITIONALCATEGO$2 = "Catégorie supplémentaire";
9567
9583
  const REPLIED$2 = "Répondu";
9568
9584
  const NOTREPLIED$2 = "Non répondu";
9569
- const CONTACTTHEEM$2 = "Contact : l'adresse e-mail doit être valide.";
9585
+ const CONTACTTHEEM$2 = "Contact : l'email doit être valide.";
9570
9586
  const AVGETIMEREPLY$2 = "Temps moyen de réponse :";
9571
9587
  const ALLTIME$2 = "Tout le temps";
9572
9588
  const PREVIOUSPERIOD$2 = "Période précédente";
@@ -9575,7 +9591,7 @@ const ALL$2 = "Tout";
9575
9591
  const COMPAREDTO$2 = "Comparé à";
9576
9592
  const COMPAREDTOPREVI$2 = "Comparé à la période précédente";
9577
9593
  const TOTALCOUNT$2 = "Nombre total";
9578
- const DATEPERIOD$2 = "Période de dates";
9594
+ const DATEPERIOD$2 = "Période";
9579
9595
  const VIEWS$2 = "Vues";
9580
9596
  const ACTIONS$2 = "Actions";
9581
9597
  const INSERTPLAC$2 = "Insérer un espace réservé";
@@ -9583,8 +9599,8 @@ const PROFILEMANAGEMENT$2 = "Gestion du profil";
9583
9599
  const SELECTVENUE$2 = "Sélectionner un établissement";
9584
9600
  const REVIEWTYPE$2 = "Type d'avis";
9585
9601
  const REPLYSTATUS$2 = "Statut de réponse";
9586
- const LISTINGSIN$2 = "Fiches synchronisées";
9587
- const LISTINGSBE$2 = "Fiches en cours de mise à jour";
9602
+ const LISTINGSIN$2 = "Profils synchronisés";
9603
+ const LISTINGSBE$2 = "Mise à jour des profils";
9588
9604
  const LISTINGSRE$2 = "Fiches nécessitant votre attention";
9589
9605
  const REVIEWSEVOLUTIION$2 = "Évolution des avis";
9590
9606
  const REVIEWCOUNT$2 = "Nombre d'avis";
@@ -9592,7 +9608,7 @@ const UPDATED$2 = "Mis à jour";
9592
9608
  const SAVEASDRAFT$2 = "Enregistrer comme brouillon";
9593
9609
  const DROPCHANGES$2 = "Annuler les modifications";
9594
9610
  const CONNECTED$2 = "Connecté";
9595
- const ANYUNSAVEDCHANGES$2 = "Toute modification non enregistrée sera perdue. Êtes-vous sûr de vouloir continuer ?";
9611
+ const ANYUNSAVEDCHANGES$2 = "Toute modification non sauvegardée sera perdue. Êtes-vous sûr de vouloir continuer ?";
9596
9612
  const PHONENUMBERISNOTVALID$2 = "Ce numéro n'est pas valide";
9597
9613
  const ACTIVITY$2 = "Activité";
9598
9614
  const AVERAGETIMEREPLY$2 = "Temps moyen de réponse";
@@ -9604,14 +9620,14 @@ const NOTDEFINED$2 = "Non défini";
9604
9620
  const LOADMOREREVIEWS$2 = "Charger plus d'avis";
9605
9621
  const DISCONNECT$2 = "Déconnecter";
9606
9622
  const COMPARED_PERIOD$2 = "Période comparée : {{date}}";
9607
- const DATERANGE$2 = "Plage de dates";
9623
+ const DATERANGE$2 = "Période";
9608
9624
  const INACTIVE$2 = "Inactif";
9609
9625
  const ACTIVE$2 = "Actif";
9610
9626
  const COMPAREDPERIOD$2 = "Période comparée";
9611
- const COMPAREDTOPREVIOUS$2 = "Comparaison avec la précédante";
9627
+ const COMPAREDTOPREVIOUS$2 = "Comparaison avec";
9612
9628
  const PARTYSIZE$2 = "Nombre de personnes";
9613
9629
  const CHANNELS$2 = "Canaux";
9614
- const BOOKINGCREATIONDATERANGE$2 = "Plage de dates de création des réservations";
9630
+ const BOOKINGCREATIONDATERANGE$2 = "Préférence de réservation";
9615
9631
  const BOOKINGS$2 = "Réservations";
9616
9632
  const COVERS$2 = "Couverts";
9617
9633
  const CREATIONDATE$2 = "Date de création";
@@ -9635,7 +9651,7 @@ const COMPARED$2 = "Comparé";
9635
9651
  const RESERVATIONLINK$2 = "Lien de réservation";
9636
9652
  const GETSTARTED$2 = "Commencer";
9637
9653
  const TRANSLATION$2 = "Traduction";
9638
- const SHOWTRANSLATION$2 = "afficher la traduction";
9654
+ const SHOWTRANSLATION$2 = "Afficher la traduction";
9639
9655
  const HIDETRANSLATION$2 = "masquer la traduction";
9640
9656
  const TRANSLATING$2 = "traduction en cours";
9641
9657
  const VERIFY$2 = "Vérifier";
@@ -9645,32 +9661,32 @@ const STREETCOMPLE$2 = "Complément de rue";
9645
9661
  const POSTCODE$2 = "Code postal";
9646
9662
  const STREET$2 = "Rue";
9647
9663
  const ALLREVIEWS$2 = "Notifier tous les avis";
9648
- const NEGATIVEREVIEWS1$2 = "Notifier uniquement les avis négatifs";
9649
- const NEWBOOKINGS$2 = "Nouvelle réservation";
9650
- const BOOKINGAMEND$2 = "Modification de réservation";
9664
+ const NEGATIVEREVIEWS1$2 = "Recevez uniquement les avis négatifs";
9665
+ const NEWBOOKINGS$2 = "Nouvelles réservations";
9666
+ const BOOKINGAMEND$2 = "Modifications de réservation";
9651
9667
  const CANCELLATIONS$2 = "Annulations";
9652
9668
  const CHANNELMANAGEMENT$2 = "Gestion des canaux";
9653
9669
  const BOOKINGPREF$2 = "Préférences de réservation";
9654
9670
  const TABLEMANAGEMENT$2 = "Gestion des tables";
9655
- const MIN$2 = "Min";
9656
- const MAX$2 = "Max";
9671
+ const MIN$2 = "Min.";
9672
+ const MAX$2 = "Max.";
9657
9673
  const CAPACITY$2 = "Capacité";
9658
9674
  const ADDTABLE$2 = "Ajouter une table";
9659
9675
  const TABLESMANAGEMENT$2 = "Gestion des tables";
9660
9676
  const TABLES$2 = "Tables";
9661
9677
  const TABLENAME$2 = "Nom de la table";
9662
9678
  const RESERVATIONDASHBOARD$2 = "Tableau de bord des réservations";
9663
- const ADDSEAT$2 = "Ajouter un siège";
9664
- const SEATS$2 = "Sièges";
9679
+ const ADDSEAT$2 = "Ajouter un couvert";
9680
+ const SEATS$2 = "Couverts";
9665
9681
  const DURATION$2 = "Durée";
9666
9682
  const TYPETOSEARCH$2 = "Tapez pour rechercher";
9667
9683
  const TIME$2 = "Heure";
9668
9684
  const TABLE$2 = "Table";
9669
9685
  const STATUSES$2 = "Statuts";
9670
- const MINCAPACITY$2 = "Capacité minimale";
9671
- const MAXCAPACITY$2 = "Capacité maximale";
9672
- const TIMEOFFSETTOMEALTIME$2 = "Décalage horaire par rapport à l'heure de repas";
9673
- const MAXPAXPERSLOT$2 = "Nombre max de clients par créneau";
9686
+ const MINCAPACITY$2 = "Capacité min.";
9687
+ const MAXCAPACITY$2 = "Capacité max.";
9688
+ const TIMEOFFSETTOMEALTIME$2 = "Délai de réservation avant l'heure du repas";
9689
+ const MAXPAXPERSLOT$2 = "Nombre max. de personnes par créneau";
9674
9690
  const ADDRESERVATION$2 = "Ajouter une réservation";
9675
9691
  const DATE$3 = "Date";
9676
9692
  const CREATERESERVATION$2 = "Créer une réservation";
@@ -9694,7 +9710,7 @@ const TABLEAVAILABILITY$2 = "Disponibilité des tables";
9694
9710
  const SYNC$2 = "Synchroniser";
9695
9711
  const SYNCKED$2 = "Synchronisé";
9696
9712
  const ERRORSYNC$2 = "Une erreur s'est produite lors de la synchronisation";
9697
- const SYNCING$2 = "Synchronisation en cours ...";
9713
+ const SYNCING$2 = "Synchronisation en cours...";
9698
9714
  const LASTUPDATE$2 = "Dernière mise à jour";
9699
9715
  const SEARCH$2 = "Rechercher";
9700
9716
  const FILTERS$2 = "Filtres";
@@ -9708,9 +9724,9 @@ const RESTAURANTS$2 = "Restaurants";
9708
9724
  const REQUESTCONNECTION$2 = "Demander une connexion";
9709
9725
  const ROWSPERPAGE$2 = "Lignes par page";
9710
9726
  const CONNECTRESTAURANTS$2 = "Connecter des restaurants";
9711
- const THEREARENORECORDSTODISPLAY$2 = "Aucun enregistrement à afficher";
9712
- const ADDRESTAURANTSTO$2 = "Ajouter des restaurants à {{value}}";
9713
- const THISRESTAURANTWILLBEALBETORECIEVEBOOKINGSFROM$2 = "Ce restaurant pourra recevoir des réservations de {{value}}.";
9727
+ const THEREARENORECORDSTODISPLAY$2 = "Aucun résultat à afficher";
9728
+ const ADDRESTAURANTSTO$2 = "Ajouter des restaurants au canal de réservation {{value}}";
9729
+ const THISRESTAURANTWILLBEALBETORECIEVEBOOKINGSFROM$2 = "Ce restaurant pourra recevoir des réservations via le canal de réservation {{value}}.";
9714
9730
  const PLEASECONFIRMSTOPRECIEVEBOOKING$2 = "Veuillez confirmer que vous ne souhaitez plus recevoir de réservations de {{value}}";
9715
9731
  const SUBSCRIBE$2 = "S'abonner";
9716
9732
  const IAGREE$2 = "J'accepte";
@@ -9724,114 +9740,118 @@ const SelectAllFromX$2 = "Tout sélectionner depuis {{value}}";
9724
9740
  const ComparedPeriod$2 = "Période comparée";
9725
9741
  const CLOSE$2 = "Fermer";
9726
9742
  const NoChannelsConnected$2 = "Aucun canal connecté";
9727
- const NoChannelsConnectedDesc$2 = "Vous n'avez connecté aucun canal. Dès qu'ils seront connectés, les changements seront reflétés.";
9743
+ const NoChannelsConnectedDesc$2 = "Aucun canal connecté. Une fois connectés, les modifications seront reflétées automatiquement.";
9728
9744
  const AddWalKin$2 = "Ajouter un client sans réservation";
9729
- const ConfirmCreateWalkInReservation$2 = "Veuillez confirmer que vous souhaitez créer une réservation sans réservation pour {{value}}";
9730
- const NoBookingAvailability$2 = "Aucune disponibilité pour les réservations";
9731
- const NoAvailabilityForPartySize$2 = "Désolé, aucune disponibilité pour un groupe de taille : {{value}}";
9732
- const ADDANEMAIL$2 = "Ajouter un e-mail";
9745
+ const ConfirmCreateWalkInReservation$2 = "Veuillez confirmer que vous souhaitez créer une réservation spontanée pour {{value}}.";
9746
+ const NoBookingAvailability$2 = "Pas de disponibilité";
9747
+ const NoAvailabilityForPartySize$2 = "Désolé, nous n’avons pas de disponibilité pour ce nombre de personnes : {{value}}";
9748
+ const ADDANEMAIL$2 = "Ajouter un email";
9733
9749
  const SUGGESTREPLY$2 = "Suggérer une réponse";
9734
9750
  const SHOWTEMPLATES$2 = "Afficher les modèles";
9735
9751
  const NOSHOWRESERVATION$2 = "Réservation non honorée";
9736
9752
  const AREYOUSURENOSHOWRESERVATION$2 = "Êtes-vous sûr de vouloir marquer cette réservation comme non honorée ?";
9737
- const NOSHOW$2 = "Non honorée";
9753
+ const NOSHOW$2 = "No-show";
9738
9754
  const VENUEISCLOSED$2 = "Établissement fermé";
9739
9755
  const VenueClosedByConfigurationAtThisTime$2 = "Établissement fermé par configuration à cette heure";
9740
- const AIPROMPT$2 = "Invite IA";
9756
+ const AIPROMPT$2 = "Prompt IA";
9741
9757
  const AREYOUSUREDISCONNECTFROMTRIPADVISOR$2 = "Êtes-vous sûr de vouloir vous déconnecter de Tripadvisor ?";
9742
9758
  const PROFILEURL$2 = "URL du profil";
9743
9759
  const AREYOUSURECONNECTTOTRIPADVISOR$2 = "Êtes-vous sûr de vouloir vous connecter à Tripadvisor ?";
9744
9760
  const TRIPADVISOR$2 = "Tripadvisor";
9745
- const TRIPADVISORREPLY$2 = "Réponse Tripadvisor";
9761
+ const TRIPADVISORREPLY$2 = "Répondre sur Tripadvisor ";
9746
9762
  const COMMINGUP$2 = "À venir";
9747
9763
  const TODAY$2 = "Aujourd'hui";
9748
9764
  const TOMORROW$2 = "Demain";
9749
9765
  const SELECTADAY$2 = "Sélectionner un jour";
9750
9766
  const RESERVATIONS$2 = "Réservations";
9751
- const GUESTS$2 = "Invités";
9752
- const MARKASSEATED$2 = "Marquer comme installé";
9753
- const SEATED$2 = "Installé";
9767
+ const GUESTS$2 = "Clients";
9768
+ const MARKASSEATED$2 = "Marquer comme assis";
9769
+ const SEATED$2 = "Assis";
9754
9770
  const UPDATERESERVATION$2 = "Mettre à jour la réservation";
9755
9771
  const CREATE$2 = "Créer";
9756
9772
  const OPTIN$2 = "Inscription";
9757
9773
  const BOOKINGCHANNEL$2 = "Canal de réservation";
9758
9774
  const CONFIRMATIONTEXT$2 = "Êtes-vous sûr de vouloir effectuer cette action ?";
9759
- const pleaseCheckFormsErrors$2 = "Veuillez vérifier les erreurs dans le formulaire";
9775
+ const pleaseCheckFormsErrors$2 = "Veuillez compléter tous les champs obligatoires.";
9760
9776
  const NO_RESERVATIONS$2 = "Aucune réservation";
9761
9777
  const RESTAURANTSETUP$2 = "Configuration du restaurant";
9762
9778
  const AREA_MANAGEMENT$2 = "Gestion des zones";
9763
- const AREA_MANAGEMENT_DESC$2 = "Configurez les zones les clients peuvent s'installer";
9779
+ const AREA_MANAGEMENT_DESC$2 = "Configurez les zones les clients peuvent choisir leur place lors de la réservation en ligne.";
9764
9780
  const NEW_AREA$2 = "Nouvelle zone";
9765
- const BOOKEABLE_AREAS$2 = "Zone réservable";
9781
+ const BOOKEABLE_AREAS$2 = "Zones réservables";
9766
9782
  const DELETE_AREA$2 = "Supprimer la zone";
9767
9783
  const ARE_YOU_SURE_DELETE_AREA$2 = "Êtes-vous sûr de vouloir supprimer cette zone ?";
9768
9784
  const TABLE_MANAGEMENT$2 = "Gestion des tables";
9769
- const TABLE_MANAGEMENT_DESC$2 = "Configurez la capacité minimale et maximale de chacune de vos tables.";
9785
+ const TABLE_MANAGEMENT_DESC$2 = "Configurez la capacité maximale et minimale pour chacune de vos tables. ";
9770
9786
  const NEW_TABLE$2 = "Nouvelle table";
9771
9787
  const DELETE_TABLE$2 = "Supprimer la table";
9772
9788
  const ARE_YOU_SURE_DELETE_TABLE$2 = "Êtes-vous sûr de vouloir supprimer cette table ?";
9773
9789
  const RESERVATION_DURATION$2 = "Durée de la réservation";
9774
- const RESERVATION_DURATION_DESC$2 = "Définissez vos règles pour maximiser et optimiser votre taux d'occupation selon le nombre de clients et le service.";
9790
+ const RESERVATION_DURATION_DESC$2 = "Définissez vos règles pour maximiser et optimiser votre taux doccupation en fonction du nombre de clients et du service.";
9775
9791
  const SHIFT_X$2 = "Service {{shift}}";
9776
9792
  const SHIFTS$2 = "Services";
9777
- const SHIFTS_DESC$2 = "Définissez les horaires de votre établissement. Ces informations sont essentielles pour augmenter les réservations.";
9793
+ const SHIFTS_DESC$2 = "Indiquez vos horaires d’ouverture pour maximiser les réservations.";
9778
9794
  const SPECIAL_DATES$2 = "Dates spéciales";
9779
- const SPECIAL_DATES_DESC$2 = "Dates de fermeture ou horaires spéciaux (jours fériés, événements, etc.)";
9780
- const SPECIAL_DATES_DESC2$2 = "Définissez la période de fermeture ou les horaires adaptés. Les deux dates sont incluses.";
9795
+ const SPECIAL_DATES_DESC$2 = "Dates de fermeture spéciales ou services différents (jours fériés, événements privés, etc.)";
9796
+ const SPECIAL_DATES_DESC2$2 = "Définissez la période de fermeture ou d’horaires modifiés. Les deux dates sont incluses.";
9781
9797
  const SPECIAL_SHIFTS$2 = "Services spéciaux";
9782
9798
  const ADD_SPECIAL_DATE$2 = "Ajouter une date spéciale";
9783
9799
  const DELETE_SPECIAL_DATE$2 = "Supprimer la date spéciale";
9784
9800
  const ARE_YOU_SURE_DELETE_SPECIAL_DATE$2 = "Êtes-vous sûr de vouloir supprimer cette date spéciale ?";
9785
9801
  const RESERVATION_PREFERENCES$2 = "Préférences de réservation";
9786
- const RESERVATION_PREFERENCES_DESC$2 = "Définissez vos règles pour optimiser le taux d'occupation.";
9787
- const MAX_RESERVATIONS_ARRIVAL_PER_SLOT$2 = "Nombre d'arrivées maximal par créneau.";
9802
+ const RESERVATION_PREFERENCES_DESC$2 = "Définissez vos règles pour maximiser et optimiser votre taux doccupation.";
9803
+ const MAX_RESERVATIONS_ARRIVAL_PER_SLOT$2 = "Nombre max. de réservations par créneau";
9788
9804
  const CANCELED$2 = "Annulé";
9789
9805
  const COMPLETED$2 = "Terminé";
9790
- const EMAILS$2 = "E-mails";
9791
- const EMAILS_DESC$2 = "Recever toutes les notifications via email.";
9792
- const NEW_EMAIL$2 = "Nouvel e-mail";
9793
- const RESERVATIONS_DESC$2 = "Recever une notification lors de l'évènement ci-dessous.";
9794
- const REVIEWS_DESC$2 = "Recevez un e-mail instantané lorsque vous recevez un avis négatif afin de pouvoir initier une réponse immédiate à votre client.";
9795
- const REVIEWSREPORT_DESC$2 = "Recever un rapport avec la liste des réservations par email.";
9806
+ const EMAILS$2 = "Emails";
9807
+ const EMAILS_DESC$2 = "Recevez toutes les notifications sur ces adresses email.";
9808
+ const NEW_EMAIL$2 = "Nouvel email";
9809
+ const RESERVATIONS_DESC$2 = "Recevez une notification par email dès qu’une des actions suivantes se produit.";
9810
+ const REVIEWS_DESC$2 = "Recevez un email dès qu’un avis négatif est publié pour répondre immédiatement à votre client.";
9811
+ const REVIEWSREPORT_DESC$2 = "Recevez un rapport quotidien par email pour vous aider à suivre l’ensemble de vos activités.";
9796
9812
  const StartDate$2 = "Date de début";
9797
9813
  const EndDate$2 = "Date de fin";
9798
9814
  const REFERENCE$2 = "Référence";
9799
- const selectSource$2 = "Sélectionner origine";
9800
- const selectTime$2 = "Sélectionner Heure";
9801
- const selectPartySize$2 = "Nombre";
9815
+ const selectSource$2 = "Sélectionner la source";
9816
+ const selectTime$2 = "Sélectionner l'heure";
9817
+ const selectPartySize$2 = "Sélectionner la taille du groupe";
9802
9818
  const selectTable$2 = "Sélectionner la table";
9803
9819
  const source$2 = "Origine";
9804
9820
  const date$8 = "Date";
9805
9821
  const time$3 = "Heure";
9806
- const partySize$2 = "Nombre";
9822
+ const partySize$2 = "Taille du groupe";
9807
9823
  const table$6 = "Table";
9808
9824
  const firstname$2 = "Prénom";
9809
9825
  const lastname$2 = "Nom de famille";
9810
- const email$3 = "E-mail";
9826
+ const email$3 = "Email";
9811
9827
  const phone$4 = "Téléphone";
9812
9828
  const notes$2 = "Notes";
9829
+ const firstTimeCustomer$2 = "Nouveau client";
9830
+ const recurrentCustomer$2 = "Client récurrent";
9831
+ const firstVisitMessage$2 = "C'est leur première visite";
9832
+ const previousVisitsMessage$2 = "A visité {{count}} fois auparavant";
9813
9833
  const STATUS$2 = "Statut";
9814
9834
  const Reservation$2 = "Réservation";
9815
9835
  const Email$2 = "E-mail";
9816
9836
  const Yes$2 = "Oui";
9817
9837
  const confirmed$2 = "Confirmé";
9818
9838
  const more$2 = "plus";
9819
- const enableBookableAreas$2 = "Activer la gestion des zones";
9839
+ const enableBookableAreas$2 = "Activer les zones réservables";
9820
9840
  const name$2 = "Nom";
9821
9841
  const description$2 = "Description";
9822
- const min$8 = "Min";
9823
- const max$8 = "Max";
9842
+ const min$8 = "Min.";
9843
+ const max$8 = "Max.";
9824
9844
  const area$2 = "Zone";
9825
9845
  const minutes$3 = "Minutes";
9826
- const Monday$2 = "Lundi";
9827
- const Tuesday$2 = "Mardi";
9828
- const Wednesday$2 = "Mercredi";
9829
- const Thursday$2 = "Jeudi";
9830
- const Friday$2 = "Vendredi";
9831
- const Saturday$2 = "Samedi";
9832
- const Sunday$2 = "Dimanche";
9846
+ const Monday$2 = "lundi";
9847
+ const Tuesday$2 = "mardi";
9848
+ const Wednesday$2 = "mercredi";
9849
+ const Thursday$2 = "jeudi";
9850
+ const Friday$2 = "vendredi";
9851
+ const Saturday$2 = "samedi";
9852
+ const Sunday$2 = "dimanche";
9833
9853
  const Closed$2 = "Fermé";
9834
- const startTime$2 = "Ouverture";
9854
+ const startTime$2 = "Heure de début";
9835
9855
  const endTime$2 = "Fermeture";
9836
9856
  const add$5 = "Ajouter";
9837
9857
  const youDontHaveReviewsYet$2 = "Vous n'avez pas encore d'avis";
@@ -9843,65 +9863,65 @@ const listingLoacationDesc2$2 = "Déplacez l'épingle sur la carte ci-dessous po
9843
9863
  const listingLoacationDesc3$2 = "Note : Vous devez cliquer sur 'Localisation' dans votre compte Google Business pour ajuster l'épingle sur Google.";
9844
9864
  const location$3 = "Localisation";
9845
9865
  const googleMyBusinessLinks$2 = "Liens Google My Business";
9846
- const socialLinks$2 = "Liens sociaux";
9866
+ const socialLinks$2 = "Liens des réseaux sociaux";
9847
9867
  const gettingStarted$2 = "Commencer";
9848
9868
  const hello$2 = "Bonjour";
9849
9869
  const Close$3 = "Fermer";
9850
- const publishing$2 = "publication";
9870
+ const publishing$2 = "en cours de publication";
9851
9871
  const success$4 = "succès";
9852
9872
  const pending$2 = "en attente";
9853
9873
  const error$5 = "erreur";
9854
- const loadingAnalytics$2 = "Chargement des analyses";
9874
+ const loadingAnalytics$2 = "Chargement des données";
9855
9875
  const Refresh$2 = "Actualiser";
9856
- const INSERTAGS$2 = "Insérer des balises";
9876
+ const INSERTAGS$2 = "Ajouter des tags";
9857
9877
  const loadingListingAnalytics$2 = "Chargement des analyses de listing";
9858
- const All$2 = "Toutes";
9859
- const confirmationExportExcel$2 = "Voulez-vous exporter un fichier Excel de {{from}} jusqu'à {{till}} ? Vous recevrez bientôt le rapport dans votre boîte e-mail.";
9878
+ const All$2 = "Tout";
9879
+ const confirmationExportExcel$2 = "Souhaitez-vous exporter un fichier Excel pour la période du {{from}} au {{till}} ? Vous recevrez le rapport par e-mail. ";
9860
9880
  const PAYMENTS_INTEGRATION$2 = "Intégration des paiements";
9861
- const PAYMENTS_INTEGRATION_DESC$2 = "Acceptez les paiements en ligne via votre propre compte Stripe, intégré à votre système de réservation, avec carte bancaire, portefeuille numérique ou virement bancaire.";
9862
- const CONNECT_WITH_STRIPE$2 = "Se connecter à Stripe";
9881
+ const PAYMENTS_INTEGRATION_DESC$2 = "Acceptez les paiements en ligne via Stripe, intégré à votre système de réservation, par carte, portefeuille numérique ou virement.";
9882
+ const CONNECT_WITH_STRIPE$2 = "Connecter à Stripe";
9863
9883
  const DISCONNECT_STRIPE_ACCOUNT$2 = "Déconnecter le compte Stripe";
9864
- const AMOUNT_PER_GUEST$2 = "Montant par invité";
9884
+ const AMOUNT_PER_GUEST$2 = "Montant par client";
9865
9885
  const MIN_GUESTS_REQ_PAYMENT$2 = "Nombre min. d'invités nécessitant un paiement";
9866
- const CANCELATION_POLICY_IN_HOURS$2 = "Politique d'annulation (en heures)";
9886
+ const CANCELATION_POLICY_IN_HOURS$2 = "Politique d'annulation en heures";
9867
9887
  const ENABLED_PAYMENTS$2 = "Paiements activés";
9868
9888
  const paymentRules$3 = "Règles de paiement";
9869
- const paymentRulesDesc$3 = "Une règle de paiement sera exigée pour effectuer une réservation pendant cette période, selon les paramètres ci-dessous.";
9870
- const amountPerGuestDesc$2 = "Montant à payer par invité pour réserver.";
9871
- const minGuestsReqPaymentDesc$2 = "Si défini sur '4', une réservation avec 3 personnes ou moins ne nécessitera pas de paiement.";
9872
- const cancelationPolicyInHoursDesc$2 = "Délai avant une réservation pendant lequel un invité peut être remboursé intégralement en cas d'annulation.";
9889
+ const paymentRulesDesc$3 = "Une règle de paiement sera requise pour réserver durant cette période selon les paramètres suivants. ";
9890
+ const amountPerGuestDesc$2 = "Montant à régler par les clients pour finaliser la réservation.";
9891
+ const minGuestsReqPaymentDesc$2 = "Si la valeur est fixée à '4', une réservation de 3 personnes ou moins n'aura pas à payer. ";
9892
+ const cancelationPolicyInHoursDesc$2 = "La période d'annulation permettant un remboursement complet avant la réservation. ";
9873
9893
  const paymentsEnabled$2 = "Paiements activés";
9874
9894
  const depositType$2 = "Type d'acompte";
9875
9895
  const amountPerGuest$2 = "Montant par invité";
9876
- const minGuestsReqPayment$2 = "Min. invités nécessitant un paiement";
9896
+ const minGuestsReqPayment$2 = "Nombre min. d'invités nécessitant un paiement";
9877
9897
  const deposit$2 = "Acompte";
9878
- const creditCardGuarantee$2 = "Garantie carte de crédit";
9898
+ const creditCardGuarantee$2 = "Garantie par carte de crédit";
9879
9899
  const disconnectStripeAccount$2 = "Déconnecter le compte Stripe";
9880
9900
  const disconnectStripeAccountDesc$2 = "Êtes-vous sûr de vouloir déconnecter votre compte Stripe ?";
9881
- const enableOnboardingText$2 = "Le restaurant n'est pas en ligne. Une fois que vous avez terminé la configuration et que vous vous sentez prêt, vous pouvez l'activer.";
9882
- const enableLive$2 = "Activer en restaurant";
9901
+ const enableOnboardingText$2 = "Le restaurant nest pas encore en ligne. Une fois la configuration terminée et lorsque vous serez prêt, vous pourrez lactiver. ";
9902
+ const enableLive$2 = "Activer le restaurant";
9883
9903
  const enableLiveConfirmationText$2 = "Êtes-vous sûr de vouloir activer le restaurant ?";
9884
9904
  const widgetConfiguration$2 = "Configuration du widget";
9885
9905
  const openWidget$2 = "Ouvrir le widget";
9886
9906
  const widget$2 = "Widget";
9887
- const maxPartySize$2 = "Définissez le nombre maximum de personnes pouvant réserver.";
9907
+ const maxPartySize$2 = "Nombre maximum de personnes";
9888
9908
  const VENUE_MANAGEMENT$2 = "Gestion des établissements";
9889
9909
  const SLOTGAP$2 = "Intervalle entre réservations";
9890
- const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$2 = "Combien de réservations pouvez-vous recevoir dans un créneau de temps spécifique?";
9891
- const TIMEOFFSETTOMEALTIME_DESC$2 = "Jusqu quelle heure avant la réservation peut-on recevoir une réservation?";
9892
- const SLOTGAP_DESC$2 = "Combien de minutes entre deux réservations souhaitez-vous offrir?";
9893
- const maxPartySize_DESC$2 = "Combien de clients une réservation peut-elle avoir?";
9894
- const OK$2 = "Ok";
9910
+ const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$2 = "Nombre de réservations possibles par créneau horaire";
9911
+ const TIMEOFFSETTOMEALTIME_DESC$2 = "Jusqu’à combien de temps à l’avance un client peut-il réserver ?";
9912
+ const SLOTGAP_DESC$2 = "Combien de minutes souhaitez-vous offrir entre deux réservations ?";
9913
+ const maxPartySize_DESC$2 = "Quelle est la taille maximale du groupe pour une réservation ?";
9914
+ const OK$2 = "OK";
9895
9915
  const UPDATE_IN_PROGRESS$2 = "Mise à jour en cours";
9896
- const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2 = "Nous mettons à jour la configuration du restaurant. Les changements peuvent prendre jusqu {{value}} minutes pour être appliqués.";
9916
+ const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2 = "Nous mettons à jour la configuration du restaurant. Les modifications peuvent prendre jusqu’à {{value}} minutes avant d’être effectives.";
9897
9917
  const ARE_YOU_SURE_DELETE_X_TABLES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} tables?";
9898
9918
  const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} dates spéciales?";
9899
9919
  const ARE_YOU_SURE_DELETE_X_AREAS$2 = "Êtes-vous sûr de vouloir supprimer {{value}} zones?";
9900
9920
  const hideCancellations$2 = "Masquer les annulations";
9901
9921
  const NO_CONNECTED_CHANNELS$2 = "Aucun canal connecté";
9902
9922
  const AVAILABLE_BOOKING_CHANNELS$2 = "Canaux de réservation disponibles";
9903
- const WIDGET_CONFIGURATION_DESC$2 = "Prenez des réservation sur votre site internet grace au code ci-dessous. Fournissez le a votre designer qui l'integrera sans peine a votre site.";
9904
- const CANCEL_BOOKING$2 = "Annulation de réservation";
9923
+ const WIDGET_CONFIGURATION_DESC$2 = "Acceptez les réservations sur votre site internet en utilisant le code ci-dessous. Transmettez-le à votre graphiste web, qui l’intégrera à votre site. ";
9924
+ const CANCEL_BOOKING$2 = "Annuler la réservation";
9905
9925
  const Today$2 = "Aujourd'hui";
9906
9926
  const Replied$2 = "Répondu";
9907
9927
  const Neutral$2 = "Neutre";
@@ -10226,7 +10246,7 @@ const fr$1 = {
10226
10246
  NoBookingAvailability: NoBookingAvailability$2,
10227
10247
  NoAvailabilityForPartySize: NoAvailabilityForPartySize$2,
10228
10248
  ADDANEMAIL: ADDANEMAIL$2,
10229
- "Provide at lease one email": "Veuillez fournir au moins une adresse e-mail",
10249
+ "Provide at lease one email": "Merci de fournir au moins une adresse email.",
10230
10250
  SUGGESTREPLY: SUGGESTREPLY$2,
10231
10251
  SHOWTEMPLATES: SHOWTEMPLATES$2,
10232
10252
  NOSHOWRESERVATION: NOSHOWRESERVATION$2,
@@ -10284,7 +10304,7 @@ const fr$1 = {
10284
10304
  MAX_RESERVATIONS_ARRIVAL_PER_SLOT: MAX_RESERVATIONS_ARRIVAL_PER_SLOT$2,
10285
10305
  CANCELED: CANCELED$2,
10286
10306
  COMPLETED: COMPLETED$2,
10287
- "NO-SHOW": "Non honoré",
10307
+ "NO-SHOW": "No-show",
10288
10308
  EMAILS: EMAILS$2,
10289
10309
  EMAILS_DESC: EMAILS_DESC$2,
10290
10310
  NEW_EMAIL: NEW_EMAIL$2,
@@ -10294,7 +10314,7 @@ const fr$1 = {
10294
10314
  StartDate: StartDate$2,
10295
10315
  EndDate: EndDate$2,
10296
10316
  REFERENCE: REFERENCE$2,
10297
- "Type to search ...": "Tapez pour rechercher ...",
10317
+ "Type to search ...": "Tapez pour rechercher...",
10298
10318
  selectSource: selectSource$2,
10299
10319
  selectTime: selectTime$2,
10300
10320
  selectPartySize: selectPartySize$2,
@@ -10309,6 +10329,10 @@ const fr$1 = {
10309
10329
  email: email$3,
10310
10330
  phone: phone$4,
10311
10331
  notes: notes$2,
10332
+ firstTimeCustomer: firstTimeCustomer$2,
10333
+ recurrentCustomer: recurrentCustomer$2,
10334
+ firstVisitMessage: firstVisitMessage$2,
10335
+ previousVisitsMessage: previousVisitsMessage$2,
10312
10336
  STATUS: STATUS$2,
10313
10337
  Reservation: Reservation$2,
10314
10338
  "Text message": "Message texte",
@@ -10339,7 +10363,7 @@ const fr$1 = {
10339
10363
  add: add$5,
10340
10364
  "Successfully Updated": "Mise à jour réussie",
10341
10365
  youDontHaveReviewsYet: youDontHaveReviewsYet$2,
10342
- "Search ...": "Rechercher ...",
10366
+ "Search ...": "Chercher...",
10343
10367
  temporarilyClosed: temporarilyClosed$2,
10344
10368
  address: address$2,
10345
10369
  editTheAddressBelowToUpdateYourBingProfile: editTheAddressBelowToUpdateYourBingProfile$2,
@@ -10351,51 +10375,50 @@ const fr$1 = {
10351
10375
  socialLinks: socialLinks$2,
10352
10376
  gettingStarted: gettingStarted$2,
10353
10377
  hello: hello$2,
10354
- "The purpose of Listing and Review is to help you manage your contents and comments from one place.": "L'objectif de Listing and Review est de vous aider à gérer vos contenus et commentaires depuis un seul endroit.",
10355
- "To initiate the service, we will be able to control each step of data synchronisation:": "Pour initier le service, nous pourrons contrôler chaque étape de la synchronisation des données :",
10356
- "Review your information before publishing the information to Google My Business": "Vérifiez vos informations avant de publier les informations sur Google My Business",
10357
- "Push the enhanced data to you Google profile": "Poussez les données améliorées vers votre profil Google",
10378
+ "The purpose of Listing and Review is to help you manage your contents and comments from one place.": "Lobjectif de Listing & Review est de vous aider à gérer vos contenus et commentaires en un seul endroit. ",
10379
+ "To initiate the service, we will be able to control each step of data synchronisation:": "Lors de l'initiation du service, nous contrôlerons chaque étape de la synchronisation des données : ",
10380
+ "Review your information before publishing the information to Google My Business": "Vérifiez vos informations avant de les publier sur Google.",
10381
+ "Push the enhanced data to you Google profile": "Publiez les nouvelles données sur votre profil Google.",
10358
10382
  "Connect additional channels (Facebook, Bing...)": "Connectez des canaux supplémentaires (Facebook, Bing...)",
10359
- "I don't have a Google My Business account": "Je n'ai pas de compte Google My Business",
10383
+ "I don't have a Google My Business account": "Je n'ai pas de Fiche d'établissement Google",
10360
10384
  "Setup my profile": "Configurer mon profil",
10361
10385
  "Connect with Google": "Se connecter avec Google",
10362
- "Congratulations! You're all setup.": "Félicitations ! Vous êtes entièrement configuré.",
10363
- "Let's connect more channels and start syncing": "Connectons plus de canaux et commençons la synchronisation",
10364
- "Now you can connect additional channels and start managing your content and reviews from one place.": "Maintenant vous pouvez connecter des canaux supplémentaires et commencer à gérer votre contenu et vos avis depuis un seul endroit.",
10386
+ "Congratulations! You're all setup.": "Félicitations ! Votre configuration est terminée avec succès.",
10387
+ "Let's connect more channels and start syncing": "Connectez davantage de canaux et synchronisez-les",
10388
+ "Now you can connect additional channels and start managing your content and reviews from one place.": "Vous pouvez désormais connecter des canaux supplémentaires et gérer votre contenu et vos avis en un seul endroit.",
10365
10389
  "Ready!": "Prêt !",
10366
10390
  Close: Close$3,
10367
- "Google Business Profile": "Profil Google Business",
10391
+ "Google Business Profile": "Fiche d'établissement Google",
10368
10392
  publishing: publishing$2,
10369
10393
  success: success$4,
10370
10394
  pending: pending$2,
10371
10395
  error: error$5,
10372
- "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Veuillez noter que vos canaux connectés peuvent prendre jusqu 24h pour être mis à jour et que toutes les informations peuvent passer par un processus de révision avant publication.",
10396
+ "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Veuillez noter que la mise à jour de vos canaux peut prendre jusqu’à 24h, et que toutes les informations peuvent faire l’objet d’un contrôle avant publication.",
10373
10397
  "Interested on Listing&Review?": "Intéressé par Listing&Review ?",
10374
- "Contact your account manager to get more information about how to get a license.": "Contactez votre gestionnaire de compte pour obtenir plus d'informations sur la façon d'obtenir une licence.",
10375
- "Bing will contact you by email or post and provide you with a verification PIN code. Once you get it, please add it below so that your profile can be synchonised.": "Bing vous contactera par e-mail ou par courrier et vous fournira un code PIN de vérification. Une fois que vous l'aurez reçu, veuillez l'ajouter ci-dessous afin que votre profil puisse être synchronisé.",
10376
- "Bing may require verification of the business ownership, and contact you by email or post. Please, enter below the email you want to use for verification purposes with Bing.": "Bing peut exiger la vérification de la propriété de l'entreprise et vous contacter par e-mail ou par courrier. Veuillez saisir ci-dessous l'e-mail que vous souhaitez utiliser à des fins de vérification avec Bing.",
10377
- "Please, enter below the profile url of your tripadvisor.": "Veuillez saisir ci-dessous l'URL du profil de votre Tripadvisor.",
10398
+ "Contact your account manager to get more information about how to get a license.": "Veuillez contacter votre gestionnaire de compte pour obtenir plus dinformations sur la procédure d’obtention d’une licence.",
10399
+ "Bing will contact you by email or post and provide you with a verification PIN code. Once you get it, please add it below so that your profile can be synchonised.": "Bing vous contactera par email ou courrier pour vous fournir un code PIN de vérification. Dès réception, merci de bien vouloir le saisir ci-dessous afin de synchroniser votre profil.",
10400
+ "Please, enter below the profile url of your tripadvisor.": "Veuillez saisir ci-dessous l'URL de votre profil Tripadvisor.",
10378
10401
  "Select an account": "Sélectionner un compte",
10379
- "Please select an accout that you want to connect to Facebook.": "Veuillez sélectionner un compte que vous souhaitez connecter à Facebook.",
10380
- "Please select an accout that you want to connect to Google": "Veuillez sélectionner un compte que vous souhaitez connecter à Google",
10402
+ "Please select an accout that you want to connect to Facebook.": "Veuillez sélectionner un compte à connecter à Facebook.",
10403
+ "Please select an accout that you want to connect to Google": "Veuillez sélectionner un compte à connecter à Google.",
10381
10404
  loadingAnalytics: loadingAnalytics$2,
10382
10405
  "You don't have a connected Google Account": "Vous n'avez pas de compte Google connecté",
10383
- "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "Les analyses de listing proviennent du profil Google Business, donc pour voir ces statistiques, veuillez d'abord connecter votre profil Google My Business.",
10384
- "Your Google Business Profile is not Verified": "Votre profil Google Business n'est pas vérifié",
10385
- "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "Les analyses de listing proviennent du profil Google Business, pour voir ces statistiques, votre profil Google Business doit être vérifié.",
10386
- "Something went wrong": "Quelque chose s'est mal passé",
10406
+ "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "Les statistiques proviennent de votre Fiche d'Entreprise Google. Pour les consulter, veuillez d'abord connecter votre profil Google Business.",
10407
+ "Your Google Business Profile is not Verified": "Votre profil d’entreprise Google nest pas vérifié. ",
10408
+ "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "Les données proviennent de votre Fiche d'Entreprise Google. Veuillez vérifier votre profil Google pour accéder aux analyses.",
10409
+ "Something went wrong": "Une erreur s'est produite",
10387
10410
  "Try refreshing the page. If the error persists, please, contact your provider.": "Essayez de rafraîchir la page. Si l'erreur persiste, veuillez contacter votre fournisseur.",
10388
10411
  Refresh: Refresh$2,
10389
10412
  "Last 7 days analytics": "Analyses des 7 derniers jours",
10390
- "Get a daily report by email to help you keep track of all your activity.": "Recevez un rapport quotidien par e-mail pour vous aider à suivre toute votre activité.",
10391
- "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.": "Recevez un e-mail instantané lorsque vous recevez un avis négatif afin de pouvoir initier une réponse immédiate à votre client.",
10392
- "Get all the notifications on these emails.": "Recevez toutes les notifications sur ces e-mails.",
10393
- "Ai prompt for generate reviews.": "Invite IA pour générer des avis.",
10413
+ "Get a daily report by email to help you keep track of all your activity.": "Recevez un rapport quotidien par email pour vous aider à suivre l’ensemble de vos activités.",
10414
+ "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.": "Recevez un email dès qu’un avis négatif est publié pour répondre immédiatement à votre client.",
10415
+ "Get all the notifications on these emails.": "Recevez toutes les notifications sur ces adresses email.",
10416
+ "Ai prompt for generate reviews.": "Utiliser l'IA pour générer des avis.",
10394
10417
  INSERTAGS: INSERTAGS$2,
10395
10418
  loadingListingAnalytics: loadingListingAnalytics$2,
10396
10419
  All: All$2,
10397
- "Choose the Booking creation date range to export. The rest of the filters selected on the page will apply as export criteria.": "Choisissez la plage de dates de création des réservations à exporter. Le reste des filtres sélectionnés sur la page s'appliquera comme critères d'exportation.",
10398
- "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "Vous recevrez bientôt le rapport dans votre boîte e-mail après avoir cliqué sur le bouton 'Exporter les données'.",
10420
+ "Choose the Booking creation date range to export. The rest of the filters selected on the page will apply as export criteria.": "Sélectionnez la période de création des réservations à exporter. Les autres filtres choisis sur la page seront appliqués comme critères dexportation.",
10421
+ "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "Vous recevrez le rapport par mail, après avoir cliqué sur « Exporter les données ». ",
10399
10422
  confirmationExportExcel: confirmationExportExcel$2,
10400
10423
  PAYMENTS_INTEGRATION: PAYMENTS_INTEGRATION$2,
10401
10424
  PAYMENTS_INTEGRATION_DESC: PAYMENTS_INTEGRATION_DESC$2,
@@ -10454,10 +10477,10 @@ const fr$1 = {
10454
10477
  Negative: Negative$2,
10455
10478
  Period: Period$2,
10456
10479
  Year: Year$3,
10457
- "No options": "Vide",
10480
+ "No options": "Aucune option",
10458
10481
  Bookings: Bookings$2,
10459
10482
  Covers: Covers$2,
10460
- "dd/mm/yyyy": "jj/mm/aaaa",
10483
+ "dd/mm/yyyy": "JJ/MM/AAAA",
10461
10484
  NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$2
10462
10485
  };
10463
10486
  const errors$1 = { "required": "Dieses Feld ist erforderlich", "email": "Diese E-Mail ist nicht gültig", "phone": "Diese Telefonnummer ist nicht gültig", "url": "Diese URL ist nicht gültig" };
@@ -10851,6 +10874,10 @@ const lastname$1 = "Nachname";
10851
10874
  const email$2 = "E-Mail";
10852
10875
  const phone$3 = "Telefon";
10853
10876
  const notes$1 = "Notizen";
10877
+ const firstTimeCustomer$1 = "Neukunde";
10878
+ const recurrentCustomer$1 = "Stammkunde";
10879
+ const firstVisitMessage$1 = "Dies ist ihr erster Besuch";
10880
+ const previousVisitsMessage$1 = "Hat {{count}} mal zuvor besucht";
10854
10881
  const STATUS$1 = "Status";
10855
10882
  const Reservation$1 = "Reservierung";
10856
10883
  const Email$1 = "E-Mail";
@@ -11350,6 +11377,10 @@ const de$1 = {
11350
11377
  email: email$2,
11351
11378
  phone: phone$3,
11352
11379
  notes: notes$1,
11380
+ firstTimeCustomer: firstTimeCustomer$1,
11381
+ recurrentCustomer: recurrentCustomer$1,
11382
+ firstVisitMessage: firstVisitMessage$1,
11383
+ previousVisitsMessage: previousVisitsMessage$1,
11353
11384
  STATUS: STATUS$1,
11354
11385
  Reservation: Reservation$1,
11355
11386
  "Text message": "Textnachricht",
@@ -11892,6 +11923,10 @@ const lastname = "Achternaam";
11892
11923
  const email$1 = "E-mail";
11893
11924
  const phone$2 = "Telefoon";
11894
11925
  const notes = "Notities";
11926
+ const firstTimeCustomer = "Nieuwe klant";
11927
+ const recurrentCustomer = "Terugkerende klant";
11928
+ const firstVisitMessage = "Dit is hun eerste bezoek";
11929
+ const previousVisitsMessage = "Heeft {{count}} keer eerder bezocht";
11895
11930
  const STATUS = "Status";
11896
11931
  const Reservation = "Reservering";
11897
11932
  const Email = "E-mail";
@@ -12391,6 +12426,10 @@ const nl$1 = {
12391
12426
  email: email$1,
12392
12427
  phone: phone$2,
12393
12428
  notes,
12429
+ firstTimeCustomer,
12430
+ recurrentCustomer,
12431
+ firstVisitMessage,
12432
+ previousVisitsMessage,
12394
12433
  STATUS,
12395
12434
  Reservation,
12396
12435
  "Text message": "Tekstbericht",
@@ -29647,8 +29686,8 @@ var getRealWidth = function getRealWidth2(node2) {
29647
29686
  };
29648
29687
  };
29649
29688
  var LoadingIcon = function LoadingIcon2(_ref3) {
29650
- var prefixCls = _ref3.prefixCls, loading = _ref3.loading, existIcon = _ref3.existIcon;
29651
- var visible2 = !!loading;
29689
+ var prefixCls = _ref3.prefixCls, loading2 = _ref3.loading, existIcon = _ref3.existIcon;
29690
+ var visible2 = !!loading2;
29652
29691
  if (existIcon) {
29653
29692
  return /* @__PURE__ */ React__default.createElement("span", {
29654
29693
  className: "".concat(prefixCls, "-loading-icon")
@@ -29744,12 +29783,12 @@ function convertLegacyProps(type4) {
29744
29783
  }
29745
29784
  var InternalButton = function InternalButton2(props, ref) {
29746
29785
  var _classNames;
29747
- var _props$loading = props.loading, loading = _props$loading === void 0 ? false : _props$loading, customizePrefixCls = props.prefixCls, _props$type = props.type, type4 = _props$type === void 0 ? "default" : _props$type, danger2 = props.danger, _props$shape = props.shape, shape = _props$shape === void 0 ? "default" : _props$shape, customizeSize = props.size, customDisabled = props.disabled, className = props.className, children = props.children, icon2 = props.icon, _props$ghost = props.ghost, ghost = _props$ghost === void 0 ? false : _props$ghost, _props$block = props.block, block = _props$block === void 0 ? false : _props$block, _props$htmlType = props.htmlType, htmlType = _props$htmlType === void 0 ? "button" : _props$htmlType, rest = __rest$b(props, ["loading", "prefixCls", "type", "danger", "shape", "size", "disabled", "className", "children", "icon", "ghost", "block", "htmlType"]);
29786
+ var _props$loading = props.loading, loading2 = _props$loading === void 0 ? false : _props$loading, customizePrefixCls = props.prefixCls, _props$type = props.type, type4 = _props$type === void 0 ? "default" : _props$type, danger2 = props.danger, _props$shape = props.shape, shape = _props$shape === void 0 ? "default" : _props$shape, customizeSize = props.size, customDisabled = props.disabled, className = props.className, children = props.children, icon2 = props.icon, _props$ghost = props.ghost, ghost = _props$ghost === void 0 ? false : _props$ghost, _props$block = props.block, block = _props$block === void 0 ? false : _props$block, _props$htmlType = props.htmlType, htmlType = _props$htmlType === void 0 ? "button" : _props$htmlType, rest = __rest$b(props, ["loading", "prefixCls", "type", "danger", "shape", "size", "disabled", "className", "children", "icon", "ghost", "block", "htmlType"]);
29748
29787
  var size = React.useContext(SizeContext);
29749
29788
  var disabled2 = React.useContext(DisabledContext);
29750
29789
  var mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled2;
29751
29790
  var groupSize = React.useContext(GroupSizeContext);
29752
- var _React$useState = React.useState(!!loading), _React$useState2 = _slicedToArray$a(_React$useState, 2), innerLoading = _React$useState2[0], setLoading = _React$useState2[1];
29791
+ var _React$useState = React.useState(!!loading2), _React$useState2 = _slicedToArray$a(_React$useState, 2), innerLoading = _React$useState2[0], setLoading = _React$useState2[1];
29753
29792
  var _React$useState3 = React.useState(false), _React$useState4 = _slicedToArray$a(_React$useState3, 2), hasTwoCNChar = _React$useState4[0], setHasTwoCNChar = _React$useState4[1];
29754
29793
  var _React$useContext = React.useContext(ConfigContext), getPrefixCls = _React$useContext.getPrefixCls, autoInsertSpaceInButton = _React$useContext.autoInsertSpaceInButton, direction = _React$useContext.direction;
29755
29794
  var buttonRef = ref || /* @__PURE__ */ React.createRef();
@@ -29769,7 +29808,7 @@ var InternalButton = function InternalButton2(props, ref) {
29769
29808
  setHasTwoCNChar(false);
29770
29809
  }
29771
29810
  };
29772
- var loadingOrDelay = typeof loading === "boolean" ? loading : (loading === null || loading === void 0 ? void 0 : loading.delay) || true;
29811
+ var loadingOrDelay = typeof loading2 === "boolean" ? loading2 : (loading2 === null || loading2 === void 0 ? void 0 : loading2.delay) || true;
29773
29812
  React.useEffect(function() {
29774
29813
  var delayTimer = null;
29775
29814
  if (typeof loadingOrDelay === "number") {
@@ -35129,7 +35168,7 @@ function isThenable$1(thing) {
35129
35168
  var ActionButton = function ActionButton2(props) {
35130
35169
  var clickedRef = React.useRef(false);
35131
35170
  var ref = React.useRef(null);
35132
- var _useState = useSafeState(false), _useState2 = _slicedToArray$a(_useState, 2), loading = _useState2[0], setLoading = _useState2[1];
35171
+ var _useState = useSafeState(false), _useState2 = _slicedToArray$a(_useState, 2), loading2 = _useState2[0], setLoading = _useState2[1];
35133
35172
  var close3 = props.close;
35134
35173
  var onInternalClose = function onInternalClose2() {
35135
35174
  close3 === null || close3 === void 0 ? void 0 : close3.apply(void 0, arguments);
@@ -35196,7 +35235,7 @@ var ActionButton = function ActionButton2(props) {
35196
35235
  var type4 = props.type, children = props.children, prefixCls = props.prefixCls, buttonProps = props.buttonProps;
35197
35236
  return /* @__PURE__ */ React.createElement(Button$3, _extends$g({}, convertLegacyProps(type4), {
35198
35237
  onClick,
35199
- loading,
35238
+ loading: loading2,
35200
35239
  prefixCls
35201
35240
  }, buttonProps, {
35202
35241
  ref
@@ -44794,6 +44833,34 @@ const Pointer = () => /* @__PURE__ */ jsx$1("svg", {
44794
44833
  });
44795
44834
  const Users$2 = () => {
44796
44835
  };
44836
+ const UserPlus = () => /* @__PURE__ */ jsx$1("svg", {
44837
+ xmlns: "http://www.w3.org/2000/svg",
44838
+ width: "24",
44839
+ height: "24",
44840
+ viewBox: "0 0 24 24",
44841
+ children: /* @__PURE__ */ jsx$1("path", {
44842
+ fill: "none",
44843
+ stroke: "currentColor",
44844
+ strokeLinecap: "round",
44845
+ strokeLinejoin: "round",
44846
+ strokeWidth: "2",
44847
+ d: "M8 7a4 4 0 1 0 8 0a4 4 0 0 0-8 0m8 12h6m-3-3v6M6 21v-2a4 4 0 0 1 4-4h4"
44848
+ })
44849
+ });
44850
+ const UsersPlus = () => /* @__PURE__ */ jsx$1("svg", {
44851
+ xmlns: "http://www.w3.org/2000/svg",
44852
+ width: "24",
44853
+ height: "24",
44854
+ viewBox: "0 0 24 24",
44855
+ children: /* @__PURE__ */ jsx$1("path", {
44856
+ fill: "none",
44857
+ stroke: "currentColor",
44858
+ strokeLinecap: "round",
44859
+ strokeLinejoin: "round",
44860
+ strokeWidth: "2",
44861
+ d: "M5 7a4 4 0 1 0 8 0a4 4 0 0 0-8 0M3 21v-2a4 4 0 0 1 4-4h4c.96 0 1.84.338 2.53.901M16 3.13a4 4 0 0 1 0 7.75M16 19h6m-3-3v6"
44862
+ })
44863
+ });
44797
44864
  const Spinner$1 = () => /* @__PURE__ */ jsxs("svg", {
44798
44865
  xmlns: "http://www.w3.org/2000/svg",
44799
44866
  width: "24",
@@ -46280,7 +46347,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
46280
46347
  Spinner: Spinner$1,
46281
46348
  TrashX,
46282
46349
  Tripadvisor,
46350
+ UserPlus,
46283
46351
  Users: Users$2,
46352
+ UsersPlus,
46284
46353
  apple,
46285
46354
  armChair,
46286
46355
  arrowDown,
@@ -85564,6 +85633,7 @@ const DatePicker$1 = ({
85564
85633
  const [endDate, setEndDate] = useState(null);
85565
85634
  const [singleDate, setSingleDate] = useState(null);
85566
85635
  const [pickerPosition, setPickerPosition] = useState("left");
85636
+ const [isSelectingNewRange, setIsSelectingNewRange] = useState(false);
85567
85637
  const datePickerRef = useRef(null);
85568
85638
  const pickerContainerRef = useRef(null);
85569
85639
  const activeContainerRef = containerRef || pickerContainerRef;
@@ -85571,6 +85641,19 @@ const DatePicker$1 = ({
85571
85641
  const _locale = isLocaleSupported(lang2) ? lang2 : "en";
85572
85642
  const format3 = getDateFormat(options2.format);
85573
85643
  const isRangeMode = mode !== "single";
85644
+ const filterDate = (date4) => {
85645
+ if (!isRangeMode || !options2.maxDays) {
85646
+ return true;
85647
+ }
85648
+ if (isSelectingNewRange && !startDate) {
85649
+ return true;
85650
+ }
85651
+ if (startDate && isSelectingNewRange) {
85652
+ const daysDiff = hooks(date4).diff(hooks(startDate), "days");
85653
+ return daysDiff >= 0 && daysDiff < options2.maxDays;
85654
+ }
85655
+ return true;
85656
+ };
85574
85657
  useEffect(() => {
85575
85658
  if (show && activeContainerRef.current) {
85576
85659
  const containerRect = activeContainerRef.current.getBoundingClientRect();
@@ -85585,9 +85668,25 @@ const DatePicker$1 = ({
85585
85668
  }, [show, isRangeMode, activeContainerRef]);
85586
85669
  const handleDateChange = (dates) => {
85587
85670
  if (isRangeMode && Array.isArray(dates)) {
85588
- const [start, end] = dates;
85589
- setStartDate(start);
85590
- setEndDate(end);
85671
+ let [start, end] = dates;
85672
+ if (start && start !== startDate) {
85673
+ setIsSelectingNewRange(true);
85674
+ setStartDate(start);
85675
+ setEndDate(null);
85676
+ } else if (start && end && end !== endDate) {
85677
+ if (options2.maxDays) {
85678
+ const maxEndDate = hooks(start).add(options2.maxDays - 1, "days").toDate();
85679
+ if (hooks(end).isAfter(maxEndDate)) {
85680
+ setEndDate(maxEndDate);
85681
+ end = maxEndDate;
85682
+ } else {
85683
+ setEndDate(end);
85684
+ }
85685
+ } else {
85686
+ setEndDate(end);
85687
+ }
85688
+ setIsSelectingNewRange(false);
85689
+ }
85591
85690
  if (start && end) {
85592
85691
  const startFormatted = hooks(start).format(format3);
85593
85692
  const endFormatted = hooks(end).format(format3);
@@ -85682,7 +85781,8 @@ const DatePicker$1 = ({
85682
85781
  monthsShown: isRangeMode ? 2 : 1,
85683
85782
  openToDate: isRangeMode ? startDate ? new Date(startDate.getFullYear(), startDate.getMonth(), 1) : /* @__PURE__ */ new Date() : singleDate ? new Date(singleDate.getFullYear(), singleDate.getMonth(), 1) : /* @__PURE__ */ new Date(),
85684
85783
  calendarStartDay: 1,
85685
- locale: _locale
85784
+ locale: _locale,
85785
+ filterDate
85686
85786
  }), renderShortcuts()]
85687
85787
  });
85688
85788
  };
@@ -115856,7 +115956,7 @@ const StatsCard$1 = ({
115856
115956
  icon: icon2,
115857
115957
  children,
115858
115958
  loadingComparison = false,
115859
- loading = false,
115959
+ loading: loading2 = false,
115860
115960
  loadingValue = false
115861
115961
  }) => {
115862
115962
  const arrow2 = comparison2 > 0 ? /* @__PURE__ */ jsx$1(ArrowUp, {
@@ -115906,7 +116006,7 @@ const StatsCard$1 = ({
115906
116006
  }),
115907
116007
  className: styles$18.container,
115908
116008
  classNameContent: styles$18.content,
115909
- children: !loading ? /* @__PURE__ */ jsxs(React__default.Fragment, {
116009
+ children: !loading2 ? /* @__PURE__ */ jsxs(React__default.Fragment, {
115910
116010
  children: [renderValue(), comparison2 !== 0 && /* @__PURE__ */ jsxs("div", {
115911
116011
  className: classNames$2(styles$18.comparison, {
115912
116012
  [styles$18.success]: comparison2 > 0,
@@ -116733,7 +116833,7 @@ const StatsCard = ({
116733
116833
  icon: icon2,
116734
116834
  children,
116735
116835
  loadingComparison = false,
116736
- loading = false,
116836
+ loading: loading2 = false,
116737
116837
  loadingValue = false
116738
116838
  }) => {
116739
116839
  const arrow2 = comparison2 > 0 ? /* @__PURE__ */ jsx$1(ArrowUp, {
@@ -116782,7 +116882,7 @@ const StatsCard = ({
116782
116882
  }),
116783
116883
  className: styles$14.container,
116784
116884
  classNameContent: styles$14.content,
116785
- children: !loading ? /* @__PURE__ */ jsxs(React__default.Fragment, {
116885
+ children: !loading2 ? /* @__PURE__ */ jsxs(React__default.Fragment, {
116786
116886
  children: [renderValue(), comparison2 !== 0 && /* @__PURE__ */ jsxs("div", {
116787
116887
  className: classNames$2(styles$14.comparison, {
116788
116888
  [styles$14.success]: comparison2 > 0,
@@ -149508,20 +149608,19 @@ const Chart = ({
149508
149608
  fetchBookingData(params2, "creationDate");
149509
149609
  fetchBookingData(params2, "mealDate");
149510
149610
  };
149511
- const displayStatsOptions = [{
149512
- value: "day",
149513
- label: t2("DAY"),
149514
- isDisabled: totalDays > 60
149515
- }, {
149516
- value: "week",
149517
- label: t2("WEEK")
149518
- }, {
149519
- value: "month",
149520
- label: t2("MONTH")
149521
- }, {
149522
- value: "year",
149523
- label: t2("YEAR")
149524
- }];
149611
+ const displayStatsOptions = [
149612
+ {
149613
+ value: "day",
149614
+ label: t2("DAY"),
149615
+ isDisabled: totalDays > 60
149616
+ },
149617
+ {
149618
+ value: "week",
149619
+ label: t2("WEEK")
149620
+ }
149621
+ // { value: "month", label: t("MONTH") },
149622
+ // { value: "year", label: t("YEAR") },
149623
+ ];
149525
149624
  const ratioButtons = [{
149526
149625
  value: 1,
149527
149626
  label: t2("CREATIONDATE")
@@ -150010,8 +150109,7 @@ const ToolbarFormFields = ({
150010
150109
  onOpenExportDataModal
150011
150110
  }) => {
150012
150111
  const {
150013
- t: t2,
150014
- i18n
150112
+ t: t2
150015
150113
  } = useTranslation();
150016
150114
  const [showRestaurantsSelector, setShowRestaurantsSelector] = useState(false);
150017
150115
  const [openRestaurantsSelector, setOpenRestaurantsSelector] = useState(false);
@@ -150075,6 +150173,7 @@ const ToolbarFormFields = ({
150075
150173
  setFieldValue("till", end);
150076
150174
  },
150077
150175
  options: {
150176
+ maxDays: 31,
150078
150177
  dropdowns: {
150079
150178
  months: true,
150080
150179
  years: true
@@ -150314,6 +150413,7 @@ const ExportDataModal$1 = ({
150314
150413
  });
150315
150414
  },
150316
150415
  options: {
150416
+ maxDays: 31,
150317
150417
  dropdowns: {
150318
150418
  months: true,
150319
150419
  years: true
@@ -150690,51 +150790,55 @@ const ReservationsAnalytics = ({
150690
150790
  })]
150691
150791
  });
150692
150792
  };
150693
- const mainWrapper = "_mainWrapper_1dw33_2";
150694
- const mainConatiner$1 = "_mainConatiner_1dw33_9";
150695
- const mainTableContainer = "_mainTableContainer_1dw33_20";
150696
- const mainSidebarContainer = "_mainSidebarContainer_1dw33_28";
150697
- const sidebarContent = "_sidebarContent_1dw33_36";
150698
- const sidebarHeader = "_sidebarHeader_1dw33_41";
150699
- const sidebarMainContent = "_sidebarMainContent_1dw33_46";
150700
- const sidebarFooter = "_sidebarFooter_1dw33_54";
150701
- const headerReferece = "_headerReferece_1dw33_59";
150702
- const sidebarCloseIcon = "_sidebarCloseIcon_1dw33_62";
150703
- const headerContainer = "_headerContainer_1dw33_125";
150704
- const searchContainer = "_searchContainer_1dw33_131";
150705
- const buttonList = "_buttonList_1dw33_142";
150706
- const buttonItem = "_buttonItem_1dw33_147";
150707
- const addReservationButton = "_addReservationButton_1dw33_156";
150708
- const hideCancellationsContainer = "_hideCancellationsContainer_1dw33_165";
150709
- const tableTopHeader = "_tableTopHeader_1dw33_173";
150710
- const tableTopHeaderContent = "_tableTopHeaderContent_1dw33_187";
150711
- const tableTopHeaderContentText = "_tableTopHeaderContentText_1dw33_194";
150712
- const tableRowContainer = "_tableRowContainer_1dw33_203";
150713
- const tableRowCard = "_tableRowCard_1dw33_209";
150714
- const fadeInX = "_fadeInX_1dw33_1";
150715
- const canceled = "_canceled_1dw33_217";
150716
- const noData = "_noData_1dw33_220";
150717
- const tableRowHour = "_tableRowHour_1dw33_227";
150718
- const tableRowHourText = "_tableRowHourText_1dw33_243";
150719
- const hours = "_hours_1dw33_251";
150720
- const tableRowContent = "_tableRowContent_1dw33_257";
150721
- const rowImage = "_rowImage_1dw33_272";
150722
- const rowContactContainer = "_rowContactContainer_1dw33_286";
150723
- const rowContactText = "_rowContactText_1dw33_298";
150724
- const rowContactPhone = "_rowContactPhone_1dw33_304";
150725
- const rowSectionContainer = "_rowSectionContainer_1dw33_311";
150726
- const rowSection = "_rowSection_1dw33_311";
150727
- const rowSectionText = "_rowSectionText_1dw33_324";
150728
- const rowSectionSecText = "_rowSectionSecText_1dw33_330";
150729
- const rowActionButton = "_rowActionButton_1dw33_337";
150730
- const bookingInfoContainer = "_bookingInfoContainer_1dw33_350";
150731
- const bookingInfoCardColumn = "_bookingInfoCardColumn_1dw33_355";
150732
- const bookingInfoCardContainer = "_bookingInfoCardContainer_1dw33_363";
150733
- const bookingInfoCard = "_bookingInfoCard_1dw33_355";
150734
- const bookingInfoCardContent = "_bookingInfoCardContent_1dw33_375";
150735
- const bookingInfoCardTitle = "_bookingInfoCardTitle_1dw33_381";
150736
- const bookingInfoCardText = "_bookingInfoCardText_1dw33_384";
150737
- const enableOnboardingContainer = "_enableOnboardingContainer_1dw33_388";
150793
+ const mainWrapper = "_mainWrapper_8bjty_2";
150794
+ const mainConatiner$1 = "_mainConatiner_8bjty_9";
150795
+ const mainTableContainer = "_mainTableContainer_8bjty_20";
150796
+ const mainSidebarContainer = "_mainSidebarContainer_8bjty_28";
150797
+ const sidebarContent = "_sidebarContent_8bjty_36";
150798
+ const sidebarHeader = "_sidebarHeader_8bjty_41";
150799
+ const sidebarMainContent = "_sidebarMainContent_8bjty_46";
150800
+ const sidebarFooter = "_sidebarFooter_8bjty_54";
150801
+ const headerReferece = "_headerReferece_8bjty_59";
150802
+ const sidebarCloseIcon = "_sidebarCloseIcon_8bjty_62";
150803
+ const headerContainer = "_headerContainer_8bjty_125";
150804
+ const searchContainer = "_searchContainer_8bjty_131";
150805
+ const buttonList = "_buttonList_8bjty_142";
150806
+ const buttonItem = "_buttonItem_8bjty_147";
150807
+ const addReservationButton = "_addReservationButton_8bjty_156";
150808
+ const hideCancellationsContainer = "_hideCancellationsContainer_8bjty_165";
150809
+ const customerVisitContainer = "_customerVisitContainer_8bjty_173";
150810
+ const multipleVisits = "_multipleVisits_8bjty_185";
150811
+ const singleVisit = "_singleVisit_8bjty_188";
150812
+ const loading = "_loading_8bjty_191";
150813
+ const tableTopHeader = "_tableTopHeader_8bjty_202";
150814
+ const tableTopHeaderContent = "_tableTopHeaderContent_8bjty_216";
150815
+ const tableTopHeaderContentText = "_tableTopHeaderContentText_8bjty_223";
150816
+ const tableRowContainer = "_tableRowContainer_8bjty_232";
150817
+ const tableRowCard = "_tableRowCard_8bjty_238";
150818
+ const fadeInX = "_fadeInX_8bjty_1";
150819
+ const canceled = "_canceled_8bjty_246";
150820
+ const noData = "_noData_8bjty_249";
150821
+ const tableRowHour = "_tableRowHour_8bjty_256";
150822
+ const tableRowHourText = "_tableRowHourText_8bjty_272";
150823
+ const hours = "_hours_8bjty_280";
150824
+ const tableRowContent = "_tableRowContent_8bjty_286";
150825
+ const rowImage = "_rowImage_8bjty_301";
150826
+ const rowContactContainer = "_rowContactContainer_8bjty_315";
150827
+ const rowContactText = "_rowContactText_8bjty_327";
150828
+ const rowContactPhone = "_rowContactPhone_8bjty_333";
150829
+ const rowSectionContainer = "_rowSectionContainer_8bjty_340";
150830
+ const rowSection = "_rowSection_8bjty_340";
150831
+ const rowSectionText = "_rowSectionText_8bjty_353";
150832
+ const rowSectionSecText = "_rowSectionSecText_8bjty_359";
150833
+ const rowActionButton = "_rowActionButton_8bjty_366";
150834
+ const bookingInfoContainer = "_bookingInfoContainer_8bjty_379";
150835
+ const bookingInfoCardColumn = "_bookingInfoCardColumn_8bjty_384";
150836
+ const bookingInfoCardContainer = "_bookingInfoCardContainer_8bjty_392";
150837
+ const bookingInfoCard = "_bookingInfoCard_8bjty_384";
150838
+ const bookingInfoCardContent = "_bookingInfoCardContent_8bjty_404";
150839
+ const bookingInfoCardTitle = "_bookingInfoCardTitle_8bjty_410";
150840
+ const bookingInfoCardText = "_bookingInfoCardText_8bjty_413";
150841
+ const enableOnboardingContainer = "_enableOnboardingContainer_8bjty_417";
150738
150842
  const styles$f = {
150739
150843
  mainWrapper,
150740
150844
  mainConatiner: mainConatiner$1,
@@ -150746,15 +150850,19 @@ const styles$f = {
150746
150850
  sidebarFooter,
150747
150851
  headerReferece,
150748
150852
  sidebarCloseIcon,
150749
- "mainSidebarContainer--open": "_mainSidebarContainer--open_1dw33_73",
150750
- "mainSidebarContainer--close": "_mainSidebarContainer--close_1dw33_79",
150751
- "sidebarCloseIcon--show": "_sidebarCloseIcon--show_1dw33_87",
150853
+ "mainSidebarContainer--open": "_mainSidebarContainer--open_8bjty_73",
150854
+ "mainSidebarContainer--close": "_mainSidebarContainer--close_8bjty_79",
150855
+ "sidebarCloseIcon--show": "_sidebarCloseIcon--show_8bjty_87",
150752
150856
  headerContainer,
150753
150857
  searchContainer,
150754
150858
  buttonList,
150755
150859
  buttonItem,
150756
150860
  addReservationButton,
150757
150861
  hideCancellationsContainer,
150862
+ customerVisitContainer,
150863
+ multipleVisits,
150864
+ singleVisit,
150865
+ loading,
150758
150866
  tableTopHeader,
150759
150867
  tableTopHeaderContent,
150760
150868
  tableTopHeaderContentText,
@@ -151718,6 +151826,9 @@ const Header = () => {
151718
151826
  className: styles$f.sidebarHeader,
151719
151827
  children: [/* @__PURE__ */ jsx$1("h3", {
151720
151828
  children: t2(selectedBooking ? "UPDATERESERVATION" : "ADDRESERVATION")
151829
+ }), selectedBooking && (selectedBooking == null ? void 0 : selectedBooking.id) && /* @__PURE__ */ jsxs("p", {
151830
+ className: styles$f.headerReferece,
151831
+ children: [t2("REFERENCE"), ": ", (selectedBooking == null ? void 0 : selectedBooking.id) ? selectedBooking.id.slice(-8) : ""]
151721
151832
  }), /* @__PURE__ */ jsx$1(Icon, {
151722
151833
  className: classNames$2(styles$f["sidebarCloseIcon"], showSidebar ? styles$f["sidebarCloseIcon--show"] : ""),
151723
151834
  icon: "close",
@@ -151731,9 +151842,6 @@ const Header = () => {
151731
151842
  marginTop: 15
151732
151843
  },
151733
151844
  children: /* @__PURE__ */ jsx$1(Divider2, {})
151734
- }), selectedBooking && (selectedBooking == null ? void 0 : selectedBooking.id) && /* @__PURE__ */ jsxs("p", {
151735
- className: styles$f.headerReferece,
151736
- children: [t2("REFERENCE"), ": ", (selectedBooking == null ? void 0 : selectedBooking.id) ? selectedBooking.id.slice(-8) : ""]
151737
151845
  })]
151738
151846
  });
151739
151847
  };
@@ -152388,6 +152496,57 @@ const DatePickerField = ({
152388
152496
  })
152389
152497
  });
152390
152498
  };
152499
+ const GetCustomerVisitCount = async ({
152500
+ venue_id,
152501
+ booking_id
152502
+ }) => {
152503
+ const responseData = await instance$1.get(
152504
+ `resbook/venue/${venue_id}/booking/${booking_id}`
152505
+ );
152506
+ return responseData;
152507
+ };
152508
+ const CustomerVisits = ({
152509
+ venueId
152510
+ }) => {
152511
+ const {
152512
+ selectedBooking
152513
+ } = useSelectedBookingContext();
152514
+ const {
152515
+ t: t2
152516
+ } = useTranslation();
152517
+ const {
152518
+ data: visitCountData,
152519
+ isLoading: visitCountLoading
152520
+ } = useFetch((selectedBooking == null ? void 0 : selectedBooking.id) ? GetCustomerVisitCount : () => Promise.resolve(null), {
152521
+ cacheId: `customer-visit-count-${selectedBooking == null ? void 0 : selectedBooking.id}`,
152522
+ venue_id: venueId,
152523
+ booking_id: selectedBooking == null ? void 0 : selectedBooking.id
152524
+ });
152525
+ if (visitCountLoading && selectedBooking) {
152526
+ return /* @__PURE__ */ jsx$1("div", {
152527
+ className: classNames$2(styles$f.customerVisitContainer, styles$f.loading),
152528
+ children: /* @__PURE__ */ jsx$1(Icon, {
152529
+ icon: "Spinner",
152530
+ size: "small"
152531
+ })
152532
+ });
152533
+ }
152534
+ return /* @__PURE__ */ jsx$1(Fragment, {
152535
+ children: selectedBooking && visitCountData && !visitCountLoading && /* @__PURE__ */ jsxs("div", {
152536
+ className: classNames$2(styles$f.customerVisitContainer, visitCountData.customerNumberOfVisits === 1 ? styles$f.singleVisit : styles$f.multipleVisits),
152537
+ children: [/* @__PURE__ */ jsx$1(Icon, {
152538
+ icon: visitCountData.customerNumberOfVisits === 1 ? "UserPlus" : "UsersPlus",
152539
+ size: "small"
152540
+ }), /* @__PURE__ */ jsxs("h4", {
152541
+ children: [visitCountData.customerNumberOfVisits === 1 ? t2("firstTimeCustomer") : t2("recurrentCustomer"), ":"]
152542
+ }), /* @__PURE__ */ jsx$1("h5", {
152543
+ children: visitCountData.customerNumberOfVisits === 1 ? t2("firstVisitMessage") : t2("previousVisitsMessage", {
152544
+ count: (visitCountData == null ? void 0 : visitCountData.customerNumberOfVisits) - 1
152545
+ })
152546
+ })]
152547
+ })
152548
+ });
152549
+ };
152391
152550
  const index$7 = ({
152392
152551
  filtersData,
152393
152552
  venueId
@@ -152768,6 +152927,8 @@ const index$7 = ({
152768
152927
  filled: true
152769
152928
  })
152770
152929
  })]
152930
+ }), /* @__PURE__ */ jsx$1(CustomerVisits, {
152931
+ venueId
152771
152932
  }), /* @__PURE__ */ jsx$1("div", {
152772
152933
  style: {
152773
152934
  width: "100%"
@@ -152775,10 +152936,10 @@ const index$7 = ({
152775
152936
  children: /* @__PURE__ */ jsx$1(TextInputField, {
152776
152937
  disabled: !canEdit,
152777
152938
  control,
152778
- id: "email",
152779
- name: "email",
152780
- label: t2("email"),
152781
- placeholder: t2("email"),
152939
+ id: "phone",
152940
+ name: "phone",
152941
+ label: t2("phone"),
152942
+ placeholder: "+12345678999",
152782
152943
  radius: "md",
152783
152944
  filled: true
152784
152945
  })
@@ -152789,10 +152950,10 @@ const index$7 = ({
152789
152950
  children: /* @__PURE__ */ jsx$1(TextInputField, {
152790
152951
  disabled: !canEdit,
152791
152952
  control,
152792
- id: "phone",
152793
- name: "phone",
152794
- label: t2("phone"),
152795
- placeholder: "+12345678999",
152953
+ id: "email",
152954
+ name: "email",
152955
+ label: t2("email"),
152956
+ placeholder: t2("email"),
152796
152957
  radius: "md",
152797
152958
  filled: true
152798
152959
  })