// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart // This is a library that provides messages for a zh_Hant 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_Hant'; static String m0(time, reason, location) => "跌倒時間: ${time}\n跌倒原因: ${reason},\n跌倒地點: ${location}\n"; static String m1(location) => "跌倒地點: ${location}"; static String m2(reason) => "跌倒原因: ${reason}"; static String m3(time) => "跌倒時間: ${time}"; static String m4(displayIndex) => "編號: ${displayIndex}"; static String m5(username) => "${username} 您好!"; final messages = _notInlinedMessages(_notInlinedMessages); static Map _notInlinedMessages(_) => { "account_setting": MessageLookupByLibrary.simpleMessage("帳號設定"), "additional_information": MessageLookupByLibrary.simpleMessage("知識補充"), "address": MessageLookupByLibrary.simpleMessage("地址"), "app_name": MessageLookupByLibrary.simpleMessage("全方位照護守護者"), "basic_information_setting": MessageLookupByLibrary.simpleMessage("基本資料"), "call_phone": MessageLookupByLibrary.simpleMessage("撥打電話"), "cancel": MessageLookupByLibrary.simpleMessage("取消"), "confirm": MessageLookupByLibrary.simpleMessage("確認"), "edit": MessageLookupByLibrary.simpleMessage("修改資料"), "email": MessageLookupByLibrary.simpleMessage("電子信箱"), "email_label": MessageLookupByLibrary.simpleMessage("電子信箱/帳號"), "fall_detail": m0, "fall_detail_location": m1, "fall_detail_reason": m2, "fall_detail_time": m3, "fall_detail_title": MessageLookupByLibrary.simpleMessage("詳細資料"), "fall_id": m4, "fall_record": MessageLookupByLibrary.simpleMessage("跌倒紀錄"), "fall_record_empty": MessageLookupByLibrary.simpleMessage("尚無跌倒紀錄"), "forgot_password": MessageLookupByLibrary.simpleMessage("忘記密碼"), "gender": MessageLookupByLibrary.simpleMessage("性別"), "home": MessageLookupByLibrary.simpleMessage("首頁"), "language_alert": MessageLookupByLibrary.simpleMessage( "跳轉回首頁以完成語言設定,否則會有部分語言無法即時更新!"), "language_alert_android": MessageLookupByLibrary.simpleMessage( "重新開啟APP以完成語言設定,否則會有部分語言無法即時更新!"), "language_setting": MessageLookupByLibrary.simpleMessage("語言設定"), "language_setting_alert_title": MessageLookupByLibrary.simpleMessage("語言設定"), "login_button": MessageLookupByLibrary.simpleMessage("登入"), "logout_button": MessageLookupByLibrary.simpleMessage("登出"), "name": MessageLookupByLibrary.simpleMessage("姓名"), "password_label": MessageLookupByLibrary.simpleMessage("密碼"), "personal_information": MessageLookupByLibrary.simpleMessage("個人資料"), "phone": MessageLookupByLibrary.simpleMessage("電話"), "realtime_video": MessageLookupByLibrary.simpleMessage("即時畫面"), "register_button": MessageLookupByLibrary.simpleMessage("立即註冊"), "register_error_email_empty": MessageLookupByLibrary.simpleMessage("電子信箱不可為空"), "register_error_email_invalid": MessageLookupByLibrary.simpleMessage("請輸入有效的電子信箱地址"), "register_error_password_empty": MessageLookupByLibrary.simpleMessage("密碼不可為空"), "register_error_server_error": MessageLookupByLibrary.simpleMessage("註冊失敗:系統錯誤"), "register_error_usernameOrEmail_exist": MessageLookupByLibrary.simpleMessage("註冊失敗:電子信箱或帳號名稱已被使用,請嘗試更換或登入"), "register_error_username_empty": MessageLookupByLibrary.simpleMessage("用戶姓名不可為空"), "register_error_verificationCode_not_match": MessageLookupByLibrary.simpleMessage("驗證碼錯誤"), "register_error_verificationCode_not_send": MessageLookupByLibrary.simpleMessage("請先發送驗證碼"), "register_success": MessageLookupByLibrary.simpleMessage("註冊成功"), "register_turn_back": MessageLookupByLibrary.simpleMessage("返回登入頁面"), "save": MessageLookupByLibrary.simpleMessage("儲存變更"), "switch_camera": MessageLookupByLibrary.simpleMessage("切換畫面"), "welcome_message": m5 }; }