mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-08-14 13:11:48 +08:00
registry login translations
This commit is contained in:
parent
cbae9f31c2
commit
141f8dbeb2
@ -28,6 +28,8 @@
|
||||
"enableServerLauncherSubtitle": "Enable to server launcher tile for launching a local Grasscutter instance.",
|
||||
"httpsOption": "Use HTTPS",
|
||||
"httpsSubtitle": "Choose between using HTTPS or HTTP.",
|
||||
"registryOption": "Login via Windows Registry",
|
||||
"registrySubtitle": "Instead of copying login tokens when authenticating, you can login via a modification to the registry. Clears the registry data on game close.",
|
||||
|
||||
"introSen1": "Looks like this is your first time opening GrassClipper!",
|
||||
"introSen2": "First of all, welcome, happy to see you here! :)",
|
||||
|
@ -184,7 +184,7 @@
|
||||
</div>
|
||||
<div class="settingsRow">
|
||||
<div class="settingSection">
|
||||
<span class="settingLabel", id="registryLoginTitle">Login with Registry</span>
|
||||
<span class="settingLabel", id="registryLoginTitle">Login via Windows Registry</span>
|
||||
<input type="checkbox" id="registryOption" onchange="toggleRegistryLogin()" />
|
||||
</select>
|
||||
</div>
|
||||
|
@ -58,6 +58,8 @@ async function doTranslation() {
|
||||
set('serverSubtitle', 'enableServerLauncherSubtitle')
|
||||
set('httpsTitle', 'httpsOption')
|
||||
set('httpsSubtitle', 'httpsSubtitle')
|
||||
set('registryLoginTitle', 'registryOption')
|
||||
set('registrySubtitle', 'registrySubtitle')
|
||||
|
||||
// Intro popup
|
||||
const popup = document.getElementById('firstTimeNotice')
|
||||
|
@ -84,7 +84,7 @@ taskkill /f /im mitmdump.exe
|
||||
echo Done, see you next time
|
||||
|
||||
:: Just in case the user has corutils installed, use this hacky timeout instead of the timeout command
|
||||
ping 127.0.0.1 -n 2 > nul
|
||||
ping 127.0.0.1 -n 1 > nul
|
||||
|
||||
:: Attempt to kill either
|
||||
taskkill /f /fi "WINDOWTITLE eq Administrator: PS Launcher Script"
|
||||
|
Loading…
x
Reference in New Issue
Block a user