messages_en.dart 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. final messages = _notInlinedMessages(_notInlinedMessages);
  18. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  19. "agree_to": MessageLookupByLibrary.simpleMessage("Agree to"),
  20. "confirm_password":
  21. MessageLookupByLibrary.simpleMessage("Confirm Password"),
  22. "create_new_yy_home_account":
  23. MessageLookupByLibrary.simpleMessage("Create New YY Home Account"),
  24. "email": MessageLookupByLibrary.simpleMessage("Email"),
  25. "facility": MessageLookupByLibrary.simpleMessage("Facility"),
  26. "first_name": MessageLookupByLibrary.simpleMessage("First Name"),
  27. "forgot_password":
  28. MessageLookupByLibrary.simpleMessage("Forgot Password?"),
  29. "forgot_text": MessageLookupByLibrary.simpleMessage(
  30. "Enter your email and mobile phone number"),
  31. "form": MessageLookupByLibrary.simpleMessage("Form"),
  32. "get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
  33. "last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
  34. "login": MessageLookupByLibrary.simpleMessage("Log In"),
  35. "mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
  36. "next": MessageLookupByLibrary.simpleMessage("Next"),
  37. "notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
  38. "notification": MessageLookupByLibrary.simpleMessage("Notification"),
  39. "other": MessageLookupByLibrary.simpleMessage("Other"),
  40. "password": MessageLookupByLibrary.simpleMessage("Password"),
  41. "password_format":
  42. MessageLookupByLibrary.simpleMessage("8 Digits Alphanumeric"),
  43. "payment": MessageLookupByLibrary.simpleMessage("Payment"),
  44. "phone_email": MessageLookupByLibrary.simpleMessage("Phone/Email"),
  45. "reset_password":
  46. MessageLookupByLibrary.simpleMessage("Reset Password"),
  47. "rewards": MessageLookupByLibrary.simpleMessage("Rewards"),
  48. "terms_of_service":
  49. MessageLookupByLibrary.simpleMessage("Terms of Service"),
  50. "verification_code":
  51. MessageLookupByLibrary.simpleMessage("Verification Code")
  52. };
  53. }