// 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 args); class MessageLookup extends MessageLookupByLibrary { String get localeName => 'zh_CN'; final messages = _notInlinedMessages(_notInlinedMessages); static Map _notInlinedMessages(_) => { "agree_to": MessageLookupByLibrary.simpleMessage("同意"), "create_new_yy_home_account": MessageLookupByLibrary.simpleMessage("创建新的 YY Home 账户"), "facility": MessageLookupByLibrary.simpleMessage("设施"), "forgot_password": MessageLookupByLibrary.simpleMessage("忘记密码?"), "form": MessageLookupByLibrary.simpleMessage("表单"), "login": MessageLookupByLibrary.simpleMessage("登录"), "notice_board": MessageLookupByLibrary.simpleMessage("消息板"), "notification": MessageLookupByLibrary.simpleMessage("通知"), "other": MessageLookupByLibrary.simpleMessage("其他"), "password": MessageLookupByLibrary.simpleMessage("密码"), "payment": MessageLookupByLibrary.simpleMessage("支付"), "phone_email": MessageLookupByLibrary.simpleMessage("电话或邮箱"), "rewards": MessageLookupByLibrary.simpleMessage("奖励"), "terms_of_service": MessageLookupByLibrary.simpleMessage("服务条款") }; }