mozrest-sdk-react-dev 0.3.38 → 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 +538 -377
  2. package/package.json +1 -1
  3. package/style.css +163 -135
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.";
@@ -7830,6 +7834,7 @@ const Negative$4 = "Negative";
7830
7834
  const Period$4 = "Period";
7831
7835
  const Year$5 = "Year";
7832
7836
  const Covers$4 = "Covered";
7837
+ const NO_AVAILABLE_CHANNELS$4 = "No available channels";
7833
7838
  const en = {
7834
7839
  errors: errors$4,
7835
7840
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$4,
@@ -8144,7 +8149,7 @@ const en = {
8144
8149
  NoBookingAvailability: NoBookingAvailability$4,
8145
8150
  NoAvailabilityForPartySize: NoAvailabilityForPartySize$4,
8146
8151
  ADDANEMAIL: ADDANEMAIL$4,
8147
- "Provide at lease one email": "Provide at lease one email",
8152
+ "Provide at lease one email": "Provide at least one email",
8148
8153
  SUGGESTREPLY: SUGGESTREPLY$4,
8149
8154
  SHOWTEMPLATES: SHOWTEMPLATES$4,
8150
8155
  NOSHOWRESERVATION: NOSHOWRESERVATION$4,
@@ -8227,6 +8232,10 @@ const en = {
8227
8232
  email: email$5,
8228
8233
  phone: phone$6,
8229
8234
  notes: notes$4,
8235
+ firstTimeCustomer: firstTimeCustomer$4,
8236
+ recurrentCustomer: recurrentCustomer$4,
8237
+ firstVisitMessage: firstVisitMessage$4,
8238
+ previousVisitsMessage: previousVisitsMessage$4,
8230
8239
  STATUS: STATUS$4,
8231
8240
  Reservation: Reservation$4,
8232
8241
  "Text message": "Text message",
@@ -8269,10 +8278,10 @@ const en = {
8269
8278
  socialLinks: socialLinks$4,
8270
8279
  gettingStarted: gettingStarted$4,
8271
8280
  hello: hello$4,
8272
- "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.",
8273
- "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:",
8274
- "Review your information before publishing the information to Google My Business": "Review your information before publishing the information to Google My Business",
8275
- "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.",
8276
8285
  "Connect additional channels (Facebook, Bing...)": "Connect additional channels (Facebook, Bing...)",
8277
8286
  "I don't have a Google My Business account": "I don't have a Google My Business account",
8278
8287
  "Setup my profile": "Setup my profile",
@@ -8287,33 +8296,33 @@ const en = {
8287
8296
  success: success$6,
8288
8297
  pending: pending$4,
8289
8298
  error: error$7,
8290
- "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.",
8291
8300
  "Interested on Listing&Review?": "Interested on Listing&Review?",
8292
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.",
8293
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.",
8294
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.",
8295
- "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.",
8296
8305
  "Select an account": "Select an account",
8297
- "Please select an accout that you want to connect to Facebook.": "Please select an accout that you want to connect to Facebook.",
8298
- "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.",
8299
8308
  loadingAnalytics: loadingAnalytics$4,
8300
8309
  "You don't have a connected Google Account": "You don't have a connected Google Account",
8301
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.",
8302
- "Your Google Business Profile is not Verified": "Your Google Business Profile is not Verified",
8303
- "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.",
8304
8313
  "Something went wrong": "Something went wrong",
8305
- "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.",
8306
8315
  Refresh: Refresh$4,
8307
8316
  "Last 7 days analytics": "Last 7 days analytics",
8308
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.",
8309
- "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.",
8310
8319
  "Get all the notifications on these emails.": "Get all the notifications on these emails.",
8311
- "Ai prompt for generate reviews.": "Ai prompt for generate reviews.",
8320
+ "Ai prompt for generate reviews.": "AI prompt to generate review replies.",
8312
8321
  INSERTAGS: INSERTAGS$4,
8313
8322
  loadingListingAnalytics: loadingListingAnalytics$4,
8314
8323
  All: All$4,
8315
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.",
8316
- "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.",
8317
8326
  confirmationExportExcel: confirmationExportExcel$4,
8318
8327
  PAYMENTS_INTEGRATION: PAYMENTS_INTEGRATION$4,
8319
8328
  PAYMENTS_INTEGRATION_DESC: PAYMENTS_INTEGRATION_DESC$4,
@@ -8374,7 +8383,8 @@ const en = {
8374
8383
  Year: Year$5,
8375
8384
  "No options": "No options",
8376
8385
  Covers: Covers$4,
8377
- "dd/mm/yyyy": "dd/mm/yyyy"
8386
+ "dd/mm/yyyy": "dd/mm/yyyy",
8387
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$4
8378
8388
  };
8379
8389
  const errors$3 = { "required": "Este campo es requerido", "email": "Este correo electrónico no es válido", "phone": "Número de teléfono no válido", "url": "URL no válida" };
8380
8390
  const SPECIALCLOSINGDATES$3 = "Fechas de cierre especiales u horarios de apertura diferentes (días especiales, festivos, eventos privados…)";
@@ -8767,6 +8777,10 @@ const lastname$3 = "Apellido";
8767
8777
  const email$4 = "Correo electrónico";
8768
8778
  const phone$5 = "Teléfono";
8769
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";
8770
8784
  const STATUS$3 = "Estado";
8771
8785
  const Reservation$3 = "Reserva";
8772
8786
  const Email$3 = "Correo electrónico";
@@ -8868,6 +8882,7 @@ const Period$3 = "Período";
8868
8882
  const Year$4 = "Año";
8869
8883
  const Bookings$3 = "Reservas";
8870
8884
  const Covers$3 = "Coberturas";
8885
+ const NO_AVAILABLE_CHANNELS$3 = "No hay canales disponibles";
8871
8886
  const es$2 = {
8872
8887
  errors: errors$3,
8873
8888
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$3,
@@ -9265,6 +9280,10 @@ const es$2 = {
9265
9280
  email: email$4,
9266
9281
  phone: phone$5,
9267
9282
  notes: notes$3,
9283
+ firstTimeCustomer: firstTimeCustomer$3,
9284
+ recurrentCustomer: recurrentCustomer$3,
9285
+ firstVisitMessage: firstVisitMessage$3,
9286
+ previousVisitsMessage: previousVisitsMessage$3,
9268
9287
  STATUS: STATUS$3,
9269
9288
  Reservation: Reservation$3,
9270
9289
  "Text message": "Mensaje de texto",
@@ -9336,7 +9355,7 @@ const es$2 = {
9336
9355
  "Please select an accout that you want to connect to Google": "Por favor, seleccione una cuenta que desea conectar a Google",
9337
9356
  loadingAnalytics: loadingAnalytics$3,
9338
9357
  "You don't have a connected Google Account": "No tiene una cuenta de Google conectada",
9339
- "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.",
9340
9359
  "Your Google Business Profile is not Verified": "Su perfil de Google Business no está verificado",
9341
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.",
9342
9361
  "Something went wrong": "Algo salió mal",
@@ -9413,25 +9432,26 @@ const es$2 = {
9413
9432
  "No options": "No hay opciones",
9414
9433
  Bookings: Bookings$3,
9415
9434
  Covers: Covers$3,
9416
- "dd/mm/yyyy": "dd/mm/yyyy"
9435
+ "dd/mm/yyyy": "dd/mm/yyyy",
9436
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$3
9417
9437
  };
9418
- 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" };
9419
- 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.) ";
9420
9440
  const ADDITIONALURLS$2 = "URLs supplémentaires";
9421
9441
  const ADDLINK$2 = "Ajouter un lien";
9422
9442
  const ADDRESS$2 = "Adresse";
9423
9443
  const ADDRESSCOMPLEME$2 = "Complément d'adresse";
9424
- const ADDSPECIFICHOUR$2 = "Ajouter des créneaux horaires spécifiques";
9425
- 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é.";
9426
9446
  const ADMINISTRA$2 = "Administrateur";
9427
- const ANALYTICS$2 = "Analytique";
9447
+ const ANALYTICS$2 = "Analyses";
9428
9448
  const APPLYTOREVIEWS$2 = "Appliquer aux avis";
9429
9449
  const ATTRIBUTES$2 = "Attributs";
9430
9450
  const AVAILABLEATTRIB$2 = "Les attributs disponibles dépendent de la catégorie principale sélectionnée.";
9431
9451
  const AVERAGESCORE$2 = "Note moyenne";
9432
9452
  const BRANDED$2 = "Marqué";
9433
9453
  const BUSINESSNAME$2 = "Nom de l'entreprise";
9434
- const BUSINNESSM$2 = "Gestionnaire d'entreprise";
9454
+ const BUSINNESSM$2 = "Directeur";
9435
9455
  const CALLS$2 = "Appels";
9436
9456
  const CITY$2 = "Ville";
9437
9457
  const CLIENTNAME$2 = "Nom du client";
@@ -9446,9 +9466,9 @@ const DESCRIPTIONS$2 = "Descriptions";
9446
9466
  const DIRECT$2 = "Direct";
9447
9467
  const DIRECTIONREQUES$2 = "Demandes d'itinéraire";
9448
9468
  const DISCOVERY$2 = "Découverte";
9449
- const DRAGANDDROPPICT$2 = "Glissez-déposez les images ici";
9469
+ const DRAGANDDROPPICT$2 = "Glissez-déposez vos images ici";
9450
9470
  const EMAIL$2 = "Email";
9451
- const EMAILADDRESS$2 = "Adresse e-mail";
9471
+ const EMAILADDRESS$2 = "Email";
9452
9472
  const END$2 = "Fin";
9453
9473
  const EXTRALINK$2 = "Lien supplémentaire";
9454
9474
  const FACEBOOK$2 = "Facebook";
@@ -9456,32 +9476,32 @@ const FACEBOOKPAGEURL$2 = "URL de la page Facebook";
9456
9476
  const FAX$2 = "Fax";
9457
9477
  const FIELDMANAG$2 = "Champ géré par {{value}}";
9458
9478
  const FIRSTNAME$2 = "Prénom";
9459
- const FRIDAY$2 = "Vendredi";
9479
+ const FRIDAY$2 = "vendredi";
9460
9480
  const FROM$2 = "De";
9461
- 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.";
9462
9482
  const GOOGLE$2 = "Google";
9463
9483
  const GROUPMANAG$2 = "Gestionnaire de groupe";
9464
9484
  const HOME$2 = "Accueil";
9465
9485
  const HOURS$2 = "Heures";
9466
9486
  const INDICATEYOURBUS$2 = "Indiquez les coordonnées de votre entreprise";
9467
9487
  const INFO$2 = "Informations";
9468
- const INTHEPERIOD$2 = "Pendant la période";
9488
+ const INTHEPERIOD$2 = "Durant la période";
9469
9489
  const INTOTAL$2 = "Au total";
9470
9490
  const LANGUAGE$2 = "Langue";
9471
9491
  const LASTNAME$2 = "Nom de famille";
9472
- 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.";
9473
9493
  const LINKS$2 = "Liens";
9474
- const LISTINGS$2 = "Fiches";
9494
+ const LISTINGS$2 = "Profil";
9475
9495
  const LOCATION$2 = "Localisation";
9476
9496
  const LOGOUT$2 = "Déconnexion";
9477
9497
  const LONGDESCRIPTION$2 = "Description longue";
9478
9498
  const MAINCATEGORY$2 = "Catégorie principale";
9479
9499
  const MAININFORMATION$2 = "Informations principales";
9480
9500
  const MEDIA$2 = "Médias";
9481
- const MENULINK$2 = "Lien vers le menu";
9482
- const MONDAY$2 = "Lundi";
9501
+ const MENULINK$2 = "Lien du menu";
9502
+ const MONDAY$2 = "lundi";
9483
9503
  const MONTHLYREPORT$2 = "Rapport mensuel";
9484
- 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.";
9485
9505
  const MYREVIEWS$2 = "Mes avis";
9486
9506
  const NEGATIVE$2 = "Négatif";
9487
9507
  const NEGATIVEREVIEWS$2 = "Avis négatifs";
@@ -9490,59 +9510,59 @@ const NEWTEMPLATE$2 = "Nouveau modèle";
9490
9510
  const NO$2 = "Non";
9491
9511
  const NOTIFICATIONS$2 = "Notifications";
9492
9512
  const NOTSPECIFIED$2 = "Non spécifié";
9493
- const ONLYJPEGANDPNGI$2 = "(Seules les images *.jpeg et *.png seront acceptées)";
9494
- const OPEN$2 = "Ouvert";
9513
+ const ONLYJPEGANDPNGI$2 = "(Seules les images .jpeg et .png sont acceptées)";
9514
+ const OPEN$2 = "Ouvrir";
9495
9515
  const OPENINGHOURS$2 = "Heures d'ouverture";
9496
9516
  const PHONE$2 = "Téléphone";
9497
9517
  const PLATFORM$2 = "Canal";
9498
9518
  const POSITIVE$2 = "Positif";
9499
- const POSTREPLY$2 = "Poster une réponse";
9519
+ const POSTREPLY$2 = "Répondre";
9500
9520
  const PUBLISH$2 = "Publier";
9501
9521
  const QUERIES$2 = "Requêtes";
9502
9522
  const REPLY$2 = "Répondre";
9503
9523
  const REVIEWS$2 = "Avis";
9504
9524
  const REVIEWSREPORT$2 = "Rapport des avis";
9505
9525
  const ROLE$2 = "Rôle";
9506
- const SATURDAY$2 = "Samedi";
9526
+ const SATURDAY$2 = "samedi";
9507
9527
  const SAVE$2 = "Enregistrer";
9508
9528
  const SEEDETAILS$2 = "Voir les détails";
9509
9529
  const SETTINGS$2 = "Paramètres";
9510
- const SHORTDESCRIPTIO$2 = "Brève description (max. 100 caractères)";
9530
+ const SHORTDESCRIPTIO$2 = "Description courte (100 caractères max.)";
9511
9531
  const SPECIALDATES$2 = "Dates spéciales";
9512
9532
  const SPECIFYYOURBUSI$2 = "Indiquez les horaires et jours d'ouverture de votre établissement. Ces informations sont essentielles pour augmenter les visites clients.";
9513
9533
  const START$2 = "Début";
9514
9534
  const SUBMIT$2 = "Soumettre";
9515
- const SUNDAY$2 = "Dimanche";
9535
+ const SUNDAY$2 = "dimanche";
9516
9536
  const TABINFOMAINCATE$2 = "Info : La catégorie principale est obligatoire.";
9517
9537
  const TABLINKSTHEWEBS$2 = "Liens : L'URL du site web n'est pas valide.";
9518
9538
  const TEMPLATESREPLY$2 = "Modèles de réponse";
9519
9539
  const THISFIELDISREQU$2 = "Ce champ est requis.";
9520
- const THISSHOULDEMAIL$2 = "Ce doit être un e-mail valide.";
9521
- const THISSHOULDURL$2 = "Ce doit être une URL valide";
9522
- 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";
9523
9543
  const TITLE$2 = "Titre";
9524
9544
  const TO$2 = "À";
9525
9545
  const TOTALREVIEWS$2 = "Nombre total d'avis";
9526
9546
  const TREATMENTRATE$2 = "Taux de traitement";
9527
- const TUESDAY$2 = "Mardi";
9547
+ const TUESDAY$2 = "mardi";
9528
9548
  const TWITTERACCOUNTU$2 = "URL du compte Twitter";
9529
9549
  const TYPE$2 = "Type";
9530
9550
  const UPDATE$2 = "Mettre à jour";
9531
9551
  const VIEWSONGOOMAP$2 = "Vues sur Google Maps";
9532
- const VIEWSONGOOSEARCH$2 = "Vues via la recherche Google";
9533
- const WEBSITEURL$2 = "URL du site web";
9534
- const WEBSITEURLSANDS$2 = "URLs de sites web et réseaux sociaux";
9535
- const WEBSITEVISITS$2 = "Visites du site web";
9536
- 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";
9537
9557
  const WEEKLYREPORT$2 = "Rapport hebdomadaire";
9538
9558
  const YES$2 = "Oui";
9539
9559
  const YOURREPLY$2 = "Votre réponse";
9540
9560
  const CREATEYOUR$2 = "Créer votre modèle de réponse";
9541
9561
  const ZIPCODE$2 = "Code postal";
9542
- const MOZRESTWILDAILY$2 = "Mozrest vous enverra un rapport quotidien par e-mail pour vous aider à suivre toute votre activité.";
9543
- const MOZRESTWILWEEKLY$2 = "Mozrest vous enverra un rapport hebdomadaire par e-mail pour vous aider à suivre toute votre activité.";
9544
- const MOZRESTWILMONTHLY$2 = "Mozrest vous enverra un rapport mensuel par e-mail pour vous aider à suivre toute votre activité.";
9545
- 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.";
9546
9566
  const CONFIRMATI$2 = "Confirmation";
9547
9567
  const AREYOUSUREACTION$2 = "Êtes-vous sûr de vouloir {{value}} ?";
9548
9568
  const EDITTEMPLATE$2 = "Modifier le modèle";
@@ -9562,7 +9582,7 @@ const YEAR$3 = "Année";
9562
9582
  const ADDITIONALCATEGO$2 = "Catégorie supplémentaire";
9563
9583
  const REPLIED$2 = "Répondu";
9564
9584
  const NOTREPLIED$2 = "Non répondu";
9565
- const CONTACTTHEEM$2 = "Contact : l'adresse e-mail doit être valide.";
9585
+ const CONTACTTHEEM$2 = "Contact : l'email doit être valide.";
9566
9586
  const AVGETIMEREPLY$2 = "Temps moyen de réponse :";
9567
9587
  const ALLTIME$2 = "Tout le temps";
9568
9588
  const PREVIOUSPERIOD$2 = "Période précédente";
@@ -9571,7 +9591,7 @@ const ALL$2 = "Tout";
9571
9591
  const COMPAREDTO$2 = "Comparé à";
9572
9592
  const COMPAREDTOPREVI$2 = "Comparé à la période précédente";
9573
9593
  const TOTALCOUNT$2 = "Nombre total";
9574
- const DATEPERIOD$2 = "Période de dates";
9594
+ const DATEPERIOD$2 = "Période";
9575
9595
  const VIEWS$2 = "Vues";
9576
9596
  const ACTIONS$2 = "Actions";
9577
9597
  const INSERTPLAC$2 = "Insérer un espace réservé";
@@ -9579,8 +9599,8 @@ const PROFILEMANAGEMENT$2 = "Gestion du profil";
9579
9599
  const SELECTVENUE$2 = "Sélectionner un établissement";
9580
9600
  const REVIEWTYPE$2 = "Type d'avis";
9581
9601
  const REPLYSTATUS$2 = "Statut de réponse";
9582
- const LISTINGSIN$2 = "Fiches synchronisées";
9583
- const LISTINGSBE$2 = "Fiches en cours de mise à jour";
9602
+ const LISTINGSIN$2 = "Profils synchronisés";
9603
+ const LISTINGSBE$2 = "Mise à jour des profils";
9584
9604
  const LISTINGSRE$2 = "Fiches nécessitant votre attention";
9585
9605
  const REVIEWSEVOLUTIION$2 = "Évolution des avis";
9586
9606
  const REVIEWCOUNT$2 = "Nombre d'avis";
@@ -9588,7 +9608,7 @@ const UPDATED$2 = "Mis à jour";
9588
9608
  const SAVEASDRAFT$2 = "Enregistrer comme brouillon";
9589
9609
  const DROPCHANGES$2 = "Annuler les modifications";
9590
9610
  const CONNECTED$2 = "Connecté";
9591
- 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 ?";
9592
9612
  const PHONENUMBERISNOTVALID$2 = "Ce numéro n'est pas valide";
9593
9613
  const ACTIVITY$2 = "Activité";
9594
9614
  const AVERAGETIMEREPLY$2 = "Temps moyen de réponse";
@@ -9600,14 +9620,14 @@ const NOTDEFINED$2 = "Non défini";
9600
9620
  const LOADMOREREVIEWS$2 = "Charger plus d'avis";
9601
9621
  const DISCONNECT$2 = "Déconnecter";
9602
9622
  const COMPARED_PERIOD$2 = "Période comparée : {{date}}";
9603
- const DATERANGE$2 = "Plage de dates";
9623
+ const DATERANGE$2 = "Période";
9604
9624
  const INACTIVE$2 = "Inactif";
9605
9625
  const ACTIVE$2 = "Actif";
9606
9626
  const COMPAREDPERIOD$2 = "Période comparée";
9607
- const COMPAREDTOPREVIOUS$2 = "Comparaison avec la précédante";
9627
+ const COMPAREDTOPREVIOUS$2 = "Comparaison avec";
9608
9628
  const PARTYSIZE$2 = "Nombre de personnes";
9609
9629
  const CHANNELS$2 = "Canaux";
9610
- const BOOKINGCREATIONDATERANGE$2 = "Plage de dates de création des réservations";
9630
+ const BOOKINGCREATIONDATERANGE$2 = "Préférence de réservation";
9611
9631
  const BOOKINGS$2 = "Réservations";
9612
9632
  const COVERS$2 = "Couverts";
9613
9633
  const CREATIONDATE$2 = "Date de création";
@@ -9631,7 +9651,7 @@ const COMPARED$2 = "Comparé";
9631
9651
  const RESERVATIONLINK$2 = "Lien de réservation";
9632
9652
  const GETSTARTED$2 = "Commencer";
9633
9653
  const TRANSLATION$2 = "Traduction";
9634
- const SHOWTRANSLATION$2 = "afficher la traduction";
9654
+ const SHOWTRANSLATION$2 = "Afficher la traduction";
9635
9655
  const HIDETRANSLATION$2 = "masquer la traduction";
9636
9656
  const TRANSLATING$2 = "traduction en cours";
9637
9657
  const VERIFY$2 = "Vérifier";
@@ -9641,32 +9661,32 @@ const STREETCOMPLE$2 = "Complément de rue";
9641
9661
  const POSTCODE$2 = "Code postal";
9642
9662
  const STREET$2 = "Rue";
9643
9663
  const ALLREVIEWS$2 = "Notifier tous les avis";
9644
- const NEGATIVEREVIEWS1$2 = "Notifier uniquement les avis négatifs";
9645
- const NEWBOOKINGS$2 = "Nouvelle réservation";
9646
- 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";
9647
9667
  const CANCELLATIONS$2 = "Annulations";
9648
9668
  const CHANNELMANAGEMENT$2 = "Gestion des canaux";
9649
9669
  const BOOKINGPREF$2 = "Préférences de réservation";
9650
9670
  const TABLEMANAGEMENT$2 = "Gestion des tables";
9651
- const MIN$2 = "Min";
9652
- const MAX$2 = "Max";
9671
+ const MIN$2 = "Min.";
9672
+ const MAX$2 = "Max.";
9653
9673
  const CAPACITY$2 = "Capacité";
9654
9674
  const ADDTABLE$2 = "Ajouter une table";
9655
9675
  const TABLESMANAGEMENT$2 = "Gestion des tables";
9656
9676
  const TABLES$2 = "Tables";
9657
9677
  const TABLENAME$2 = "Nom de la table";
9658
9678
  const RESERVATIONDASHBOARD$2 = "Tableau de bord des réservations";
9659
- const ADDSEAT$2 = "Ajouter un siège";
9660
- const SEATS$2 = "Sièges";
9679
+ const ADDSEAT$2 = "Ajouter un couvert";
9680
+ const SEATS$2 = "Couverts";
9661
9681
  const DURATION$2 = "Durée";
9662
9682
  const TYPETOSEARCH$2 = "Tapez pour rechercher";
9663
9683
  const TIME$2 = "Heure";
9664
9684
  const TABLE$2 = "Table";
9665
9685
  const STATUSES$2 = "Statuts";
9666
- const MINCAPACITY$2 = "Capacité minimale";
9667
- const MAXCAPACITY$2 = "Capacité maximale";
9668
- const TIMEOFFSETTOMEALTIME$2 = "Décalage horaire par rapport à l'heure de repas";
9669
- 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";
9670
9690
  const ADDRESERVATION$2 = "Ajouter une réservation";
9671
9691
  const DATE$3 = "Date";
9672
9692
  const CREATERESERVATION$2 = "Créer une réservation";
@@ -9690,7 +9710,7 @@ const TABLEAVAILABILITY$2 = "Disponibilité des tables";
9690
9710
  const SYNC$2 = "Synchroniser";
9691
9711
  const SYNCKED$2 = "Synchronisé";
9692
9712
  const ERRORSYNC$2 = "Une erreur s'est produite lors de la synchronisation";
9693
- const SYNCING$2 = "Synchronisation en cours ...";
9713
+ const SYNCING$2 = "Synchronisation en cours...";
9694
9714
  const LASTUPDATE$2 = "Dernière mise à jour";
9695
9715
  const SEARCH$2 = "Rechercher";
9696
9716
  const FILTERS$2 = "Filtres";
@@ -9704,9 +9724,9 @@ const RESTAURANTS$2 = "Restaurants";
9704
9724
  const REQUESTCONNECTION$2 = "Demander une connexion";
9705
9725
  const ROWSPERPAGE$2 = "Lignes par page";
9706
9726
  const CONNECTRESTAURANTS$2 = "Connecter des restaurants";
9707
- const THEREARENORECORDSTODISPLAY$2 = "Aucun enregistrement à afficher";
9708
- const ADDRESTAURANTSTO$2 = "Ajouter des restaurants à {{value}}";
9709
- 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}}.";
9710
9730
  const PLEASECONFIRMSTOPRECIEVEBOOKING$2 = "Veuillez confirmer que vous ne souhaitez plus recevoir de réservations de {{value}}";
9711
9731
  const SUBSCRIBE$2 = "S'abonner";
9712
9732
  const IAGREE$2 = "J'accepte";
@@ -9720,114 +9740,118 @@ const SelectAllFromX$2 = "Tout sélectionner depuis {{value}}";
9720
9740
  const ComparedPeriod$2 = "Période comparée";
9721
9741
  const CLOSE$2 = "Fermer";
9722
9742
  const NoChannelsConnected$2 = "Aucun canal connecté";
9723
- 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.";
9724
9744
  const AddWalKin$2 = "Ajouter un client sans réservation";
9725
- const ConfirmCreateWalkInReservation$2 = "Veuillez confirmer que vous souhaitez créer une réservation sans réservation pour {{value}}";
9726
- const NoBookingAvailability$2 = "Aucune disponibilité pour les réservations";
9727
- const NoAvailabilityForPartySize$2 = "Désolé, aucune disponibilité pour un groupe de taille : {{value}}";
9728
- 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";
9729
9749
  const SUGGESTREPLY$2 = "Suggérer une réponse";
9730
9750
  const SHOWTEMPLATES$2 = "Afficher les modèles";
9731
9751
  const NOSHOWRESERVATION$2 = "Réservation non honorée";
9732
9752
  const AREYOUSURENOSHOWRESERVATION$2 = "Êtes-vous sûr de vouloir marquer cette réservation comme non honorée ?";
9733
- const NOSHOW$2 = "Non honorée";
9753
+ const NOSHOW$2 = "No-show";
9734
9754
  const VENUEISCLOSED$2 = "Établissement fermé";
9735
9755
  const VenueClosedByConfigurationAtThisTime$2 = "Établissement fermé par configuration à cette heure";
9736
- const AIPROMPT$2 = "Invite IA";
9756
+ const AIPROMPT$2 = "Prompt IA";
9737
9757
  const AREYOUSUREDISCONNECTFROMTRIPADVISOR$2 = "Êtes-vous sûr de vouloir vous déconnecter de Tripadvisor ?";
9738
9758
  const PROFILEURL$2 = "URL du profil";
9739
9759
  const AREYOUSURECONNECTTOTRIPADVISOR$2 = "Êtes-vous sûr de vouloir vous connecter à Tripadvisor ?";
9740
9760
  const TRIPADVISOR$2 = "Tripadvisor";
9741
- const TRIPADVISORREPLY$2 = "Réponse Tripadvisor";
9761
+ const TRIPADVISORREPLY$2 = "Répondre sur Tripadvisor ";
9742
9762
  const COMMINGUP$2 = "À venir";
9743
9763
  const TODAY$2 = "Aujourd'hui";
9744
9764
  const TOMORROW$2 = "Demain";
9745
9765
  const SELECTADAY$2 = "Sélectionner un jour";
9746
9766
  const RESERVATIONS$2 = "Réservations";
9747
- const GUESTS$2 = "Invités";
9748
- const MARKASSEATED$2 = "Marquer comme installé";
9749
- const SEATED$2 = "Installé";
9767
+ const GUESTS$2 = "Clients";
9768
+ const MARKASSEATED$2 = "Marquer comme assis";
9769
+ const SEATED$2 = "Assis";
9750
9770
  const UPDATERESERVATION$2 = "Mettre à jour la réservation";
9751
9771
  const CREATE$2 = "Créer";
9752
9772
  const OPTIN$2 = "Inscription";
9753
9773
  const BOOKINGCHANNEL$2 = "Canal de réservation";
9754
9774
  const CONFIRMATIONTEXT$2 = "Êtes-vous sûr de vouloir effectuer cette action ?";
9755
- const pleaseCheckFormsErrors$2 = "Veuillez vérifier les erreurs dans le formulaire";
9775
+ const pleaseCheckFormsErrors$2 = "Veuillez compléter tous les champs obligatoires.";
9756
9776
  const NO_RESERVATIONS$2 = "Aucune réservation";
9757
9777
  const RESTAURANTSETUP$2 = "Configuration du restaurant";
9758
9778
  const AREA_MANAGEMENT$2 = "Gestion des zones";
9759
- 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.";
9760
9780
  const NEW_AREA$2 = "Nouvelle zone";
9761
- const BOOKEABLE_AREAS$2 = "Zone réservable";
9781
+ const BOOKEABLE_AREAS$2 = "Zones réservables";
9762
9782
  const DELETE_AREA$2 = "Supprimer la zone";
9763
9783
  const ARE_YOU_SURE_DELETE_AREA$2 = "Êtes-vous sûr de vouloir supprimer cette zone ?";
9764
9784
  const TABLE_MANAGEMENT$2 = "Gestion des tables";
9765
- 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. ";
9766
9786
  const NEW_TABLE$2 = "Nouvelle table";
9767
9787
  const DELETE_TABLE$2 = "Supprimer la table";
9768
9788
  const ARE_YOU_SURE_DELETE_TABLE$2 = "Êtes-vous sûr de vouloir supprimer cette table ?";
9769
9789
  const RESERVATION_DURATION$2 = "Durée de la réservation";
9770
- 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.";
9771
9791
  const SHIFT_X$2 = "Service {{shift}}";
9772
9792
  const SHIFTS$2 = "Services";
9773
- 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.";
9774
9794
  const SPECIAL_DATES$2 = "Dates spéciales";
9775
- const SPECIAL_DATES_DESC$2 = "Dates de fermeture ou horaires spéciaux (jours fériés, événements, etc.)";
9776
- 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.";
9777
9797
  const SPECIAL_SHIFTS$2 = "Services spéciaux";
9778
9798
  const ADD_SPECIAL_DATE$2 = "Ajouter une date spéciale";
9779
9799
  const DELETE_SPECIAL_DATE$2 = "Supprimer la date spéciale";
9780
9800
  const ARE_YOU_SURE_DELETE_SPECIAL_DATE$2 = "Êtes-vous sûr de vouloir supprimer cette date spéciale ?";
9781
9801
  const RESERVATION_PREFERENCES$2 = "Préférences de réservation";
9782
- const RESERVATION_PREFERENCES_DESC$2 = "Définissez vos règles pour optimiser le taux d'occupation.";
9783
- 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";
9784
9804
  const CANCELED$2 = "Annulé";
9785
9805
  const COMPLETED$2 = "Terminé";
9786
- const EMAILS$2 = "E-mails";
9787
- const EMAILS_DESC$2 = "Recever toutes les notifications via email.";
9788
- const NEW_EMAIL$2 = "Nouvel e-mail";
9789
- const RESERVATIONS_DESC$2 = "Recever une notification lors de l'évènement ci-dessous.";
9790
- 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.";
9791
- 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.";
9792
9812
  const StartDate$2 = "Date de début";
9793
9813
  const EndDate$2 = "Date de fin";
9794
9814
  const REFERENCE$2 = "Référence";
9795
- const selectSource$2 = "Sélectionner origine";
9796
- const selectTime$2 = "Sélectionner Heure";
9797
- 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";
9798
9818
  const selectTable$2 = "Sélectionner la table";
9799
9819
  const source$2 = "Origine";
9800
9820
  const date$8 = "Date";
9801
9821
  const time$3 = "Heure";
9802
- const partySize$2 = "Nombre";
9822
+ const partySize$2 = "Taille du groupe";
9803
9823
  const table$6 = "Table";
9804
9824
  const firstname$2 = "Prénom";
9805
9825
  const lastname$2 = "Nom de famille";
9806
- const email$3 = "E-mail";
9826
+ const email$3 = "Email";
9807
9827
  const phone$4 = "Téléphone";
9808
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";
9809
9833
  const STATUS$2 = "Statut";
9810
9834
  const Reservation$2 = "Réservation";
9811
9835
  const Email$2 = "E-mail";
9812
9836
  const Yes$2 = "Oui";
9813
9837
  const confirmed$2 = "Confirmé";
9814
9838
  const more$2 = "plus";
9815
- const enableBookableAreas$2 = "Activer la gestion des zones";
9839
+ const enableBookableAreas$2 = "Activer les zones réservables";
9816
9840
  const name$2 = "Nom";
9817
9841
  const description$2 = "Description";
9818
- const min$8 = "Min";
9819
- const max$8 = "Max";
9842
+ const min$8 = "Min.";
9843
+ const max$8 = "Max.";
9820
9844
  const area$2 = "Zone";
9821
9845
  const minutes$3 = "Minutes";
9822
- const Monday$2 = "Lundi";
9823
- const Tuesday$2 = "Mardi";
9824
- const Wednesday$2 = "Mercredi";
9825
- const Thursday$2 = "Jeudi";
9826
- const Friday$2 = "Vendredi";
9827
- const Saturday$2 = "Samedi";
9828
- 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";
9829
9853
  const Closed$2 = "Fermé";
9830
- const startTime$2 = "Ouverture";
9854
+ const startTime$2 = "Heure de début";
9831
9855
  const endTime$2 = "Fermeture";
9832
9856
  const add$5 = "Ajouter";
9833
9857
  const youDontHaveReviewsYet$2 = "Vous n'avez pas encore d'avis";
@@ -9839,65 +9863,65 @@ const listingLoacationDesc2$2 = "Déplacez l'épingle sur la carte ci-dessous po
9839
9863
  const listingLoacationDesc3$2 = "Note : Vous devez cliquer sur 'Localisation' dans votre compte Google Business pour ajuster l'épingle sur Google.";
9840
9864
  const location$3 = "Localisation";
9841
9865
  const googleMyBusinessLinks$2 = "Liens Google My Business";
9842
- const socialLinks$2 = "Liens sociaux";
9866
+ const socialLinks$2 = "Liens des réseaux sociaux";
9843
9867
  const gettingStarted$2 = "Commencer";
9844
9868
  const hello$2 = "Bonjour";
9845
9869
  const Close$3 = "Fermer";
9846
- const publishing$2 = "publication";
9870
+ const publishing$2 = "en cours de publication";
9847
9871
  const success$4 = "succès";
9848
9872
  const pending$2 = "en attente";
9849
9873
  const error$5 = "erreur";
9850
- const loadingAnalytics$2 = "Chargement des analyses";
9874
+ const loadingAnalytics$2 = "Chargement des données";
9851
9875
  const Refresh$2 = "Actualiser";
9852
- const INSERTAGS$2 = "Insérer des balises";
9876
+ const INSERTAGS$2 = "Ajouter des tags";
9853
9877
  const loadingListingAnalytics$2 = "Chargement des analyses de listing";
9854
- const All$2 = "Toutes";
9855
- 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. ";
9856
9880
  const PAYMENTS_INTEGRATION$2 = "Intégration des paiements";
9857
- 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.";
9858
- 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";
9859
9883
  const DISCONNECT_STRIPE_ACCOUNT$2 = "Déconnecter le compte Stripe";
9860
- const AMOUNT_PER_GUEST$2 = "Montant par invité";
9884
+ const AMOUNT_PER_GUEST$2 = "Montant par client";
9861
9885
  const MIN_GUESTS_REQ_PAYMENT$2 = "Nombre min. d'invités nécessitant un paiement";
9862
- const CANCELATION_POLICY_IN_HOURS$2 = "Politique d'annulation (en heures)";
9886
+ const CANCELATION_POLICY_IN_HOURS$2 = "Politique d'annulation en heures";
9863
9887
  const ENABLED_PAYMENTS$2 = "Paiements activés";
9864
9888
  const paymentRules$3 = "Règles de paiement";
9865
- 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.";
9866
- const amountPerGuestDesc$2 = "Montant à payer par invité pour réserver.";
9867
- const minGuestsReqPaymentDesc$2 = "Si défini sur '4', une réservation avec 3 personnes ou moins ne nécessitera pas de paiement.";
9868
- 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. ";
9869
9893
  const paymentsEnabled$2 = "Paiements activés";
9870
9894
  const depositType$2 = "Type d'acompte";
9871
9895
  const amountPerGuest$2 = "Montant par invité";
9872
- const minGuestsReqPayment$2 = "Min. invités nécessitant un paiement";
9896
+ const minGuestsReqPayment$2 = "Nombre min. d'invités nécessitant un paiement";
9873
9897
  const deposit$2 = "Acompte";
9874
- const creditCardGuarantee$2 = "Garantie carte de crédit";
9898
+ const creditCardGuarantee$2 = "Garantie par carte de crédit";
9875
9899
  const disconnectStripeAccount$2 = "Déconnecter le compte Stripe";
9876
9900
  const disconnectStripeAccountDesc$2 = "Êtes-vous sûr de vouloir déconnecter votre compte Stripe ?";
9877
- 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.";
9878
- 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";
9879
9903
  const enableLiveConfirmationText$2 = "Êtes-vous sûr de vouloir activer le restaurant ?";
9880
9904
  const widgetConfiguration$2 = "Configuration du widget";
9881
9905
  const openWidget$2 = "Ouvrir le widget";
9882
9906
  const widget$2 = "Widget";
9883
- const maxPartySize$2 = "Définissez le nombre maximum de personnes pouvant réserver.";
9907
+ const maxPartySize$2 = "Nombre maximum de personnes";
9884
9908
  const VENUE_MANAGEMENT$2 = "Gestion des établissements";
9885
9909
  const SLOTGAP$2 = "Intervalle entre réservations";
9886
- const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$2 = "Combien de réservations pouvez-vous recevoir dans un créneau de temps spécifique?";
9887
- const TIMEOFFSETTOMEALTIME_DESC$2 = "Jusqu quelle heure avant la réservation peut-on recevoir une réservation?";
9888
- const SLOTGAP_DESC$2 = "Combien de minutes entre deux réservations souhaitez-vous offrir?";
9889
- const maxPartySize_DESC$2 = "Combien de clients une réservation peut-elle avoir?";
9890
- 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";
9891
9915
  const UPDATE_IN_PROGRESS$2 = "Mise à jour en cours";
9892
- 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.";
9893
9917
  const ARE_YOU_SURE_DELETE_X_TABLES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} tables?";
9894
9918
  const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} dates spéciales?";
9895
9919
  const ARE_YOU_SURE_DELETE_X_AREAS$2 = "Êtes-vous sûr de vouloir supprimer {{value}} zones?";
9896
9920
  const hideCancellations$2 = "Masquer les annulations";
9897
9921
  const NO_CONNECTED_CHANNELS$2 = "Aucun canal connecté";
9898
9922
  const AVAILABLE_BOOKING_CHANNELS$2 = "Canaux de réservation disponibles";
9899
- 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.";
9900
- 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";
9901
9925
  const Today$2 = "Aujourd'hui";
9902
9926
  const Replied$2 = "Répondu";
9903
9927
  const Neutral$2 = "Neutre";
@@ -9907,6 +9931,7 @@ const Period$2 = "Période";
9907
9931
  const Year$3 = "Année";
9908
9932
  const Bookings$2 = "Réservations";
9909
9933
  const Covers$2 = "Couverts";
9934
+ const NO_AVAILABLE_CHANNELS$2 = "Aucun canal disponible";
9910
9935
  const fr$1 = {
9911
9936
  errors: errors$2,
9912
9937
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$2,
@@ -10221,7 +10246,7 @@ const fr$1 = {
10221
10246
  NoBookingAvailability: NoBookingAvailability$2,
10222
10247
  NoAvailabilityForPartySize: NoAvailabilityForPartySize$2,
10223
10248
  ADDANEMAIL: ADDANEMAIL$2,
10224
- "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.",
10225
10250
  SUGGESTREPLY: SUGGESTREPLY$2,
10226
10251
  SHOWTEMPLATES: SHOWTEMPLATES$2,
10227
10252
  NOSHOWRESERVATION: NOSHOWRESERVATION$2,
@@ -10279,7 +10304,7 @@ const fr$1 = {
10279
10304
  MAX_RESERVATIONS_ARRIVAL_PER_SLOT: MAX_RESERVATIONS_ARRIVAL_PER_SLOT$2,
10280
10305
  CANCELED: CANCELED$2,
10281
10306
  COMPLETED: COMPLETED$2,
10282
- "NO-SHOW": "Non honoré",
10307
+ "NO-SHOW": "No-show",
10283
10308
  EMAILS: EMAILS$2,
10284
10309
  EMAILS_DESC: EMAILS_DESC$2,
10285
10310
  NEW_EMAIL: NEW_EMAIL$2,
@@ -10289,7 +10314,7 @@ const fr$1 = {
10289
10314
  StartDate: StartDate$2,
10290
10315
  EndDate: EndDate$2,
10291
10316
  REFERENCE: REFERENCE$2,
10292
- "Type to search ...": "Tapez pour rechercher ...",
10317
+ "Type to search ...": "Tapez pour rechercher...",
10293
10318
  selectSource: selectSource$2,
10294
10319
  selectTime: selectTime$2,
10295
10320
  selectPartySize: selectPartySize$2,
@@ -10304,6 +10329,10 @@ const fr$1 = {
10304
10329
  email: email$3,
10305
10330
  phone: phone$4,
10306
10331
  notes: notes$2,
10332
+ firstTimeCustomer: firstTimeCustomer$2,
10333
+ recurrentCustomer: recurrentCustomer$2,
10334
+ firstVisitMessage: firstVisitMessage$2,
10335
+ previousVisitsMessage: previousVisitsMessage$2,
10307
10336
  STATUS: STATUS$2,
10308
10337
  Reservation: Reservation$2,
10309
10338
  "Text message": "Message texte",
@@ -10334,7 +10363,7 @@ const fr$1 = {
10334
10363
  add: add$5,
10335
10364
  "Successfully Updated": "Mise à jour réussie",
10336
10365
  youDontHaveReviewsYet: youDontHaveReviewsYet$2,
10337
- "Search ...": "Rechercher ...",
10366
+ "Search ...": "Chercher...",
10338
10367
  temporarilyClosed: temporarilyClosed$2,
10339
10368
  address: address$2,
10340
10369
  editTheAddressBelowToUpdateYourBingProfile: editTheAddressBelowToUpdateYourBingProfile$2,
@@ -10346,51 +10375,50 @@ const fr$1 = {
10346
10375
  socialLinks: socialLinks$2,
10347
10376
  gettingStarted: gettingStarted$2,
10348
10377
  hello: hello$2,
10349
- "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.",
10350
- "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 :",
10351
- "Review your information before publishing the information to Google My Business": "Vérifiez vos informations avant de publier les informations sur Google My Business",
10352
- "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.",
10353
10382
  "Connect additional channels (Facebook, Bing...)": "Connectez des canaux supplémentaires (Facebook, Bing...)",
10354
- "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",
10355
10384
  "Setup my profile": "Configurer mon profil",
10356
10385
  "Connect with Google": "Se connecter avec Google",
10357
- "Congratulations! You're all setup.": "Félicitations ! Vous êtes entièrement configuré.",
10358
- "Let's connect more channels and start syncing": "Connectons plus de canaux et commençons la synchronisation",
10359
- "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.",
10360
10389
  "Ready!": "Prêt !",
10361
10390
  Close: Close$3,
10362
- "Google Business Profile": "Profil Google Business",
10391
+ "Google Business Profile": "Fiche d'établissement Google",
10363
10392
  publishing: publishing$2,
10364
10393
  success: success$4,
10365
10394
  pending: pending$2,
10366
10395
  error: error$5,
10367
- "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.",
10368
10397
  "Interested on Listing&Review?": "Intéressé par Listing&Review ?",
10369
- "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.",
10370
- "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é.",
10371
- "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.",
10372
- "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.",
10373
10401
  "Select an account": "Sélectionner un compte",
10374
- "Please select an accout that you want to connect to Facebook.": "Veuillez sélectionner un compte que vous souhaitez connecter à Facebook.",
10375
- "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.",
10376
10404
  loadingAnalytics: loadingAnalytics$2,
10377
10405
  "You don't have a connected Google Account": "Vous n'avez pas de compte Google connecté",
10378
- "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.",
10379
- "Your Google Business Profile is not Verified": "Votre profil Google Business n'est pas vérifié",
10380
- "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é.",
10381
- "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",
10382
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.",
10383
10411
  Refresh: Refresh$2,
10384
10412
  "Last 7 days analytics": "Analyses des 7 derniers jours",
10385
- "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é.",
10386
- "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.",
10387
- "Get all the notifications on these emails.": "Recevez toutes les notifications sur ces e-mails.",
10388
- "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.",
10389
10417
  INSERTAGS: INSERTAGS$2,
10390
10418
  loadingListingAnalytics: loadingListingAnalytics$2,
10391
10419
  All: All$2,
10392
- "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.",
10393
- "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 ». ",
10394
10422
  confirmationExportExcel: confirmationExportExcel$2,
10395
10423
  PAYMENTS_INTEGRATION: PAYMENTS_INTEGRATION$2,
10396
10424
  PAYMENTS_INTEGRATION_DESC: PAYMENTS_INTEGRATION_DESC$2,
@@ -10449,10 +10477,11 @@ const fr$1 = {
10449
10477
  Negative: Negative$2,
10450
10478
  Period: Period$2,
10451
10479
  Year: Year$3,
10452
- "No options": "Vide",
10480
+ "No options": "Aucune option",
10453
10481
  Bookings: Bookings$2,
10454
10482
  Covers: Covers$2,
10455
- "dd/mm/yyyy": "jj/mm/aaaa"
10483
+ "dd/mm/yyyy": "JJ/MM/AAAA",
10484
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$2
10456
10485
  };
10457
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" };
10458
10487
  const SPECIALCLOSINGDATES$1 = "Besondere Schließungstage oder abweichende Öffnungszeiten (besondere Tage, Feiertage, private Veranstaltungen…)";
@@ -10845,6 +10874,10 @@ const lastname$1 = "Nachname";
10845
10874
  const email$2 = "E-Mail";
10846
10875
  const phone$3 = "Telefon";
10847
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";
10848
10881
  const STATUS$1 = "Status";
10849
10882
  const Reservation$1 = "Reservierung";
10850
10883
  const Email$1 = "E-Mail";
@@ -10946,6 +10979,7 @@ const Period$1 = "Zeitraum";
10946
10979
  const Year$2 = "Jahr";
10947
10980
  const Bookings$1 = "Buchungen";
10948
10981
  const Covers$1 = "Covered";
10982
+ const NO_AVAILABLE_CHANNELS$1 = "Keine verfügbaren Kanäle";
10949
10983
  const de$1 = {
10950
10984
  errors: errors$1,
10951
10985
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$1,
@@ -11343,6 +11377,10 @@ const de$1 = {
11343
11377
  email: email$2,
11344
11378
  phone: phone$3,
11345
11379
  notes: notes$1,
11380
+ firstTimeCustomer: firstTimeCustomer$1,
11381
+ recurrentCustomer: recurrentCustomer$1,
11382
+ firstVisitMessage: firstVisitMessage$1,
11383
+ previousVisitsMessage: previousVisitsMessage$1,
11346
11384
  STATUS: STATUS$1,
11347
11385
  Reservation: Reservation$1,
11348
11386
  "Text message": "Textnachricht",
@@ -11491,7 +11529,8 @@ const de$1 = {
11491
11529
  "No options": "Keine Optionen",
11492
11530
  Bookings: Bookings$1,
11493
11531
  Covers: Covers$1,
11494
- "dd/mm/yyyy": "dd/mm/yyyy"
11532
+ "dd/mm/yyyy": "dd/mm/yyyy",
11533
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$1
11495
11534
  };
11496
11535
  const errors = { "required": "Dit veld is verplicht", "email": "Dit e-mailadres is ongeldig", "phone": "Ongeldig telefoonnummer", "url": "Deze URL is ongeldig" };
11497
11536
  const SPECIALCLOSINGDATES = "Speciale sluitingsdagen of afwijkende openingstijden (feestdagen, evenementen, enz.)";
@@ -11884,6 +11923,10 @@ const lastname = "Achternaam";
11884
11923
  const email$1 = "E-mail";
11885
11924
  const phone$2 = "Telefoon";
11886
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";
11887
11930
  const STATUS = "Status";
11888
11931
  const Reservation = "Reservering";
11889
11932
  const Email = "E-mail";
@@ -12383,6 +12426,10 @@ const nl$1 = {
12383
12426
  email: email$1,
12384
12427
  phone: phone$2,
12385
12428
  notes,
12429
+ firstTimeCustomer,
12430
+ recurrentCustomer,
12431
+ firstVisitMessage,
12432
+ previousVisitsMessage,
12386
12433
  STATUS,
12387
12434
  Reservation,
12388
12435
  "Text message": "Tekstbericht",
@@ -29639,8 +29686,8 @@ var getRealWidth = function getRealWidth2(node2) {
29639
29686
  };
29640
29687
  };
29641
29688
  var LoadingIcon = function LoadingIcon2(_ref3) {
29642
- var prefixCls = _ref3.prefixCls, loading = _ref3.loading, existIcon = _ref3.existIcon;
29643
- var visible2 = !!loading;
29689
+ var prefixCls = _ref3.prefixCls, loading2 = _ref3.loading, existIcon = _ref3.existIcon;
29690
+ var visible2 = !!loading2;
29644
29691
  if (existIcon) {
29645
29692
  return /* @__PURE__ */ React__default.createElement("span", {
29646
29693
  className: "".concat(prefixCls, "-loading-icon")
@@ -29736,12 +29783,12 @@ function convertLegacyProps(type4) {
29736
29783
  }
29737
29784
  var InternalButton = function InternalButton2(props, ref) {
29738
29785
  var _classNames;
29739
- 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"]);
29740
29787
  var size = React.useContext(SizeContext);
29741
29788
  var disabled2 = React.useContext(DisabledContext);
29742
29789
  var mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled2;
29743
29790
  var groupSize = React.useContext(GroupSizeContext);
29744
- 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];
29745
29792
  var _React$useState3 = React.useState(false), _React$useState4 = _slicedToArray$a(_React$useState3, 2), hasTwoCNChar = _React$useState4[0], setHasTwoCNChar = _React$useState4[1];
29746
29793
  var _React$useContext = React.useContext(ConfigContext), getPrefixCls = _React$useContext.getPrefixCls, autoInsertSpaceInButton = _React$useContext.autoInsertSpaceInButton, direction = _React$useContext.direction;
29747
29794
  var buttonRef = ref || /* @__PURE__ */ React.createRef();
@@ -29761,7 +29808,7 @@ var InternalButton = function InternalButton2(props, ref) {
29761
29808
  setHasTwoCNChar(false);
29762
29809
  }
29763
29810
  };
29764
- 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;
29765
29812
  React.useEffect(function() {
29766
29813
  var delayTimer = null;
29767
29814
  if (typeof loadingOrDelay === "number") {
@@ -35121,7 +35168,7 @@ function isThenable$1(thing) {
35121
35168
  var ActionButton = function ActionButton2(props) {
35122
35169
  var clickedRef = React.useRef(false);
35123
35170
  var ref = React.useRef(null);
35124
- 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];
35125
35172
  var close3 = props.close;
35126
35173
  var onInternalClose = function onInternalClose2() {
35127
35174
  close3 === null || close3 === void 0 ? void 0 : close3.apply(void 0, arguments);
@@ -35188,7 +35235,7 @@ var ActionButton = function ActionButton2(props) {
35188
35235
  var type4 = props.type, children = props.children, prefixCls = props.prefixCls, buttonProps = props.buttonProps;
35189
35236
  return /* @__PURE__ */ React.createElement(Button$3, _extends$g({}, convertLegacyProps(type4), {
35190
35237
  onClick,
35191
- loading,
35238
+ loading: loading2,
35192
35239
  prefixCls
35193
35240
  }, buttonProps, {
35194
35241
  ref
@@ -44786,6 +44833,34 @@ const Pointer = () => /* @__PURE__ */ jsx$1("svg", {
44786
44833
  });
44787
44834
  const Users$2 = () => {
44788
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
+ });
44789
44864
  const Spinner$1 = () => /* @__PURE__ */ jsxs("svg", {
44790
44865
  xmlns: "http://www.w3.org/2000/svg",
44791
44866
  width: "24",
@@ -46272,7 +46347,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
46272
46347
  Spinner: Spinner$1,
46273
46348
  TrashX,
46274
46349
  Tripadvisor,
46350
+ UserPlus,
46275
46351
  Users: Users$2,
46352
+ UsersPlus,
46276
46353
  apple,
46277
46354
  armChair,
46278
46355
  arrowDown,
@@ -61444,10 +61521,71 @@ const formatData$i = (values = {}) => {
61444
61521
  }
61445
61522
  };
61446
61523
  };
61524
+ const useOutsideClick = (ref, callback) => {
61525
+ useEffect(() => {
61526
+ function handleClickOutside(event) {
61527
+ if (ref.current && (!ref.current.contains(event.target) && !event.target.className.includes("ant-picker"))) {
61528
+ callback();
61529
+ }
61530
+ }
61531
+ document.addEventListener("mousedown", handleClickOutside);
61532
+ return () => {
61533
+ document.removeEventListener("mousedown", handleClickOutside);
61534
+ };
61535
+ }, [ref]);
61536
+ };
61537
+ const filterButton$1 = "_filterButton_c0yjo_1";
61538
+ const buttonClose$1 = "_buttonClose_c0yjo_21";
61539
+ const toolbar$2 = "_toolbar_c0yjo_38";
61540
+ const styles$1y = {
61541
+ filterButton: filterButton$1,
61542
+ buttonClose: buttonClose$1,
61543
+ toolbar: toolbar$2,
61544
+ "toolbar--hide": "_toolbar--hide_c0yjo_47"
61545
+ };
61546
+ const FiltersWrapper$1 = ({
61547
+ children
61548
+ }) => {
61549
+ const {
61550
+ t: t2
61551
+ } = useTranslation();
61552
+ const [showFilters, setShowFilters] = useState(false);
61553
+ const toogleFilter = () => setShowFilters((current) => !current);
61554
+ const close3 = () => setShowFilters(false);
61555
+ const ref = useRef(null);
61556
+ useOutsideClick(ref, close3);
61557
+ return /* @__PURE__ */ jsxs(Fragment, {
61558
+ children: [/* @__PURE__ */ jsxs("div", {
61559
+ ref,
61560
+ className: classNames$2(styles$1y.toolbar, {
61561
+ [styles$1y["toolbar--hide"]]: !showFilters
61562
+ }),
61563
+ children: [/* @__PURE__ */ jsx$1("div", {
61564
+ className: classNames$2(styles$1y.buttonClose, {
61565
+ [styles$1y.hide]: !showFilters
61566
+ }),
61567
+ children: /* @__PURE__ */ jsx$1(Icon, {
61568
+ icon: "close",
61569
+ size: "small",
61570
+ onClick: close3
61571
+ })
61572
+ }), /* @__PURE__ */ jsx$1("div", {
61573
+ children
61574
+ })]
61575
+ }), /* @__PURE__ */ jsxs("button", {
61576
+ onClick: toogleFilter,
61577
+ className: styles$1y.filterButton,
61578
+ children: [/* @__PURE__ */ jsx$1(Icon, {
61579
+ icon: "descriptionShort",
61580
+ size: "small"
61581
+ }), t2("FILTERS")]
61582
+ })]
61583
+ });
61584
+ };
61447
61585
  const inputWrapper = "_inputWrapper_c5acm_1";
61448
61586
  const input$4 = "_input_c5acm_1";
61449
61587
  const inputIcon = "_inputIcon_c5acm_89";
61450
- const styles$1y = {
61588
+ const styles$1x = {
61451
61589
  inputWrapper,
61452
61590
  input: input$4,
61453
61591
  "input--r-md": "_input--r-md_c5acm_37",
@@ -61509,7 +61647,7 @@ const Input$2 = React__default.forwardRef(({
61509
61647
  },
61510
61648
  children: [/* @__PURE__ */ jsx$1("input", {
61511
61649
  ref,
61512
- className: classNames$2(styles$1y["input"], styles$1y[`input--h-${heigth}`], styles$1y[`input--r-${radius}`], icon2 && styles$1y[`input--with-icon-${iconPosition}`], filled == true ? styles$1y[`input--filled`] : "", borderLess == true ? styles$1y[`input--borderless`] : "", rounded == true ? styles$1y[`input--rounded`] : "", error3 == true ? styles$1y[`input--error`] : "", lineThrough == true ? styles$1y[`input--line-through`] : ""),
61650
+ className: classNames$2(styles$1x["input"], styles$1x[`input--h-${heigth}`], styles$1x[`input--r-${radius}`], icon2 && styles$1x[`input--with-icon-${iconPosition}`], filled == true ? styles$1x[`input--filled`] : "", borderLess == true ? styles$1x[`input--borderless`] : "", rounded == true ? styles$1x[`input--rounded`] : "", error3 == true ? styles$1x[`input--error`] : "", lineThrough == true ? styles$1x[`input--line-through`] : ""),
61513
61651
  style: customStyles2,
61514
61652
  onChange: onChange2,
61515
61653
  id: id2,
@@ -61520,7 +61658,7 @@ const Input$2 = React__default.forwardRef(({
61520
61658
  disabled: disabled2,
61521
61659
  ...props
61522
61660
  }), icon2 && /* @__PURE__ */ jsx$1("div", {
61523
- className: classNames$2(styles$1y["inputIcon"], styles$1y[`inputIcon--p-${iconPosition}`], className ? className : ""),
61661
+ className: classNames$2(styles$1x["inputIcon"], styles$1x[`inputIcon--p-${iconPosition}`], className ? className : ""),
61524
61662
  children: /* @__PURE__ */ jsx$1(Icon, {
61525
61663
  icon: icon2,
61526
61664
  size: iconSize
@@ -61530,7 +61668,7 @@ const Input$2 = React__default.forwardRef(({
61530
61668
  });
61531
61669
  });
61532
61670
  const datePicker$1 = "_datePicker_aezmq_1";
61533
- const styles$1x = {
61671
+ const styles$1w = {
61534
61672
  datePicker: datePicker$1
61535
61673
  };
61536
61674
  function r(e) {
@@ -71970,7 +72108,7 @@ const left = "_left_10sq9_38";
71970
72108
  const datePickerShortcuts = "_datePickerShortcuts_10sq9_48";
71971
72109
  const singleMode = "_singleMode_10sq9_298";
71972
72110
  const rangeMode = "_rangeMode_10sq9_303";
71973
- const styles$1w = {
72111
+ const styles$1v = {
71974
72112
  datePicker,
71975
72113
  inlinePicker,
71976
72114
  visible,
@@ -85495,6 +85633,7 @@ const DatePicker$1 = ({
85495
85633
  const [endDate, setEndDate] = useState(null);
85496
85634
  const [singleDate, setSingleDate] = useState(null);
85497
85635
  const [pickerPosition, setPickerPosition] = useState("left");
85636
+ const [isSelectingNewRange, setIsSelectingNewRange] = useState(false);
85498
85637
  const datePickerRef = useRef(null);
85499
85638
  const pickerContainerRef = useRef(null);
85500
85639
  const activeContainerRef = containerRef || pickerContainerRef;
@@ -85502,6 +85641,19 @@ const DatePicker$1 = ({
85502
85641
  const _locale = isLocaleSupported(lang2) ? lang2 : "en";
85503
85642
  const format3 = getDateFormat(options2.format);
85504
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
+ };
85505
85657
  useEffect(() => {
85506
85658
  if (show && activeContainerRef.current) {
85507
85659
  const containerRect = activeContainerRef.current.getBoundingClientRect();
@@ -85516,9 +85668,25 @@ const DatePicker$1 = ({
85516
85668
  }, [show, isRangeMode, activeContainerRef]);
85517
85669
  const handleDateChange = (dates) => {
85518
85670
  if (isRangeMode && Array.isArray(dates)) {
85519
- const [start, end] = dates;
85520
- setStartDate(start);
85521
- 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
+ }
85522
85690
  if (start && end) {
85523
85691
  const startFormatted = hooks(start).format(format3);
85524
85692
  const endFormatted = hooks(end).format(format3);
@@ -85540,12 +85708,12 @@ const DatePicker$1 = ({
85540
85708
  return null;
85541
85709
  }
85542
85710
  return /* @__PURE__ */ jsx$1("div", {
85543
- className: styles$1w.datePickerShortcuts,
85711
+ className: styles$1v.datePickerShortcuts,
85544
85712
  children: options2.shortcuts.map((shortcut, index2) => /* @__PURE__ */ jsx$1(Button$1, {
85545
85713
  type: "button",
85546
85714
  mode: "tertiary",
85547
85715
  size: "mini",
85548
- className: styles$1w.datePickerShortcutBtn,
85716
+ className: styles$1v.datePickerShortcutBtn,
85549
85717
  onClick: () => {
85550
85718
  shortcut.onClick({
85551
85719
  setDateRange: (start, end) => {
@@ -85596,7 +85764,7 @@ const DatePicker$1 = ({
85596
85764
  }, [value2, format3, isRangeMode]);
85597
85765
  const selectedDate = isRangeMode ? startDate : singleDate;
85598
85766
  return /* @__PURE__ */ jsxs("div", {
85599
- className: `${styles$1w.inlinePicker} ${show ? styles$1w.visible : ""} ${isRangeMode ? styles$1w.rangeMode : styles$1w.singleMode} ${styles$1w[pickerPosition]}`,
85767
+ className: `${styles$1v.inlinePicker} ${show ? styles$1v.visible : ""} ${isRangeMode ? styles$1v.rangeMode : styles$1v.singleMode} ${styles$1v[pickerPosition]}`,
85600
85768
  children: [/* @__PURE__ */ jsx$1(DatePicker$2, {
85601
85769
  id: id2,
85602
85770
  ref: datePickerRef,
@@ -85613,7 +85781,8 @@ const DatePicker$1 = ({
85613
85781
  monthsShown: isRangeMode ? 2 : 1,
85614
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(),
85615
85783
  calendarStartDay: 1,
85616
- locale: _locale
85784
+ locale: _locale,
85785
+ filterDate
85617
85786
  }), renderShortcuts()]
85618
85787
  });
85619
85788
  };
@@ -85663,7 +85832,7 @@ const InputDatePicker = (props) => {
85663
85832
  });
85664
85833
  });
85665
85834
  return /* @__PURE__ */ jsxs("div", {
85666
- className: styles$1x.datePicker,
85835
+ className: styles$1w.datePicker,
85667
85836
  ref: pickerContainerRef,
85668
85837
  children: [/* @__PURE__ */ jsx$1(CustomInput, {}), /* @__PURE__ */ jsx$1(DatePicker$1, {
85669
85838
  id: props.id,
@@ -85687,67 +85856,6 @@ InputDatePicker.defaultProps = {
85687
85856
  },
85688
85857
  mode: "single"
85689
85858
  };
85690
- const useOutsideClick = (ref, callback) => {
85691
- useEffect(() => {
85692
- function handleClickOutside(event) {
85693
- if (ref.current && (!ref.current.contains(event.target) && !event.target.className.includes("ant-picker"))) {
85694
- callback();
85695
- }
85696
- }
85697
- document.addEventListener("mousedown", handleClickOutside);
85698
- return () => {
85699
- document.removeEventListener("mousedown", handleClickOutside);
85700
- };
85701
- }, [ref]);
85702
- };
85703
- const filterButton$1 = "_filterButton_c0yjo_1";
85704
- const buttonClose$1 = "_buttonClose_c0yjo_21";
85705
- const toolbar$2 = "_toolbar_c0yjo_38";
85706
- const styles$1v = {
85707
- filterButton: filterButton$1,
85708
- buttonClose: buttonClose$1,
85709
- toolbar: toolbar$2,
85710
- "toolbar--hide": "_toolbar--hide_c0yjo_47"
85711
- };
85712
- const FiltersWrapper$1 = ({
85713
- children
85714
- }) => {
85715
- const {
85716
- t: t2
85717
- } = useTranslation();
85718
- const [showFilters, setShowFilters] = useState(false);
85719
- const toogleFilter = () => setShowFilters((current) => !current);
85720
- const close3 = () => setShowFilters(false);
85721
- const ref = useRef(null);
85722
- useOutsideClick(ref, close3);
85723
- return /* @__PURE__ */ jsxs(Fragment, {
85724
- children: [/* @__PURE__ */ jsxs("div", {
85725
- ref,
85726
- className: classNames$2(styles$1v.toolbar, {
85727
- [styles$1v["toolbar--hide"]]: !showFilters
85728
- }),
85729
- children: [/* @__PURE__ */ jsx$1("div", {
85730
- className: classNames$2(styles$1v.buttonClose, {
85731
- [styles$1v.hide]: !showFilters
85732
- }),
85733
- children: /* @__PURE__ */ jsx$1(Icon, {
85734
- icon: "close",
85735
- size: "small",
85736
- onClick: close3
85737
- })
85738
- }), /* @__PURE__ */ jsx$1("div", {
85739
- children
85740
- })]
85741
- }), /* @__PURE__ */ jsxs("button", {
85742
- onClick: toogleFilter,
85743
- className: styles$1v.filterButton,
85744
- children: [/* @__PURE__ */ jsx$1(Icon, {
85745
- icon: "descriptionShort",
85746
- size: "small"
85747
- }), t2("FILTERS")]
85748
- })]
85749
- });
85750
- };
85751
85859
  const Header$3 = ({
85752
85860
  onChangeFilter,
85753
85861
  filters: filters2,
@@ -85804,6 +85912,7 @@ const Header$3 = ({
85804
85912
  children: /* @__PURE__ */ jsx$1(InputDatePicker, {
85805
85913
  id: "date",
85806
85914
  label: t2("DATERANGE"),
85915
+ mode: "range",
85807
85916
  value: [new Date(filters2.range.from), new Date(filters2.range.till)],
85808
85917
  onChange: (v2) => {
85809
85918
  if (!v2 || v2.length < 2) return;
@@ -85812,16 +85921,7 @@ const Header$3 = ({
85812
85921
  handleChangeRange([start, end]);
85813
85922
  },
85814
85923
  options: {
85815
- splitView: true,
85816
- singleMode: false,
85817
- numberOfColumns: 2,
85818
- numberOfMonths: 2,
85819
- autoApply: false,
85820
- showWeekNumbers: false,
85821
- lang: i18n.language === "es" ? "es-ES" : "en-EN",
85822
85924
  dropdowns: {
85823
- minYear: 1990,
85824
- maxYear: null,
85825
85925
  months: true,
85826
85926
  years: true
85827
85927
  }
@@ -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
  })