feat: 實作語言切換功能
This commit is contained in:
81
lib/generated/intl/messages_en.dart
Normal file
81
lib/generated/intl/messages_en.dart
Normal file
@@ -0,0 +1,81 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a en 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 => 'en';
|
||||
|
||||
static String m0(time, reason, location) =>
|
||||
"Time: ${time}\nReason: ${reason},\nLocation: ${location}\n";
|
||||
|
||||
static String m1(location) => "Location: ${location}";
|
||||
|
||||
static String m2(reason) => "Reason: ${reason}";
|
||||
|
||||
static String m3(time) => "Time: ${time}";
|
||||
|
||||
static String m4(displayIndex) => "ID: ${displayIndex}";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"account_setting": MessageLookupByLibrary.simpleMessage("Account"),
|
||||
"additional_information":
|
||||
MessageLookupByLibrary.simpleMessage("Knowledge"),
|
||||
"address": MessageLookupByLibrary.simpleMessage("Address"),
|
||||
"basic_information_setting":
|
||||
MessageLookupByLibrary.simpleMessage("Basic Information"),
|
||||
"call_phone":
|
||||
MessageLookupByLibrary.simpleMessage("Call Emergency Phone"),
|
||||
"cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
||||
"confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
|
||||
"edit": MessageLookupByLibrary.simpleMessage("Edit"),
|
||||
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
||||
"email_label": MessageLookupByLibrary.simpleMessage("Email/Username"),
|
||||
"fall_detail": m0,
|
||||
"fall_detail_location": m1,
|
||||
"fall_detail_reason": m2,
|
||||
"fall_detail_time": m3,
|
||||
"fall_detail_title":
|
||||
MessageLookupByLibrary.simpleMessage("Fall Detail"),
|
||||
"fall_id": m4,
|
||||
"fall_record": MessageLookupByLibrary.simpleMessage("Fall Record"),
|
||||
"fall_record_empty":
|
||||
MessageLookupByLibrary.simpleMessage("No fall record"),
|
||||
"forgot_password":
|
||||
MessageLookupByLibrary.simpleMessage("Forgot password"),
|
||||
"gender": MessageLookupByLibrary.simpleMessage("Gender"),
|
||||
"home": MessageLookupByLibrary.simpleMessage("Home"),
|
||||
"language_alert": MessageLookupByLibrary.simpleMessage(
|
||||
"Return to the home page to complete the language setting(Confirm to redirect), otherwise some languages will not be updated in real time!"),
|
||||
"language_alert_android": MessageLookupByLibrary.simpleMessage(
|
||||
"Reopen the APP to complete the language setting, otherwise some languages will not be updated in real time!"),
|
||||
"language_setting": MessageLookupByLibrary.simpleMessage("Language"),
|
||||
"language_setting_alert_title":
|
||||
MessageLookupByLibrary.simpleMessage("Language Setting"),
|
||||
"login_button": MessageLookupByLibrary.simpleMessage("Login"),
|
||||
"logout_button": MessageLookupByLibrary.simpleMessage("Logout"),
|
||||
"name": MessageLookupByLibrary.simpleMessage("Name"),
|
||||
"password_label": MessageLookupByLibrary.simpleMessage("Password"),
|
||||
"personal_information": MessageLookupByLibrary.simpleMessage("Profile"),
|
||||
"phone": MessageLookupByLibrary.simpleMessage("Phone Number"),
|
||||
"realtime_video": MessageLookupByLibrary.simpleMessage("Live View"),
|
||||
"register_button": MessageLookupByLibrary.simpleMessage("Register"),
|
||||
"save": MessageLookupByLibrary.simpleMessage("Save"),
|
||||
"switch_camera": MessageLookupByLibrary.simpleMessage("Switch View")
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user