// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart // This is a library that provides messages for a en locale. All the // messages from the main program should be duplicated here with the same // function name. // Ignore issues from commonly used lints in this file. // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes import 'package:intl/intl.dart'; import 'package:intl/message_lookup_by_library.dart'; final messages = new MessageLookup(); typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup extends MessageLookupByLibrary { String get localeName => 'en'; static String m0(time, reason, location) => "Time: ${time}\nReason: ${reason},\nLocation: ${location}\n"; static String m1(location) => "Location: ${location}"; static String m2(reason) => "Reason: ${reason}"; static String m3(time) => "Time: ${time}"; static String m4(displayIndex) => "ID: ${displayIndex}"; static String m5(username) => "Welcome, ${username}!"; final messages = _notInlinedMessages(_notInlinedMessages); static Map _notInlinedMessages(_) => { "account_setting": MessageLookupByLibrary.simpleMessage("Account"), "additional_information": MessageLookupByLibrary.simpleMessage("Knowledge"), "address": MessageLookupByLibrary.simpleMessage("Address"), "app_name": MessageLookupByLibrary.simpleMessage("Comprehensive Care Guardian"), "basic_information_setting": MessageLookupByLibrary.simpleMessage("Basic Information"), "call_phone": MessageLookupByLibrary.simpleMessage("Call Emergency Phone"), "cancel": MessageLookupByLibrary.simpleMessage("Cancel"), "confirm": MessageLookupByLibrary.simpleMessage("Confirm"), "edit": MessageLookupByLibrary.simpleMessage("Edit"), "email": MessageLookupByLibrary.simpleMessage("Email"), "email_label": MessageLookupByLibrary.simpleMessage("Email/Username"), "fall_detail": m0, "fall_detail_location": m1, "fall_detail_reason": m2, "fall_detail_time": m3, "fall_detail_title": MessageLookupByLibrary.simpleMessage("Fall Detail"), "fall_id": m4, "fall_record": MessageLookupByLibrary.simpleMessage("Fall Record"), "fall_record_empty": MessageLookupByLibrary.simpleMessage("No fall record"), "forgot_password": MessageLookupByLibrary.simpleMessage("Forgot password"), "gender": MessageLookupByLibrary.simpleMessage("Gender"), "home": MessageLookupByLibrary.simpleMessage("Home"), "language_alert": MessageLookupByLibrary.simpleMessage( "Return to the home page to complete the language setting(Confirm to redirect), otherwise some languages will not be updated in real time!"), "language_alert_android": MessageLookupByLibrary.simpleMessage( "Reopen the APP to complete the language setting, otherwise some languages will not be updated in real time!"), "language_setting": MessageLookupByLibrary.simpleMessage("Language"), "language_setting_alert_title": MessageLookupByLibrary.simpleMessage("Language Setting"), "login_button": MessageLookupByLibrary.simpleMessage("Login"), "logout_button": MessageLookupByLibrary.simpleMessage("Logout"), "name": MessageLookupByLibrary.simpleMessage("Name"), "password_label": MessageLookupByLibrary.simpleMessage("Password"), "personal_information": MessageLookupByLibrary.simpleMessage("Profile"), "phone": MessageLookupByLibrary.simpleMessage("Phone Number"), "realtime_video": MessageLookupByLibrary.simpleMessage("Live View"), "register_button": MessageLookupByLibrary.simpleMessage("Register"), "register_error_email_empty": MessageLookupByLibrary.simpleMessage("Please enter your email"), "register_error_email_invalid": MessageLookupByLibrary.simpleMessage("Please enter a valid email"), "register_error_password_empty": MessageLookupByLibrary.simpleMessage("Please enter your password"), "register_error_server_error": MessageLookupByLibrary.simpleMessage( "Register Failed: Server error, please try again later"), "register_error_usernameOrEmail_exist": MessageLookupByLibrary.simpleMessage( "Username or email already exists, please try again"), "register_error_username_empty": MessageLookupByLibrary.simpleMessage("Please enter your username"), "register_error_verificationCode_not_match": MessageLookupByLibrary.simpleMessage( "Verification code does not match"), "register_error_verificationCode_not_send": MessageLookupByLibrary.simpleMessage( "Please send the verification code first"), "register_success": MessageLookupByLibrary.simpleMessage("Register Success"), "register_turn_back": MessageLookupByLibrary.simpleMessage("Return to Login Page"), "save": MessageLookupByLibrary.simpleMessage("Save"), "switch_camera": MessageLookupByLibrary.simpleMessage("Switch View"), "welcome_message": m5 }; }