messages_zh_CN.dart 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "block": MessageLookupByLibrary.simpleMessage("街区"),
  22. "block_desc": MessageLookupByLibrary.simpleMessage("街区是指单位官方邮编街道号"),
  23. "block_example":
  24. MessageLookupByLibrary.simpleMessage("123 示例路 #08-08 国家 123456"),
  25. "block_example_desc":
  26. MessageLookupByLibrary.simpleMessage("123 是街区地址邮编 #08-08 是单元号码"),
  27. "confirm_password": MessageLookupByLibrary.simpleMessage("确认密码"),
  28. "create_new_yy_home_account":
  29. MessageLookupByLibrary.simpleMessage("创建新的 YY Home 账户"),
  30. "did_not_receive": MessageLookupByLibrary.simpleMessage("没有收到验证码?"),
  31. "email": MessageLookupByLibrary.simpleMessage("邮箱"),
  32. "estate_name_desc":
  33. MessageLookupByLibrary.simpleMessage("告诉我们您申请的公寓楼的名称"),
  34. "estate_or_building_name":
  35. MessageLookupByLibrary.simpleMessage("房产或建筑名称?"),
  36. "facility": MessageLookupByLibrary.simpleMessage("设施"),
  37. "first_name": MessageLookupByLibrary.simpleMessage("名"),
  38. "forgot_password": MessageLookupByLibrary.simpleMessage("忘记密码?"),
  39. "forgot_text": MessageLookupByLibrary.simpleMessage("请输入您的邮箱和手机号码"),
  40. "form": MessageLookupByLibrary.simpleMessage("表单"),
  41. "get_code": MessageLookupByLibrary.simpleMessage("获取验证码"),
  42. "get_started": MessageLookupByLibrary.simpleMessage("让我们开始吧"),
  43. "last_name": MessageLookupByLibrary.simpleMessage("姓"),
  44. "login": MessageLookupByLibrary.simpleMessage("登录"),
  45. "mobile_phone": MessageLookupByLibrary.simpleMessage("手机号码"),
  46. "next": MessageLookupByLibrary.simpleMessage("下一步"),
  47. "notice_board": MessageLookupByLibrary.simpleMessage("消息板"),
  48. "notification": MessageLookupByLibrary.simpleMessage("通知"),
  49. "other": MessageLookupByLibrary.simpleMessage("其他"),
  50. "password": MessageLookupByLibrary.simpleMessage("密码"),
  51. "password_format": MessageLookupByLibrary.simpleMessage("8位数字或字母"),
  52. "payment": MessageLookupByLibrary.simpleMessage("支付"),
  53. "phone_email": MessageLookupByLibrary.simpleMessage("电话或邮箱"),
  54. "resend_code": MessageLookupByLibrary.simpleMessage("重新发送"),
  55. "reset_password": MessageLookupByLibrary.simpleMessage("重置密码"),
  56. "rewards": MessageLookupByLibrary.simpleMessage("奖励"),
  57. "sign_up_success_txt1":
  58. MessageLookupByLibrary.simpleMessage("您已成功创建 YYHome 的帐户"),
  59. "sign_up_success_txt2":
  60. MessageLookupByLibrary.simpleMessage("您的用户名是您的电子邮件地址,请保护您的密码安全"),
  61. "sign_up_success_txt3":
  62. MessageLookupByLibrary.simpleMessage("现在,让我们把你和你的社区关联起来"),
  63. "sign_up_verify_txt":
  64. MessageLookupByLibrary.simpleMessage("我们已经向您发送了短信验证码,请在下面输入"),
  65. "terms_of_service": MessageLookupByLibrary.simpleMessage("服务条款"),
  66. "tries_left": MessageLookupByLibrary.simpleMessage("次尝试机会"),
  67. "type_here": MessageLookupByLibrary.simpleMessage("在此输入"),
  68. "unit_number": MessageLookupByLibrary.simpleMessage("单元"),
  69. "verification_code": MessageLookupByLibrary.simpleMessage("验证码"),
  70. "welcome_name": m0,
  71. "you_have": MessageLookupByLibrary.simpleMessage("你还有"),
  72. "yy_home_accounts": MessageLookupByLibrary.simpleMessage("YY Home 账户")
  73. };
  74. }