messages_zh_CN.dart 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
  2. // This is a library that provides messages for a zh_CN 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 => 'zh_CN';
  17. static String m0(name) => "欢迎你 ${name}";
  18. final messages = _notInlinedMessages(_notInlinedMessages);
  19. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  20. "agree_to": MessageLookupByLibrary.simpleMessage("同意"),
  21. "confirm_password": MessageLookupByLibrary.simpleMessage("确认密码"),
  22. "create_new_yy_home_account":
  23. MessageLookupByLibrary.simpleMessage("创建新的 YY Home 账户"),
  24. "did_not_receive": MessageLookupByLibrary.simpleMessage("没有收到验证码?"),
  25. "email": MessageLookupByLibrary.simpleMessage("邮箱"),
  26. "facility": MessageLookupByLibrary.simpleMessage("设施"),
  27. "first_name": MessageLookupByLibrary.simpleMessage("名"),
  28. "forgot_password": MessageLookupByLibrary.simpleMessage("忘记密码?"),
  29. "forgot_text": MessageLookupByLibrary.simpleMessage("请输入您的邮箱和手机号码"),
  30. "form": MessageLookupByLibrary.simpleMessage("表单"),
  31. "get_code": MessageLookupByLibrary.simpleMessage("获取验证码"),
  32. "get_started": MessageLookupByLibrary.simpleMessage("让我们开始吧"),
  33. "last_name": MessageLookupByLibrary.simpleMessage("姓"),
  34. "login": MessageLookupByLibrary.simpleMessage("登录"),
  35. "mobile_phone": MessageLookupByLibrary.simpleMessage("手机号码"),
  36. "next": MessageLookupByLibrary.simpleMessage("下一步"),
  37. "notice_board": MessageLookupByLibrary.simpleMessage("消息板"),
  38. "notification": MessageLookupByLibrary.simpleMessage("通知"),
  39. "other": MessageLookupByLibrary.simpleMessage("其他"),
  40. "password": MessageLookupByLibrary.simpleMessage("密码"),
  41. "password_format": MessageLookupByLibrary.simpleMessage("8位数字或字母"),
  42. "payment": MessageLookupByLibrary.simpleMessage("支付"),
  43. "phone_email": MessageLookupByLibrary.simpleMessage("电话或邮箱"),
  44. "resend_code": MessageLookupByLibrary.simpleMessage("重新发送"),
  45. "reset_password": MessageLookupByLibrary.simpleMessage("重置密码"),
  46. "rewards": MessageLookupByLibrary.simpleMessage("奖励"),
  47. "sign_up_success_txt1":
  48. MessageLookupByLibrary.simpleMessage("您已成功创建 YYHome 的帐户"),
  49. "sign_up_success_txt2":
  50. MessageLookupByLibrary.simpleMessage("您的用户名是您的电子邮件地址,请保护您的密码安全"),
  51. "sign_up_success_txt3":
  52. MessageLookupByLibrary.simpleMessage("现在,让我们把你和你的社区关联起来"),
  53. "sign_up_verify_txt":
  54. MessageLookupByLibrary.simpleMessage("我们已经向您发送了短信验证码,请在下面输入"),
  55. "terms_of_service": MessageLookupByLibrary.simpleMessage("服务条款"),
  56. "tries_left": MessageLookupByLibrary.simpleMessage("次尝试机会"),
  57. "verification_code": MessageLookupByLibrary.simpleMessage("验证码"),
  58. "welcome_name": m0,
  59. "you_have": MessageLookupByLibrary.simpleMessage("你还有")
  60. };
  61. }