2025-11-09 12:47:30 +01:00
|
|
|
window.lang = {
|
|
|
|
|
"title": "PSFree Enhanced",
|
|
|
|
|
"ps4FwCompatible": `PS4 FW: {ps4fw} | Compatible`,
|
|
|
|
|
"ps4FwIncompatible": `PS4 FW: {ps4fw} | Incompatible`,
|
|
|
|
|
"notPs4": "You are not on a PS4, platform: ",
|
|
|
|
|
"clickToStart": "Click to start",
|
|
|
|
|
"chooseHEN": "Choose your HEN flavor",
|
|
|
|
|
"exploitStatusHeader": "Exploit status",
|
|
|
|
|
"payloadsHeader": "Payloads",
|
|
|
|
|
"settingsBtnTitle": "Settings",
|
|
|
|
|
"aboutMenu": "About",
|
|
|
|
|
"payloadsToolsHeader": "Tools",
|
|
|
|
|
"payloadsGameHeader": "Game",
|
|
|
|
|
"payloadsLinuxHeader": "Linux",
|
|
|
|
|
"aboutPsfreeHeader": "About PSFree Enhanced",
|
|
|
|
|
"aboutVersion": "Version: 1.5.1",
|
|
|
|
|
"aboutDescription": "A web interface to jailbreak your PS4 using PSFree chained with Lapse kernel exploit.",
|
|
|
|
|
"closeButton": "Close",
|
|
|
|
|
"settingsPsfreeHeader": "Settings",
|
|
|
|
|
"ps4FirmwareSupportedHeader": "Supported PS4 firmware",
|
|
|
|
|
"languageHeader": "Language",
|
|
|
|
|
"warnings": {
|
|
|
|
|
"note1": "Make sure to delete cache data before running the exploit for the first time",
|
|
|
|
|
"note2": "Allow the caching process to complete for better stability",
|
|
|
|
|
"note3": "It might take you multiple tries to achieve the jailbreak",
|
|
|
|
|
},
|
|
|
|
|
"secondHostBtn": "Load payloads using GoldHEN's BinLoader - External link",
|
|
|
|
|
"alert": "Important notice",
|
|
|
|
|
"waitingUserInput": "Waiting for user action",
|
|
|
|
|
"cache": "Installing Cache: ",
|
|
|
|
|
"httpsHost": "Loading payloads through GoldHEN's BinLoader is not possible at the moment, click the blue button below to use the supported host.",
|
2025-11-19 21:49:38 +01:00
|
|
|
"ghVer": "GoldHEN Versions",
|
2025-11-09 12:47:30 +01:00
|
|
|
"otherVer": "Other versions",
|
2025-11-19 21:49:38 +01:00
|
|
|
"latestVer": "Latest",
|
|
|
|
|
"fanTitle": "Fan Threshold",
|
|
|
|
|
"fanDescription": "Sets the temperature threshold where the fan will kick into turbo",
|
|
|
|
|
"selectTemp": "Select a temperature",
|
2025-12-24 16:27:22 +01:00
|
|
|
"default": "Default", // Fan default string
|
|
|
|
|
"goldhenFirmwareSemiSupported": "* Loading payloads through GoldHEN's BinLoader is supported on all firmware.",
|
|
|
|
|
"southbridgeHeader": "Southbridge and Model",
|
|
|
|
|
"southbridgeHelp": "Need help?",
|
|
|
|
|
"southbridgeHelp1": "Load GoldHEN and go to Settings -> System -> System information and check Southbridge.",
|
|
|
|
|
"southbridgeHelp2": "Selecting wrong options may cause a kernel panic!",
|
2025-12-24 18:03:40 +01:00
|
|
|
"selectSouthbridge": "Select your Southbridge and PS4 Model",
|
|
|
|
|
// payloads.js
|
2025-12-24 18:21:07 +01:00
|
|
|
"linuxOnlyWithGoldHEN": "Linux payloads should only be loaded through GoldHEN's BinLoader!",
|
2025-12-24 18:03:40 +01:00
|
|
|
"busyBinLoader": "Cannot Load Payload Because The BinLoader Server Is Busy",
|
|
|
|
|
"binLoaderNotDetected": "GoldHEN's BinLoader is not detected, is it enabled?!", // For no-webkit firmware
|
|
|
|
|
"disabledBinloader": "GoldHEN's Binloader is not running, load payload using the exploit instead?",
|
|
|
|
|
"unsupportedFirmware": "Unsupported firmware ",
|
2025-11-09 12:47:30 +01:00
|
|
|
}
|