123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
- // This is a library that provides messages for a zh_CN locale. All the
- // messages from the main program should be duplicated here with the same
- // function name.
- // Ignore issues from commonly used lints in this file.
- // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
- // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
- // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
- // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
- // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
- import 'package:intl/intl.dart';
- import 'package:intl/message_lookup_by_library.dart';
- final messages = new MessageLookup();
- typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
- class MessageLookup extends MessageLookupByLibrary {
- String get localeName => 'zh_CN';
- final messages = _notInlinedMessages(_notInlinedMessages);
- static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
- "agree_to": MessageLookupByLibrary.simpleMessage("同意"),
- "confirm_password": MessageLookupByLibrary.simpleMessage("确认密码"),
- "create_new_yy_home_account":
- MessageLookupByLibrary.simpleMessage("创建新的 YY Home 账户"),
- "email": MessageLookupByLibrary.simpleMessage("邮箱"),
- "facility": MessageLookupByLibrary.simpleMessage("设施"),
- "forgot_password": MessageLookupByLibrary.simpleMessage("忘记密码?"),
- "forgot_text": MessageLookupByLibrary.simpleMessage("请输入您的邮箱和手机号码"),
- "form": MessageLookupByLibrary.simpleMessage("表单"),
- "get_code": MessageLookupByLibrary.simpleMessage("获取验证码"),
- "login": MessageLookupByLibrary.simpleMessage("登录"),
- "mobile_phone": MessageLookupByLibrary.simpleMessage("手机号码"),
- "next": MessageLookupByLibrary.simpleMessage("下一步"),
- "notice_board": MessageLookupByLibrary.simpleMessage("消息板"),
- "notification": MessageLookupByLibrary.simpleMessage("通知"),
- "other": MessageLookupByLibrary.simpleMessage("其他"),
- "password": MessageLookupByLibrary.simpleMessage("密码"),
- "password_format": MessageLookupByLibrary.simpleMessage("8位数字或字母"),
- "payment": MessageLookupByLibrary.simpleMessage("支付"),
- "phone_email": MessageLookupByLibrary.simpleMessage("电话或邮箱"),
- "reset_password": MessageLookupByLibrary.simpleMessage("重置密码"),
- "rewards": MessageLookupByLibrary.simpleMessage("奖励"),
- "terms_of_service": MessageLookupByLibrary.simpleMessage("服务条款"),
- "verification_code": MessageLookupByLibrary.simpleMessage("验证码")
- };
- }
|