|
@@ -20,318 +20,6 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
|
|
class MessageLookup extends MessageLookupByLibrary {
|
|
|
String get localeName => 'zh_CN';
|
|
|
|
|
|
- static String m0(time) => "批准于${time}";
|
|
|
-
|
|
|
- static String m1(name) => "${name} 已预定";
|
|
|
-
|
|
|
- static String m2(count) => "${count} 字符";
|
|
|
-
|
|
|
- static String m3(time) => "处理于${time}";
|
|
|
-
|
|
|
- static String m4(count, date) => "你还剩余${count}次的配额 (重置于${date})";
|
|
|
-
|
|
|
- static String m5(time) => "提交于${time}";
|
|
|
-
|
|
|
- static String m6(name) => "欢迎你 ${name}";
|
|
|
-
|
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
|
- static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
|
- "access_card_desc": MessageLookupByLibrary.simpleMessage(
|
|
|
- "请输入故障损坏或丢失的门禁卡号的序列号,或提供所有可用门禁卡的序列号。"),
|
|
|
- "access_card_owner": MessageLookupByLibrary.simpleMessage("业主门禁卡"),
|
|
|
- "access_card_tenant": MessageLookupByLibrary.simpleMessage("租户门禁卡"),
|
|
|
- "access_card_tenant_letter":
|
|
|
- MessageLookupByLibrary.simpleMessage("请附上业主授权书副本"),
|
|
|
- "access_date": MessageLookupByLibrary.simpleMessage("访问日期"),
|
|
|
- "account_deactivate_alert": MessageLookupByLibrary.simpleMessage(
|
|
|
- "您确定要停用您的帐户吗?一旦您继续执行请求,您将无法登录应用程序。"),
|
|
|
- "account_deactivation": MessageLookupByLibrary.simpleMessage("删除账号"),
|
|
|
- "active": MessageLookupByLibrary.simpleMessage("可用"),
|
|
|
- "add": MessageLookupByLibrary.simpleMessage("添加"),
|
|
|
- "add_card": MessageLookupByLibrary.simpleMessage("添加银行卡"),
|
|
|
- "add_new_card": MessageLookupByLibrary.simpleMessage("添加新卡"),
|
|
|
- "administrator_reply": MessageLookupByLibrary.simpleMessage("管理员回复"),
|
|
|
- "agree_to": MessageLookupByLibrary.simpleMessage("同意"),
|
|
|
- "alert": MessageLookupByLibrary.simpleMessage("提示"),
|
|
|
- "apply": MessageLookupByLibrary.simpleMessage("可申请"),
|
|
|
- "approved": MessageLookupByLibrary.simpleMessage("已批准"),
|
|
|
- "approved_on_sometime": m0,
|
|
|
- "attachments": MessageLookupByLibrary.simpleMessage("附件"),
|
|
|
- "back_home": MessageLookupByLibrary.simpleMessage("返回首页"),
|
|
|
- "bicycle_desc": MessageLookupByLibrary.simpleMessage("请上传您的自行车照片"),
|
|
|
- "bicycle_note":
|
|
|
- MessageLookupByLibrary.simpleMessage("请注明自行车的型号、品牌、颜色和自行车类型。"),
|
|
|
- "block": MessageLookupByLibrary.simpleMessage("街区"),
|
|
|
- "block_desc": MessageLookupByLibrary.simpleMessage("街区是指单位官方邮编街道号"),
|
|
|
- "block_example":
|
|
|
- MessageLookupByLibrary.simpleMessage("123 示例路 #08-08 国家 123456"),
|
|
|
- "block_example_desc":
|
|
|
- MessageLookupByLibrary.simpleMessage("123 是街区地址邮编 #08-08 是单元号码"),
|
|
|
- "book": MessageLookupByLibrary.simpleMessage("预定"),
|
|
|
- "booked_by_someone": m1,
|
|
|
- "booking_fee": MessageLookupByLibrary.simpleMessage("预定费用"),
|
|
|
- "booking_successful": MessageLookupByLibrary.simpleMessage("预定成功"),
|
|
|
- "cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
|
|
- "car_cancel_signature_txt": MessageLookupByLibrary.simpleMessage(
|
|
|
- "居民在此确认,我们已阅读并将完全遵守Parc Life的停车规则和规定。我们进一步承诺,在Parc Life期间,我们将始终在车辆前挡风玻璃的左上角(乘客侧)突出显示停车场标签。"),
|
|
|
- "car_cancel_txt": MessageLookupByLibrary.simpleMessage("请提供以下信息。"),
|
|
|
- "car_cancel_txt_1": MessageLookupByLibrary.simpleMessage("1.车辆序列号"),
|
|
|
- "car_cancel_txt_2": MessageLookupByLibrary.simpleMessage("2.车位取消的实施日期"),
|
|
|
- "car_park_cancellation": MessageLookupByLibrary.simpleMessage("取消停车位"),
|
|
|
- "card_caps": MessageLookupByLibrary.simpleMessage("信用卡"),
|
|
|
- "card_number": MessageLookupByLibrary.simpleMessage("银行卡号"),
|
|
|
- "change": MessageLookupByLibrary.simpleMessage("更换"),
|
|
|
- "change_mobile_phone": MessageLookupByLibrary.simpleMessage("修改手机号码"),
|
|
|
- "characters": m2,
|
|
|
- "choose_an_option": MessageLookupByLibrary.simpleMessage("选择一个选项"),
|
|
|
- "choose_category": MessageLookupByLibrary.simpleMessage("选择类型"),
|
|
|
- "community": MessageLookupByLibrary.simpleMessage("社区"),
|
|
|
- "company_address": MessageLookupByLibrary.simpleMessage("公司地址"),
|
|
|
- "confirm": MessageLookupByLibrary.simpleMessage("确认"),
|
|
|
- "confirm_new_password": MessageLookupByLibrary.simpleMessage("确认新密码"),
|
|
|
- "confirm_password": MessageLookupByLibrary.simpleMessage("确认密码"),
|
|
|
- "convert_large_recurring_payments_to":
|
|
|
- MessageLookupByLibrary.simpleMessage("将大额的经常性消费转换为"),
|
|
|
- "create_new_feedback": MessageLookupByLibrary.simpleMessage("创建新的反馈"),
|
|
|
- "create_new_yy_home_account":
|
|
|
- MessageLookupByLibrary.simpleMessage("创建新的 YY Home 账户"),
|
|
|
- "credit_debit_card": MessageLookupByLibrary.simpleMessage("信用卡或借记卡"),
|
|
|
- "date_of_entry": MessageLookupByLibrary.simpleMessage("进入日期"),
|
|
|
- "delete": MessageLookupByLibrary.simpleMessage("删除"),
|
|
|
- "deposit": MessageLookupByLibrary.simpleMessage("押金"),
|
|
|
- "deposit_amount": MessageLookupByLibrary.simpleMessage("押金总金额"),
|
|
|
- "deposit_desc": MessageLookupByLibrary.simpleMessage("押金详情描述:"),
|
|
|
- "deposit_desc_txt": MessageLookupByLibrary.simpleMessage(
|
|
|
- "押金是使用社区服务的一部分,在使用服务后,它将自动发放到您相应的银行卡上。请仔细检查"),
|
|
|
- "deposit_hold": MessageLookupByLibrary.simpleMessage("当前押金"),
|
|
|
- "deposit_released": MessageLookupByLibrary.simpleMessage("押金已退还"),
|
|
|
- "deposit_released_caps": MessageLookupByLibrary.simpleMessage("押金已退还"),
|
|
|
- "describe_your_feedback":
|
|
|
- MessageLookupByLibrary.simpleMessage("描述您的反馈"),
|
|
|
- "did_not_receive": MessageLookupByLibrary.simpleMessage("没有收到验证码?"),
|
|
|
- "edit_profile": MessageLookupByLibrary.simpleMessage("编辑个人信息"),
|
|
|
- "email": MessageLookupByLibrary.simpleMessage("邮箱"),
|
|
|
- "enable_notification": MessageLookupByLibrary.simpleMessage("允许通知"),
|
|
|
- "end_date_caps": MessageLookupByLibrary.simpleMessage("结束时间"),
|
|
|
- "estate": MessageLookupByLibrary.simpleMessage("房产"),
|
|
|
- "estate_name_desc":
|
|
|
- MessageLookupByLibrary.simpleMessage("告诉我们您申请的公寓楼的名称"),
|
|
|
- "estate_or_building_name":
|
|
|
- MessageLookupByLibrary.simpleMessage("房产或建筑名称?"),
|
|
|
- "facility": MessageLookupByLibrary.simpleMessage("设施"),
|
|
|
- "facility_active": MessageLookupByLibrary.simpleMessage("可用"),
|
|
|
- "fee_paid": MessageLookupByLibrary.simpleMessage("已支付"),
|
|
|
- "feedback": MessageLookupByLibrary.simpleMessage("反馈"),
|
|
|
- "feedback_details": MessageLookupByLibrary.simpleMessage("反馈详情"),
|
|
|
- "feedback_msg_1": MessageLookupByLibrary.simpleMessage("帮助我们保持您的房产美丽"),
|
|
|
- "feedback_msg_2": MessageLookupByLibrary.simpleMessage(
|
|
|
- "有些事情需要我们关注,或者如果你有一个很棒的建议,我们想听听你的意见!"),
|
|
|
- "first_name": MessageLookupByLibrary.simpleMessage("名"),
|
|
|
- "followers": MessageLookupByLibrary.simpleMessage("粉丝"),
|
|
|
- "following": MessageLookupByLibrary.simpleMessage("关注"),
|
|
|
- "forgot_password": MessageLookupByLibrary.simpleMessage("忘记密码?"),
|
|
|
- "forgot_text": MessageLookupByLibrary.simpleMessage("请输入您的邮箱和手机号码"),
|
|
|
- "form": MessageLookupByLibrary.simpleMessage("表单"),
|
|
|
- "form_submit_title": MessageLookupByLibrary.simpleMessage("已提交"),
|
|
|
- "full_name": MessageLookupByLibrary.simpleMessage("全名"),
|
|
|
- "get_code": MessageLookupByLibrary.simpleMessage("获取验证码"),
|
|
|
- "get_started": MessageLookupByLibrary.simpleMessage("让我们开始吧"),
|
|
|
- "guest_mobile_number": MessageLookupByLibrary.simpleMessage("访客手机号码"),
|
|
|
- "guest_name": MessageLookupByLibrary.simpleMessage("访客姓名"),
|
|
|
- "hacking_end_date": MessageLookupByLibrary.simpleMessage("施工结束日期"),
|
|
|
- "hacking_start_date": MessageLookupByLibrary.simpleMessage("施工开始日期"),
|
|
|
- "have_fun": MessageLookupByLibrary.simpleMessage("祝您愉快!"),
|
|
|
- "history": MessageLookupByLibrary.simpleMessage("历史记录"),
|
|
|
- "home": MessageLookupByLibrary.simpleMessage("首页"),
|
|
|
- "household": MessageLookupByLibrary.simpleMessage("家庭"),
|
|
|
- "household_members": MessageLookupByLibrary.simpleMessage("家庭成员"),
|
|
|
- "in_progress": MessageLookupByLibrary.simpleMessage("处理中"),
|
|
|
- "inactive": MessageLookupByLibrary.simpleMessage("不可用"),
|
|
|
- "info": MessageLookupByLibrary.simpleMessage("咨询"),
|
|
|
- "info_desc1": MessageLookupByLibrary.simpleMessage(
|
|
|
- "立即将您的经常性消费转换为有价值的里程、奖励和现金返还!"),
|
|
|
- "info_desc2": MessageLookupByLibrary.simpleMessage("商务舱便宜60%!"),
|
|
|
- "info_desc3": MessageLookupByLibrary.simpleMessage(
|
|
|
- "Sundy用信用卡支付MCST费用,以帮助她积累62000美元的年度支出。一切加起来!"),
|
|
|
- "info_desc4": MessageLookupByLibrary.simpleMessage(
|
|
|
- "她的信用卡每消费一美元就奖励她1.5英里*,为她赚取93000英里。"),
|
|
|
- "info_desc5": MessageLookupByLibrary.simpleMessage(
|
|
|
- "Sundy能够乘坐价值4000美元的商务舱前往东京,只需支付1488美元的YY Home Pay处理费,节省了60%以上!"),
|
|
|
- "info_desc6": MessageLookupByLibrary.simpleMessage("请查看您的信用卡奖励以获取更多信息"),
|
|
|
- "internal": MessageLookupByLibrary.simpleMessage("内部"),
|
|
|
- "introduction_to_info_pack":
|
|
|
- MessageLookupByLibrary.simpleMessage("信息介绍"),
|
|
|
- "iu_number": MessageLookupByLibrary.simpleMessage("IU 编号"),
|
|
|
- "label_replace_note": MessageLookupByLibrary.simpleMessage(
|
|
|
- "如果您想在申请时给管理层留一张便条,请在此处留下。\n\n更换汽车标签时,请附上损坏汽车标签的序列号。"),
|
|
|
- "label_txt": MessageLookupByLibrary.simpleMessage("请随车辆登记表附上以下文件:"),
|
|
|
- "label_txt_1": MessageLookupByLibrary.simpleMessage("1)一张机动车登记或日志卡"),
|
|
|
- "label_txt_2": MessageLookupByLibrary.simpleMessage("2)公司车辆需要公司授权书"),
|
|
|
- "label_txt_3": MessageLookupByLibrary.simpleMessage("3)租车需要租车协议。"),
|
|
|
- "last_name": MessageLookupByLibrary.simpleMessage("姓"),
|
|
|
- "latest_news": MessageLookupByLibrary.simpleMessage("最新消息"),
|
|
|
- "latest_transactions": MessageLookupByLibrary.simpleMessage("最新交易"),
|
|
|
- "license_plate_number": MessageLookupByLibrary.simpleMessage("车牌号"),
|
|
|
- "list_of_renovation_works":
|
|
|
- MessageLookupByLibrary.simpleMessage("装修工程清单"),
|
|
|
- "login": MessageLookupByLibrary.simpleMessage("登录"),
|
|
|
- "logout": MessageLookupByLibrary.simpleMessage("退出登录"),
|
|
|
- "logout_alert": MessageLookupByLibrary.simpleMessage("你确定要退出登录吗?"),
|
|
|
- "mark_all": MessageLookupByLibrary.simpleMessage("标记全部"),
|
|
|
- "me": MessageLookupByLibrary.simpleMessage("我的"),
|
|
|
- "mobile_number_caps": MessageLookupByLibrary.simpleMessage("手机号码"),
|
|
|
- "mobile_phone": MessageLookupByLibrary.simpleMessage("手机号码"),
|
|
|
- "moving_in": MessageLookupByLibrary.simpleMessage("搬入"),
|
|
|
- "moving_in_msg": MessageLookupByLibrary.simpleMessage(
|
|
|
- "如果您想在申请时给管理层留一张便条或有任何特殊要求,请在此处留下。"),
|
|
|
- "moving_out": MessageLookupByLibrary.simpleMessage("搬出"),
|
|
|
- "my_post": MessageLookupByLibrary.simpleMessage("我的发布"),
|
|
|
- "name_on_card": MessageLookupByLibrary.simpleMessage("银行卡姓名"),
|
|
|
- "new_mobile_phone": MessageLookupByLibrary.simpleMessage("新的手机号码"),
|
|
|
- "new_password": MessageLookupByLibrary.simpleMessage("新密码"),
|
|
|
- "next": MessageLookupByLibrary.simpleMessage("下一步"),
|
|
|
- "no": MessageLookupByLibrary.simpleMessage("否"),
|
|
|
- "not_approved": MessageLookupByLibrary.simpleMessage("未批准"),
|
|
|
- "not_approved_on_sometime": m3,
|
|
|
- "notes": MessageLookupByLibrary.simpleMessage("备注"),
|
|
|
- "notes_to_management": MessageLookupByLibrary.simpleMessage("给管理员备注"),
|
|
|
- "notes_to_recipient": MessageLookupByLibrary.simpleMessage("收款人通知"),
|
|
|
- "notice_board": MessageLookupByLibrary.simpleMessage("消息板"),
|
|
|
- "notification": MessageLookupByLibrary.simpleMessage("通知"),
|
|
|
- "nric_fin": MessageLookupByLibrary.simpleMessage("身份证/签证"),
|
|
|
- "old_mobile_phone": MessageLookupByLibrary.simpleMessage("旧的手机号码"),
|
|
|
- "on_hold": MessageLookupByLibrary.simpleMessage("持有"),
|
|
|
- "or": MessageLookupByLibrary.simpleMessage("或者"),
|
|
|
- "other": MessageLookupByLibrary.simpleMessage("其他"),
|
|
|
- "overnight_parking": MessageLookupByLibrary.simpleMessage("通宵停车"),
|
|
|
- "overnight_parking_msg":
|
|
|
- MessageLookupByLibrary.simpleMessage("请提供过夜停车时间。"),
|
|
|
- "owner": MessageLookupByLibrary.simpleMessage("业主"),
|
|
|
- "owner_or_tenant": MessageLookupByLibrary.simpleMessage("您是业主还是租户?"),
|
|
|
- "owners_desc1": MessageLookupByLibrary.simpleMessage("我的名字在分层标题上"),
|
|
|
- "owners_desc2":
|
|
|
- MessageLookupByLibrary.simpleMessage("我的名字在分层标题上,并且我已经把我的单元租出去了"),
|
|
|
- "owners_desc3": MessageLookupByLibrary.simpleMessage("我和名字的主人住在同一个家庭"),
|
|
|
- "owners_desc4": MessageLookupByLibrary.simpleMessage("我是拥有该单元的公司的股东"),
|
|
|
- "owners_desc5": MessageLookupByLibrary.simpleMessage("管理员将相应地验证您的申请"),
|
|
|
- "ownership_status": MessageLookupByLibrary.simpleMessage("所有权状态"),
|
|
|
- "paid_on": MessageLookupByLibrary.simpleMessage("付款时间"),
|
|
|
- "password": MessageLookupByLibrary.simpleMessage("密码"),
|
|
|
- "password_format": MessageLookupByLibrary.simpleMessage("8位数字或字母"),
|
|
|
- "pay_fees_with": MessageLookupByLibrary.simpleMessage("支付MCST费用"),
|
|
|
- "payment": MessageLookupByLibrary.simpleMessage("支付"),
|
|
|
- "payment_details": MessageLookupByLibrary.simpleMessage("支付详情"),
|
|
|
- "phone_email": MessageLookupByLibrary.simpleMessage("电话或邮箱"),
|
|
|
- "primary_card": MessageLookupByLibrary.simpleMessage("主卡"),
|
|
|
- "privacy_policy": MessageLookupByLibrary.simpleMessage("隐私协议"),
|
|
|
- "proceed_with_payment": MessageLookupByLibrary.simpleMessage("继续付款"),
|
|
|
- "processing_in_progress":
|
|
|
- MessageLookupByLibrary.simpleMessage("正在处理中,请耐心等待..."),
|
|
|
- "property": MessageLookupByLibrary.simpleMessage("房产"),
|
|
|
- "property_guide": MessageLookupByLibrary.simpleMessage("物业指南"),
|
|
|
- "property_news": MessageLookupByLibrary.simpleMessage("资产新闻"),
|
|
|
- "publish": MessageLookupByLibrary.simpleMessage("公布"),
|
|
|
- "published_successful_txt":
|
|
|
- MessageLookupByLibrary.simpleMessage("您的反馈已发送成功,我们会尽快回复您的反馈,谢谢!"),
|
|
|
- "published_successfully": MessageLookupByLibrary.simpleMessage("发布成功"),
|
|
|
- "quota_left_msg": m4,
|
|
|
- "rate_us": MessageLookupByLibrary.simpleMessage("评价我们"),
|
|
|
- "re_registration_of_1_vehicle_owner":
|
|
|
- MessageLookupByLibrary.simpleMessage("业主第一辆车重新登记"),
|
|
|
- "re_registration_of_1_vehicle_tenant":
|
|
|
- MessageLookupByLibrary.simpleMessage("租户第一辆车重新登记"),
|
|
|
- "re_registration_of_bicycle":
|
|
|
- MessageLookupByLibrary.simpleMessage("自行车重新登记"),
|
|
|
- "registration_of_2_vehicle":
|
|
|
- MessageLookupByLibrary.simpleMessage("第二辆车登记"),
|
|
|
- "remove": MessageLookupByLibrary.simpleMessage("移除"),
|
|
|
- "remove_account": MessageLookupByLibrary.simpleMessage("移除账号"),
|
|
|
- "remove_account_tips":
|
|
|
- MessageLookupByLibrary.simpleMessage("你确定要移除你的账号吗?"),
|
|
|
- "renovation": MessageLookupByLibrary.simpleMessage("装修"),
|
|
|
- "renovation_attachments": MessageLookupByLibrary.simpleMessage(
|
|
|
- "为协助我们批准您的申请,请附上以下文件:\n\n1.拟建装修平面图及图纸\n\n2.专业工程师认可\n\n3.电气布置\n\n4.业主和承包商的共同赔偿"),
|
|
|
- "renovation_end_date": MessageLookupByLibrary.simpleMessage("装修结束日期"),
|
|
|
- "renovation_note": MessageLookupByLibrary.simpleMessage(
|
|
|
- "请列出参与您装修的所有其他分包商。\n\n如果您想在提交此申请时给管理层留言或有任何特殊要求,请在此处留言。"),
|
|
|
- "renovation_start_date": MessageLookupByLibrary.simpleMessage("装修开始日期"),
|
|
|
- "resend_code": MessageLookupByLibrary.simpleMessage("重新发送"),
|
|
|
- "reset_password": MessageLookupByLibrary.simpleMessage("重置密码"),
|
|
|
- "rewards": MessageLookupByLibrary.simpleMessage("奖励"),
|
|
|
- "send_feedback": MessageLookupByLibrary.simpleMessage("发送反馈"),
|
|
|
- "send_feedback_management":
|
|
|
- MessageLookupByLibrary.simpleMessage("如果您想了解更多信息,请向管理层发送反馈"),
|
|
|
- "send_on_sometime": m5,
|
|
|
- "sent": MessageLookupByLibrary.simpleMessage("发送"),
|
|
|
- "service": MessageLookupByLibrary.simpleMessage("服务"),
|
|
|
- "set_primary_card": MessageLookupByLibrary.simpleMessage("设为主卡"),
|
|
|
- "settings": MessageLookupByLibrary.simpleMessage("设置"),
|
|
|
- "sign_up_success_txt1":
|
|
|
- MessageLookupByLibrary.simpleMessage("您已成功创建 YYHome 的帐户"),
|
|
|
- "sign_up_success_txt2":
|
|
|
- MessageLookupByLibrary.simpleMessage("您的用户名是您的电子邮件地址,请保护您的密码安全"),
|
|
|
- "sign_up_success_txt3":
|
|
|
- MessageLookupByLibrary.simpleMessage("现在,让我们把你和你的社区关联起来"),
|
|
|
- "sign_up_verify_txt":
|
|
|
- MessageLookupByLibrary.simpleMessage("我们已经向您发送了短信验证码,请在下面输入"),
|
|
|
- "signature": MessageLookupByLibrary.simpleMessage("签名"),
|
|
|
- "signature_vehicle": MessageLookupByLibrary.simpleMessage(
|
|
|
- "I,the resident,herein confirm that we have read and will fully abide by the rules & regulations governing car parking of Parc Life. We further undertake to display the car park label, prominently on the top left(passenger side) portion of the front windscreen of our vehicle at all times whilst in Parc Life."),
|
|
|
- "signed_and_agreed_by": MessageLookupByLibrary.simpleMessage("签字并同意"),
|
|
|
- "start_date_caps": MessageLookupByLibrary.simpleMessage("开始时间"),
|
|
|
- "status": MessageLookupByLibrary.simpleMessage("状态"),
|
|
|
- "strata_management_guides":
|
|
|
- MessageLookupByLibrary.simpleMessage("管理手册"),
|
|
|
- "submit": MessageLookupByLibrary.simpleMessage("提交"),
|
|
|
- "tenant": MessageLookupByLibrary.simpleMessage("租户"),
|
|
|
- "tenants_desc1": MessageLookupByLibrary.simpleMessage("我的名字在租赁协议上"),
|
|
|
- "tenants_desc2": MessageLookupByLibrary.simpleMessage("我和指定的租户住在同一个家庭"),
|
|
|
- "tenants_desc3": MessageLookupByLibrary.simpleMessage("我是租用该单元的公司的租户"),
|
|
|
- "tenants_desc4": MessageLookupByLibrary.simpleMessage("管理员将相应地验证您的申请"),
|
|
|
- "terms_conditions": MessageLookupByLibrary.simpleMessage("服务条款"),
|
|
|
- "terms_of_service": MessageLookupByLibrary.simpleMessage("服务条款"),
|
|
|
- "time_of_arrival": MessageLookupByLibrary.simpleMessage("到达时间"),
|
|
|
- "title": MessageLookupByLibrary.simpleMessage("标题"),
|
|
|
- "total": MessageLookupByLibrary.simpleMessage("共计"),
|
|
|
- "tries_left": MessageLookupByLibrary.simpleMessage("次尝试机会"),
|
|
|
- "type_here": MessageLookupByLibrary.simpleMessage("在此输入"),
|
|
|
- "type_of_application": MessageLookupByLibrary.simpleMessage("申请类型"),
|
|
|
- "unit_number": MessageLookupByLibrary.simpleMessage("单元"),
|
|
|
- "up_to_max_images":
|
|
|
- MessageLookupByLibrary.simpleMessage("(您最多可以上传10张图片)"),
|
|
|
- "upload": MessageLookupByLibrary.simpleMessage("上传"),
|
|
|
- "upload_a_photo": MessageLookupByLibrary.simpleMessage("上传照片"),
|
|
|
- "upload_doc_desc": MessageLookupByLibrary.simpleMessage(
|
|
|
- "管理员要求您上传以下文件以验证您的租约。您可以编辑敏感的财务信息"),
|
|
|
- "upload_doc_desc1": MessageLookupByLibrary.simpleMessage(
|
|
|
- "(1)一份有效的租赁协议,显示您的姓名、单位编号、租赁到期日期和居住者名单(如果适用)"),
|
|
|
- "upload_doc_desc2":
|
|
|
- MessageLookupByLibrary.simpleMessage("(2)租赁协议印花税收据"),
|
|
|
- "upload_documents": MessageLookupByLibrary.simpleMessage("上传文档"),
|
|
|
- "upload_pictures": MessageLookupByLibrary.simpleMessage("上传图片"),
|
|
|
- "vehicle_label_replacement":
|
|
|
- MessageLookupByLibrary.simpleMessage("车辆标签更换"),
|
|
|
- "vehicle_make_model_colour":
|
|
|
- MessageLookupByLibrary.simpleMessage("车辆品牌/型号/颜色"),
|
|
|
- "vehicle_number": MessageLookupByLibrary.simpleMessage("车牌号"),
|
|
|
- "verification_code": MessageLookupByLibrary.simpleMessage("验证码"),
|
|
|
- "version_no": MessageLookupByLibrary.simpleMessage("版本号."),
|
|
|
- "view": MessageLookupByLibrary.simpleMessage("查看"),
|
|
|
- "visitor": MessageLookupByLibrary.simpleMessage("访客"),
|
|
|
- "visitor_active": MessageLookupByLibrary.simpleMessage("可用的"),
|
|
|
- "visitor_msg": MessageLookupByLibrary.simpleMessage(
|
|
|
- "社区访客系统是一个智能系统,旨在加强社区安全管理,方便访客访问。"),
|
|
|
- "visitor_now": MessageLookupByLibrary.simpleMessage("当前的"),
|
|
|
- "visitor_registration": MessageLookupByLibrary.simpleMessage("访客登记"),
|
|
|
- "waiting_for_the_administrator":
|
|
|
- MessageLookupByLibrary.simpleMessage("等待管理员回复"),
|
|
|
- "welcome_name": m6,
|
|
|
- "who_are_owners": MessageLookupByLibrary.simpleMessage("怎样才算业主?"),
|
|
|
- "who_are_tenants": MessageLookupByLibrary.simpleMessage("怎样才算租户?"),
|
|
|
- "yes": MessageLookupByLibrary.simpleMessage("是"),
|
|
|
- "you_have": MessageLookupByLibrary.simpleMessage("你还有"),
|
|
|
- "your_roles_responsibilities":
|
|
|
- MessageLookupByLibrary.simpleMessage("您的角色和职责"),
|
|
|
- "yy_home_accounts": MessageLookupByLibrary.simpleMessage("YY Home 账户")
|
|
|
- };
|
|
|
+ static Map<String, Function> _notInlinedMessages(_) => <String, Function>{};
|
|
|
}
|