messages_en.dart 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
  2. // This is a library that provides messages for a en locale. All the
  3. // messages from the main program should be duplicated here with the same
  4. // function name.
  5. // Ignore issues from commonly used lints in this file.
  6. // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
  7. // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
  8. // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
  9. // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
  10. // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
  11. import 'package:intl/intl.dart';
  12. import 'package:intl/message_lookup_by_library.dart';
  13. final messages = new MessageLookup();
  14. typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
  15. class MessageLookup extends MessageLookupByLibrary {
  16. String get localeName => 'en';
  17. static String m0(name) => "Welcome ${name}";
  18. final messages = _notInlinedMessages(_notInlinedMessages);
  19. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  20. "agree_to": MessageLookupByLibrary.simpleMessage("Agree to"),
  21. "confirm_password":
  22. MessageLookupByLibrary.simpleMessage("Confirm Password"),
  23. "create_new_yy_home_account":
  24. MessageLookupByLibrary.simpleMessage("Create New YY Home Account"),
  25. "did_not_receive":
  26. MessageLookupByLibrary.simpleMessage("Did Not Receive?"),
  27. "email": MessageLookupByLibrary.simpleMessage("Email"),
  28. "facility": MessageLookupByLibrary.simpleMessage("Facility"),
  29. "first_name": MessageLookupByLibrary.simpleMessage("First Name"),
  30. "forgot_password":
  31. MessageLookupByLibrary.simpleMessage("Forgot Password?"),
  32. "forgot_text": MessageLookupByLibrary.simpleMessage(
  33. "Enter your email and mobile phone number"),
  34. "form": MessageLookupByLibrary.simpleMessage("Form"),
  35. "get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
  36. "get_started":
  37. MessageLookupByLibrary.simpleMessage("let\'s get started"),
  38. "last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
  39. "login": MessageLookupByLibrary.simpleMessage("Log In"),
  40. "mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
  41. "next": MessageLookupByLibrary.simpleMessage("Next"),
  42. "notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
  43. "notification": MessageLookupByLibrary.simpleMessage("Notification"),
  44. "other": MessageLookupByLibrary.simpleMessage("Other"),
  45. "password": MessageLookupByLibrary.simpleMessage("Password"),
  46. "password_format":
  47. MessageLookupByLibrary.simpleMessage("8 Digits Alphanumeric"),
  48. "payment": MessageLookupByLibrary.simpleMessage("Payment"),
  49. "phone_email": MessageLookupByLibrary.simpleMessage("Phone/Email"),
  50. "resend_code": MessageLookupByLibrary.simpleMessage("Resend Code"),
  51. "reset_password":
  52. MessageLookupByLibrary.simpleMessage("Reset Password"),
  53. "rewards": MessageLookupByLibrary.simpleMessage("Rewards"),
  54. "sign_up_success_txt1": MessageLookupByLibrary.simpleMessage(
  55. "You have successfully created an YY Home account"),
  56. "sign_up_success_txt2": MessageLookupByLibrary.simpleMessage(
  57. "Your username is your email address and please keep your password safe"),
  58. "sign_up_success_txt3": MessageLookupByLibrary.simpleMessage(
  59. "Now, let\'s get you connected to your estate and community"),
  60. "sign_up_verify_txt": MessageLookupByLibrary.simpleMessage(
  61. "We have sent you an SMS verification code Please enter it below"),
  62. "terms_of_service":
  63. MessageLookupByLibrary.simpleMessage("Terms of Service"),
  64. "tries_left": MessageLookupByLibrary.simpleMessage("Tries Left"),
  65. "verification_code":
  66. MessageLookupByLibrary.simpleMessage("Verification Code"),
  67. "welcome_name": m0,
  68. "you_have": MessageLookupByLibrary.simpleMessage("You have")
  69. };
  70. }