feat: add App title and welcome message in personal info page english translate
This commit is contained in:
@@ -31,11 +31,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
|
||||
static String m4(displayIndex) => "編號: ${displayIndex}";
|
||||
|
||||
static String m5(username) => "${username} 您好!";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"account_setting": MessageLookupByLibrary.simpleMessage("帳號設定"),
|
||||
"additional_information": MessageLookupByLibrary.simpleMessage("知識補充"),
|
||||
"address": MessageLookupByLibrary.simpleMessage("地址"),
|
||||
"app_name": MessageLookupByLibrary.simpleMessage("全方位照護守護者"),
|
||||
"basic_information_setting":
|
||||
MessageLookupByLibrary.simpleMessage("基本資料"),
|
||||
"call_phone": MessageLookupByLibrary.simpleMessage("撥打電話"),
|
||||
@@ -89,6 +92,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"register_success": MessageLookupByLibrary.simpleMessage("註冊成功"),
|
||||
"register_turn_back": MessageLookupByLibrary.simpleMessage("返回登入頁面"),
|
||||
"save": MessageLookupByLibrary.simpleMessage("儲存變更"),
|
||||
"switch_camera": MessageLookupByLibrary.simpleMessage("切換畫面")
|
||||
"switch_camera": MessageLookupByLibrary.simpleMessage("切換畫面"),
|
||||
"welcome_message": m5
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user