pcm-shared-components 2.0.40 → 2.0.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 (35) hide show
  1. package/README.md +3 -0
  2. package/dist/components/Buttons/DropdownButton/index.js +1 -1
  3. package/dist/components/Buttons/TillButton/index.js +1 -1
  4. package/dist/components/Cards/EventCard/components/OpenEventCardDialog.js +97 -0
  5. package/dist/components/Cards/EventCard/components/OpenEventViewAllImageDialog.js +54 -0
  6. package/dist/components/Cards/EventCard/index.js +101 -0
  7. package/dist/components/Date/{DateRangeCalendar → DatePickerReactStyled/DateCalendar}/css/style.css +5 -0
  8. package/dist/components/Date/DatePickerReactStyled/DateCalendar/index.js +174 -0
  9. package/dist/components/Date/DatePickerReactStyled/DateCalendar/storybook/index.docs.mdx +122 -0
  10. package/dist/components/Date/DatePickerReactStyled/DateCalendar/storybook/index.stories.js +74 -0
  11. package/dist/components/Date/DatePickerReactStyled/DateRangeCalendar/css/style.css +119 -0
  12. package/dist/components/Date/{DateRangeCalendar → DatePickerReactStyled/DateRangeCalendar}/index.js +4 -21
  13. package/dist/components/Date/DatePickerReactStyled/DateRangeCalendar/storybook/index.docs.mdx +122 -0
  14. package/dist/components/Date/DatePickerReactStyled/DateRangeCalendar/storybook/index.stories.js +74 -0
  15. package/dist/components/Date/DatePickerReactStyled/common/theme.js +49 -0
  16. package/dist/components/Date/FancyDate/index.js +28 -0
  17. package/dist/components/Date/PricingCalendar/css/style.css +210 -0
  18. package/dist/components/Date/PricingCalendar/index.js +124 -0
  19. package/dist/components/Dialogs/GenericAppBar/components/GenericAppBarSubMenu.js +0 -1
  20. package/dist/components/Drawing/ImageCanvasDraw/components/Controls.js +0 -1
  21. package/dist/components/Icons/ImageAssets/index.js +61 -0
  22. package/dist/components/Images/HorizontalImageTile/index.js +110 -0
  23. package/dist/components/Images/VerticalImageTile/index.js +55 -0
  24. package/dist/components/Layout/SimpleTab/index.js +1 -3
  25. package/dist/components/Menus/ReusablePopupMenu/index.js +1 -1
  26. package/dist/components/NEW_COMPONENT/index.js +8 -2
  27. package/dist/components/NEW_COMPONENT/storybook/index.stories.js +1 -1
  28. package/dist/components/Platform/PlatformPaymentPlans/index.js +1 -1
  29. package/dist/index.js +9 -2
  30. package/dist/languages/en/translations.json +375 -20
  31. package/dist/languages/es/translations.json +374 -19
  32. package/dist/languages/fr/translations.json +375 -20
  33. package/dist/locals/i18n.js +0 -1
  34. package/dist/styles/tailwind.css +1 -1
  35. package/package.json +9 -8
@@ -53,6 +53,7 @@
53
53
  "billing": "Billing"
54
54
  },
55
55
  "campground_info": {
56
+ "booking_calendar_export_url_info": "This URL allows users to export all reservations, including any blocked reservations and events from online travel agencies (OTAs) like Airbnb. This URL consolidates all the booking information into a single, accessible calendar format that can be imported into various calendar applications, ensuring that users have a comprehensive view of their reservations. For users who need the export URL for a specific lot number, they should navigate to the lot panel, select the lot number, and locate the export URL for that particular lot number.",
56
57
  "campground_info": "Campground Info",
57
58
  "campground_info_address": "Address",
58
59
  "campground_info_cancellation_policy_message": "Campground cancellation policy when your clients are booking online.",
@@ -70,8 +71,15 @@
70
71
  "campground_info_youtube_video_start_seconds": "Youtube video start position in seconds",
71
72
  "campground_info_zip": "Zip / Postal Code",
72
73
  "client_portal_active_description": "This controls access to your online reservation portal. When turned off your clients won't be able to do any online reservations.",
74
+ "client_side_parameters_allow_online_payments": "Allows online reservations to make online payment from the online client portal.",
75
+ "client_side_parameters_google_measurement_id": "Google Measurement ID",
76
+ "client_side_parameters_google_measurement_info": "The Google Analytics Measurement ID, a unique identifier assigned to your booking page, facilitates the collection of crucial data on your clients' activities. This data is invaluable for optimizing your online booking experience, gaining insights into customer behavior, and comprehending various aspects such as cart abandonments. ",
77
+ "client_side_parameters_reservation_deposit": "Online reservation deposit %",
78
+ "client_side_parameters_reservation_deposit_description": "This is the deposit percentage that will be charged for an online reservation. Can be between 0 and 100 percent of the reservation total.",
73
79
  "mute_notifications": "If muted then no sound will be played when new notifications are received.",
74
- "online_client_meta_link": "Online client meta link",
80
+ "online_checkout_waiver": "Online checkout waiver: This is a digital agreement that customers must agree to before completing an online reservation. It explains the terms, policies, and potential risks involved, ensuring transparency and mutual understanding between the customer and the business. By accepting the waiver, customers acknowledge their responsibilities and any liabilities, promoting a secure and informed online transaction experience.\n\n***\n\n**Once the online user accepts the online checkout waiver a personalized copy of this waiver will be:**\n- signed with their name\n- emailed to them \n- and also attached to their reservation.",
81
+ "online_checkout_waiver_title": "Online Checkout Waiver",
82
+ "online_client_meta_link": "Booking page URL",
75
83
  "online_reservation_settings": "Online Campground Settings"
76
84
  },
77
85
  "campground_logo": {
@@ -86,7 +94,7 @@
86
94
  "increment_day_range_needed": "The day range must increment between each variable rates",
87
95
  "number_of_days_before_reservation_start_date_an_online_client_can_cancel": "Days before reservation",
88
96
  "please_enter_valid_range": "Please enter a valid day range.",
89
- "refund_reservation_fee": "Refund the reservation fees when cancelling."
97
+ "refund_reservation_fee": "Do not refund the reservation fees upon cancellation."
90
98
  },
91
99
  "connected_account": {
92
100
  "not_enabled_message": "Your account is not properly configured with Stripe/Online connected accounts. To enable this feature please setup your account."
@@ -195,7 +203,7 @@
195
203
  "classb": "Class B",
196
204
  "classc": "Class C",
197
205
  "cottage": "Cottage",
198
- "fift_wheel_trailer": "Fift Wheel Trailer",
206
+ "fift_wheel_trailer": "Fifth Wheel Trailer",
199
207
  "hybrid_trailer": "Hybrid Trailer",
200
208
  "motorhome": "Motorhome",
201
209
  "none": "None",
@@ -236,7 +244,6 @@
236
244
  },
