123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- // 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<dynamic> args);
- class MessageLookup extends MessageLookupByLibrary {
- String get localeName => 'en';
- static String m0(name) => "Welcome ${name}";
- final messages = _notInlinedMessages(_notInlinedMessages);
- static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
- "agree_to": MessageLookupByLibrary.simpleMessage("Agree to"),
- "confirm_password":
- MessageLookupByLibrary.simpleMessage("Confirm Password"),
- "create_new_yy_home_account":
- MessageLookupByLibrary.simpleMessage("Create New YY Home Account"),
- "did_not_receive":
- MessageLookupByLibrary.simpleMessage("Did Not Receive?"),
- "email": MessageLookupByLibrary.simpleMessage("Email"),
- "facility": MessageLookupByLibrary.simpleMessage("Facility"),
- "first_name": MessageLookupByLibrary.simpleMessage("First Name"),
- "forgot_password":
- MessageLookupByLibrary.simpleMessage("Forgot Password?"),
- "forgot_text": MessageLookupByLibrary.simpleMessage(
- "Enter your email and mobile phone number"),
- "form": MessageLookupByLibrary.simpleMessage("Form"),
- "get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
- "get_started":
- MessageLookupByLibrary.simpleMessage("let\'s get started"),
- "last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
- "login": MessageLookupByLibrary.simpleMessage("Log In"),
- "mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
- "next": MessageLookupByLibrary.simpleMessage("Next"),
- "notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
- "notification": MessageLookupByLibrary.simpleMessage("Notification"),
- "other": MessageLookupByLibrary.simpleMessage("Other"),
- "password": MessageLookupByLibrary.simpleMessage("Password"),
- "password_format":
- MessageLookupByLibrary.simpleMessage("8 Digits Alphanumeric"),
- "payment": MessageLookupByLibrary.simpleMessage("Payment"),
- "phone_email": MessageLookupByLibrary.simpleMessage("Phone/Email"),
- "resend_code": MessageLookupByLibrary.simpleMessage("Resend Code"),
- "reset_password":
- MessageLookupByLibrary.simpleMessage("Reset Password"),
- "rewards": MessageLookupByLibrary.simpleMessage("Rewards"),
- "sign_up_success_txt1": MessageLookupByLibrary.simpleMessage(
- "You have successfully created an YY Home account"),
- "sign_up_success_txt2": MessageLookupByLibrary.simpleMessage(
- "Your username is your email address and please keep your password safe"),
- "sign_up_success_txt3": MessageLookupByLibrary.simpleMessage(
- "Now, let\'s get you connected to your estate and community"),
- "sign_up_verify_txt": MessageLookupByLibrary.simpleMessage(
- "We have sent you an SMS verification code Please enter it below"),
- "terms_of_service":
- MessageLookupByLibrary.simpleMessage("Terms of Service"),
- "tries_left": MessageLookupByLibrary.simpleMessage("Tries Left"),
- "verification_code":
- MessageLookupByLibrary.simpleMessage("Verification Code"),
- "welcome_name": m0,
- "you_have": MessageLookupByLibrary.simpleMessage("You have")
- };
- }
|