mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/RSILauncherEnhance.git
synced 2025-07-10 20:29:35 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c9847fdd18 | |||
67549d4580 |
13
main.js
13
main.js
@ -1,4 +1,4 @@
|
|||||||
/*! For license information please see main.ade910f7.js.LICENSE.txt */
|
/*! For license information please see main.43e60bfe.js.LICENSE.txt */
|
||||||
(() => {
|
(() => {
|
||||||
const SC_TOOLBOX_ENABLED_LOCALIZATION = "en";
|
const SC_TOOLBOX_ENABLED_LOCALIZATION = "en";
|
||||||
const SC_TOOLBOX_ENABLE_DOWNLOADER_BOOST = false;
|
const SC_TOOLBOX_ENABLE_DOWNLOADER_BOOST = false;
|
||||||
@ -9885,7 +9885,7 @@
|
|||||||
error_not_authenticated: "你未通过身份验证",
|
error_not_authenticated: "你未通过身份验证",
|
||||||
error_invalid_claims: "无效声明",
|
error_invalid_claims: "无效声明",
|
||||||
error_authentication_mfa: "身份验证需要mfa",
|
error_authentication_mfa: "身份验证需要mfa",
|
||||||
error_sign_in_failed: "登入失败。你可能输入了错误的凭证。",
|
"error_sign-in_failed": "登入失败。你可能输入了错误的凭证。",
|
||||||
error_sign_in_not_authorized: "你没有权限访问此版本的 RSI 启动器。请从<0>该网页</0>下载公众版本。",
|
error_sign_in_not_authorized: "你没有权限访问此版本的 RSI 启动器。请从<0>该网页</0>下载公众版本。",
|
||||||
error_captcha_invalid: "验证码无效",
|
error_captcha_invalid: "验证码无效",
|
||||||
error_session_expired: "你的会话已过期。请再次确认你的密码。",
|
error_session_expired: "你的会话已过期。请再次确认你的密码。",
|
||||||
@ -9929,6 +9929,7 @@
|
|||||||
error_launch_game_content: "尝试重新启动游戏。如果问题依然存在,请验证你的安装文件。",
|
error_launch_game_content: "尝试重新启动游戏。如果问题依然存在,请验证你的安装文件。",
|
||||||
error_launch_unknown_title: "启动器 - 未知错误",
|
error_launch_unknown_title: "启动器 - 未知错误",
|
||||||
error_launch_unknown_content: "启动游戏时出现错误。请验证游戏文件完整性。",
|
error_launch_unknown_content: "启动游戏时出现错误。请验证游戏文件完整性。",
|
||||||
|
error_launch_error_code: "启动游戏出错,错误代码: {{ code }}",
|
||||||
error_launch_no_game_files_title: "启动器 - 未找到游戏文件",
|
error_launch_no_game_files_title: "启动器 - 未找到游戏文件",
|
||||||
error_launch_no_game_files_content: "启动游戏时出现错误。无法检索到游戏文件。请验证游戏文件完整性。",
|
error_launch_no_game_files_content: "启动游戏时出现错误。无法检索到游戏文件。请验证游戏文件完整性。",
|
||||||
error_launch_EAC_title: "启动器 - EAC 错误",
|
error_launch_EAC_title: "启动器 - EAC 错误",
|
||||||
@ -52142,7 +52143,7 @@
|
|||||||
}), (0, _w.jsx)("hr", {}), (0, _w.jsxs)("p", {
|
}), (0, _w.jsx)("hr", {}), (0, _w.jsxs)("p", {
|
||||||
children: [(0, _w.jsx)("strong", {
|
children: [(0, _w.jsx)("strong", {
|
||||||
children: t("settings_about_launcher_version")
|
children: t("settings_about_launcher_version")
|
||||||
}), " ", null !== (e = "2.0.4") ? e : "\u2013"]
|
}), " ", null !== (e = "2.0.5") ? e : "\u2013"]
|
||||||
})]
|
})]
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
@ -54707,9 +54708,9 @@
|
|||||||
return n instanceof RS && e.agreements.actions.checkAgreementsFailure(n)
|
return n instanceof RS && e.agreements.actions.checkAgreementsFailure(n)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async checkAgreementsFailure(e) {
|
checkAgreementsFailure: async e => {
|
||||||
var n;
|
var n;
|
||||||
const r = null !== (n = e.payload.agreements) && void 0 !== n ? n : [],
|
const r = null !== (n = e.payload.data.agreements) && void 0 !== n ? n : [],
|
||||||
i = t();
|
i = t();
|
||||||
try {
|
try {
|
||||||
const e = [eE.EULA, eE.TOS, eE.DISCLAIMER].map((e => r.filter((t => t.type === e)))).reduce(((e, t) => e.concat(t)), []);
|
const e = [eE.EULA, eE.TOS, eE.DISCLAIMER].map((e => r.filter((t => t.type === e)))).reduce(((e, t) => e.concat(t)), []);
|
||||||
@ -67228,4 +67229,4 @@
|
|||||||
xD.createRoot(document.getElementById("root")).render((0, _w.jsx)(ID, {})), wD()
|
xD.createRoot(document.getElementById("root")).render((0, _w.jsx)(ID, {})), wD()
|
||||||
})()
|
})()
|
||||||
})();
|
})();
|
||||||
//# sourceMappingURL=main.ade910f7.js.map
|
//# sourceMappingURL=main.43e60bfe.js.map
|
Reference in New Issue
Block a user