mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-30 04:43:18 +08:00
feat: Proxy Source
This commit is contained in:
@ -673,8 +673,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
MessageLookupByLibrary.simpleMessage("Launching game for you ..."),
|
||||
"home_login_title_welcome_back":
|
||||
MessageLookupByLibrary.simpleMessage("Welcome back!"),
|
||||
"home_not_installed_or_failed": MessageLookupByLibrary.simpleMessage(
|
||||
"Unpacking or installation failed"),
|
||||
"home_not_installed_or_failed":
|
||||
MessageLookupByLibrary.simpleMessage("Your computer"),
|
||||
"home_title_app_name":
|
||||
MessageLookupByLibrary.simpleMessage("SCToolBox"),
|
||||
"home_title_logging_in":
|
||||
|
@ -607,7 +607,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"home_login_title_welcome_back":
|
||||
MessageLookupByLibrary.simpleMessage("欢迎回来!"),
|
||||
"home_not_installed_or_failed":
|
||||
MessageLookupByLibrary.simpleMessage("未安装 或 安装失败"),
|
||||
MessageLookupByLibrary.simpleMessage("您的电脑"),
|
||||
"home_title_app_name": MessageLookupByLibrary.simpleMessage("SC汉化盒子"),
|
||||
"home_title_logging_in": MessageLookupByLibrary.simpleMessage("登录中..."),
|
||||
"lobby_invitation_to_participate":
|
||||
|
@ -608,7 +608,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"home_login_title_welcome_back":
|
||||
MessageLookupByLibrary.simpleMessage("歡迎回來!"),
|
||||
"home_not_installed_or_failed":
|
||||
MessageLookupByLibrary.simpleMessage("未安裝 或 安裝失敗"),
|
||||
MessageLookupByLibrary.simpleMessage("您的電腦"),
|
||||
"home_title_app_name": MessageLookupByLibrary.simpleMessage("SC工具箱"),
|
||||
"home_title_logging_in":
|
||||
MessageLookupByLibrary.simpleMessage("正在登入..."),
|
||||
|
@ -1230,10 +1230,10 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Unpacking or installation failed`
|
||||
/// `Your computer`
|
||||
String get home_not_installed_or_failed {
|
||||
return Intl.message(
|
||||
'Unpacking or installation failed',
|
||||
'Your computer',
|
||||
name: 'home_not_installed_or_failed',
|
||||
desc: '',
|
||||
args: [],
|
||||
|
Reference in New Issue
Block a user