mozrest-sdk-react-dev 0.3.39 → 0.3.42

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 +664 -316
  2. package/package.json +1 -1
  3. package/style.css +100 -72
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.";
@@ -7831,6 +7835,7 @@ const Period$4 = "Period";
7831
7835
  const Year$5 = "Year";
7832
7836
  const Covers$4 = "Covered";
7833
7837
  const NO_AVAILABLE_CHANNELS$4 = "No available channels";
7838
+ const select$4 = "Select";
7834
7839
  const en = {
7835
7840
  errors: errors$4,
7836
7841
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$4,
@@ -8145,7 +8150,7 @@ const en = {
8145
8150
  NoBookingAvailability: NoBookingAvailability$4,
8146
8151
  NoAvailabilityForPartySize: NoAvailabilityForPartySize$4,
8147
8152
  ADDANEMAIL: ADDANEMAIL$4,
8148
- "Provide at lease one email": "Provide at lease one email",
8153
+ "Provide at lease one email": "Provide at least one email",
8149
8154
  SUGGESTREPLY: SUGGESTREPLY$4,
8150
8155
  SHOWTEMPLATES: SHOWTEMPLATES$4,
8151
8156
  NOSHOWRESERVATION: NOSHOWRESERVATION$4,
@@ -8228,6 +8233,10 @@ const en = {
8228
8233
  email: email$5,
8229
8234
  phone: phone$6,
8230
8235
  notes: notes$4,
8236
+ firstTimeCustomer: firstTimeCustomer$4,
8237
+ recurrentCustomer: recurrentCustomer$4,
8238
+ firstVisitMessage: firstVisitMessage$4,
8239
+ previousVisitsMessage: previousVisitsMessage$4,
8231
8240
  STATUS: STATUS$4,
8232
8241
  Reservation: Reservation$4,
8233
8242
  "Text message": "Text message",
@@ -8270,10 +8279,10 @@ const en = {
8270
8279
  socialLinks: socialLinks$4,
8271
8280
  gettingStarted: gettingStarted$4,
8272
8281
  hello: hello$4,
8273
- "The purpose of Listing and Review is to help you manage your contents and comments from one place.": "The purpose of Listing and Review is to help you manage your contents and comments from one place.",
8274
- "To initiate the service, we will be able to control each step of data synchronisation:": "To initiate the service, we will be able to control each step of data synchronisation:",
8275
- "Review your information before publishing the information to Google My Business": "Review your information before publishing the information to Google My Business",
8276
- "Push the enhanced data to you Google profile": "Push the enhanced data to you Google profile",
8282
+ "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.",
8283
+ "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:",
8284
+ "Review your information before publishing the information to Google My Business": "Check your information before posting to Google My Business.",
8285
+ "Push the enhanced data to you Google profile": "Push the enhanced data to your Google profile.",
8277
8286
  "Connect additional channels (Facebook, Bing...)": "Connect additional channels (Facebook, Bing...)",
8278
8287
  "I don't have a Google My Business account": "I don't have a Google My Business account",
8279
8288
  "Setup my profile": "Setup my profile",
@@ -8288,33 +8297,33 @@ const en = {
8288
8297
  success: success$6,
8289
8298
  pending: pending$4,
8290
8299
  error: error$7,
8291
- "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.",
8300
+ "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Please note that updates to your connected channels may take up to 24 hours, and all information may undergo a review process before publication.",
8292
8301
  "Interested on Listing&Review?": "Interested on Listing&Review?",
8293
8302
  "Contact your account manager to get more information about how to get a license.": "Contact your account manager to get more information about how to get a license.",
8294
8303
  "Bing will contact you by email or post and provide you with a verification PIN code. Once you get it, please add it below so that your profile can be synchonised.": "Bing will contact you by email or post and provide you with a verification PIN code. Once you get it, please add it below so that your profile can be synchonised.",
8295
8304
  "Bing may require verification of the business ownership, and contact you by email or post. Please, enter below the email you want to use for verification purposes with Bing.": "Bing may require verification of the business ownership, and contact you by email or post. Please, enter below the email you want to use for verification purposes with Bing.",
8296
- "Please, enter below the profile url of your tripadvisor.": "Please, enter below the profile url of your tripadvisor.",
8305
+ "Please, enter below the profile url of your tripadvisor.": "Please enter your TripAdvisor profile URL below.",
8297
8306
  "Select an account": "Select an account",
8298
- "Please select an accout that you want to connect to Facebook.": "Please select an accout that you want to connect to Facebook.",
8299
- "Please select an accout that you want to connect to Google": "Please select an accout that you want to connect to Google",
8307
+ "Please select an accout that you want to connect to Facebook.": "Please select an account that you want to connect to Facebook.",
8308
+ "Please select an accout that you want to connect to Google": "Replace it with: Please select an account that you want to connect to Google.",
8300
8309
  loadingAnalytics: loadingAnalytics$4,
8301
8310
  "You don't have a connected Google Account": "You don't have a connected Google Account",
8302
8311
  "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.",
8303
- "Your Google Business Profile is not Verified": "Your Google Business Profile is not Verified",
8304
- "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.",
8312
+ "Your Google Business Profile is not Verified": "Your Google Business Profile is not verified.",
8313
+ "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "Listing Analytics come from your Google Business Profile. To view these statistics, your Google Business Profile must be verified.",
8305
8314
  "Something went wrong": "Something went wrong",
8306
- "Try refreshing the page. If the error persists, please, contact your provider.": "Try refreshing the page. If the error persists, please, contact your provider.",
8315
+ "Try refreshing the page. If the error persists, please, contact your provider.": "Try refreshing the page. If the error persists, please contact your provider.",
8307
8316
  Refresh: Refresh$4,
8308
8317
  "Last 7 days analytics": "Last 7 days analytics",
8309
8318
  "Get a daily report by email to help you keep track of all your activity.": "Get a daily report by email to help you keep track of all your activity.",
8310
- "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.": "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.",
8319
+ "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.": "Receive an instant email alert when a negative review arrives, so you can respond right away.",
8311
8320
  "Get all the notifications on these emails.": "Get all the notifications on these emails.",
8312
- "Ai prompt for generate reviews.": "Ai prompt for generate reviews.",
8321
+ "Ai prompt for generate reviews.": "AI prompt to generate review replies.",
8313
8322
  INSERTAGS: INSERTAGS$4,
8314
8323
  loadingListingAnalytics: loadingListingAnalytics$4,
8315
8324
  All: All$4,
8316
8325
  "Choose the Booking creation date range to export. The rest of the filters selected on the page will apply as export criteria.": "Choose the Booking creation date range to export. The rest of the filters selected on the page will apply as export criteria.",
8317
- "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "You will receive shortly the report on you email inbox after clicking the 'Export data' button.",
8326
+ "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "You will receive the report by email after clicking the 'Export data' button.",
8318
8327
  confirmationExportExcel: confirmationExportExcel$4,
8319
8328
  PAYMENTS_INTEGRATION: PAYMENTS_INTEGRATION$4,
8320
8329
  PAYMENTS_INTEGRATION_DESC: PAYMENTS_INTEGRATION_DESC$4,
@@ -8376,7 +8385,8 @@ const en = {
8376
8385
  "No options": "No options",
8377
8386
  Covers: Covers$4,
8378
8387
  "dd/mm/yyyy": "dd/mm/yyyy",
8379
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$4
8388
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$4,
8389
+ select: select$4
8380
8390
  };
8381
8391
  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" };
8382
8392
  const SPECIALCLOSINGDATES$3 = "Fechas de cierre especiales u horarios de apertura diferentes (días especiales, festivos, eventos privados…)";
@@ -8769,6 +8779,10 @@ const lastname$3 = "Apellido";
8769
8779
  const email$4 = "Correo electrónico";
8770
8780
  const phone$5 = "Teléfono";
8771
8781
  const notes$3 = "Notas";
8782
+ const firstTimeCustomer$3 = "Cliente nuevo";
8783
+ const recurrentCustomer$3 = "Cliente recurrente";
8784
+ const firstVisitMessage$3 = "Esta es su primera visita";
8785
+ const previousVisitsMessage$3 = "Ha visitado {{count}} veces anteriormente";
8772
8786
  const STATUS$3 = "Estado";
8773
8787
  const Reservation$3 = "Reserva";
8774
8788
  const Email$3 = "Correo electrónico";
@@ -8871,6 +8885,7 @@ const Year$4 = "Año";
8871
8885
  const Bookings$3 = "Reservas";
8872
8886
  const Covers$3 = "Coberturas";
8873
8887
  const NO_AVAILABLE_CHANNELS$3 = "No hay canales disponibles";
8888
+ const select$3 = "Seleccione";
8874
8889
  const es$2 = {
8875
8890
  errors: errors$3,
8876
8891
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$3,
@@ -9268,6 +9283,10 @@ const es$2 = {
9268
9283
  email: email$4,
9269
9284
  phone: phone$5,
9270
9285
  notes: notes$3,
9286
+ firstTimeCustomer: firstTimeCustomer$3,
9287
+ recurrentCustomer: recurrentCustomer$3,
9288
+ firstVisitMessage: firstVisitMessage$3,
9289
+ previousVisitsMessage: previousVisitsMessage$3,
9271
9290
  STATUS: STATUS$3,
9272
9291
  Reservation: Reservation$3,
9273
9292
  "Text message": "Mensaje de texto",
@@ -9339,7 +9358,7 @@ const es$2 = {
9339
9358
  "Please select an accout that you want to connect to Google": "Por favor, seleccione una cuenta que desea conectar a Google",
9340
9359
  loadingAnalytics: loadingAnalytics$3,
9341
9360
  "You don't have a connected Google Account": "No tiene una cuenta de Google conectada",
9342
- "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "Las analíticas de listado provienen del perfil de Google Business, por lo que para ver esas estadísticas, primero conecte su perfil de Google My Business.",
9361
+ "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "Listing Analytics come from your Google Business Profile. To view these statistics, please connect your Google Business Profile first.",
9343
9362
  "Your Google Business Profile is not Verified": "Su perfil de Google Business no está verificado",
9344
9363
  "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "Las analíticas de listado provienen del perfil de Google Business, para ver esas estadísticas, su perfil de Google Business debe estar verificado.",
9345
9364
  "Something went wrong": "Algo salió mal",
@@ -9417,25 +9436,26 @@ const es$2 = {
9417
9436
  Bookings: Bookings$3,
9418
9437
  Covers: Covers$3,
9419
9438
  "dd/mm/yyyy": "dd/mm/yyyy",
9420
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$3
9439
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$3,
9440
+ select: select$3
9421
9441
  };
9422
- const errors$2 = { "required": "Ce champ est requis", "email": "Cet e-mail n'est pas valide", "phone": "Numéro de téléphone non valide", "url": "Cette URL n'est pas valide" };
9423
- const SPECIALCLOSINGDATES$2 = "Dates de fermeture spéciales ou horaires différents (jours fériés, événements privés, etc.)";
9442
+ 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" };
9443
+ const SPECIALCLOSINGDATES$2 = "Fermetures exceptionnelles et horaires d’ouverture modifiés (jours fériés, événements, etc.) ";
9424
9444
  const ADDITIONALURLS$2 = "URLs supplémentaires";
9425
9445
  const ADDLINK$2 = "Ajouter un lien";
9426
9446
  const ADDRESS$2 = "Adresse";
9427
9447
  const ADDRESSCOMPLEME$2 = "Complément d'adresse";
9428
- const ADDSPECIFICHOUR$2 = "Ajouter des créneaux horaires spécifiques";
9429
- const ADDYOURBUSINESS$2 = "Ajoutez les sites web et plateformes de votre entreprise pour améliorer votre visibilité.";
9448
+ const ADDSPECIFICHOUR$2 = "Ajouter des horaires exceptionnels";
9449
+ const ADDYOURBUSINESS$2 = "Ajoutez les liens de votre site internet et réseaux sociaux pour améliorer votre visibilité.";
9430
9450
  const ADMINISTRA$2 = "Administrateur";
9431
- const ANALYTICS$2 = "Analytique";
9451
+ const ANALYTICS$2 = "Analyses";
9432
9452
  const APPLYTOREVIEWS$2 = "Appliquer aux avis";
9433
9453
  const ATTRIBUTES$2 = "Attributs";
9434
9454
  const AVAILABLEATTRIB$2 = "Les attributs disponibles dépendent de la catégorie principale sélectionnée.";
9435
9455
  const AVERAGESCORE$2 = "Note moyenne";
9436
9456
  const BRANDED$2 = "Marqué";
9437
9457
  const BUSINESSNAME$2 = "Nom de l'entreprise";
9438
- const BUSINNESSM$2 = "Gestionnaire d'entreprise";
9458
+ const BUSINNESSM$2 = "Directeur";
9439
9459
  const CALLS$2 = "Appels";
9440
9460
  const CITY$2 = "Ville";
9441
9461
  const CLIENTNAME$2 = "Nom du client";
@@ -9450,9 +9470,9 @@ const DESCRIPTIONS$2 = "Descriptions";
9450
9470
  const DIRECT$2 = "Direct";
9451
9471
  const DIRECTIONREQUES$2 = "Demandes d'itinéraire";
9452
9472
  const DISCOVERY$2 = "Découverte";
9453
- const DRAGANDDROPPICT$2 = "Glissez-déposez les images ici";
9473
+ const DRAGANDDROPPICT$2 = "Glissez-déposez vos images ici";
9454
9474
  const EMAIL$2 = "Email";
9455
- const EMAILADDRESS$2 = "Adresse e-mail";
9475
+ const EMAILADDRESS$2 = "Email";
9456
9476
  const END$2 = "Fin";
9457
9477
  const EXTRALINK$2 = "Lien supplémentaire";
9458
9478
  const FACEBOOK$2 = "Facebook";
@@ -9460,32 +9480,32 @@ const FACEBOOKPAGEURL$2 = "URL de la page Facebook";
9460
9480
  const FAX$2 = "Fax";
9461
9481
  const FIELDMANAG$2 = "Champ géré par {{value}}";
9462
9482
  const FIRSTNAME$2 = "Prénom";
9463
- const FRIDAY$2 = "Vendredi";
9483
+ const FRIDAY$2 = "vendredi";
9464
9484
  const FROM$2 = "De";
9465
- const GETYOURREVIEWMA$2 = "Recevez votre rapport de gestion des avis par e-mail.";
9485
+ const GETYOURREVIEWMA$2 = "Recevez votre rapport de gestion des avis par email.";
9466
9486
  const GOOGLE$2 = "Google";
9467
9487
  const GROUPMANAG$2 = "Gestionnaire de groupe";
9468
9488
  const HOME$2 = "Accueil";
9469
9489
  const HOURS$2 = "Heures";
9470
9490
  const INDICATEYOURBUS$2 = "Indiquez les coordonnées de votre entreprise";
9471
9491
  const INFO$2 = "Informations";
9472
- const INTHEPERIOD$2 = "Pendant la période";
9492
+ const INTHEPERIOD$2 = "Durant la période";
9473
9493
  const INTOTAL$2 = "Au total";
9474
9494
  const LANGUAGE$2 = "Langue";
9475
9495
  const LASTNAME$2 = "Nom de famille";
9476
- const LETTHEVIEWERSKN$2 = "Faites savoir aux visiteurs tout ce qu'il faut savoir sur votre entreprise pour rester en avance sur la concurrence.";
9496
+ const LETTHEVIEWERSKN$2 = "Informez parfaitement vos visiteurs sur votre entreprise afin de toujours garder une longueur d’avance sur la concurrence.";
9477
9497
  const LINKS$2 = "Liens";
9478
- const LISTINGS$2 = "Fiches";
9498
+ const LISTINGS$2 = "Profil";
9479
9499
  const LOCATION$2 = "Localisation";
9480
9500
  const LOGOUT$2 = "Déconnexion";
9481
9501
  const LONGDESCRIPTION$2 = "Description longue";
9482
9502
  const MAINCATEGORY$2 = "Catégorie principale";
9483
9503
  const MAININFORMATION$2 = "Informations principales";
9484
9504
  const MEDIA$2 = "Médias";
9485
- const MENULINK$2 = "Lien vers le menu";
9486
- const MONDAY$2 = "Lundi";
9505
+ const MENULINK$2 = "Lien du menu";
9506
+ const MONDAY$2 = "lundi";
9487
9507
  const MONTHLYREPORT$2 = "Rapport mensuel";
9488
- const MOVETHEPINTOPRE$2 = "Déplacez l'épingle pour localiser précisément le point d'entrée de votre établissement.";
9508
+ const MOVETHEPINTOPRE$2 = "Déplacez l’épingle pour localiser précisément l’entrée de votre établissement.";
9489
9509
  const MYREVIEWS$2 = "Mes avis";
9490
9510
  const NEGATIVE$2 = "Négatif";
9491
9511
  const NEGATIVEREVIEWS$2 = "Avis négatifs";
@@ -9494,59 +9514,59 @@ const NEWTEMPLATE$2 = "Nouveau modèle";
9494
9514
  const NO$2 = "Non";
9495
9515
  const NOTIFICATIONS$2 = "Notifications";
9496
9516
  const NOTSPECIFIED$2 = "Non spécifié";
9497
- const ONLYJPEGANDPNGI$2 = "(Seules les images *.jpeg et *.png seront acceptées)";
9498
- const OPEN$2 = "Ouvert";
9517
+ const ONLYJPEGANDPNGI$2 = "(Seules les images .jpeg et .png sont acceptées)";
9518
+ const OPEN$2 = "Ouvrir";
9499
9519
  const OPENINGHOURS$2 = "Heures d'ouverture";
9500
9520
  const PHONE$2 = "Téléphone";
9501
9521
  const PLATFORM$2 = "Canal";
9502
9522
  const POSITIVE$2 = "Positif";
9503
- const POSTREPLY$2 = "Poster une réponse";
9523
+ const POSTREPLY$2 = "Répondre";
9504
9524
  const PUBLISH$2 = "Publier";
9505
9525
  const QUERIES$2 = "Requêtes";
9506
9526
  const REPLY$2 = "Répondre";
9507
9527
  const REVIEWS$2 = "Avis";
9508
9528
  const REVIEWSREPORT$2 = "Rapport des avis";
9509
9529
  const ROLE$2 = "Rôle";
9510
- const SATURDAY$2 = "Samedi";
9530
+ const SATURDAY$2 = "samedi";
9511
9531
  const SAVE$2 = "Enregistrer";
9512
9532
  const SEEDETAILS$2 = "Voir les détails";
9513
9533
  const SETTINGS$2 = "Paramètres";
9514
- const SHORTDESCRIPTIO$2 = "Brève description (max. 100 caractères)";
9534
+ const SHORTDESCRIPTIO$2 = "Description courte (100 caractères max.)";
9515
9535
  const SPECIALDATES$2 = "Dates spéciales";
9516
9536
  const SPECIFYYOURBUSI$2 = "Indiquez les horaires et jours d'ouverture de votre établissement. Ces informations sont essentielles pour augmenter les visites clients.";
9517
9537
  const START$2 = "Début";
9518
9538
  const SUBMIT$2 = "Soumettre";
9519
- const SUNDAY$2 = "Dimanche";
9539
+ const SUNDAY$2 = "dimanche";
9520
9540
  const TABINFOMAINCATE$2 = "Info : La catégorie principale est obligatoire.";
9521
9541
  const TABLINKSTHEWEBS$2 = "Liens : L'URL du site web n'est pas valide.";
9522
9542
  const TEMPLATESREPLY$2 = "Modèles de réponse";
9523
9543
  const THISFIELDISREQU$2 = "Ce champ est requis.";
9524
- const THISSHOULDEMAIL$2 = "Ce doit être un e-mail valide.";
9525
- const THISSHOULDURL$2 = "Ce doit être une URL valide";
9526
- const THURSDAY$2 = "Jeudi";
9544
+ const THISSHOULDEMAIL$2 = "Veuillez indiquer une adresse email valide.";
9545
+ const THISSHOULDURL$2 = "Veuillez indiquer une URL valide.";
9546
+ const THURSDAY$2 = "jeudi";
9527
9547
  const TITLE$2 = "Titre";
9528
9548
  const TO$2 = "À";
9529
9549
  const TOTALREVIEWS$2 = "Nombre total d'avis";
9530
9550
  const TREATMENTRATE$2 = "Taux de traitement";
9531
- const TUESDAY$2 = "Mardi";
9551
+ const TUESDAY$2 = "mardi";
9532
9552
  const TWITTERACCOUNTU$2 = "URL du compte Twitter";
9533
9553
  const TYPE$2 = "Type";
9534
9554
  const UPDATE$2 = "Mettre à jour";
9535
9555
  const VIEWSONGOOMAP$2 = "Vues sur Google Maps";
9536
- const VIEWSONGOOSEARCH$2 = "Vues via la recherche Google";
9537
- const WEBSITEURL$2 = "URL du site web";
9538
- const WEBSITEURLSANDS$2 = "URLs de sites web et réseaux sociaux";
9539
- const WEBSITEVISITS$2 = "Visites du site web";
9540
- const WEDNESDAY$2 = "Mercredi";
9556
+ const VIEWSONGOOSEARCH$2 = "Vues sur Google";
9557
+ const WEBSITEURL$2 = "URL du site internet";
9558
+ const WEBSITEURLSANDS$2 = "URLs des sites et réseaux sociaux";
9559
+ const WEBSITEVISITS$2 = "Visites du site internet";
9560
+ const WEDNESDAY$2 = "mercredi";
9541
9561
  const WEEKLYREPORT$2 = "Rapport hebdomadaire";
9542
9562
  const YES$2 = "Oui";
9543
9563
  const YOURREPLY$2 = "Votre réponse";
9544
9564
  const CREATEYOUR$2 = "Créer votre modèle de réponse";
9545
9565
  const ZIPCODE$2 = "Code postal";
9546
- const MOZRESTWILDAILY$2 = "Mozrest vous enverra un rapport quotidien par e-mail pour vous aider à suivre toute votre activité.";
9547
- const MOZRESTWILWEEKLY$2 = "Mozrest vous enverra un rapport hebdomadaire par e-mail pour vous aider à suivre toute votre activité.";
9548
- const MOZRESTWILMONTHLY$2 = "Mozrest vous enverra un rapport mensuel par e-mail pour vous aider à suivre toute votre activité.";
9549
- const MOZRESTWILNEGATIVE$2 = "Mozrest vous enverra immédiatement un e-mail lorsque vous recevez un avis négatif afin que vous puissiez y répondre rapidement.";
9566
+ const MOZRESTWILDAILY$2 = "Mozrest vous enverra un rapport quotidien par email pour suivre votre activité.";
9567
+ const MOZRESTWILWEEKLY$2 = "Mozrest vous enverra un rapport hebdomadaire par email pour suivre votre activité.";
9568
+ const MOZRESTWILMONTHLY$2 = "Mozrest vous enverra un rapport mensuel par email pour suivre votre activité.";
9569
+ const MOZRESTWILNEGATIVE$2 = "Mozrest vous enverra un email dès qu’un avis négatif sera reçu, pour que vous puissiez y répondre rapidement.";
9550
9570
  const CONFIRMATI$2 = "Confirmation";
9551
9571
  const AREYOUSUREACTION$2 = "Êtes-vous sûr de vouloir {{value}} ?";
9552
9572
  const EDITTEMPLATE$2 = "Modifier le modèle";
@@ -9566,7 +9586,7 @@ const YEAR$3 = "Année";
9566
9586
  const ADDITIONALCATEGO$2 = "Catégorie supplémentaire";
9567
9587
  const REPLIED$2 = "Répondu";
9568
9588
  const NOTREPLIED$2 = "Non répondu";
9569
- const CONTACTTHEEM$2 = "Contact : l'adresse e-mail doit être valide.";
9589
+ const CONTACTTHEEM$2 = "Contact : l'email doit être valide.";
9570
9590
  const AVGETIMEREPLY$2 = "Temps moyen de réponse :";
9571
9591
  const ALLTIME$2 = "Tout le temps";
9572
9592
  const PREVIOUSPERIOD$2 = "Période précédente";
@@ -9575,7 +9595,7 @@ const ALL$2 = "Tout";
9575
9595
  const COMPAREDTO$2 = "Comparé à";
9576
9596
  const COMPAREDTOPREVI$2 = "Comparé à la période précédente";
9577
9597
  const TOTALCOUNT$2 = "Nombre total";
9578
- const DATEPERIOD$2 = "Période de dates";
9598
+ const DATEPERIOD$2 = "Période";
9579
9599
  const VIEWS$2 = "Vues";
9580
9600
  const ACTIONS$2 = "Actions";
9581
9601
  const INSERTPLAC$2 = "Insérer un espace réservé";
@@ -9583,8 +9603,8 @@ const PROFILEMANAGEMENT$2 = "Gestion du profil";
9583
9603
  const SELECTVENUE$2 = "Sélectionner un établissement";
9584
9604
  const REVIEWTYPE$2 = "Type d'avis";
9585
9605
  const REPLYSTATUS$2 = "Statut de réponse";
9586
- const LISTINGSIN$2 = "Fiches synchronisées";
9587
- const LISTINGSBE$2 = "Fiches en cours de mise à jour";
9606
+ const LISTINGSIN$2 = "Profils synchronisés";
9607
+ const LISTINGSBE$2 = "Mise à jour des profils";
9588
9608
  const LISTINGSRE$2 = "Fiches nécessitant votre attention";
9589
9609
  const REVIEWSEVOLUTIION$2 = "Évolution des avis";
9590
9610
  const REVIEWCOUNT$2 = "Nombre d'avis";
@@ -9592,7 +9612,7 @@ const UPDATED$2 = "Mis à jour";
9592
9612
  const SAVEASDRAFT$2 = "Enregistrer comme brouillon";
9593
9613
  const DROPCHANGES$2 = "Annuler les modifications";
9594
9614
  const CONNECTED$2 = "Connecté";
9595
- const ANYUNSAVEDCHANGES$2 = "Toute modification non enregistrée sera perdue. Êtes-vous sûr de vouloir continuer ?";
9615
+ const ANYUNSAVEDCHANGES$2 = "Toute modification non sauvegardée sera perdue. Êtes-vous sûr de vouloir continuer ?";
9596
9616
  const PHONENUMBERISNOTVALID$2 = "Ce numéro n'est pas valide";
9597
9617
  const ACTIVITY$2 = "Activité";
9598
9618
  const AVERAGETIMEREPLY$2 = "Temps moyen de réponse";
@@ -9604,14 +9624,14 @@ const NOTDEFINED$2 = "Non défini";
9604
9624
  const LOADMOREREVIEWS$2 = "Charger plus d'avis";
9605
9625
  const DISCONNECT$2 = "Déconnecter";
9606
9626
  const COMPARED_PERIOD$2 = "Période comparée : {{date}}";
9607
- const DATERANGE$2 = "Plage de dates";
9627
+ const DATERANGE$2 = "Période";
9608
9628
  const INACTIVE$2 = "Inactif";
9609
9629
  const ACTIVE$2 = "Actif";
9610
9630
  const COMPAREDPERIOD$2 = "Période comparée";
9611
- const COMPAREDTOPREVIOUS$2 = "Comparaison avec la précédante";
9631
+ const COMPAREDTOPREVIOUS$2 = "Comparaison avec";
9612
9632
  const PARTYSIZE$2 = "Nombre de personnes";
9613
9633
  const CHANNELS$2 = "Canaux";
9614
- const BOOKINGCREATIONDATERANGE$2 = "Plage de dates de création des réservations";
9634
+ const BOOKINGCREATIONDATERANGE$2 = "Préférence de réservation";
9615
9635
  const BOOKINGS$2 = "Réservations";
9616
9636
  const COVERS$2 = "Couverts";
9617
9637
  const CREATIONDATE$2 = "Date de création";
@@ -9635,7 +9655,7 @@ const COMPARED$2 = "Comparé";
9635
9655
  const RESERVATIONLINK$2 = "Lien de réservation";
9636
9656
  const GETSTARTED$2 = "Commencer";
9637
9657
  const TRANSLATION$2 = "Traduction";
9638
- const SHOWTRANSLATION$2 = "afficher la traduction";
9658
+ const SHOWTRANSLATION$2 = "Afficher la traduction";
9639
9659
  const HIDETRANSLATION$2 = "masquer la traduction";
9640
9660
  const TRANSLATING$2 = "traduction en cours";
9641
9661
  const VERIFY$2 = "Vérifier";
@@ -9645,32 +9665,32 @@ const STREETCOMPLE$2 = "Complément de rue";
9645
9665
  const POSTCODE$2 = "Code postal";
9646
9666
  const STREET$2 = "Rue";
9647
9667
  const ALLREVIEWS$2 = "Notifier tous les avis";
9648
- const NEGATIVEREVIEWS1$2 = "Notifier uniquement les avis négatifs";
9649
- const NEWBOOKINGS$2 = "Nouvelle réservation";
9650
- const BOOKINGAMEND$2 = "Modification de réservation";
9668
+ const NEGATIVEREVIEWS1$2 = "Recevez uniquement les avis négatifs";
9669
+ const NEWBOOKINGS$2 = "Nouvelles réservations";
9670
+ const BOOKINGAMEND$2 = "Modifications de réservation";
9651
9671
  const CANCELLATIONS$2 = "Annulations";
9652
9672
  const CHANNELMANAGEMENT$2 = "Gestion des canaux";
9653
9673
  const BOOKINGPREF$2 = "Préférences de réservation";
9654
9674
  const TABLEMANAGEMENT$2 = "Gestion des tables";
9655
- const MIN$2 = "Min";
9656
- const MAX$2 = "Max";
9675
+ const MIN$2 = "Min.";
9676
+ const MAX$2 = "Max.";
9657
9677
  const CAPACITY$2 = "Capacité";
9658
9678
  const ADDTABLE$2 = "Ajouter une table";
9659
9679
  const TABLESMANAGEMENT$2 = "Gestion des tables";
9660
9680
  const TABLES$2 = "Tables";
9661
9681
  const TABLENAME$2 = "Nom de la table";
9662
9682
  const RESERVATIONDASHBOARD$2 = "Tableau de bord des réservations";
9663
- const ADDSEAT$2 = "Ajouter un siège";
9664
- const SEATS$2 = "Sièges";
9683
+ const ADDSEAT$2 = "Ajouter un couvert";
9684
+ const SEATS$2 = "Couverts";
9665
9685
  const DURATION$2 = "Durée";
9666
9686
  const TYPETOSEARCH$2 = "Tapez pour rechercher";
9667
9687
  const TIME$2 = "Heure";
9668
9688
  const TABLE$2 = "Table";
9669
9689
  const STATUSES$2 = "Statuts";
9670
- const MINCAPACITY$2 = "Capacité minimale";
9671
- const MAXCAPACITY$2 = "Capacité maximale";
9672
- const TIMEOFFSETTOMEALTIME$2 = "Décalage horaire par rapport à l'heure de repas";
9673
- const MAXPAXPERSLOT$2 = "Nombre max de clients par créneau";
9690
+ const MINCAPACITY$2 = "Capacité min.";
9691
+ const MAXCAPACITY$2 = "Capacité max.";
9692
+ const TIMEOFFSETTOMEALTIME$2 = "Délai de réservation avant l'heure du repas";
9693
+ const MAXPAXPERSLOT$2 = "Nombre max. de personnes par créneau";
9674
9694
  const ADDRESERVATION$2 = "Ajouter une réservation";
9675
9695
  const DATE$3 = "Date";
9676
9696
  const CREATERESERVATION$2 = "Créer une réservation";
@@ -9694,7 +9714,7 @@ const TABLEAVAILABILITY$2 = "Disponibilité des tables";
9694
9714
  const SYNC$2 = "Synchroniser";
9695
9715
  const SYNCKED$2 = "Synchronisé";
9696
9716
  const ERRORSYNC$2 = "Une erreur s'est produite lors de la synchronisation";
9697
- const SYNCING$2 = "Synchronisation en cours ...";
9717
+ const SYNCING$2 = "Synchronisation en cours...";
9698
9718
  const LASTUPDATE$2 = "Dernière mise à jour";
9699
9719
  const SEARCH$2 = "Rechercher";
9700
9720
  const FILTERS$2 = "Filtres";
@@ -9708,9 +9728,9 @@ const RESTAURANTS$2 = "Restaurants";
9708
9728
  const REQUESTCONNECTION$2 = "Demander une connexion";
9709
9729
  const ROWSPERPAGE$2 = "Lignes par page";
9710
9730
  const CONNECTRESTAURANTS$2 = "Connecter des restaurants";
9711
- const THEREARENORECORDSTODISPLAY$2 = "Aucun enregistrement à afficher";
9712
- const ADDRESTAURANTSTO$2 = "Ajouter des restaurants à {{value}}";
9713
- const THISRESTAURANTWILLBEALBETORECIEVEBOOKINGSFROM$2 = "Ce restaurant pourra recevoir des réservations de {{value}}.";
9731
+ const THEREARENORECORDSTODISPLAY$2 = "Aucun résultat à afficher";
9732
+ const ADDRESTAURANTSTO$2 = "Ajouter des restaurants au canal de réservation {{value}}";
9733
+ const THISRESTAURANTWILLBEALBETORECIEVEBOOKINGSFROM$2 = "Ce restaurant pourra recevoir des réservations via le canal de réservation {{value}}.";
9714
9734
  const PLEASECONFIRMSTOPRECIEVEBOOKING$2 = "Veuillez confirmer que vous ne souhaitez plus recevoir de réservations de {{value}}";
9715
9735
  const SUBSCRIBE$2 = "S'abonner";
9716
9736
  const IAGREE$2 = "J'accepte";
@@ -9724,114 +9744,118 @@ const SelectAllFromX$2 = "Tout sélectionner depuis {{value}}";
9724
9744
  const ComparedPeriod$2 = "Période comparée";
9725
9745
  const CLOSE$2 = "Fermer";
9726
9746
  const NoChannelsConnected$2 = "Aucun canal connecté";
9727
- const NoChannelsConnectedDesc$2 = "Vous n'avez connecté aucun canal. Dès qu'ils seront connectés, les changements seront reflétés.";
9747
+ const NoChannelsConnectedDesc$2 = "Aucun canal connecté. Une fois connectés, les modifications seront reflétées automatiquement.";
9728
9748
  const AddWalKin$2 = "Ajouter un client sans réservation";
9729
- const ConfirmCreateWalkInReservation$2 = "Veuillez confirmer que vous souhaitez créer une réservation sans réservation pour {{value}}";
9730
- const NoBookingAvailability$2 = "Aucune disponibilité pour les réservations";
9731
- const NoAvailabilityForPartySize$2 = "Désolé, aucune disponibilité pour un groupe de taille : {{value}}";
9732
- const ADDANEMAIL$2 = "Ajouter un e-mail";
9749
+ const ConfirmCreateWalkInReservation$2 = "Veuillez confirmer que vous souhaitez créer une réservation spontanée pour {{value}}.";
9750
+ const NoBookingAvailability$2 = "Pas de disponibilité";
9751
+ const NoAvailabilityForPartySize$2 = "Désolé, nous n’avons pas de disponibilité pour ce nombre de personnes : {{value}}";
9752
+ const ADDANEMAIL$2 = "Ajouter un email";
9733
9753
  const SUGGESTREPLY$2 = "Suggérer une réponse";
9734
9754
  const SHOWTEMPLATES$2 = "Afficher les modèles";
9735
9755
  const NOSHOWRESERVATION$2 = "Réservation non honorée";
9736
9756
  const AREYOUSURENOSHOWRESERVATION$2 = "Êtes-vous sûr de vouloir marquer cette réservation comme non honorée ?";
9737
- const NOSHOW$2 = "Non honorée";
9757
+ const NOSHOW$2 = "No-show";
9738
9758
  const VENUEISCLOSED$2 = "Établissement fermé";
9739
9759
  const VenueClosedByConfigurationAtThisTime$2 = "Établissement fermé par configuration à cette heure";
9740
- const AIPROMPT$2 = "Invite IA";
9760
+ const AIPROMPT$2 = "Prompt IA";
9741
9761
  const AREYOUSUREDISCONNECTFROMTRIPADVISOR$2 = "Êtes-vous sûr de vouloir vous déconnecter de Tripadvisor ?";
9742
9762
  const PROFILEURL$2 = "URL du profil";
9743
9763
  const AREYOUSURECONNECTTOTRIPADVISOR$2 = "Êtes-vous sûr de vouloir vous connecter à Tripadvisor ?";
9744
9764
  const TRIPADVISOR$2 = "Tripadvisor";
9745
- const TRIPADVISORREPLY$2 = "Réponse Tripadvisor";
9765
+ const TRIPADVISORREPLY$2 = "Répondre sur Tripadvisor ";
9746
9766
  const COMMINGUP$2 = "À venir";
9747
9767
  const TODAY$2 = "Aujourd'hui";
9748
9768
  const TOMORROW$2 = "Demain";
9749
9769
  const SELECTADAY$2 = "Sélectionner un jour";
9750
9770
  const RESERVATIONS$2 = "Réservations";
9751
- const GUESTS$2 = "Invités";
9752
- const MARKASSEATED$2 = "Marquer comme installé";
9753
- const SEATED$2 = "Installé";
9771
+ const GUESTS$2 = "Clients";
9772
+ const MARKASSEATED$2 = "Marquer comme assis";
9773
+ const SEATED$2 = "Assis";
9754
9774
  const UPDATERESERVATION$2 = "Mettre à jour la réservation";
9755
9775
  const CREATE$2 = "Créer";
9756
9776
  const OPTIN$2 = "Inscription";
9757
9777
  const BOOKINGCHANNEL$2 = "Canal de réservation";
9758
9778
  const CONFIRMATIONTEXT$2 = "Êtes-vous sûr de vouloir effectuer cette action ?";
9759
- const pleaseCheckFormsErrors$2 = "Veuillez vérifier les erreurs dans le formulaire";
9779
+ const pleaseCheckFormsErrors$2 = "Veuillez compléter tous les champs obligatoires.";
9760
9780
  const NO_RESERVATIONS$2 = "Aucune réservation";
9761
9781
  const RESTAURANTSETUP$2 = "Configuration du restaurant";
9762
9782
  const AREA_MANAGEMENT$2 = "Gestion des zones";
9763
- const AREA_MANAGEMENT_DESC$2 = "Configurez les zones les clients peuvent s'installer";
9783
+ const AREA_MANAGEMENT_DESC$2 = "Configurez les zones les clients peuvent choisir leur place lors de la réservation en ligne.";
9764
9784
  const NEW_AREA$2 = "Nouvelle zone";
9765
- const BOOKEABLE_AREAS$2 = "Zone réservable";
9785
+ const BOOKEABLE_AREAS$2 = "Zones réservables";
9766
9786
  const DELETE_AREA$2 = "Supprimer la zone";
9767
9787
  const ARE_YOU_SURE_DELETE_AREA$2 = "Êtes-vous sûr de vouloir supprimer cette zone ?";
9768
9788
  const TABLE_MANAGEMENT$2 = "Gestion des tables";
9769
- const TABLE_MANAGEMENT_DESC$2 = "Configurez la capacité minimale et maximale de chacune de vos tables.";
9789
+ const TABLE_MANAGEMENT_DESC$2 = "Configurez la capacité maximale et minimale pour chacune de vos tables. ";
9770
9790
  const NEW_TABLE$2 = "Nouvelle table";
9771
9791
  const DELETE_TABLE$2 = "Supprimer la table";
9772
9792
  const ARE_YOU_SURE_DELETE_TABLE$2 = "Êtes-vous sûr de vouloir supprimer cette table ?";
9773
9793
  const RESERVATION_DURATION$2 = "Durée de la réservation";
9774
- const RESERVATION_DURATION_DESC$2 = "Définissez vos règles pour maximiser et optimiser votre taux d'occupation selon le nombre de clients et le service.";
9794
+ const RESERVATION_DURATION_DESC$2 = "Définissez vos règles pour maximiser et optimiser votre taux doccupation en fonction du nombre de clients et du service.";
9775
9795
  const SHIFT_X$2 = "Service {{shift}}";
9776
9796
  const SHIFTS$2 = "Services";
9777
- const SHIFTS_DESC$2 = "Définissez les horaires de votre établissement. Ces informations sont essentielles pour augmenter les réservations.";
9797
+ const SHIFTS_DESC$2 = "Indiquez vos horaires d’ouverture pour maximiser les réservations.";
9778
9798
  const SPECIAL_DATES$2 = "Dates spéciales";
9779
- const SPECIAL_DATES_DESC$2 = "Dates de fermeture ou horaires spéciaux (jours fériés, événements, etc.)";
9780
- const SPECIAL_DATES_DESC2$2 = "Définissez la période de fermeture ou les horaires adaptés. Les deux dates sont incluses.";
9799
+ const SPECIAL_DATES_DESC$2 = "Dates de fermeture spéciales ou services différents (jours fériés, événements privés, etc.)";
9800
+ const SPECIAL_DATES_DESC2$2 = "Définissez la période de fermeture ou d’horaires modifiés. Les deux dates sont incluses.";
9781
9801
  const SPECIAL_SHIFTS$2 = "Services spéciaux";
9782
9802
  const ADD_SPECIAL_DATE$2 = "Ajouter une date spéciale";
9783
9803
  const DELETE_SPECIAL_DATE$2 = "Supprimer la date spéciale";
9784
9804
  const ARE_YOU_SURE_DELETE_SPECIAL_DATE$2 = "Êtes-vous sûr de vouloir supprimer cette date spéciale ?";
9785
9805
  const RESERVATION_PREFERENCES$2 = "Préférences de réservation";
9786
- const RESERVATION_PREFERENCES_DESC$2 = "Définissez vos règles pour optimiser le taux d'occupation.";
9787
- const MAX_RESERVATIONS_ARRIVAL_PER_SLOT$2 = "Nombre d'arrivées maximal par créneau.";
9806
+ const RESERVATION_PREFERENCES_DESC$2 = "Définissez vos règles pour maximiser et optimiser votre taux doccupation.";
9807
+ const MAX_RESERVATIONS_ARRIVAL_PER_SLOT$2 = "Nombre max. de réservations par créneau";
9788
9808
  const CANCELED$2 = "Annulé";
9789
9809
  const COMPLETED$2 = "Terminé";
9790
- const EMAILS$2 = "E-mails";
9791
- const EMAILS_DESC$2 = "Recever toutes les notifications via email.";
9792
- const NEW_EMAIL$2 = "Nouvel e-mail";
9793
- const RESERVATIONS_DESC$2 = "Recever une notification lors de l'évènement ci-dessous.";
9794
- const REVIEWS_DESC$2 = "Recevez un e-mail instantané lorsque vous recevez un avis négatif afin de pouvoir initier une réponse immédiate à votre client.";
9795
- const REVIEWSREPORT_DESC$2 = "Recever un rapport avec la liste des réservations par email.";
9810
+ const EMAILS$2 = "Emails";
9811
+ const EMAILS_DESC$2 = "Recevez toutes les notifications sur ces adresses email.";
9812
+ const NEW_EMAIL$2 = "Nouvel email";
9813
+ const RESERVATIONS_DESC$2 = "Recevez une notification par email dès qu’une des actions suivantes se produit.";
9814
+ const REVIEWS_DESC$2 = "Recevez un email dès qu’un avis négatif est publié pour répondre immédiatement à votre client.";
9815
+ const REVIEWSREPORT_DESC$2 = "Recevez un rapport quotidien par email pour vous aider à suivre l’ensemble de vos activités.";
9796
9816
  const StartDate$2 = "Date de début";
9797
9817
  const EndDate$2 = "Date de fin";
9798
9818
  const REFERENCE$2 = "Référence";
9799
- const selectSource$2 = "Sélectionner origine";
9800
- const selectTime$2 = "Sélectionner Heure";
9801
- const selectPartySize$2 = "Nombre";
9819
+ const selectSource$2 = "Sélectionner la source";
9820
+ const selectTime$2 = "Sélectionner l'heure";
9821
+ const selectPartySize$2 = "Sélectionner la taille du groupe";
9802
9822
  const selectTable$2 = "Sélectionner la table";
9803
9823
  const source$2 = "Origine";
9804
9824
  const date$8 = "Date";
9805
9825
  const time$3 = "Heure";
9806
- const partySize$2 = "Nombre";
9826
+ const partySize$2 = "Taille du groupe";
9807
9827
  const table$6 = "Table";
9808
9828
  const firstname$2 = "Prénom";
9809
9829
  const lastname$2 = "Nom de famille";
9810
- const email$3 = "E-mail";
9830
+ const email$3 = "Email";
9811
9831
  const phone$4 = "Téléphone";
9812
9832
  const notes$2 = "Notes";
9833
+ const firstTimeCustomer$2 = "Nouveau client";
9834
+ const recurrentCustomer$2 = "Client récurrent";
9835
+ const firstVisitMessage$2 = "C'est leur première visite";
9836
+ const previousVisitsMessage$2 = "A visité {{count}} fois auparavant";
9813
9837
  const STATUS$2 = "Statut";
9814
9838
  const Reservation$2 = "Réservation";
9815
9839
  const Email$2 = "E-mail";
9816
9840
  const Yes$2 = "Oui";
9817
9841
  const confirmed$2 = "Confirmé";
9818
9842
  const more$2 = "plus";
9819
- const enableBookableAreas$2 = "Activer la gestion des zones";
9843
+ const enableBookableAreas$2 = "Activer les zones réservables";
9820
9844
  const name$2 = "Nom";
9821
9845
  const description$2 = "Description";
9822
- const min$8 = "Min";
9823
- const max$8 = "Max";
9846
+ const min$8 = "Min.";
9847
+ const max$8 = "Max.";
9824
9848
  const area$2 = "Zone";
9825
9849
  const minutes$3 = "Minutes";
9826
- const Monday$2 = "Lundi";
9827
- const Tuesday$2 = "Mardi";
9828
- const Wednesday$2 = "Mercredi";
9829
- const Thursday$2 = "Jeudi";
9830
- const Friday$2 = "Vendredi";
9831
- const Saturday$2 = "Samedi";
9832
- const Sunday$2 = "Dimanche";
9850
+ const Monday$2 = "lundi";
9851
+ const Tuesday$2 = "mardi";
9852
+ const Wednesday$2 = "mercredi";
9853
+ const Thursday$2 = "jeudi";
9854
+ const Friday$2 = "vendredi";
9855
+ const Saturday$2 = "samedi";
9856
+ const Sunday$2 = "dimanche";
9833
9857
  const Closed$2 = "Fermé";
9834
- const startTime$2 = "Ouverture";
9858
+ const startTime$2 = "Heure de début";
9835
9859
  const endTime$2 = "Fermeture";
9836
9860
  const add$5 = "Ajouter";
9837
9861
  const youDontHaveReviewsYet$2 = "Vous n'avez pas encore d'avis";
@@ -9843,65 +9867,65 @@ const listingLoacationDesc2$2 = "Déplacez l'épingle sur la carte ci-dessous po
9843
9867
  const listingLoacationDesc3$2 = "Note : Vous devez cliquer sur 'Localisation' dans votre compte Google Business pour ajuster l'épingle sur Google.";
9844
9868
  const location$3 = "Localisation";
9845
9869
  const googleMyBusinessLinks$2 = "Liens Google My Business";
9846
- const socialLinks$2 = "Liens sociaux";
9870
+ const socialLinks$2 = "Liens des réseaux sociaux";
9847
9871
  const gettingStarted$2 = "Commencer";
9848
9872
  const hello$2 = "Bonjour";
9849
9873
  const Close$3 = "Fermer";
9850
- const publishing$2 = "publication";
9874
+ const publishing$2 = "en cours de publication";
9851
9875
  const success$4 = "succès";
9852
9876
  const pending$2 = "en attente";
9853
9877
  const error$5 = "erreur";
9854
- const loadingAnalytics$2 = "Chargement des analyses";
9878
+ const loadingAnalytics$2 = "Chargement des données";
9855
9879
  const Refresh$2 = "Actualiser";
9856
- const INSERTAGS$2 = "Insérer des balises";
9880
+ const INSERTAGS$2 = "Ajouter des tags";
9857
9881
  const loadingListingAnalytics$2 = "Chargement des analyses de listing";
9858
- const All$2 = "Toutes";
9859
- const confirmationExportExcel$2 = "Voulez-vous exporter un fichier Excel de {{from}} jusqu'à {{till}} ? Vous recevrez bientôt le rapport dans votre boîte e-mail.";
9882
+ const All$2 = "Tout";
9883
+ const confirmationExportExcel$2 = "Souhaitez-vous exporter un fichier Excel pour la période du {{from}} au {{till}} ? Vous recevrez le rapport par e-mail. ";
9860
9884
  const PAYMENTS_INTEGRATION$2 = "Intégration des paiements";
9861
- const PAYMENTS_INTEGRATION_DESC$2 = "Acceptez les paiements en ligne via votre propre compte Stripe, intégré à votre système de réservation, avec carte bancaire, portefeuille numérique ou virement bancaire.";
9862
- const CONNECT_WITH_STRIPE$2 = "Se connecter à Stripe";
9885
+ 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.";
9886
+ const CONNECT_WITH_STRIPE$2 = "Connecter à Stripe";
9863
9887
  const DISCONNECT_STRIPE_ACCOUNT$2 = "Déconnecter le compte Stripe";
9864
- const AMOUNT_PER_GUEST$2 = "Montant par invité";
9888
+ const AMOUNT_PER_GUEST$2 = "Montant par client";
9865
9889
  const MIN_GUESTS_REQ_PAYMENT$2 = "Nombre min. d'invités nécessitant un paiement";
9866
- const CANCELATION_POLICY_IN_HOURS$2 = "Politique d'annulation (en heures)";
9890
+ const CANCELATION_POLICY_IN_HOURS$2 = "Politique d'annulation en heures";
9867
9891
  const ENABLED_PAYMENTS$2 = "Paiements activés";
9868
9892
  const paymentRules$3 = "Règles de paiement";
9869
- const paymentRulesDesc$3 = "Une règle de paiement sera exigée pour effectuer une réservation pendant cette période, selon les paramètres ci-dessous.";
9870
- const amountPerGuestDesc$2 = "Montant à payer par invité pour réserver.";
9871
- const minGuestsReqPaymentDesc$2 = "Si défini sur '4', une réservation avec 3 personnes ou moins ne nécessitera pas de paiement.";
9872
- const cancelationPolicyInHoursDesc$2 = "Délai avant une réservation pendant lequel un invité peut être remboursé intégralement en cas d'annulation.";
9893
+ const paymentRulesDesc$3 = "Une règle de paiement sera requise pour réserver durant cette période selon les paramètres suivants. ";
9894
+ const amountPerGuestDesc$2 = "Montant à régler par les clients pour finaliser la réservation.";
9895
+ const minGuestsReqPaymentDesc$2 = "Si la valeur est fixée à '4', une réservation de 3 personnes ou moins n'aura pas à payer. ";
9896
+ const cancelationPolicyInHoursDesc$2 = "La période d'annulation permettant un remboursement complet avant la réservation. ";
9873
9897
  const paymentsEnabled$2 = "Paiements activés";
9874
9898
  const depositType$2 = "Type d'acompte";
9875
9899
  const amountPerGuest$2 = "Montant par invité";
9876
- const minGuestsReqPayment$2 = "Min. invités nécessitant un paiement";
9900
+ const minGuestsReqPayment$2 = "Nombre min. d'invités nécessitant un paiement";
9877
9901
  const deposit$2 = "Acompte";
9878
- const creditCardGuarantee$2 = "Garantie carte de crédit";
9902
+ const creditCardGuarantee$2 = "Garantie par carte de crédit";
9879
9903
  const disconnectStripeAccount$2 = "Déconnecter le compte Stripe";
9880
9904
  const disconnectStripeAccountDesc$2 = "Êtes-vous sûr de vouloir déconnecter votre compte Stripe ?";
9881
- const enableOnboardingText$2 = "Le restaurant n'est pas en ligne. Une fois que vous avez terminé la configuration et que vous vous sentez prêt, vous pouvez l'activer.";
9882
- const enableLive$2 = "Activer en restaurant";
9905
+ 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. ";
9906
+ const enableLive$2 = "Activer le restaurant";
9883
9907
  const enableLiveConfirmationText$2 = "Êtes-vous sûr de vouloir activer le restaurant ?";
9884
9908
  const widgetConfiguration$2 = "Configuration du widget";
9885
9909
  const openWidget$2 = "Ouvrir le widget";
9886
9910
  const widget$2 = "Widget";
9887
- const maxPartySize$2 = "Définissez le nombre maximum de personnes pouvant réserver.";
9911
+ const maxPartySize$2 = "Nombre maximum de personnes";
9888
9912
  const VENUE_MANAGEMENT$2 = "Gestion des établissements";
9889
9913
  const SLOTGAP$2 = "Intervalle entre réservations";
9890
- const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$2 = "Combien de réservations pouvez-vous recevoir dans un créneau de temps spécifique?";
9891
- const TIMEOFFSETTOMEALTIME_DESC$2 = "Jusqu quelle heure avant la réservation peut-on recevoir une réservation?";
9892
- const SLOTGAP_DESC$2 = "Combien de minutes entre deux réservations souhaitez-vous offrir?";
9893
- const maxPartySize_DESC$2 = "Combien de clients une réservation peut-elle avoir?";
9894
- const OK$2 = "Ok";
9914
+ const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$2 = "Nombre de réservations possibles par créneau horaire";
9915
+ const TIMEOFFSETTOMEALTIME_DESC$2 = "Jusqu’à combien de temps à l’avance un client peut-il réserver ?";
9916
+ const SLOTGAP_DESC$2 = "Combien de minutes souhaitez-vous offrir entre deux réservations ?";
9917
+ const maxPartySize_DESC$2 = "Quelle est la taille maximale du groupe pour une réservation ?";
9918
+ const OK$2 = "OK";
9895
9919
  const UPDATE_IN_PROGRESS$2 = "Mise à jour en cours";
9896
- const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2 = "Nous mettons à jour la configuration du restaurant. Les changements peuvent prendre jusqu {{value}} minutes pour être appliqués.";
9920
+ const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2 = "Nous mettons à jour la configuration du restaurant. Les modifications peuvent prendre jusqu’à {{value}} minutes avant d’être effectives.";
9897
9921
  const ARE_YOU_SURE_DELETE_X_TABLES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} tables?";
9898
9922
  const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} dates spéciales?";
9899
9923
  const ARE_YOU_SURE_DELETE_X_AREAS$2 = "Êtes-vous sûr de vouloir supprimer {{value}} zones?";
9900
9924
  const hideCancellations$2 = "Masquer les annulations";
9901
9925
  const NO_CONNECTED_CHANNELS$2 = "Aucun canal connecté";
9902
9926
  const AVAILABLE_BOOKING_CHANNELS$2 = "Canaux de réservation disponibles";
9903
- const WIDGET_CONFIGURATION_DESC$2 = "Prenez des réservation sur votre site internet grace au code ci-dessous. Fournissez le a votre designer qui l'integrera sans peine a votre site.";
9904
- const CANCEL_BOOKING$2 = "Annulation de réservation";
9927
+ 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. ";
9928
+ const CANCEL_BOOKING$2 = "Annuler la réservation";
9905
9929
  const Today$2 = "Aujourd'hui";
9906
9930
  const Replied$2 = "Répondu";
9907
9931
  const Neutral$2 = "Neutre";
@@ -9912,6 +9936,7 @@ const Year$3 = "Année";
9912
9936
  const Bookings$2 = "Réservations";
9913
9937
  const Covers$2 = "Couverts";
9914
9938
  const NO_AVAILABLE_CHANNELS$2 = "Aucun canal disponible";
9939
+ const select$2 = "Selectionner";
9915
9940
  const fr$1 = {
9916
9941
  errors: errors$2,
9917
9942
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$2,
@@ -10226,7 +10251,7 @@ const fr$1 = {
10226
10251
  NoBookingAvailability: NoBookingAvailability$2,
10227
10252
  NoAvailabilityForPartySize: NoAvailabilityForPartySize$2,
10228
10253
  ADDANEMAIL: ADDANEMAIL$2,
10229
- "Provide at lease one email": "Veuillez fournir au moins une adresse e-mail",
10254
+ "Provide at lease one email": "Merci de fournir au moins une adresse email.",
10230
10255
  SUGGESTREPLY: SUGGESTREPLY$2,
10231
10256
  SHOWTEMPLATES: SHOWTEMPLATES$2,
10232
10257
  NOSHOWRESERVATION: NOSHOWRESERVATION$2,
@@ -10284,7 +10309,7 @@ const fr$1 = {
10284
10309
  MAX_RESERVATIONS_ARRIVAL_PER_SLOT: MAX_RESERVATIONS_ARRIVAL_PER_SLOT$2,
10285
10310
  CANCELED: CANCELED$2,
10286
10311
  COMPLETED: COMPLETED$2,
10287
- "NO-SHOW": "Non honoré",
10312
+ "NO-SHOW": "No-show",
10288
10313
  EMAILS: EMAILS$2,
10289
10314
  EMAILS_DESC: EMAILS_DESC$2,
10290
10315
  NEW_EMAIL: NEW_EMAIL$2,
@@ -10294,7 +10319,7 @@ const fr$1 = {
10294
10319
  StartDate: StartDate$2,
10295
10320
  EndDate: EndDate$2,
10296
10321
  REFERENCE: REFERENCE$2,
10297
- "Type to search ...": "Tapez pour rechercher ...",
10322
+ "Type to search ...": "Tapez pour rechercher...",
10298
10323
  selectSource: selectSource$2,
10299
10324
  selectTime: selectTime$2,
10300
10325
  selectPartySize: selectPartySize$2,
@@ -10309,6 +10334,10 @@ const fr$1 = {
10309
10334
  email: email$3,
10310
10335
  phone: phone$4,
10311
10336
  notes: notes$2,
10337
+ firstTimeCustomer: firstTimeCustomer$2,
10338
+ recurrentCustomer: recurrentCustomer$2,
10339
+ firstVisitMessage: firstVisitMessage$2,
10340
+ previousVisitsMessage: previousVisitsMessage$2,
10312
10341
  STATUS: STATUS$2,
10313
10342
  Reservation: Reservation$2,
10314
10343
  "Text message": "Message texte",
@@ -10339,7 +10368,7 @@ const fr$1 = {
10339
10368
  add: add$5,
10340
10369
  "Successfully Updated": "Mise à jour réussie",
10341
10370
  youDontHaveReviewsYet: youDontHaveReviewsYet$2,
10342
- "Search ...": "Rechercher ...",
10371
+ "Search ...": "Chercher...",
10343
10372
  temporarilyClosed: temporarilyClosed$2,
10344
10373
  address: address$2,
10345
10374
  editTheAddressBelowToUpdateYourBingProfile: editTheAddressBelowToUpdateYourBingProfile$2,
@@ -10351,51 +10380,50 @@ const fr$1 = {
10351
10380
  socialLinks: socialLinks$2,
10352
10381
  gettingStarted: gettingStarted$2,
10353
10382
  hello: hello$2,
10354
- "The purpose of Listing and Review is to help you manage your contents and comments from one place.": "L'objectif de Listing and Review est de vous aider à gérer vos contenus et commentaires depuis un seul endroit.",
10355
- "To initiate the service, we will be able to control each step of data synchronisation:": "Pour initier le service, nous pourrons contrôler chaque étape de la synchronisation des données :",
10356
- "Review your information before publishing the information to Google My Business": "Vérifiez vos informations avant de publier les informations sur Google My Business",
10357
- "Push the enhanced data to you Google profile": "Poussez les données améliorées vers votre profil Google",
10383
+ "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. ",
10384
+ "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 : ",
10385
+ "Review your information before publishing the information to Google My Business": "Vérifiez vos informations avant de les publier sur Google.",
10386
+ "Push the enhanced data to you Google profile": "Publiez les nouvelles données sur votre profil Google.",
10358
10387
  "Connect additional channels (Facebook, Bing...)": "Connectez des canaux supplémentaires (Facebook, Bing...)",
10359
- "I don't have a Google My Business account": "Je n'ai pas de compte Google My Business",
10388
+ "I don't have a Google My Business account": "Je n'ai pas de Fiche d'établissement Google",
10360
10389
  "Setup my profile": "Configurer mon profil",
10361
10390
  "Connect with Google": "Se connecter avec Google",
10362
- "Congratulations! You're all setup.": "Félicitations ! Vous êtes entièrement configuré.",
10363
- "Let's connect more channels and start syncing": "Connectons plus de canaux et commençons la synchronisation",
10364
- "Now you can connect additional channels and start managing your content and reviews from one place.": "Maintenant vous pouvez connecter des canaux supplémentaires et commencer à gérer votre contenu et vos avis depuis un seul endroit.",
10391
+ "Congratulations! You're all setup.": "Félicitations ! Votre configuration est terminée avec succès.",
10392
+ "Let's connect more channels and start syncing": "Connectez davantage de canaux et synchronisez-les",
10393
+ "Now you can connect additional channels and start managing your content and reviews from one place.": "Vous pouvez désormais connecter des canaux supplémentaires et gérer votre contenu et vos avis en un seul endroit.",
10365
10394
  "Ready!": "Prêt !",
10366
10395
  Close: Close$3,
10367
- "Google Business Profile": "Profil Google Business",
10396
+ "Google Business Profile": "Fiche d'établissement Google",
10368
10397
  publishing: publishing$2,
10369
10398
  success: success$4,
10370
10399
  pending: pending$2,
10371
10400
  error: error$5,
10372
- "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Veuillez noter que vos canaux connectés peuvent prendre jusqu 24h pour être mis à jour et que toutes les informations peuvent passer par un processus de révision avant publication.",
10401
+ "Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.": "Veuillez noter que la mise à jour de vos canaux peut prendre jusqu’à 24h, et que toutes les informations peuvent faire l’objet d’un contrôle avant publication.",
10373
10402
  "Interested on Listing&Review?": "Intéressé par Listing&Review ?",
10374
- "Contact your account manager to get more information about how to get a license.": "Contactez votre gestionnaire de compte pour obtenir plus d'informations sur la façon d'obtenir une licence.",
10375
- "Bing will contact you by email or post and provide you with a verification PIN code. Once you get it, please add it below so that your profile can be synchonised.": "Bing vous contactera par e-mail ou par courrier et vous fournira un code PIN de vérification. Une fois que vous l'aurez reçu, veuillez l'ajouter ci-dessous afin que votre profil puisse être synchronisé.",
10376
- "Bing may require verification of the business ownership, and contact you by email or post. Please, enter below the email you want to use for verification purposes with Bing.": "Bing peut exiger la vérification de la propriété de l'entreprise et vous contacter par e-mail ou par courrier. Veuillez saisir ci-dessous l'e-mail que vous souhaitez utiliser à des fins de vérification avec Bing.",
10377
- "Please, enter below the profile url of your tripadvisor.": "Veuillez saisir ci-dessous l'URL du profil de votre Tripadvisor.",
10403
+ "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.",
10404
+ "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.",
10405
+ "Please, enter below the profile url of your tripadvisor.": "Veuillez saisir ci-dessous l'URL de votre profil Tripadvisor.",
10378
10406
  "Select an account": "Sélectionner un compte",
10379
- "Please select an accout that you want to connect to Facebook.": "Veuillez sélectionner un compte que vous souhaitez connecter à Facebook.",
10380
- "Please select an accout that you want to connect to Google": "Veuillez sélectionner un compte que vous souhaitez connecter à Google",
10407
+ "Please select an accout that you want to connect to Facebook.": "Veuillez sélectionner un compte à connecter à Facebook.",
10408
+ "Please select an accout that you want to connect to Google": "Veuillez sélectionner un compte à connecter à Google.",
10381
10409
  loadingAnalytics: loadingAnalytics$2,
10382
10410
  "You don't have a connected Google Account": "Vous n'avez pas de compte Google connecté",
10383
- "The Listing Analytics are coming from the Google Business Profile, so in order to see those stats, please connect your Google My Business profile first.": "Les analyses de listing proviennent du profil Google Business, donc pour voir ces statistiques, veuillez d'abord connecter votre profil Google My Business.",
10384
- "Your Google Business Profile is not Verified": "Votre profil Google Business n'est pas vérifié",
10385
- "The Listing Analytics are coming from the Google Business Profile, in order to see those stats, your Google Business Profile must be Verified.": "Les analyses de listing proviennent du profil Google Business, pour voir ces statistiques, votre profil Google Business doit être vérifié.",
10386
- "Something went wrong": "Quelque chose s'est mal passé",
10411
+ "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.",
10412
+ "Your Google Business Profile is not Verified": "Votre profil d’entreprise Google nest pas vérifié. ",
10413
+ "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.",
10414
+ "Something went wrong": "Une erreur s'est produite",
10387
10415
  "Try refreshing the page. If the error persists, please, contact your provider.": "Essayez de rafraîchir la page. Si l'erreur persiste, veuillez contacter votre fournisseur.",
10388
10416
  Refresh: Refresh$2,
10389
10417
  "Last 7 days analytics": "Analyses des 7 derniers jours",
10390
- "Get a daily report by email to help you keep track of all your activity.": "Recevez un rapport quotidien par e-mail pour vous aider à suivre toute votre activité.",
10391
- "Get an instant email when you receive a negative review so that you can initiate an immediate response to your customer.": "Recevez un e-mail instantané lorsque vous recevez un avis négatif afin de pouvoir initier une réponse immédiate à votre client.",
10392
- "Get all the notifications on these emails.": "Recevez toutes les notifications sur ces e-mails.",
10393
- "Ai prompt for generate reviews.": "Invite IA pour générer des avis.",
10418
+ "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.",
10419
+ "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.",
10420
+ "Get all the notifications on these emails.": "Recevez toutes les notifications sur ces adresses email.",
10421
+ "Ai prompt for generate reviews.": "Utiliser l'IA pour générer des avis.",
10394
10422
  INSERTAGS: INSERTAGS$2,
10395
10423
  loadingListingAnalytics: loadingListingAnalytics$2,
10396
10424
  All: All$2,
10397
- "Choose the Booking creation date range to export. The rest of the filters selected on the page will apply as export criteria.": "Choisissez la plage de dates de création des réservations à exporter. Le reste des filtres sélectionnés sur la page s'appliquera comme critères d'exportation.",
10398
- "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "Vous recevrez bientôt le rapport dans votre boîte e-mail après avoir cliqué sur le bouton 'Exporter les données'.",
10425
+ "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.",
10426
+ "You will receive shortly the report on you email inbox after clicking the 'Export data' button.": "Vous recevrez le rapport par mail, après avoir cliqué sur « Exporter les données ». ",
10399
10427
  confirmationExportExcel: confirmationExportExcel$2,
10400
10428
  PAYMENTS_INTEGRATION: PAYMENTS_INTEGRATION$2,
10401
10429
  PAYMENTS_INTEGRATION_DESC: PAYMENTS_INTEGRATION_DESC$2,
@@ -10454,11 +10482,12 @@ const fr$1 = {
10454
10482
  Negative: Negative$2,
10455
10483
  Period: Period$2,
10456
10484
  Year: Year$3,
10457
- "No options": "Vide",
10485
+ "No options": "Aucune option",
10458
10486
  Bookings: Bookings$2,
10459
10487
  Covers: Covers$2,
10460
- "dd/mm/yyyy": "jj/mm/aaaa",
10461
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$2
10488
+ "dd/mm/yyyy": "JJ/MM/AAAA",
10489
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$2,
10490
+ select: select$2
10462
10491
  };
10463
10492
  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" };
10464
10493
  const SPECIALCLOSINGDATES$1 = "Besondere Schließungstage oder abweichende Öffnungszeiten (besondere Tage, Feiertage, private Veranstaltungen…)";
@@ -10851,6 +10880,10 @@ const lastname$1 = "Nachname";
10851
10880
  const email$2 = "E-Mail";
10852
10881
  const phone$3 = "Telefon";
10853
10882
  const notes$1 = "Notizen";
10883
+ const firstTimeCustomer$1 = "Neukunde";
10884
+ const recurrentCustomer$1 = "Stammkunde";
10885
+ const firstVisitMessage$1 = "Dies ist ihr erster Besuch";
10886
+ const previousVisitsMessage$1 = "Hat {{count}} mal zuvor besucht";
10854
10887
  const STATUS$1 = "Status";
10855
10888
  const Reservation$1 = "Reservierung";
10856
10889
  const Email$1 = "E-Mail";
@@ -10953,6 +10986,7 @@ const Year$2 = "Jahr";
10953
10986
  const Bookings$1 = "Buchungen";
10954
10987
  const Covers$1 = "Covered";
10955
10988
  const NO_AVAILABLE_CHANNELS$1 = "Keine verfügbaren Kanäle";
10989
+ const select$1 = "Auswählen";
10956
10990
  const de$1 = {
10957
10991
  errors: errors$1,
10958
10992
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$1,
@@ -11350,6 +11384,10 @@ const de$1 = {
11350
11384
  email: email$2,
11351
11385
  phone: phone$3,
11352
11386
  notes: notes$1,
11387
+ firstTimeCustomer: firstTimeCustomer$1,
11388
+ recurrentCustomer: recurrentCustomer$1,
11389
+ firstVisitMessage: firstVisitMessage$1,
11390
+ previousVisitsMessage: previousVisitsMessage$1,
11353
11391
  STATUS: STATUS$1,
11354
11392
  Reservation: Reservation$1,
11355
11393
  "Text message": "Textnachricht",
@@ -11499,7 +11537,8 @@ const de$1 = {
11499
11537
  Bookings: Bookings$1,
11500
11538
  Covers: Covers$1,
11501
11539
  "dd/mm/yyyy": "dd/mm/yyyy",
11502
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$1
11540
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$1,
11541
+ select: select$1
11503
11542
  };
11504
11543
  const errors = { "required": "Dit veld is verplicht", "email": "Dit e-mailadres is ongeldig", "phone": "Ongeldig telefoonnummer", "url": "Deze URL is ongeldig" };
11505
11544
  const SPECIALCLOSINGDATES = "Speciale sluitingsdagen of afwijkende openingstijden (feestdagen, evenementen, enz.)";
@@ -11892,6 +11931,10 @@ const lastname = "Achternaam";
11892
11931
  const email$1 = "E-mail";
11893
11932
  const phone$2 = "Telefoon";
11894
11933
  const notes = "Notities";
11934
+ const firstTimeCustomer = "Nieuwe klant";
11935
+ const recurrentCustomer = "Terugkerende klant";
11936
+ const firstVisitMessage = "Dit is hun eerste bezoek";
11937
+ const previousVisitsMessage = "Heeft {{count}} keer eerder bezocht";
11895
11938
  const STATUS = "Status";
11896
11939
  const Reservation = "Reservering";
11897
11940
  const Email = "E-mail";
@@ -11994,6 +12037,7 @@ const Period = "Periode";
11994
12037
  const Year$1 = "Jaar";
11995
12038
  const Bookings = "Reserveringen";
11996
12039
  const Covers = "Covered";
12040
+ const select = "Selecteer";
11997
12041
  const nl$1 = {
11998
12042
  errors,
11999
12043
  SPECIALCLOSINGDATES,
@@ -12391,6 +12435,10 @@ const nl$1 = {
12391
12435
  email: email$1,
12392
12436
  phone: phone$2,
12393
12437
  notes,
12438
+ firstTimeCustomer,
12439
+ recurrentCustomer,
12440
+ firstVisitMessage,
12441
+ previousVisitsMessage,
12394
12442
  STATUS,
12395
12443
  Reservation,
12396
12444
  "Text message": "Tekstbericht",
@@ -12540,7 +12588,8 @@ const nl$1 = {
12540
12588
  "No options": "Geen opties",
12541
12589
  Bookings,
12542
12590
  Covers,
12543
- "dd/mm/yyyy": "dd/mm/yyyy"
12591
+ "dd/mm/yyyy": "dd/mm/yyyy",
12592
+ select
12544
12593
  };
12545
12594
  instance.use(initReactI18next).init({
12546
12595
  // the translations
@@ -29647,8 +29696,8 @@ var getRealWidth = function getRealWidth2(node2) {
29647
29696
  };
29648
29697
  };
29649
29698
  var LoadingIcon = function LoadingIcon2(_ref3) {
29650
- var prefixCls = _ref3.prefixCls, loading = _ref3.loading, existIcon = _ref3.existIcon;
29651
- var visible2 = !!loading;
29699
+ var prefixCls = _ref3.prefixCls, loading2 = _ref3.loading, existIcon = _ref3.existIcon;
29700
+ var visible2 = !!loading2;
29652
29701
  if (existIcon) {
29653
29702
  return /* @__PURE__ */ React__default.createElement("span", {
29654
29703
  className: "".concat(prefixCls, "-loading-icon")
@@ -29744,12 +29793,12 @@ function convertLegacyProps(type4) {
29744
29793
  }
29745
29794
  var InternalButton = function InternalButton2(props, ref) {
29746
29795
  var _classNames;
29747
- var _props$loading = props.loading, loading = _props$loading === void 0 ? false : _props$loading, customizePrefixCls = props.prefixCls, _props$type = props.type, type4 = _props$type === void 0 ? "default" : _props$type, danger2 = props.danger, _props$shape = props.shape, shape = _props$shape === void 0 ? "default" : _props$shape, customizeSize = props.size, customDisabled = props.disabled, className = props.className, children = props.children, icon2 = props.icon, _props$ghost = props.ghost, ghost = _props$ghost === void 0 ? false : _props$ghost, _props$block = props.block, block = _props$block === void 0 ? false : _props$block, _props$htmlType = props.htmlType, htmlType = _props$htmlType === void 0 ? "button" : _props$htmlType, rest = __rest$b(props, ["loading", "prefixCls", "type", "danger", "shape", "size", "disabled", "className", "children", "icon", "ghost", "block", "htmlType"]);
29796
+ var _props$loading = props.loading, loading2 = _props$loading === void 0 ? false : _props$loading, customizePrefixCls = props.prefixCls, _props$type = props.type, type4 = _props$type === void 0 ? "default" : _props$type, danger2 = props.danger, _props$shape = props.shape, shape = _props$shape === void 0 ? "default" : _props$shape, customizeSize = props.size, customDisabled = props.disabled, className = props.className, children = props.children, icon2 = props.icon, _props$ghost = props.ghost, ghost = _props$ghost === void 0 ? false : _props$ghost, _props$block = props.block, block = _props$block === void 0 ? false : _props$block, _props$htmlType = props.htmlType, htmlType = _props$htmlType === void 0 ? "button" : _props$htmlType, rest = __rest$b(props, ["loading", "prefixCls", "type", "danger", "shape", "size", "disabled", "className", "children", "icon", "ghost", "block", "htmlType"]);
29748
29797
  var size = React.useContext(SizeContext);
29749
29798
  var disabled2 = React.useContext(DisabledContext);
29750
29799
  var mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled2;
29751
29800
  var groupSize = React.useContext(GroupSizeContext);
29752
- var _React$useState = React.useState(!!loading), _React$useState2 = _slicedToArray$a(_React$useState, 2), innerLoading = _React$useState2[0], setLoading = _React$useState2[1];
29801
+ var _React$useState = React.useState(!!loading2), _React$useState2 = _slicedToArray$a(_React$useState, 2), innerLoading = _React$useState2[0], setLoading = _React$useState2[1];
29753
29802
  var _React$useState3 = React.useState(false), _React$useState4 = _slicedToArray$a(_React$useState3, 2), hasTwoCNChar = _React$useState4[0], setHasTwoCNChar = _React$useState4[1];
29754
29803
  var _React$useContext = React.useContext(ConfigContext), getPrefixCls = _React$useContext.getPrefixCls, autoInsertSpaceInButton = _React$useContext.autoInsertSpaceInButton, direction = _React$useContext.direction;
29755
29804
  var buttonRef = ref || /* @__PURE__ */ React.createRef();
@@ -29769,7 +29818,7 @@ var InternalButton = function InternalButton2(props, ref) {
29769
29818
  setHasTwoCNChar(false);
29770
29819
  }
29771
29820
  };
29772
- var loadingOrDelay = typeof loading === "boolean" ? loading : (loading === null || loading === void 0 ? void 0 : loading.delay) || true;
29821
+ var loadingOrDelay = typeof loading2 === "boolean" ? loading2 : (loading2 === null || loading2 === void 0 ? void 0 : loading2.delay) || true;
29773
29822
  React.useEffect(function() {
29774
29823
  var delayTimer = null;
29775
29824
  if (typeof loadingOrDelay === "number") {
@@ -35129,7 +35178,7 @@ function isThenable$1(thing) {
35129
35178
  var ActionButton = function ActionButton2(props) {
35130
35179
  var clickedRef = React.useRef(false);
35131
35180
  var ref = React.useRef(null);
35132
- var _useState = useSafeState(false), _useState2 = _slicedToArray$a(_useState, 2), loading = _useState2[0], setLoading = _useState2[1];
35181
+ var _useState = useSafeState(false), _useState2 = _slicedToArray$a(_useState, 2), loading2 = _useState2[0], setLoading = _useState2[1];
35133
35182
  var close3 = props.close;
35134
35183
  var onInternalClose = function onInternalClose2() {
35135
35184
  close3 === null || close3 === void 0 ? void 0 : close3.apply(void 0, arguments);
@@ -35196,7 +35245,7 @@ var ActionButton = function ActionButton2(props) {
35196
35245
  var type4 = props.type, children = props.children, prefixCls = props.prefixCls, buttonProps = props.buttonProps;
35197
35246
  return /* @__PURE__ */ React.createElement(Button$3, _extends$g({}, convertLegacyProps(type4), {
35198
35247
  onClick,
35199
- loading,
35248
+ loading: loading2,
35200
35249
  prefixCls
35201
35250
  }, buttonProps, {
35202
35251
  ref
@@ -44794,6 +44843,34 @@ const Pointer = () => /* @__PURE__ */ jsx$1("svg", {
44794
44843
  });
44795
44844
  const Users$2 = () => {
44796
44845
  };
44846
+ const UserPlus = () => /* @__PURE__ */ jsx$1("svg", {
44847
+ xmlns: "http://www.w3.org/2000/svg",
44848
+ width: "24",
44849
+ height: "24",
44850
+ viewBox: "0 0 24 24",
44851
+ children: /* @__PURE__ */ jsx$1("path", {
44852
+ fill: "none",
44853
+ stroke: "currentColor",
44854
+ strokeLinecap: "round",
44855
+ strokeLinejoin: "round",
44856
+ strokeWidth: "2",
44857
+ 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"
44858
+ })
44859
+ });
44860
+ const UsersPlus = () => /* @__PURE__ */ jsx$1("svg", {
44861
+ xmlns: "http://www.w3.org/2000/svg",
44862
+ width: "24",
44863
+ height: "24",
44864
+ viewBox: "0 0 24 24",
44865
+ children: /* @__PURE__ */ jsx$1("path", {
44866
+ fill: "none",
44867
+ stroke: "currentColor",
44868
+ strokeLinecap: "round",
44869
+ strokeLinejoin: "round",
44870
+ strokeWidth: "2",
44871
+ 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"
44872
+ })
44873
+ });
44797
44874
  const Spinner$1 = () => /* @__PURE__ */ jsxs("svg", {
44798
44875
  xmlns: "http://www.w3.org/2000/svg",
44799
44876
  width: "24",
@@ -46280,7 +46357,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
46280
46357
  Spinner: Spinner$1,
46281
46358
  TrashX,
46282
46359
  Tripadvisor,
46360
+ UserPlus,
46283
46361
  Users: Users$2,
46362
+ UsersPlus,
46284
46363
  apple,
46285
46364
  armChair,
46286
46365
  arrowDown,
@@ -60848,7 +60927,7 @@ const Modal$1 = ({
60848
60927
  children
60849
60928
  });
60850
60929
  };
60851
- const container$q = "_container_ut3y7_1";
60930
+ const container$q = "_container_1rjfx_1";
60852
60931
  const styles$1z = {
60853
60932
  container: container$q
60854
60933
  };
@@ -85564,6 +85643,7 @@ const DatePicker$1 = ({
85564
85643
  const [endDate, setEndDate] = useState(null);
85565
85644
  const [singleDate, setSingleDate] = useState(null);
85566
85645
  const [pickerPosition, setPickerPosition] = useState("left");
85646
+ const [isSelectingNewRange, setIsSelectingNewRange] = useState(false);
85567
85647
  const datePickerRef = useRef(null);
85568
85648
  const pickerContainerRef = useRef(null);
85569
85649
  const activeContainerRef = containerRef || pickerContainerRef;
@@ -85571,6 +85651,19 @@ const DatePicker$1 = ({
85571
85651
  const _locale = isLocaleSupported(lang2) ? lang2 : "en";
85572
85652
  const format3 = getDateFormat(options2.format);
85573
85653
  const isRangeMode = mode !== "single";
85654
+ const filterDate = (date4) => {
85655
+ if (!isRangeMode || !options2.maxDays) {
85656
+ return true;
85657
+ }
85658
+ if (isSelectingNewRange && !startDate) {
85659
+ return true;
85660
+ }
85661
+ if (startDate && isSelectingNewRange) {
85662
+ const daysDiff = hooks(date4).diff(hooks(startDate), "days");
85663
+ return daysDiff >= 0 && daysDiff < options2.maxDays;
85664
+ }
85665
+ return true;
85666
+ };
85574
85667
  useEffect(() => {
85575
85668
  if (show && activeContainerRef.current) {
85576
85669
  const containerRect = activeContainerRef.current.getBoundingClientRect();
@@ -85585,9 +85678,25 @@ const DatePicker$1 = ({
85585
85678
  }, [show, isRangeMode, activeContainerRef]);
85586
85679
  const handleDateChange = (dates) => {
85587
85680
  if (isRangeMode && Array.isArray(dates)) {
85588
- const [start, end] = dates;
85589
- setStartDate(start);
85590
- setEndDate(end);
85681
+ let [start, end] = dates;
85682
+ if (start && start !== startDate) {
85683
+ setIsSelectingNewRange(true);
85684
+ setStartDate(start);
85685
+ setEndDate(null);
85686
+ } else if (start && end && end !== endDate) {
85687
+ if (options2.maxDays) {
85688
+ const maxEndDate = hooks(start).add(options2.maxDays - 1, "days").toDate();
85689
+ if (hooks(end).isAfter(maxEndDate)) {
85690
+ setEndDate(maxEndDate);
85691
+ end = maxEndDate;
85692
+ } else {
85693
+ setEndDate(end);
85694
+ }
85695
+ } else {
85696
+ setEndDate(end);
85697
+ }
85698
+ setIsSelectingNewRange(false);
85699
+ }
85591
85700
  if (start && end) {
85592
85701
  const startFormatted = hooks(start).format(format3);
85593
85702
  const endFormatted = hooks(end).format(format3);
@@ -85682,7 +85791,8 @@ const DatePicker$1 = ({
85682
85791
  monthsShown: isRangeMode ? 2 : 1,
85683
85792
  openToDate: isRangeMode ? startDate ? new Date(startDate.getFullYear(), startDate.getMonth(), 1) : /* @__PURE__ */ new Date() : singleDate ? new Date(singleDate.getFullYear(), singleDate.getMonth(), 1) : /* @__PURE__ */ new Date(),
85684
85793
  calendarStartDay: 1,
85685
- locale: _locale
85794
+ locale: _locale,
85795
+ filterDate
85686
85796
  }), renderShortcuts()]
85687
85797
  });
85688
85798
  };
@@ -85824,7 +85934,43 @@ const Header$3 = ({
85824
85934
  dropdowns: {
85825
85935
  months: true,
85826
85936
  years: true
85827
- }
85937
+ },
85938
+ shortcuts: [{
85939
+ text: t2("Today"),
85940
+ onClick: (picker2) => {
85941
+ const start = hooks().startOf("day").toDate();
85942
+ const end = hooks().endOf("day").toDate();
85943
+ picker2.setDateRange(start, end);
85944
+ }
85945
+ }, {
85946
+ text: t2("This Week"),
85947
+ onClick: (picker2) => {
85948
+ const start = hooks().startOf("week").toDate();
85949
+ const end = hooks().endOf("week").toDate();
85950
+ picker2.setDateRange(start, end);
85951
+ }
85952
+ }, {
85953
+ text: t2("Last Week"),
85954
+ onClick: (picker2) => {
85955
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
85956
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
85957
+ picker2.setDateRange(start, end);
85958
+ }
85959
+ }, {
85960
+ text: t2("This Month"),
85961
+ onClick: (picker2) => {
85962
+ const start = hooks().startOf("month").toDate();
85963
+ const end = hooks().endOf("month").toDate();
85964
+ picker2.setDateRange(start, end);
85965
+ }
85966
+ }, {
85967
+ text: t2("Last Month"),
85968
+ onClick: (picker2) => {
85969
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
85970
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
85971
+ picker2.setDateRange(start, end);
85972
+ }
85973
+ }]
85828
85974
  }
85829
85975
  })
85830
85976
  }), /* @__PURE__ */ jsx$1(Col, {
@@ -92244,7 +92390,43 @@ const Header$2 = ({
92244
92390
  dropdowns: {
92245
92391
  months: true,
92246
92392
  years: true
92247
- }
92393
+ },
92394
+ shortcuts: [{
92395
+ text: t2("Today"),
92396
+ onClick: (picker2) => {
92397
+ const start = hooks().startOf("day").toDate();
92398
+ const end = hooks().endOf("day").toDate();
92399
+ picker2.setDateRange(start, end);
92400
+ }
92401
+ }, {
92402
+ text: t2("This Week"),
92403
+ onClick: (picker2) => {
92404
+ const start = hooks().startOf("week").toDate();
92405
+ const end = hooks().endOf("week").toDate();
92406
+ picker2.setDateRange(start, end);
92407
+ }
92408
+ }, {
92409
+ text: t2("Last Week"),
92410
+ onClick: (picker2) => {
92411
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
92412
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
92413
+ picker2.setDateRange(start, end);
92414
+ }
92415
+ }, {
92416
+ text: t2("This Month"),
92417
+ onClick: (picker2) => {
92418
+ const start = hooks().startOf("month").toDate();
92419
+ const end = hooks().endOf("month").toDate();
92420
+ picker2.setDateRange(start, end);
92421
+ }
92422
+ }, {
92423
+ text: t2("Last Month"),
92424
+ onClick: (picker2) => {
92425
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
92426
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
92427
+ picker2.setDateRange(start, end);
92428
+ }
92429
+ }]
92248
92430
  }
92249
92431
  })
92250
92432
  }), /* @__PURE__ */ jsx$1(Col, {
@@ -115856,7 +116038,7 @@ const StatsCard$1 = ({
115856
116038
  icon: icon2,
115857
116039
  children,
115858
116040
  loadingComparison = false,
115859
- loading = false,
116041
+ loading: loading2 = false,
115860
116042
  loadingValue = false
115861
116043
  }) => {
115862
116044
  const arrow2 = comparison2 > 0 ? /* @__PURE__ */ jsx$1(ArrowUp, {
@@ -115906,7 +116088,7 @@ const StatsCard$1 = ({
115906
116088
  }),
115907
116089
  className: styles$18.container,
115908
116090
  classNameContent: styles$18.content,
115909
- children: !loading ? /* @__PURE__ */ jsxs(React__default.Fragment, {
116091
+ children: !loading2 ? /* @__PURE__ */ jsxs(React__default.Fragment, {
115910
116092
  children: [renderValue(), comparison2 !== 0 && /* @__PURE__ */ jsxs("div", {
115911
116093
  className: classNames$2(styles$18.comparison, {
115912
116094
  [styles$18.success]: comparison2 > 0,
@@ -116257,7 +116439,43 @@ const Header$1 = ({
116257
116439
  dropdowns: {
116258
116440
  months: true,
116259
116441
  years: true
116260
- }
116442
+ },
116443
+ shortcuts: [{
116444
+ text: t2("Today"),
116445
+ onClick: (picker2) => {
116446
+ const start = hooks().startOf("day").toDate();
116447
+ const end = hooks().endOf("day").toDate();
116448
+ picker2.setDateRange(start, end);
116449
+ }
116450
+ }, {
116451
+ text: t2("This Week"),
116452
+ onClick: (picker2) => {
116453
+ const start = hooks().startOf("week").toDate();
116454
+ const end = hooks().endOf("week").toDate();
116455
+ picker2.setDateRange(start, end);
116456
+ }
116457
+ }, {
116458
+ text: t2("Last Week"),
116459
+ onClick: (picker2) => {
116460
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
116461
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
116462
+ picker2.setDateRange(start, end);
116463
+ }
116464
+ }, {
116465
+ text: t2("This Month"),
116466
+ onClick: (picker2) => {
116467
+ const start = hooks().startOf("month").toDate();
116468
+ const end = hooks().endOf("month").toDate();
116469
+ picker2.setDateRange(start, end);
116470
+ }
116471
+ }, {
116472
+ text: t2("Last Month"),
116473
+ onClick: (picker2) => {
116474
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
116475
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
116476
+ picker2.setDateRange(start, end);
116477
+ }
116478
+ }]
116261
116479
  },
116262
116480
  onChange: (v2) => {
116263
116481
  if (!v2 || v2.length < 2) return;
@@ -116733,7 +116951,7 @@ const StatsCard = ({
116733
116951
  icon: icon2,
116734
116952
  children,
116735
116953
  loadingComparison = false,
116736
- loading = false,
116954
+ loading: loading2 = false,
116737
116955
  loadingValue = false
116738
116956
  }) => {
116739
116957
  const arrow2 = comparison2 > 0 ? /* @__PURE__ */ jsx$1(ArrowUp, {
@@ -116782,7 +117000,7 @@ const StatsCard = ({
116782
117000
  }),
116783
117001
  className: styles$14.container,
116784
117002
  classNameContent: styles$14.content,
116785
- children: !loading ? /* @__PURE__ */ jsxs(React__default.Fragment, {
117003
+ children: !loading2 ? /* @__PURE__ */ jsxs(React__default.Fragment, {
116786
117004
  children: [renderValue(), comparison2 !== 0 && /* @__PURE__ */ jsxs("div", {
116787
117005
  className: classNames$2(styles$14.comparison, {
116788
117006
  [styles$14.success]: comparison2 > 0,
@@ -149508,20 +149726,19 @@ const Chart = ({
149508
149726
  fetchBookingData(params2, "creationDate");
149509
149727
  fetchBookingData(params2, "mealDate");
149510
149728
  };
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
- }];
149729
+ const displayStatsOptions = [
149730
+ {
149731
+ value: "day",
149732
+ label: t2("DAY"),
149733
+ isDisabled: totalDays > 60
149734
+ },
149735
+ {
149736
+ value: "week",
149737
+ label: t2("WEEK")
149738
+ }
149739
+ // { value: "month", label: t("MONTH") },
149740
+ // { value: "year", label: t("YEAR") },
149741
+ ];
149525
149742
  const ratioButtons = [{
149526
149743
  value: 1,
149527
149744
  label: t2("CREATIONDATE")
@@ -150010,8 +150227,7 @@ const ToolbarFormFields = ({
150010
150227
  onOpenExportDataModal
150011
150228
  }) => {
150012
150229
  const {
150013
- t: t2,
150014
- i18n
150230
+ t: t2
150015
150231
  } = useTranslation();
150016
150232
  const [showRestaurantsSelector, setShowRestaurantsSelector] = useState(false);
150017
150233
  const [openRestaurantsSelector, setOpenRestaurantsSelector] = useState(false);
@@ -150075,6 +150291,7 @@ const ToolbarFormFields = ({
150075
150291
  setFieldValue("till", end);
150076
150292
  },
150077
150293
  options: {
150294
+ maxDays: 31,
150078
150295
  dropdowns: {
150079
150296
  months: true,
150080
150297
  years: true
@@ -150314,10 +150531,47 @@ const ExportDataModal$1 = ({
150314
150531
  });
150315
150532
  },
150316
150533
  options: {
150534
+ maxDays: 31,
150317
150535
  dropdowns: {
150318
150536
  months: true,
150319
150537
  years: true
150320
- }
150538
+ },
150539
+ shortcuts: [{
150540
+ text: t2("Today"),
150541
+ onClick: (picker2) => {
150542
+ const start = hooks().startOf("day").toDate();
150543
+ const end = hooks().endOf("day").toDate();
150544
+ picker2.setDateRange(start, end);
150545
+ }
150546
+ }, {
150547
+ text: t2("This Week"),
150548
+ onClick: (picker2) => {
150549
+ const start = hooks().startOf("week").toDate();
150550
+ const end = hooks().endOf("week").toDate();
150551
+ picker2.setDateRange(start, end);
150552
+ }
150553
+ }, {
150554
+ text: t2("Last Week"),
150555
+ onClick: (picker2) => {
150556
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
150557
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
150558
+ picker2.setDateRange(start, end);
150559
+ }
150560
+ }, {
150561
+ text: t2("This Month"),
150562
+ onClick: (picker2) => {
150563
+ const start = hooks().startOf("month").toDate();
150564
+ const end = hooks().endOf("month").toDate();
150565
+ picker2.setDateRange(start, end);
150566
+ }
150567
+ }, {
150568
+ text: t2("Last Month"),
150569
+ onClick: (picker2) => {
150570
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
150571
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
150572
+ picker2.setDateRange(start, end);
150573
+ }
150574
+ }]
150321
150575
  }
150322
150576
  }), /* @__PURE__ */ jsxs("div", {
150323
150577
  style: {
@@ -150690,51 +150944,55 @@ const ReservationsAnalytics = ({
150690
150944
  })]
150691
150945
  });
150692
150946
  };
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";
150947
+ const mainWrapper = "_mainWrapper_fujtq_2";
150948
+ const mainConatiner$1 = "_mainConatiner_fujtq_9";
150949
+ const mainTableContainer = "_mainTableContainer_fujtq_20";
150950
+ const mainSidebarContainer = "_mainSidebarContainer_fujtq_28";
150951
+ const sidebarContent = "_sidebarContent_fujtq_36";
150952
+ const sidebarHeader = "_sidebarHeader_fujtq_41";
150953
+ const sidebarMainContent = "_sidebarMainContent_fujtq_46";
150954
+ const sidebarFooter = "_sidebarFooter_fujtq_54";
150955
+ const headerReferece = "_headerReferece_fujtq_59";
150956
+ const sidebarCloseIcon = "_sidebarCloseIcon_fujtq_62";
150957
+ const headerContainer = "_headerContainer_fujtq_125";
150958
+ const searchContainer = "_searchContainer_fujtq_131";
150959
+ const buttonList = "_buttonList_fujtq_142";
150960
+ const buttonItem = "_buttonItem_fujtq_147";
150961
+ const addReservationButton = "_addReservationButton_fujtq_156";
150962
+ const hideCancellationsContainer = "_hideCancellationsContainer_fujtq_165";
150963
+ const customerVisitContainer = "_customerVisitContainer_fujtq_173";
150964
+ const multipleVisits = "_multipleVisits_fujtq_184";
150965
+ const singleVisit = "_singleVisit_fujtq_187";
150966
+ const loading = "_loading_fujtq_190";
150967
+ const tableTopHeader = "_tableTopHeader_fujtq_201";
150968
+ const tableTopHeaderContent = "_tableTopHeaderContent_fujtq_215";
150969
+ const tableTopHeaderContentText = "_tableTopHeaderContentText_fujtq_222";
150970
+ const tableRowContainer = "_tableRowContainer_fujtq_231";
150971
+ const tableRowCard = "_tableRowCard_fujtq_237";
150972
+ const fadeInX = "_fadeInX_fujtq_1";
150973
+ const canceled = "_canceled_fujtq_245";
150974
+ const noData = "_noData_fujtq_248";
150975
+ const tableRowHour = "_tableRowHour_fujtq_255";
150976
+ const tableRowHourText = "_tableRowHourText_fujtq_271";
150977
+ const hours = "_hours_fujtq_279";
150978
+ const tableRowContent = "_tableRowContent_fujtq_285";
150979
+ const rowImage = "_rowImage_fujtq_300";
150980
+ const rowContactContainer = "_rowContactContainer_fujtq_314";
150981
+ const rowContactText = "_rowContactText_fujtq_326";
150982
+ const rowContactPhone = "_rowContactPhone_fujtq_332";
150983
+ const rowSectionContainer = "_rowSectionContainer_fujtq_339";
150984
+ const rowSection = "_rowSection_fujtq_339";
150985
+ const rowSectionText = "_rowSectionText_fujtq_352";
150986
+ const rowSectionSecText = "_rowSectionSecText_fujtq_358";
150987
+ const rowActionButton = "_rowActionButton_fujtq_365";
150988
+ const bookingInfoContainer = "_bookingInfoContainer_fujtq_378";
150989
+ const bookingInfoCardColumn = "_bookingInfoCardColumn_fujtq_383";
150990
+ const bookingInfoCardContainer = "_bookingInfoCardContainer_fujtq_391";
150991
+ const bookingInfoCard = "_bookingInfoCard_fujtq_383";
150992
+ const bookingInfoCardContent = "_bookingInfoCardContent_fujtq_403";
150993
+ const bookingInfoCardTitle = "_bookingInfoCardTitle_fujtq_409";
150994
+ const bookingInfoCardText = "_bookingInfoCardText_fujtq_412";
150995
+ const enableOnboardingContainer = "_enableOnboardingContainer_fujtq_416";
150738
150996
  const styles$f = {
150739
150997
  mainWrapper,
150740
150998
  mainConatiner: mainConatiner$1,
@@ -150746,15 +151004,19 @@ const styles$f = {
150746
151004
  sidebarFooter,
150747
151005
  headerReferece,
150748
151006
  sidebarCloseIcon,
150749
- "mainSidebarContainer--open": "_mainSidebarContainer--open_1dw33_73",
150750
- "mainSidebarContainer--close": "_mainSidebarContainer--close_1dw33_79",
150751
- "sidebarCloseIcon--show": "_sidebarCloseIcon--show_1dw33_87",
151007
+ "mainSidebarContainer--open": "_mainSidebarContainer--open_fujtq_73",
151008
+ "mainSidebarContainer--close": "_mainSidebarContainer--close_fujtq_79",
151009
+ "sidebarCloseIcon--show": "_sidebarCloseIcon--show_fujtq_87",
150752
151010
  headerContainer,
150753
151011
  searchContainer,
150754
151012
  buttonList,
150755
151013
  buttonItem,
150756
151014
  addReservationButton,
150757
151015
  hideCancellationsContainer,
151016
+ customerVisitContainer,
151017
+ multipleVisits,
151018
+ singleVisit,
151019
+ loading,
150758
151020
  tableTopHeader,
150759
151021
  tableTopHeaderContent,
150760
151022
  tableTopHeaderContentText,
@@ -151006,11 +151268,9 @@ const index$9 = ({
151006
151268
  t: t2
151007
151269
  } = useTranslation();
151008
151270
  const {
151009
- showSidebar,
151010
151271
  setShowSidebar
151011
151272
  } = useShowSidebarContext();
151012
151273
  const {
151013
- selectedBooking,
151014
151274
  setSelectedBooking,
151015
151275
  canEdit
151016
151276
  } = useSelectedBookingContext();
@@ -151718,6 +151978,9 @@ const Header = () => {
151718
151978
  className: styles$f.sidebarHeader,
151719
151979
  children: [/* @__PURE__ */ jsx$1("h3", {
151720
151980
  children: t2(selectedBooking ? "UPDATERESERVATION" : "ADDRESERVATION")
151981
+ }), selectedBooking && (selectedBooking == null ? void 0 : selectedBooking.id) && /* @__PURE__ */ jsxs("p", {
151982
+ className: styles$f.headerReferece,
151983
+ children: [t2("REFERENCE"), ": ", (selectedBooking == null ? void 0 : selectedBooking.id) ? selectedBooking.id.slice(-8) : ""]
151721
151984
  }), /* @__PURE__ */ jsx$1(Icon, {
151722
151985
  className: classNames$2(styles$f["sidebarCloseIcon"], showSidebar ? styles$f["sidebarCloseIcon--show"] : ""),
151723
151986
  icon: "close",
@@ -151731,9 +151994,6 @@ const Header = () => {
151731
151994
  marginTop: 15
151732
151995
  },
151733
151996
  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
151997
  })]
151738
151998
  });
151739
151999
  };
@@ -152388,6 +152648,57 @@ const DatePickerField = ({
152388
152648
  })
152389
152649
  });
152390
152650
  };
152651
+ const GetCustomerVisitCount = async ({
152652
+ venue_id,
152653
+ booking_id
152654
+ }) => {
152655
+ const responseData = await instance$1.get(
152656
+ `resbook/venue/${venue_id}/booking/${booking_id}`
152657
+ );
152658
+ return responseData;
152659
+ };
152660
+ const CustomerVisits = ({
152661
+ venueId
152662
+ }) => {
152663
+ const {
152664
+ selectedBooking
152665
+ } = useSelectedBookingContext();
152666
+ const {
152667
+ t: t2
152668
+ } = useTranslation();
152669
+ const {
152670
+ data: visitCountData,
152671
+ isLoading: visitCountLoading
152672
+ } = useFetch((selectedBooking == null ? void 0 : selectedBooking.id) ? GetCustomerVisitCount : () => Promise.resolve(null), {
152673
+ cacheId: `customer-visit-count-${selectedBooking == null ? void 0 : selectedBooking.id}`,
152674
+ venue_id: venueId,
152675
+ booking_id: selectedBooking == null ? void 0 : selectedBooking.id
152676
+ });
152677
+ if (visitCountLoading && selectedBooking) {
152678
+ return /* @__PURE__ */ jsx$1("div", {
152679
+ className: classNames$2(styles$f.customerVisitContainer, styles$f.loading),
152680
+ children: /* @__PURE__ */ jsx$1(Icon, {
152681
+ icon: "Spinner",
152682
+ size: "small"
152683
+ })
152684
+ });
152685
+ }
152686
+ return /* @__PURE__ */ jsx$1(Fragment, {
152687
+ children: selectedBooking && visitCountData && !visitCountLoading && /* @__PURE__ */ jsxs("div", {
152688
+ className: classNames$2(styles$f.customerVisitContainer, visitCountData.customerNumberOfVisits === 1 ? styles$f.singleVisit : styles$f.multipleVisits),
152689
+ children: [/* @__PURE__ */ jsx$1(Icon, {
152690
+ icon: visitCountData.customerNumberOfVisits === 1 ? "UserPlus" : "UsersPlus",
152691
+ size: "small"
152692
+ }), /* @__PURE__ */ jsxs("h4", {
152693
+ children: [visitCountData.customerNumberOfVisits === 1 ? t2("firstTimeCustomer") : t2("recurrentCustomer"), ":"]
152694
+ }), /* @__PURE__ */ jsx$1("h5", {
152695
+ children: visitCountData.customerNumberOfVisits === 1 ? t2("firstVisitMessage") : t2("previousVisitsMessage", {
152696
+ count: (visitCountData == null ? void 0 : visitCountData.customerNumberOfVisits) - 1
152697
+ })
152698
+ })]
152699
+ })
152700
+ });
152701
+ };
152391
152702
  const index$7 = ({
152392
152703
  filtersData,
152393
152704
  venueId
@@ -152417,10 +152728,7 @@ const index$7 = ({
152417
152728
  date: "",
152418
152729
  time: null,
152419
152730
  partySize: null,
152420
- table: {
152421
- value: null,
152422
- label: t2("All")
152423
- },
152731
+ table: null,
152424
152732
  firstName: "",
152425
152733
  lastName: "",
152426
152734
  email: "",
@@ -152538,6 +152846,7 @@ const index$7 = ({
152538
152846
  }
152539
152847
  };
152540
152848
  useEffect(() => {
152849
+ console.log(data2, "data");
152541
152850
  if (data2) {
152542
152851
  const tableOptions2 = data2.map((item2) => {
152543
152852
  var _a2, _b;
@@ -152570,10 +152879,11 @@ const index$7 = ({
152570
152879
  setTimeByDayOptions(filtersData == null ? void 0 : filtersData.hours);
152571
152880
  }
152572
152881
  if ((filtersData == null ? void 0 : filtersData.tables) && !selectedBooking) {
152882
+ console.log(filtersData.tables, "filtersData.tables");
152573
152883
  setTableOptions(filtersData.tables.map((item2) => ({
152574
152884
  value: item2.id,
152575
152885
  label: item2.label
152576
- })));
152886
+ })).filter((item2) => item2.value !== null));
152577
152887
  }
152578
152888
  if (filtersData == null ? void 0 : filtersData.timeZone) {
152579
152889
  setCurrentTimeZone(filtersData.timeZone);
@@ -152691,7 +153001,7 @@ const index$7 = ({
152691
153001
  width: "50%"
152692
153002
  },
152693
153003
  children: /* @__PURE__ */ jsx$1(SelectField, {
152694
- placeholder: t2("selectTime"),
153004
+ placeholder: t2("select"),
152695
153005
  isDisabled: !canEdit,
152696
153006
  control,
152697
153007
  isClearable: true,
@@ -152711,7 +153021,7 @@ const index$7 = ({
152711
153021
  width: "50%"
152712
153022
  },
152713
153023
  children: /* @__PURE__ */ jsx$1(SelectField, {
152714
- placeholder: t2("selectPartySize"),
153024
+ placeholder: t2("select"),
152715
153025
  isDisabled: !canEdit,
152716
153026
  control,
152717
153027
  isClearable: true,
@@ -152725,7 +153035,7 @@ const index$7 = ({
152725
153035
  width: "50%"
152726
153036
  },
152727
153037
  children: /* @__PURE__ */ jsx$1(SelectField, {
152728
- placeholder: t2("selectTable"),
153038
+ placeholder: t2("select"),
152729
153039
  isDisabled: !canEdit,
152730
153040
  control,
152731
153041
  id: "table",
@@ -152768,6 +153078,8 @@ const index$7 = ({
152768
153078
  filled: true
152769
153079
  })
152770
153080
  })]
153081
+ }), /* @__PURE__ */ jsx$1(CustomerVisits, {
153082
+ venueId
152771
153083
  }), /* @__PURE__ */ jsx$1("div", {
152772
153084
  style: {
152773
153085
  width: "100%"
@@ -152775,10 +153087,10 @@ const index$7 = ({
152775
153087
  children: /* @__PURE__ */ jsx$1(TextInputField, {
152776
153088
  disabled: !canEdit,
152777
153089
  control,
152778
- id: "email",
152779
- name: "email",
152780
- label: t2("email"),
152781
- placeholder: t2("email"),
153090
+ id: "phone",
153091
+ name: "phone",
153092
+ label: t2("phone"),
153093
+ placeholder: "+12345678999",
152782
153094
  radius: "md",
152783
153095
  filled: true
152784
153096
  })
@@ -152789,10 +153101,10 @@ const index$7 = ({
152789
153101
  children: /* @__PURE__ */ jsx$1(TextInputField, {
152790
153102
  disabled: !canEdit,
152791
153103
  control,
152792
- id: "phone",
152793
- name: "phone",
152794
- label: t2("phone"),
152795
- placeholder: "+12345678999",
153104
+ id: "email",
153105
+ name: "email",
153106
+ label: t2("email"),
153107
+ placeholder: t2("email"),
152796
153108
  radius: "md",
152797
153109
  filled: true
152798
153110
  })
@@ -193587,7 +193899,43 @@ const ExportDataModal = ({
193587
193899
  dropdowns: {
193588
193900
  months: true,
193589
193901
  years: true
193590
- }
193902
+ },
193903
+ shortcuts: [{
193904
+ text: t2("Today"),
193905
+ onClick: (picker2) => {
193906
+ const start = hooks().startOf("day").toDate();
193907
+ const end = hooks().endOf("day").toDate();
193908
+ picker2.setDateRange(start, end);
193909
+ }
193910
+ }, {
193911
+ text: t2("This Week"),
193912
+ onClick: (picker2) => {
193913
+ const start = hooks().startOf("week").toDate();
193914
+ const end = hooks().endOf("week").toDate();
193915
+ picker2.setDateRange(start, end);
193916
+ }
193917
+ }, {
193918
+ text: t2("Last Week"),
193919
+ onClick: (picker2) => {
193920
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
193921
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
193922
+ picker2.setDateRange(start, end);
193923
+ }
193924
+ }, {
193925
+ text: t2("This Month"),
193926
+ onClick: (picker2) => {
193927
+ const start = hooks().startOf("month").toDate();
193928
+ const end = hooks().endOf("month").toDate();
193929
+ picker2.setDateRange(start, end);
193930
+ }
193931
+ }, {
193932
+ text: t2("Last Month"),
193933
+ onClick: (picker2) => {
193934
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
193935
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
193936
+ picker2.setDateRange(start, end);
193937
+ }
193938
+ }]
193591
193939
  }
193592
193940
  }), /* @__PURE__ */ jsxs("div", {
193593
193941
  style: {