// ignore: unused_import
import 'package:intl/intl.dart' as intl;
import 'app_localizations.dart';
// ignore_for_file: type=lint
/// The translations for English (`en`).
class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale);
@override
String get generic_continue => 'Continue';
@override
String get generic_information_required => 'This field is required.';
@override
String get generic_confirm => 'Confirm';
@override
String get generic_done => 'Done';
@override
String get generic_ok => 'OK';
@override
String get generic_credit_card => 'Credit card';
@override
String get generic_apple_pay => 'Apple Pay';
@override
String get generic_google_pay => 'Google Pay';
@override
String get generic_error => 'An error occurred. Please try again.';
@override
String get welcome_headline => 'Welcome to Comwell Hotels';
@override
String get welcome_button => 'Continue';
@override
String get welcome_error => 'An error has occurred. Restart the app.';
@override
String get room_key => 'Key';
@override
String get room_keys => 'Keys';
@override
String get redeem_code => 'Redeem code';
@override
String get error_opening_door => 'An error occurred.';
@override
String get try_again => 'Try again';
@override
String get room_key_description => 'This is your room key.';
@override
String get login_button => 'Login';
@override
String get create_user_button => 'Create new user';
@override
String get profile_settings_profile_menu => 'Profile settings';
@override
String get payment_card_profile_menu => 'Payment card';
@override
String get notifications_profile_menu => 'Notifications';
@override
String get logout_profile_menu => 'Log out';
@override
String get logout_dialog_title => 'Do you want to log out of your profile?';
@override
String get cancel => 'Cancel';
@override
String get name_cc_sign => 'Name';
@override
String get become_cc_member_title => 'Become a member of comwell club';
@override
String get become_cc_member_subtitle =>
'Become a member and earn points every time you stay at a Comwell Hotel.';
@override
String get overview_tabbar_active => 'Current';
@override
String get overview_tabbar_past => 'Previous';
@override
String get overview_tabbar_cancelled => 'Cancelled';
@override
String get no_past_bookings_title => 'No previous stays';
@override
String get no_past_bookings_subtitle =>
'There are no previous stays on this profile.';
@override
String get no_cancelled_booking_title => 'No cancelled stays';
@override
String get no_cancelled_booking_subtitle =>
'You have no canceled nights with us.';
@override
String get booking_annulled => 'Cancelled';
@override
String get no_current_bookings => 'No current bookings';
@override
String get no_current_bookings_subtitle =>
'You have no current bookings. Plan your next stay at Comwell.';
@override
String get adults => 'adults';
@override
String get children => 'children';
@override
String get adult => 'adult';
@override
String get child => 'child';
@override
String get rooms => 'Rooms';
@override
String get prepare_room => 'Save time at check-in';
@override
String get jump_line_text => 'Fill in your information';
@override
String get overview_add_booking => 'Add booking';
@override
String get open_room => 'Open room';
@override
String get hold_phone_to_door => 'Keep close to the reader';
@override
String get open_room_success => 'Success';
@override
String get open_room_error => 'Try again!';
@override
String get profile_settings => 'Profile settings';
@override
String get profile_settings_firstname => 'First name';
@override
String get profile_settings_lastname => 'Surname';
@override
String get profile_settings_email => 'Email';
@override
String get profile_settings_phone => 'Telephone';
@override
String get profile_settings_address => 'Address';
@override
String get profile_settings_birthday => 'Birthday';
@override
String get profile_settings_edit_password => 'Change password';
@override
String get profile_settings_error => 'An error occurred. Please try again.';
@override
String get delete_profile => 'Delete profile';
@override
String get my_booking => 'My booking';
@override
String get booking_reference => 'Reservation number';
@override
String get check_in => 'Check in';
@override
String get check_out => 'Check out';
@override
String get overview_page_check_in_physical_card_subtitle =>
'Go to the lobby and get your key.';
@override
String get booking_details => 'My booking';
@override
String get number_of_guests => 'People';
@override
String get booker => 'Book';
@override
String get booking_date => 'Date';
@override
String get payment => 'Payment';
@override
String get payment_method => 'Payment method';
@override
String get bill => 'Receipt';
@override
String get get_bill => 'Get receipt';
@override
String get your_last_name => 'Surname';
@override
String get find_booking => 'Add booking';
@override
String get choose_hotel => 'Choose hotel';
@override
String get hotels => 'Hotels';
@override
String get all => 'All';
@override
String get zealand => 'Zealand';
@override
String get funen => 'Funen';
@override
String get jutland => 'Jutland';
@override
String get booking_not_found => 'The booking was not found.';
@override
String get booking_not_found_subtitle =>
'The booking you are looking for could not be found. \nDid you enter the information correctly?';
@override
String get booking_not_found_button => 'Try again';
@override
String get booking_not_found_cancel => 'Cancel';
@override
String get save => 'Save';
@override
String get zipCode => 'Postal code';
@override
String get city => 'Town';
@override
String get country => 'Country';
@override
String get delete_profile_title => 'You are about to delete your profile.';
@override
String get delete_profile_description =>
'When you delete your profile, you will lose track of previous stays and your Comwell Club points.';
@override
String get delete_profile_button => 'Delete profile';
@override
String get delete_profile_cancel => 'Cancel';
@override
String get check_in_loading_title => 'Finding your room...';
@override
String get check_in_room_found_title => 'Room found...';
@override
String get check_in_your_digital_card_title => 'Your Key Card';
@override
String get check_in_your_digital_card_subtitle =>
'Use your mobile phone to open your room. You no longer need to check in at the reception.';
@override
String get check_in_your_digital_card_nb =>
'NB: If you want a physical key card, you can always go to reception and get one.';
@override
String get check_in_error_title => 'Room not found...';
@override
String get check_in_error_subtitle =>
'We could not find your room. Please contact the reception.';
@override
String get preregistration_address_title => 'Address';
@override
String get check_in_your_digital_card_room_prefix => 'Room';
@override
String get preregistration_address_subtitle =>
'It is a legal requirement that we know the address of the primary occupant of the room. This is for fire safety reasons.';
@override
String get preregistration_address_label_address => 'Address';
@override
String get preregistration_address_label_postal_code => 'Postal code';
@override
String get preregistration_address_label_city => 'Town';
@override
String get preregistration_address_label_country => 'Country';
@override
String get preregistration_profile_title => 'Your info';
@override
String get preregistration_profile_subtitle =>
'It is a legal requirement that we know the address of the primary occupant of the room. This is for fire safety reasons.';
@override
String get preregistration_birthdate_error_message =>
'Please enter a valid birth date';
@override
String get nationality => 'Nationality';
@override
String get preregistration_payment_title => 'Payment card';
@override
String get preregistration_payment_subtitle =>
'To stay overnight at Comwell, we need a payment card.';
@override
String get preregistration_payment_add_card => 'Add card';
@override
String get preregistration_confirmation_title => 'Registration information';
@override
String get preregistration_confirmation_profile_card_title =>
'Profile information';
@override
String get preregistration_confirmation_address_card_title => 'Address';
@override
String get preregistration_confirmation_payment_card_title => 'Payment card';
@override
String get preregistration_confirmation_extras_card_title_singular =>
'1 selected Purchase';
@override
String preregistration_confirmation_extras_card_title_plural(Object amount) {
return '$amount selected add-ons';
}
@override
String get preregistration_my_addons => 'My purchases';
@override
String get preregistration_my_addons_subtitle =>
'Ea sit sunt sunt sint exercitation id cupidatat ipsum quis eu quis incididunt mollit ea pariatur.';
@override
String get preregistration_confirmation_extras_card_subtitle =>
'Written on your room bill';
@override
String get need_help => 'Do you need help?';
@override
String get call_us => 'Call us';
@override
String get call_us_description =>
'Do you need to get in touch with one of our hotels? Use the button below to call.';
@override
String get get_a_call => 'Get a call';
@override
String get get_a_call_description =>
'Enter your phone number below and we will call you back.';
@override
String get call_received_title => 'Received';
@override
String get call_received_description =>
'We have received your contact request. Our team will contact you soon.';
@override
String get telephone_number => 'Telephone number';
@override
String get comwell_telephone_number => '+4570274274';
@override
String get booking_details_page_hotel_information_button_title =>
'Hotel information';
@override
String get booking_details_page_hotel_information_button_subtitle =>
'Find relevant information about the hotel';
@override
String get booking_details_page_contact_button_title => 'Contact';
@override
String get booking_details_page_contact_button_subtitle =>
'Get in touch with the reception.';
@override
String get housekeeping_page_title => 'Housekeeping';
@override
String get housekeeping_page_subtitle =>
'If you want extra cleaning or replenishment in the room, you can always order it here - at no cost.';
@override
String get housekeeping_page_button => 'Book housekeeping';
@override
String get housekeeping_page_service_title_cleaning => 'Room cleaning';
@override
String get housekeeping_page_service_title_towels => 'Fresh towels';
@override
String get housekeeping_page_service_title_refill => 'Coffee and tea refills';
@override
String get housekeeping_page_service_title_trash => 'Garbage collection';
@override
String get housekeeping_page_service_title_soap => 'Soap/shampoo';
@override
String get housekeeping_page_service_cleaning_subtitle =>
'Cleaning will be done between 11am and 2pm.';
@override
String get housekeeping_page_supplies => 'Supplies';
@override
String get housekeeping_page_cleaning => 'Cleaning';
@override
String get booking_details_page_housekeeping_button_title_ordered =>
'Housekeeping ordered';
@override
String get booking_details_page_housekeeping_button_subtitle_ordered =>
'Cleaning comes between 11 am and 2 pm';
@override
String get housekeeping_page_supplies_subtitle_towels => 'Soap and shampoo';
@override
String get housekeeping_page_supplies_subtitle_refill =>
'Refill coffee and tea';
@override
String get housekeeping_page_supplies_subtitle_trash => 'Fresh towels';
@override
String get housekeeping_page_supplies_subtitle_soap => 'Trash removal';
@override
String get booking_details_page_housekeeping_button_title =>
'Book housekeeping';
@override
String get booking_details_page_housekeeping_button_subtitle =>
'The day before housekeeping is requested.';
@override
String get booking_details_page_practical_information =>
'Practical information';
@override
String get booking_details_page_checkout_title => 'Check-out';
@override
String get booking_details_page_checkout_subtitle =>
'Start your check-out here';
@override
String get booking_details_page_checkout_time => '10:00 AM';
@override
String get hotel_information_page_menu_restaurants_title => 'Restaurants';
@override
String get hotel_information_page_menu_restaurants_subtitle =>
'Read about our restaurant';
@override
String get hotel_information_page_menu_spa_title => 'Spa';
@override
String get hotel_information_page_menu_spa_subtitle =>
'Baths, saunas, brechelbath, etc.';
@override
String get hotel_information_page_menu_parking_title => 'Parking';
@override
String get hotel_information_page_menu_other_info_title =>
'Other information';
@override
String get hotel_information_page_menu_other_info_subtitle =>
'Find more information about the hotel';
@override
String get hotel_information_page_spa_button => 'Book a spa';
@override
String get restaurant_page_practical_information => 'Practical information';
@override
String get restaurant_page_address => 'Address';
@override
String get restaurant_page_opening_hours => 'Opening hours';
@override
String get restaurant_page_book_table => 'Book a table';
@override
String get restaurant_page_send_email => 'Write an email';
@override
String get overview_page_check_in_button_subtitle =>
'Get your digital key card immediately';
@override
String get checkout_page_confirmation_title => 'Check-out';
@override
String get checkout_page_confirmation_subtitle =>
'When you confirm your check-out, you have 30 minutes to leave the room before your key card will stop working.';
@override
String get checkout_page_confirmation_deadline =>
'Your check-out must be no later than 10:00 AM.';
@override
String get checkout_page_confirmation_price_title => 'For payment';
@override
String get checkout_page_confirmation_continue => 'Go to payment';
@override
String get checkout_page_payment_title => 'Payment summary';
@override
String get checkout_page_payment_total => 'Total';
@override
String checkout_page_payment_price(Object amount) {
return '$amount kr.';
}
@override
String get checkout_page_payment_club_points_title =>
'Use Comwell Club Points';
@override
String checkout_page_payment_club_points_subtitle(
Object amount,
Object points,
) {
return 'You have $points points, use them and save ${amount}kr.';
}
@override
String get checkout_page_payment_club_points_subtitle_zero =>
'You have no points to use.';
@override
String get checkout_page_payment_payment_title => 'Pay and check out';
@override
String get checkout_page_confirmation => 'Go to check out';
@override
String get accept_terms => 'Accept the terms and conditions';
@override
String get checkout_page_payment_dialog_title =>
'Are you sure you want to check out of the hotel?';
@override
String get checkout_page_payment_dialog_subtitle =>
'Once you confirm, you have 30 minutes to vacate your room.';
@override
String get checkout_page_payment_dialog_confirm => 'Yes, check out now';
@override
String get checkout_page_payment_dialog_cancel => 'No';
@override
String get checkout_page_processing_success_title => 'Check-out confirmed';
@override
String get checkout_page_processing_success_subtitle =>
'Your check-out is now confirmed and you now have 30 minutes to leave your room. After that, you will no longer be able to use your key card.';
@override
String get checkout_page_processing_success_subtitle_no_digital_card =>
'You are now checked out. Remember to return your key to the lobby.';
@override
String get checkout_page_processing_error_title => 'Check-out failed';
@override
String get checkout_page_processing_error_subtitle =>
'There was an error during check-out. Please contact the reception.';
@override
String get payment_cards_title => 'Payment card';
@override
String get payment_cards_subtitle =>
'To stay overnight at Comwell, we need a payment card.';
@override
String get payment_cards_my_cards => 'My cards';
@override
String get payment_cards_confirm_remove_title =>
'You are about to remove a payment card.';
@override
String get payment_cards_confirm_remove_subtitle =>
'This payment card will no longer be available if you delete it.';
@override
String get payment_cards_remove_card_button => 'Remove card';
@override
String get payment_cards_edit_card_title => 'Edit map';
@override
String get payment_cards_save_card_button => 'Save map';
@override
String get share_booking_page_title => 'Share stay';
@override
String get share_booking_page_subtitle =>
'Here you can share your stay with another guest and give them access to booking information, key cards and Concierge';
@override
String get share_booking_page_share_button => 'Share your stay';
@override
String get handle_guests_title => 'Manage guests';
@override
String get cancel_sharing => 'Undo sharing';
@override
String get check_out_my_booking => 'Check out of my stay';
@override
String get dates => 'Dates';
@override
String get guest => 'Guest';
@override
String get guests => 'Guests';
@override
String get view_booking => 'See booking';
@override
String get comwell_booking => 'Comwell Stay';
@override
String get name_on_card_hint => 'Name on card';
@override
String get card_number_hint => 'Shortcode';
@override
String get expiry_date_hint => 'Expiration date';
@override
String get cvc_hint => 'CVC';
@override
String get remove_guest => 'Remove guest';
@override
String get remove_guests => 'Remove guests';
@override
String get are_you_sure => 'Are you sure?';
@override
String get guest_removal_responsibility =>
'You will be responsible for all in-room purchases upon check-out (316 DKK)';
@override
String get notifications_page_title => 'Notifications';
@override
String get subscribe_all => 'Subscribe to all notifications';
@override
String get company_deal => 'Company agreement';
@override
String get company_deal_subtitle =>
'Yes, I would like to receive relevant information related to the company agreement from Comwell A/S via email and SMS. You can end your registration at any time by clicking the exit link at the bottom of the email.';
@override
String get club_newsletter => 'Comwell Club newsletter';
@override
String get club_newsletter_subtitle =>
'Yes, I would like to receive emails with exciting offers on hotel stays and events at Comwell Hotels. I can unsubscribe at any time.';
@override
String get digital_media => 'Digital media';
@override
String get digital_media_subtitle =>
'Yes, I would like to see personalized digital advertisements with news, inspiration and invitations to events. I can unsubscribe at any time.';
@override
String get sms => 'SMS';
@override
String get sms_subtitle =>
'Yes, I would like to receive SMS with news, inspiration and invitations to events. I can unsubscribe at any time.';
@override
String get email_subtitle =>
'Yes, I would like to receive emails with news, inspiration and invitations to events. I can unsubscribe at any time.';
@override
String get push_subtitle =>
'Yes, I would like to receive push notifications with news, inspiration and invitations to events. I can unsubscribe at any time.';
@override
String get update_profile => 'Update profile';
@override
String get profile_settings_invalid_date => 'Invalid date';
@override
String get gender => 'Sex';
@override
String get comwell_club_dialog_title => 'Become a member';
@override
String get comwell_club_dialog_description =>
'Enter the following information to become a member of Comwell Club';
@override
String get postal_code => 'Postal code';
@override
String get male => 'Man';
@override
String get female => 'Woman';
@override
String get not_specified => 'Not specified';
@override
String get tos_accept => 'Accept';
@override
String get tos_accept_link => 'Comwell Club rules and conditions';
@override
String get newsletter_accept =>
'Yes, I would like to be updated on current member offers, Comwell Club surprises and other recommendations tailored to me. I can unsubscribe at any time.';
@override
String get read_more => 'Read more';
@override
String get read_less => 'Read less';
@override
String get comwell_club_inactive => 'Inactive';
@override
String get points => 'Point';
@override
String get my_balance => 'My balance';
@override
String get cancel_booking => 'Cancel stay';
@override
String get cancellation_policy => 'Cancellation conditions';
@override
String get cancellation_policy_description =>
'This stay can be cancelled free of charge until 12.11.2024 at 15:00 on the day of arrival. If cancelled later than 14.01, the first night will be invoiced.';
@override
String get payment_date => 'Payment date';
@override
String get not_shared => 'Not shared';
@override
String get share_booking => 'Share stay';
@override
String get total_charge => 'Total for payment';
@override
String get early_checkin => 'Early check-in';
@override
String get paid => 'PAID';
@override
String get restaurant => 'Restaurant';
@override
String get spa => 'Spa';
@override
String get parking => 'Parking';
@override
String get go_to_payment => 'Go to payment';
@override
String room_prefix(Object roomNumber) {
return 'Room $roomNumber';
}
@override
String total_charge_value(Object amount) {
return '$amount kr.';
}
@override
String get generic_error_profile_page =>
'An error occurred. Please try again later. Or log out and try again.';
@override
String get profile_error_name => 'Error loading profile information';
@override
String get error => 'Error';
@override
String get error_logout => 'An error occurred.';
@override
String get error_logout_subtitle =>
'You have been logged out. Please log in again.';
@override
String get edit => 'Edit';
@override
String get error_cards => 'Error loading map, please try again later.';
@override
String check_in_button_timer_days_hours_minutes(
Object d,
Object h,
Object m,
) {
return 'In $d days, $h hours and $m minutes';
}
@override
String check_in_button_timer_hours_minutes(Object h, Object m) {
return 'In $h hours and $m minutes';
}
@override
String check_in_button_timer_minutes(Object m) {
return 'In $m minutes';
}
@override
String check_in_button_timer_seconds(Object s) {
return 'In $s seconds';
}
@override
String get approve_conditions_title => 'I accept';
@override
String get approve_conditions_subtitle => 'the conditions';
@override
String get up_sales_title => 'Early check-in';
@override
String get up_sales_subtitle =>
'With early check-in, you can check in at 1:00 PM instead of 3:00 PM.';
@override
String get up_sales_popular => 'POPULAR';
@override
String get services => 'Services';
@override
String get up_sales_see_all => 'See all';
@override
String get up_sales_catalog_button_title => 'See product catalog';
@override
String get up_sales_catalog_button_subtitle =>
'Here you can view and order products and have them automatically added to your room bill.';
@override
String get up_sales_catalog_title => 'Purchase options';
@override
String get room_upgrades => 'Room upgrades';
@override
String get other_up_sales => 'Other purchases';
@override
String get read_more_up_sales => 'Read more';
@override
String get continue_without_up_sales => 'Continue without purchase';
@override
String get open_maps_error_title => 'Can\'t open map';
@override
String get open_maps_error_subtitle => 'No map program is available.';
@override
String get apple_maps => 'Apple Card';
@override
String get google_maps => 'Google Maps';
@override
String get add_to_booking => 'Add to booking';
@override
String get see_all_facilities => 'See all facilities';
@override
String get remove_from_booking => 'Remove from booking';
@override
String get no_services_available => 'No services available';
@override
String get no_room_upgrades_available => 'No room upgrades available';
@override
String get confirm_up_sales_dialog_title => 'Confirm purchase';
@override
String confirm_up_sales_dialog_subtitle(Object amount) {
return 'Are you sure you want to add these $amount DKK extras to your booking?';
}
@override
String get confirm_up_sales_dialog_confirm => 'Yes, add additional purchases';
@override
String get confirm_up_sales_dialog_cancel => 'No';
@override
String get email_launch_error => 'Could not open email client';
@override
String get phone_launch_error => 'Could not open phone';
@override
String get balance => 'BALANCE';
@override
String get new_booking => 'Book a new stay';
@override
String get error_opening_website =>
'Could not open the website. Please try again later.';
@override
String get error_opening_website_title => 'Error';
@override
String get room_selection => 'Select room';
@override
String get room_selection_subtitle =>
'Allocate guests to the rooms you have booked';
@override
String get choose_room => 'Allocate rooms';
@override
String get choose_room_subtitle =>
'You must first choose your own room. Then you can assign the other rooms.';
@override
String get check_in_date => 'Check-in date';
@override
String get check_out_date => 'Check-out date';
@override
String get confirmation_number => 'Confirmation number';
@override
String get close => 'Close';
@override
String get choose_room_confirmation_title =>
'Are you sure you want to choose this room?';
@override
String get choose_room_confirmation_subtitle =>
'You cannot undo your choice.';
@override
String get choose_room_confirmation_confirm => 'Yes, select room';
@override
String get choose_room_confirmation_cancel => 'No';
@override
String get my_room => 'My room';
@override
String get share_room => 'Share room';
@override
String get share_room_page_title => 'Share room';
@override
String get share_room_page_subtitle =>
'Here you can share your room with another guest and give them access to booking information, key cards and Concierge';
@override
String get share_room_page_button => 'Share your room';
@override
String get addon => 'Additional purchases';
@override
String get added_to_room => 'Purchased in room';
@override
String get force_update_title => 'Update to use the app';
@override
String get force_update_description =>
'There is a required update to the app that requires you to update in order to continue.';
@override
String get force_update_button => 'Go to the App Store';
@override
String get invalid_birthday => 'Invalid birthday';
@override
String get invalid_birthday_description =>
'Your saved birthday is not allowed. Please choose a new date.';
@override
String get up_sales_confirmation_title => 'Payment summary';
@override
String get up_sales_confirmation_no_up_sales => 'No options selected.';
@override
String get facilities => 'Facilities';
@override
String get remove => 'Remote';
@override
String get up_sales_processing_error_title => 'Could not add add-ons';
@override
String get up_sales_processing_error_subtitle =>
'Upgrades are not working at the moment. Please try again later.';
@override
String get pay_bill => 'Pay bill';
@override
String get discount => 'Comwell Club Point Discount';
@override
String get error_preregistration => 'Could not preregister, go to reception';
@override
String get get_keys => 'Get digital key';
@override
String get get_keys_subtitle => 'Get your digital key card immediately';
@override
String get add_card => 'Add map';
@override
String get total => 'Total';
@override
String get profile_error_title => 'Could not load your profile.';
@override
String get profile_error_subtitle =>
'An error has occurred. Please try again later.';
@override
String get generic_error_title => 'An error has occurred.';
@override
String get notifications_error_subtitle =>
'Notifications cannot be retrieved at this time. Please try again later.';
@override
String get payment_cards_error_subtitle =>
'Your payment cards cannot be retrieved at this time. Please try again later.';
@override
String get hotel_information_error_subtitle =>
'The hotel information cannot be retrieved at this time. Please try again later.';
@override
String get overview_error_title => 'Could not load your bookings.';
@override
String get overview_error_subtitle =>
'An error occurred. We were unable to load your bookings. Please try again later.';
@override
String get up_sales_error_title =>
'Add-on purchases are currently unavailable.';
@override
String get up_sales_error_subtitle =>
'An error has occurred. Please try again later.';
@override
String get choose_room_error_title => 'Could not choose room';
@override
String get choose_room_error_subtitle =>
'An error has occurred. Please try again later or go to the front desk.';
@override
String get share_booking_error_title =>
'Could not find the guests in the room';
@override
String get share_booking_error_subtitle =>
'An error has occurred. Please try again later.';
@override
String get refresh_bookings => 'Update bookings';
@override
String get document_type => 'Document type';
@override
String get document_type_passport => 'Passport';
@override
String get document_type_id_card => 'ID card';
@override
String get document_type_driver_license => 'Driving license';
@override
String get document_type_other => 'Other';
@override
String get document_number => 'Document number';
@override
String get up_sales_catalog_no_up_sales_title => 'No options available';
@override
String get up_sales_catalog_no_up_sales_subtitle =>
'There are no options available at this time. Please try again later.';
@override
String get payment_cards_missing_payment_method_title =>
'Missing payment method';
@override
String get payment_cards_missing_payment_method_subtitle =>
'Please select a payment method to continue.';
@override
String get share_booking_page_error_title => 'Error';
@override
String get share_booking_page_error_subtitle =>
'This booking has already been shared.';
@override
String share_booking_message(Object hotel, Object name, Object url) {
return '$name would like to share a stay with you at Comwell $hotel. Access via the link: $url';
}
@override
String get check_in_page_error_title => 'Room not found';
@override
String get check_in_page_error_subtitle =>
'We could not find your room. Please contact the reception.';
@override
String get remove_guest_overview => 'Remote';
@override
String get home_page => 'Home';
@override
String get send_to_email => 'Send to email';
@override
String get download_bill => 'Get a receipt sent to you';
@override
String get bill_email_placeholder => 'Email';
@override
String get payment_overview_send_receipt_title => 'Receipt via email';
@override
String payment_overview_send_receipt_subtitle(Object name) {
return 'Sent to $name';
}
@override
String get payment_overview_send_comment_title => 'Comment';
@override
String get payment_overview_send_receipt_hint => 'Insert comment';
@override
String key_page_room_prefix(Object roomNumber) {
return 'Room $roomNumber';
}
@override
String get please_accept_terms => 'Accept the terms';
@override
String received_shared_room_page_subtitle(Object name) {
return 'text $name';
}
@override
String get received_shared_room_page_title => '';
@override
String get received_shared_booking_page_title => '';
@override
String received_shared_booking_page_subtitle(Object name) {
return 'text $name';
}
@override
String get accept_notifications => 'Allow notifications';
@override
String get accept_notifications_rationale =>
'To get the latest updates about your booking, please allow notifications.';
@override
String get allow => 'Allow';
@override
String get skip => 'Skip';
@override
String get internet_disabled => 'The internet is down.';
@override
String get please_enable_internet => 'Please check your internet connection.';
@override
String get bluetooth_disabled => 'Bluetooth is disabled.';
@override
String get please_enable_bluetooth => 'Activate Bluetooth';
@override
String get allow_usage_tracking => 'Allow usage tracking';
@override
String get usage_tracking_rationale =>
'Please allow tracking of how you use the app';
@override
String get share_room_subtitle_mvp =>
'We are currently working on making it possible to delegate rooms here in the app.';
@override
String get subtitle_mvp =>
'Unfortunately, for now we can only help you through our customer service. Please call us and we will find a solution.';
@override
String get find_booking_subtitle_mvp =>
'We are currently working on making it possible to find your booking digitally here in the app.';
@override
String get bluetooth_permission_title =>
'Allow Bluetooth to unlock your room';
@override
String get bluetooth_permission_description =>
'In order to open the door to your hotel room, you must give us permission to use Bluetooth on your phone.';
@override
String get allow_bluetooth => 'Allow Bluetooth';
@override
String get permissions => 'Permissions';
@override
String get buy_early_checkin => 'Buy early check-in';
@override
String get preregistration_serving_time_label =>
'Desired serving time for additional purchases';
@override
String get preregistration_comment_label => 'Comment';
@override
String get preregistration_comment_hint => 'Please insert any comment.';
@override
String get preregistration_accept_terms_prefix => 'I accept Comwell\'s';
@override
String get preregistration_accept_terms_privacy_policy =>
'personal data policy';
@override
String get preregistration_accept_terms_and => 'and';
@override
String get preregistration_accept_terms_trade_conditions => 'terms of trade';
@override
String check_in_button_timer_days_minutes(Object d, Object m) {
return 'In $d days and $m minutes';
}
@override
String get check_in_page_payment_payment_title => 'Pay and check in';
@override
String get pickup => 'Pick up';
@override
String get delivery => 'Delivery';
@override
String get order_overview => 'Order overview';
@override
String get confirm_order => 'Confirm order';
@override
String get comment_to_order => 'Comment to order';
@override
String get charge_to_room => 'Charge to room and earn points';
@override
String get you_will_pay_at_checkout => 'You will pay at checkout';
@override
String get pay_now => 'Pay now';
@override
String get select_payment_method_next_step =>
'Select payment method in the next step';
@override
String get there_are_no_products_in_this_area =>
'There are no products in this area';
@override
String get my_order => 'My order';
@override
String get products => 'products';
@override
String get product => 'product';
@override
String get update_order => 'Update order';
@override
String get add_to_order => 'Add to order';
@override
String get provide_location => 'Provide location';
@override
String get deliver_to_room => 'Deliver to room';
@override
String get room => 'Room';
@override
String get deliver_to_area => 'Deliver to location';
@override
String get provide_location_code => 'Provide location code';
@override
String get contact_comwell_for_changes =>
'Call Comwell for changes at 42 43 44 45';
@override
String get go_to_front_page => 'Go to front page';
@override
String get order_to_room => 'Order to room';
@override
String get order_status => 'Order status';
@override
String get your_order_is_being_delivered => 'Your order is being delivered';
@override
String get your_order_is_ready => 'Your order is ready';
@override
String get your_order => 'Your order';
@override
String get asap => 'As soon as possible';
@override
String get no_products_in_cart => 'You have no products in your cart';
@override
String get confirm_location => 'Confirm location';
}