返回提交历史
Modified
static/webui/script.js
+1
-1
Modified
static/webui/translations/de.js
+1
-0
Modified
static/webui/translations/en.js
+1
-0
Modified
static/webui/translations/es.js
+1
-0
Modified
static/webui/translations/fr.js
+1
-0
Modified
static/webui/translations/ru.js
+1
-0
Modified
static/webui/translations/zh.js
+1
-0
XFEstudio/SpaceNinjaServer
chore(webui): explain star chart refreshing for unlock all missions (#2342)
This is relevant for U39 at least Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2342 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
5234cf21
代码差异
7 个文件
+7
-1
@@ -2388,7 +2388,7 @@ async function doMaxPlexus() {
2388
2388
async function doUnlockAllMissions() {
2389
2389
await revalidateAuthz();
2390
2390
await fetch("/custom/completeAllMissions?" + window.authz);
2391
updateInventory();
2391
toast(loc("cheats_unlockAllMissions_ok"));
2392
2392
}
2393
2393
2394
2394
const importSamples = {
@@ -129,6 +129,7 @@ dict = {
129
129
cheats_skipAllDialogue: `Alle Dialoge überspringen`,
130
130
cheats_unlockAllScans: `Alle Scans freischalten`,
131
131
cheats_unlockAllMissions: `Alle Missionen freischalten`,
132
cheats_unlockAllMissions_ok: `[UNTRANSLATED] Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
132
133
cheats_infiniteCredits: `Unendlich Credits`,
133
134
cheats_infinitePlatinum: `Unendlich Platinum`,
134
135
cheats_infiniteEndo: `Unendlich Endo`,
@@ -128,6 +128,7 @@ dict = {
128
128
cheats_skipAllDialogue: `Skip All Dialogue`,
129
129
cheats_unlockAllScans: `Unlock All Scans`,
130
130
cheats_unlockAllMissions: `Unlock All Missions`,
131
cheats_unlockAllMissions_ok: `Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
131
132
cheats_infiniteCredits: `Infinite Credits`,
132
133
cheats_infinitePlatinum: `Infinite Platinum`,
133
134
cheats_infiniteEndo: `Infinite Endo`,
@@ -129,6 +129,7 @@ dict = {
129
129
cheats_skipAllDialogue: `Omitir todos los diálogos`,
130
130
cheats_unlockAllScans: `Desbloquear todos los escaneos`,
131
131
cheats_unlockAllMissions: `Desbloquear todas las misiones`,
132
cheats_unlockAllMissions_ok: `[UNTRANSLATED] Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
132
133
cheats_infiniteCredits: `Créditos infinitos`,
133
134
cheats_infinitePlatinum: `Platino infinito`,
134
135
cheats_infiniteEndo: `Endo infinito`,
@@ -129,6 +129,7 @@ dict = {
129
129
cheats_skipAllDialogue: `Passer les dialogues`,
130
130
cheats_unlockAllScans: `Débloquer tous les scans`,
131
131
cheats_unlockAllMissions: `Débloquer toutes les missions`,
132
cheats_unlockAllMissions_ok: `[UNTRANSLATED] Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
132
133
cheats_infiniteCredits: `Crédits infinis`,
133
134
cheats_infinitePlatinum: `Platinum infini`,
134
135
cheats_infiniteEndo: `Endo infini`,
@@ -129,6 +129,7 @@ dict = {
129
129
cheats_skipAllDialogue: `Пропустить все диалоги`,
130
130
cheats_unlockAllScans: `Разблокировать все сканирования`,
131
131
cheats_unlockAllMissions: `Разблокировать все миссии`,
132
cheats_unlockAllMissions_ok: `[UNTRANSLATED] Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
132
133
cheats_infiniteCredits: `Бесконечные кредиты`,
133
134
cheats_infinitePlatinum: `Бесконечная платина`,
134
135
cheats_infiniteEndo: `Бесконечное эндо`,
@@ -129,6 +129,7 @@ dict = {
129
129
cheats_skipAllDialogue: `跳过所有对话`,
130
130
cheats_unlockAllScans: `解锁所有扫描`,
131
131
cheats_unlockAllMissions: `解锁所有任务`,
132
cheats_unlockAllMissions_ok: `[UNTRANSLATED] Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
132
133
cheats_infiniteCredits: `无限现金`,
133
134
cheats_infinitePlatinum: `无限白金`,
134
135
cheats_infiniteEndo: `无限内融核心`,