Improving cache time

removed all linux payloads that have .bin extension, linux payloads should only be loaded with GoldHEN's BinLoader. by that the cache speed is improved.

Added Arabic translations for payload.js file
This commit is contained in:
ArabPixel
2025-12-24 18:03:40 +01:00
parent e344569b0a
commit 9af1164e6c
180 changed files with 28 additions and 192 deletions

View File

@@ -41,5 +41,11 @@ window.lang = {
"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!",
"selectSouthbridge": "Select your Southbridge and PS4 Model"
"selectSouthbridge": "Select your Southbridge and PS4 Model",
// payloads.js
"linuxOnlyWithGoldHEN": "Linux payloads should only be loaded with through GoldHEN's BinLoader!",
"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 ",
}