Merge pull request #6351 from Sanjaybhattwebkul/add-missing-locale-folder
Enhancement #6327 Done
This commit is contained in:
commit
e539b3103e
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'catalog' => [
|
||||
'products' => [
|
||||
'booking' => 'Booking Information',
|
||||
'booking-type' => 'Booking Type',
|
||||
'default' => 'Default',
|
||||
'appointment-booking' => 'Appointment Booking',
|
||||
'event-booking' => 'Event Booking',
|
||||
'rental-booking' => 'Rental Booking',
|
||||
'table-booking' => 'Table Booking',
|
||||
'slot-duration' => 'Slot Duration (Mins)',
|
||||
'break-time' => 'Break Time b/w Slots (Mins)',
|
||||
'available-every-week' => 'Available Every Week',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'available-from' => 'Available From',
|
||||
'available-to' => 'Available To',
|
||||
'same-slot-all-days' => 'Same Slot All Days',
|
||||
'slot-has-quantity' => 'Slot has Quantity',
|
||||
'slots' => 'Slots',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'qty' => 'Qty',
|
||||
'add-slot' => 'Add Slot',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'renting-type' => 'Renting Type',
|
||||
'daily' => 'Daily Basis',
|
||||
'hourly' => 'Hourly Basis',
|
||||
'daily-hourly' => 'Both (Daily and Hourly Basis)',
|
||||
'daily-price' => 'Daily Price',
|
||||
'hourly-price' => 'Hourly Price',
|
||||
'location' => 'Location',
|
||||
'show-location' => 'Show Location',
|
||||
'event-start-date' => 'Event Start Date',
|
||||
'event-end-date' => 'Event End Date',
|
||||
'tickets' => 'Tickets',
|
||||
'add-ticket' => 'Add Ticket',
|
||||
'name' => 'Name',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'description' => 'Description',
|
||||
'special-price' => 'Special Price',
|
||||
'special-price-from' => 'Valid From',
|
||||
'special-price-to' => 'Valid Until',
|
||||
'charged-per' => 'Charged Per',
|
||||
'guest' => 'Guest',
|
||||
'table' => 'Table',
|
||||
'prevent-scheduling-before' => 'Prevent Scheduling Before',
|
||||
'guest-limit' => 'Guest Limit Per Table',
|
||||
'guest-capacity' => 'Guest Capacity',
|
||||
'type' => 'Type',
|
||||
'many-bookings-for-one-day' => 'Many Bookings for One Day',
|
||||
'one-booking-for-many-days' => 'One Booking for Many Days',
|
||||
'day' => 'Day',
|
||||
'status' => 'Status',
|
||||
'open' => 'Open',
|
||||
'close' => 'Close',
|
||||
'time-error' => 'The to time must be greater than the from time.'
|
||||
]
|
||||
],
|
||||
|
||||
'sales' => [
|
||||
'bookings' => [
|
||||
'title' => 'Bookings',
|
||||
]
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'from' => 'From',
|
||||
'to' => 'To'
|
||||
]
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'products' => [
|
||||
'booking-information' => 'Booking Information',
|
||||
'location' => 'Location',
|
||||
'contact' => 'Contact',
|
||||
'email' => 'Email',
|
||||
'slot-duration' => 'Slot Duration',
|
||||
'slot-duration-in-minutes' => ':minutes Minutes',
|
||||
'today-availability' => 'Today Availability',
|
||||
'slots-for-all-days' => 'Show for all days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'closed' => 'Closed',
|
||||
'book-an-appointment' => 'Book an Appointment',
|
||||
'date' => 'Date',
|
||||
'slot' => 'Slot',
|
||||
'no-slots-available' => 'No slots available',
|
||||
'rent-an-item' => 'Rent an Item',
|
||||
'choose-rent-option' => 'Choose Rent Option',
|
||||
'daily-basis' => 'Daily Basis',
|
||||
'hourly-basis' => 'Hourly Basis',
|
||||
'select-time-slot'=> 'Select time slot',
|
||||
'select-slot' => 'Select Slot',
|
||||
'select-date' => 'Select date',
|
||||
'select-rent-time' => 'Select Rent Time',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'book-a-table' => 'Book a Table',
|
||||
'special-notes' => 'Special Request/Notes',
|
||||
'event-on' => 'Event On',
|
||||
'book-your-ticket' => 'Book Your Ticket',
|
||||
'per-ticket-price' => ':price Per Ticket',
|
||||
'number-of-tickets' => 'Number of Tickets',
|
||||
'total-tickets' => 'Total Tickets',
|
||||
'base-price' => 'Base Price',
|
||||
'total-price' => 'Total Price',
|
||||
'base-price-info' => '(This will be apply to each type of ticket for each quantity)'
|
||||
],
|
||||
|
||||
'cart' => [
|
||||
'renting_type' => 'Rent Type',
|
||||
'daily' => 'Daily',
|
||||
'hourly' => 'Hourly',
|
||||
'event-ticket' => 'Event Ticket',
|
||||
'event-from' => 'Event From',
|
||||
'event-till' => 'Event Till',
|
||||
'rent-type' => 'Rent Type',
|
||||
'rent-from' => 'Rent From',
|
||||
'rent-till' => 'Rent Till',
|
||||
'booking-from' => 'Booking From',
|
||||
'booking-till' => 'Booking Till',
|
||||
'special-note' => 'Special Request/Notes',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
return [
|
||||
'datagrid' => [
|
||||
'actions' => 'Actions',
|
||||
'id' => 'Index columns have value greater than zero only',
|
||||
|
||||
'massaction' => [
|
||||
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
|
||||
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
|
||||
'delete' => 'Do you really want to perform this action?',
|
||||
'edit' => 'Do you really want to edit this :resource?',
|
||||
'delete-category-product' => 'The selected categories contains products. Performing this action will remove the related products. Do you really want to perform this action?',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'multiple-sort-keys-error' => 'Fatal Error! Multiple sort keys found, please resolve the URL manually',
|
||||
'multiple-search-keys-error' => 'Multiple search keys found, please resolve the URL manually',
|
||||
'mapped-keys-error' => 'Mapped key not found. Make sure you have given valid options.',
|
||||
],
|
||||
|
||||
'zero-index' => 'Index columns can have values greater than zero only',
|
||||
'no-records' => 'No Records Found',
|
||||
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
|
||||
'filter-exists' => 'Filter value already exists.',
|
||||
'click_on_action' => 'Do you really want to perform this action?',
|
||||
'search' => 'Search Here...',
|
||||
'search-title' => 'Search',
|
||||
'channel' => 'Channel',
|
||||
'locale' => 'Locale',
|
||||
'customer-group' => 'Customer Group',
|
||||
'filter' => 'Filter',
|
||||
'column' => 'Select Column',
|
||||
'condition' => 'Select Condition',
|
||||
'contains' => 'Contains',
|
||||
'ncontains' => 'Does not contains',
|
||||
'equals' => 'Is Equals to',
|
||||
'nequals' => 'Is Not equals to',
|
||||
'greater' => 'Greater than',
|
||||
'less' => 'Less than',
|
||||
'greatere' => 'Greater than equals to',
|
||||
'lesse' => 'Less than equals to',
|
||||
'value' => 'Select Value',
|
||||
'true' => 'True / Active',
|
||||
'false' => 'False / Inactive',
|
||||
'between' => 'Is between',
|
||||
'apply' => 'Apply',
|
||||
'items-per-page' => 'Items Per Page',
|
||||
'value-here' => 'Value here',
|
||||
'numeric-value-here' => 'Numeric Value here',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'view' => 'View',
|
||||
],
|
||||
];
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'enter-attribute' => 'Enter :attribute',
|
||||
'select-attribute' => 'Select :attribute',
|
||||
];
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
return [
|
||||
'datagrid' => [
|
||||
'actions' => 'Actions',
|
||||
'id' => 'Index columns have value greater than zero only',
|
||||
|
||||
'massaction' => [
|
||||
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
|
||||
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
|
||||
'delete' => 'Do you really want to perform this action?',
|
||||
'edit' => 'Do you really want to edit this :resource?',
|
||||
'delete-category-product' => 'The selected categories contains products. Performing this action will remove the related products. Do you really want to perform this action?',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'multiple-sort-keys-error' => 'Fatal Error! Multiple sort keys found, please resolve the URL manually',
|
||||
'multiple-search-keys-error' => 'Multiple search keys found, please resolve the URL manually',
|
||||
'mapped-keys-error' => 'Mapped key not found. Make sure you have given valid options.',
|
||||
],
|
||||
|
||||
'zero-index' => 'Index columns can have values greater than zero only',
|
||||
'no-records' => 'No Records Found',
|
||||
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
|
||||
'filter-exists' => 'Filter value already exists.',
|
||||
'click_on_action' => 'Do you really want to perform this action?',
|
||||
'search' => 'Search Here...',
|
||||
'search-title' => 'Search',
|
||||
'channel' => 'Channel',
|
||||
'locale' => 'Locale',
|
||||
'customer-group' => 'Customer Group',
|
||||
'filter' => 'Filter',
|
||||
'column' => 'Select Column',
|
||||
'condition' => 'Select Condition',
|
||||
'contains' => 'Contains',
|
||||
'ncontains' => 'Does not contains',
|
||||
'equals' => 'Is Equals to',
|
||||
'nequals' => 'Is Not equals to',
|
||||
'greater' => 'Greater than',
|
||||
'less' => 'Less than',
|
||||
'greatere' => 'Greater than equals to',
|
||||
'lesse' => 'Less than equals to',
|
||||
'value' => 'Select Value',
|
||||
'true' => 'True / Active',
|
||||
'false' => 'False / Inactive',
|
||||
'between' => 'Is between',
|
||||
'apply' => 'Apply',
|
||||
'items-per-page' => 'Items Per Page',
|
||||
'value-here' => 'Value here',
|
||||
'numeric-value-here' => 'Numeric Value here',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'view' => 'View',
|
||||
],
|
||||
];
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'enter-attribute' => 'Enter :attribute',
|
||||
'select-attribute' => 'Select :attribute',
|
||||
];
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
return [
|
||||
'datagrid' => [
|
||||
'actions' => 'Actions',
|
||||
'id' => 'Index columns have value greater than zero only',
|
||||
|
||||
'massaction' => [
|
||||
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
|
||||
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
|
||||
'delete' => 'Do you really want to perform this action?',
|
||||
'edit' => 'Do you really want to edit this :resource?',
|
||||
'delete-category-product' => 'The selected categories contains products. Performing this action will remove the related products. Do you really want to perform this action?',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'multiple-sort-keys-error' => 'Fatal Error! Multiple sort keys found, please resolve the URL manually',
|
||||
'multiple-search-keys-error' => 'Multiple search keys found, please resolve the URL manually',
|
||||
'mapped-keys-error' => 'Mapped key not found. Make sure you have given valid options.',
|
||||
],
|
||||
|
||||
'zero-index' => 'Index columns can have values greater than zero only',
|
||||
'no-records' => 'No Records Found',
|
||||
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
|
||||
'filter-exists' => 'Filter value already exists.',
|
||||
'click_on_action' => 'Do you really want to perform this action?',
|
||||
'search' => 'Search Here...',
|
||||
'search-title' => 'Search',
|
||||
'channel' => 'Channel',
|
||||
'locale' => 'Locale',
|
||||
'customer-group' => 'Customer Group',
|
||||
'filter' => 'Filter',
|
||||
'column' => 'Select Column',
|
||||
'condition' => 'Select Condition',
|
||||
'contains' => 'Contains',
|
||||
'ncontains' => 'Does not contains',
|
||||
'equals' => 'Is Equals to',
|
||||
'nequals' => 'Is Not equals to',
|
||||
'greater' => 'Greater than',
|
||||
'less' => 'Less than',
|
||||
'greatere' => 'Greater than equals to',
|
||||
'lesse' => 'Less than equals to',
|
||||
'value' => 'Select Value',
|
||||
'true' => 'True / Active',
|
||||
'false' => 'False / Inactive',
|
||||
'between' => 'Is between',
|
||||
'apply' => 'Apply',
|
||||
'items-per-page' => 'Items Per Page',
|
||||
'value-here' => 'Value here',
|
||||
'numeric-value-here' => 'Numeric Value here',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'view' => 'View',
|
||||
],
|
||||
];
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'enter-attribute' => 'Enter :attribute',
|
||||
'select-attribute' => 'Select :attribute',
|
||||
];
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
return [
|
||||
'datagrid' => [
|
||||
'actions' => 'Actions',
|
||||
'id' => 'Index columns have value greater than zero only',
|
||||
|
||||
'massaction' => [
|
||||
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
|
||||
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
|
||||
'delete' => 'Do you really want to perform this action?',
|
||||
'edit' => 'Do you really want to edit this :resource?',
|
||||
'delete-category-product' => 'The selected categories contains products. Performing this action will remove the related products. Do you really want to perform this action?',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'multiple-sort-keys-error' => 'Fatal Error! Multiple sort keys found, please resolve the URL manually',
|
||||
'multiple-search-keys-error' => 'Multiple search keys found, please resolve the URL manually',
|
||||
'mapped-keys-error' => 'Mapped key not found. Make sure you have given valid options.',
|
||||
],
|
||||
|
||||
'zero-index' => 'Index columns can have values greater than zero only',
|
||||
'no-records' => 'No Records Found',
|
||||
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
|
||||
'filter-exists' => 'Filter value already exists.',
|
||||
'click_on_action' => 'Do you really want to perform this action?',
|
||||
'search' => 'Search Here...',
|
||||
'search-title' => 'Search',
|
||||
'channel' => 'Channel',
|
||||
'locale' => 'Locale',
|
||||
'customer-group' => 'Customer Group',
|
||||
'filter' => 'Filter',
|
||||
'column' => 'Select Column',
|
||||
'condition' => 'Select Condition',
|
||||
'contains' => 'Contains',
|
||||
'ncontains' => 'Does not contains',
|
||||
'equals' => 'Is Equals to',
|
||||
'nequals' => 'Is Not equals to',
|
||||
'greater' => 'Greater than',
|
||||
'less' => 'Less than',
|
||||
'greatere' => 'Greater than equals to',
|
||||
'lesse' => 'Less than equals to',
|
||||
'value' => 'Select Value',
|
||||
'true' => 'True / Active',
|
||||
'false' => 'False / Inactive',
|
||||
'between' => 'Is between',
|
||||
'apply' => 'Apply',
|
||||
'items-per-page' => 'Items Per Page',
|
||||
'value-here' => 'Value here',
|
||||
'numeric-value-here' => 'Numeric Value here',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'view' => 'View',
|
||||
],
|
||||
];
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'enter-attribute' => 'Enter :attribute',
|
||||
'select-attribute' => 'Select :attribute',
|
||||
];
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
return [
|
||||
'datagrid' => [
|
||||
'actions' => 'Actions',
|
||||
'id' => 'Index columns have value greater than zero only',
|
||||
|
||||
'massaction' => [
|
||||
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
|
||||
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
|
||||
'delete' => 'Do you really want to perform this action?',
|
||||
'edit' => 'Do you really want to edit this :resource?',
|
||||
'delete-category-product' => 'The selected categories contains products. Performing this action will remove the related products. Do you really want to perform this action?',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'multiple-sort-keys-error' => 'Fatal Error! Multiple sort keys found, please resolve the URL manually',
|
||||
'multiple-search-keys-error' => 'Multiple search keys found, please resolve the URL manually',
|
||||
'mapped-keys-error' => 'Mapped key not found. Make sure you have given valid options.',
|
||||
],
|
||||
|
||||
'zero-index' => 'Index columns can have values greater than zero only',
|
||||
'no-records' => 'No Records Found',
|
||||
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
|
||||
'filter-exists' => 'Filter value already exists.',
|
||||
'click_on_action' => 'Do you really want to perform this action?',
|
||||
'search' => 'Search Here...',
|
||||
'search-title' => 'Search',
|
||||
'channel' => 'Channel',
|
||||
'locale' => 'Locale',
|
||||
'customer-group' => 'Customer Group',
|
||||
'filter' => 'Filter',
|
||||
'column' => 'Select Column',
|
||||
'condition' => 'Select Condition',
|
||||
'contains' => 'Contains',
|
||||
'ncontains' => 'Does not contains',
|
||||
'equals' => 'Is Equals to',
|
||||
'nequals' => 'Is Not equals to',
|
||||
'greater' => 'Greater than',
|
||||
'less' => 'Less than',
|
||||
'greatere' => 'Greater than equals to',
|
||||
'lesse' => 'Less than equals to',
|
||||
'value' => 'Select Value',
|
||||
'true' => 'True / Active',
|
||||
'false' => 'False / Inactive',
|
||||
'between' => 'Is between',
|
||||
'apply' => 'Apply',
|
||||
'items-per-page' => 'Items Per Page',
|
||||
'value-here' => 'Value here',
|
||||
'numeric-value-here' => 'Numeric Value here',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'view' => 'View',
|
||||
],
|
||||
];
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'enter-attribute' => 'Enter :attribute',
|
||||
'select-attribute' => 'Select :attribute',
|
||||
];
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
return [
|
||||
'datagrid' => [
|
||||
'actions' => 'Actions',
|
||||
'id' => 'Index columns have value greater than zero only',
|
||||
|
||||
'massaction' => [
|
||||
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
|
||||
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
|
||||
'delete' => 'Do you really want to perform this action?',
|
||||
'edit' => 'Do you really want to edit this :resource?',
|
||||
'delete-category-product' => 'The selected categories contains products. Performing this action will remove the related products. Do you really want to perform this action?',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'multiple-sort-keys-error' => 'Fatal Error! Multiple sort keys found, please resolve the URL manually',
|
||||
'multiple-search-keys-error' => 'Multiple search keys found, please resolve the URL manually',
|
||||
'mapped-keys-error' => 'Mapped key not found. Make sure you have given valid options.',
|
||||
],
|
||||
|
||||
'zero-index' => 'Index columns can have values greater than zero only',
|
||||
'no-records' => 'No Records Found',
|
||||
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
|
||||
'filter-exists' => 'Filter value already exists.',
|
||||
'click_on_action' => 'Do you really want to perform this action?',
|
||||
'search' => 'Search Here...',
|
||||
'search-title' => 'Search',
|
||||
'channel' => 'Channel',
|
||||
'locale' => 'Locale',
|
||||
'customer-group' => 'Customer Group',
|
||||
'filter' => 'Filter',
|
||||
'column' => 'Select Column',
|
||||
'condition' => 'Select Condition',
|
||||
'contains' => 'Contains',
|
||||
'ncontains' => 'Does not contains',
|
||||
'equals' => 'Is Equals to',
|
||||
'nequals' => 'Is Not equals to',
|
||||
'greater' => 'Greater than',
|
||||
'less' => 'Less than',
|
||||
'greatere' => 'Greater than equals to',
|
||||
'lesse' => 'Less than equals to',
|
||||
'value' => 'Select Value',
|
||||
'true' => 'True / Active',
|
||||
'false' => 'False / Inactive',
|
||||
'between' => 'Is between',
|
||||
'apply' => 'Apply',
|
||||
'items-per-page' => 'Items Per Page',
|
||||
'value-here' => 'Value here',
|
||||
'numeric-value-here' => 'Numeric Value here',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'view' => 'View',
|
||||
],
|
||||
];
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'enter-attribute' => 'Enter :attribute',
|
||||
'select-attribute' => 'Select :attribute',
|
||||
];
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
return [
|
||||
'datagrid' => [
|
||||
'actions' => 'Actions',
|
||||
'id' => 'Index columns have value greater than zero only',
|
||||
|
||||
'massaction' => [
|
||||
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
|
||||
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
|
||||
'delete' => 'Do you really want to perform this action?',
|
||||
'edit' => 'Do you really want to edit this :resource?',
|
||||
'delete-category-product' => 'The selected categories contains products. Performing this action will remove the related products. Do you really want to perform this action?',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'multiple-sort-keys-error' => 'Fatal Error! Multiple sort keys found, please resolve the URL manually',
|
||||
'multiple-search-keys-error' => 'Multiple search keys found, please resolve the URL manually',
|
||||
'mapped-keys-error' => 'Mapped key not found. Make sure you have given valid options.',
|
||||
],
|
||||
|
||||
'zero-index' => 'Index columns can have values greater than zero only',
|
||||
'no-records' => 'No Records Found',
|
||||
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
|
||||
'filter-exists' => 'Filter value already exists.',
|
||||
'click_on_action' => 'Do you really want to perform this action?',
|
||||
'search' => 'Search Here...',
|
||||
'search-title' => 'Search',
|
||||
'channel' => 'Channel',
|
||||
'locale' => 'Locale',
|
||||
'customer-group' => 'Customer Group',
|
||||
'filter' => 'Filter',
|
||||
'column' => 'Select Column',
|
||||
'condition' => 'Select Condition',
|
||||
'contains' => 'Contains',
|
||||
'ncontains' => 'Does not contains',
|
||||
'equals' => 'Is Equals to',
|
||||
'nequals' => 'Is Not equals to',
|
||||
'greater' => 'Greater than',
|
||||
'less' => 'Less than',
|
||||
'greatere' => 'Greater than equals to',
|
||||
'lesse' => 'Less than equals to',
|
||||
'value' => 'Select Value',
|
||||
'true' => 'True / Active',
|
||||
'false' => 'False / Inactive',
|
||||
'between' => 'Is between',
|
||||
'apply' => 'Apply',
|
||||
'items-per-page' => 'Items Per Page',
|
||||
'value-here' => 'Value here',
|
||||
'numeric-value-here' => 'Numeric Value here',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'view' => 'View',
|
||||
],
|
||||
];
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'enter-attribute' => 'Enter :attribute',
|
||||
'select-attribute' => 'Select :attribute',
|
||||
];
|
||||
Loading…
Reference in New Issue