mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 07:54:44 +08:00
feat: Guide UI
This commit is contained in:
@ -176,6 +176,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"about_action_btn_faq":
|
||||
MessageLookupByLibrary.simpleMessage("Common problem"),
|
||||
"about_action_email":
|
||||
MessageLookupByLibrary.simpleMessage("Email: xkeyc@qq.com"),
|
||||
"about_action_open_source":
|
||||
@ -474,6 +476,23 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"downloader_title_downloading":
|
||||
MessageLookupByLibrary.simpleMessage("Downloading"),
|
||||
"downloader_title_ended": MessageLookupByLibrary.simpleMessage("Over"),
|
||||
"guide_action_complete_setup":
|
||||
MessageLookupByLibrary.simpleMessage("Complete settings"),
|
||||
"guide_action_get_help": MessageLookupByLibrary.simpleMessage("Help"),
|
||||
"guide_action_info_no_game_path_warning":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"You have not chose the game installation path, do you confirm the complete settings?\n\nAfter the guidance page is turned off, you need to manually go to the setting page to operate."),
|
||||
"guide_action_info_no_launcher_path_warning":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"You have not chose the launcher installation path, do you confirm the complete settings?\n\nAfter the guidance page is turned off, you need to manually go to the setting page to operate."),
|
||||
"guide_dialog_confirm_complete_setup":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Confirm the complete settings?"),
|
||||
"guide_info_check_settings": MessageLookupByLibrary.simpleMessage(
|
||||
"Please check whether the following settings are correct. If there is any error, please click on the right icon to correct it."),
|
||||
"guide_info_game_download_note": MessageLookupByLibrary.simpleMessage(
|
||||
"* If your game is being downloaded, start the game once after completing the download and click the refresh button. If you only use the starter to enhance the Chineseization, make sure that the starter path is correct and click to complete the settings."),
|
||||
"guide_title_welcome": MessageLookupByLibrary.simpleMessage("Welcome"),
|
||||
"home_action_cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
||||
"home_action_dps_calculator_localization":
|
||||
MessageLookupByLibrary.simpleMessage("DPS calculator Localization"),
|
||||
@ -975,6 +994,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"Tool station access acceleration"),
|
||||
"setting_action_view_log":
|
||||
MessageLookupByLibrary.simpleMessage("View log"),
|
||||
"setting_toast_select_game_file": MessageLookupByLibrary.simpleMessage(
|
||||
"Select the corresponding game file to: bin64/StarCitizen.exe"),
|
||||
"setting_toast_select_launcher_exe":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Select the starter EXE file: \"RSI LAUNCHER.EXE\""),
|
||||
"settings_app_language":
|
||||
MessageLookupByLibrary.simpleMessage("Language"),
|
||||
"settings_app_language_auto":
|
||||
|
@ -161,6 +161,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"about_action_btn_faq": MessageLookupByLibrary.simpleMessage("常见问题"),
|
||||
"about_action_email":
|
||||
MessageLookupByLibrary.simpleMessage("邮箱: xkeyc@qq.com"),
|
||||
"about_action_open_source": MessageLookupByLibrary.simpleMessage("开源"),
|
||||
@ -428,6 +429,22 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"downloader_title_downloading":
|
||||
MessageLookupByLibrary.simpleMessage("下载中"),
|
||||
"downloader_title_ended": MessageLookupByLibrary.simpleMessage("已结束"),
|
||||
"guide_action_complete_setup":
|
||||
MessageLookupByLibrary.simpleMessage("完成设置"),
|
||||
"guide_action_get_help": MessageLookupByLibrary.simpleMessage("获取帮助"),
|
||||
"guide_action_info_no_game_path_warning":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"您尚未选择游戏安装路径,是否确认完成设置?\n\n引导页关闭后,需要您手动前往设置页操作。"),
|
||||
"guide_action_info_no_launcher_path_warning":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"您尚未选择启动器安装路径,是否确认完成设置?\n\n引导页关闭后,需要您手动前往设置页操作。"),
|
||||
"guide_dialog_confirm_complete_setup":
|
||||
MessageLookupByLibrary.simpleMessage("确认完成设置?"),
|
||||
"guide_info_check_settings": MessageLookupByLibrary.simpleMessage(
|
||||
"请检查以下设置是否正确,如有错误请点击右侧图标更正后继续使用"),
|
||||
"guide_info_game_download_note": MessageLookupByLibrary.simpleMessage(
|
||||
"* 若您的游戏正在下载,请在完成下载后启动一次游戏,并点击刷新按钮。若您只使用启动器增强汉化,确保启动器路径正确后点击完成设置即可"),
|
||||
"guide_title_welcome": MessageLookupByLibrary.simpleMessage("欢迎"),
|
||||
"home_action_cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"home_action_dps_calculator_localization":
|
||||
MessageLookupByLibrary.simpleMessage("DPS计算器汉化"),
|
||||
@ -870,6 +887,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
MessageLookupByLibrary.simpleMessage("工具站访问加速"),
|
||||
"setting_action_view_log":
|
||||
MessageLookupByLibrary.simpleMessage("查看log"),
|
||||
"setting_toast_select_game_file": MessageLookupByLibrary.simpleMessage(
|
||||
"选择对应游戏文件到: Bin64/StarCitizen.exe"),
|
||||
"setting_toast_select_launcher_exe":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"选择启动器 exe 文件:“RSI Launcher.exe”"),
|
||||
"settings_app_language": MessageLookupByLibrary.simpleMessage("语言"),
|
||||
"settings_app_language_auto":
|
||||
MessageLookupByLibrary.simpleMessage("自动"),
|
||||
|
@ -161,6 +161,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"about_action_btn_faq": MessageLookupByLibrary.simpleMessage("常見問題"),
|
||||
"about_action_email": MessageLookupByLibrary.simpleMessage("電子信箱"),
|
||||
"about_action_open_source":
|
||||
MessageLookupByLibrary.simpleMessage("專案開源 (Github)"),
|
||||
@ -427,6 +428,22 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"downloader_title_downloading":
|
||||
MessageLookupByLibrary.simpleMessage("下載中"),
|
||||
"downloader_title_ended": MessageLookupByLibrary.simpleMessage("已結束"),
|
||||
"guide_action_complete_setup":
|
||||
MessageLookupByLibrary.simpleMessage("完成設置"),
|
||||
"guide_action_get_help": MessageLookupByLibrary.simpleMessage("獲取幫助"),
|
||||
"guide_action_info_no_game_path_warning":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"您尚未選擇遊戲安裝路徑,是否確認完成設置?\n\n引導頁關閉後,需要您手動前往設置頁操作。"),
|
||||
"guide_action_info_no_launcher_path_warning":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"您尚未選擇啟動器安裝路徑,是否確認完成設置?\n\n引導頁關閉後,需要您手動前往設置頁操作。"),
|
||||
"guide_dialog_confirm_complete_setup":
|
||||
MessageLookupByLibrary.simpleMessage("確認完成設置?"),
|
||||
"guide_info_check_settings": MessageLookupByLibrary.simpleMessage(
|
||||
"請檢查以下設置是否正確,如有錯誤請點擊右側圖標更正後繼續使用"),
|
||||
"guide_info_game_download_note": MessageLookupByLibrary.simpleMessage(
|
||||
"* 若您的遊戲正在下載,請在完成下載後啟動一次遊戲,並點擊刷新按鈕。若您只使用啟動器增強漢化,確保啟動器路徑正確後點擊完成設置即可"),
|
||||
"guide_title_welcome": MessageLookupByLibrary.simpleMessage("歡迎"),
|
||||
"home_action_cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"home_action_dps_calculator_localization":
|
||||
MessageLookupByLibrary.simpleMessage("DPS計算器"),
|
||||
@ -874,6 +891,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
MessageLookupByLibrary.simpleMessage("網站加速"),
|
||||
"setting_action_view_log":
|
||||
MessageLookupByLibrary.simpleMessage("查看log"),
|
||||
"setting_toast_select_game_file": MessageLookupByLibrary.simpleMessage(
|
||||
"選擇對應遊戲文件到: Bin64/StarCitizen.exe"),
|
||||
"setting_toast_select_launcher_exe":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"選擇啟動器 exe 文件:“RSI Launcher.exe”"),
|
||||
"settings_app_language": MessageLookupByLibrary.simpleMessage("語言"),
|
||||
"settings_app_language_auto":
|
||||
MessageLookupByLibrary.simpleMessage("自動"),
|
||||
|
@ -4913,6 +4913,116 @@ class S {
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Common problem`
|
||||
String get about_action_btn_faq {
|
||||
return Intl.message(
|
||||
'Common problem',
|
||||
name: 'about_action_btn_faq',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Welcome`
|
||||
String get guide_title_welcome {
|
||||
return Intl.message(
|
||||
'Welcome',
|
||||
name: 'guide_title_welcome',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Please check whether the following settings are correct. If there is any error, please click on the right icon to correct it.`
|
||||
String get guide_info_check_settings {
|
||||
return Intl.message(
|
||||
'Please check whether the following settings are correct. If there is any error, please click on the right icon to correct it.',
|
||||
name: 'guide_info_check_settings',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `* If your game is being downloaded, start the game once after completing the download and click the refresh button. If you only use the starter to enhance the Chineseization, make sure that the starter path is correct and click to complete the settings.`
|
||||
String get guide_info_game_download_note {
|
||||
return Intl.message(
|
||||
'* If your game is being downloaded, start the game once after completing the download and click the refresh button. If you only use the starter to enhance the Chineseization, make sure that the starter path is correct and click to complete the settings.',
|
||||
name: 'guide_info_game_download_note',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Help`
|
||||
String get guide_action_get_help {
|
||||
return Intl.message(
|
||||
'Help',
|
||||
name: 'guide_action_get_help',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Complete settings`
|
||||
String get guide_action_complete_setup {
|
||||
return Intl.message(
|
||||
'Complete settings',
|
||||
name: 'guide_action_complete_setup',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Confirm the complete settings?`
|
||||
String get guide_dialog_confirm_complete_setup {
|
||||
return Intl.message(
|
||||
'Confirm the complete settings?',
|
||||
name: 'guide_dialog_confirm_complete_setup',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `You have not chose the launcher installation path, do you confirm the complete settings?\n\nAfter the guidance page is turned off, you need to manually go to the setting page to operate.`
|
||||
String get guide_action_info_no_launcher_path_warning {
|
||||
return Intl.message(
|
||||
'You have not chose the launcher installation path, do you confirm the complete settings?\n\nAfter the guidance page is turned off, you need to manually go to the setting page to operate.',
|
||||
name: 'guide_action_info_no_launcher_path_warning',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `You have not chose the game installation path, do you confirm the complete settings?\n\nAfter the guidance page is turned off, you need to manually go to the setting page to operate.`
|
||||
String get guide_action_info_no_game_path_warning {
|
||||
return Intl.message(
|
||||
'You have not chose the game installation path, do you confirm the complete settings?\n\nAfter the guidance page is turned off, you need to manually go to the setting page to operate.',
|
||||
name: 'guide_action_info_no_game_path_warning',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Select the starter EXE file: "RSI LAUNCHER.EXE"`
|
||||
String get setting_toast_select_launcher_exe {
|
||||
return Intl.message(
|
||||
'Select the starter EXE file: "RSI LAUNCHER.EXE"',
|
||||
name: 'setting_toast_select_launcher_exe',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Select the corresponding game file to: bin64/StarCitizen.exe`
|
||||
String get setting_toast_select_game_file {
|
||||
return Intl.message(
|
||||
'Select the corresponding game file to: bin64/StarCitizen.exe',
|
||||
name: 'setting_toast_select_game_file',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
Reference in New Issue
Block a user