messages_zh_CN.dart 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. final messages = _notInlinedMessages(_notInlinedMessages);
  18. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  19. "agree_to": MessageLookupByLibrary.simpleMessage("同意"),
  20. "confirm_password": MessageLookupByLibrary.simpleMessage("确认密码"),
  21. "create_new_yy_home_account":
  22. MessageLookupByLibrary.simpleMessage("创建新的 YY Home 账户"),
  23. "email": MessageLookupByLibrary.simpleMessage("邮箱"),
  24. "facility": MessageLookupByLibrary.simpleMessage("设施"),
  25. "forgot_password": MessageLookupByLibrary.simpleMessage("忘记密码?"),
  26. "forgot_text": MessageLookupByLibrary.simpleMessage("请输入您的邮箱和手机号码"),
  27. "form": MessageLookupByLibrary.simpleMessage("表单"),
  28. "get_code": MessageLookupByLibrary.simpleMessage("获取验证码"),
  29. "login": MessageLookupByLibrary.simpleMessage("登录"),
  30. "mobile_phone": MessageLookupByLibrary.simpleMessage("手机号码"),
  31. "next": MessageLookupByLibrary.simpleMessage("下一步"),
  32. "notice_board": MessageLookupByLibrary.simpleMessage("消息板"),
  33. "notification": MessageLookupByLibrary.simpleMessage("通知"),
  34. "other": MessageLookupByLibrary.simpleMessage("其他"),
  35. "password": MessageLookupByLibrary.simpleMessage("密码"),
  36. "password_format": MessageLookupByLibrary.simpleMessage("8位数字或字母"),
  37. "payment": MessageLookupByLibrary.simpleMessage("支付"),
  38. "phone_email": MessageLookupByLibrary.simpleMessage("电话或邮箱"),
  39. "reset_password": MessageLookupByLibrary.simpleMessage("重置密码"),
  40. "rewards": MessageLookupByLibrary.simpleMessage("奖励"),
  41. "terms_of_service": MessageLookupByLibrary.simpleMessage("服务条款"),
  42. "verification_code": MessageLookupByLibrary.simpleMessage("验证码")
  43. };
  44. }