messages_zh_CN.dart 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "create_new_yy_home_account":
  21. MessageLookupByLibrary.simpleMessage("创建新的 YY Home 账户"),
  22. "facility": MessageLookupByLibrary.simpleMessage("设施"),
  23. "forgot_password": MessageLookupByLibrary.simpleMessage("忘记密码?"),
  24. "form": MessageLookupByLibrary.simpleMessage("表单"),
  25. "login": MessageLookupByLibrary.simpleMessage("登录"),
  26. "notice_board": MessageLookupByLibrary.simpleMessage("消息板"),
  27. "notification": MessageLookupByLibrary.simpleMessage("通知"),
  28. "other": MessageLookupByLibrary.simpleMessage("其他"),
  29. "password": MessageLookupByLibrary.simpleMessage("密码"),
  30. "payment": MessageLookupByLibrary.simpleMessage("支付"),
  31. "phone_email": MessageLookupByLibrary.simpleMessage("电话或邮箱"),
  32. "rewards": MessageLookupByLibrary.simpleMessage("奖励"),
  33. "terms_of_service": MessageLookupByLibrary.simpleMessage("服务条款")
  34. };
  35. }