| @@ -1,936 +1,1306 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | namespace FluentBooking\App\Services; |
| 4 | 4 | |
| 5 | - | |
| 5 | +/** | |
| 6 | + * Generated by `npm run i18n` from the calls in resources/admin and resources/common | |
| 7 | + * and from resources/admin/i18n.json. Do not edit by hand. | |
| 8 | + */ | |
| 6 | 9 | class TransStrings |
| 7 | 10 | { |
| 8 | - | |
| 9 | 11 | public static function getStrings() |
| 10 | 12 | { |
| 11 | - return array( | |
| 12 | - 'Overview' => __('Overview', 'fluent-booking'), | |
| 13 | - 'Start date' => __('Start date', 'fluent-booking'), | |
| 14 | - 'Start' => __('Start', 'fluent-booking'), | |
| 15 | - 'End date' => __('End date', 'fluent-booking'), | |
| 16 | - 'End' => __('End', 'fluent-booking'), | |
| 17 | - 'Next Meetings' => __('Next Meetings', 'fluent-booking'), | |
| 18 | - 'Next meeting not available' => __('Next meeting not available', 'fluent-booking'), | |
| 19 | - 'Latest Booked Meetings' => __('Latest Booked Meetings', 'fluent-booking'), | |
| 20 | - 'No Latest Booked Event Found' => __('No Latest Booked Event Found', 'fluent-booking'), | |
| 21 | - 'View' => __('View ', 'fluent-booking'), | |
| 22 | - 'Select Date' => __('Select Date', 'fluent-booking'), | |
| 23 | - 'Booking Trends' => __('Booking Trends', 'fluent-booking'), | |
| 24 | - 'Cancel' => __('Cancel', 'fluent-booking'), | |
| 25 | - 'Are you sure to delete this?' => __('Are you sure to delete this?', 'fluent-booking'), | |
| 26 | - 'Confirm' => __('Confirm', 'fluent-booking'), | |
| 27 | - 'General Operators' => __('General Operators', 'fluent-booking'), | |
| 28 | - 'Equal' => __('Equal', 'fluent-booking'), | |
| 29 | - 'equal' => __('equal', 'fluent-booking'), | |
| 30 | - 'not equal' => __('not equal', 'fluent-booking'), | |
| 31 | - 'Not Equal' => __('Not Equal', 'fluent-booking'), | |
| 32 | - 'greater than' => __('greater than', 'fluent-booking'), | |
| 33 | - 'Greater Than' => __('Greater Than', 'fluent-booking'), | |
| 34 | - 'less than' => __('less than', 'fluent-booking'), | |
| 35 | - 'Less Than' => __('Less Than', 'fluent-booking'), | |
| 36 | - 'greater than or equal' => __('greater than or equal', 'fluent-booking'), | |
| 37 | - 'less than or equal' => __('less than or equal', 'fluent-booking'), | |
| 38 | - 'contains' => __('contains', 'fluent-booking'), | |
| 39 | - 'Contains' => __('Contains', 'fluent-booking'), | |
| 40 | - 'do not contains' => __('do not contains', 'fluent-booking'), | |
| 41 | - 'Not Contains' => __('Not Contains', 'fluent-booking'), | |
| 42 | - 'starts with' => __('starts with', 'fluent-booking'), | |
| 43 | - 'Starts With' => __('Starts With', 'fluent-booking'), | |
| 44 | - 'ends with' => __('ends with', 'fluent-booking'), | |
| 45 | - 'Ends With' => __('Ends With', 'fluent-booking'), | |
| 46 | - 'Advanced Operators' => __('Advanced Operators', 'fluent-booking'), | |
| 47 | - 'Equal to Data Length' => __('Equal to Data Length', 'fluent-booking'), | |
| 48 | - 'Less than to Data length' => __('Less than to Data length', 'fluent-booking'), | |
| 49 | - 'Greater than to Data Length' => __('Greater than to Data Length', 'fluent-booking'), | |
| 50 | - 'Regex Match' => __('Regex Match', 'fluent-booking'), | |
| 51 | - 'Enter length in number' => __('Enter length in number', 'fluent-booking'), | |
| 52 | - 'Enter a value' => __('Enter a value', 'fluent-booking'), | |
| 53 | - 'Please enter a keyword' => __('Please enter a keyword', 'fluent-booking'), | |
| 54 | - 'Select' => __('Select', 'fluent-booking'), | |
| 55 | - 'Select Condition' => __('Select Condition', 'fluent-booking'), | |
| 56 | - 'Match any Of' => __('Match any Of', 'fluent-booking'), | |
| 57 | - 'Match all of' => __('Match all of', 'fluent-booking'), | |
| 58 | - 'Match none of' => __('Match none of', 'fluent-booking'), | |
| 59 | - 'Select data source and operator first' => __('Select data source and operator first', 'fluent-booking'), | |
| 60 | - 'Match Type' => __('Match Type', 'fluent-booking'), | |
| 61 | - 'Delete this group' => __('Delete this group', 'fluent-booking'), | |
| 62 | - 'Add Another Conditional Group' => __('Add Another Conditional Group', 'fluent-booking'), | |
| 63 | - 'Search contact' => __('Search contact', 'fluent-booking'), | |
| 64 | - 'Add More' => __('Add More', 'fluent-booking'), | |
| 65 | - 'Meeting Activities' => __('Meeting Activities', 'fluent-booking'), | |
| 66 | - 'No activities has been recorded for this booking' => __('No activities has been recorded for this booking', 'fluent-booking'), | |
| 67 | - 'Availability' => __('Availability', 'fluent-booking'), | |
| 68 | - 'Configure times when you are available for bookings.' => __('Configure times when you are available for bookings.', 'fluent-booking'), | |
| 69 | - 'My Schedules' => __('My Schedules', 'fluent-booking'), | |
| 70 | - 'All Schedules' => __('All Schedules', 'fluent-booking'), | |
| 71 | - 'Always' => __('Always', 'fluent-booking'), | |
| 72 | - 'Add New' => __('Add New', 'fluent-booking'), | |
| 73 | - 'Default' => __('Default', 'fluent-booking'), | |
| 74 | - 'calendar events are using this schedule' => __('calendar events are using this schedule', 'fluent-booking'), | |
| 75 | - 'No events are using this schedule' => __('No events are using this schedule', 'fluent-booking'), | |
| 76 | - 'Set as Default' => __('Set as Default', 'fluent-booking'), | |
| 77 | - 'Duplicate' => __('Duplicate', 'fluent-booking'), | |
| 78 | - 'Clone' => __('Clone', 'fluent-booking'), | |
| 79 | - 'Delete' => __('Delete', 'fluent-booking'), | |
| 80 | - 'No Availability found' => __('No Availability found', 'fluent-booking'), | |
| 81 | - 'Add New Availability Schedule' => __('Add New Availability Schedule', 'fluent-booking'), | |
| 82 | - 'Schedule Title *' => __('Schedule Title *', 'fluent-booking'), | |
| 83 | - 'Select Your Timezone *' => __('Select Your Timezone *', 'fluent-booking'), | |
| 84 | - 'Default schedule' => __('Default schedule', 'fluent-booking'), | |
| 85 | - 'Update' => __('Update', 'fluent-booking'), | |
| 86 | - 'Enter Schedule Title' => __('Enter Schedule Title', 'fluent-booking'), | |
| 87 | - 'edit_schedule_description' => __('Edit the schedule below so that you can apply to your event/booking types', 'fluent-booking'), | |
| 88 | - 'Timezone:' => __('Timezone:', 'fluent-booking'), | |
| 89 | - 'Weekly Hours' => __('Weekly Hours', 'fluent-booking'), | |
| 90 | - 'Add date overrides' => __('Add date overrides', 'fluent-booking'), | |
| 91 | - 'Add Available Times' => __('Add Available Times', 'fluent-booking'), | |
| 92 | - 'Unavailable' => __('Unavailable', 'fluent-booking'), | |
| 93 | - 'Usages List' => __('Usages List', 'fluent-booking'), | |
| 94 | - 'View Event' => __('View Event', 'fluent-booking'), | |
| 95 | - 'Select a Field' => __('Select a Field', 'fluent-booking'), | |
| 96 | - 'Guest Email' => __('Guest Email', 'fluent-booking'), | |
| 97 | - 'Back' => __('Back', 'fluent-booking'), | |
| 98 | - 'Integrations' => __('Integrations', 'fluent-booking'), | |
| 99 | - 'Edit' => __('Edit', 'fluent-booking'), | |
| 100 | - 'or' => __('or', 'fluent-booking'), | |
| 101 | - 'integrations_description' => __('Connect your favourite tools with your booking scheduled, completed or cancelled actions', 'fluent-booking'), | |
| 102 | - 'Add New Integration' => __('Add New Integration', 'fluent-booking'), | |
| 103 | - 'Integration/empty_integrations_title' => __('You haven\'t added any integration feed yet. Add new integration to connect your favourite tools with your calendar', 'fluent-booking'), | |
| 104 | - 'Conditional Logics is a Pro Feature' => __('Conditional Logics is a Pro Feature', 'fluent-booking'), | |
| 105 | - 'Please upgrade to pro to unlock this feature.' => __('Please upgrade to pro to unlock this feature.', 'fluent-booking'), | |
| 106 | - 'Upgrade to Pro' => __('Upgrade to Pro', 'fluent-booking'), | |
| 107 | - 'Interest Group is a Pro Feature' => __('Interest Group is a Pro Feature', 'fluent-booking'), | |
| 108 | - 'This is a Pro Feature' => __('This is a Pro Feature', 'fluent-booking'), | |
| 13 | + return [ | |
| 14 | + '- Administrator (Owner)' => __('- Administrator (Owner)', 'fluent-booking'), | |
| 15 | + '(Required Permission)' => __('(Required Permission)', 'fluent-booking'), | |
| 16 | + '(Will Take Less Than a Minute!)' => __('(Will Take Less Than a Minute!)', 'fluent-booking'), | |
| 17 | + /* translators: %1$s: guest name, %2$s: date and time the booking was made */ | |
| 18 | + '%1$s booked a new meeting at %2$s' => __('%1$s booked a new meeting at %2$s', 'fluent-booking'), | |
| 19 | + /* translators: %1$s: "Reserve spots", %2$s: "hosts" */ | |
| 20 | + '%1$s for a scheduled event with %2$s' => __('%1$s for a scheduled event with %2$s', 'fluent-booking'), | |
| 21 | + /* translators: %1$s: number of guests, %2$s: host name */ | |
| 22 | + '%1$s guests with %2$s as group booking type' => __('%1$s guests with %2$s as group booking type', 'fluent-booking'), | |
| 23 | + /* translators: %1$s: number of guests, %2$s: start date and time */ | |
| 24 | + '%1$s guests with you @ %2$s' => __('%1$s guests with you @ %2$s', 'fluent-booking'), | |
| 25 | + /* translators: %1$s: event title, %2$s: host name, %3$s: a {{guest.first_name}} smartcode, keep it as is */ | |
| 26 | + '%1$s meeting between %2$s and %3$s' => __('%1$s meeting between %2$s and %3$s', 'fluent-booking'), | |
| 27 | + /* translators: %1$s: "Invite someone", %2$s: "hosts" */ | |
| 28 | + '%1$s to pick a time to meet with %2$s' => __('%1$s to pick a time to meet with %2$s', 'fluent-booking'), | |
| 29 | + /* translators: %1$s: who hosts, e.g. "One host", %2$s: who books, e.g. "One invitee" */ | |
| 30 | + '%1$s with %2$s' => __('%1$s with %2$s', 'fluent-booking'), | |
| 31 | + /* translators: %1$s: event title, %2$s: number of other guests */ | |
| 32 | + '%1$s with you and %2$s other guests' => __('%1$s with you and %2$s other guests', 'fluent-booking'), | |
| 33 | + /* translators: %s: a "Learn more" link to the documentation */ | |
| 34 | + '%s about this feature.' => __('%s about this feature.', 'fluent-booking'), | |
| 35 | + /* translators: %s: number of calendar events */ | |
| 36 | + '%s calendar events are using this schedule' => __('%s calendar events are using this schedule', 'fluent-booking'), | |
| 37 | + /* translators: %s: number of further bookings on this day */ | |
| 38 | + '%s more' => __('%s more', 'fluent-booking'), | |
| 39 | + /* translators: %s: number of spots left */ | |
| 40 | + '%s spots left' => __('%s spots left', 'fluent-booking'), | |
| 41 | + '+ Add Another Reminder' => __('+ Add Another Reminder', 'fluent-booking'), | |
| 42 | + '+ Add more questions for invitees' => __('+ Add more questions for invitees', 'fluent-booking'), | |
| 43 | + '12h' => __('12h', 'fluent-booking'), | |
| 44 | + '24h' => __('24h', 'fluent-booking'), | |
| 45 | + 'About' => __('About', 'fluent-booking'), | |
| 46 | + 'Access Permissions for this user' => __('Access Permissions for this user', 'fluent-booking'), | |
| 47 | + 'Actions' => __('Actions', 'fluent-booking'), | |
| 48 | + 'Activate a different license key' => __('Activate a different license key', 'fluent-booking'), | |
| 49 | + 'Activate FluentHub' => __('Activate FluentHub', 'fluent-booking'), | |
| 50 | + 'active' => __('Active', 'fluent-booking'), | |
| 51 | + 'Active' => __('Active', 'fluent-booking'), | |
| 52 | + 'Adapter' => __('Adapter', 'fluent-booking'), | |
| 53 | + 'Add' => __('Add', 'fluent-booking'), | |
| 54 | + 'Add a date override' => __('Add a date override', 'fluent-booking'), | |
| 55 | + 'Add a note for this booking' => __('Add a note for this booking', 'fluent-booking'), | |
| 56 | + 'Add Another Conditional Group' => __('Add Another Conditional Group', 'fluent-booking'), | |
| 57 | + 'Add Another Limit' => __('+ Add Another Limit', 'fluent-booking'), | |
| 58 | + 'Add another location option' => __('Add another location option', 'fluent-booking'), | |
| 59 | + 'Add Available Times' => __('Add Available Times', 'fluent-booking'), | |
| 60 | + 'Add Calendar to Gutenberg Block' => __('Add Calendar to Gutenberg Block', 'fluent-booking'), | |
| 61 | + 'Add Coupon' => __('Add Coupon', 'fluent-booking'), | |
| 62 | + 'Add date overrides' => __('Add date overrides', 'fluent-booking'), | |
| 63 | + 'Add guests' => __('Add guests', 'fluent-booking'), | |
| 64 | + 'Add Host' => __('Add Host', 'fluent-booking'), | |
| 65 | + 'Add Location' => __('Add Location', 'fluent-booking'), | |
| 66 | + 'Add More' => __('Add More', 'fluent-booking'), | |
| 67 | + 'Add more item' => __('Add more item', 'fluent-booking'), | |
| 68 | + 'Add New' => __('Add New', 'fluent-booking'), | |
| 69 | + 'Add New Availability Schedule' => __('Add New Availability Schedule', 'fluent-booking'), | |
| 70 | + 'Add New Booking' => __('Add New Booking', 'fluent-booking'), | |
| 71 | + 'Add New Calendar Host' => __('Add New Calendar Host', 'fluent-booking'), | |
| 72 | + 'Add New Integration' => __('Add New Integration', 'fluent-booking'), | |
| 73 | + 'Add new option' => __('Add new option', 'fluent-booking'), | |
| 74 | + 'Add New Schedule' => __('Add New Schedule', 'fluent-booking'), | |
| 75 | + 'Add New Team' => __('Add New Team', 'fluent-booking'), | |
| 76 | + 'Add New Webhook' => __('Add New Webhook', 'fluent-booking'), | |
| 77 | + 'Add New Zoom User Account' => __('Add New Zoom User Account', 'fluent-booking'), | |
| 78 | + 'Add note' => __('Add note', 'fluent-booking'), | |
| 79 | + 'Add One-off Event' => __('Add One-off Event', 'fluent-booking'), | |
| 80 | + 'Add Options' => __('Add Options', 'fluent-booking'), | |
| 81 | + 'Add Parameters' => __('Add Parameters', 'fluent-booking'), | |
| 82 | + 'Add Question' => __('Add Question', 'fluent-booking'), | |
| 83 | + 'Add Shortcodes' => __('Add Shortcodes', 'fluent-booking'), | |
| 84 | + 'Add Team' => __('Add Team', 'fluent-booking'), | |
| 85 | + 'Add Team Member' => __('Add Team Member', 'fluent-booking'), | |
| 86 | + 'Add to Block' => __('Add to Block', 'fluent-booking'), | |
| 87 | + 'Add Value' => __('Add Value', 'fluent-booking'), | |
| 88 | + 'Add your FluentBooking to WordPress frontend / any Page via Shortcode.' => __('Add your FluentBooking to WordPress frontend / any Page via Shortcode.', 'fluent-booking'), | |
| 89 | + 'Additional Guests' => __('Additional Guests', 'fluent-booking'), | |
| 90 | + 'Additional Information' => __('Additional Information', 'fluent-booking'), | |
| 91 | + 'Additional Recipients' => __('Additional Recipients', 'fluent-booking'), | |
| 92 | + 'Additional Settings' => __('Additional Settings', 'fluent-booking'), | |
| 93 | + 'Admin Email' => __('Admin Email', 'fluent-booking'), | |
| 94 | + 'Administrator' => __('Administrator', 'fluent-booking'), | |
| 95 | + 'Advanced Modules' => __('Advanced Modules', 'fluent-booking'), | |
| 96 | + 'Advanced Operators' => __('Advanced Operators', 'fluent-booking'), | |
| 97 | + 'Advanced Settings' => __('Advanced Settings', 'fluent-booking'), | |
| 98 | + 'AdvancedSettings/can_cancel_description' => __('Please ensure the cancel link is included in the confirmation email', 'fluent-booking'), | |
| 99 | + 'AdvancedSettings/can_reschedule_description' => __('Please ensure the reschedule link is included in the confirmation email', 'fluent-booking'), | |
| 100 | + 'AdvancedSettings/cannot_cancel_description' => __('Please ensure the cancel link is removed from the confirmation email', 'fluent-booking'), | |
| 101 | + 'AdvancedSettings/cannot_cancel_message_hint' => __('User will see this if they attempt to cancel without permission', 'fluent-booking'), | |
| 102 | + 'AdvancedSettings/cannot_reschedule_description' => __('Please ensure the reschedule link is removed from the confirmation email', 'fluent-booking'), | |
| 103 | + 'AdvancedSettings/cannot_reschedule_message_hint' => __('User will see this if they attempt to reschedule without permission', 'fluent-booking'), | |
| 104 | + 'AdvancedSettings/multiple_booking_limit_hint' => __('Set the maximum number of bookings allowed in a single transaction', 'fluent-booking'), | |
| 105 | + 'AdvancedSettings/redirect_query_string_hint' => __('Sample: email={{guest.email}}&phone={{booking.phone}}', 'fluent-booking'), | |
| 106 | + 'AdvancedSettings/redirect_url_description' => __('Redirect to a custom URL after a successful booking', 'fluent-booking'), | |
| 107 | + 'AdvancedSettings/redirect_url_placeholder' => __('https://example.com/redirect-to-my-success-page', 'fluent-booking'), | |
| 108 | + 'AdvancedSettings/single_multi_booking_description' => __('Allow a user to book multiple different times for the same event in one transaction', 'fluent-booking'), | |
| 109 | + 'AdvancedSettings/slug_setting_description' => __('Update the slug to customize your event landing page URL', 'fluent-booking'), | |
| 110 | + 'AdvancedSettings/slug_setting_hint' => __('Slug must be unique to avoid any conflicts with other events', 'fluent-booking'), | |
| 111 | + 'After Event' => __('After Event', 'fluent-booking'), | |
| 112 | + 'All' => __('All', 'fluent-booking'), | |
| 113 | + 'All Active Booking Forms' => __('All Active Booking Forms', 'fluent-booking'), | |
| 114 | + 'All Data' => __('All Data', 'fluent-booking'), | |
| 115 | + /* translators: %s: timezone name, e.g. "Europe/Berlin" */ | |
| 116 | + 'All dates are shown in %s timezone' => __('All dates are shown in %s timezone', 'fluent-booking'), | |
| 117 | + 'All Event Types' => __('All Event Types', 'fluent-booking'), | |
| 118 | + 'All event types for this calendar in one place' => __('All event types for this calendar in one place', 'fluent-booking'), | |
| 119 | + 'All Events' => __('All Events', 'fluent-booking'), | |
| 120 | + 'All Meetings' => __('All Meetings', 'fluent-booking'), | |
| 121 | + 'All Schedules' => __('All Schedules', 'fluent-booking'), | |
| 122 | + 'AllCalendars/create_host_desc' => __('A particular user can have one calendar with multiple events. Please select a user who does not have a calendar yet', 'fluent-booking'), | |
| 123 | + 'Allow attendee to select duration' => __('Allow attendee to select duration', 'fluent-booking'), | |
| 124 | + 'Allow Multiple Booking' => __('Allow Multiple Booking', 'fluent-booking'), | |
| 125 | + /* translators: %s: the contact's name */ | |
| 126 | + 'Also add to %s\'s CRM profile' => __('Also add to %s\'s CRM profile', 'fluent-booking'), | |
| 127 | + 'Always' => __('Always', 'fluent-booking'), | |
| 128 | + 'am' => __('am', 'fluent-booking'), | |
| 129 | + 'Amount' => __('Amount', 'fluent-booking'), | |
| 130 | + 'API Error:' => __('API Error:', 'fluent-booking'), | |
| 131 | + 'Apple Calendar' => __('Apple Calendar', 'fluent-booking'), | |
| 132 | + 'Applicable Events' => __('Applicable Events', 'fluent-booking'), | |
| 133 | + 'Application password' => __('Application password', 'fluent-booking'), | |
| 134 | + 'Application password (xxxx xxxx xxxx xxxx xxxx xxxx)' => __('Application password (xxxx xxxx xxxx xxxx xxxx xxxx)', 'fluent-booking'), | |
| 135 | + 'Apply' => __('Apply', 'fluent-booking'), | |
| 136 | + 'Apply Coupon Button' => __('Apply Coupon Button', 'fluent-booking'), | |
| 137 | + 'apr' => __('Apr', 'fluent-booking'), | |
| 138 | + 'April' => __('April', 'fluent-booking'), | |
| 139 | + 'Are you sure to delete this webhook?' => __('Are you sure to delete this webhook?', 'fluent-booking'), | |
| 140 | + 'Are you sure to delete this?' => __('Are you sure to delete this?', 'fluent-booking'), | |
| 141 | + 'Are you sure to disconnect this account?' => __('Are you sure to disconnect this account?', 'fluent-booking'), | |
| 142 | + 'Are you sure to remove this list?' => __('Are you sure to remove this list?', 'fluent-booking'), | |
| 143 | + 'Are you sure to remove this tag?' => __('Are you sure to remove this tag?', 'fluent-booking'), | |
| 144 | + 'Are you sure you want to delete this availability?' => __('Are you sure you want to delete this availability?', 'fluent-booking'), | |
| 145 | + 'Are you sure you want to delete this coupon?' => __('Are you sure you want to delete this coupon?', 'fluent-booking'), | |
| 146 | + 'Are you sure you want to delete this question? This action cannot be undone.' => __('Are you sure you want to delete this question? This action cannot be undone.', 'fluent-booking'), | |
| 147 | + 'Are you sure you want to disconnect this integration?' => __('Are you sure you want to disconnect this integration?', 'fluent-booking'), | |
| 148 | + 'Assignment' => __('Assignment', 'fluent-booking'), | |
| 149 | + 'Attendee address' => __('Attendee address', 'fluent-booking'), | |
| 150 | + 'Attendee Cannot Cancel' => __('Attendee Cannot Cancel', 'fluent-booking'), | |
| 151 | + 'Attendee Cannot Reschedule' => __('Attendee Cannot Reschedule', 'fluent-booking'), | |
| 152 | + 'Attendee Phone Number' => __('Attendee Phone Number', 'fluent-booking'), | |
| 153 | + 'Attendee phone number (with country code)' => __('Attendee phone number (with country code)', 'fluent-booking'), | |
| 154 | + 'Attendee\'s Email' => __('Attendee\'s Email', 'fluent-booking'), | |
| 155 | + 'Attendee\'s email is required' => __('Attendee\'s email is required', 'fluent-booking'), | |
| 156 | + 'Attendee\'s Name' => __('Attendee\'s Name', 'fluent-booking'), | |
| 157 | + 'Attendee\'s name is required' => __('Attendee\'s name is required', 'fluent-booking'), | |
| 158 | + 'Attendee\'s Timezone' => __('Attendee\'s Timezone', 'fluent-booking'), | |
| 159 | + 'aug' => __('Aug', 'fluent-booking'), | |
| 160 | + 'August' => __('August', 'fluent-booking'), | |
| 161 | + 'Authenticated' => __('Authenticated', 'fluent-booking'), | |
| 162 | + 'Availability' => __('Availability', 'fluent-booking'), | |
| 163 | + 'Availability Range' => __('Availability Range', 'fluent-booking'), | |
| 164 | + 'Availability Timezone' => __('Availability Timezone', 'fluent-booking'), | |
| 165 | + 'Availability/event_availability_reserve_time' => __('Enable to reserve selected times for this event only. When disabled, times remain available and may disappear if booked by others.', 'fluent-booking'), | |
| 166 | + 'Availability/team_availability_description' => __('Enable this if you want to use a common schedule between hosts. When disabled, each host will be booked based on their default or chosen schedule.', 'fluent-booking'), | |
| 167 | + 'Available Coupons' => __('Available Coupons', 'fluent-booking'), | |
| 168 | + 'Available Durations' => __('Available Durations', 'fluent-booking'), | |
| 169 | + 'Available Times' => __('Available Times', 'fluent-booking'), | |
| 170 | + 'AvailableTimes/description' => __('Add your available times for this event. At least one available time should be added.', 'fluent-booking'), | |
| 171 | + 'Avg. Order' => __('Avg. Order', 'fluent-booking'), | |
| 172 | + 'Back' => __('Back', 'fluent-booking'), | |
| 173 | + 'Basic Information' => __('Basic Information', 'fluent-booking'), | |
| 174 | + 'Before Event' => __('Before Event', 'fluent-booking'), | |
| 175 | + 'beta' => __('beta', 'fluent-booking'), | |
| 176 | + 'Billing Address' => __('Billing Address', 'fluent-booking'), | |
| 177 | + 'Booked' => __('Booked', 'fluent-booking'), | |
| 178 | + 'Booked At' => __('Booked At', 'fluent-booking'), | |
| 179 | + 'Booking Cancelled' => __('Booking Cancelled', 'fluent-booking'), | |
| 180 | + 'Booking Completed' => __('Booking Completed', 'fluent-booking'), | |
| 181 | + 'Booking Confirmed' => __('Booking Confirmed', 'fluent-booking'), | |
| 182 | + 'Booking Details' => __('Booking Details', 'fluent-booking'), | |
| 183 | + 'Booking Payment Items' => __('Booking Payment Items', 'fluent-booking'), | |
| 184 | + 'Booking Questions' => __('Booking Questions', 'fluent-booking'), | |
| 185 | + 'Booking Rejected' => __('Booking Rejected', 'fluent-booking'), | |
| 186 | + 'Booking Rescheduled' => __('Booking Rescheduled', 'fluent-booking'), | |
| 187 | + 'Booking Title' => __('Booking Title', 'fluent-booking'), | |
| 188 | + 'Booking Trends' => __('Booking Trends', 'fluent-booking'), | |
| 189 | + 'Booking Type' => __('Booking Type', 'fluent-booking'), | |
| 190 | + 'Booking URL' => __('Booking URL', 'fluent-booking'), | |
| 191 | + 'Bookings' => __('Bookings', 'fluent-booking'), | |
| 192 | + 'Calendar Avatar' => __('Calendar Avatar', 'fluent-booking'), | |
| 193 | + 'Calendar Description' => __('Calendar Description', 'fluent-booking'), | |
| 194 | + 'calendar settings' => __('calendar settings', 'fluent-booking'), | |
| 195 | + 'Calendar Settings' => __('Calendar Settings', 'fluent-booking'), | |
| 196 | + 'Calendar start from' => __('Calendar start from', 'fluent-booking'), | |
| 197 | + 'Calendar Type' => __('Calendar Type', 'fluent-booking'), | |
| 198 | + 'Calendar View' => __('Calendar View', 'fluent-booking'), | |
| 199 | + 'CalendarEvent/select_event_description' => __('Select a calendar event from another calendar to clone it into your calendar', 'fluent-booking'), | |
| 200 | + 'CalendarEvent/select_integration_settings' => __('Select a calendar event to clone all integration settings into this event.', 'fluent-booking'), | |
| 201 | + 'CalendarEvent/select_notification_settings' => __('Select a calendar event to clone the notification settings into this event.', 'fluent-booking'), | |
| 202 | + 'CalendarEvent/select_sms_settings' => __('Select a calendar event to clone the sms notification settings into this event.', 'fluent-booking'), | |
| 203 | + 'CalendarEvent/select_webhook_settings' => __('Select a calendar event to clone all webhook settings into this event.', 'fluent-booking'), | |
| 204 | + 'CalendarEventBlock/delete_confirmation_desc' => __('Are you sure you want to delete this calendar? All the associate bookings and data will be deleted', 'fluent-booking'), | |
| 205 | + 'Calendars' => __('Calendars', 'fluent-booking'), | |
| 206 | + 'Call prep, follow-ups and context, visible only to your team' => __('Call prep, follow-ups and context, visible only to your team', 'fluent-booking'), | |
| 207 | + 'Can this coupon code be used with other coupon code' => __('Can this coupon code be used with other coupon code', 'fluent-booking'), | |
| 208 | + 'Cancel' => __('Cancel', 'fluent-booking'), | |
| 209 | + 'Cancel Meeting' => __('Cancel Meeting', 'fluent-booking'), | |
| 210 | + 'cancelled' => __('Cancelled', 'fluent-booking'), | |
| 211 | + 'Cancelled' => __('Cancelled', 'fluent-booking'), | |
| 212 | + 'Card Last 4' => __('Card Last 4', 'fluent-booking'), | |
| 213 | + 'Checkout Method' => __('Checkout Method', 'fluent-booking'), | |
| 214 | + 'Choose a common schedule' => __('Choose a common schedule', 'fluent-booking'), | |
| 215 | + 'Choose File' => __('Choose File', 'fluent-booking'), | |
| 216 | + 'Choose Host Schedules' => __('Choose Host Schedules', 'fluent-booking'), | |
| 217 | + 'click here' => __('click here', 'fluent-booking'), | |
| 218 | + 'Click here' => __('Click here', 'fluent-booking'), | |
| 219 | + 'click to upload' => __('click to upload', 'fluent-booking'), | |
| 220 | + 'Clicks' => __('Clicks', 'fluent-booking'), | |
| 221 | + 'Clone' => __('Clone', 'fluent-booking'), | |
| 222 | + 'Clone Calendar Event' => __('Clone Calendar Event', 'fluent-booking'), | |
| 223 | + 'Clone Event' => __('Clone Event', 'fluent-booking'), | |
| 224 | + /* translators: followed by a dropdown of events to copy the settings from */ | |
| 225 | + 'Clone from' => __('Clone from', 'fluent-booking'), | |
| 226 | + 'Clone Integration Settings' => __('Clone Integration Settings', 'fluent-booking'), | |
| 227 | + 'Clone Notification Settings' => __('Clone Notification Settings', 'fluent-booking'), | |
| 228 | + 'Clone Settings' => __('Clone Settings', 'fluent-booking'), | |
| 229 | + 'Clone SMS Settings' => __('Clone SMS Settings', 'fluent-booking'), | |
| 230 | + 'Clone Webhook Settings' => __('Clone Webhook Settings', 'fluent-booking'), | |
| 231 | + 'Close' => __('Close', 'fluent-booking'), | |
| 232 | + 'Collective' => __('Collective', 'fluent-booking'), | |
| 233 | + 'completed' => __('Completed', 'fluent-booking'), | |
| 234 | + 'Completed' => __('Completed', 'fluent-booking'), | |
| 235 | + 'Configure Google Calendar/Meet to sync your events' => __('Configure Google Calendar/Meet to sync your events', 'fluent-booking'), | |
| 236 | + 'Configure Outlook Calendar to sync your events' => __('Configure Outlook Calendar to sync your events', 'fluent-booking'), | |
| 237 | + 'Configure times when you are available for bookings.' => __('Configure times when you are available for bookings.', 'fluent-booking'), | |
| 238 | + 'Configure Twilio to send SMS notifications' => __('Configure Twilio to send SMS notifications', 'fluent-booking'), | |
| 239 | + 'Confirm' => __('Confirm', 'fluent-booking'), | |
| 240 | + 'Confirm Disconnect' => __('Confirm Disconnect', 'fluent-booking'), | |
| 241 | + 'Confirm, Disconnect' => __('Confirm, Disconnect', 'fluent-booking'), | |
| 242 | + 'Congratulations!' => __('Congratulations!', 'fluent-booking'), | |
| 243 | + 'Connect a client' => __('Connect a client', 'fluent-booking'), | |
| 244 | + 'Connect with stripe' => __('Connect with stripe', 'fluent-booking'), | |
| 245 | + 'Connect Your Zoom Account' => __('Connect Your Zoom Account', 'fluent-booking'), | |
| 246 | + 'Connect your Zoom account to create meeting when a event is booked.' => __('Connect your Zoom account to create meeting when a event is booked.', 'fluent-booking'), | |
| 247 | + 'connect_your_stripe_desc' => __('Connect Your Stripe Account to your website to accept Payments', 'fluent-booking'), | |
| 248 | + 'Connected' => __('Connected', 'fluent-booking'), | |
| 249 | + 'Connected Zoom Account Email:' => __('Connected Zoom Account Email:', 'fluent-booking'), | |
| 250 | + 'Connected Zoom Accounts' => __('Connected Zoom Accounts', 'fluent-booking'), | |
| 251 | + 'Connecting' => __('Connecting', 'fluent-booking'), | |
| 252 | + 'Contact Support' => __('Contact Support', 'fluent-booking'), | |
| 253 | + 'Contains' => __('Contains', 'fluent-booking'), | |
| 254 | + 'Continue' => __('Continue', 'fluent-booking'), | |
| 255 | + 'Copied to clipboard' => __('Copied to clipboard', 'fluent-booking'), | |
| 256 | + 'Copy' => __('Copy', 'fluent-booking'), | |
| 257 | + 'Copy a note to the contact\'s FluentCRM profile' => __('Copy a note to the contact\'s FluentCRM profile', 'fluent-booking'), | |
| 258 | + 'Copy endpoint URL' => __('Copy endpoint URL', 'fluent-booking'), | |
| 259 | + 'Copy link' => __('Copy link', 'fluent-booking'), | |
| 260 | + 'Copy snippet' => __('Copy snippet', 'fluent-booking'), | |
| 261 | + 'Coupon Code' => __('Coupon Code', 'fluent-booking'), | |
| 262 | + 'Coupon Code is required' => __('Coupon Code is required', 'fluent-booking'), | |
| 263 | + 'Coupon Field Placeholder' => __('Coupon Field Placeholder', 'fluent-booking'), | |
| 264 | + 'Coupon Label' => __('Coupon Label', 'fluent-booking'), | |
| 265 | + 'Coupon Module' => __('Coupon Module', 'fluent-booking'), | |
| 266 | + 'Coupon Module (Pro Required)' => __('Coupon Module (Pro Required)', 'fluent-booking'), | |
| 267 | + 'Coupon Module is enabled' => __('Coupon Module is enabled', 'fluent-booking'), | |
| 268 | + 'CouponModule/disabled_description' => __('Coupon Module is disabled. Enable the Coupon module to manage your payment coupons and create discount codes for your customers here.', 'fluent-booking'), | |
| 269 | + 'CouponModule/maximum_discount_amount_help' => __('This is the maximum discount that can be applied, even if the calculated discount is higher.', 'fluent-booking'), | |
| 270 | + 'CouponModule/per_user_limit_help' => __('Total number of times this coupon can be redeemed by a single user. Empty or 0 for no limit', 'fluent-booking'), | |
| 271 | + 'CouponModule/total_limit_help' => __('Total number of times this coupon can be redeemed across the entire store. Empty or 0 for no limit', 'fluent-booking'), | |
| 272 | + 'Coupons' => __('Coupons', 'fluent-booking'), | |
| 273 | + 'Create' => __('Create', 'fluent-booking'), | |
| 274 | + 'Create and manage coupons for your bookings' => __('Create and manage coupons for your bookings', 'fluent-booking'), | |
| 275 | + 'Create Booking' => __('Create Booking', 'fluent-booking'), | |
| 276 | + 'Create Booking Manually' => __('Create Booking Manually', 'fluent-booking'), | |
| 277 | + /* translators: followed by a dropdown of connected calendars */ | |
| 278 | + 'Create events on' => __('Create events on', 'fluent-booking'), | |
| 279 | + 'Create New Event Type' => __('Create New Event Type', 'fluent-booking'), | |
| 280 | + 'create one' => __('create one', 'fluent-booking'), | |
| 281 | + 'Create Your Availability' => __('Create Your Availability', 'fluent-booking'), | |
| 282 | + 'Create Your First Booking Event' => __('Create Your First Booking Event', 'fluent-booking'), | |
| 283 | + 'CRM Profile' => __('CRM Profile', 'fluent-booking'), | |
| 284 | + 'Currency' => __('Currency', 'fluent-booking'), | |
| 285 | + 'Currency Position' => __('Currency Position', 'fluent-booking'), | |
| 286 | + 'Current DateTime:' => __('Current DateTime:', 'fluent-booking'), | |
| 287 | + 'Currently FluentBooking has integration with FluentCRM. After install' => __('Currently FluentBooking has integration with FluentCRM. After install', 'fluent-booking'), | |
| 288 | + 'Custom Number' => __('Custom Number', 'fluent-booking'), | |
| 289 | + 'Customize booking cancel and reschedule fields' => __('Customize booking cancel and reschedule fields', 'fluent-booking'), | |
| 290 | + 'Customize the email notifications sent to attendees and organizers' => __('Customize the email notifications sent to attendees and organizers', 'fluent-booking'), | |
| 291 | + 'Customize the questions asked on the booking page' => __('Customize the questions asked on the booking page', 'fluent-booking'), | |
| 292 | + 'Customize the sms notifications sent to attendees and organizers' => __('Customize the sms notifications sent to attendees and organizers', 'fluent-booking'), | |
| 293 | + 'Daily' => __('Daily', 'fluent-booking'), | |
| 294 | + 'Dark' => __('Dark', 'fluent-booking'), | |
| 295 | + 'Dashboard' => __('Dashboard', 'fluent-booking'), | |
| 296 | + 'Date Overrides' => __('Date Overrides', 'fluent-booking'), | |
| 297 | + 'DateOverRides/description' => __('Add dates when your availability changes from your weekly hours', 'fluent-booking'), | |
| 298 | + 'day' => __('day', 'fluent-booking'), | |
| 299 | + 'Day' => __('Day', 'fluent-booking'), | |
| 300 | + 'days' => __('days', 'fluent-booking'), | |
| 301 | + 'Days' => __('Days', 'fluent-booking'), | |
| 302 | + 'Days Before' => __('Days Before', 'fluent-booking'), | |
| 303 | + 'Days into the future' => __('Days into the future', 'fluent-booking'), | |
| 304 | + 'Deactivate' => __('Deactivate', 'fluent-booking'), | |
| 305 | + 'Deactivate this license?' => __('Deactivate this license?', 'fluent-booking'), | |
| 306 | + 'dec' => __('Dec', 'fluent-booking'), | |
| 307 | + 'December' => __('December', 'fluent-booking'), | |
| 308 | + 'Default' => __('Default', 'fluent-booking'), | |
| 309 | + 'Default Country for Phone Field' => __('Default Country for Phone Field', 'fluent-booking'), | |
| 310 | + 'Default Duration' => __('Default Duration', 'fluent-booking'), | |
| 311 | + 'Default Duration is required' => __('Default Duration is required', 'fluent-booking'), | |
| 312 | + 'Default schedule' => __('Default schedule', 'fluent-booking'), | |
| 313 | + 'Default Time Format' => __('Default Time Format', 'fluent-booking'), | |
| 314 | + 'Default Value' => __('Default Value', 'fluent-booking'), | |
| 315 | + 'Delete' => __('Delete', 'fluent-booking'), | |
| 316 | + 'Delete Availability' => __('Delete Availability', 'fluent-booking'), | |
| 317 | + 'Delete Booking Type' => __('Delete Booking Type', 'fluent-booking'), | |
| 318 | + 'Delete Calendar' => __('Delete Calendar', 'fluent-booking'), | |
| 319 | + 'Delete Coupon' => __('Delete Coupon', 'fluent-booking'), | |
| 320 | + 'Delete Meeting' => __('Delete Meeting', 'fluent-booking'), | |
| 321 | + 'Delete note' => __('Delete note', 'fluent-booking'), | |
| 322 | + 'Delete Question' => __('Delete Question', 'fluent-booking'), | |
| 323 | + 'Delete this group' => __('Delete this group', 'fluent-booking'), | |
| 324 | + 'Delete this note?' => __('Delete this note?', 'fluent-booking'), | |
| 325 | + 'Description' => __('Description', 'fluent-booking'), | |
| 326 | + 'Detected' => __('Detected', 'fluent-booking'), | |
| 327 | + 'Disable' => __('Disable', 'fluent-booking'), | |
| 328 | + 'Disable Landing Page Feature' => __('Disable Landing Page Feature', 'fluent-booking'), | |
| 329 | + 'Disabled' => __('Disabled', 'fluent-booking'), | |
| 330 | + 'Disconnect' => __('Disconnect', 'fluent-booking'), | |
| 331 | + 'Disconnect Calendar' => __('Disconnect Calendar', 'fluent-booking'), | |
| 332 | + 'Disconnect Integration' => __('Disconnect Integration', 'fluent-booking'), | |
| 333 | + 'Discount' => __('Discount', 'fluent-booking'), | |
| 334 | + 'Discount Conditions' => __('Discount Conditions', 'fluent-booking'), | |
| 335 | + 'Discount is required' => __('Discount is required', 'fluent-booking'), | |
| 336 | + 'Dismiss' => __('Dismiss', 'fluent-booking'), | |
| 337 | + 'Display Description on booking page' => __('Display Description on booking page', 'fluent-booking'), | |
| 338 | + 'Display Link on booking page' => __('Display Link on booking page', 'fluent-booking'), | |
| 339 | + 'Display Phone number on booking page' => __('Display Phone number on booking page', 'fluent-booking'), | |
| 340 | + 'Display remaining spots on booking page' => __('Display remaining spots on booking page', 'fluent-booking'), | |
| 341 | + 'Doc' => __('Doc', 'fluent-booking'), | |
| 342 | + 'Does not contain' => __('Does not contain', 'fluent-booking'), | |
| 343 | + 'Don\'t have a license key?' => __('Don\'t have a license key?', 'fluent-booking'), | |
| 344 | + 'Don\'t Reject' => __('Don\'t Reject', 'fluent-booking'), | |
| 345 | + 'Drop file here or' => __('Drop file here or', 'fluent-booking'), | |
| 346 | + 'Duplicate' => __('Duplicate', 'fluent-booking'), | |
| 347 | + 'EachSlot/delete_confirmation' => __('Are you sure you want to delete this booking type? All the associate bookings and data will be deleted.', 'fluent-booking'), | |
| 348 | + 'EachSlot/disabled_location_description' => __('Selected location seems disabled. Please revise your location selections', 'fluent-booking'), | |
| 349 | + 'Edit' => __('Edit', 'fluent-booking'), | |
| 350 | + 'Edit Availability' => __('Edit Availability', 'fluent-booking'), | |
| 351 | + 'Edit Coupon' => __('Edit Coupon', 'fluent-booking'), | |
| 352 | + 'Edit Location' => __('Edit Location', 'fluent-booking'), | |
| 353 | + 'Edit note' => __('Edit note', 'fluent-booking'), | |
| 354 | + 'Edit Notification' => __('Edit Notification', 'fluent-booking'), | |
| 355 | + 'Edit Team Member' => __('Edit Team Member', 'fluent-booking'), | |
| 356 | + 'Edit Transaction' => __('Edit Transaction', 'fluent-booking'), | |
| 357 | + 'edit_schedule_description' => __('Edit the schedule below so that you can apply to your event/booking types', 'fluent-booking'), | |
| 358 | + 'Edit:' => __('Edit:', 'fluent-booking'), | |
| 359 | + 'Edited' => __('Edited', 'fluent-booking'), | |
| 360 | + 'EditNotificationSettings/additional_recipients_desc' => __('Provided email addresses will set as CC to this email notification', 'fluent-booking'), | |
| 361 | + 'EditQuestionField/system_defined_field_label' => __('This is a system defined field. You can only edit labels', 'fluent-booking'), | |
| 362 | + 'EditSmsNotificationSettings/custom_number_desc' => __('This SMS will be sent to the attendee if phone number is provided during booking', 'fluent-booking'), | |
| 363 | + 'eg: 4' => __('eg: 4', 'fluent-booking'), | |
| 364 | + 'Email' => __('Email', 'fluent-booking'), | |
| 365 | + 'Email Address' => __('Email Address', 'fluent-booking'), | |
| 366 | + 'Email Body' => __('Email Body', 'fluent-booking'), | |
| 367 | + 'Email Frequency?' => __('Email Frequency?', 'fluent-booking'), | |
| 368 | + 'Email Notification Settings' => __('Email Notification Settings', 'fluent-booking'), | |
| 369 | + 'Emailing Settings' => __('Emailing Settings', 'fluent-booking'), | |
| 370 | + 'Emails' => __('Emails', 'fluent-booking'), | |
| 371 | + 'Embed' => __('Embed', 'fluent-booking'), | |
| 372 | + 'Embed via HTML Code' => __('Embed via HTML Code', 'fluent-booking'), | |
| 373 | + 'Enable' => __('Enable', 'fluent-booking'), | |
| 374 | + 'Enable Booking Summary Notification' => __('Enable Booking Summary Notification', 'fluent-booking'), | |
| 375 | + 'Enable Coupon Module' => __('Enable Coupon Module', 'fluent-booking'), | |
| 376 | + 'Enable Frontend Portal' => __('Enable Frontend Portal', 'fluent-booking'), | |
| 377 | + 'Enable Landing Page' => __('Enable Landing Page', 'fluent-booking'), | |
| 378 | + 'Enable Landing Page Features for this calendar' => __('Enable Landing Page Features for this calendar', 'fluent-booking'), | |
| 379 | + 'Enable Payment Module' => __('Enable Payment Module', 'fluent-booking'), | |
| 380 | + 'Enable the FluentBooking MCP server' => __('Enable the FluentBooking MCP server', 'fluent-booking'), | |
| 381 | + 'Enable this notification email' => __('Enable this notification email', 'fluent-booking'), | |
| 382 | + 'Enable this sms notification' => __('Enable this sms notification', 'fluent-booking'), | |
| 383 | + 'Enable this webhook feed' => __('Enable this webhook feed', 'fluent-booking'), | |
| 384 | + 'enable_calendar_check_conflicts' => __('Enable the calendars you want to check for conflicts to prevent double bookings.', 'fluent-booking'), | |
| 385 | + 'Enable/Disable Nextcloud Calendar to sync your events' => __('Enable/Disable Nextcloud Calendar to sync your events', 'fluent-booking'), | |
| 386 | + 'Enabled' => __('Enabled', 'fluent-booking'), | |
| 387 | + 'End' => __('End', 'fluent-booking'), | |
| 388 | + 'End date' => __('End date', 'fluent-booking'), | |
| 389 | + 'End Date & Time' => __('End Date & Time', 'fluent-booking'), | |
| 390 | + 'Ending soon' => __('Ending soon', 'fluent-booking'), | |
| 391 | + 'Endpoint URL' => __('Endpoint URL', 'fluent-booking'), | |
| 392 | + 'Ends with' => __('Ends with', 'fluent-booking'), | |
| 393 | + /* translators: %s: number of days */ | |
| 394 | + 'Ensure your calendar has at least %s days of future availability to support all recurring occurrences.' => __('Ensure your calendar has at least %s days of future availability to support all recurring occurrences.', 'fluent-booking'), | |
| 395 | + 'Enter a new license key' => __('Enter a new license key', 'fluent-booking'), | |
| 396 | + 'Enter a value' => __('Enter a value', 'fluent-booking'), | |
| 397 | + 'Enter Apply Button Text' => __('Enter Apply Button Text', 'fluent-booking'), | |
| 398 | + 'Enter Coupon Code' => __('Enter Coupon Code', 'fluent-booking'), | |
| 399 | + 'Enter Coupon Field Placeholder' => __('Enter Coupon Field Placeholder', 'fluent-booking'), | |
| 400 | + 'Enter Coupon Label' => __('Enter Coupon Label', 'fluent-booking'), | |
| 401 | + 'Enter description for this person / calendar' => __('Enter description for this person / calendar', 'fluent-booking'), | |
| 402 | + 'Enter email addresses separated by commas' => __('Enter email addresses separated by commas', 'fluent-booking'), | |
| 403 | + 'Enter Event Title' => __('Enter Event Title', 'fluent-booking'), | |
| 404 | + 'Enter Failed Message' => __('Enter Failed Message', 'fluent-booking'), | |
| 405 | + 'Enter length in number' => __('Enter length in number', 'fluent-booking'), | |
| 406 | + 'Enter Name' => __('Enter Name', 'fluent-booking'), | |
| 407 | + 'Enter Name of this calendar' => __('Enter Name of this calendar', 'fluent-booking'), | |
| 408 | + 'Enter Name of this event calendar' => __('Enter Name of this event calendar', 'fluent-booking'), | |
| 409 | + 'Enter Name of this team' => __('Enter Name of this team', 'fluent-booking'), | |
| 410 | + 'Enter Notes' => __('Enter Notes', 'fluent-booking'), | |
| 411 | + 'Enter number with country code' => __('Enter number with country code', 'fluent-booking'), | |
| 412 | + 'Enter Schedule Title' => __('Enter Schedule Title', 'fluent-booking'), | |
| 413 | + 'Enter the Host Phone Number' => __('Enter the Host Phone Number', 'fluent-booking'), | |
| 414 | + 'Enter the slug for the frontend portal' => __('Enter the slug for the frontend portal', 'fluent-booking'), | |
| 415 | + 'Enter Title' => __('Enter Title', 'fluent-booking'), | |
| 416 | + 'Enter Value' => __('Enter Value', 'fluent-booking'), | |
| 417 | + 'Enter Your name here' => __('Enter Your name here', 'fluent-booking'), | |
| 418 | + 'Equal' => __('Equal', 'fluent-booking'), | |
| 419 | + 'Equal to Data Length' => __('Equal to Data Length', 'fluent-booking'), | |
| 420 | + 'Error' => __('Error', 'fluent-booking'), | |
| 421 | + 'Error on integration settings' => __('Error on integration settings', 'fluent-booking'), | |
| 422 | + 'EU Style' => __('EU Style', 'fluent-booking'), | |
| 423 | + 'Evening vibes!' => __('Evening vibes!', 'fluent-booking'), | |
| 424 | + 'Event Calendar Name' => __('Event Calendar Name', 'fluent-booking'), | |
| 425 | + 'Event date is required' => __('Event date is required', 'fluent-booking'), | |
| 426 | + 'Event Details' => __('Event Details', 'fluent-booking'), | |
| 427 | + 'Event Guests' => __('Event Guests', 'fluent-booking'), | |
| 428 | + 'Event Hosts' => __('Event Hosts', 'fluent-booking'), | |
| 429 | + 'Event Name' => __('Event Name', 'fluent-booking'), | |
| 430 | + 'Event Name *' => __('Event Name *', 'fluent-booking'), | |
| 431 | + 'Event Settings' => __('Event Settings', 'fluent-booking'), | |
| 432 | + 'Event Title is required' => __('Event Title is required', 'fluent-booking'), | |
| 433 | + 'Event Triggers' => __('Event Triggers', 'fluent-booking'), | |
| 434 | + 'Event Type' => __('Event Type', 'fluent-booking'), | |
| 435 | + 'Event Types' => __('Event Types', 'fluent-booking'), | |
| 436 | + 'Events' => __('Events', 'fluent-booking'), | |
| 437 | + /* translators: %1$s: repeat interval, %2$s: a time unit, e.g. "Every 2 weeks for"; followed by a number input and "occurrences" */ | |
| 438 | + 'Every %1$s %2$s for' => __('Every %1$s %2$s for', 'fluent-booking'), | |
| 439 | + /* translators: %s: a time unit, e.g. "Every week for"; followed by a number input and "occurrences" */ | |
| 440 | + 'Every %s for' => __('Every %s for', 'fluent-booking'), | |
| 441 | + 'Expiration' => __('Expiration', 'fluent-booking'), | |
| 442 | + 'expired' => __('Expired', 'fluent-booking'), | |
| 443 | + 'Expired' => __('Expired', 'fluent-booking'), | |
| 444 | + /* translators: %d: number of days since the license expired */ | |
| 445 | + 'expired %d days ago' => __('expired %d days ago', 'fluent-booking'), | |
| 446 | + 'expired 1 day ago' => __('expired 1 day ago', 'fluent-booking'), | |
| 447 | + 'Expires' => __('Expires', 'fluent-booking'), | |
| 448 | + 'expires today' => __('expires today', 'fluent-booking'), | |
| 449 | + 'Export' => __('Export', 'fluent-booking'), | |
| 450 | + 'Export CSV' => __('Export CSV', 'fluent-booking'), | |
| 451 | + 'Export Guests' => __('Export Guests', 'fluent-booking'), | |
| 452 | + 'Export limited' => __('Export limited', 'fluent-booking'), | |
| 453 | + /* translators: %1$s: number of bookings exported, %2$s: total number of bookings */ | |
| 454 | + 'Exported first %1$s of %2$s bookings. Use filters to narrow down.' => __('Exported first %1$s of %2$s bookings. Use filters to narrow down.', 'fluent-booking'), | |
| 455 | + 'failed' => __('Failed', 'fluent-booking'), | |
| 456 | + 'Failed' => __('Failed', 'fluent-booking'), | |
| 457 | + 'Failed Message' => __('Failed Message', 'fluent-booking'), | |
| 458 | + 'Failed to generate CSV.' => __('Failed to generate CSV.', 'fluent-booking'), | |
| 459 | + 'Failing' => __('Failing', 'fluent-booking'), | |
| 460 | + 'False' => __('False', 'fluent-booking'), | |
| 461 | + 'Featured Image' => __('Featured Image', 'fluent-booking'), | |
| 462 | + 'feb' => __('Feb', 'fluent-booking'), | |
| 463 | + 'February' => __('February', 'fluent-booking'), | |
| 464 | + 'Fetching License Information Please wait.' => __('Fetching License Information Please wait.', 'fluent-booking'), | |
| 465 | + 'Field' => __('Field', 'fluent-booking'), | |
| 466 | + 'Field Label' => __('Field Label', 'fluent-booking'), | |
| 467 | + 'Field Name' => __('Field Name', 'fluent-booking'), | |
| 468 | + 'Field Type' => __('Field Type', 'fluent-booking'), | |
| 469 | + 'Field Value' => __('Field Value', 'fluent-booking'), | |
| 470 | + /* translators: %s: maximum file size, e.g. "2 MB" */ | |
| 471 | + 'File size should be less than %s' => __('File size should be less than %s', 'fluent-booking'), | |
| 472 | + 'File Type' => __('File Type', 'fluent-booking'), | |
| 473 | + 'Fill in username and app password above to get a ready-to-paste snippet.' => __('Fill in username and app password above to get a ready-to-paste snippet.', 'fluent-booking'), | |
| 474 | + 'Filter' => __('Filter', 'fluent-booking'), | |
| 475 | + 'Filter By Calendar Type' => __('Filter By Calendar Type', 'fluent-booking'), | |
| 476 | + 'Fixed' => __('Fixed', 'fluent-booking'), | |
| 477 | + 'FluentHub' => __('FluentHub', 'fluent-booking'), | |
| 478 | + /* translators: %s: FluentHub version number */ | |
| 479 | + 'FluentHub %s' => __('FluentHub %s', 'fluent-booking'), | |
| 480 | + /* translators: followed by a number input and the word "Events" */ | |
| 481 | + 'For a maximum of' => __('For a maximum of', 'fluent-booking'), | |
| 482 | + /* translators: %s: a "calendar settings" link */ | |
| 483 | + 'For more landing page options, go to %s.' => __('For more landing page options, go to %s.', 'fluent-booking'), | |
| 484 | + 'Format' => __('Format', 'fluent-booking'), | |
| 485 | + 'Former team member' => __('Former team member', 'fluent-booking'), | |
| 486 | + 'fri' => __('fri', 'fluent-booking'), | |
| 487 | + 'Friday' => __('Friday', 'fluent-booking'), | |
| 488 | + 'From Email' => __('From Email', 'fluent-booking'), | |
| 489 | + 'From Name' => __('From Name', 'fluent-booking'), | |
| 490 | + 'from the event end time' => __('from the event end time', 'fluent-booking'), | |
| 491 | + 'Frontend Panel Settings' => __('Frontend Panel Settings', 'fluent-booking'), | |
| 492 | + 'Frontend Portal' => __('Frontend Portal', 'fluent-booking'), | |
| 493 | + 'Frontend Portal (Pro Required)' => __('Frontend Portal (Pro Required)', 'fluent-booking'), | |
| 494 | + 'Frontend Portal Settings' => __('Frontend Portal Settings', 'fluent-booking'), | |
| 495 | + 'General Host Settings' => __('General Host Settings', 'fluent-booking'), | |
| 496 | + 'General Operators' => __('General Operators', 'fluent-booking'), | |
| 497 | + 'General Settings' => __('General Settings', 'fluent-booking'), | |
| 498 | + 'GeneralIntegrationFeedSettings/failed_to_load_desc' => __('Failed to load this integration. Please reload this page and try again.', 'fluent-booking'), | |
| 499 | + 'GeneralSettings/description' => __('Manage your settings related emails, notifications and other general settings', 'fluent-booking'), | |
| 500 | + 'GeneralSettings/email_settings_description' => __('Configure your email settings for booking related emails', 'fluent-booking'), | |
| 501 | + 'GeneralSettings/payment_settings_description' => __('Configure your global payment settings for booking related payments', 'fluent-booking'), | |
| 502 | + 'GeneralSettings/payment_tips_error' => __('Payment Module has been disabled currently. No Payments will be processed and associated functions will be disabled', 'fluent-booking'), | |
| 503 | + 'Generate booking link with URL parameters' => __('Generate booking link with URL parameters', 'fluent-booking'), | |
| 504 | + 'Generate Link' => __('Generate Link', 'fluent-booking'), | |
| 505 | + 'Generate Random Code' => __('Generate Random Code', 'fluent-booking'), | |
| 506 | + 'Generated Link' => __('Generated Link', 'fluent-booking'), | |
| 507 | + 'Get FluentHub' => __('Get FluentHub', 'fluent-booking'), | |
| 508 | + 'Get Support' => __('Get Support', 'fluent-booking'), | |
| 509 | + 'Get Updates' => __('Get Updates', 'fluent-booking'), | |
| 510 | + 'global_feature_modules_desc' => __('Enable/Disable FluentBooking Advanced features or integrations.', 'fluent-booking'), | |
| 511 | + 'Go to Calendars' => __('Go to Calendars', 'fluent-booking'), | |
| 512 | + 'Go to Payment Settings' => __('Go to Payment Settings', 'fluent-booking'), | |
| 513 | + 'Good afternoon' => __('Good afternoon', 'fluent-booking'), | |
| 514 | + 'Good evening' => __('Good evening', 'fluent-booking'), | |
| 515 | + 'Good for: coffee chats, 1:1 interviews, etc.' => __('Good for: coffee chats, 1:1 interviews, etc.', 'fluent-booking'), | |
| 516 | + 'Good for: distributing incoming sales leads.' => __('Good for: distributing incoming sales leads.', 'fluent-booking'), | |
| 517 | + 'Good for: higher priority meetings.' => __('Good for: higher priority meetings.', 'fluent-booking'), | |
| 518 | + 'Good for: Panel interviews, group sales calls, etc.' => __('Good for: Panel interviews, group sales calls, etc.', 'fluent-booking'), | |
| 519 | + 'Good for: reservation or ticketing system' => __('Good for: reservation or ticketing system', 'fluent-booking'), | |
| 520 | + 'Good for: webinars, online classes, etc.' => __('Good for: webinars, online classes, etc.', 'fluent-booking'), | |
| 521 | + 'Good morning' => __('Good morning', 'fluent-booking'), | |
| 522 | + 'Google Calendar / Meet' => __('Google Calendar / Meet', 'fluent-booking'), | |
| 523 | + 'Google Meet' => __('Google Meet', 'fluent-booking'), | |
| 524 | + 'GoogleIntegrationSettings/app_type' => __('OAuth Application Type', 'fluent-booking'), | |
| 525 | + 'GoogleIntegrationSettings/default_app' => __('Default Verified App (Recommended)', 'fluent-booking'), | |
| 526 | + 'GoogleIntegrationSettings/official_app_desc' => __('FluentBooking will use the official verified app to connect with your Google Calendar. You can connect your Google Calendar from your host settings.', 'fluent-booking'), | |
| 527 | + 'GoogleIntegrationSettings/own_app' => __('Own App (Not Recommended)', 'fluent-booking'), | |
| 528 | + 'Grace Period' => __('Grace Period', 'fluent-booking'), | |
| 529 | + 'Greater than' => __('Greater than', 'fluent-booking'), | |
| 530 | + 'Greater than or equal' => __('Greater than or equal', 'fluent-booking'), | |
| 531 | + 'Greater than to Data Length' => __('Greater than to Data Length', 'fluent-booking'), | |
| 532 | + 'Group' => __('Group', 'fluent-booking'), | |
| 533 | + 'Group (Pro Required)' => __('Group (Pro Required)', 'fluent-booking'), | |
| 534 | + 'Group Event' => __('Group Event', 'fluent-booking'), | |
| 535 | + 'Group of invitees' => __('Group of invitees', 'fluent-booking'), | |
| 536 | + 'Guest' => __('Guest', 'fluent-booking'), | |
| 537 | + 'Guest Email' => __('Guest Email', 'fluent-booking'), | |
| 538 | + 'Guests' => __('Guests', 'fluent-booking'), | |
| 539 | + 'Have a new license Key?' => __('Have a new license Key?', 'fluent-booking'), | |
| 540 | + 'Header Key' => __('Header Key', 'fluent-booking'), | |
| 541 | + 'Header Name' => __('Header Name', 'fluent-booking'), | |
| 542 | + 'Header Value' => __('Header Value', 'fluent-booking'), | |
| 543 | + 'Help Message' => __('Help Message', 'fluent-booking'), | |
| 544 | + 'here' => __('here', 'fluent-booking'), | |
| 545 | + 'Hidden' => __('Hidden', 'fluent-booking'), | |
| 546 | + 'Host' => __('Host', 'fluent-booking'), | |
| 547 | + 'Host Name / Calendar Title' => __('Host Name / Calendar Title', 'fluent-booking'), | |
| 548 | + 'Host Number' => __('Host Number', 'fluent-booking'), | |
| 549 | + 'Host Phone (with country code)' => __('Host Phone (with country code)', 'fluent-booking'), | |
| 550 | + 'Host Settings' => __('Host Settings', 'fluent-booking'), | |
| 551 | + 'Host Timezone' => __('Host Timezone', 'fluent-booking'), | |
| 552 | + 'hosts' => __('hosts', 'fluent-booking'), | |
| 553 | + 'Hours' => __('Hours', 'fluent-booking'), | |
| 554 | + 'Hours Before' => __('Hours Before', 'fluent-booking'), | |
| 555 | + 'if customer does not complete the payment for paid events.' => __('if customer does not complete the payment for paid events.', 'fluent-booking'), | |
| 556 | + 'If no date is set, default date 1900-01-01 will be used as the minimum date.' => __('If no date is set, default date 1900-01-01 will be used as the minimum date.', 'fluent-booking'), | |
| 557 | + 'If no date is set, last date of current year will be used as the maximum date.' => __('If no date is set, last date of current year will be used as the maximum date.', 'fluent-booking'), | |
| 558 | + 'Ignore Availability' => __('Ignore Availability', 'fluent-booking'), | |
| 559 | + 'Image' => __('Image', 'fluent-booking'), | |
| 560 | + 'Import' => __('Import', 'fluent-booking'), | |
| 561 | + 'Import Calendar' => __('Import Calendar', 'fluent-booking'), | |
| 562 | + 'Import your exported calendar JSON file' => __('Import your exported calendar JSON file', 'fluent-booking'), | |
| 563 | + /* translators: %d: number of days until the license expires */ | |
| 564 | + 'in %d days' => __('in %d days', 'fluent-booking'), | |
| 565 | + 'in 1 day' => __('in 1 day', 'fluent-booking'), | |
| 566 | + 'In Person (Attendee Address)' => __('In Person (Attendee Address)', 'fluent-booking'), | |
| 567 | + 'In Person (Organizer Address)' => __('In Person (Organizer Address)', 'fluent-booking'), | |
| 568 | + 'In which day to send the email?' => __('In which day to send the email?', 'fluent-booking'), | |
| 569 | + 'inactive' => __('Inactive', 'fluent-booking'), | |
| 570 | + 'Inactive' => __('Inactive', 'fluent-booking'), | |
| 571 | + 'Indefinitely into the future' => __('Indefinitely into the future', 'fluent-booking'), | |
| 572 | + 'Install' => __('Install', 'fluent-booking'), | |
| 573 | + 'Install FluentHub' => __('Install FluentHub', 'fluent-booking'), | |
| 574 | + 'Integration Feed' => __('Integration Feed', 'fluent-booking'), | |
| 575 | + 'Integration/empty_integrations_title' => __('You haven\'t added any integration feed yet. Add new integration to connect your favourite tools with your calendar', 'fluent-booking'), | |
| 576 | + 'Integration/FluentCRM_not_active_desc' => __(', you can configure the integration feed here. More integration will be available soon. For now, you may use webhook feed.', 'fluent-booking'), | |
| 577 | + 'Integrations' => __('Integrations', 'fluent-booking'), | |
| 578 | + 'integrations_description' => __('Connect your favourite tools with your booking scheduled, completed or cancelled actions', 'fluent-booking'), | |
| 579 | + 'Internal Note' => __('Internal Note', 'fluent-booking'), | |
| 580 | + 'Internal Notes' => __('Internal Notes', 'fluent-booking'), | |
| 581 | + 'Invalid' => __('Invalid', 'fluent-booking'), | |
| 582 | + 'Invalid Vue Element' => __('Invalid Vue Element', 'fluent-booking'), | |
| 583 | + 'Invite someone' => __('Invite someone', 'fluent-booking'), | |
| 584 | + 'Invitee Email' => __('Invitee Email', 'fluent-booking'), | |
| 585 | + 'Invitee Name' => __('Invitee Name', 'fluent-booking'), | |
| 586 | + 'Invitee Timezone' => __('Invitee Timezone', 'fluent-booking'), | |
| 587 | + 'Invitees can schedule...' => __('Invitees can schedule...', 'fluent-booking'), | |
| 588 | + 'Invitees Information' => __('Invitees Information', 'fluent-booking'), | |
| 589 | + 'IP Address' => __('IP Address', 'fluent-booking'), | |
| 590 | + 'Item Name' => __('Item Name', 'fluent-booking'), | |
| 591 | + 'jan' => __('jan', 'fluent-booking'), | |
| 592 | + 'Jan' => __('Jan', 'fluent-booking'), | |
| 593 | + 'January' => __('January', 'fluent-booking'), | |
| 594 | + 'jul' => __('Jul', 'fluent-booking'), | |
| 595 | + 'July' => __('July', 'fluent-booking'), | |
| 596 | + 'jun' => __('Jun', 'fluent-booking'), | |
| 597 | + 'June' => __('June', 'fluent-booking'), | |
| 598 | + 'Just now' => __('Just now', 'fluent-booking'), | |
| 599 | + 'Keep call prep, follow-ups and context here. The invitee never sees notes.' => __('Keep call prep, follow-ups and context here. The invitee never sees notes.', 'fluent-booking'), | |
| 600 | + 'Keep private notes on every booking' => __('Keep private notes on every booking', 'fluent-booking'), | |
| 601 | + 'Label' => __('Label', 'fluent-booking'), | |
| 602 | + 'Label *' => __('Label *', 'fluent-booking'), | |
| 603 | + 'Label field is required' => __('Label field is required', 'fluent-booking'), | |
| 604 | + 'Landing Page' => __('Landing Page', 'fluent-booking'), | |
| 605 | + 'Landing Page is turned off' => __('Landing Page is turned off', 'fluent-booking'), | |
| 606 | + 'Landing page URL' => __('Landing page URL', 'fluent-booking'), | |
| 607 | + 'Landing Page Visibility' => __('Landing Page Visibility', 'fluent-booking'), | |
| 608 | + 'Last 3 months' => __('Last 3 months', 'fluent-booking'), | |
| 609 | + /* translators: %s: human readable time since the last license check, e.g. "2 mins ago" */ | |
| 610 | + 'Last checked: %s' => __('Last checked: %s', 'fluent-booking'), | |
| 611 | + 'Last month' => __('Last month', 'fluent-booking'), | |
| 612 | + 'Last Purchase' => __('Last Purchase', 'fluent-booking'), | |
| 613 | + 'Last week' => __('Last week', 'fluent-booking'), | |
| 614 | + 'Later' => __('Later', 'fluent-booking'), | |
| 615 | + 'Latest Booked Meetings' => __('Latest Booked Meetings', 'fluent-booking'), | |
| 616 | + 'Latest Bookings' => __('Latest Bookings', 'fluent-booking'), | |
| 617 | + 'Learn more' => __('Learn more', 'fluent-booking'), | |
| 618 | + 'Left' => __('Left', 'fluent-booking'), | |
| 619 | + 'Left Space' => __('Left Space', 'fluent-booking'), | |
| 620 | + 'Less than' => __('Less than', 'fluent-booking'), | |
| 621 | + 'Less than or equal' => __('Less than or equal', 'fluent-booking'), | |
| 622 | + 'Less than to Data length' => __('Less than to Data length', 'fluent-booking'), | |
| 623 | + 'License' => __('License', 'fluent-booking'), | |
| 624 | + 'License Key' => __('License Key', 'fluent-booking'), | |
| 625 | + 'License Management' => __('License Management', 'fluent-booking'), | |
| 626 | + 'Licensed To' => __('Licensed To', 'fluent-booking'), | |
| 627 | + 'Lifetime' => __('Lifetime', 'fluent-booking'), | |
| 628 | + 'Lifetime Value' => __('Lifetime Value', 'fluent-booking'), | |
| 629 | + 'Light' => __('Light', 'fluent-booking'), | |
| 630 | + 'Limit Reached' => __('Limit Reached', 'fluent-booking'), | |
| 631 | + 'Limits' => __('Limits', 'fluent-booking'), | |
| 632 | + 'LimitSettings/after_event_help' => __('Reserves free time right after the meeting ends before the next booking can start — wrap-up buffer. This time is not bookable.', 'fluent-booking'), | |
| 633 | + 'LimitSettings/before_event_help' => __('Reserves free time right before the meeting so bookings can\'t butt up against your previous event — prep or travel padding. This time is not bookable.', 'fluent-booking'), | |
| 634 | + 'LimitSettings/booking_duration' => __('Limit total booking duration', 'fluent-booking'), | |
| 635 | + 'LimitSettings/booking_duration_description' => __('Limit total amount of time that this event can be booked', 'fluent-booking'), | |
| 636 | + 'LimitSettings/booking_frequency' => __('Limit booking frequency', 'fluent-booking'), | |
| 637 | + 'LimitSettings/booking_frequency_description' => __('Limit how many times this event can be booked', 'fluent-booking'), | |
| 638 | + 'LimitSettings/lock_timezone' => __('Lock timezone on booking page', 'fluent-booking'), | |
| 639 | + 'LimitSettings/lock_timezone_description' => __('To lock the timezone on booking page, useful for in-person events', 'fluent-booking'), | |
| 640 | + 'LimitSettings/minimum_notice_help' => __('How far ahead a guest must book. Blocks last-minute bookings. For example, 1 Day means nothing starting within the next 24 hours.', 'fluent-booking'), | |
| 641 | + 'LimitSettings/requires_confirmation_description' => __('The booking needs to be manually confirmed before it is pushed to the integrations and a confirmation mail is sent', 'fluent-booking'), | |
| 642 | + 'LimitSettings/slot_interval_help' => __('Spacing of the start times offered to guests. "Use event length" spaces slots by the event duration; pick a smaller value (e.g. 15 minutes) to offer more start times.', 'fluent-booking'), | |
| 643 | + 'Link Copied' => __('Link Copied', 'fluent-booking'), | |
| 644 | + 'List View' => __('List View', 'fluent-booking'), | |
| 645 | + 'Load FluentBooking in the frontend of the website' => __('Load FluentBooking in the frontend of the website', 'fluent-booking'), | |
| 646 | + 'Loading' => __('Loading', 'fluent-booking'), | |
| 647 | + 'Local dev (self-signed SSL — Valet, MAMP, Local by Flywheel, etc.)' => __('Local dev (self-signed SSL — Valet, MAMP, Local by Flywheel, etc.)', 'fluent-booking'), | |
| 648 | + 'Location' => __('Location', 'fluent-booking'), | |
| 649 | + 'Location *' => __('Location *', 'fluent-booking'), | |
| 650 | + 'Location Description' => __('Location Description', 'fluent-booking'), | |
| 651 | + 'Location Description *' => __('Location Description *', 'fluent-booking'), | |
| 652 | + 'Location Description is required' => __('Location Description is required', 'fluent-booking'), | |
| 653 | + 'Location options could not be loaded.' => __('Location options could not be loaded.', 'fluent-booking'), | |
| 654 | + 'Location Title' => __('Location Title', 'fluent-booking'), | |
| 655 | + 'Location Title *' => __('Location Title *', 'fluent-booking'), | |
| 656 | + 'Location Title is required' => __('Location Title is required', 'fluent-booking'), | |
| 657 | + 'Location Type is required' => __('Location Type is required', 'fluent-booking'), | |
| 658 | + 'LocationSelector/error_location_description' => __('This location needs setup before it can be used:', 'fluent-booking'), | |
| 659 | + 'Looks like your license has expired.' => __('Looks like your license has expired.', 'fluent-booking'), | |
| 660 | + 'Make organizer' => __('Make organizer', 'fluent-booking'), | |
| 661 | + 'manage all bookings' => __('manage all bookings', 'fluent-booking'), | |
| 662 | + 'manage all data' => __('manage all data', 'fluent-booking'), | |
| 663 | + 'Manage general settings for this calendar' => __('Manage general settings for this calendar', 'fluent-booking'), | |
| 664 | + 'manage other availabilities' => __('manage other availabilities', 'fluent-booking'), | |
| 665 | + 'manage other calendars' => __('manage other calendars', 'fluent-booking'), | |
| 666 | + 'manage own calendar' => __('manage own calendar', 'fluent-booking'), | |
| 667 | + 'Manage Subscription' => __('Manage Subscription', 'fluent-booking'), | |
| 668 | + 'Manage your payment coupons and create discount codes for your customers here.' => __('Manage your payment coupons and create discount codes for your customers here.', 'fluent-booking'), | |
| 669 | + 'mar' => __('Mar', 'fluent-booking'), | |
| 670 | + 'March' => __('March', 'fluent-booking'), | |
| 671 | + 'Mark As Completed' => __('Mark As Completed', 'fluent-booking'), | |
| 672 | + 'Mark As Paid' => __('Mark As Paid', 'fluent-booking'), | |
| 673 | + /* translators: followed by a duration dropdown; the next line reads "if customer does not complete the payment for paid events." */ | |
| 674 | + 'Mark booking as cancelled automatically after' => __('Mark booking as cancelled automatically after', 'fluent-booking'), | |
| 675 | + /* translators: followed by a duration dropdown; the next line reads "from the event end time" */ | |
| 676 | + 'Mark booking as completed automatically after' => __('Mark booking as completed automatically after', 'fluent-booking'), | |
| 677 | + 'Mark to Unavailable' => __('Mark to Unavailable', 'fluent-booking'), | |
| 678 | + 'Marketing Automation with FluentCRM' => __('Marketing Automation with FluentCRM', 'fluent-booking'), | |
| 679 | + 'Match all of' => __('Match all of', 'fluent-booking'), | |
| 680 | + 'Match any of' => __('Match any of', 'fluent-booking'), | |
| 681 | + 'Match none of' => __('Match none of', 'fluent-booking'), | |
| 682 | + 'Match Type' => __('Match Type', 'fluent-booking'), | |
| 683 | + 'Max File Size' => __('Max File Size', 'fluent-booking'), | |
| 684 | + 'Max Files Count' => __('Max Files Count', 'fluent-booking'), | |
| 685 | + 'Max files reached' => __('Max files reached', 'fluent-booking'), | |
| 686 | + 'Max invitees in a spot' => __('Max invitees in a spot', 'fluent-booking'), | |
| 687 | + /* translators: %1$s: a number, %2$s: a time unit, e.g. "Days" */ | |
| 688 | + 'Maximum allowed is %1$s %2$s' => __('Maximum allowed is %1$s %2$s', 'fluent-booking'), | |
| 689 | + 'Maximum Booking Limit' => __('Maximum Booking Limit', 'fluent-booking'), | |
| 690 | + 'Maximum Date' => __('Maximum Date', 'fluent-booking'), | |
| 691 | + 'Maximum Discount Amount' => __('Maximum Discount Amount', 'fluent-booking'), | |
| 692 | + 'Maximum Guest Limit' => __('Maximum Guest Limit', 'fluent-booking'), | |
| 693 | + 'may' => __('May', 'fluent-booking'), | |
| 694 | + 'MCP clients connect to this URL.' => __('MCP clients connect to this URL.', 'fluent-booking'), | |
| 695 | + 'MCP for AI Agents' => __('MCP for AI Agents', 'fluent-booking'), | |
| 696 | + 'McpSettings/adapter_missing' => __('FluentBooking does not bundle the MCP adapter. Install Fluent Toolkit (recommended) or the MCP Adapter plugin, on WordPress 6.9 or newer.', 'fluent-booking'), | |
| 697 | + 'McpSettings/adapter_missing_installable' => __('FluentBooking ships AI agent tools, but they only become available once an MCP adapter is installed and active. FluentHub bundles the adapter and can be installed from here.', 'fluent-booking'), | |
| 698 | + 'McpSettings/admin_only_notice' => __('Only site administrators can change these settings.', 'fluent-booking'), | |
| 699 | + 'McpSettings/connect_intro' => __('Most clients authenticate with a WordPress application password — built into WordPress 5.6+, no extra plugin needed. Generate one from your profile, then paste your username and the app password below and we\'ll fill in the snippet for you.', 'fluent-booking'), | |
| 700 | + 'McpSettings/disclosure_permissions' => __('A client acts as one WordPress user with that account\'s FluentBooking permissions — it can read attendee details and create, reschedule or cancel bookings. Connect an account you trust, and remove its application password to revoke access.', 'fluent-booking'), | |
| 701 | + 'McpSettings/disclosure_transfer' => __('Whatever a client reads leaves this site. The AI provider behind it becomes a recipient of that attendee data, so name it in your privacy policy before you turn this on.', 'fluent-booking'), | |
| 702 | + 'McpSettings/endpoint_copied' => __('Endpoint URL has been copied to your clipboard', 'fluent-booking'), | |
| 703 | + 'McpSettings/help_text' => __('MCP (Model Context Protocol) lets compatible AI clients like Claude, OpenAI Codex and Cursor read and write your booking data with your authorization. Read the setup guide for connection steps and troubleshooting.', 'fluent-booking'), | |
| 704 | + 'McpSettings/intro' => __('Let AI assistants read and manage bookings over MCP. Off by default — turn it on, then connect with an application password.', 'fluent-booking'), | |
| 705 | + 'McpSettings/loading_status' => __('Loading MCP settings, please wait.', 'fluent-booking'), | |
| 706 | + 'McpSettings/localdev_tls_warning' => __('Only for local development with a self-signed certificate. This disables TLS verification (NODE_TLS_REJECT_UNAUTHORIZED=0) — never enable it on a public site, as it lets a network attacker intercept the username and application password.', 'fluent-booking'), | |
| 707 | + 'McpSettings/saving_status' => __('Saving MCP settings, please wait.', 'fluent-booking'), | |
| 708 | + 'McpSettings/snippet_claude_code' => __('Run this in the terminal where Claude Code is installed.', 'fluent-booking'), | |
| 709 | + 'McpSettings/snippet_claude_desktop' => __('Add this to your claude_desktop_config.json, then restart Claude Desktop.', 'fluent-booking'), | |
| 710 | + 'McpSettings/snippet_claude_desktop_localdev' => __('Add this to your claude_desktop_config.json, then restart Claude Desktop. TLS verification is disabled so the proxy can reach your local self-signed certificate.', 'fluent-booking'), | |
| 711 | + 'McpSettings/snippet_codex' => __('In Codex, add a custom MCP server (Streamable HTTP) with these values.', 'fluent-booking'), | |
| 712 | + 'McpSettings/snippet_copied' => __('Connection snippet has been copied to your clipboard', 'fluent-booking'), | |
| 713 | + 'McpSettings/snippet_cursor' => __('Add this to your Cursor mcp.json (Settings → MCP).', 'fluent-booking'), | |
| 714 | + 'McpSettings/snippet_generic' => __('Point your MCP client at this endpoint using HTTP Basic authentication.', 'fluent-booking'), | |
| 715 | + 'McpSettings/tools_pro_included' => __('Includes FluentBooking Pro tools.', 'fluent-booking'), | |
| 716 | + 'McpSettings/tools_pro_upsell' => __('FluentBooking Pro adds more tools.', 'fluent-booking'), | |
| 717 | + /* translators: %1$s: number of tools, %2$s: approximate context tokens */ | |
| 718 | + 'McpSettings/toolset_cost' => __('%1$s tools, about %2$s tokens of context', 'fluent-booking'), | |
| 719 | + 'McpSettings/toolsets_hint' => __('Every tool you expose stays loaded in the agent\'s context for the whole conversation, so enable only what you need.', 'fluent-booking'), | |
| 720 | + /* translators: %1$s: number of MCP tools exposed, %2$s: approximate context tokens */ | |
| 721 | + 'McpSettings/total_cost' => __('Currently exposing %1$s tools, about %2$s tokens.', 'fluent-booking'), | |
| 722 | + 'Meeting Activities' => __('Meeting Activities', 'fluent-booking'), | |
| 723 | + 'Meeting Duration' => __('Meeting Duration', 'fluent-booking'), | |
| 724 | + 'Meeting Duration *' => __('Meeting Duration *', 'fluent-booking'), | |
| 725 | + 'Meeting Host' => __('Meeting Host', 'fluent-booking'), | |
| 726 | + 'Meeting Information' => __('Meeting Information', 'fluent-booking'), | |
| 727 | + 'Meeting link is required' => __('Meeting link is required', 'fluent-booking'), | |
| 728 | + 'Meeting Title' => __('Meeting Title', 'fluent-booking'), | |
| 729 | + 'Message' => __('Message', 'fluent-booking'), | |
| 730 | + 'Minimum Date' => __('Minimum Date', 'fluent-booking'), | |
| 731 | + 'Minimum Notice' => __('Minimum Notice', 'fluent-booking'), | |
| 732 | + 'Minimum Purchase' => __('Minimum Purchase', 'fluent-booking'), | |
| 733 | + 'Minimum Purchase Amount' => __('Minimum Purchase Amount', 'fluent-booking'), | |
| 734 | + 'Minimum purchase amount should be greater than the discount amount' => __('Minimum purchase amount should be greater than the discount amount', 'fluent-booking'), | |
| 735 | + 'minutes' => __('minutes', 'fluent-booking'), | |
| 736 | + 'Minutes' => __('Minutes', 'fluent-booking'), | |
| 737 | + 'Minutes Before' => __('Minutes Before', 'fluent-booking'), | |
| 738 | + 'mon' => __('mon', 'fluent-booking'), | |
| 739 | + 'Monday' => __('Monday', 'fluent-booking'), | |
| 740 | + 'Monetize your booking with FluentCart' => __('Monetize your booking with FluentCart', 'fluent-booking'), | |
| 741 | + 'month' => __('month', 'fluent-booking'), | |
| 742 | + 'Month' => __('Month', 'fluent-booking'), | |
| 743 | + 'months' => __('months', 'fluent-booking'), | |
| 744 | + 'Months' => __('Months', 'fluent-booking'), | |
| 745 | + 'More information' => __('More information', 'fluent-booking'), | |
| 746 | + 'MS Teams' => __('MS Teams', 'fluent-booking'), | |
| 747 | + 'Multiple Duration requires at least 1 option' => __('Multiple Duration requires at least 1 option', 'fluent-booking'), | |
| 748 | + 'Multiple hosts' => __('Multiple hosts', 'fluent-booking'), | |
| 749 | + 'My Meetings' => __('My Meetings', 'fluent-booking'), | |
| 750 | + 'My Schedules' => __('My Schedules', 'fluent-booking'), | |
| 751 | + 'Name' => __('Name', 'fluent-booking'), | |
| 752 | + 'Name Attribute' => __('Name Attribute', 'fluent-booking'), | |
| 753 | + /* translators: %s: the name of the Pro feature */ | |
| 754 | + 'NeedProVersion' => __('%s is not available in the free version. Please upgrade to get all the advanced features.', 'fluent-booking'), | |
| 755 | + 'New' => __('New', 'fluent-booking'), | |
| 756 | + 'New Event Type' => __('New Event Type', 'fluent-booking'), | |
| 757 | + 'New name' => __('New name', 'fluent-booking'), | |
| 758 | + 'NewBooking/host_selection_text' => __('If not selected, the system will select one based on their availability', 'fluent-booking'), | |
| 759 | + 'Next Meetings' => __('Next Meetings', 'fluent-booking'), | |
| 760 | + 'Next Month' => __('Next Month', 'fluent-booking'), | |
| 761 | + 'Nextcloud Calendar' => __('Nextcloud Calendar', 'fluent-booking'), | |
| 762 | + 'No' => __('No', 'fluent-booking'), | |
| 763 | + 'No activities has been recorded for this booking' => __('No activities has been recorded for this booking', 'fluent-booking'), | |
| 764 | + 'No Availability found' => __('No Availability found', 'fluent-booking'), | |
| 765 | + 'No bookings found based on your filter' => __('No bookings found based on your filter', 'fluent-booking'), | |
| 766 | + 'No Calendars found' => __('No Calendars found', 'fluent-booking'), | |
| 767 | + 'No coupons found' => __('No coupons found', 'fluent-booking'), | |
| 768 | + 'No Data' => __('No Data', 'fluent-booking'), | |
| 769 | + 'No data available to export.' => __('No data available to export.', 'fluent-booking'), | |
| 770 | + 'No Data match' => __('No Data match', 'fluent-booking'), | |
| 771 | + 'No Event Found!' => __('No Event Found!', 'fluent-booking'), | |
| 772 | + 'No event types yet' => __('No event types yet', 'fluent-booking'), | |
| 773 | + 'No events are using this schedule' => __('No events are using this schedule', 'fluent-booking'), | |
| 774 | + 'No events found' => __('No events found', 'fluent-booking'), | |
| 775 | + 'No Headers' => __('No Headers', 'fluent-booking'), | |
| 776 | + 'No Host Found' => __('No Host Found', 'fluent-booking'), | |
| 777 | + 'No Latest Booked Event Found' => __('No Latest Booked Event Found', 'fluent-booking'), | |
| 778 | + 'No lists found' => __('No lists found', 'fluent-booking'), | |
| 779 | + 'No meetings today' => __('No meetings today', 'fluent-booking'), | |
| 780 | + 'No notes yet' => __('No notes yet', 'fluent-booking'), | |
| 781 | + 'No Show' => __('No Show', 'fluent-booking'), | |
| 782 | + 'No specific date overrides found for this schedule' => __('No specific date overrides found for this schedule', 'fluent-booking'), | |
| 783 | + 'No tags found' => __('No tags found', 'fluent-booking'), | |
| 109 | 784 | 'No Template found. Please make sure you are using latest version of Fluent Forms' => __('No Template found. Please make sure you are using latest version of Fluent Forms', 'fluent-booking'), |
| 110 | - 'Save Feed' => __('Save Feed', 'fluent-booking'), | |
| 111 | - 'General Host Settings' => __('General Host Settings', 'fluent-booking'), | |
| 112 | - 'Manage general settings for this calendar' => __('Manage general settings for this calendar', 'fluent-booking'), | |
| 113 | - 'Recommended Image Size: 600x600. Square Orientation' => __('Recommended Image Size: 600x600. Square Orientation', 'fluent-booking'), | |
| 114 | - 'Will be shown on landing page social share meta or profile block' => __('Will be shown on landing page social share meta or profile block', 'fluent-booking'), | |
| 115 | - 'Host Name / Calendar Title' => __('Host Name / Calendar Title', 'fluent-booking'), | |
| 116 | - 'Enter the Host Phone Number' => __('Enter the Host Phone Number', 'fluent-booking'), | |
| 117 | - 'Host Phone (with country code)' => __('Host Phone (with country code)', 'fluent-booking'), | |
| 118 | - 'Enter Name of this calendar' => __('Enter Name of this calendar', 'fluent-booing-pro'), | |
| 119 | - 'Should be same as the host name' => __('Should be same as the host name', 'fluent-booking'), | |
| 120 | - 'About' => __('About', 'fluent-booking'), | |
| 121 | - 'Enter description for this person / calendar' => __('Enter description for this person / calendar', 'fluent-booking'), | |
| 122 | - 'Will be shown on your calendar landing page / team block UI' => __('Will be shown on your calendar landing page / team block UI', 'fluent-booking'), | |
| 123 | - 'Enable Landing Page Features for this calendar' => __('Enable Landing Page Features for this calendar', 'fluent-booking'), | |
| 124 | - 'Which Booking Forms to Show?' => __('Which Booking Forms to Show?', 'fluent-booking'), | |
| 125 | - 'All Active Booking Forms' => __('All Active Booking Forms', 'fluent-booking'), | |
| 126 | - 'Only Selected Active Booking Types' => __('Only Selected Active Booking Types', 'fluent-booking'), | |
| 127 | - 'Please select which Booking Forms to show in the page?' => __('Please select which Booking Forms to show in the page?', 'fluent-booking'), | |
| 128 | - 'Save Settings' => __('Save Settings', 'fluent-booking'), | |
| 129 | - 'enable_calendar_check_conflicts' => __('Enable the calendars you want to check for conflicts to prevent double bookings.', 'fluent-booking'), | |
| 130 | - 'API Error:' => __('API Error:', 'fluent-booking'), | |
| 131 | - 'Confirm Disconnect' => __('Confirm Disconnect', 'fluent-booking'), | |
| 132 | - 'Remote Calendar Sync Settings' => __('Remote Calendar Sync Settings', 'fluent-booking'), | |
| 133 | - 'set_calendars_to_check_for_conflicts' => __('Set the calendars to check for conflicts to prevent double bookings and add events to your remote calendar.', 'fluent-booking'), | |
| 134 | - 'Add' => __('Add', 'fluent-booking'), | |
| 135 | - 'Create events on' => __('Create events on', 'fluent-booking'), | |
| 136 | - "Select remote calendar in where to add new events to when you're booked." => __('Select remote calendar in where to add new events to when you\'re booked.', 'fluent-booking'), | |
| 137 | - 'Select a Remote Calendar' => __('Select a Remote Calendar', 'fluent-booking'), | |
| 138 | - 'RemoteCalendarsSettings/connect_calendar_desc' => __('To use Remote Calendar Sync feature please connect with one of the following calendar providers', 'fluent-booking'), | |
| 139 | - 'To use Remote Calendar Sync feature please configure your apps first' => __('To use Remote Calendar Sync feature please configure your apps first', 'fluent-booking'), | |
| 140 | - 'Zoom Integrations Settings' => __('Zoom Integrations Settings', 'fluent-booking'), | |
| 141 | - 'Connect your Zoom account to create meeting when a event is booked.' => __('Connect your Zoom account to create meeting when a event is booked.', 'fluent-booking'), | |
| 142 | - 'UserZoomSettings/zoom_meeting_location_desc' => __('Your Zoom Account is connected. Please don\'t forget to set the meeting location as "Zoom Video" if you want to create meeting in zoom.', 'fluent-booking'), | |
| 143 | - 'UserZoomSettings/connect_zoom_desc' => __('Connect your Zoom account to create dynamic meeting in zoom for your bookings.', 'fluent-booking'), | |
| 144 | - 'Connect Your Zoom Account' => __('Connect Your Zoom Account', 'fluent-booking'), | |
| 145 | - 'Payment Settings' => __('Payment Settings', 'fluent-booking'), | |
| 146 | - 'Update Settings' => __('Update Settings', 'fluent-booking'), | |
| 147 | - 'PaymentSettings/enable_payment_description' => __('Enable this event as Paid and collect payment on booking', 'fluent-booking'), | |
| 148 | - 'PaymentSettings/multi_payment_description' => __('Enable multiple payment options based on duration', 'fluent-booking'), | |
| 149 | - 'PaymentSettings/enable_stripe_description' => __('Enable stripe payment method', 'fluent-booking'), | |
| 150 | - 'PaymentSettings/enable_paypal_description' => __('Enable paypal payment method', 'fluent-booking'), | |
| 151 | - 'PaymentSettings/enable_offline_description' => __('Enable offline payment method', 'fluent-booking'), | |
| 152 | - 'PaymentSettings/enable_payment_settings' => __('To accept payment for your bookings, please activate', 'fluent-booking'), | |
| 153 | - 'PaymentSettings/enable_global_payment_settings' => __('To accept payment for your bookings, please enable payment from global settings', 'fluent-booking'), | |
| 154 | - 'PaymentSettings/from_global_settings' => __('from global settings.', 'fluent-booking'), | |
| 155 | - 'PaymentSettings/woo_payment_description' => __('The selected product will be used for checkout in WooCommerce. The amount will be equal to the selected product pricing.', 'fluent-booking'), | |
| 156 | - 'Edit Transaction' => __('Edit Transaction', 'fluent-booking'), | |
| 157 | - 'Billing Address' => __('Billing Address', 'fluent-booking'), | |
| 158 | - 'Shipping Address' => __('Shipping Address', 'fluent-booking'), | |
| 159 | - 'Go to Stripe Settings' => __('Go to Stripe Settings', 'fluent-booking'), | |
| 160 | - 'Enable Payment Module' => __('Enable Payment Module', 'fluent-booking'), | |
| 161 | - 'Settings Page' => __('Settings Page', 'fluent-booking'), | |
| 162 | - 'Add more item' => __('Add more item', 'fluent-booking'), | |
| 163 | - 'Name' => __('Name', 'fluent-booking'), | |
| 164 | - 'WebHook Feed Name' => __('WebHook Feed Name', 'fluent-booking'), | |
| 165 | - 'Request URL' => __('Request URL', 'fluent-booking'), | |
| 166 | - 'WebHook URL' => __('WebHook URL', 'fluent-booking'), | |
| 167 | - 'Request Method' => __('Request Method', 'fluent-booking'), | |
| 168 | - 'Request Format' => __('Request Format', 'fluent-booking'), | |
| 169 | - 'Request Header' => __('Request Header', 'fluent-booking'), | |
| 170 | - 'Request Headers' => __('Request Headers', 'fluent-booking'), | |
| 171 | - 'No Headers' => __('No Headers', 'fluent-booking'), | |
| 172 | - 'With Headers' => __('With Headers', 'fluent-booking'), | |
| 173 | - 'Header Name' => __('Header Name', 'fluent-booking'), | |
| 174 | - 'Header Value' => __('Header Value', 'fluent-booking'), | |
| 175 | - 'Header Key' => __('Header Key', 'fluent-booking'), | |
| 176 | - 'Enter Value' => __('Enter Value', 'fluent-booking'), | |
| 177 | - 'Request Body' => __('Request Body', 'fluent-booking'), | |
| 178 | - 'All Data' => __('All Data', 'fluent-booking'), | |
| 179 | - 'Selected Fields' => __('Selected Fields', 'fluent-booking'), | |
| 180 | - 'Request Fields' => __('Request Fields', 'fluent-booking'), | |
| 181 | - 'Value' => __('Value', 'fluent-booking'), | |
| 182 | - 'Field' => __('Field', 'fluent-booking'), | |
| 183 | - 'Field Name' => __('Field Name', 'fluent-booking'), | |
| 184 | - 'Field Value' => __('Field Value', 'fluent-booking'), | |
| 185 | - 'Enter Name' => __('Enter Name', 'fluent-booking'), | |
| 186 | - 'Select Value' => __('Select Value', 'fluent-booking'), | |
| 187 | - 'Event Triggers' => __('Event Triggers', 'fluent-booking'), | |
| 188 | - 'Enable this webhook feed' => __('Enable this webhook feed', 'fluent-booking'), | |
| 189 | - 'Webhook Feeds' => __('Webhook Feeds', 'fluent-booking'), | |
| 190 | - 'Add New Webhook' => __('Add New Webhook', 'fluent-booking'), | |
| 191 | - 'Are you sure to delete this webhook?' => __('Are you sure to delete this webhook?', 'fluent-booking'), | |
| 192 | - "You don't have any feeds configured. Let's go" => __('You don\'t have any feeds configured. Let\'s go', 'fluent-booking'), | |
| 193 | - 'create one!' => __('create one!', 'fluent-booking'), | |
| 194 | - 'EditCustomFieldModal/system_defined_field_label' => __('This is a system defined field. You can only edit labels', 'fluent-booking'), | |
| 195 | - 'Select Type' => __('Select Type', 'fluent-booking'), | |
| 196 | - 'Label *' => __('Label *', 'fluent-booking'), | |
| 197 | - 'Label' => __('Label', 'fluent-booking'), | |
| 198 | - 'Placeholder' => __('Placeholder', 'fluent-booking'), | |
| 199 | - 'Options *' => __('Options *', 'fluent-booking'), | |
| 200 | - 'Remove' => __('Remove', 'fluent-booking'), | |
| 201 | - '+ Add new option' => __('+ Add new option', 'fluent-booking'), | |
| 202 | - 'Yes' => __('Yes', 'fluent-booking'), | |
| 203 | - 'No' => __('No', 'fluent-booking'), | |
| 204 | - 'Question Settings' => __('Question Settings', 'fluent-booking'), | |
| 205 | - 'Other Questions' => __('Other Questions', 'fluent-booking'), | |
| 206 | - 'Add Question' => __('Add Question', 'fluent-booking'), | |
| 207 | - 'Update Question' => __('Update Question', 'fluent-booking'), | |
| 208 | - 'Shortcodes' => __('Shortcodes', 'fluent-booking'), | |
| 209 | - 'Subject' => __('Subject', 'fluent-booking'), | |
| 210 | - 'Email Body' => __('Email Body', 'fluent-booking'), | |
| 211 | - 'Add Shortcodes' => __('Add Shortcodes', 'fluent-booking'), | |
| 212 | - 'Timing' => __('Timing', 'fluent-booking'), | |
| 213 | - 'Select Unit' => __('Select Unit', 'fluent-booking'), | |
| 214 | - 'Minutes Before' => __('Minutes Before', 'fluent-booking'), | |
| 215 | - 'Hours Before' => __('Hours Before', 'fluent-booking'), | |
| 216 | - 'Days Before' => __('Days Before', 'fluent-booking'), | |
| 217 | - '+ Add Another Reminder' => __('+ Add Another Reminder', 'fluent-booking'), | |
| 218 | - 'Additional Recipients' => __('Additional Recipients', 'fluent-booking'), | |
| 219 | - 'Additional Guests' => __('Additional Guests', 'fluent-booking'), | |
| 220 | - 'Enter email addresses separated by commas' => __('Enter email addresses separated by commas', 'fluent-booking'), | |
| 221 | - 'EditNotificationSettings/additional_recipients_desc' => __('Provided email addresses will set as CC to this email notification', 'fluent-booking'), | |
| 222 | - 'Enable this notification email' => __('Enable this notification email', 'fluent-booking'), | |
| 223 | - 'Location Title *' => __('Location Title *', 'fluent-booking'), | |
| 224 | - 'Location Title' => __('Location Title', 'fluent-booking'), | |
| 225 | - 'Location Description' => __('Location Description', 'fluent-booking'), | |
| 226 | - 'Location Description *' => __('Location Description *', 'fluent-booking'), | |
| 227 | - 'Your Phone Number * (with country code)' => __('Your Phone Number * (with country code)', 'fluent-booking'), | |
| 228 | - 'Your Phone Number' => __('Your Phone Number', 'fluent-booking'), | |
| 229 | - 'Online Meeting Link *' => __('Online Meeting Link *', 'fluent-booking'), | |
| 230 | - 'Your Meeting Link' => __('Your Meeting Link', 'fluent-booking'), | |
| 231 | - 'Edit Location' => __('Edit Location', 'fluent-booking'), | |
| 232 | - 'Add Location' => __('Add Location', 'fluent-booking'), | |
| 233 | - 'eg: 4' => __('eg: 4', 'fluent-booking'), | |
| 234 | - 'ex: 60' => __('ex: 60', 'fluent-booking'), | |
| 235 | - 'Minutes' => __('Minutes', 'fluent-booking'), | |
| 236 | - 'minutes' => __('minutes', 'fluent-booking'), | |
| 237 | - 'Hours' => __('Hours', 'fluent-booking'), | |
| 238 | - 'Days' => __('Days', 'fluent-booking'), | |
| 239 | - 'of an event start time' => __('of an event start time', 'fluent-booking'), | |
| 240 | - 'Event Date' => __('Event Date', 'fluent-booking'), | |
| 241 | - 'Event Details' => __('Event Details', 'fluent-booking'), | |
| 242 | - 'Event Type' => __('Event Type', 'fluent-booking'), | |
| 243 | - 'One to One' => __('One to One', 'fluent-booking'), | |
| 244 | - 'Group' => __('Group', 'fluent-booking'), | |
| 245 | - 'Event Name *' => __('Event Name *', 'fluent-booking'), | |
| 246 | - 'Enter Event Title' => __('Enter Event Title', 'fluent-booking'), | |
| 247 | - 'Enter Description here' => __('Enter Description here', 'fluent-booking'), | |
| 248 | - 'Description' => __('Description', 'fluent-booking'), | |
| 249 | - 'Location *' => __('Location *', 'fluent-booking'), | |
| 250 | - 'spots left' => __('spots left', 'fluent-booking'), | |
| 251 | - 'Max invitees in a spot' => __('Max invitees in a spot', 'fluent-booking'), | |
| 252 | - 'Display remaining spots on booking page' => __('Display remaining spots on booking page', 'fluent-booking'), | |
| 253 | - 'Meeting Duration *' => __('Meeting Duration *', 'fluent-booking'), | |
| 254 | - 'Meeting Duration' => __('Meeting Duration', 'fluent-booking'), | |
| 255 | - 'DateOverRides/description' => __('Add dates when your availability changes from your weekly hours', 'fluent-booking'), | |
| 256 | - 'AvailableTimes/description' => __('Add your available times for this event. At least one available time should be added.', 'fluent-booking'), | |
| 257 | - 'Add a date override' => __('Add a date override', 'fluent-booking'), | |
| 258 | - 'What hours are you available?' => __('What hours are you available?', 'fluent-booking'), | |
| 259 | - 'What is this meeting about?' => __('What is this meeting about?', 'fluent-booking'), | |
| 260 | - 'Mark to Unavailable' => __('Mark to Unavailable', 'fluent-booking'), | |
| 261 | - 'Apply' => __('Apply', 'fluent-booking'), | |
| 262 | - 'Email Notification Settings' => __('Email Notification Settings', 'fluent-booking'), | |
| 263 | - 'Disabled' => __('Disabled', 'fluent-booking'), | |
| 264 | - 'Edit Notification' => __('Edit Notification', 'fluent-booking'), | |
| 265 | - 'Save Email' => __('Save Email', 'fluent-booking'), | |
| 266 | - 'Edit Availability' => __('Edit Availability', 'fluent-booking'), | |
| 267 | - 'Date Overrides' => __('Date Overrides', 'fluent-booking'), | |
| 268 | - 'No specific date overrides found for this schedule' => __('No specific date overrides found for this schedule', 'fluent-booking'), | |
| 269 | - 'LocationSelector/disabled_location_description' => __('Looks like your remote connection for this location is disabled. Please revise your location selection', 'fluent-booking'), | |
| 270 | - 'LocationSelector/error_location_description' => __('Looks like your remote connection for this location is disabled.', 'fluent-booking'), | |
| 271 | - 'EachSlot/disabled_location_description' => __('Selected location seems disabled. Please revise your location selections', 'fluent-booking'), | |
| 272 | - 'EachSlot/delete_confirmation' => __('Are you sure you want to delete this booking type? All the associate bookings and data will be deleted.', 'fluent-booking'), | |
| 273 | - 'Add another location option' => __('Add another location option', 'fluent-booking'), | |
| 274 | - 'Display Description on booking page' => __('Display Description on booking page', 'fluent-booking'), | |
| 275 | - 'Display Phone number on booking page' => __('Display Phone number on booking page', 'fluent-booking'), | |
| 276 | - 'Display Link on booking page' => __('Display Link on booking page', 'fluent-booking'), | |
| 277 | - 'In Person (Attendee Address)' => __('In Person (Attendee Address)', 'fluent-booking'), | |
| 278 | - 'In Person (Organizer Address)' => __('In Person (Organizer Address)', 'fluent-booking'), | |
| 279 | - 'Attendee Phone Number' => __('Attendee Phone Number', 'fluent-booking'), | |
| 280 | - 'Organizer Phone Number' => __('Organizer Phone Number', 'fluent-booking'), | |
| 281 | - 'Online Meeting' => __('Online Meeting', 'fluent-booking'), | |
| 282 | - 'Google Meet' => __('Google Meet', 'fluent-booking'), | |
| 283 | - 'MS Teams' => __('MS Teams', 'fluent-booking'), | |
| 284 | - 'Zoom Meeting' => __('Zoom Meeting', 'fluent-booking'), | |
| 285 | - 'Booking Questions' => __('Booking Questions', 'fluent-booking'), | |
| 286 | - 'Required' => __('Required', 'fluent-booking'), | |
| 287 | - 'System' => __('System', 'fluent-booking'), | |
| 288 | - "Attendee's Name" => __('Attendee\'s Name', 'fluent-booking'), | |
| 289 | - "Attendee's Email" => __('Attendee\'s Email', 'fluent-booking'), | |
| 290 | - "Attendee's Timezone" => __('Attendee\'s Timezone', 'fluent-booking'), | |
| 291 | - "Attendee address" => __('Attendee address', 'fluent-booking'), | |
| 292 | - 'Attendee phone number (with country code)' => __('Attendee phone number (with country code)', 'fluent-booking'), | |
| 293 | - 'Hidden' => __('Hidden', 'fluent-booking'), | |
| 294 | - '+ Add more questions for invitees' => __('+ Add more questions for invitees', 'fluent-booking'), | |
| 295 | - 'Schedule Settings' => __('Schedule Settings', 'fluent-booking'), | |
| 296 | - 'Limits' => __('Limits', 'fluent-booking'), | |
| 297 | - 'Invitees can schedule...' => __('Invitees can schedule...', 'fluent-booking'), | |
| 298 | - 'Within future days' => __('Within future days', 'fluent-booking'), | |
| 299 | - 'Days into the future' => __('Days into the future', 'fluent-booking'), | |
| 300 | - 'Within a date range' => __('Within a date range', 'fluent-booking'), | |
| 301 | - 'Indefinitely into the future' => __('Indefinitely into the future', 'fluent-booking'), | |
| 302 | - 'ScheduleSettings/availability_type_label' => __('How do you want to offer your availability for this event type?', 'fluent-booking'), | |
| 303 | - 'Use an Existing Schedule' => __('Use an Existing Schedule', 'fluent-booking'), | |
| 304 | - 'Which Schedule Do You Want to Use?' => __('Which Schedule Do You Want to Use?', 'fluent-booking'), | |
| 305 | - 'Select Schedule' => __('Select Schedule', 'fluent-booking'), | |
| 306 | - 'Set Custom Hours' => __('Set Custom Hours', 'fluent-booking'), | |
| 307 | - "Invitees can't schedule within..." => __('Invitees can\'t schedule within...', 'fluent-booking'), | |
| 308 | - "CalendarEvent/select_event_description" => __('Select a calendar event from another calendar to clone it into your calendar', 'fluent-booking'), | |
| 309 | - 'CalendarEvent/select_notification_settings' => __('Select a calendar event to clone the notification settings into this event.', 'fluent-booking'), | |
| 310 | - 'CalendarEvent/select_sms_settings' => __('Select a calendar event to clone the sms notification settings into this event.', 'fluent-booking'), | |
| 311 | - 'CalendarEvent/select_webhook_settings' => __('Select a calendar event to clone all webhook settings into this event.', 'fluent-booking'), | |
| 312 | - 'CalendarEvent/select_integration_settings' => __('Select a calendar event to clone all integration settings into this event.', 'fluent-booking'), | |
| 313 | - 'ScheduleSettings/before/after_event_label' => __('Want to add buffer time before or after your events?', 'fluent-booking'), | |
| 314 | - 'ScheduleSettings/choose_host_schedules_description' => __('You can select a different schedule for each host. Each host\'s default schedule is chosen by default.', 'fluent-booking'), | |
| 315 | - 'LimitSettings/booking_frequency' => __('Limit booking frequency', 'fluent-booking'), | |
| 316 | - 'LimitSettings/booking_frequency_description' => __('Limit how many times this event can be booked', 'fluent-booking'), | |
| 317 | - 'LimitSettings/booking_duration' => __('Limit total booking duration', 'fluent-booking'), | |
| 318 | - 'LimitSettings/booking_duration_description' => __('Limit total amount of time that this event can be booked', 'fluent-booking'), | |
| 319 | - 'LimitSettings/future_booking' => __('Limit future bookings', 'fluent-booking'), | |
| 320 | - 'LimitSettings/future_booking_description' => __('Limit how far in the future this event can be booked', 'fluent-booking'), | |
| 321 | - 'LimitSettings/lock_timezone' => __('Lock timezone on booking page', 'fluent-booking'), | |
| 322 | - 'LimitSettings/lock_timezone_description' => __('To lock the timezone on booking page, useful for in-person events', 'fluent-booking'), | |
| 323 | - 'LimitSettings/requires_confirmation_description' => __('The booking needs to be manually confirmed before it is pushed to the integrations and a confirmation mail is sent', 'fluent-booking'), | |
| 324 | - 'AdvancedSettings/redirect_url_description' => __('Redirect to a custom URL after a successful booking', 'fluent-booking'), | |
| 325 | - 'AdvancedSettings/redirect_url_placeholder' => __('https://example.com/redirect-to-my-success-page', 'fluent-booking'), | |
| 326 | - 'AdvancedSettings/redirect_query_string_hint' => __('Sample: email={{guest.email}}&phone={{booking.phone}}', 'fluent-booking'), | |
| 327 | - 'AdvancedSettings/slug_setting_description' => __('Update the slug to customize your event landing page URL', 'fluent-booking'), | |
| 328 | - 'AdvancedSettings/slug_setting_hint' => __('Slug must be unique to avoid any conflicts with other events', 'fluent-booking'), | |
| 329 | - 'AdvancedSettings/single_multi_booking_description' => __('Allow a user to book multiple different times for the same event in one transaction', 'fluent-booking'), | |
| 330 | - 'AdvancedSettings/group_multi_booking_description' => __('Allow a user to book the same event for multiple attendees at the same time', 'fluent-booking'), | |
| 331 | - 'AdvancedSettings/cannot_cancel_description' => __('Please ensure the cancel link is removed from the confirmation email', 'fluent-booking'), | |
| 332 | - 'AdvancedSettings/can_cancel_description' => __('Please ensure the cancel link is included in the confirmation email', 'fluent-booking'), | |
| 333 | - 'AdvancedSettings/cannot_reschedule_description' => __('Please ensure the reschedule link is removed from the confirmation email', 'fluent-booking'), | |
| 334 | - 'AdvancedSettings/can_reschedule_description' => __('Please ensure the reschedule link is included in the confirmation email', 'fluent-booking'), | |
| 335 | - 'AdvancedSettings/cannot_cancel_message_hint' => __('User will see this if they attempt to cancel without permission', 'fluent-booking'), | |
| 336 | - 'AdvancedSettings/cannot_reschedule_message_hint' => __('User will see this if they attempt to reschedule without permission', 'fluent-booking'), | |
| 337 | - 'AdvancedSettings/multiple_booking_limit_hint' => __('Set the maximum number of bookings allowed in a single transaction', 'fluent-booking'), | |
| 338 | - 'Allow Multiple Booking' => __('Allow Multiple Booking', 'fluent-booking'), | |
| 339 | - 'Multiple hosts' => __('Multiple hosts', 'fluent-booking'), | |
| 340 | - 'Sorry! you can not cancel this' => __('Sorry! you can not cancel this', 'fluent-booking'), | |
| 341 | - 'Sorry! you can not reschedule this' => __('Sorry! you can not reschedule this', 'fluent-booking'), | |
| 342 | - 'Sorry! you cannot remove the organizer' => __('Sorry! you cannot remove the organizer', 'fluent-booking'), | |
| 343 | - 'Requires Confirmation' => __('Requires Confirmation', 'fluent-booking'), | |
| 344 | - 'When booking notice is less than' => __('When booking notice is less than', 'fluent-booking'), | |
| 345 | - 'When meeting starts in less than' => __('When meeting starts in less than', 'fluent-booking'), | |
| 346 | - 'Attendee Cannot Cancel' => __('Attendee Cannot Cancel', 'fluent-booking'), | |
| 347 | - 'Attendee Cannot Reschedule' => __('Attendee Cannot Reschedule', 'fluent-booking'), | |
| 348 | - 'Before Event' => __('Before Event', 'fluent-booking'), | |
| 349 | - 'After Event' => __('After Event', 'fluent-booking'), | |
| 350 | - 'Per day' => __('Per day', 'fluent-booking'), | |
| 351 | - 'Per week' => __('Per week', 'fluent-booking'), | |
| 352 | - 'Per month' => __('Per month', 'fluent-booking'), | |
| 353 | - 'Add Another Limit' => __('+ Add Another Limit', 'fluent-booking'), | |
| 354 | - 'Minimum Notice' => __('Minimum Notice', 'fluent-booking'), | |
| 355 | - 'Time-slot intervals' => __('Time-slot intervals', 'fluent-booking'), | |
| 356 | - 'Schedule Type' => __('Schedule Type', 'fluent-booking'), | |
| 357 | - 'Weekly Hours By Day' => __('Weekly Hours By Day', 'fluent-booking'), | |
| 358 | - 'Specific Dates & Hours (coming soon)' => __('Specific Dates & Hours (coming soon)', 'fluent-booking'), | |
| 359 | - 'Weekly Hours Schedules' => __('Weekly Hours Schedules', 'fluent-booking'), | |
| 360 | - 'Availability Range' => __('Availability Range', 'fluent-booking'), | |
| 361 | - 'Availability/team_availability_description' => __('Enable this if you want to use a common schedule between hosts. When disabled, each host will be booked based on their default or chosen schedule.', 'fluent-booking'), | |
| 362 | - 'Availability/event_availability_reserve_time' => __('Enable to reserve selected times for this event only. When disabled, times remain available and may disappear if booked by others.', 'fluent-booking'), | |
| 363 | - 'Select the available date range' => __('Select the available date range', 'fluent-booking'), | |
| 364 | - 'Scheduling conditions' => __('Scheduling conditions', 'fluent-booking'), | |
| 365 | - 'Share' => __('Share', 'fluent-booking'), | |
| 366 | - 'Email Notifications' => __('Email Notifications', 'fluent-booking'), | |
| 367 | - 'Email Frequency?' => __('Email Frequency?', 'fluent-booking'), | |
| 368 | - 'Default Country for Phone Field' => __('Default Country for Phone Field', 'fluent-booking'), | |
| 369 | - 'Select Country' => __('Select Country', 'fluent-booking'), | |
| 370 | - 'Webhooks Feeds' => __('Webhooks Feeds', 'fluent-booking'), | |
| 371 | - 'Connect with stripe' => __('Connect with stripe', 'fluent-booking'), | |
| 372 | - 'Your Stripe Account is connected' => __('Your Stripe Account is connected', 'fluent-booking'), | |
| 373 | - '- Administrator (Owner)' => __('- Administrator (Owner)', 'fluent-booking'), | |
| 374 | - 'No, Thanks' => __('No, Thanks', 'fluent-booking'), | |
| 375 | - 'Are you sure to disconnect this account?' => __('Are you sure to disconnect this account?', 'fluent-booking'), | |
| 376 | - 'Amount' => __('Amount', 'fluent-booking'), | |
| 377 | - 'Disconnect' => __('Disconnect', 'fluent-booking'), | |
| 378 | - 'Payment Title' => __('Payment Title', 'fluent-booking'), | |
| 379 | - 'Stripe Payments' => __('Stripe Payments', 'fluent-booking'), | |
| 380 | - 'Stripe' => __('Stripe', 'fluent-booking'), | |
| 381 | - 'PayPal' => __('PayPal', 'fluent-booking'), | |
| 382 | - 'Product' => __('Product', 'fluent-booking'), | |
| 383 | - 'PaymentSettingsIndex/configure_stripe_desc' => __('Configure stripe to accept payments on your booking events and monetize your time slots', 'fluent-booking'), | |
| 384 | - 'GeneralIntegrationFeedSettings/failed_to_load_desc' => __('Failed to load this integration. Please reload this page and try again.', 'fluent-booking'), | |
| 385 | - 'Confirm, Disconnect' => __('Confirm, Disconnect', 'fluent-booking'), | |
| 386 | - 'Enable Landing Page' => __('Enable Landing Page', 'fluent-booking'), | |
| 387 | - 'New' => __('New', 'fluent-booking'), | |
| 388 | - 'New Event Type' => __('New Event Type', 'fluent-booking'), | |
| 389 | - 'No Event Found!' => __('No Event Found!', 'fluent-booking'), | |
| 390 | - 'Calendar Settings' => __('Calendar Settings', 'fluent-booking'), | |
| 391 | - 'Create New Event Type' => __('Create New Event Type', 'fluent-booking'), | |
| 392 | - 'One-to-One' => __('One-to-One', 'fluent-booking'), | |
| 393 | - 'One host' => __('One host', 'fluent-booking'), | |
| 394 | - 'with' => __('with', 'fluent-booking'), | |
| 395 | - 'Filter' => __('Filter', 'fluent-booking'), | |
| 396 | - 'One invitee' => __('One invitee', 'fluent-booking'), | |
| 397 | - 'Group of invitees' => __('Group of invitees', 'fluent-booking'), | |
| 398 | - 'Good for: coffee chats, 1:1 interviews, etc.' => __('Good for: coffee chats, 1:1 interviews, etc.', 'fluent-booking'), | |
| 399 | - 'Good for: webinars, online classes, etc.' => __('Good for: webinars, online classes, etc.', 'fluent-booking'), | |
| 400 | - 'Good for: distributing incoming sales leads.' => __('Good for: distributing incoming sales leads.', 'fluent-booking'), | |
| 401 | - 'Good for: higher priority meetings.' => __('Good for: higher priority meetings.', 'fluent-booking'), | |
| 402 | - 'Good for: reservation or ticketing system' => __('Good for: reservation or ticketing system', 'fluent-booking'), | |
| 403 | - 'Good for: Panel interviews, group sales calls, etc.' => __('Good for: Panel interviews, group sales calls, etc.', 'fluent-booking'), | |
| 404 | - 'Landing page URL' => __('Landing page URL', 'fluent-booking'), | |
| 405 | - 'Publicly Accessible' => __('Publicly Accessible', 'fluent-booking'), | |
| 406 | - 'Disable Landing Page Feature' => __('Disable Landing Page Feature', 'fluent-booking'), | |
| 407 | - 'Landing Page Visibility' => __('Landing Page Visibility', 'fluent-booking'), | |
| 408 | - 'Your First Name' => __('Your First Name', 'fluent-booking'), | |
| 409 | - 'Your Last Name' => __('Your Last Name', 'fluent-booking'), | |
| 410 | - 'Update Info' => __('Update Info', 'fluent-booking'), | |
| 411 | - 'Disable' => __('Disable', 'fluent-booking'), | |
| 412 | - 'Enable this event' => __('Enable this event', 'fluent-booking'), | |
| 413 | - 'Turn On' => __('Turn On', 'fluent-booking'), | |
| 414 | - 'URL has been copied to your clipboard' => __('URL has been copied to your clipboard', 'fluent-booking'), | |
| 415 | - 'Shortcode has been copied to your clipboard' => __('Shortcode has been copied to your clipboard', 'fluent-booking'), | |
| 416 | - 'Copied to clipboard' => __('Copied to clipboard', 'fluent-booking'), | |
| 417 | - 'Shortcode' => __('Shortcode', 'fluent-booking'), | |
| 418 | - 'ShareCalendarBlock/copy_and_use_shortcode_desc' => __('Copy and use the shortcode Page/Post of your website', 'fluent-booking'), | |
| 419 | - 'Landing Page' => __('Landing Page', 'fluent-booking'), | |
| 420 | - 'Copy' => __('Copy', 'fluent-booking'), | |
| 421 | - 'Copy link' => __('Copy link', 'fluent-booking'), | |
| 422 | - 'To get the landing page url, please enable from' => __('To get the landing page url, please enable from', 'fluent-booking'), | |
| 423 | - 'here' => __('here', 'fluent-booking'), | |
| 424 | - 'Add Calendar to Gutenberg Block' => __('Add Calendar to Gutenberg Block', 'fluent-booking'), | |
| 425 | - 'Add to Block' => __('Add to Block', 'fluent-booking'), | |
| 426 | - 'Close' => __('Close', 'fluent-booking'), | |
| 427 | - 'Select Timezone' => __('Select Timezone', 'fluent-booking'), | |
| 428 | - 'Timezone' => __('Timezone', 'fluent-booking'), | |
| 429 | - 'Current DateTime:' => __('Current DateTime:', 'fluent-booking'), | |
| 430 | - 'Calendars' => __('Calendars', 'fluent-booking'), | |
| 431 | - 'Create Booking' => __('Create Booking', 'fluent-booking'), | |
| 432 | - 'Create Booking Manually' => __('Create Booking Manually', 'fluent-booking'), | |
| 433 | - 'Add New Host' => __('Add New Host', 'fluent-booking'), | |
| 434 | - 'Add New Team' => __('Add New Team', 'fluent-booking'), | |
| 435 | - 'Add New Booking' => __('Add New Booking', 'fluent-booking'), | |
| 436 | - 'Add New Calendar Host' => __('Add New Calendar Host', 'fluent-booking'), | |
| 437 | - 'Add Single Event' => __('Add Single Event', 'fluent-booking'), | |
| 438 | - 'AllCalendars/create_host_desc' => __('A particular user can have one calendar with multiple events. Please select a user who does not have a calendar yet', 'fluent-booking'), | |
| 439 | - 'Congratulations!' => __('Congratulations!', 'fluent-booking'), | |
| 440 | - 'Booking Type' => __('Booking Type', 'fluent-booking'), | |
| 441 | - 'Create Your Availability' => __('Create Your Availability', 'fluent-booking'), | |
| 442 | - 'Continue' => __('Continue', 'fluent-booking'), | |
| 443 | - 'Please provide a location first' => __('Please provide a location first', 'fluent-booking'), | |
| 444 | - 'is required' => __('is required', 'fluent-booking'), | |
| 445 | - 'Location Type is required' => __('Location Type is required', 'fluent-booking'), | |
| 446 | - 'Location Title is required' => __('Location Title is required', 'fluent-booking'), | |
| 447 | - 'Location Description is required' => __('Location Description is required', 'fluent-booking'), | |
| 448 | - 'Location' => __('Location', 'fluent-booking'), | |
| 449 | - 'Phone Number is required' => __('Phone Number is required', 'fluent-booking'), | |
| 450 | - 'Please provide a slug first' => __('Please provide a slug first', 'fluent-booking'), | |
| 451 | - 'Only number in slug is not allowed' => __('Only number in slug is not allowed', 'fluent-booking'), | |
| 452 | - 'The Slug need to be at least 4 characters' => __('The Slug need to be at least 4 characters', 'fluent-booking'), | |
| 453 | - 'CreateNew/invalid_error_message' => __('Your booking slug only accepts alpha-numeric values. Please do not provide any space or special characters', 'fluent-booking'), | |
| 454 | - 'Title Field is required' => __('Title Field is required', 'fluent-booking'), | |
| 455 | - 'View Details' => __('View Details', 'fluent-booking'), | |
| 456 | - 'Upcoming' => __('Upcoming', 'fluent-booking'), | |
| 457 | - 'Completed' => __('Completed', 'fluent-booking'), | |
| 458 | - 'Cancelled' => __('Cancelled', 'fluent-booking'), | |
| 459 | - 'completed' => __('completed', 'fluent-booking'), | |
| 460 | - 'cancelled' => __('cancelled', 'fluent-booking'), | |
| 461 | - 'Pending' => __('Pending', 'fluent-booking'), | |
| 462 | - 'No Show' => __('No Show', 'fluent-booking'), | |
| 463 | - 'Event Guests' => __('Event Guests', 'fluent-booking'), | |
| 464 | - 'Search Host' => __('Search Host', 'fluent-booking'), | |
| 465 | - 'Import' => __('Import', 'fluent-booking'), | |
| 466 | - 'Import Calendar' => __('Import Calendar', 'fluent-booking'), | |
| 467 | - 'Import Calendar Host' => __('Import Calendar Host', 'fluent-booking'), | |
| 468 | - 'Import your exported calendar JSON file' => __('Import your exported calendar JSON file', 'fluent-booking'), | |
| 469 | - 'Export' => __('Export', 'fluent-booking'), | |
| 470 | - 'Export Hosts' => __('Export Hosts', 'fluent-booking'), | |
| 471 | - 'Drop file here or' => __('Drop file here or', 'fluent-booking'), | |
| 472 | - 'click to upload' => __('click to upload', 'fluent-booking'), | |
| 473 | - 'No Host Found' => __('No Host Found', 'fluent-booking'), | |
| 474 | - 'Message' => __('Message', 'fluent-booking'), | |
| 475 | - 'Booking URL' => __('Booking URL', 'fluent-booking'), | |
| 476 | - 'Email' => __('Email', 'fluent-booking'), | |
| 477 | - 'Status' => __('Status', 'fluent-booking'), | |
| 478 | - 'Booked At' => __('Booked At', 'fluent-booking'), | |
| 479 | - 'Payment History' => __('Payment History', 'fluent-booking'), | |
| 480 | - 'Currency' => __('Currency', 'fluent-booking'), | |
| 481 | - 'Quantity' => __('Quantity', 'fluent-booking'), | |
| 482 | - 'Price' => __('Price', 'fluent-booking'), | |
| 483 | - 'Total:' => __('Total:', 'fluent-booking'), | |
| 484 | - 'Payment Method' => __('Payment Method', 'fluent-booking'), | |
| 485 | - 'Transaction Details' => __('Transaction Details', 'fluent-booking'), | |
| 486 | - 'Card Last 4' => __('Card Last 4', 'fluent-booking'), | |
| 487 | - 'Payment Total' => __('Payment Total', 'fluent-booking'), | |
| 488 | - 'Payment Status' => __('Payment Status', 'fluent-booking'), | |
| 489 | - 'Transaction ID' => __('Transaction ID', 'fluent-booking'), | |
| 490 | - 'Mark As Completed' => __('Mark As Completed', 'fluent-booking'), | |
| 491 | - 'Mark As Paid' => __('Mark As Paid', 'fluent-booking'), | |
| 492 | - 'Meeting Information' => __('Meeting Information', 'fluent-booking'), | |
| 493 | - 'Meeting Host' => __('Meeting Host', 'fluent-booking'), | |
| 494 | - 'Meeting Title' => __('Meeting Title', 'fluent-booking'), | |
| 495 | - 'Booked From' => __('Booked From', 'fluent-booking'), | |
| 496 | - 'Internal Note' => __('Internal Note', 'fluent-booking'), | |
| 497 | - 'Cancel Meeting' => __('Cancel Meeting', 'fluent-booking'), | |
| 498 | - 'ScheduleBookingDetails/cancel_event_desc' => __('Please confirm that you would like to cancel this event. A cancellation email will also go out to the invitee', 'fluent-booking'), | |
| 499 | - 'ScheduleBookingDetails/reject_event_desc' => __('Please confirm that you would like to reject this event. A rejection email will also go out to the invitee', 'fluent-booking'), | |
| 500 | - 'Reason for cancellation' => __('Reason for cancellation', 'fluent-booking'), | |
| 501 | - "No, Don't cancel" => __('No, Don\'t cancel', 'fluent-booking'), | |
| 502 | - 'Yes, Cancel' => __('Yes, Cancel', 'fluent-booking'), | |
| 503 | - "Don't Reject" => __('Don\'t Reject', 'fluent-booking'), | |
| 504 | - 'Reject' => __('Reject', 'fluent-booking'), | |
| 505 | - 'Rejected' => __('Rejected', 'fluent-booking'), | |
| 506 | - 'Reject Booking' => __('Reject Booking', 'fluent-booking'), | |
| 507 | - 'Reason for rejection' => __('Reason for rejection', 'fluent-booking'), | |
| 508 | - 'Reschedule' => __('Reschedule', 'fluent-booking'), | |
| 509 | - "No, Don't delete" => __('No, Don\'t delete', 'fluent-booking'), | |
| 510 | - 'Yes, Delete' => __('Yes, Delete', 'fluent-booking'), | |
| 511 | - 'Delete Meeting' => __('Delete Meeting', 'fluent-booking'), | |
| 512 | - 'ScheduleBookingDetails/delete_booking' => __('Are you sure you want to delete this booking?', 'fluent-booking'), | |
| 513 | - 'Invitees Information' => __('Invitees Information', 'fluent-booking'), | |
| 514 | - 'Invitee Name' => __('Invitee Name', 'fluent-booking'), | |
| 515 | - 'Invitee Email' => __('Invitee Email', 'fluent-booking'), | |
| 516 | - 'Ignore Availability' => __('Ignore Availability', 'fluent-booking'), | |
| 517 | - 'Invitee Timezone' => __('Invitee Timezone', 'fluent-booking'), | |
| 518 | - 'Search Booking' => __('Search Booking', 'fluent-booking'), | |
| 519 | - 'Select Event Types' => __('Select Event Types', 'fluent-booking'), | |
| 520 | - 'Select Event' => __('Select Event', 'fluent-booking'), | |
| 521 | - 'Select Status' => __('Select Status', 'fluent-booking'), | |
| 522 | - 'Select Time' => __('Select Time', 'fluent-booking'), | |
| 523 | - 'Search and Select Time' => __('Search and Select Time', 'fluent-booking'), | |
| 524 | - 'Reorder Events' => __('Reorder Events', 'fluent-booking'), | |
| 525 | - 'All Events' => __('All Events', 'fluent-booking'), | |
| 526 | - 'All Event Types' => __('All Event Types', 'fluent-booking'), | |
| 527 | - 'My Meetings' => __('My Meetings', 'fluent-booking'), | |
| 528 | - 'All Meetings' => __('All Meetings', 'fluent-booking'), | |
| 529 | - 'Single' => __('Single', 'fluent-booking'), | |
| 530 | - 'Discard' => __('Discard', 'fluent-booking'), | |
| 531 | - 'Submit' => __('Submit', 'fluent-booking'), | |
| 532 | - 'No bookings found based on your filter' => __('No bookings found based on your filter', 'fluent-booking'), | |
| 533 | - 'beta' => __('beta', 'fluent-booking'), | |
| 534 | - 'Team' => __('Team', 'fluent-booking'), | |
| 535 | - 'TeamManagement/description' => __('Grant Team Members Access to FluentBookings for Calendar and Booking Management.', 'fluent-booking'), | |
| 536 | - 'Assignment' => __('Assignment', 'fluent-booking'), | |
| 537 | - 'Assign Member' => __('Assign Member', 'fluent-booking'), | |
| 538 | - 'Team Member' => __('Team Member', 'fluent-booking'), | |
| 539 | - 'Team Members' => __('Team Members', 'fluent-booking'), | |
| 540 | - 'Team Name' => __('Team Name', 'fluent-booking'), | |
| 541 | - 'Team Avatar' => __('Team Avatar', 'fluent-booking'), | |
| 542 | - 'Team Settings' => __('Team Settings', 'fluent-booking'), | |
| 543 | - 'Edit Team Member' => __('Edit Team Member', 'fluent-booking'), | |
| 544 | - 'Access Permissions for this user' => __('Access Permissions for this user', 'fluent-booking'), | |
| 545 | - '(Required Permission)' => __('(Required Permission)', 'fluent-booking'), | |
| 546 | - 'Update Access Permissions' => __('Update Access Permissions', 'fluent-booking'), | |
| 547 | - 'Permission Denied Message' => __('Permission Denied Message', 'fluent-booking'), | |
| 548 | - 'Add Team Member' => __('Add Team Member', 'fluent-booking'), | |
| 549 | - 'Add Host' => __('Add Host', 'fluent-booking'), | |
| 550 | - 'Add Team' => __('Add Team', 'fluent-booking'), | |
| 551 | - 'Add One-off Event' => __('Add One-off Event', 'fluent-booking'), | |
| 552 | - 'Single Event' => __('Single Event', 'fluent-booking'), | |
| 553 | - 'Group Event' => __('Group Event', 'fluent-booking'), | |
| 554 | - 'Invite someone' => __('Invite someone', 'fluent-booking'), | |
| 555 | - 'One-off Event' => __('One-off Event', 'fluent-booking'), | |
| 556 | - 'Enter Name of this event calendar' => __('Enter Name of this event calendar', 'fluent-booking'), | |
| 557 | - 'Reserve spots' => __('Reserve spots', 'fluent-booking'), | |
| 558 | - 'Select Event Hosts' => __('Select Event Hosts', 'fluent-booking'), | |
| 559 | - 'Event Hosts' => __('Event Hosts', 'fluent-booking'), | |
| 560 | - 'Event Calendar Name' => __('Event Calendar Name', 'fluent-booking'), | |
| 561 | - 'for a scheduled event with' => __('for a scheduled event with', 'fluent-booking'), | |
| 562 | - 'to pick a time to meet with' => __('to pick a time to meet with', 'fluent-booking'), | |
| 563 | - 'hosts' => __('hosts', 'fluent-booking'), | |
| 564 | - 'you' => __('you', 'fluent-booking'), | |
| 565 | - 'Please select the hosts you want to assign to this event' => __('Please select the hosts you want to assign to this event', 'fluent-booking'), | |
| 566 | - 'Select Member' => __('Select Member', 'fluent-booking'), | |
| 567 | - 'Connected Zoom Account Email:' => __('Connected Zoom Account Email:', 'fluent-booking'), | |
| 568 | - 'The above app secret key will be encrypted and stored securely.' => __('The above app secret key will be encrypted and stored securely.', 'fluent-booking'), | |
| 569 | - 'Save & Validate Credentials' => __('Save & Validate Credentials', 'fluent-booking'), | |
| 570 | - 'No Settings Found for this integration' => __('No Settings Found for this integration', 'fluent-booking'), | |
| 571 | - 'General Settings' => __('General Settings', 'fluent-booking'), | |
| 572 | - 'GeneralSettings/description' => __('Manage your settings related emails, notifications and other general settings', 'fluent-booking'), | |
| 573 | - 'Admin Email' => __('Admin Email', 'fluent-booking'), | |
| 574 | - 'Calendar start from' => __('Calendar start from', 'fluent-booking'), | |
| 575 | - 'Enable Booking Summary Notification' => __('Enable Booking Summary Notification', 'fluent-booking'), | |
| 576 | - 'How often to send summary email?' => __('How often to send summary email?', 'fluent-booking'), | |
| 577 | - 'Select Frequency' => __('Select Frequency', 'fluent-booking'), | |
| 578 | - 'Daily' => __('Daily', 'fluent-booking'), | |
| 579 | - 'Weekly' => __('Weekly', 'fluent-booking'), | |
| 580 | - 'In which day to send the email?' => __('In which day to send the email?', 'fluent-booking'), | |
| 581 | - 'Select Day' => __('Select Day', 'fluent-booking'), | |
| 582 | - 'Emailing Settings' => __('Emailing Settings', 'fluent-booking'), | |
| 583 | - 'GeneralSettings/email_settings_description' => __('Configure your email settings for booking related emails', 'fluent-booking'), | |
| 584 | - 'Payment Settings' => __('Payment Settings', 'fluent-booking'), | |
| 585 | - 'GeneralSettings/payment_settings_description' => __('Configure your global payment settings for booking related payments', 'fluent-booking'), | |
| 586 | - 'GeneralSettings/payment_tips_error' => __('Payment Module has been disabled currently. No Payments will be processed and associated functions will be disabled', 'fluent-booking'), | |
| 587 | - 'License Management' => __('License Management', 'fluent-booking'), | |
| 588 | - 'Fetching License Information Please wait' => __('Fetching License Information Please wait', 'fluent-booking'), | |
| 589 | - 'Looks like your license has been expired' => __('Looks like your license has been expired', 'fluent-booking'), | |
| 590 | - 'Click Here to Renew your License' => __('Click Here to Renew your License', 'fluent-booking'), | |
| 591 | - 'Have a new license Key?' => __('Have a new license Key?', 'fluent-booking'), | |
| 592 | - 'click here' => __('click here', 'fluent-booking'), | |
| 593 | - 'Click here' => __('Click here', 'fluent-booking'), | |
| 594 | - 'Your License Key' => __('Your License Key', 'fluent-booking'), | |
| 595 | - 'License Key' => __('License Key', 'fluent-booking'), | |
| 596 | - 'Verify License' => __('Verify License', 'fluent-booking'), | |
| 597 | - 'You license key is valid and activated' => __('You license key is valid and activated', 'fluent-booking'), | |
| 598 | - 'Want to deactivate this license?' => __('Want to deactivate this license?', 'fluent-booking'), | |
| 599 | - 'Please Provide a license key of' => __('Please Provide a license key of', 'fluent-booking'), | |
| 600 | - "Don't have a license key?" => __('Don\'t have a license key?', 'fluent-booking'), | |
| 601 | - 'Purchase one here' => __('Purchase one here', 'fluent-booking'), | |
| 602 | - 'Please provide a license key' => __('Please provide a license key', 'fluent-booking'), | |
| 603 | - 'Profile' => __('Profile', 'fluent-booking'), | |
| 604 | - 'Your Name' => __('Your Name', 'fluent-booking'), | |
| 605 | - 'Enter Your name here' => __('Enter Your name here', 'fluent-booking'), | |
| 606 | - 'Save Changes' => __('Save Changes', 'fluent-booking'), | |
| 607 | - 'Global Settings' => __('Global Settings', 'fluent-booking'), | |
| 608 | - 'License' => __('License', 'fluent-booking'), | |
| 609 | - 'Search host and select' => __('Search host and select', 'fluent-booking'), | |
| 610 | - 'Read More' => __('Read More', 'fluent-booking'), | |
| 611 | - 'Show Video' => __('Show Video', 'fluent-booking'), | |
| 612 | - 'No Data Found' => __('No Data Found', 'fluent-booking'), | |
| 613 | - 'Select Guest Email Field' => __('Select Guest Email Field', 'fluent-booking'), | |
| 614 | - 'Select Guest Name Field' => __('Select Guest Name Field', 'fluent-booking'), | |
| 615 | - 'No Calendars found' => __('No Calendars found', 'fluent-booking'), | |
| 616 | - 'Which Schedule Do You Want to Use ?' => __('Which Schedule Do You Want to Use ?', 'fluent-booking'), | |
| 617 | - '+Add more questions for invitees' => __('+Add more questions for invitees', 'fluent-booking'), | |
| 618 | - 'Add new option' => __('Add new option', 'fluent-booking'), | |
| 619 | - 'Save' => __('Save', 'fluent-booking'), | |
| 620 | - 'Default Time Format' => __('Default Time Format', 'fluent-booking'), | |
| 621 | - 'Are you sure you want to delete this availability?' => __('Are you sure you want to delete this availability?', 'fluent-booking'), | |
| 622 | - 'Delete Availability' => __('Delete Availability', 'fluent-booking'), | |
| 623 | - 'Invalid Vue Element' => __('Invalid Vue Element', 'fluent-booking'), | |
| 624 | - 'Are you sure to delete this Feed?' => __('Are you sure to delete this Feed?', 'fluent-booking'), | |
| 625 | - 'Booking Confirmed' => __('Booking Confirmed', 'fluent-booking'), | |
| 626 | - 'Booking Completed' => __('Booking Completed', 'fluent-booking'), | |
| 627 | - 'Booking Cancelled' => __('Booking Cancelled', 'fluent-booking'), | |
| 628 | - 'This number will be used for sending sms notification' => __('This number will be used for sending sms notification', 'fluent-booking'), | |
| 629 | - 'RemoteCalendar/disconnect_calendar_description' => __('Are you sure you want to disconnect this calendar? This action can\'t be undone.', 'fluent-booking'), | |
| 630 | - 'Disconnect Calendar' => __('Disconnect Calendar', 'fluent-booking'), | |
| 631 | - 'Booking Payment Items' => __('Booking Payment Items', 'fluent-booking'), | |
| 632 | - 'Item Name' => __('Item Name', 'fluent-booking'), | |
| 633 | - 'Field Type' => __('Field Type', 'fluent-booking'), | |
| 634 | - 'Label field is required' => __('Label field is required', 'fluent-booking'), | |
| 635 | - 'Host Number' => __('Host Number', 'fluent-booking'), | |
| 636 | - 'Host Timezone' => __('Host Timezone', 'fluent-booking'), | |
| 637 | - 'Custom Number' => __('Custom Number', 'fluent-booking'), | |
| 638 | - 'Please set the host phone number from' => __('Please set the host phone number from', 'fluent-booking'), | |
| 639 | - 'Enter number with country code' => __('Enter number with country code', 'fluent-booking'), | |
| 640 | - 'EditSmsNotificationSettings/custom_number_desc' => __('This SMS will be sent to the attendee if phone number is provided during booking', 'fluent-booking'), | |
| 641 | - 'SMS Body' => __('SMS Body', 'fluent-booking'), | |
| 642 | - 'Send *' => __('Send *', 'fluent-booking'), | |
| 643 | - 'Enable this sms notification' => __('Enable this sms notification', 'fluent-booking'), | |
| 644 | - 'Please select a date first' => __('Please select a date first', 'fluent-booking'), | |
| 645 | - 'Meeting Link is required' => __('Meeting Link is required', 'fluent-booking'), | |
| 646 | - 'SMS Notification Settings' => __('SMS Notification Settings', 'fluent-booking'), | |
| 647 | - 'Save SMS' => __('Save SMS', 'fluent-booking'), | |
| 648 | - 'SmsNotificationSettings/configure_twilio_desc' => __('You didn\'t configure twilio yet. Please configure from', 'fluent-booking'), | |
| 649 | - 'Booking Types' => __('Booking Types', 'fluent-booking'), | |
| 650 | - 'Settings' => __('Settings', 'fluent-booking'), | |
| 651 | - 'SMS Notifications' => __('SMS Notifications', 'fluent-booking'), | |
| 652 | - 'Event Settings' => __('Event Settings', 'fluent-booking'), | |
| 653 | - 'Additional Settings' => __('Additional Settings', 'fluent-booking'), | |
| 654 | - 'Active' => __('Active', 'fluent-booking'), | |
| 655 | - 'Inactive' => __('Inactive', 'fluent-booking'), | |
| 656 | - 'Settings updated!' => __('Settings updated!', 'fluent-booking'), | |
| 657 | - 'Are you sure you want to disconnect this integration?' => __('Are you sure you want to disconnect this integration?', 'fluent-booking'), | |
| 658 | - 'Disconnect Integration' => __('Disconnect Integration', 'fluent-booking'), | |
| 659 | - 'Host Settings' => __('Host Settings', 'fluent-booking'), | |
| 660 | - 'CalendarEventBlock/delete_confirmation_desc' => __('Are you sure you want to delete this calendar? All the associate bookings and data will be deleted', 'fluent-booking'), | |
| 661 | - 'Calendar Type' => __('Calendar Type', 'fluent-booking'), | |
| 662 | - 'Delete Calendar' => __('Delete Calendar', 'fluent-booking'), | |
| 663 | - 'Calendar Description' => __('Calendar Description', 'fluent-booking'), | |
| 664 | - 'EachSlot/delete_event_confirmation_desc' => __('Are you sure you want to delete this booking type? All the associate bookings and data will be deleted', 'fluent-booking'), | |
| 665 | - 'Delete Booking Type' => __('Delete Booking Type', 'fluent-booking'), | |
| 666 | - 'Select Host' => __('Select Host', 'fluent-booking'), | |
| 667 | - 'Thank You For Choosing FluentBooking. Let\'s -' => __('Thank You For Choosing FluentBooking. Let\'s -', 'fluent-booking'), | |
| 668 | - 'Create Your First Booking Event' => __('Create Your First Booking Event', 'fluent-booking'), | |
| 669 | - '(Will Take Less Than a Minute!)' => __('(Will Take Less Than a Minute!)', 'fluent-booking'), | |
| 670 | - 'scheduled' => __('scheduled', 'fluent-booking'), | |
| 671 | - 'Scheduled' => __('Scheduled', 'fluent-booking'), | |
| 672 | - 'Booked' => __('Booked', 'fluent-booking'), | |
| 673 | - 'Last week' => __('Last week', 'fluent-booking'), | |
| 674 | - 'Last month' => __('Last month', 'fluent-booking'), | |
| 675 | - 'Edit:' => __('Edit:', 'fluent-booking'), | |
| 676 | - 'Last 3 months' => __('Last 3 months', 'fluent-booking'), | |
| 677 | - 'booked a new meeting at' => __('booked a new meeting at', 'fluent-booking'), | |
| 678 | - 'Add guests' => __('Add guests', 'fluent-booking'), | |
| 679 | - 'guests with' => __('guests with', 'fluent-booking'), | |
| 680 | - 'as group booking type' => __('as group booking type', 'fluent-booking'), | |
| 681 | - 'meeting between' => __('meeting between', 'fluent-booking'), | |
| 682 | - 'ZoomIntegrationSettings/description' => __('All connected zoom accounts by you and your team members. You can review who connected their zoom account from Host Settings and manage from here for all of your team members.', 'fluent-booking'), | |
| 683 | - 'Please read the documentation' => __('Please read the documentation', 'fluent-booking'), | |
| 684 | - 'Read the documentation' => __('Read the documentation', 'fluent-booking'), | |
| 685 | - 'ZoomIntegrationSettings/sub_description' => __('for step by step guide to know how connect zoom account.', 'fluent-booking'), | |
| 686 | - 'ZoomIntegrationSettings/didnot_connect_zoom_desc' => __('Looks like you did not connect FluentBooking with your Zoom Account yet!', 'fluent-booking'), | |
| 687 | - 'ZoomIntegrationSettings/connect_zoom_desc' => __('Connect your Zoom account to create dynamic meeting in zoom for your bookings.', 'fluent-booking'), | |
| 688 | - 'GoogleIntegrationSettings/official_app_desc' => __('FluentBooking will use the official verified app to connect with your Google Calendar. You can connect your Google Calendar from your host settings.', 'fluent-booking'), | |
| 689 | - 'GoogleIntegrationSettings/app_type' => __('oAuth Application Type', 'fluent-booking'), | |
| 690 | - 'GoogleIntegrationSettings/default_app' => __('Default Verified App (Recommended)', 'fluent-booking'), | |
| 691 | - 'GoogleIntegrationSettings/own_app' => __('Own App (Not Recommended)', 'fluent-booking'), | |
| 692 | - 'Connected Zoom Accounts' => __('Connected Zoom Accounts', 'fluent-booking'), | |
| 693 | - 'Add New Zoom User Account' => __('Add New Zoom User Account', 'fluent-booking'), | |
| 694 | - 'Please' => __('Please', 'fluent-booking'), | |
| 695 | - 'read the documentation here' => __('read the documentation here', 'fluent-booking'), | |
| 696 | - 'zoom_integration_step_by_step_guide' => __('for step by step guide to know how you can get api credentials from Zoom Account', 'fluent-booking'), | |
| 697 | - 'Administrator' => __('Administrator', 'fluent-booking'), | |
| 698 | - 'minutes meeting with' => __('minutes meeting with', 'fluent-booking'), | |
| 699 | - 'Global Feature Modules' => __('Global Feature Modules', 'fluent-booking'), | |
| 700 | - 'global_feature_modules_desc' => __('Enable/Disable FluentBooking Advanced features or integrations.', 'fluent-booking'), | |
| 701 | - 'Plugins that will extend your Fluent Booking Functionalities' => __('Plugins that will extend your Fluent Booking Functionalities', 'fluent-booking'), | |
| 702 | - 'Search & Select Product' => __('Search & Select Product', 'fluent-booking'), | |
| 703 | - 'Latest Bookings' => __('Latest Bookings', 'fluent-booking'), | |
| 704 | - 'All' => __('All', 'fluent-booking'), | |
| 705 | - 'Past' => __('Past', 'fluent-booking'), | |
| 706 | - 'All dates are shown in' => __('All dates are shown in', 'fluent-booking'), | |
| 707 | - 'timezone' => __('timezone', 'fluent-booking'), | |
| 708 | - 'sun' => __('sun', 'fluent-booking'), | |
| 709 | - 'mon' => __('mon', 'fluent-booking'), | |
| 710 | - 'tue' => __('tue', 'fluent-booking'), | |
| 711 | - 'wed' => __('wed', 'fluent-booking'), | |
| 712 | - 'thu' => __('thu', 'fluent-booking'), | |
| 713 | - 'fri' => __('fri', 'fluent-booking'), | |
| 714 | - 'sat' => __('sat', 'fluent-booking'), | |
| 715 | - 'SMS' => __('SMS', 'fluent-booking'), | |
| 716 | - 'WhatsApp' => __('WhatsApp', 'fluent-booking'), | |
| 717 | - 'Receiver *' => __('Receiver *', 'fluent-booking'), | |
| 718 | - 'Calendar Avatar' => __('Calendar Avatar', 'fluent-booking'), | |
| 719 | - 'Featured Image' => __('Featured Image', 'fluent-booking'), | |
| 720 | - 'no_show' => __('no_show', 'fluent-booking'), | |
| 721 | - 'Bookings' => __('Bookings', 'fluent-booking'), | |
| 722 | - '12h' => __('12h', 'fluent-booking'), | |
| 723 | - '24h' => __('24h', 'fluent-booking'), | |
| 724 | - 'Monday' => __('Monday', 'fluent-booking'), | |
| 725 | - 'Tuesday' => __('Tuesday', 'fluent-booking'), | |
| 726 | - 'Wednesday' => __('Wednesday', 'fluent-booking'), | |
| 727 | - 'Thursday' => __('Thursday', 'fluent-booking'), | |
| 728 | - 'Friday' => __('Friday', 'fluent-booking'), | |
| 729 | - 'Saturday' => __('Saturday', 'fluent-booking'), | |
| 730 | - 'Sunday' => __('Sunday', 'fluent-booking'), | |
| 731 | - 'Summary Email' => __('Summary Email', 'fluent-booking'), | |
| 732 | - 'connect_your_stripe_desc' => __('Connect Your Stripe Account to your website to accept Payments', 'fluent-booking'), | |
| 733 | - 'Integration Feed' => __('Integration Feed', 'fluent-booking'), | |
| 734 | - 'Error on integration settings' => __('Error on integration settings', 'fluent-booking'), | |
| 735 | - 'Field Label' => __('Field Label', 'fluent-booking'), | |
| 736 | - 'Jan' => __('Jan', 'fluent-booking'), | |
| 737 | - 'jan' => __('jan', 'fluent-booking'), | |
| 738 | - 'feb' => __('Feb', 'fluent-booking'), | |
| 739 | - 'mar' => __('Mar', 'fluent-booking'), | |
| 740 | - 'apr' => __('Apr', 'fluent-booking'), | |
| 741 | - 'may' => __('May', 'fluent-booking'), | |
| 742 | - 'jun' => __('Jun', 'fluent-booking'), | |
| 743 | - 'jul' => __('Jul', 'fluent-booking'), | |
| 744 | - 'aug' => __('Aug', 'fluent-booking'), | |
| 745 | - 'sep' => __('Sep', 'fluent-booking'), | |
| 746 | - 'oct' => __('Oct', 'fluent-booking'), | |
| 747 | - 'Nov' => __('Nov', 'fluent-booking'), | |
| 748 | - 'nov' => __('Nov', 'fluent-booking'), | |
| 749 | - 'dec' => __('Dec', 'fluent-booking'), | |
| 750 | - 'January' => __('January', 'fluent-booking'), | |
| 751 | - 'February' => __('February', 'fluent-booking'), | |
| 752 | - 'March' => __('March', 'fluent-booking'), | |
| 753 | - 'April' => __('April', 'fluent-booking'), | |
| 754 | - 'June' => __('June', 'fluent-booking'), | |
| 755 | - 'July' => __('July', 'fluent-booking'), | |
| 756 | - 'August' => __('August', 'fluent-booking'), | |
| 757 | - 'September' => __('September', 'fluent-booking'), | |
| 758 | - 'October' => __('October', 'fluent-booking'), | |
| 759 | - 'November' => __('November', 'fluent-booking'), | |
| 760 | - 'December' => __('December', 'fluent-booking'), | |
| 761 | - 'Sorted by booked at date time' => __('Sorted by booked at date time', 'fluent-booking'), | |
| 762 | - 'paid' => __('paid', 'fluent-booking'), | |
| 763 | - 'Paid' => __('Paid', 'fluent-booking'), | |
| 764 | - 'unpaid' => __('unpaid', 'fluent-booking'), | |
| 765 | - 'pending' => __('pending', 'fluent-booking'), | |
| 766 | - 'am' => __('am', 'fluent-booking'), | |
| 767 | - 'pm' => __('pm', 'fluent-booking'), | |
| 768 | - 'Add New Schedule' => __('Add New Schedule', 'fluent-booking'), | |
| 769 | - 'manage own calendar' => __('manage own calendar', 'fluent-booking'), | |
| 770 | - 'read and use other availabilities' => __('read and use other availabilities', 'fluent-booking'), | |
| 771 | - 'manage other calendars' => __('manage other calendars', 'fluent-booking'), | |
| 772 | - 'read other calendars' => __('read other calendars', 'fluent-booking'), | |
| 773 | - 'manage all bookings' => __('manage all bookings', 'fluent-booking'), | |
| 774 | - 'read all bookings' => __('read all bookings', 'fluent-booking'), | |
| 775 | - 'manage other availabilities' => __('manage other availabilities', 'fluent-booking'), | |
| 776 | - 'Currently FluentBooking has integration with FluentCRM. After install' => __('Currently FluentBooking has integration with FluentCRM. After install', 'fluent-booking'), | |
| 777 | - 'Integration/FluentCRM_not_active_desc' => __(', you can configure the integration feed here. More integration will be available soon. For now, you may use webhook feed.', 'fluent-booking'), | |
| 778 | - 'Today' => __('Today', 'fluent-booking'), | |
| 779 | - 'Yesterday' => __('Yesterday', 'fluent-booking'), | |
| 780 | - 'Tomorrow' => __('Tomorrow', 'fluent-booking'), | |
| 781 | - 'Use WooCommerce Checkout' => __('Use WooCommerce Checkout', 'fluent-booking'), | |
| 782 | - 'Use Native Payment Methods by FluentBooking' => __('Use Native Payment Methods by FluentBooking', 'fluent-booking'), | |
| 783 | - 'To' => __('To', 'fluent-booking'), | |
| 784 | - 'if customer does not complete the payment for paid events.' => __('if customer does not complete the payment for paid events.', 'fluent-booking'), | |
| 785 | - 'from the event end time' => __('from the event end time', 'fluent-booking'), | |
| 786 | - 'Mark booking as completed automatically after' => __('Mark booking as completed automatically after', 'fluent-booking'), | |
| 787 | - 'Mark booking as cancelled automatically after' => __('Mark booking as cancelled automatically after', 'fluent-booking'), | |
| 788 | - 'Checkout Method' => __('Checkout Method', 'fluent-booking'), | |
| 789 | - 'No Data match' => __('No Data match', 'fluent-booking'), | |
| 790 | - 'No Data' => __('No Data', 'fluent-booking'), | |
| 791 | - 'System Enabled' => __('System Enabled', 'fluent-booking'), | |
| 792 | - 'Enable' => __('Enable', 'fluent-booking'), | |
| 793 | - 'Enabled' => __('Enabled', 'fluent-booking'), | |
| 794 | - 'Install' => __('Install', 'fluent-booking'), | |
| 795 | - 'This only applies to your public landing pages' => __('This only applies to your public landing pages', 'fluent-booking'), | |
| 796 | - 'Theme' => __('Theme', 'fluent-booking'), | |
| 797 | - 'System Default' => __('System Default', 'fluent-booking'), | |
| 798 | - 'Light' => __('Light', 'fluent-booking'), | |
| 799 | - 'Dark' => __('Dark', 'fluent-booking'), | |
| 800 | - 'Slug' => __('Slug', 'fluent-booking'), | |
| 801 | - 'Event Title is required' => __ ('Event Title is required', 'fluent-booking'), | |
| 802 | - 'Redirect URL' => __('Redirect URL', 'fluent-booking'), | |
| 803 | - 'Redirect Query String' => __('Redirect Query String', 'fluent-booking'), | |
| 804 | - 'Redirect After Booking' => __('Redirect After Booking', 'fluent-booking'), | |
| 805 | - 'Pass Field Data Via Query String' => __('Pass Field Data Via Query String', 'fluent-booking'), | |
| 806 | - 'Redirect URL field is required' => __('Redirect URL field is required', 'fluent-booking'), | |
| 807 | - 'Redirect Query String field is required' => __('Redirect Query String field is required', 'fluent-booking'), | |
| 808 | - 'Multiple Duration requires at least 1 option' => __('Multiple Duration requires at least 1 option', 'fluent-booking'), | |
| 809 | - 'Available Durations' => __('Available Durations', 'fluent-booking'), | |
| 810 | - 'Default Duration' => __('Default Duration', 'fluent-booking'), | |
| 811 | - 'Allow attendee to select duration' => __('Allow attendee to select duration', 'fluent-booking'), | |
| 812 | - 'Rebook' => __('Rebook', 'fluent-booking'), | |
| 813 | - 'Round Robin' => __('Round Robin', 'fluent-booking'), | |
| 814 | - 'Collective' => __('Collective', 'fluent-booking'), | |
| 815 | - 'Enter Name of this team' => __('Enter Name of this team', 'fluent-booking'), | |
| 816 | - 'One rotating host' => __('One rotating host', 'fluent-booking'), | |
| 817 | - 'Choose a common schedule' => __('Choose a common schedule', 'fluent-booking'), | |
| 818 | - 'Choose Host Schedules' => __('Choose Host Schedules', 'fluent-booking'), | |
| 819 | - 'Already assigned' => __('Already assigned', 'fluent-booking'), | |
| 820 | - 'Maximum Guest Limit' => __('Maximum Guest Limit', 'fluent-booking'), | |
| 821 | - 'Maximum Booking Limit' => __('Maximum Booking Limit', 'fluent-booking'), | |
| 822 | - 'Refund payment from stripe' => __('Refund payment from stripe', 'fluent-booking'), | |
| 823 | - 'unconfirmed' => __('unconfirmed', 'fluent-booking'), | |
| 824 | - 'Unconfirmed' => __('Unconfirmed', 'fluent-booking'), | |
| 825 | - 'NewBooking/host_selection_text' => __('If not selected, the system will select one based on their availability', 'fluent-booking'), | |
| 826 | - 'Clone from' => __('Clone from', 'fluent-booking'), | |
| 827 | - 'Clone Event' => __('Clone Event', 'fluent-booking'), | |
| 828 | - 'Clone Settings' => __('Clone Settings', 'fluent-booking'), | |
| 829 | - 'Clone Notification Settings' => __('Clone Notification Settings', 'fluent-booking'), | |
| 830 | - 'Clone SMS Settings' => __('Clone SMS Settings', 'fluent-booking'), | |
| 831 | - 'Clone Webhook Settings' => __('Clone Webhook Settings', 'fluent-booking'), | |
| 832 | - 'Clone Integration Settings' => __('Clone Integration Settings', 'fluent-booking'), | |
| 833 | - 'Clone Calendar Event' => __('Clone Calendar Event', 'fluent-booking'), | |
| 834 | - 'Select Calendar Event' => __('Select Calendar Event', 'fluent-booking'), | |
| 835 | - 'Use this number for sending sms notification' => __('Use this number for sending sms notification', 'fluent-booking'), | |
| 836 | - 'Help Message' => __('Help Message', 'fluent-booking'), | |
| 837 | - 'Format' => __('Format', 'fluent-booking'), | |
| 838 | - 'Select Format' => __('Select Format', 'fluent-booking'), | |
| 839 | - 'No_show' => __('No_show', 'fluent-booking'), | |
| 840 | - 'Booking Rescheduled' => __('Booking Rescheduled', 'fluent-booking'), | |
| 841 | - 'Booking Rejected' => __('Booking Rejected', 'fluent-booking'), | |
| 842 | - 'Booking Title' => __('Booking Title', 'fluent-booking'), | |
| 843 | - 'Schedule Meeting' => __('Schedule Meeting', 'fluent-booking'), | |
| 844 | - 'Submit Button Text' => __('Submit Button Text', 'fluent-booking'), | |
| 845 | - 'Advanced Settings' => __('Advanced Settings', 'fluent-booking'), | |
| 846 | - 'The default date format will be applied if no format is chosen.' => __('The default date format will be applied if no format is chosen.', 'fluent-booking'), | |
| 847 | - 'Customize the questions asked on the booking page' => __('Customize the questions asked on the booking page', 'fluent-booking'), | |
| 848 | - 'Customize booking cancel and reschedule fields' => __('Customize booking cancel and reschedule fields', 'fluent-booking'), | |
| 849 | - 'Please select the members you want to assign to this team' => __('Select the members you want to assign to this team', 'fluent-booking'), | |
| 850 | - 'NeedProVersion' => __('is not available with the free version. Please upgrade to get all the advanced features.', 'fluent-booking'), | |
| 851 | - 'UnlockWithPro' => __('This feature is available in FluentBooking Pro', 'fluent-booking'), | |
| 852 | - 'UpgradeToPro' => __('Please upgrade to get all the advanced features.', 'fluent-booking'), | |
| 853 | - 'Search Events' => __('Search Events', 'fluent-booking'), | |
| 854 | - 'Select Team Members' => __('Select Team Members', 'fluent-booking'), | |
| 855 | - 'Dashboard' => __('Dashboard', 'fluent-booking'), | |
| 856 | - 'Availability Timezone' => __('Availability Timezone', 'fluent-booking'), | |
| 857 | - 'Reserved' => __('Reserved', 'fluent-booking'), | |
| 858 | - 'reserved' => __('reserved', 'fluent-booking'), | |
| 859 | - 'Expires' => __('Expires', 'fluent-booking'), | |
| 860 | - 'Reserve Times' => __('Reserve Times', 'fluent-booking'), | |
| 861 | - 'Reserved Times' => __('Reserved Times', 'fluent-booking'), | |
| 862 | - 'Available Times' => __('Available Times', 'fluent-booking'), | |
| 863 | - 'Which slots are you available?' => __('Which slots are you available?', 'fluent-booking'), | |
| 864 | - 'Select All' => __('Select All', 'fluent-booking'), | |
| 865 | - 'Reset All' => __('Reset All', 'fluent-booking'), | |
| 866 | - 'Max Files Count' => __('Max Files Count', 'fluent-booking'), | |
| 867 | - 'Max File Size' => __('Max File Size', 'fluent-booking'), | |
| 868 | - 'Zip' => __('Zip', 'fluent-booking'), | |
| 869 | - 'Doc' => __('Doc', 'fluent-booking'), | |
| 870 | - 'PDF' => __('PDF', 'fluent-booking'), | |
| 871 | - 'Name Attribute' => __('Name Attribute', 'fluent-booking'), | |
| 872 | - 'Default Value' => __('Default Value', 'fluent-booking'), | |
| 873 | - 'File Type' => __('File Type', 'fluent-booking'), | |
| 874 | - 'Sort By Calendar Type' => __('Sort By Calendar Type', 'fluent-booking'), | |
| 875 | - 'Sort' => __('Sort', 'fluent-booking'), | |
| 876 | - 'Host' => __('Host', 'fluent-booking'), | |
| 877 | - 'event' => __('event', 'fluent-booking'), | |
| 878 | - 'Learn' => __('Learn', 'fluent-booking'), | |
| 879 | - 'more' => __('more', 'fluent-booking'), | |
| 880 | - 'Select Page' => __('Select Page', 'fluent-booking'), | |
| 881 | - 'about this feature' => __('about this feature', 'fluent-booking'), | |
| 882 | - 'The value must be unique.' => __('The value must be unique.', 'fluent-booking'), | |
| 883 | - 'This label will only be visible for admin.' => __('This label will only be visible for admin.', 'fluent-booking'), | |
| 884 | - 'This portal can be accessed from' => __('This portal can be accessed from', 'fluent-booking'), | |
| 885 | - 'Add your FluentBooking to WordPress frontend / any Page via Shortcode.' => __('Add your FluentBooking to WordPress frontend / any Page via Shortcode.', 'fluent-booking'), | |
| 886 | - 'Please add this shortcode to your selected page:' => __('Please add this shortcode to your selected page:', 'fluent-booking'), | |
| 887 | - 'Frontend Panel Settings' => __('Frontend Panel Settings', 'fluent-booking'), | |
| 888 | - 'Open link in a new tab' => __('Open link in a new tab', 'fluent-booking'), | |
| 889 | - 'Via Shortcode / Dedicated Page?' => __('Via Shortcode / Dedicated Page?', 'fluent-booking'), | |
| 890 | - 'URL Slug for the frontend panel (eg: projects)' => __('URL Slug for the frontend panel (eg: projects)', 'fluent-booking'), | |
| 891 | - 'Use a pre - defined page via shortcode' => __('Use a pre - defined page via shortcode', 'fluent-booking'), | |
| 892 | - 'Enter the slug for the frontend portal' => __('Enter the slug for the frontend portal', 'fluent-booking'), | |
| 893 | - 'Please Select the page where you want to show' => __('Please Select the page where you want to show', 'fluent-booking'), | |
| 894 | - 'Enable Frontend Portal' => __('Enable Frontend Portal', 'fluent-booking'), | |
| 895 | - 'Show in a standalone Frontend URL' => __('Show in a standalone Frontend URL', 'fluent-booking'), | |
| 896 | - 'Reserved slot of' => __('Reserved slot of', 'fluent-booking'), | |
| 897 | - 'Organizer' => __('Organizer', 'fluent-booking'), | |
| 898 | - 'Make organizer' => __('Make organizer', 'fluent-booking'), | |
| 899 | - 'Notification Settings' => __('Notification Settings', 'fluent-booking'), | |
| 900 | - 'Other Notifications' => __('Other Notifications', 'fluent-booking'), | |
| 901 | - 'Customize the email notifications sent to attendees and organizers' => __('Customize the email notifications sent to attendees and organizers', 'fluent-booking'), | |
| 902 | - 'Optimize your email notifications for confirmations and declines' => __('Optimize your email notifications for confirmations and declines', 'fluent-booking'), | |
| 903 | - 'Optimize your sms notifications for confirmations and declines' => __('Optimize your sms notifications for confirmations and declines', 'fluent-booking'), | |
| 904 | - 'Customize the sms notifications sent to attendees and organizers' => __('Customize the sms notifications sent to attendees and organizers', 'fluent-booking'), | |
| 905 | - 'Configure Twilio to send SMS notifications' => __('Configure Twilio to send SMS notifications', 'fluent-booking'), | |
| 906 | - 'SMS by Twilio' => __('SMS by Twilio', 'fluent-booking'), | |
| 907 | - 'Nextcloud Calendar' => __('Nextcloud Calendar', 'fluent-booking'), | |
| 908 | - 'Apple Calendar' => __('Apple Calendar', 'fluent-booking'), | |
| 909 | - 'Google Calendar / Meet' => __('Google Calendar / Meet', 'fluent-booking'), | |
| 910 | - 'Outlook Calendar / MS Teams' => __('Outlook Calendar / MS Teams', 'fluent-booking'), | |
| 911 | - 'Configure Google Calendar/Meet to sync your events' => __('Configure Google Calendar/Meet to sync your events', 'fluent-booking'), | |
| 912 | - 'Configure Outlook Calendar to sync your events' => __('Configure Outlook Calendar to sync your events', 'fluent-booking'), | |
| 913 | - 'Use Outlook Calendar to sync your Fluent Booking events' => __('Use Outlook Calendar to sync your Fluent Booking events', 'fluent-booking'), | |
| 914 | - 'Enable/Disable Nextcloud Calendar to sync your events' => __('Enable/Disable Nextcloud Calendar to sync your events', 'fluent-booking'), | |
| 915 | - 'Frontend Portal' => __('Frontend Portal', 'fluent-booking'), | |
| 916 | - 'Advanced Modules' => __('Advanced Modules', 'fluent-booking'), | |
| 917 | - 'Recommended Plugins and Addons' => __('Recommended Plugins and Addons', 'fluent-booking'), | |
| 918 | - 'Send Confirmation Email' => __('Send Confirmation Email', 'fluent-booking'), | |
| 919 | - 'Load FluentBooking in the frontend of the website' => __('Load FluentBooking in the frontend of the website', 'fluent-booking'), | |
| 920 | - 'Add Parameters' => __('Add Parameters', 'fluent-booking'), | |
| 921 | - 'Page Type' => __('Page Type', 'fluent-booking'), | |
| 922 | - 'Other Page' => __('Other Page', 'fluent-booking'), | |
| 923 | - 'Generate Link' => __('Generate Link', 'fluent-booking'), | |
| 924 | - 'Generated Link' => __('Generated Link', 'fluent-booking'), | |
| 925 | - 'Generate booking link with URL parameters' => __('Generate booking link with URL parameters', 'fluent-booking'), | |
| 926 | - 'Frontend Portal Settings' => __('Frontend Portal Settings', 'fluent-booking'), | |
| 927 | - 'Maximum Date' => __('Maximum Date', 'fluent-booking'), | |
| 928 | - 'Minimum Date' => __('Minimum Date', 'fluent-booking'), | |
| 929 | - 'Select Date' => __('Select Date', 'fluent-booking'), | |
| 930 | - 'Terms & Conditions' => __('Terms & Conditions', 'fluent-booking'), | |
| 931 | - 'If no date is set, default date 1900-01-01 will be used as the minimum date.' => __('If no date is set, default date 1900-01-01 will be used as the minimum date.', 'fluent-booking'), | |
| 932 | - 'If no date is set, current date will be used as the maximum date.' => __('If no date is set, current date will be used as the maximum date.', 'fluent-booking'), | |
| 933 | - 'Filter By Calendar Type' => __('Filter By Calendar Type', 'fluent-booking'), | |
| 934 | - ); | |
| 785 | + 'no_show' => __('No Show', 'fluent-booking'), | |
| 786 | + 'No_show' => __('No Show', 'fluent-booking'), | |
| 787 | + 'No, Don\'t cancel' => __('No, Don\'t cancel', 'fluent-booking'), | |
| 788 | + 'No, Don\'t delete' => __('No, Don\'t delete', 'fluent-booking'), | |
| 789 | + 'No, Thanks' => __('No, Thanks', 'fluent-booking'), | |
| 790 | + 'Not Activated' => __('Not Activated', 'fluent-booking'), | |
| 791 | + 'Not equal' => __('Not equal', 'fluent-booking'), | |
| 792 | + 'Note' => __('Note', 'fluent-booking'), | |
| 793 | + 'Note title' => __('Note title', 'fluent-booking'), | |
| 794 | + 'Note:' => __('Note:', 'fluent-booking'), | |
| 795 | + 'Note: please make sure if your wp hosting server supports iframe.' => __('Note: please make sure if your wp hosting server supports iframe.', 'fluent-booking'), | |
| 796 | + 'Notes' => __('Notes', 'fluent-booking'), | |
| 797 | + 'Notes could not be loaded.' => __('Notes could not be loaded.', 'fluent-booking'), | |
| 798 | + 'Notification Settings' => __('Notification Settings', 'fluent-booking'), | |
| 799 | + 'nov' => __('Nov', 'fluent-booking'), | |
| 800 | + 'Nov' => __('Nov', 'fluent-booking'), | |
| 801 | + 'November' => __('November', 'fluent-booking'), | |
| 802 | + 'Number Format' => __('Number Format', 'fluent-booking'), | |
| 803 | + 'Number of Occurrences' => __('Number of Occurrences', 'fluent-booking'), | |
| 804 | + 'occurrence' => __('occurrence', 'fluent-booking'), | |
| 805 | + 'occurrences' => __('occurrences', 'fluent-booking'), | |
| 806 | + 'oct' => __('Oct', 'fluent-booking'), | |
| 807 | + 'October' => __('October', 'fluent-booking'), | |
| 808 | + 'Offline' => __('Offline', 'fluent-booking'), | |
| 809 | + 'On hold' => __('On hold', 'fluent-booking'), | |
| 810 | + 'Onboarding/fluent_smtp_description' => __('Use FluentSMTP to make sure your site can send emails reliably and securely. You can use any SMTP service like Amazon SES, Sendgrid, Mailgun, ElasticEMail or any SMTP with FluentSMTP (it\'s free).', 'fluent-booking'), | |
| 811 | + 'One host' => __('One host', 'fluent-booking'), | |
| 812 | + 'One invitee' => __('One invitee', 'fluent-booking'), | |
| 813 | + 'One rotating host' => __('One rotating host', 'fluent-booking'), | |
| 814 | + 'One to One' => __('One to One', 'fluent-booking'), | |
| 815 | + 'One-off Event' => __('One-off Event', 'fluent-booking'), | |
| 816 | + 'One-to-One' => __('One-to-One', 'fluent-booking'), | |
| 817 | + 'Online Meeting' => __('Online Meeting', 'fluent-booking'), | |
| 818 | + 'Online Meeting Link *' => __('Online Meeting Link *', 'fluent-booking'), | |
| 819 | + 'Only JSON files are allowed' => __('Only JSON files are allowed', 'fluent-booking'), | |
| 820 | + 'Only Selected Active Booking Types' => __('Only Selected Active Booking Types', 'fluent-booking'), | |
| 821 | + 'Only site administrators can manage the license.' => __('Only site administrators can manage the license.', 'fluent-booking'), | |
| 822 | + 'Open link in a new tab' => __('Open link in a new tab', 'fluent-booking'), | |
| 823 | + 'Open Plugins page' => __('Open Plugins page', 'fluent-booking'), | |
| 824 | + 'Open profile → Application Passwords' => __('Open profile → Application Passwords', 'fluent-booking'), | |
| 825 | + 'Opens' => __('Opens', 'fluent-booking'), | |
| 826 | + 'Optimize your email notifications for confirmations and declines' => __('Optimize your email notifications for confirmations and declines', 'fluent-booking'), | |
| 827 | + 'Optimize your sms notifications for confirmations and declines' => __('Optimize your sms notifications for confirmations and declines', 'fluent-booking'), | |
| 828 | + 'Optin/confirm_email' => __('Almost done! Check your inbox and click the confirmation link.', 'fluent-booking'), | |
| 829 | + 'Optin/description' => __('Share non-sensitive usage data so we know which features to improve. You can turn this off any time in Settings.', 'fluent-booking'), | |
| 830 | + 'Optin/help_improve' => __('Help us make FluentBooking better by sharing non-sensitive usage data', 'fluent-booking'), | |
| 831 | + 'Optin/queued' => __('Thanks! A confirmation email is on its way.', 'fluent-booking'), | |
| 832 | + 'Optin/settings_checkbox' => __('Share non-sensitive usage data with FluentBooking', 'fluent-booking'), | |
| 833 | + 'Optin/subscribed' => __('You are subscribed. Thanks!', 'fluent-booking'), | |
| 834 | + 'Optin/thanks' => __('Thank you for helping us improve FluentBooking!', 'fluent-booking'), | |
| 835 | + 'Optin/updates_description' => __('Occasional product news and booking tips from the FluentBooking team. Unsubscribe any time.', 'fluent-booking'), | |
| 836 | + 'Optin/updates_title' => __('Get updates on new features and tips', 'fluent-booking'), | |
| 837 | + 'Optin/what_we_collect' => __('PHP and WordPress versions, active plugins and theme, site language, site name and URL, counts of calendars, events and bookings, and the email you subscribed with, if you did. No booking details, guest names or guest emails are ever sent.', 'fluent-booking'), | |
| 838 | + 'Options *' => __('Options *', 'fluent-booking'), | |
| 839 | + 'Orders' => __('Orders', 'fluent-booking'), | |
| 840 | + 'Organizer' => __('Organizer', 'fluent-booking'), | |
| 841 | + 'Organizer Phone Number' => __('Organizer Phone Number', 'fluent-booking'), | |
| 842 | + 'Other Notifications' => __('Other Notifications', 'fluent-booking'), | |
| 843 | + 'Other Page' => __('Other Page', 'fluent-booking'), | |
| 844 | + 'Other Questions' => __('Other Questions', 'fluent-booking'), | |
| 845 | + 'Outlook Calendar / MS Teams' => __('Outlook Calendar / MS Teams', 'fluent-booking'), | |
| 846 | + 'Overview' => __('Overview', 'fluent-booking'), | |
| 847 | + 'Page Type' => __('Page Type', 'fluent-booking'), | |
| 848 | + 'paid' => __('Paid', 'fluent-booking'), | |
| 849 | + 'Paid' => __('Paid', 'fluent-booking'), | |
| 850 | + 'Partially Refunded' => __('Partially Refunded', 'fluent-booking'), | |
| 851 | + 'Pass Field Data Via Query String' => __('Pass Field Data Via Query String', 'fluent-booking'), | |
| 852 | + 'Paused' => __('Paused', 'fluent-booking'), | |
| 853 | + 'Payment History' => __('Payment History', 'fluent-booking'), | |
| 854 | + 'Payment Method' => __('Payment Method', 'fluent-booking'), | |
| 855 | + 'Payment Note' => __('Payment Note', 'fluent-booking'), | |
| 856 | + 'Payment Settings' => __('Payment Settings', 'fluent-booking'), | |
| 857 | + 'Payment Status' => __('Payment Status', 'fluent-booking'), | |
| 858 | + 'Payment Title' => __('Payment Title', 'fluent-booking'), | |
| 859 | + 'Payment Total' => __('Payment Total', 'fluent-booking'), | |
| 860 | + 'PaymentSettings/cart_payment_description' => __('The selected product will be used for checkout in FluentCart. The amount will be equal to the selected product pricing.', 'fluent-booking'), | |
| 861 | + 'PaymentSettings/enable_global_payment_settings' => __('To accept payment for your bookings, please enable payment from global settings', 'fluent-booking'), | |
| 862 | + 'PaymentSettings/enable_offline_description' => __('Enable offline payment method', 'fluent-booking'), | |
| 863 | + 'PaymentSettings/enable_payment_description' => __('Enable this event as Paid and collect payment on booking', 'fluent-booking'), | |
| 864 | + /* translators: %1$s, %2$s, %3$s: links to the Stripe, PayPal and Offline payment settings */ | |
| 865 | + 'PaymentSettings/enable_payment_settings' => __('To accept payments for your bookings, please activate %1$s, %2$s or %3$s from the global settings.', 'fluent-booking'), | |
| 866 | + 'PaymentSettings/enable_paypal_description' => __('Enable paypal payment method', 'fluent-booking'), | |
| 867 | + 'PaymentSettings/enable_stripe_description' => __('Enable stripe payment method', 'fluent-booking'), | |
| 868 | + 'PaymentSettings/multi_payment_description' => __('Enable multiple payment options based on duration', 'fluent-booking'), | |
| 869 | + 'PaymentSettings/woo_payment_description' => __('The selected product will be used for checkout in WooCommerce. The amount will be equal to the selected product pricing.', 'fluent-booking'), | |
| 870 | + 'PayPal' => __('PayPal', 'fluent-booking'), | |
| 871 | + 'PDF' => __('PDF', 'fluent-booking'), | |
| 872 | + 'pending' => __('Pending', 'fluent-booking'), | |
| 873 | + 'Pending' => __('Pending', 'fluent-booking'), | |
| 874 | + 'Per day' => __('Per day', 'fluent-booking'), | |
| 875 | + 'Per month' => __('Per month', 'fluent-booking'), | |
| 876 | + 'Per User Limit' => __('Per User Limit', 'fluent-booking'), | |
| 877 | + 'Per week' => __('Per week', 'fluent-booking'), | |
| 878 | + 'Percentage (%)' => __('Percentage (%)', 'fluent-booking'), | |
| 879 | + 'Permission Denied Message' => __('Permission Denied Message', 'fluent-booking'), | |
| 880 | + 'Phone Number is required' => __('Phone Number is required', 'fluent-booking'), | |
| 881 | + 'Pick a date' => __('Pick a date', 'fluent-booking'), | |
| 882 | + 'Pick a date and time' => __('Pick a date and time', 'fluent-booking'), | |
| 883 | + 'Place this code in your HTML where you want to embed the calendar.' => __('Place this code in your HTML where you want to embed the calendar.', 'fluent-booking'), | |
| 884 | + 'Placeholder' => __('Placeholder', 'fluent-booking'), | |
| 885 | + 'Please add this shortcode to your selected page:' => __('Please add this shortcode to your selected page:', 'fluent-booking'), | |
| 886 | + 'Please contact our support team for assistance.' => __('Please contact our support team for assistance.', 'fluent-booking'), | |
| 887 | + 'Please enter a keyword' => __('Please enter a keyword', 'fluent-booking'), | |
| 888 | + 'Please enter username and password' => __('Please enter username and password', 'fluent-booking'), | |
| 889 | + 'Please enter your email address' => __('Please enter your email address', 'fluent-booking'), | |
| 890 | + 'Please fill all the required fields' => __('Please fill all the required fields', 'fluent-booking'), | |
| 891 | + 'Please provide a license key' => __('Please provide a license key', 'fluent-booking'), | |
| 892 | + 'Please provide a location first' => __('Please provide a location first', 'fluent-booking'), | |
| 893 | + 'Please provide your license key' => __('Please provide your license key', 'fluent-booking'), | |
| 894 | + 'Please select a date first' => __('Please select a date first', 'fluent-booking'), | |
| 895 | + 'Please select at least one available time' => __('Please select at least one available time', 'fluent-booking'), | |
| 896 | + 'Please select the hosts you want to assign to this event' => __('Please select the hosts you want to assign to this event', 'fluent-booking'), | |
| 897 | + 'Please select the members you want to assign to this team' => __('Select the members you want to assign to this team', 'fluent-booking'), | |
| 898 | + 'Please Select the page where you want to show' => __('Please Select the page where you want to show', 'fluent-booking'), | |
| 899 | + 'Please select which Booking Forms to show in the page?' => __('Please select which Booking Forms to show in the page?', 'fluent-booking'), | |
| 900 | + /* translators: %s: a "here" link to the calendar settings */ | |
| 901 | + 'Please set the host phone number from %s.' => __('Please set the host phone number from %s.', 'fluent-booking'), | |
| 902 | + 'Please wait while we save your settings' => __('Please wait while we save your settings', 'fluent-booking'), | |
| 903 | + 'Plugins that will extend your Fluent Booking Functionalities' => __('Plugins that will extend your Fluent Booking Functionalities', 'fluent-booking'), | |
| 904 | + 'pm' => __('pm', 'fluent-booking'), | |
| 905 | + /* translators: %s: a keyboard shortcut, e.g. "Ctrl Enter" */ | |
| 906 | + 'Press %s to save' => __('Press %s to save', 'fluent-booking'), | |
| 907 | + 'Previous Month' => __('Previous Month', 'fluent-booking'), | |
| 908 | + 'Price' => __('Price', 'fluent-booking'), | |
| 909 | + 'Price of the product' => __('Price of the product', 'fluent-booking'), | |
| 910 | + 'Private to your team' => __('Private to your team', 'fluent-booking'), | |
| 911 | + 'Pro' => __('Pro', 'fluent-booking'), | |
| 912 | + 'Product' => __('Product', 'fluent-booking'), | |
| 913 | + 'Profile' => __('Profile', 'fluent-booking'), | |
| 914 | + 'Provide Name' => __('Provide Name', 'fluent-booking'), | |
| 915 | + 'Publicly Accessible' => __('Publicly Accessible', 'fluent-booking'), | |
| 916 | + 'Purchase one here' => __('Purchase one here', 'fluent-booking'), | |
| 917 | + 'Quantity' => __('Quantity', 'fluent-booking'), | |
| 918 | + 'Question Settings' => __('Question Settings', 'fluent-booking'), | |
| 919 | + 'read all bookings' => __('read all bookings', 'fluent-booking'), | |
| 920 | + 'read and use other availabilities' => __('read and use other availabilities', 'fluent-booking'), | |
| 921 | + 'Read and write notes from AI assistants over MCP' => __('Read and write notes from AI assistants over MCP', 'fluent-booking'), | |
| 922 | + 'Read More' => __('Read More', 'fluent-booking'), | |
| 923 | + 'read other calendars' => __('read other calendars', 'fluent-booking'), | |
| 924 | + 'read the documentation' => __('read the documentation', 'fluent-booking'), | |
| 925 | + 'Read the documentation' => __('Read the documentation', 'fluent-booking'), | |
| 926 | + 'Reason for cancellation' => __('Reason for cancellation', 'fluent-booking'), | |
| 927 | + 'Reason for rejection' => __('Reason for rejection', 'fluent-booking'), | |
| 928 | + 'Rebook' => __('Rebook', 'fluent-booking'), | |
| 929 | + 'Receiver *' => __('Receiver *', 'fluent-booking'), | |
| 930 | + 'Recommended Image Size: 600x600. Square Orientation' => __('Recommended Image Size: 600x600. Square Orientation', 'fluent-booking'), | |
| 931 | + 'Recommended Plugins and Addons' => __('Recommended Plugins and Addons', 'fluent-booking'), | |
| 932 | + 'Recurring Event' => __('Recurring Event', 'fluent-booking'), | |
| 933 | + 'Recurring Event does not support this feature' => __('Recurring Event does not support this feature', 'fluent-booking'), | |
| 934 | + 'Recurring Settings' => __('Recurring Settings', 'fluent-booking'), | |
| 935 | + 'RecurringSettings/recurring_event_description' => __('Enable recurring events to allow users to book the same event for multiple attendees at the same time. This will create a new event for each booking.', 'fluent-booking'), | |
| 936 | + 'Redirect After Booking' => __('Redirect After Booking', 'fluent-booking'), | |
| 937 | + 'Redirect Query String' => __('Redirect Query String', 'fluent-booking'), | |
| 938 | + 'Redirect Query String field is required' => __('Redirect Query String field is required', 'fluent-booking'), | |
| 939 | + 'Redirect URL' => __('Redirect URL', 'fluent-booking'), | |
| 940 | + 'Redirect URL field is required' => __('Redirect URL field is required', 'fluent-booking'), | |
| 941 | + 'Refresh' => __('Refresh', 'fluent-booking'), | |
| 942 | + 'Refund payment from stripe' => __('Refund payment from stripe', 'fluent-booking'), | |
| 943 | + 'refunded' => __('Refunded', 'fluent-booking'), | |
| 944 | + 'Refunded' => __('Refunded', 'fluent-booking'), | |
| 945 | + 'Regex Match' => __('Regex Match', 'fluent-booking'), | |
| 946 | + 'Reject' => __('Reject', 'fluent-booking'), | |
| 947 | + 'Reject Booking' => __('Reject Booking', 'fluent-booking'), | |
| 948 | + 'rejected' => __('Rejected', 'fluent-booking'), | |
| 949 | + 'Rejected' => __('Rejected', 'fluent-booking'), | |
| 950 | + 'Reliable Email delivery with FluentSMTP' => __('Reliable Email delivery with FluentSMTP', 'fluent-booking'), | |
| 951 | + 'Remote Calendar Sync Settings' => __('Remote Calendar Sync Settings', 'fluent-booking'), | |
| 952 | + 'RemoteCalendar/disconnect_calendar_description' => __('Are you sure you want to disconnect this calendar? This action can\'t be undone.', 'fluent-booking'), | |
| 953 | + 'RemoteCalendarsSettings/connect_calendar_desc' => __('To use Remote Calendar Sync feature please connect with one of the following calendar providers', 'fluent-booking'), | |
| 954 | + 'Remove' => __('Remove', 'fluent-booking'), | |
| 955 | + 'Renew License' => __('Renew License', 'fluent-booking'), | |
| 956 | + 'Renew your license to keep receiving plugin updates, new features and support.' => __('Renew your license to keep receiving plugin updates, new features and support.', 'fluent-booking'), | |
| 957 | + 'Reorder Events' => __('Reorder Events', 'fluent-booking'), | |
| 958 | + 'Repeats every' => __('Repeats every', 'fluent-booking'), | |
| 959 | + /* translators: %s: maximum number of repeats */ | |
| 960 | + 'Repeats up to %s times' => __('Repeats up to %s times', 'fluent-booking'), | |
| 961 | + 'Replace Options' => __('Replace Options', 'fluent-booking'), | |
| 962 | + 'Replace Value' => __('Replace Value', 'fluent-booking'), | |
| 963 | + 'Reply To Email' => __('Reply To Email', 'fluent-booking'), | |
| 964 | + 'Reply To Name' => __('Reply To Name', 'fluent-booking'), | |
| 965 | + 'Request Body' => __('Request Body', 'fluent-booking'), | |
| 966 | + 'Request Fields' => __('Request Fields', 'fluent-booking'), | |
| 967 | + 'Request Format' => __('Request Format', 'fluent-booking'), | |
| 968 | + 'Request Header' => __('Request Header', 'fluent-booking'), | |
| 969 | + 'Request Headers' => __('Request Headers', 'fluent-booking'), | |
| 970 | + 'Request Method' => __('Request Method', 'fluent-booking'), | |
| 971 | + 'Request URL' => __('Request URL', 'fluent-booking'), | |
| 972 | + 'Require All Maximum Occurrences' => __('Require All Maximum Occurrences', 'fluent-booking'), | |
| 973 | + 'Required' => __('Required', 'fluent-booking'), | |
| 974 | + 'Requires Confirmation' => __('Requires Confirmation', 'fluent-booking'), | |
| 975 | + 'Reschedule' => __('Reschedule', 'fluent-booking'), | |
| 976 | + 'Reschedule Booking' => __('Reschedule Booking', 'fluent-booking'), | |
| 977 | + 'Rescheduling Reason' => __('Rescheduling Reason', 'fluent-booking'), | |
| 978 | + 'Reserve spots' => __('Reserve spots', 'fluent-booking'), | |
| 979 | + 'Reserve Times' => __('Reserve Times', 'fluent-booking'), | |
| 980 | + 'reserved' => __('Reserved', 'fluent-booking'), | |
| 981 | + 'Reserved' => __('Reserved', 'fluent-booking'), | |
| 982 | + /* translators: %1$s: event title, %2$s: start date and time */ | |
| 983 | + 'Reserved slot of %1$s @ %2$s' => __('Reserved slot of %1$s @ %2$s', 'fluent-booking'), | |
| 984 | + /* translators: %s: event title */ | |
| 985 | + 'Reserved slot of %s' => __('Reserved slot of %s', 'fluent-booking'), | |
| 986 | + /* translators: %s: event title */ | |
| 987 | + 'Reserved slot of %s event' => __('Reserved slot of %s event', 'fluent-booking'), | |
| 988 | + 'Reserved Times' => __('Reserved Times', 'fluent-booking'), | |
| 989 | + 'retry' => __('retry', 'fluent-booking'), | |
| 990 | + 'Right' => __('Right', 'fluent-booking'), | |
| 991 | + 'Right Space' => __('Right Space', 'fluent-booking'), | |
| 992 | + 'Round Robin' => __('Round Robin', 'fluent-booking'), | |
| 993 | + 'sat' => __('sat', 'fluent-booking'), | |
| 994 | + 'Saturday' => __('Saturday', 'fluent-booking'), | |
| 995 | + 'Save' => __('Save', 'fluent-booking'), | |
| 996 | + 'Save & Validate Credentials' => __('Save & Validate Credentials', 'fluent-booking'), | |
| 997 | + 'Save Changes' => __('Save Changes', 'fluent-booking'), | |
| 998 | + 'Save Coupon' => __('Save Coupon', 'fluent-booking'), | |
| 999 | + 'Save Email' => __('Save Email', 'fluent-booking'), | |
| 1000 | + 'Save Feed' => __('Save Feed', 'fluent-booking'), | |
| 1001 | + 'Save Settings' => __('Save Settings', 'fluent-booking'), | |
| 1002 | + 'Save SMS' => __('Save SMS', 'fluent-booking'), | |
| 1003 | + 'Schedule Meeting' => __('Schedule Meeting', 'fluent-booking'), | |
| 1004 | + 'Schedule Title *' => __('Schedule Title *', 'fluent-booking'), | |
| 1005 | + 'ScheduleBookingDetails/cancel_event_desc' => __('Please confirm that you would like to cancel this event. A cancellation email will also go out to the invitee', 'fluent-booking'), | |
| 1006 | + 'ScheduleBookingDetails/delete_booking' => __('Are you sure you want to delete this booking?', 'fluent-booking'), | |
| 1007 | + 'ScheduleBookingDetails/reject_event_desc' => __('Please confirm that you would like to reject this event. A rejection email will also go out to the invitee', 'fluent-booking'), | |
| 1008 | + 'scheduled' => __('Scheduled', 'fluent-booking'), | |
| 1009 | + 'Scheduled' => __('Scheduled', 'fluent-booking'), | |
| 1010 | + 'ScheduleSettings/availability_type_label' => __('How do you want to offer your availability for this event type?', 'fluent-booking'), | |
| 1011 | + 'ScheduleSettings/choose_host_schedules_description' => __('You can select a different schedule for each host. Each host\'s default schedule is chosen by default.', 'fluent-booking'), | |
| 1012 | + 'Seamlessly integrate FluentCart to sell paid bookings and manage products directly from your appointments.' => __('Seamlessly integrate FluentCart to sell paid bookings and manage products directly from your appointments.', 'fluent-booking'), | |
| 1013 | + 'Search & Select Product' => __('Search & Select Product', 'fluent-booking'), | |
| 1014 | + 'Search and Select Time' => __('Search and Select Time', 'fluent-booking'), | |
| 1015 | + 'Search Booking' => __('Search Booking', 'fluent-booking'), | |
| 1016 | + 'Search contact' => __('Search contact', 'fluent-booking'), | |
| 1017 | + 'Search Coupon' => __('Search Coupon', 'fluent-booking'), | |
| 1018 | + 'Search CRM contact or type an email' => __('Search CRM contact or type an email', 'fluent-booking'), | |
| 1019 | + 'Search Events' => __('Search Events', 'fluent-booking'), | |
| 1020 | + 'Search Guest' => __('Search Guest', 'fluent-booking'), | |
| 1021 | + 'Search host and select' => __('Search host and select', 'fluent-booking'), | |
| 1022 | + 'Search lists...' => __('Search lists...', 'fluent-booking'), | |
| 1023 | + 'Search tags...' => __('Search tags...', 'fluent-booking'), | |
| 1024 | + 'Segment your guests, send bulk emails, run automations using FluentCRM.' => __('Segment your guests, send bulk emails, run automations using FluentCRM.', 'fluent-booking'), | |
| 1025 | + 'Select' => __('Select', 'fluent-booking'), | |
| 1026 | + 'Select a Field' => __('Select a Field', 'fluent-booking'), | |
| 1027 | + 'Select a Remote Calendar' => __('Select a Remote Calendar', 'fluent-booking'), | |
| 1028 | + 'Select All' => __('Select All', 'fluent-booking'), | |
| 1029 | + 'Select Calendar Event' => __('Select Calendar Event', 'fluent-booking'), | |
| 1030 | + 'Select Calendar Type' => __('Select Calendar Type', 'fluent-booking'), | |
| 1031 | + 'Select Condition' => __('Select Condition', 'fluent-booking'), | |
| 1032 | + 'Select Country' => __('Select Country', 'fluent-booking'), | |
| 1033 | + 'Select data source and operator first' => __('Select data source and operator first', 'fluent-booking'), | |
| 1034 | + 'Select Date' => __('Select Date', 'fluent-booking'), | |
| 1035 | + 'Select Day' => __('Select Day', 'fluent-booking'), | |
| 1036 | + 'Select Event' => __('Select Event', 'fluent-booking'), | |
| 1037 | + 'Select Event Hosts' => __('Select Event Hosts', 'fluent-booking'), | |
| 1038 | + 'Select Event Types' => __('Select Event Types', 'fluent-booking'), | |
| 1039 | + 'Select Format' => __('Select Format', 'fluent-booking'), | |
| 1040 | + 'Select Frequency' => __('Select Frequency', 'fluent-booking'), | |
| 1041 | + 'Select Guest Email Field' => __('Select Guest Email Field', 'fluent-booking'), | |
| 1042 | + 'Select Guest Name Field' => __('Select Guest Name Field', 'fluent-booking'), | |
| 1043 | + 'Select Host' => __('Select Host', 'fluent-booking'), | |
| 1044 | + 'Select Member' => __('Select Member', 'fluent-booking'), | |
| 1045 | + 'Select Page' => __('Select Page', 'fluent-booking'), | |
| 1046 | + 'Select remote calendar in where to add new events to when you\'re booked.' => __('Select remote calendar in where to add new events to when you\'re booked.', 'fluent-booking'), | |
| 1047 | + 'Select Schedule' => __('Select Schedule', 'fluent-booking'), | |
| 1048 | + 'Select Status' => __('Select Status', 'fluent-booking'), | |
| 1049 | + 'Select Team Members' => __('Select Team Members', 'fluent-booking'), | |
| 1050 | + 'Select the events that this coupon can be applied to. Empty for all events' => __('Select the events that this coupon can be applied to. Empty for all events', 'fluent-booking'), | |
| 1051 | + 'Select Time' => __('Select Time', 'fluent-booking'), | |
| 1052 | + 'Select Timezone' => __('Select Timezone', 'fluent-booking'), | |
| 1053 | + 'Select Type' => __('Select Type', 'fluent-booking'), | |
| 1054 | + 'Select Unit' => __('Select Unit', 'fluent-booking'), | |
| 1055 | + 'Select Value' => __('Select Value', 'fluent-booking'), | |
| 1056 | + 'Select Your Timezone *' => __('Select Your Timezone *', 'fluent-booking'), | |
| 1057 | + 'Selected Fields' => __('Selected Fields', 'fluent-booking'), | |
| 1058 | + 'Send *' => __('Send *', 'fluent-booking'), | |
| 1059 | + 'Send Confirmation Email' => __('Send Confirmation Email', 'fluent-booking'), | |
| 1060 | + 'sep' => __('Sep', 'fluent-booking'), | |
| 1061 | + 'September' => __('September', 'fluent-booking'), | |
| 1062 | + 'Set as Default' => __('Set as Default', 'fluent-booking'), | |
| 1063 | + 'Set Custom Hours' => __('Set Custom Hours', 'fluent-booking'), | |
| 1064 | + 'set_calendars_to_check_for_conflicts' => __('Set the calendars to check for conflicts to prevent double bookings and add events to your remote calendar.', 'fluent-booking'), | |
| 1065 | + 'Settings' => __('Settings', 'fluent-booking'), | |
| 1066 | + 'Settings updated!' => __('Settings updated!', 'fluent-booking'), | |
| 1067 | + 'Setup guide' => __('Setup guide', 'fluent-booking'), | |
| 1068 | + 'Setup Recommended Features' => __('Setup Recommended Features', 'fluent-booking'), | |
| 1069 | + 'Share' => __('Share', 'fluent-booking'), | |
| 1070 | + 'ShareCalendarBlock/copy_and_use_shortcode_desc' => __('Copy and use the shortcode Page/Post of your website', 'fluent-booking'), | |
| 1071 | + 'Shipping Address' => __('Shipping Address', 'fluent-booking'), | |
| 1072 | + 'Shortcode' => __('Shortcode', 'fluent-booking'), | |
| 1073 | + 'Shortcode has been copied to your clipboard' => __('Shortcode has been copied to your clipboard', 'fluent-booking'), | |
| 1074 | + 'Shortcodes' => __('Shortcodes', 'fluent-booking'), | |
| 1075 | + 'Should be same as the host name' => __('Should be same as the host name', 'fluent-booking'), | |
| 1076 | + 'Show Host Info' => __('Show Host Info', 'fluent-booking'), | |
| 1077 | + 'Show in a standalone Frontend URL' => __('Show in a standalone Frontend URL', 'fluent-booking'), | |
| 1078 | + 'Show this event on the landing page' => __('Show this event on the landing page', 'fluent-booking'), | |
| 1079 | + 'Show Video' => __('Show Video', 'fluent-booking'), | |
| 1080 | + 'Single Event' => __('Single Event', 'fluent-booking'), | |
| 1081 | + 'Skip' => __('Skip', 'fluent-booking'), | |
| 1082 | + 'Slug' => __('Slug', 'fluent-booking'), | |
| 1083 | + 'SMS' => __('SMS', 'fluent-booking'), | |
| 1084 | + 'SMS Body' => __('SMS Body', 'fluent-booking'), | |
| 1085 | + 'SMS by Twilio' => __('SMS by Twilio', 'fluent-booking'), | |
| 1086 | + 'SMS Notification Settings' => __('SMS Notification Settings', 'fluent-booking'), | |
| 1087 | + /* translators: %s: a "here" link to the Twilio settings */ | |
| 1088 | + 'SmsNotificationSettings/configure_twilio_desc' => __('You haven\'t configured Twilio yet. Please configure it %s.', 'fluent-booking'), | |
| 1089 | + 'Something is wrong!' => __('Something is wrong!', 'fluent-booking'), | |
| 1090 | + 'Sorry! you can not cancel this' => __('Sorry! you cannot cancel this', 'fluent-booking'), | |
| 1091 | + 'Sorry! you can not reschedule this' => __('Sorry! you cannot reschedule this', 'fluent-booking'), | |
| 1092 | + 'Sorry! you cannot remove the organizer' => __('Sorry! you cannot remove the organizer', 'fluent-booking'), | |
| 1093 | + 'Sorted by booked at date time' => __('Sorted by booked at date time', 'fluent-booking'), | |
| 1094 | + 'Stackable' => __('Stackable', 'fluent-booking'), | |
| 1095 | + 'Start' => __('Start', 'fluent-booking'), | |
| 1096 | + 'Start date' => __('Start date', 'fluent-booking'), | |
| 1097 | + 'Start Date & Time' => __('Start Date & Time', 'fluent-booking'), | |
| 1098 | + 'Start Time' => __('Start Time', 'fluent-booking'), | |
| 1099 | + 'Starts with' => __('Starts with', 'fluent-booking'), | |
| 1100 | + 'Status' => __('Status', 'fluent-booking'), | |
| 1101 | + 'Step into the moonlight!' => __('Step into the moonlight!', 'fluent-booking'), | |
| 1102 | + 'Stripe' => __('Stripe', 'fluent-booking'), | |
| 1103 | + 'Subject' => __('Subject', 'fluent-booking'), | |
| 1104 | + 'Submit Button Text' => __('Submit Button Text', 'fluent-booking'), | |
| 1105 | + 'Subscription' => __('Subscription', 'fluent-booking'), | |
| 1106 | + 'Subtotal:' => __('Subtotal:', 'fluent-booking'), | |
| 1107 | + 'Subtract Options' => __('Subtract Options', 'fluent-booking'), | |
| 1108 | + 'Subtract Value' => __('Subtract Value', 'fluent-booking'), | |
| 1109 | + 'Success' => __('Success', 'fluent-booking'), | |
| 1110 | + 'Summary Email' => __('Summary Email', 'fluent-booking'), | |
| 1111 | + 'sun' => __('sun', 'fluent-booking'), | |
| 1112 | + 'Sunday' => __('Sunday', 'fluent-booking'), | |
| 1113 | + 'super admin' => __('super admin', 'fluent-booking'), | |
| 1114 | + 'System' => __('System', 'fluent-booking'), | |
| 1115 | + 'System Default' => __('System Default', 'fluent-booking'), | |
| 1116 | + 'System Enabled' => __('System Enabled', 'fluent-booking'), | |
| 1117 | + 'Team' => __('Team', 'fluent-booking'), | |
| 1118 | + 'Team Member' => __('Team Member', 'fluent-booking'), | |
| 1119 | + 'Team Members' => __('Team Members', 'fluent-booking'), | |
| 1120 | + 'Team Name' => __('Team Name', 'fluent-booking'), | |
| 1121 | + 'Team Settings' => __('Team Settings', 'fluent-booking'), | |
| 1122 | + 'TeamManagement/description' => __('Grant Team Members Access to FluentBookings for Calendar and Booking Management.', 'fluent-booking'), | |
| 1123 | + 'Terms & Conditions' => __('Terms & Conditions', 'fluent-booking'), | |
| 1124 | + 'Thank You For Choosing FluentBooking. Let\'s -' => __('Thank You For Choosing FluentBooking. Let\'s -', 'fluent-booking'), | |
| 1125 | + 'The above app secret key will be encrypted and stored securely.' => __('The above app secret key will be encrypted and stored securely.', 'fluent-booking'), | |
| 1126 | + 'The default date format will be applied if no format is chosen.' => __('The default date format will be applied if no format is chosen.', 'fluent-booking'), | |
| 1127 | + 'The night\'s still young!' => __('The night\'s still young!', 'fluent-booking'), | |
| 1128 | + 'The value must be unique.' => __('The value must be unique.', 'fluent-booking'), | |
| 1129 | + 'Theme' => __('Theme', 'fluent-booking'), | |
| 1130 | + 'This event is hidden from the landing page' => __('This event is hidden from the landing page', 'fluent-booking'), | |
| 1131 | + 'This feature' => __('This feature', 'fluent-booking'), | |
| 1132 | + 'This label will only be visible for admin.' => __('This label will only be visible for admin.', 'fluent-booking'), | |
| 1133 | + 'This license has been disabled.' => __('This license has been disabled.', 'fluent-booking'), | |
| 1134 | + 'This number will be used for sending sms notification' => __('This number will be used for sending sms notification', 'fluent-booking'), | |
| 1135 | + 'This only applies to your public landing pages' => __('This only applies to your public landing pages', 'fluent-booking'), | |
| 1136 | + /* translators: %s: the portal URL */ | |
| 1137 | + 'This portal can be accessed from %s' => __('This portal can be accessed from %s', 'fluent-booking'), | |
| 1138 | + 'This site will stop receiving plugin updates until a license is activated again.' => __('This site will stop receiving plugin updates until a license is activated again.', 'fluent-booking'), | |
| 1139 | + 'thu' => __('thu', 'fluent-booking'), | |
| 1140 | + 'Thursday' => __('Thursday', 'fluent-booking'), | |
| 1141 | + 'Time-slot intervals' => __('Time-slot intervals', 'fluent-booking'), | |
| 1142 | + 'Timezone' => __('Timezone', 'fluent-booking'), | |
| 1143 | + 'Timezone:' => __('Timezone:', 'fluent-booking'), | |
| 1144 | + 'Timing' => __('Timing', 'fluent-booking'), | |
| 1145 | + 'Title' => __('Title', 'fluent-booking'), | |
| 1146 | + 'Title (optional)' => __('Title (optional)', 'fluent-booking'), | |
| 1147 | + 'Title Field is required' => __('Title Field is required', 'fluent-booking'), | |
| 1148 | + 'Title is required' => __('Title is required', 'fluent-booking'), | |
| 1149 | + 'Title of the product' => __('Title of the product', 'fluent-booking'), | |
| 1150 | + 'To' => __('To', 'fluent-booking'), | |
| 1151 | + /* translators: %s: a "click here" link that installs FluentCart */ | |
| 1152 | + 'To monetize your booking with FluentCart, %s to install and activate FluentCart.' => __('To monetize your booking with FluentCart, %s to install and activate FluentCart.', 'fluent-booking'), | |
| 1153 | + 'Today' => __('Today', 'fluent-booking'), | |
| 1154 | + 'Tomorrow' => __('Tomorrow', 'fluent-booking'), | |
| 1155 | + 'Tools available' => __('Tools available', 'fluent-booking'), | |
| 1156 | + 'Toolsets' => __('Toolsets', 'fluent-booking'), | |
| 1157 | + 'Total Limit' => __('Total Limit', 'fluent-booking'), | |
| 1158 | + 'Total:' => __('Total:', 'fluent-booking'), | |
| 1159 | + 'Transaction Details' => __('Transaction Details', 'fluent-booking'), | |
| 1160 | + 'Transaction ID' => __('Transaction ID', 'fluent-booking'), | |
| 1161 | + 'Trialing' => __('Trialing', 'fluent-booking'), | |
| 1162 | + 'True' => __('True', 'fluent-booking'), | |
| 1163 | + 'Try again' => __('Try again', 'fluent-booking'), | |
| 1164 | + 'tue' => __('tue', 'fluent-booking'), | |
| 1165 | + 'Tuesday' => __('Tuesday', 'fluent-booking'), | |
| 1166 | + 'Turn it on to get a shareable landing page URL for this calendar.' => __('Turn it on to get a shareable landing page URL for this calendar.', 'fluent-booking'), | |
| 1167 | + 'Turn it on to get a shareable URL for this event.' => __('Turn it on to get a shareable URL for this event.', 'fluent-booking'), | |
| 1168 | + 'Turn On' => __('Turn On', 'fluent-booking'), | |
| 1169 | + 'Unavailable' => __('Unavailable', 'fluent-booking'), | |
| 1170 | + 'unconfirmed' => __('Unconfirmed', 'fluent-booking'), | |
| 1171 | + 'Unconfirmed' => __('Unconfirmed', 'fluent-booking'), | |
| 1172 | + 'Unlimited' => __('Unlimited', 'fluent-booking'), | |
| 1173 | + 'UnlockWithPro' => __('This feature is available in FluentBooking Pro', 'fluent-booking'), | |
| 1174 | + 'unpaid' => __('Unpaid', 'fluent-booking'), | |
| 1175 | + 'Upcoming' => __('Upcoming', 'fluent-booking'), | |
| 1176 | + 'Update' => __('Update', 'fluent-booking'), | |
| 1177 | + 'Update Access Permissions' => __('Update Access Permissions', 'fluent-booking'), | |
| 1178 | + 'Update Info' => __('Update Info', 'fluent-booking'), | |
| 1179 | + 'Update Question' => __('Update Question', 'fluent-booking'), | |
| 1180 | + 'Updates & Support' => __('Updates & Support', 'fluent-booking'), | |
| 1181 | + 'Upgrade to Pro' => __('Upgrade to Pro', 'fluent-booking'), | |
| 1182 | + 'UpgradeToPro' => __('Please upgrade to get all the advanced features.', 'fluent-booking'), | |
| 1183 | + 'Upload failed' => __('Upload failed', 'fluent-booking'), | |
| 1184 | + 'URL has been copied to your clipboard' => __('URL has been copied to your clipboard', 'fluent-booking'), | |
| 1185 | + 'URL Slug for the frontend panel (eg: projects)' => __('URL Slug for the frontend panel (eg: projects)', 'fluent-booking'), | |
| 1186 | + 'US Style' => __('US Style', 'fluent-booking'), | |
| 1187 | + 'Usage' => __('Usage', 'fluent-booking'), | |
| 1188 | + 'Usage Data' => __('Usage Data', 'fluent-booking'), | |
| 1189 | + 'Usages List' => __('Usages List', 'fluent-booking'), | |
| 1190 | + 'Use a pre - defined page via shortcode' => __('Use a pre - defined page via shortcode', 'fluent-booking'), | |
| 1191 | + 'Use an Existing Schedule' => __('Use an Existing Schedule', 'fluent-booking'), | |
| 1192 | + 'Use FluentCart Checkout' => __('Use FluentCart Checkout', 'fluent-booking'), | |
| 1193 | + 'Use Native Payment Methods by FluentBooking' => __('Use Native Payment Methods by FluentBooking', 'fluent-booking'), | |
| 1194 | + 'Use Outlook Calendar to sync your Fluent Booking events' => __('Use Outlook Calendar to sync your Fluent Booking events', 'fluent-booking'), | |
| 1195 | + 'Use this number for sending sms notification' => __('Use this number for sending sms notification', 'fluent-booking'), | |
| 1196 | + 'Use WooCommerce Checkout' => __('Use WooCommerce Checkout', 'fluent-booking'), | |
| 1197 | + 'UserZoomSettings/connect_zoom_desc' => __('Connect your Zoom account to create dynamic meeting in zoom for your bookings.', 'fluent-booking'), | |
| 1198 | + 'UserZoomSettings/zoom_meeting_location_desc' => __('Your Zoom Account is connected. Please don\'t forget to set the meeting location as "Zoom Video" if you want to create meeting in zoom.', 'fluent-booking'), | |
| 1199 | + 'UTM Campaign' => __('UTM Campaign', 'fluent-booking'), | |
| 1200 | + 'UTM Content' => __('UTM Content', 'fluent-booking'), | |
| 1201 | + 'UTM Medium' => __('UTM Medium', 'fluent-booking'), | |
| 1202 | + 'UTM Source' => __('UTM Source', 'fluent-booking'), | |
| 1203 | + 'UTM Term' => __('UTM Term', 'fluent-booking'), | |
| 1204 | + 'Value' => __('Value', 'fluent-booking'), | |
| 1205 | + 'Verify License' => __('Verify License', 'fluent-booking'), | |
| 1206 | + 'verifying' => __('verifying', 'fluent-booking'), | |
| 1207 | + 'Verifying license, please wait.' => __('Verifying license, please wait.', 'fluent-booking'), | |
| 1208 | + 'Via Shortcode / Dedicated Page?' => __('Via Shortcode / Dedicated Page?', 'fluent-booking'), | |
| 1209 | + 'Vie_Please_msteisbyS' => __('Vie_Please_msteisbyS', 'fluent-booking'), | |
| 1210 | + 'Vie_Set_CFNaE' => __('Vie_Set_CFNaE', 'fluent-booking'), | |
| 1211 | + 'View' => __('View', 'fluent-booking'), | |
| 1212 | + 'View Booking' => __('View Booking', 'fluent-booking'), | |
| 1213 | + 'View Details' => __('View Details', 'fluent-booking'), | |
| 1214 | + 'View Event' => __('View Event', 'fluent-booking'), | |
| 1215 | + 'We could not reach the licensing server.' => __('We could not reach the licensing server.', 'fluent-booking'), | |
| 1216 | + 'We could not verify this license.' => __('We could not verify this license.', 'fluent-booking'), | |
| 1217 | + 'We highly recommend this for monetization.' => __('We highly recommend this for monetization.', 'fluent-booking'), | |
| 1218 | + 'We highly recommend to enable this feature.' => __('We highly recommend to enable this feature.', 'fluent-booking'), | |
| 1219 | + 'We recommend this for reliable email delivery.' => __('We recommend this for reliable email delivery.', 'fluent-booking'), | |
| 1220 | + 'WebHook Feed Name' => __('WebHook Feed Name', 'fluent-booking'), | |
| 1221 | + 'Webhook Feeds' => __('Webhook Feeds', 'fluent-booking'), | |
| 1222 | + 'WebHook URL' => __('WebHook URL', 'fluent-booking'), | |
| 1223 | + 'Webhooks Feeds' => __('Webhooks Feeds', 'fluent-booking'), | |
| 1224 | + 'wed' => __('wed', 'fluent-booking'), | |
| 1225 | + 'Wednesday' => __('Wednesday', 'fluent-booking'), | |
| 1226 | + 'week' => __('week', 'fluent-booking'), | |
| 1227 | + 'Week' => __('Week', 'fluent-booking'), | |
| 1228 | + 'Weekly' => __('Weekly', 'fluent-booking'), | |
| 1229 | + 'Weekly Hours' => __('Weekly Hours', 'fluent-booking'), | |
| 1230 | + 'weeks' => __('weeks', 'fluent-booking'), | |
| 1231 | + 'Weeks' => __('Weeks', 'fluent-booking'), | |
| 1232 | + 'Welcome back' => __('Welcome back', 'fluent-booking'), | |
| 1233 | + /* translators: %s - the site name */ | |
| 1234 | + 'Welcome to %s' => __('Welcome to %s', 'fluent-booking'), | |
| 1235 | + 'What hours are you available?' => __('What hours are you available?', 'fluent-booking'), | |
| 1236 | + 'What is this meeting about?' => __('What is this meeting about?', 'fluent-booking'), | |
| 1237 | + 'What We Collect' => __('What We Collect', 'fluent-booking'), | |
| 1238 | + 'WhatsApp' => __('WhatsApp', 'fluent-booking'), | |
| 1239 | + /* translators: followed by a number input and a time unit, e.g. "When booking notice is less than [2] [Hours]" */ | |
| 1240 | + 'When booking notice is less than' => __('When booking notice is less than', 'fluent-booking'), | |
| 1241 | + /* translators: followed by a number input and a time unit, e.g. "When meeting starts in less than [2] [Hours]" */ | |
| 1242 | + 'When meeting starts in less than' => __('When meeting starts in less than', 'fluent-booking'), | |
| 1243 | + 'Which Booking Forms to Show?' => __('Which Booking Forms to Show?', 'fluent-booking'), | |
| 1244 | + 'Which Schedule Do You Want to Use ?' => __('Which Schedule Do You Want to Use ?', 'fluent-booking'), | |
| 1245 | + 'Which slots are you available?' => __('Which slots are you available?', 'fluent-booking'), | |
| 1246 | + 'Will be shown on landing page social share meta or profile block' => __('Will be shown on landing page social share meta or profile block', 'fluent-booking'), | |
| 1247 | + 'Will be shown on your calendar landing page / team block UI' => __('Will be shown on your calendar landing page / team block UI', 'fluent-booking'), | |
| 1248 | + 'with' => __('with', 'fluent-booking'), | |
| 1249 | + /* translators: %s: guest name */ | |
| 1250 | + 'with %s' => __('with %s', 'fluent-booking'), | |
| 1251 | + 'With Headers' => __('With Headers', 'fluent-booking'), | |
| 1252 | + 'Within a date range' => __('Within a date range', 'fluent-booking'), | |
| 1253 | + 'Within future days' => __('Within future days', 'fluent-booking'), | |
| 1254 | + /* translators: %s: WordPress MCP Adapter version number */ | |
| 1255 | + 'WordPress MCP Adapter %s' => __('WordPress MCP Adapter %s', 'fluent-booking'), | |
| 1256 | + 'WordPress username' => __('WordPress username', 'fluent-booking'), | |
| 1257 | + 'Write a note. Only your team can see it.' => __('Write a note. Only your team can see it.', 'fluent-booking'), | |
| 1258 | + 'year' => __('year', 'fluent-booking'), | |
| 1259 | + 'years' => __('years', 'fluent-booking'), | |
| 1260 | + 'Years' => __('Years', 'fluent-booking'), | |
| 1261 | + 'Yes' => __('Yes', 'fluent-booking'), | |
| 1262 | + 'Yes, Cancel' => __('Yes, Cancel', 'fluent-booking'), | |
| 1263 | + 'Yes, Deactivate' => __('Yes, Deactivate', 'fluent-booking'), | |
| 1264 | + 'Yes, Delete' => __('Yes, Delete', 'fluent-booking'), | |
| 1265 | + 'Yesterday' => __('Yesterday', 'fluent-booking'), | |
| 1266 | + 'You are in a grace period, so everything keeps working for now. Updates and support will end soon - renew your license to keep them.' => __('You are in a grace period, so everything keeps working for now. Updates and support will end soon - renew your license to keep them.', 'fluent-booking'), | |
| 1267 | + /* translators: %s: the booking's current date and time */ | |
| 1268 | + 'You are rescheduling the booking: %s' => __('You are rescheduling the booking: %s', 'fluent-booking'), | |
| 1269 | + 'You can only book one occurrence at a time' => __('You can only book one occurrence at a time', 'fluent-booking'), | |
| 1270 | + /* translators: %s: maximum number of occurrences */ | |
| 1271 | + 'You can only book up to %s occurrences at a time' => __('You can only book up to %s occurrences at a time', 'fluent-booking'), | |
| 1272 | + /* translators: %s: a "create one" link */ | |
| 1273 | + 'You don\'t have any feeds configured. Let\'s %s!' => __('You don\'t have any feeds configured. Let\'s %s!', 'fluent-booking'), | |
| 1274 | + 'Your Account' => __('Your Account', 'fluent-booking'), | |
| 1275 | + 'Your first booking event is ready. One last thing before you start taking bookings.' => __('Your first booking event is ready. One last thing before you start taking bookings.', 'fluent-booking'), | |
| 1276 | + 'Your First Name' => __('Your First Name', 'fluent-booking'), | |
| 1277 | + 'Your Last Name' => __('Your Last Name', 'fluent-booking'), | |
| 1278 | + /* translators: %s: formatted expiry date */ | |
| 1279 | + 'Your license expired on %s' => __('Your license expired on %s', 'fluent-booking'), | |
| 1280 | + /* translators: %d: number of days until the license expires */ | |
| 1281 | + 'Your license expires in %d days' => __('Your license expires in %d days', 'fluent-booking'), | |
| 1282 | + 'Your license expires today.' => __('Your license expires today.', 'fluent-booking'), | |
| 1283 | + 'Your license expires tomorrow.' => __('Your license expires tomorrow.', 'fluent-booking'), | |
| 1284 | + 'Your license has expired.' => __('Your license has expired.', 'fluent-booking'), | |
| 1285 | + /* translators: %s: formatted expiry date */ | |
| 1286 | + 'Your license will not renew on its own. It expires on %s.' => __('Your license will not renew on its own. It expires on %s.', 'fluent-booking'), | |
| 1287 | + 'Your Meeting Link' => __('Your Meeting Link', 'fluent-booking'), | |
| 1288 | + 'Your Name' => __('Your Name', 'fluent-booking'), | |
| 1289 | + 'Your Phone Number' => __('Your Phone Number', 'fluent-booking'), | |
| 1290 | + 'Your Phone Number * (with country code)' => __('Your Phone Number * (with country code)', 'fluent-booking'), | |
| 1291 | + 'Your Stripe Account is connected' => __('Your Stripe Account is connected', 'fluent-booking'), | |
| 1292 | + /* translators: %s: subscription status label, e.g. "Cancelled" */ | |
| 1293 | + 'Your subscription is not active (%s)' => __('Your subscription is not active (%s)', 'fluent-booking'), | |
| 1294 | + 'Zip' => __('Zip', 'fluent-booking'), | |
| 1295 | + 'Zoom Integrations Settings' => __('Zoom Integrations Settings', 'fluent-booking'), | |
| 1296 | + 'Zoom Meeting' => __('Zoom Meeting', 'fluent-booking'), | |
| 1297 | + /* translators: %s: a "read the documentation" link */ | |
| 1298 | + 'zoom_integration_step_by_step_guide' => __('Please %s for a step-by-step guide to getting the API credentials from your Zoom account.', 'fluent-booking'), | |
| 1299 | + 'ZoomIntegrationSettings/connect_zoom_desc' => __('Connect your Zoom account to create dynamic meeting in zoom for your bookings.', 'fluent-booking'), | |
| 1300 | + 'ZoomIntegrationSettings/description' => __('All connected zoom accounts by you and your team members. You can review who connected their zoom account from Host Settings and manage from here for all of your team members.', 'fluent-booking'), | |
| 1301 | + 'ZoomIntegrationSettings/didnot_connect_zoom_desc' => __('Looks like you did not connect FluentBooking with your Zoom Account yet!', 'fluent-booking'), | |
| 1302 | + /* translators: %s: a "read the documentation" link */ | |
| 1303 | + 'ZoomIntegrationSettings/sub_description' => __('Please %s for a step-by-step guide to connecting a Zoom account.', 'fluent-booking'), | |
| 1304 | + ]; | |
| 935 | 1305 | } |
| 936 | 1306 | } |