237
245
  "common": {
238
246
  "app": {
239
- "SKU": "SKU",
240
247
  "abbreviations": {
241
248
  "daily": "D",
242
249
  "monthly": "M",
@@ -256,27 +263,70 @@
256
263
  "add_another": "Add another",
257
264
  "add_new_images": "Add new images",
258
265
  "add_new_map": "Upload a new map",
266
+ "add_new_page": "Add New Page",
259
267
  "add_to_cart": "Add to Cart",
260
268
  "add_to_reservation": "Add to reservation",
261
269
  "adjust_qty_or_remove": "Adjust qty or remove it",
262
270
  "admin": "Admin",
271
+ "air_conditioning": "Air conditioning",
272
+ "allowance": "Allowance",
273
+ "allowance_carryover": "Allowance Carryover",
274
+ "amenities": "Amenities",
263
275
  "amount": "Amount",
276
+ "amps": "Amps",
277
+ "apply": "Apply",
278
+ "arcade_games": "Arcade games",
264
279
  "archived_subscription": "Archived Subscription - No longer available",
265
280
  "arrival_date": "Arrival Date",
281
+ "arrival_departure_time_for_client_view_explanation": "Arrival and departure dates will be displayed on the client’s invoice. If none are specified, the default arrival and departure times defined in the seasonal dates system parameters will be used. Please note that these arrival and departure times are for display purposes only; all reservations will still use the defined arrival and departure times set in the seasonal dates or by the admin.",
282
+ "arrival_departure_time_for_ical_import_explanation": "Overriding the iCal Event Arrival and Departure Dates \n\nThe following will allow you to override the arrival and departure times received from the import URL. This is particularly useful when importing Airbnb events, as they use midnight for both arrival and departure times.",
266
283
  "audit_date": "Audit Date",
267
284
  "audit_logs": "Audit Logs",
268
285
  "audit_username": "Audited User",
286
+ "auto_load_dates": "Auto load next available dates on booking portal",
269
287
  "auto_populate_fields": "Auto Populate Fields",
288
+ "availability": "Availability",
270
289
  "available": "Available",
290
+ "available_on_these_dates": "Available on these dates",
271
291
  "avg": "Avg",
272
292
  "avg_nightly_rate": "Avg nightly rate",
293
+ "baby_bath": "Baby bath",
294
+ "baby_monitor": "Baby monitor",
295
+ "baby_safety_gates": "Baby safety gates",
296
+ "baby_stroller": "Baby stroller",
273
297
  "back": "Back",
298
+ "backyard": "Backyard",
299
+ "baking_sheet": "Baking sheet",
300
+ "bathroom": "Bathroom",
301
+ "bathtub": "Bathtub",
302
+ "batting_cage": "Batting cage",
303
+ "bbq": "BBQ",
304
+ "bbq_utensils": "BBQ utensils",
305
+ "beach_access": "Beach access",
306
+ "beach_essentials": "Beach essentials",
307
+ "bed_linens": "Bed linens",
308
+ "bedroom_and_laundry": "Bedroom and laundry",
274
309
  "below": "Below",
310
+ "bidet": "Bidet",
311
+ "bikes": "Bikes",
275
312
  "bill_summary": "Bill summary",
313
+ "billable_usage": "Billable Usage",
314
+ "billing_notes": "Billing Notes",
315
+ "blender": "Blender",
316
+ "board_games": "Board games",
317
+ "boat_slip": "Boat slip",
276
318
  "body": "Body",
277
319
  "body_placeholder": "Enter your text here...",
278
- "bottom": "bottom",
320
+ "body_soap": "Body soap",
321
+ "book_now": "Book now",
322
+ "books_and_reading_material": "Books and reading material",
323
+ "bottom": "Bottom",
324
+ "bottom_left": "Bottom Left",
325
+ "bottom_right": "Bottom Right",
326
+ "bowling_alley": "Bowling alley",
279
327
  "boxed": "Boxed",
328
+ "bread_maker": "Bread maker",
329
+ "breakfast": "Breakfast",
280
330
  "bulk_update": "Bulk Update",
281
331
  "calendar_view": "Calendar View",
282
332
  "campground_settings": {
@@ -291,50 +341,83 @@
291
341
  "cancellation_fee": "Cancellation Fee",
292
342
  "cancellation_fee_total": "Cancellation Fee Total",
293
343
  "cancellation_policy": "Cancellation Policies",
344
+ "cancelling": "Canceling",
345
+ "carbon_monoxide_alarm": "Carbon monoxide alarm",
294
346
  "cart": "Cart",
295
347
  "cart_empty": "Cart is empty",
296
348
  "cc_expired": "This card has expired",
349
+ "ceiling_fan": "Ceiling fan",
350
+ "cell_coverage": "Cell Coverage",
297
351
  "change_due": "Change due",
298
352
  "change_password_on_logon": "Change Password on Login",
353
+ "changing_table": "Changing table",
299
354
  "charge": "Charge",
355
+ "charge_for_occupants_and_vehicles": "Apply charges for additional occupants and vehicles",
300
356
  "checkout": "Checkout",
357
+ "childrens_bikes": "Childrens bikes",
358
+ "childrens_dinnerware": "Childrens dinnerware",
359
+ "childrens_playroom": "Childrens playroom",
360
+ "cleaning_products": "Cleaning products",
361
+ "cleaning_service_during_stay": "Cleaning service during stay",
301
362
  "clear": "Clear",
302
363
  "click-to-search": "Click to search",
303
364
  "client": "Client",
304
365
  "close": "Close",
305
366
  "close_menu": "Close Menu",
367
+ "clothing_storage": "Clothing storage",
368
+ "coffee": "Coffee",
369
+ "coffee_maker": "Coffee maker",
306
370
  "column_selection": "Columns Selections",
371
+ "conditioner": "Conditioner",
307
372
  "connected": "Connected",
308
373
  "connecting": "Connecting",
374
+ "consumption": "Consumption",
309
375
  "contact_information": "Contact Information",
310
376
  "container": "Partial container",
311
377
  "content": "Content",
312
378
  "continue": "Continue",
379
+ "cooking_basics": "Cooking basics",
380
+ "copied_to_clipboard": "Copied to clipboard",
313
381
  "copy": "Copy",
314
382
  "creation_date": "Creation Date",
315
383
  "critical": "Critical",
316
384
  "current": "Current",
385
+ "current_reading": "Current Reading",
386
+ "current_reading_date": "Current Reading Date",
317
387
  "daily": "Daily",
318
388
  "daily_price": "Daily Price",
319
389
  "date": "Date",
320
390
  "date_created": "Date Created",
321
391
  "date_modified": "Date Modified",
322
392
  "date_printed": "Date Printed",
393
+ "date_selection": "Date Selection",
323
394
  "date_sent": "Date Sent",
324
395
  "day": "Days",
325
396
  "days": "Days",
397
+ "dedicated_workspace": "Dedicated workspace",
326
398
  "default": "Default",
327
399
  "default_value": "Default Value",
328
400
  "delete": "Delete",
329
401
  "departure_date": "Departure Date",
402
+ "deposit_total": "Deposit Total",
330
403
  "description": "Description",
404
+ "dining_table": "Dining table",
331
405
  "discount": "Discount",
332
406
  "discounted": "Discounted",
407
+ "dishes_and_silverware": "Dishes and silverware",
408
+ "dishwasher": "Dishwasher",
333
409
  "display": "Display",
410
+ "displayed_title_online": "Title displayed during online reservation booking.",
334
411
  "documentation": "Documentation",
335
412
  "done": "Done",
413
+ "download": "Download",
414
+ "dryer": "Dryer",
415
+ "drying_rack_for_clothing": "Drying rack for clothing",
336
416
  "edit": "Edit",
337
417
  "edit_payment": "Edit Payment",
418
+ "electric": "Electric",
419
+ "electric_car_charger": "Electric car charger",
420
+ "elevator": "Elevator",
338
421
  "email": "Email",
339
422
  "email_not_sent": "Error Sending",
340
423
  "email_sent": "Email Sent",
@@ -344,55 +427,107 @@
344
427
  "end_date": "End Date",
345
428
  "english": "English",
346
429
  "enlarge": "Enlarge",
430
+ "entertainment": "Entertainment",
347
431
  "error": "Error",
432
+ "essentials": "Essentials",
433
+ "ethernet_connection": "Ethernet connection",
434
+ "event_date": "Event Date",
435
+ "event_page_meta_link": "Event page URL",
436
+ "event_page_name": "Event Page Name",
437
+ "exercise_equipment": "Exercise equipment",
348
438
  "expired": "Expired",
349
439
  "extra": "Extra",
440
+ "extra_pillows_and_blankets": "Extra pillows and blankets",
441
+ "family": "Family",
442
+ "fill_all_cell_warning": "You are about to update all the cells under the doubled clicked drag handler with the same value, are you sure you want to continue!",
350
443
  "filters": "Filters",
351
444
  "find": "Find",
352
445
  "find_client": "Find a Client",
446
+ "fire_extinguisher": "Fire extinguisher",
447
+ "fire_pit": "Fire pit",
448
+ "fireplace_guards": "Fireplace guards",
449
+ "first_aid_kit": "First aid kit",
450
+ "first_meter_reading": "First Reading",
451
+ "first_meter_reading_message": "If you have a previous reading for this meter then enter it here or else leave it empty and only enter the current reading.",
353
452
  "fixed": "Fixed",
354
453
  "flat_rate": "Flat Rate",
355
454
  "folded": "Folded",
356
455
  "footer": "Footer",
357
456
  "form_not_complete": "The form is not completely filled, please review and fill in all required fields.",
457
+ "free_parking_on_premises": "Free parking on premises",
358
458
  "free_remaining": "free credits remaining",
459
+ "free_street_parking": "Free street parking",
460
+ "freezer": "Freezer",
359
461
  "french": "French",
360
462
  "frequency": "Frequency",
361
463
  "from": "From",
362
464
  "full-width": "Full width",
465
+ "game_console": "Game console",
466
+ "gas": "Gas",
363
467
  "gate_numbers": "Gate Numbers",
468
+ "generic_delete_message": "Are you sure you want to delete this item!",
364
469
  "go_to_documentation": "Go to Documentation",
365
470
  "go_to_list": "Go To List",
366
471
  "got_to_list": "Go To List",
367
472
  "grid_view": "Grid View",
473
+ "gym": "Gym",
474
+ "hair_dryer": "Hair dryer",
475
+ "hammock": "Hammock",
476
+ "hangers": "Hangers",
477
+ "heatin_and_cooling": "Heating and cooling",
478
+ "heating": "Heating",
479
+ "high_chair": "High chair",
480
+ "hockey_rink": "Hockey rink",
481
+ "home_safety": "Home safety",
368
482
  "horizontal": "Horizontal",
483
+ "hot_tub": "Hot tub",
484
+ "hot_water": "Hot water",
485
+ "hot_water_kettle": "Hot water kettle",
369
486
  "id": "ID",
370
487
  "in": "In",
371
488
  "in_stock": "In stock",
489
+ "indoor_fireplace": "Indoor fireplace",
372
490
  "info": "Info",
373
491
  "initial_payment": "Initial Payment",
492
+ "internet_and_office": "Internet and office",
493
+ "invalid_date": "Date entered is invalid!",
374
494
  "invalid_value": "Invalid value!",
375
495
  "invoice": "Invoice",
376
496
  "invoice_note": "Invoice Note",
377
497
  "invoice_note_description": "This note will appear on the reservation invoice.",
498
+ "iron": "Iron",
378
499
  "is_active": "Is Active",
379
500
  "is_connected": "Is Connected",
380
501
  "is_default": "Is Default",
381
502
  "items": "Items",
503
+ "kayak": "Kayak",
504
+ "kitchen": "Kitchen",
505
+ "kitchen_and_dining": "Kitchen and dining",
382
506
  "label": "Label",
383
507
  "label_printer_settings": "Label Printer Settings",
508
+ "lake_access": "Lake access",
384
509
  "large": "Large",
510
+ "laser_tag": "Laser tag",
385
511
  "last_500": "Show Last 500",
512
+ "laundromat_nearby": "Laundromat nearby",
386
513
  "layout": "Layout",
387
- "left": "left",
514
+ "left": "Left",
388
515
  "less_information": "Less Information",
516
+ "life_size_games": "Life size games",
389
517
  "line_item": "Line Item",
390
518
  "line_price": "Line Price",
391
519
  "line_price_sub_total": "Line Price Sub Total",
520
+ "listing_not_found": "Listing Not Found",
392
521
  "loading": "Loading...",
393
522
  "loading_preview": "Loading Preview",
523
+ "location_features": "Location features",
524
+ "long_term_stays_allowed": "Long term stays allowed",
525
+ "lot_number_filter": "Lot filter ex: 1,2,3*",
526
+ "lot_number_filter_and_range": "Lot filter ex: 1,2,3* ex: 1 - 10",
527
+ "lot_selection": "Lot Selection",
394
528
  "lot_types": "Lot Types",
395
529
  "lots": "Lots",
530
+ "luggage_drop_off_allowed": "Luggage drop off allowed",
396
531
  "main": "Main",
397
532
  "make_default_payment": "Make default payment",
398
533
  "manager_signature": "Manager Signature",
@@ -400,7 +535,12 @@
400
535
  "map_view": "Map View",
401
536
  "max_of_n": "Max of {{max_amount}}",
402
537
  "medium": "Medium",
538
+ "meter": "Meter",
539
+ "meter_reading_switching_off_carryover": "This will prevent any remaining meter allowance from being carried over to the next reading. Are you sure you want to turn it off!",
403
540
  "metered": "Metered",
541
+ "microwave": "Microwave",
542
+ "mini_fridge": "Mini fridge",
543
+ "mini_golf": "Mini golf",
404
544
  "mode": "Mode",
405
545
  "model": "Model",
406
546
  "month": "Month",
@@ -423,13 +563,16 @@
423
563
  },
424
564
  "more_information": "More Information",
425
565
  "more_settings": "More Settings",
566
+ "mosquito_net": "Mosquito net",
426
567
  "move_down": "Move Down",
427
568
  "move_up": "Move Up",
569
+ "movie_theatre": "Movie theatre",
428
570
  "must_have_admin_rights": "Must have admin rights",
429
571
  "mute": "Mute",
430
572
  "n_selected": "{{rows_selected}} selected",
431
573
  "name": "PitchCamp",
432
574
  "navbar": "Navbar",
575
+ "never": "Never",
433
576
  "new": "New",
434
577
  "new_email": "New Email",
435
578
  "new_value": "New Value",
@@ -437,16 +580,26 @@
437
580
  "night": "Night(s)",
438
581
  "nightly": "Nightly",
439
582
  "nightly_avg": "Nightly avg",
583
+ "nightly_price": "Nightly Price",
584
+ "nightly_rate_overview": "Nightly Rate Overview",
585
+ "nights": "Night(s)",
440
586
  "nights_sold": "Nights sold",
441
587
  "no": "No",
588
+ "no_campground_event_message": "Currently, there are no campground events scheduled. Stay tuned for upcoming events!",
442
589
  "no_client_selected": "No client selected",
443
590
  "no_emails": "No emails",
591
+ "no_event_page_selected": "Please select or add a new event page.",
444
592
  "no_longer_available": "No longer available",
445
593
  "no_lots_adjust_search": "No lots available, try adjusting your search.",
594
+ "no_results_found": "No Results Found",
446
595
  "none": "None",
447
596
  "not_active": "Not Active",
448
597
  "not_connected": "Not Connected",
598
+ "not_visible_on_booking_page": "Not Visible on Booking Page",
599
+ "not_visible_on_event_page": "Not Visible on Event Page",
600
+ "not_visible_online": "Not Visible Online",
449
601
  "notes": "Notes",
602
+ "now": "Now",
450
603
  "number_of_items": "Number of Items",
451
604
  "occupied": "Occupied",
452
605
  "off": "Off",
@@ -457,18 +610,40 @@
457
610
  "on_hold": "On Hold",
458
611
  "on_hold_expiry_date": "On Hold Expiry Date",
459
612
  "online": "Online",
613
+ "online_checkout_display_addons": "Display the product addons",
614
+ "online_checkout_display_occupancy": "Display occupants and vehicles enumeration",
615
+ "online_checkout_display_unit_length": "Display the unit length",
616
+ "online_checkout_display_unit_type": "Display the unit type options",
617
+ "online_checkout_display_vehicle": "Display the vehicle information",
618
+ "online_checkout_options": "Online Checkout Options to Display",
619
+ "online_reservation_vehicles": "Online Vehicles Specified",
460
620
  "online_reservations": "Online Reservations",
461
621
  "open": "Open",
622
+ "open_booking_page": "Open booking page",
462
623
  "options": "Options",
463
624
  "or": "OR",
625
+ "other_people_interested": "Other people are interested",
464
626
  "out": "Out",
465
627
  "out_of_stock": "Out of stock",
628
+ "outdoor": "Outdoor",
629
+ "outdoor_activities": "Outdoor activities",
630
+ "outdoor_dining_area": "Outdoor dining area",
631
+ "outdoor_furniture": "Outdoor furniture",
632
+ "outdoor_kitchen": "Outdoor kitchen",
633
+ "outdoor_playground": "Outdoor playground",
634
+ "outdoor_shower": "Outdoor shower",
635
+ "outlet_guards": "Outlet guards",
636
+ "oven": "Oven",
466
637
  "over": "Over",
467
638
  "over_payment": "Over payment",
468
639
  "overridden": "Overridden",
640
+ "paid_parking_off_premises": "Paid parking off premises",
641
+ "paid_parking_on_premisis": "Paid parking on premises",
642
+ "parking_and_facilities": "Parking and facilities",
469
643
  "partial_refund_abbreviation": "P-Refund",
470
644
  "past_due": "Past due",
471
645
  "past_sales_refund": "Past Sales / Refunds",
646
+ "patio_or_balcony": "Patio or balcony",
472
647
  "pay": "Pay",
473
648
  "pay_now": "Pay now",
474
649
  "payment": "Payment",
@@ -477,18 +652,30 @@
477
652
  "payment_information": "Payment Information",
478
653
  "payment_method_not_complete": "The payment information is not complete.",
479
654
  "payment_policies_not_checked": "Please accept and read the terms and policies before preceding.",
655
+ "people_interested": "People interested",
480
656
  "per_night": "Per Night",
481
657
  "per_reservation": "per reservation",
482
658
  "personal_information": "Personal Information",
659
+ "piano": "Piano",
660
+ "picnic_table": "Picnic table",
483
661
  "pictures": "Pictures",
662
+ "ping_pong_table": "Ping pong table",
663
+ "please_select_a_date_range": "Please select a date range.",
664
+ "pocket_wifi": "Pocket wifi",
665
+ "pool": "Pool",
666
+ "pool_table": "Pool table",
484
667
  "port_number": "Port Number",
668
+ "portable_fans": "Portable fans",
485
669
  "position": "Position",
486
670
  "preview": "Preview",
671
+ "previous_reading": "Previous Reading",
672
+ "previous_reading_date": "Previous Reading Date",
487
673
  "price": "Price",
488
674
  "price_per_unit": "Price Per Unit",
489
675
  "print": "Print",
490
676
  "print_gate_access": "Print Gate Access",
491
677
  "print_grid": "Print Grid",
678
+ "private_entrance": "Private entrance",
492
679
  "processed_by": "Processed By",
493
680
  "products_and_services": "Products & Services",
494
681
  "properties": "Properties",
@@ -496,36 +683,50 @@
496
683
  "qty_previously_refunded": "Qty previously refunded",
497
684
  "qty_sold": "Qty sold",
498
685
  "quantity_sold": "Quantity Sold",
686
+ "rate": "Rate",
687
+ "rate_breakdown": "Rate Breakdown",
499
688
  "raw_value_description": "Please enter a numerical values when entering dollar or percentage amount. ei: enter 15 and not 0.15",
689
+ "read_more": "Read More",
690
+ "readers": "Readers",
500
691
  "reason": "Reason",
501
692
  "receipt": "Receipt",
502
693
  "receipts": "Receipts",
694
+ "record_player": "Record player",
503
695
  "refresh": "Refresh",
696
+ "refrigerator": "Refrigerator",
504
697
  "refund": "Refund",
505
698
  "refund_amount": "Refund Amount",
506
699
  "refund_amount_remaining": "Refund amount remaining",
507
700
  "refund_amount_total": "Refund Amount Total",
508
701
  "refund_policy": "Refund Policies",
509
702
  "refund_total": "Refund Total",
703
+ "remaining_allowance": "Remaining Allowance",
510
704
  "remaining_balance": "Remaining balance",
511
705
  "remove": "Remove",
512
706
  "remove_payment": "Remove Payment",
513
707
  "reoccurring": "Reoccurring",
514
708
  "res_number": "Res #",
515
709
  "resend_email": "Resend Email",
710
+ "reservation": "Reservation",
516
711
  "reservation_are_closed": "Reservations are closed!",
517
712
  "reservation_id": "Reservation ID",
518
713
  "reservation_notes": "Notes about this reservation",
519
714
  "reservation_or_pos_id": "Res or POS ID",
520
715
  "reset": "Reset",
521
716
  "reset_filters": "Reset Filters",
717
+ "resort_access": "Resort access",
522
718
  "restock": "Restock",
523
719
  "return_all": "Return All",
524
720
  "return_qty": "Return Qty",
525
721
  "review_reservation": "Review Reservation",
526
- "right": "right",
722
+ "rice_cooker": "Rice cooker",
723
+ "right": "Right",
724
+ "room_darkening_shades": "Room darkening shades",
725
+ "safe": "Safe",
527
726
  "save": "Save",
727
+ "saved": "Saved",
528
728
  "scan": "Scan",
729
+ "scheduled": "Scheduled",
529
730
  "scrollable-area": "Scrollable area",
530
731
  "sear_for_lot_number": "Lot search ex: 1,2,3*",
531
732
  "search": "Search",
@@ -538,13 +739,17 @@
538
739
  "select": "Select",
539
740
  "select_a_printer": "Select a Printer",
540
741
  "select_all": "Select All",
742
+ "select_an_option": "Please select an option",
541
743
  "send": "Send",
542
744
  "send_email": "Send Email",
543
745
  "send_to_email": "Send by Email",
544
746
  "send_to_kiosk": "Send to Kiosk",
545
747
  "sent_email": "Sent Emails",
546
748
  "sent_email_for_res_number": "Sent emails for reservation: {{res_id}}",
749
+ "services": "Services",
547
750
  "setting": "App settings",
751
+ "shampoo": "Shampoo",
752
+ "shared_sauna": "Shared sauna",
548
753
  "short": "Short",
549
754
  "show": {
550
755
  "last_500": "Show Last 500"
@@ -553,11 +758,18 @@
553
758
  "show_audit_logs": "Show Audit Logs",
554
759
  "show_less": "Show Less",
555
760
  "show_more": "Show More",
761
+ "show_my_reservations": "Show my reservations",
556
762
  "show_reports": "Show Report",
557
763
  "show_unavailable": "Show unavailable results",
764
+ "simgle_level_home": "Single level home",
558
765
  "site_details": "Site Information",
766
+ "skate_ramp": "Skate ramp",
767
+ "ski_in_ski_out": "Ski in ski out",
768
+ "SKU": "SKU",
559
769
  "small": "small",
770
+ "smoke_alarm": "Smoke alarm",
560
771
  "sold_by": "Sold By",
772
+ "sound_system": "Sound system",
561
773
  "spanish": "Spanish",
562
774
  "start_date": "Start Date",
563
775
  "start_today": "Start Today",
@@ -565,47 +777,84 @@
565
777
  "state_id": "State",
566
778
  "static": "Static",
567
779
  "status": "Status",
780
+ "stay_price_overview": "Stay Rate Overview",
781
+ "stay_price_overview_description": "This stay rate overview will help you understand the rate breakdown of a reservation and get an overview of the nightly rates.\n\nSimply select your desired reservation arrival and departure dates. The panel will automatically calculate the rate breakdown and provide a detailed explanation of the costs associated with the selected dates.",
782
+ "stove": "Stove",
568
783
  "style": "Style",
569
784
  "sub_total": "Subtotal",
785
+ "sun_loungers": "Sun loungers",
786
+ "table_corner_guards": "Table corner guards",
570
787
  "tags": "Tags",
571
788
  "tax_group_name": "Tax group name",
572
789
  "terms_and_conditions": "Terms and Conditions",
573
790
  "terms_and_policy": "Terms and Conditions",
574
791
  "theme": "Theme",
792
+ "theme_room": "Theme room",
575
793
  "till": "Till",
794
+ "title": "Title",
576
795
  "to": "To",
796
+ "toaster": "Toaster",
577
797
  "todays_date": "Today's date",
578
798
  "toggle_view": "Toggle View",
579
799
  "toolbar": "Toolbar",
580
- "top": "top",
800
+ "top": "Top",
801
+ "top_left": "Top Left",
802
+ "top_right": "Top Right",
581
803
  "total": "Total",
582
804
  "total_payment": "Total payment",
805
+ "total_usage": "Total Usage",
583
806
  "transaction": "Transaction",
584
807
  "transaction_abbreviation": "TR",
585
808
  "transaction_type": "Transaction Type",
586
809
  "transactions": "Transactions",
810
+ "trash": "Trash",
811
+ "tv": "TV",
587
812
  "type": "Type",
588
813
  "unavailable": "Unavailable",
814
+ "undo": "Undo",
815
+ "unit_of_measure": "Unit of Measure",
589
816
  "unmute": "Unmute",
590
817
  "unselect_all": "Unselect All",
818
+ "uom": {
819
+ "ft3": "ft3",
820
+ "gallons": "Gallon",
821
+ "kwh": "kwh",
822
+ "liters": "Liter",
823
+ "m3": "m3"
824
+ },
591
825
  "update_payment": "Update payment",
592
826
  "update_payment_method": "Update payment method",
593
827
  "upgrade_subscription": "Upgrade your subscription",
594
828
  "upgrade_subscription_slogan": "Get more out of PitchCamp features by upgrading your subscription.",
595
829
  "use_existing_email_templates": "Use an existing email template from the list.",
596
830
  "use_selected_client": "Use Selected Client",
831
+ "use_selected_lots": "Use selected lots",
832
+ "use_selected_lots_message": "{{count}} lot(s) has been selected that contains an assigned meter.",
833
+ "use_system_defaults": "Use system defaults",
597
834
  "user": "User",
598
835
  "user_account_details": "User Account Details",
599
836
  "user_accounts": "User Accounts",
600
837
  "variable_rate": "Variable Rates",
601
838
  "version": "Version",
602
839
  "vertical": "Vertical",
840
+ "view_all_images": "View All Images",
603
841
  "view_all_plans": "View all plans",
842
+ "visible_on_booking_page": "Visible on Booking Page",
843
+ "visible_on_event_page": "Visible on Event Page",
844
+ "visible_online": "Visible Online",
604
845
  "voided_amount": "Voided Amount",
605
846
  "voided_by": "Voided By",
606
847
  "waiting": "Waiting...",
848
+ "waitlist": {
849
+ "edit_waitlist": "Edit Waitlist",
850
+ "new_waitlist": "New Waitlist",
851
+ "stay_waitlist": "Wait Until Date"
852
+ },
607
853
  "waiver": "Waiver",
608
854
  "warning": "Warning",
855
+ "washer": "Washer",
856
+ "water": "Water",
857
+ "waterfront": "Waterfront",
609
858
  "week": "Week",
610
859
  "weekday": "Weekday",
611
860
  "weekdays": {
@@ -626,6 +875,12 @@
626
875
  "second": "Second",
627
876
  "third": "Third"
628
877
  },
878
+ "what_would_you_like_to_do_next": "What would you like to do next?",
879
+ "wifi": "Wifi",
880
+ "window_guards": "Window guards",
881
+ "wine_glasses": "Wine glasses",
882
+ "wrap_around_number": "Wrap Around Number",
883
+ "year_round": "Year Round",
629
884
  "yearly": "Yearly",
630
885
  "yearly_abbreviation": "yr",
631
886
  "yes": "Yes",
@@ -662,12 +917,12 @@
662
917
  "err-0": "Error login out user!",
663
918
  "err-1": "Problems updating user language setting!",
664
919
  "err-2": "Unable to login.",
665
- "err-204": "No data returned!",
666
920
  "err-3": "User already exists!",
667
921
  "err-4": "Error adding new user!",
668
922
  "err-5": "Error updating app settings!",
669
923
  "err-6": "Access not permitted!",
670
924
  "err-7": "Error getting parameters!",
925
+ "err-204": "No data returned!",
671
926
  "err-client-1": "No client data returned!",
672
927
  "err-client-2": "Error saving client information!",
673
928
  "err-client-3": "An error occurred while attempting to save the new client.",
@@ -757,8 +1012,10 @@
757
1012
  "error-paymentintent-1": "An error occurred while processing your payment request, your card was not charged.",
758
1013
  "error-paymentintent-2": "An error occurred while processing your payment!",
759
1014
  "error-paymentintent-3": "An item in your cart is no longer available, please review or remove it from your shopping chart before proceeding. Note: your card has not been charged.",
1015
+ "move_reservation_timeline_item": "Are you sure you want to move this reservation?",
760
1016
  "msg-1": "*Not all option combinations are available",
761
1017
  "msg-2": "Custom scrollbars",
1018
+ "new_account_activation": "Please check your email to activate your account and log in. ",
762
1019
  "payment_past_due": "Your account is past due, please pay all outstanding transactions to reactivate your subscription.",
763
1020
  "stripe_refund_gateway": {
764
1021
  "charge_fully_refunded": "This refund can't be processed on the stripe networks. Because the charge has already been fully refunded! Please login to your Stripe online dashboard for more information. Note: you can still mark the payment as refunded in your systems.",
@@ -1131,6 +1388,21 @@
1131
1388
  "title": "GEO Gate Access",
1132
1389
  "trying_to_open_gate": "Trying to open the gate"
1133
1390
  },
1391
+ "ical": {
1392
+ "add_booking_calendar_sync": "Enable calendar sync",
1393
+ "export_link_description": "Add this link to the other websites.",
1394
+ "export_link_title": "Export URL",
1395
+ "import_link_add": "Add import URL",
1396
+ "import_link_delete_message": "Deleting this import link will result in the removal of any previously imported OTA Calendar events for this lot. Are you sure you want to proceed?",
1397
+ "import_link_description": "Obtain a link from other websites to import their bookings. This will block availabilities for this lot based on the bookings imported from this URL.",
1398
+ "import_link_name": "Calendar name",
1399
+ "import_link_title": "Import URL",
1400
+ "import_link_url": "Other website URL",
1401
+ "last_sync_date": "Last synchronization date",
1402
+ "manual_calendar_sync": "Sync OTA Calendars",
1403
+ "sub_title": "Obtain a link from other websites to import their bookings. This two-way connection will update both calendars when a site is booked, thereby blocking availabilities for this lot based on the bookings imported exported.",
1404
+ "title": "Connect to another website"
1405
+ },
1134
1406
  "kiosk": {
1135
1407
  "dialog": {
1136
1408
  "title": "Select a waiver to send"
@@ -1209,17 +1481,17 @@
1209
1481
  "lot_grid": {
1210
1482
  "bulk_update": "Bulk Update",
1211
1483
  "colors": {
1212
- "#009688": "Persian Green",
1213
1484
  "#00bcd4": "Robin's Egg Blue",
1214
1485
  "#03a9f4": "Cerulean",
1215
- "#2196f3": "Dodger Blue",
1216
1486
  "#3f51b5": "San Marino",
1217
1487
  "#4caf50": "Fruit Salad",
1488
+ "#8bc34a": "Sushi",
1489
+ "#9c27b0": "Seance",
1218
1490
  "#607d8b": "Lynch",
1219
1491
  "#673ab7": "Purple Heart",
1492
+ "#2196f3": "Dodger Blue",
1493
+ "#009688": "Persian Green",
1220
1494
  "#795548": "Roman Coffee",
1221
- "#8bc34a": "Sushi",
1222
- "#9c27b0": "Seance",
1223
1495
  "#cddc39": "Pear",
1224
1496
  "#e91e63": "Amaranth",
1225
1497
  "#f44336": "Pomegranate",
@@ -1236,6 +1508,7 @@
1236
1508
  "new_lot": "New lot"
1237
1509
  },
1238
1510
  "header": {
1511
+ "assigned_meters": "Assigned Meters",
1239
1512
  "available_online": "Available Online",
1240
1513
  "bathroom": "Bathrooms",
1241
1514
  "bed": "Beds",
@@ -1253,7 +1526,9 @@
1253
1526
  "marker_font_size": "Marker Font Size",
1254
1527
  "marker_radius": "Marker radius",
1255
1528
  "max_occupant": "Max Occupants",
1529
+ "max_vehicle": "Max Vehicles",
1256
1530
  "note": "Note",
1531
+ "online_availability": "Online Availability",
1257
1532
  "pictures_qty": "Number of pictures",
1258
1533
  "using_scheduled_price": "Using Scheduled Price",
1259
1534
  "util_electricity": "Electricity",
@@ -1392,9 +1667,34 @@
1392
1667
  "user_account": "User Accounts"
1393
1668
  }
1394
1669
  },
1670
+ "meter": {
1671
+ "allowance_carryover_reasons": {
1672
+ "from_a_previous_reading": "From a previous meter reading",
1673
+ "from_meter_allowance": "From meter allowance",
1674
+ "from_remaining_client_allowance": "From a past reservation (Same Client)"
1675
+ },
1676
+ "filter": {
1677
+ "date_selection_description": "Select the time period for witch you wish to create the reading for. Meter readings are billed to a reservation therefor, this will limit the number of reservations for each meter readings.",
1678
+ "lot_reading_selection_description": "Select the lots you wish to view past readings for.",
1679
+ "lot_selection_description": "Select the lots which you want to create a batch reading for. Note: the lots must have an assigned meter else they won't be included.",
1680
+ "reading_date_selection_description": "Select the time period of the readings you wish to view."
1681
+ },
1682
+ "meter_reading_dates": "Reading Dates",
1683
+ "meter_reading_delete_message": "Are you sure you want to delete this meter reading.",
1684
+ "meter_reading_selection": "Meter Reading Selection",
1685
+ "meter_reading_undo_message": "Are you sure you want to undo changes made to this meter reading.",
1686
+ "meter_reading_undo_message (2)": "You are about to undo this meter reading. Are you sure you want to continue!",
1687
+ "meter_readings": "Meter Readings",
1688
+ "meter_usage_range_warning_message": "Possible error detected. Double check your meter readings if they are correct simply ignore this warning.",
1689
+ "multiple_meter_add_selection": "There are multiple meters assigned to this lot, please select the meter you want to add a reading .",
1690
+ "name": "Meter Name",
1691
+ "please_enter_a_meter_reading": "Please enter a meter reading"
1692
+ },
1395
1693
  "nav_menu": {
1396
1694
  "children": {
1695
+ "campground_events": "Campground Events",
1397
1696
  "campground_settings": "Campground Settings",
1697
+ "campground_waitlist": "Waitlist",
1398
1698
  "client": "Clients",
1399
1699
  "date_brownout": "Date Brownouts",
1400
1700
  "email_app": "Emails",
@@ -1405,6 +1705,9 @@
1405
1705
  "kiosk_picker": "Kiosk",
1406
1706
  "lot": "Lots",
1407
1707
  "map_editor": "Map Editor",
1708
+ "meter_bulk_reading": "Bulk Reading",
1709
+ "meter_past_reading": "Past Reading",
1710
+ "meters": "Meter Configuration",
1408
1711
  "pos": "POS",
1409
1712
  "products_inventory": "Product Inventory",
1410
1713
  "rate": "Rates",
@@ -1425,6 +1728,7 @@
1425
1728
  "campground": "Campground",
1426
1729
  "configurations": "Config",
1427
1730
  "gates": "Gates",
1731
+ "meters": "Meters",
1428
1732
  "reports": "Reports"
1429
1733
  }
1430
1734
  },
@@ -1466,6 +1770,7 @@
1466
1770
  "payment_more_than_balance_owing_title": "Payment Warning!",
1467
1771
  "payment_successful": "The payment was successfully completed.",
1468
1772
  "select_payment_method": "Select a payment method",
1773
+ "stripe_payment_method_already_selected": "Only one Stripe Payment method can be process at a time. Please use the existing payment method or remove it.",
1469
1774
  "transaction_total": "Total: {{total}}",
1470
1775
  "void_payment_title": "Void Payment!",
1471
1776
  "void_payment_warning": "Your are about to void this payment. This process is non reversible, are you sure you would like to continue."
@@ -1486,10 +1791,11 @@
1486
1791
  "downgrade_messages": {
1487
1792
  "downgrading_to_free_plan_prematurely": "You must wait till the end of the billing cycle before being able to downgrade to the free plan.",
1488
1793
  "from_plan_type_2_to_1": "- All date brownouts will be deactivated.\n- All users except the current user will be deactivated.\n- Any reservation tags will be deleted.\n- All custom lot types will be reverted to their defaults.\n- Lot images will no longer be displayed on the client portal.\n- You will no longer have access to reservation add-ons.",
1489
- "from_plan_type_3_to_2": "- All waivers will be deactivated.\n- All gate access numbers will be deactivated.\n- All lot driving directions will be deactivated.\n- All lot popup notifications will be deactivated",
1794
+ "from_plan_type_3_to_2": "- All waivers will be deactivated.\n- All gate access numbers will be deactivated.\n- All lot driving directions will be deactivated.\n- All lot popup notifications will be deactivated.\n- All campground events will be deactivated.",
1490
1795
  "title": "Downgrading your plan will result in the following changes made to your account."
1491
1796
  },
1492
1797
  "feature_names": {
1798
+ "campground_events_menu": "Campground Events Promotion",
1493
1799
  "campgrounda_settings_menu": "Online Reservations",
1494
1800
  "client_menu": "Client Management",
1495
1801
  "date_brownout_menu": "Date Brownouts Management",
@@ -1500,11 +1806,13 @@
1500
1806
  "import_waivers": "Import and Upload Waivers",
1501
1807
  "kiosk_menu": "Kiosk",
1502
1808
  "lot_driving_direction": "Lot Driving Directions",
1809
+ "lot_ical_calendar_sync": "Booking Calendar Sync (OTA)",
1503
1810
  "lot_images": "Upload Lot Images",
1504
1811
  "lot_menu": "Lot Management",
1505
1812
  "lot_popup_notification": "Lot Maintenance Notifications",
1506
1813
  "lot_type_customization": "Custom Lot Types",
1507
1814
  "map_editor_menu": "Map Editor",
1815
+ "meters_menu": "Meter Readings",
1508
1816
  "occupants_vehicles_pricing_menu": "Occupants & Vehicles Management",
1509
1817
  "pos_menu": "POS",
1510
1818
  "product_inventory_menu": "Product Inventory",
@@ -1523,7 +1831,7 @@
1523
1831
  "user_account_menu": "Multiple Users",
1524
1832
  "waiver_menu": "Waivers / Digital Signatures Management"
1525
1833
  },
1526
- "grandfathered_plan": "Your campground is on a grandfathered plan. Therefore you cannot switch plan. ",
1834
+ "grandfathered_plan": "Your campground is on a free trial plan. Therefore you cannot switch plan until your trial is over. ",
1527
1835
  "monthly_plans": "Monthly Plans",
1528
1836
  "no_access": "Your current plan doesn't include this feature. ",
1529
1837
  "plan_selection_title": "Subscription Selection",
@@ -1559,7 +1867,7 @@
1559
1867
  "title": "Column Selection"
1560
1868
  },
1561
1869
  "print_preview": {
1562
- "sub_title": "Note: the preview area below only shows the first 100 rows. Also, grid formatting once printed will vary slightly.",
1870
+ "sub_title": "Note: grid formatting once printed will vary slightly.",
1563
1871
  "title": "PitchCamp Reservation Grid (Number of Rows {{count}})"
1564
1872
  },
1565
1873
  "report_settings": {
@@ -1570,6 +1878,13 @@
1570
1878
  "title": "Report Settings"
1571
1879
  }
1572
1880
  },
1881
+ "privileges": {
1882
+ "children": {
1883
+ "add_meter_reading": "Add Meter Reading",
1884
+ "edit_meter_reading": "Edit Meter Reading",
1885
+ "override_meter_reading_total": "Override Meter Reading Total"
1886
+ }
1887
+ },
1573
1888
  "product": {
1574
1889
  "header": {
1575
1890
  "initial_quantity": "Initial Qty",
@@ -1591,7 +1906,7 @@
1591
1906
  "new_product_category": "Adding New Category",
1592
1907
  "pick_an_icon": "Select an icon from the list below.",
1593
1908
  "product_category_name_empty": "Category name can't be empty",
1594
- "product_category_name_in_use": "This category name already exists, please select a differnet one."
1909
+ "product_category_name_in_use": "This category name already exists, please select a different one."
1595
1910
  },
1596
1911
  "field": {
1597
1912
  "clear_icon": "Clear Icon",
@@ -1735,6 +2050,9 @@
1735
2050
  "title": "Dates Selection"
1736
2051
  },
1737
2052
  "lot_availability": {
2053
+ "booked_nights": "Booked nights",
2054
+ "booked_nights_out_of": "Selected nights",
2055
+ "booked_percentage": "Booked percentage",
1738
2056
  "is_available": "Available",
1739
2057
  "lot_type": "Lot Type",
1740
2058
  "report_description": "Shows the lots availability based on the dates selected. \n***\n- If the lots have an active reservation overlapping the selected dates then the lot is marked as **unavailable**.\n***\n- If there are no active reservations between the selected dates then the lots are marked as **available**.",
@@ -1800,6 +2118,7 @@
1800
2118
  "sum_camping_rate_amount": "Camping Rate",
1801
2119
  "sum_camping_rate_total": "Camping Rate Total",
1802
2120
  "sum_discount_total": "Discount Total",
2121
+ "sum_meter_reading_total": "Meter Total",
1803
2122
  "sum_occupant_amount": "Occu... Vehicle Total",
1804
2123
  "sum_other_total": "Other Total",
1805
2124
  "sum_overpayment_total": "Over Payment Total",
@@ -1840,6 +2159,14 @@
1840
2159
  },
1841
2160
  "show_all_reports": {
1842
2161
  "title": "Show All Reports"
2162
+ },
2163
+ "unassigned_gate_access": {
2164
+ "access_date": "Access Date",
2165
+ "description": "The \"Unassigned Gate Access\" report shows gate numbers used to open gates that aren't assigned to any user, along with the number of times each gate was opened.",
2166
+ "gate_access_granted": "Access Granted",
2167
+ "gate_note": "Note",
2168
+ "gate_number": "Gate Number",
2169
+ "title": "Unassigned Gate Access"
1843
2170
  }
1844
2171
  },
1845
2172
  "reservation_addons": {
@@ -1909,6 +2236,7 @@
1909
2236
  "discount_total": "Discount Total",
1910
2237
  "discount_type_amount": "Discount Amount",
1911
2238
  "fee": "Fees Total",
2239
+ "meter_reading_total": "Meter Total",
1912
2240
  "occupant_amount": "Occupant/Vehicle Total",
1913
2241
  "other_amount": "Other Charges",
1914
2242
  "payment_total": "Payment Total",
@@ -2041,6 +2369,8 @@
2041
2369
  },
2042
2370
  "transaction_status": {
2043
2371
  "active": "Active",
2372
+ "blocked_ical_event": "OTA Booking",
2373
+ "blocked_reservation": "Blocked",
2044
2374
  "cancelled": "Cancelled",
2045
2375
  "completed": "Completed",
2046
2376
  "expired": "Expired",
@@ -2059,7 +2389,8 @@
2059
2389
  "lot_conflict_cant_edit": "Can't save your changes because it would conflict with another cart item.",
2060
2390
  "lot_no_longer_available_with_selected_dates": "The selected lot is no longer available with the selected dates.",
2061
2391
  "lot_removed_du_to_conflict": "The selected dates conflict with another reservation, please select a new lot number.",
2062
- "max_cart_item_reached": "The maximum number of allowed cart items have been reached."
2392
+ "max_cart_item_reached": "The maximum number of allowed cart items have been reached.",
2393
+ "new_blocked_reservation": "Blocked reservations allow you to block a lot for a specified time range. Blocked reservations are not metered, meaning they do not count toward your subscription."
2063
2394
  },
2064
2395
  "reservation": {
2065
2396
  "arrival_date": "From",
@@ -2074,6 +2405,7 @@
2074
2405
  "step_6": "Reservation review"
2075
2406
  },
2076
2407
  "title": {
2408
+ "new_blocked_reservation": "New Blocked Reservation",
2077
2409
  "new_reservation": "New Reservation",
2078
2410
  "reservation_productservices_addons": "Product Services / Reservation Add-ons"
2079
2411
  },
@@ -2306,6 +2638,21 @@
2306
2638
  "support_phone": "Support Phone Number",
2307
2639
  "title": "Stripe Account Onboarding"
2308
2640
  },
2641
+ "terminal": {
2642
+ "add_location": "Add New Location",
2643
+ "all_locations": "All Locations",
2644
+ "edit_location": "Edit Location",
2645
+ "edit_reader": "Edit Reader",
2646
+ "location_name": "Location Name",
2647
+ "new_location": "New Location",
2648
+ "no_locations": "No locations",
2649
+ "no_readers": "No readers",
2650
+ "reader_name": "Reader Name",
2651
+ "refund_message": "This payment was made using a Terminal Reader. Please select a Terminal Reader to process and complete the refund directly from it.",
2652
+ "register_code": "Registration Code",
2653
+ "register_reader": "Register New Reader",
2654
+ "stripe_terminal": "Stripe Terminal"
2655
+ },
2309
2656
  "update_onboard_client_button": "Update Onboarded Info"
2310
2657
  },
2311
2658
  "tags": {
@@ -2438,6 +2785,8 @@
2438
2785
  },
2439
2786
  "user_account": {
2440
2787
  "create_user_account": "Create New User",
2788
+ "feature_privileges": "Feature Privileges",
2789
+ "menu_privileges": "Menu Privileges",
2441
2790
  "msg": {
2442
2791
  "admin_notes": "Admin accounts have additional privileges such as Stripe onboarding and user account panel.",
2443
2792
  "delete_success": "User account was deleted successfully!",
@@ -2447,8 +2796,7 @@
2447
2796
  "save_success": "User account was successfully saved.",
2448
2797
  "user_account_added": "The new account was successfully created!"
2449
2798
  },
2450
- "no_user_account_selected": "No user account selected!",
2451
- "privileges": "Privileges"
2799
+ "no_user_account_selected": "No user account selected!"
2452
2800
  },
2453
2801
  "user_settings": {
2454
2802
  "dialog": {
@@ -2480,6 +2828,13 @@
2480
2828
  },
2481
2829
  "user_password": {
2482
2830
  "change_password": "User Password",
2831
+ "conditions": {
2832
+ "length_match": "Must be at least 6 characters",
2833
+ "match_password": "Both passwords must match",
2834
+ "numeric": "At least one number",
2835
+ "special_char": "At least one special character !@#.*_-",
2836
+ "upper_case": "At least one uppercase character"
2837
+ },
2483
2838
  "current_password": "Current Password",
2484
2839
  "msg": {
2485
2840
  "invalid_password": "Invalid password",