messages_en.dart 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "forgot_password":
  27. MessageLookupByLibrary.simpleMessage("Forgot Password?"),
  28. "forgot_text": MessageLookupByLibrary.simpleMessage(
  29. "Enter your email and mobile phone number"),
  30. "form": MessageLookupByLibrary.simpleMessage("Form"),
  31. "get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
  32. "login": MessageLookupByLibrary.simpleMessage("Log In"),
  33. "mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
  34. "next": MessageLookupByLibrary.simpleMessage("Next"),
  35. "notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
  36. "notification": MessageLookupByLibrary.simpleMessage("Notification"),
  37. "other": MessageLookupByLibrary.simpleMessage("Other"),
  38. "password": MessageLookupByLibrary.simpleMessage("Password"),
  39. "password_format":
  40. MessageLookupByLibrary.simpleMessage("8 Digits Alphanumeric"),
  41. "payment": MessageLookupByLibrary.simpleMessage("Payment"),
  42. "phone_email": MessageLookupByLibrary.simpleMessage("Phone/Email"),
  43. "reset_password":
  44. MessageLookupByLibrary.simpleMessage("Reset Password"),
  45. "rewards": MessageLookupByLibrary.simpleMessage("Rewards"),
  46. "terms_of_service":
  47. MessageLookupByLibrary.simpleMessage("Terms of Service"),
  48. "verification_code":
  49. MessageLookupByLibrary.simpleMessage("Verification Code")
  50. };
  51. }