messages_en.dart 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "block": MessageLookupByLibrary.simpleMessage("Block"),
  22. "block_desc": MessageLookupByLibrary.simpleMessage(
  23. "Block refers to the street number of the unit\'s official mailing address"),
  24. "block_example": MessageLookupByLibrary.simpleMessage(
  25. "123 Example Road #08-08 Country 123456"),
  26. "block_example_desc": MessageLookupByLibrary.simpleMessage(
  27. "123 is the block number #08-08 is the unit number"),
  28. "confirm_password":
  29. MessageLookupByLibrary.simpleMessage("Confirm Password"),
  30. "create_new_yy_home_account":
  31. MessageLookupByLibrary.simpleMessage("Create New YY Home Account"),
  32. "did_not_receive":
  33. MessageLookupByLibrary.simpleMessage("Did Not Receive?"),
  34. "email": MessageLookupByLibrary.simpleMessage("Email"),
  35. "estate_name_desc": MessageLookupByLibrary.simpleMessage(
  36. "Tell us the name of the estateor building you are applying to"),
  37. "estate_or_building_name":
  38. MessageLookupByLibrary.simpleMessage("Estate or Building Name?"),
  39. "facility": MessageLookupByLibrary.simpleMessage("Facility"),
  40. "first_name": MessageLookupByLibrary.simpleMessage("First Name"),
  41. "forgot_password":
  42. MessageLookupByLibrary.simpleMessage("Forgot Password?"),
  43. "forgot_text": MessageLookupByLibrary.simpleMessage(
  44. "Enter your email and mobile phone number"),
  45. "form": MessageLookupByLibrary.simpleMessage("Form"),
  46. "get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
  47. "get_started":
  48. MessageLookupByLibrary.simpleMessage("let\'s get started"),
  49. "last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
  50. "login": MessageLookupByLibrary.simpleMessage("Log In"),
  51. "mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
  52. "next": MessageLookupByLibrary.simpleMessage("Next"),
  53. "notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
  54. "notification": MessageLookupByLibrary.simpleMessage("Notification"),
  55. "other": MessageLookupByLibrary.simpleMessage("Other"),
  56. "password": MessageLookupByLibrary.simpleMessage("Password"),
  57. "password_format":
  58. MessageLookupByLibrary.simpleMessage("8 Digits Alphanumeric"),
  59. "payment": MessageLookupByLibrary.simpleMessage("Payment"),
  60. "phone_email": MessageLookupByLibrary.simpleMessage("Phone/Email"),
  61. "resend_code": MessageLookupByLibrary.simpleMessage("Resend Code"),
  62. "reset_password":
  63. MessageLookupByLibrary.simpleMessage("Reset Password"),
  64. "rewards": MessageLookupByLibrary.simpleMessage("Rewards"),
  65. "sign_up_success_txt1": MessageLookupByLibrary.simpleMessage(
  66. "You have successfully created an YY Home account"),
  67. "sign_up_success_txt2": MessageLookupByLibrary.simpleMessage(
  68. "Your username is your email address and please keep your password safe"),
  69. "sign_up_success_txt3": MessageLookupByLibrary.simpleMessage(
  70. "Now, let\'s get you connected to your estate and community"),
  71. "sign_up_verify_txt": MessageLookupByLibrary.simpleMessage(
  72. "We have sent you an SMS verification code Please enter it below"),
  73. "terms_of_service":
  74. MessageLookupByLibrary.simpleMessage("Terms of Service"),
  75. "tries_left": MessageLookupByLibrary.simpleMessage("Tries Left"),
  76. "type_here": MessageLookupByLibrary.simpleMessage("Type Here"),
  77. "unit_number": MessageLookupByLibrary.simpleMessage("Unit Number"),
  78. "verification_code":
  79. MessageLookupByLibrary.simpleMessage("Verification Code"),
  80. "welcome_name": m0,
  81. "you_have": MessageLookupByLibrary.simpleMessage("You have"),
  82. "yy_home_accounts":
  83. MessageLookupByLibrary.simpleMessage("YY Home Accounts")
  84. };
  85. }