// 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 all_bookmarks => 'All Bookmarks'; @override String get economy_title => 'Economy'; @override String get social_title => 'Social'; @override String get environment_title => 'Environment'; @override String get economy_title_upper => 'ECONOMY'; @override String get social_title_upper => 'SOCIAL'; @override String get environment_title_upper => 'ENVIRONMENT'; @override String get bookmarks => 'Bookmarks'; @override String get searchCountry => 'Search Country'; @override String get feedback_title => 'Feedback'; @override String get feedback_failed_msg => 'Your feedback could not be \n submitted. Please try again'; @override String get thankYou => 'Thank you'; @override String get feedback_message => 'For your valuable feedback, we truly appreciate your input!'; @override String get failed_to_sharefeedback => 'Failed to Share Feedback'; @override String get feedback_submitted => 'Feedback submitted successfully!'; @override String get formError => 'Please correct the errors before submitting.'; @override String feedback_failed(Object error) { return 'Failed to submit feedback: $error'; } @override String get skip => 'Skip'; @override String get got_it => 'Got it'; @override String get exit_app => 'Exit App'; @override String get exit_confirmation => 'Are you sure you want to exit?'; @override String get cancel => 'Cancel'; @override String get exit => 'Exit'; @override String get bookmark_title => 'Bookmark'; @override String get failed_To_Remove => 'Failed to Remove'; @override String get removed_from_Bookmark => 'Removed from Bookmark'; @override String get added_to_Bookmark => 'Added to Bookmark.'; @override String get notification => 'Notification'; @override String get register_title => 'Register'; @override String get register_details => 'Please enter your details'; @override String get register_name => 'Username'; @override String get email_id => 'Email ID'; @override String get enter_name => 'Enter your User Name'; @override String get enter_your_email => 'Enter your email'; @override String get enter_your_password => 'Enter your password'; @override String get register_Confirm_password => 'Confirm password'; @override String get agree => 'I agree to the '; @override String get t_and => ' and '; @override String get conditions => ' of FCSC'; @override String get terms_conditions => 'Terms & Conditions'; @override String get privacy_policy => 'Privacy Policy'; @override String get account_confirmation => 'Already have an account?'; @override String get login_title => 'Login'; @override String get all_updates => 'All Updates'; @override String get app_updates => 'App Updates'; @override String get notificationSocial => 'Social'; @override String get notificationEconomy => 'Economy'; @override String get notificationEnvironment => 'Environment'; @override String get notificationFavourites => 'Favourites'; @override String get profile_title => 'Edit Profile'; @override String get my_profile => 'My Profile'; @override String get logout => 'Logout'; @override String get full_name => 'Full Name*'; @override String get dob => 'Date of Birth*'; @override String get region => 'Country/Region'; @override String get preferredLang => 'Preferred Language'; @override String get confirm => 'Confirm'; @override String get change_password => 'Change Password'; @override String get delete_account => 'Delete Account'; @override String get sure_save_page => 'Are you sure you want to save this page? '; @override String get not_able_to_change => 'Once saved, you will not be able to change your '; @override String get save => 'Save'; @override String get name => 'Name'; @override String get guide_title => 'User Guide'; @override String get nav_home => 'HOME'; @override String get nav_uae => 'UAE Numbers'; @override String get nav_competitiveness => 'Competitiveness'; @override String get competitiveness_heading => 'Competitive Reports'; @override String get competitiveness_rank_in => 'Rank in'; @override String get competitiveness_rank => 'Rank'; @override String get competitiveness_score_in => 'Score in'; @override String get competitiveness_score => 'Score'; @override String get competitiveness_previous_edition => 'vs. Previous Edition'; @override String get competitiveness_first_globally => 'First Globally'; @override String get competitiveness_first_in_GCC => 'First in GCC'; @override String get competitiveness_first_in_arab_countries => 'First in Arab Countries'; @override String get competitiveness_multi_countries => 'MULTIPLE COUNTRIES'; @override String get competitiveness_uae_bilateral_trade => 'UAE Bilateral Trade'; @override String get competitiveness_total => 'Total '; @override String get country_profile => 'Country Profile'; @override String get agree_terms_conditions => 'Please agree to terms and conditions.'; @override String get retry => 'Retry'; @override String get select => 'Select'; @override String get email_exists => 'Email exists'; @override String get email_exists_msg => 'Email ID already exists. Please use a different email.'; @override String get email_invalid => 'The email is invalid or already in use.'; @override String get required => 'Required'; @override String get only40charac => 'Must not exceed 40 characters'; @override String get invalid_characters => 'Invalid Characters'; @override String get invalid_email => 'Invalid Email'; @override String get password_invalid => 'Password contains invalid characters'; @override String get password_match => 'Passwords do not match'; @override String get only8charac => 'Password must be at least 8characters'; @override String get manage_user => 'Manage User'; @override String get user_name => 'User Name'; @override String get reg_date => 'Registration Date'; @override String get status => 'Status'; @override String get denied => 'Denied'; @override String get pending => 'Pending'; @override String get approved => 'Approved'; @override String get approve_msg => 'Are you sure you want to change the status to '; @override String get yes => 'Yes'; @override String get no => 'No'; @override String get no_result_found => 'No results found'; @override String get search => 'Search'; @override String get status_success => 'Status updated successfully'; @override String get profile_updated_successfully => 'Profile updated successfully'; @override String get create_new_password => 'Create New Password'; @override String get different_password => 'Your New Password Must Be Different form Previously Used Password'; @override String get old_password => 'Old Password'; @override String get enter_new_password => 'Enter new password'; @override String get confirm_new_password => 'Confirm new password'; @override String get password_changed_successfully => 'Password Changed Successfully'; @override String get enter_old_password => 'Enter old Password'; @override String get your_old_password_incorrect => 'Your old password is incorrect.'; @override String get failed_to_update_password => ''; @override String get password_update_successfully => 'Password updated successfully.'; @override String get new_password_not_same_as_old => 'New password must not be the same as the old password'; @override String get password_between_8_to_40 => 'Password must be between 8 and 40 characters'; @override String get new_password_required => 'New password is required'; @override String get old_password_is_required => 'Old password is required'; @override String get confirm_password_is_required => 'Confirm password is required'; @override String get kpiCards => 'View interactive KPI cards and graphs to explore data trends and compare key metrics visually.'; @override String get home_topic => 'Tap on any category (e.g., Economy, Social, Environment) to explore detailed KPIs, visualizations, and data insights.'; @override String get economy => 'Access detailed statistics and drill-down pages for KPIs in the Economy category to uncover key trends and metrics.'; @override String get bookMark => 'Bookmark important KPIs or datasets for quick and easy access anytime through the Bookmarks section.'; @override String get toggle => 'Switch between English and Arabic using the language toggle at the top-right corner for a bilingual experience.'; @override String get tour_navBar => 'Access dedicated pages and additional features by selecting options from the Main Menu.'; @override String get mainMenu => 'Use the navigation bar to quickly access Profile, Feedback, User Guide, Notifications, and other key app features.'; @override String get uae_pass_login_error => 'Something went wrong during the login, please try again later!'; @override String get uae_pass_user_cancelled => 'User cancelled the login'; @override String get google_sign_in => 'Sign in with Google'; @override String get apple_sign_in => 'Sign in with Apple'; @override String get uaepass_sign_in => 'Sign in with UAE PASS'; @override String get or => 'OR'; @override String get fcsc_profile_linking_title => 'UAE PASS - FCSC\nProfile Linking'; @override String get fcsc_profile_linking_question => 'Do you have an online account with\nFCSC?'; @override String get fcsc_profile_linking_yes => 'Yes *'; @override String get fcsc_profile_linking_no => 'No **'; @override String get fcsc_profile_linking_legend_yes => '* Your UAE PASS account will be linked to your existing FCSC profile'; @override String get fcsc_profile_linking_legend_no => '** Your UAE Stat Mobile App profile will be established based on the UAE PASS account'; @override String get fcsc_profile_linking_note_label => 'Note:'; @override String get fcsc_profile_linking_note_body => 'This is a one time process; your future logins through UAE PASS will be seamless.'; }