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,10 @@ window.lang = {
"southbridgeHelp": "أتحتاج للمساعدة؟",
"southbridgeHelp1": "قم بتفعيل GoldHEN و إذهب إلى الإعدادات -> النظام -> معلومات النظام وستجد الـ Southbridge الخاص بجهازك",
"southbridgeHelp2": "قد يؤدي اختيار خيارات خاطئة إلى حدوث إنطفاء مباشر للجهاز!",
"selectSouthbridge": "حدد Southbridge و نوع الـPS4 الخاص بك"
"selectSouthbridge": "حدد Southbridge و نوع الـPS4 الخاص بك",
"linuxOnlyWithGoldHEN": "تفعيل إضافة لينكس مسموح فقط عن طريق خادم إضافات (BinLoader)GoldHEN!",
"busyBinLoader": "لا يمكن تفعيل الإضافات لأن الخادم الخاص بـ GoldHEN مشغول!",
"binLoaderNotDetected": "لم يتم العثور على خادم إضافات GoldHEN, هي قمت بتفعيله؟",
"disabledBinloader": "سيرفر الإضافات الخاص بـ GoldHEN غير مفعل, تفعيل الإضافه عن طريق الثغرة؟",
"unsupportedFirmware": "نظام غير مدعوم "
}

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 ",
}