mirror of
https://github.com/spicyjpeg/573in1.git
synced 2025-02-02 12:37:19 +01:00
381 lines
21 KiB
JSON
381 lines
21 KiB
JSON
{
|
|
"AboutScreen": {
|
|
"title": "{CART_ICON} About this tool",
|
|
"prompt": "{RIGHT_ARROW} Use {LEFT_BUTTON}{RIGHT_BUTTON} to scroll. Press {START_BUTTON} to go back."
|
|
},
|
|
|
|
"App": {
|
|
"startupWorker": {
|
|
"initIDE": "Initializing IDE devices...\nDo not turn off the 573.",
|
|
"initFAT": "Attempting to mount FAT filesystem...\nDo not turn off the 573.",
|
|
"loadResources": "Loading resource pack..."
|
|
},
|
|
"cartDetectWorker": {
|
|
"readDigitalIO": "Retrieving digital I/O board ID...",
|
|
"readCart": "Reading security cartridge...\nDo not turn off the 573.",
|
|
"identifyGame": "Attempting to identify game..."
|
|
},
|
|
"cartEraseWorker": {
|
|
"erase": "Erasing cartridge...\nDo not turn off the 573.",
|
|
"error": "An error occurred while erasing the cartridge's EEPROM. The unlocking key may or may not have been successfully changed.\n\nPress the Test button to view debug logs."
|
|
},
|
|
"cartReflashWorker": {
|
|
"setDataKey": "Setting new unlocking key...\nDo not turn off the 573.",
|
|
"write": "Writing new data to cartridge...\nDo not turn off the 573.",
|
|
"idError": "The selected game is not compatible with the currently inserted cartridge, as it requires one with a valid DS2401 identifier.",
|
|
"writeError": "An error occurred while reflashing the cartridge. The unlocking key may or may not have been successfully changed.\n\nPress the Test button to view debug logs."
|
|
},
|
|
"cartUnlockWorker": {
|
|
"read": "Dumping cartridge...\nDo not turn off the 573.",
|
|
"identifyGame": "Attempting to identify game..."
|
|
},
|
|
"cartWriteWorker": {
|
|
"write": "Writing new data to cartridge...\nDo not turn off the 573.",
|
|
"error": "An error occurred while writing to the cartridge's EEPROM.\n\nPress the Test button to view debug logs."
|
|
},
|
|
"cartDumpWorker": {
|
|
"save": "Saving cartridge dump...\nDo not turn off the 573.",
|
|
"success": "A dump of the cartridge and all its identifiers has been saved as %s in the root of the drive. The dump can be decoded and viewed using the decodeDump.py script provided with this tool.",
|
|
"error": "An error occurred while saving the dump to the hard drive. Turn off the system and make sure the drive is connected to the IDE bus properly, set as secondary and formatted with a single FAT16, FAT32 or exFAT partition.\n\nPress the Test button to view debug logs."
|
|
},
|
|
"qrCodeWorker": {
|
|
"compress": "Compressing cartridge dump...",
|
|
"generate": "Generating QR code..."
|
|
},
|
|
"romDumpWorker": {
|
|
"init": "Creating dump directory...\nDo not turn off the 573.",
|
|
"dumpBIOS": "Dumping BIOS ROM...\nDo not turn off the 573.",
|
|
"dumpRTC": "Dumping RTC RAM...\nDo not turn off the 573.",
|
|
"dumpFlash": "Dumping internal flash...\nDo not turn off the 573.",
|
|
"dumpPCMCIA1": "Dumping PCMCIA card in slot 1...\nDo not turn off the 573.",
|
|
"dumpPCMCIA2": "Dumping PCMCIA card in slot 2...\nDo not turn off the 573.",
|
|
"success": "All dumps have been saved to the %s directory in the root of the drive.",
|
|
"initError": "An error occurred while creating the dump directory (%s). Turn off the system and make sure the drive is connected to the IDE bus properly, set as secondary and formatted with a single FAT16, FAT32 or exFAT partition.\n\nPress the Test button to view debug logs.",
|
|
"dumpError": "An error occurred while saving one of the dumps (%s). Ensure the drive has at least 32 MB of free space (256 MB if both PCMCIA cards are inserted) and the filesystem is not damaged.\n\nPress the Test button to view debug logs."
|
|
},
|
|
"systemInfoWorker": {
|
|
"hashBIOS": "Calculating BIOS ROM checksum...",
|
|
"hashRTC": "Calculating RTC RAM checksum...",
|
|
"hashFlash": "Calculating internal flash checksum...",
|
|
"hashPCMCIA1": "Calculating PCMCIA card 1 checksum...",
|
|
"hashPCMCIA2": "Calculating PCMCIA card 2 checksum..."
|
|
},
|
|
"atapiEjectWorker": {
|
|
"eject": "Sending eject command...",
|
|
"success": "The drive's tray has been opened.\n\nYou may safely remove or replace the disc and close the tray. All data has been loaded into RAM and the tool will keep running until the 573 is turned off.",
|
|
"atapiError": "The drive currently configured as primary on the IDE bus is not an ATAPI CD-ROM drive and does not support ejecting.\n\nPress the Test button to view debug logs.",
|
|
"ejectError": "Failed to open the drive's tray. Your drive might be incompatible with the ATAPI driver used by this tool.\n\nPress the Test button to view debug logs."
|
|
},
|
|
"rebootWorker": {
|
|
"reboot": "Rebooting system..."
|
|
}
|
|
},
|
|
|
|
"ButtonMappingScreen": {
|
|
"title": "{CART_ICON} Select button mapping",
|
|
"prompt": "Use {START_BUTTON} or the Test button to select a mapping preset suitable for your cabinet or JAMMA setup. Other buttons will be enabled once a mapping is selected.",
|
|
"itemPrompt": "{RIGHT_ARROW} Press and hold {START_BUTTON} or Test to confirm",
|
|
|
|
"joystick": "JAMMA supergun or joystick/buttons",
|
|
"ddrCab": "Dance Dance Revolution (2-player) cabinet",
|
|
"ddrSoloCab": "Dance Dance Revolution Solo cabinet",
|
|
"dmCab": "DrumMania or PercussionFreaks cabinet",
|
|
"dmxCab": "Dance Maniax cabinet"
|
|
},
|
|
|
|
"CartActionsScreen": {
|
|
"title": "{CART_ICON} Cartridge options",
|
|
"itemPrompt": "{RIGHT_ARROW} Press {START_BUTTON} to select, hold {LEFT_BUTTON}{RIGHT_BUTTON} + {START_BUTTON} to go back",
|
|
|
|
"qrDump": {
|
|
"name": "Dump cartridge as QR code",
|
|
"prompt": "Generate a QR code encoding the contents of the cartridge's EEPROM in compressed format. The code can be scanned and decoded to a raw dump."
|
|
},
|
|
"hddDump": {
|
|
"name": "Dump cartridge to hard drive",
|
|
"prompt": "Save the contents of the cartridge's EEPROM to a file on the IDE hard drive or CF card connected as secondary drive (if any)."
|
|
},
|
|
"hexdump": {
|
|
"name": "View cartridge hexdump",
|
|
"prompt": "Display the raw contents of the cartridge's EEPROM in hexadecimal format."
|
|
},
|
|
"resetSystemID": {
|
|
"name": "Reset system identifier (unpair cartridge)",
|
|
"prompt": "Delete any previously saved system identifier, allowing the cartridge to be used to reinstall the game on any system.",
|
|
"confirm": "The system identifier will be cleared, allowing the cartridge to be used on a system with any digital I/O board. The game will have to be reinstalled in order to pair the cartridge to the new board.\n\nDo you wish to proceed?",
|
|
"error": "The system identifier is not present or has already been cleared on this cartridge."
|
|
},
|
|
"matchSystemID": {
|
|
"name": "Copy system identifier (pair to this system)",
|
|
"prompt": "Set the saved system identifier to allow the cartridge to be used on this system without having to reinstall the game first.",
|
|
"confirm": "The system identifier will be changed, allowing the cartridge to be used on this system. If already installed here, the game will not have to be reinstalled.\n\nDo you wish to proceed?",
|
|
"error": "No digital I/O board found. Copying the system identifier requires a digital I/O board to be installed in this system."
|
|
},
|
|
"editSystemID": {
|
|
"name": "Edit system identifier (pair to another I/O board)",
|
|
"prompt": "Edit the saved system identifier to allow the cartridge to be used on a specific system without having to reinstall the game first.",
|
|
"confirm": "The system identifier will be changed, allowing the cartridge to be used on the respective system. If already installed on the new system, the game will not have to be reinstalled.\n\nDo you wish to proceed?",
|
|
"error": "The system identifier entered is invalid. Make sure all digits are correct and try again."
|
|
},
|
|
"reflash": {
|
|
"name": "Erase and convert cartridge to another game",
|
|
"prompt": "Wipe all data and flash the cartridge with another game's identifiers. All cartridges can be converted for use with any other game that uses the same cartridge type.",
|
|
"confirm": "The contents of the cartridge's EEPROM will be replaced, the system identifier (if any) will be cleared and the unlocking key will be updated to match the new game.\n\nDo you wish to proceed?"
|
|
},
|
|
"erase": {
|
|
"name": "Erase cartridge",
|
|
"prompt": "Wipe all data including game identifiers. Erased cartridges can be flashed for use with games unsupported by this tool using a master calendar.",
|
|
"confirm": "The contents of the cartridge's EEPROM will be erased, making it unusable until reflashed and resetting the unlocking key to 00-00-00-00-00-00-00-00. The cartridge ID will not be altered.\n\nDo you wish to proceed?"
|
|
}
|
|
},
|
|
|
|
"CartInfoScreen": {
|
|
"title": "{CART_ICON} Cartridge information",
|
|
|
|
"digitalIO": {
|
|
"header": "Digital I/O board:\n",
|
|
"info": " DS2401 ID:\t\t%s\n Serial number:\t%s\n",
|
|
"error": " Failed to read the board's DS2401\n",
|
|
"noBoard": " No digital I/O board installed\n"
|
|
},
|
|
"cart": {
|
|
"header": "Security cartridge:\n",
|
|
"x76f041Info": " Chip type:\t\t{CHIP_ICON} Xicor X76F041\n Unlock status:\t%s\n DS2401 ID:\t\t%s\n Configuration:\t%s\n",
|
|
"x76f100Info": " Chip type:\t\t{CHIP_ICON} Xicor X76F041\n Unlock status:\t%s\n DS2401 ID:\t\t%s\n",
|
|
"zs01Info": " Chip type:\t\t{CHIP_ICON} Konami ZS01 (PIC16CE625)\n Unlock status:\t%s\n DS2401 ID:\t\t%s\n ZS01 ID:\t\t%s\n Configuration:\t%s\n"
|
|
},
|
|
"unlockStatus": {
|
|
"locked": "{CLOSED_LOCK} locked, game key required",
|
|
"unlocked": "{OPEN_LOCK} unlocked"
|
|
},
|
|
"id": {
|
|
"error": "read failure",
|
|
"noCartID": "cartridge has no DS2401",
|
|
"locked": "unlock required"
|
|
},
|
|
|
|
"pairing": {
|
|
"unsupported": "This game does not pair to I/O boards",
|
|
"unknown": "Unlock required to view pairing status",
|
|
"unpaired": "Not paired to any digital I/O board",
|
|
"thisSystem": "Paired to this system's I/O board",
|
|
"otherSystem": "Paired to %s (%s)"
|
|
},
|
|
"description": {
|
|
"noCart": "No supported cartridge has been found.\n\nTurn off the system and insert a security cartridge in order to continue. DO NOT HOTPLUG CARTRIDGES; hotplugging may damage both the 573 and the cartridge.\n\nIf a cartridge is inserted but not detected, try cleaning its pins as well as the system's security cartridge connector.\n\nPress the Test button to view debug logs.",
|
|
"initError": "Failed to initialize and read unprotected data from this cartridge.\n\nTurn off the system and make sure the cartridge is inserted correctly. If this issue persists, try using another cartridge of the same type.",
|
|
|
|
"locked": {
|
|
"unidentified": "This cartridge contains data for an unsupported game.\n\nAs the cartridge is currently locked, you will have to manually select which game it belongs to in order to dump its contents or reflash it for use with a supported game, as each game has a different unlocking key.",
|
|
"identified": "This cartridge has been identified as:\n %s\n %s\n\nIf this is correct, you may proceed to unlock the cartridge using the appropriate key for this game.",
|
|
"unknown": "This cartridge cannot be identified without unlocking it first.\n\nYou will have to manually select which game it belongs to in order to dump its contents or reflash it for use with a supported game, as each game has a different unlocking key."
|
|
},
|
|
"unlocked": {
|
|
"unidentified": "This cartridge contains data for an unsupported game.\n\nThe system identifier (if any) cannot be reset or edited, however you may still dump the cartridge's contents or reflash it for use with a supported game.",
|
|
"identified": "This cartridge has been identified as:\n %s\n %s\n\nYou may now proceed to reset the system identifier, edit it or reflash the cartridge for use with another game.",
|
|
"blank": "This cartridge has been previously erased and is now blank.\n\nIt must be flashed and optionally initialized with a system identifier in order to be used with a supported game."
|
|
}
|
|
},
|
|
"prompt": {
|
|
"locked": "{RIGHT_ARROW} Press {START_BUTTON} to unlock, hold {LEFT_BUTTON}{RIGHT_BUTTON} + {START_BUTTON} to go back.",
|
|
"unlocked": "{RIGHT_ARROW} Press {START_BUTTON} to continue, hold {LEFT_BUTTON}{RIGHT_BUTTON} + {START_BUTTON} to go back.",
|
|
"error": "{RIGHT_ARROW} Hold {LEFT_BUTTON}{RIGHT_BUTTON} + {START_BUTTON} to go back."
|
|
},
|
|
|
|
"x76f041": {
|
|
"warning": "X76F041 cartridges keep track of how many times a wrong key has been used. If too many unlock attempts fail, they will lock out any further access and thus become PERMANENTLY BRICKED, with no way to restore access.\n\nAre you sure the key is correct?",
|
|
"error": "An error occurred while attempting to unlock the cartridge; the key is probably incorrect. If you are sure you selected the proper key, the maximum allowed number of failed unlocking attempts may have been exceeded (and thus the cartridge may have been bricked).\n\nPress the Test button to view debug logs."
|
|
},
|
|
"x76f100": {
|
|
"warning": "X76F100 cartridges keep track of how many times a wrong key has been used. If too many unlock attempts fail, the cartridge will self-erase and will have to be reinitialized to factory data and paired to the system again if the game requires it.\n\nAre you sure the key is correct?",
|
|
"error": "An error occurred while attempting to unlock the cartridge; the key is probably incorrect. If you are sure you selected the proper key, the cartridge may have self-erased and reset the key to a null key due to too many failed unlocking attempts.\n\nPress the Test button to view debug logs."
|
|
},
|
|
"zs01": {
|
|
"warning": "ZS01 cartridges keep track of how many times a wrong key has been used. If too many unlock attempts fail, the cartridge will self-erase and will have to be reinitialized to factory data and paired to the system again if the game requires it.\n\nAre you sure the key is correct?",
|
|
"error": "An error occurred while attempting to unlock the cartridge; the key is probably incorrect. If you are sure you selected the proper key, the cartridge may have self-erased and reset the key to a null key due to too many failed unlocking attempts.\n\nPress the Test button to view debug logs."
|
|
}
|
|
},
|
|
|
|
"ConfirmScreen": {
|
|
"title": "Confirm operation",
|
|
"no": "No, go back",
|
|
"yes": "Yes, continue"
|
|
},
|
|
|
|
"HexdumpScreen": {
|
|
"title": "{CART_ICON} Cartridge dump",
|
|
"prompt": "{RIGHT_ARROW} Use {LEFT_BUTTON}{RIGHT_BUTTON} to scroll. Press {START_BUTTON} to go back."
|
|
},
|
|
|
|
"KeyEntryScreen": {
|
|
"title": "Enter unlocking key",
|
|
"body": "Enter the 8-byte key this cartridge was last locked with.\n\nUse {LEFT_BUTTON}{RIGHT_BUTTON} to move between digits, hold {START_BUTTON} and use {LEFT_BUTTON}{RIGHT_BUTTON} to edit the highlighted digit.",
|
|
"cancel": "Cancel",
|
|
"ok": "Confirm"
|
|
},
|
|
|
|
"MainMenuScreen": {
|
|
"title": "{CART_ICON} Main menu",
|
|
"itemPrompt": "{RIGHT_ARROW} Use {LEFT_BUTTON}{RIGHT_BUTTON} to move, select by pressing {START_BUTTON}",
|
|
|
|
"cartInfo": {
|
|
"name": "Manage security cartridge",
|
|
"prompt": "Display information about, unlock, dump and manipulate the contents of the inserted security cartridge (if any)."
|
|
},
|
|
"dump": {
|
|
"name": "Dump flash, PCMCIA cards, RTC and BIOS ROM",
|
|
"prompt": "Dump the contents of the internal ROMs and PCMCIA cards to the IDE hard drive or CF card connected as secondary drive (if any).",
|
|
"confirm": "The contents of the internal flash memory, RTC RAM, BIOS ROM and any inserted PCMCIA flash cards will be dumped and the dumps saved to a new directory in the root of the hard drive or CF card currently configured as secondary on the IDE bus.\n\nDo you wish to proceed?"
|
|
},
|
|
"restore": {
|
|
"name": "Restore flash, PCMCIA cards or RTC from dump",
|
|
"prompt": "Restore the contents of the internal ROMs or any PCMCIA cards from the IDE hard drive or CF card connected as secondary drive (if any)."
|
|
},
|
|
"systemInfo": {
|
|
"name": "View system information",
|
|
"prompt": "Display information about the system's I/O board, IDE drives, BIOS ROM, internal flash and PCMCIA flash cards."
|
|
},
|
|
"setResolution": {
|
|
"name": "Change screen resolution",
|
|
"prompt": "Switch to a different screen resolution and aspect ratio. Some monitors and upscalers may not support all resolutions."
|
|
},
|
|
"about": {
|
|
"name": "About this tool",
|
|
"prompt": "View information about this tool, including open source licenses."
|
|
},
|
|
"launchEXE": {
|
|
"name": "Launch executable from hard drive",
|
|
"prompt": "Load and run a System 573 executable file from the IDE hard drive or CF card connected as secondary drive (if any)."
|
|
},
|
|
"ejectCD": {
|
|
"name": "Eject CD-ROM",
|
|
"prompt": "Open the CD-ROM drive's tray. You may use this option if the drive's eject button is not easily accessible on your 573."
|
|
},
|
|
"reboot": {
|
|
"name": "Reboot system",
|
|
"prompt": "Restart the system. Swap out the CD-ROM and toggle DIP switch 4 before selecting this option to boot the game installed on this system."
|
|
}
|
|
},
|
|
|
|
"MessageScreen": {
|
|
"title": {
|
|
"success": "Success",
|
|
"error": "Error"
|
|
},
|
|
|
|
"ok": "Continue"
|
|
},
|
|
|
|
"QRCodeScreen": {
|
|
"title": "{CART_ICON} Cartridge dump",
|
|
"prompt": "Scan this code and paste the resulting string into the decodeDump.py script provided alongside this tool to obtain a dump of the cartridge. Press {START_BUTTON} to go back."
|
|
},
|
|
|
|
"ReflashGameScreen": {
|
|
"title": "{CART_ICON} Select game to convert cartridge to",
|
|
"prompt": "Make sure you select the correct region. Note that cartridges can only be converted for use with games that accept the same cartridge type.",
|
|
"itemPrompt": "{RIGHT_ARROW} Press {START_BUTTON} to select, hold {LEFT_BUTTON}{RIGHT_BUTTON} + {START_BUTTON} to go back"
|
|
},
|
|
|
|
"ResolutionScreen": {
|
|
"title": "{CART_ICON} Select screen resolution",
|
|
"prompt": "Select a resolution appropriate for your monitor or upscaler setup. Note that interlaced modes may be subject to flickering.",
|
|
"itemPrompt": "{RIGHT_ARROW} Press {START_BUTTON} to select, hold {LEFT_BUTTON}{RIGHT_BUTTON} + {START_BUTTON} to go back",
|
|
|
|
"320x240p": "320x240 (4:3), progressive",
|
|
"320x240i": "320x240 (4:3), interlaced (line doubled)",
|
|
"368x240p": "368x240 (~16:10), progressive",
|
|
"368x240i": "368x240 (~16:10), interlaced (line doubled)",
|
|
"512x240p": "512x240 (~20:9), progressive",
|
|
"512x240i": "512x240 (~20:9), interlaced (line doubled)",
|
|
"640x240p": "640x240 (24:9), progressive",
|
|
"640x240i": "640x240 (24:9), interlaced (line doubled)",
|
|
"640x480i": "640x480 (4:3), interlaced"
|
|
},
|
|
|
|
"SystemIDEntryScreen": {
|
|
"title": "Edit system identifier",
|
|
"body": "Enter the new digital I/O board's identifier. To obtain the ID of another board, run this tool on its respective system.\n\nUse {LEFT_BUTTON}{RIGHT_BUTTON} to move between digits, hold {START_BUTTON} and use {LEFT_BUTTON}{RIGHT_BUTTON} to edit the highlighted digit.",
|
|
"cancel": "Cancel",
|
|
"ok": "Confirm"
|
|
},
|
|
|
|
"SystemInfoScreen": {
|
|
"title": "{CART_ICON} System information",
|
|
"prompt": "{RIGHT_ARROW} Use {LEFT_BUTTON}{RIGHT_BUTTON} to scroll. Press {START_BUTTON} to go back.",
|
|
|
|
"digitalIO": {
|
|
"header": "Digital I/O board:\n",
|
|
"info": " DS2401 ID:\t\t%s\n Serial number:\t%s\n",
|
|
"error": " Failed to read the board's DS2401\n",
|
|
"noBoard": " No digital I/O board installed\n"
|
|
},
|
|
"ide": {
|
|
"header": {
|
|
"primary": "Primary IDE drive:\n",
|
|
"secondary": "Secondary IDE drive:\n"
|
|
},
|
|
|
|
"commonInfo": " Model name:\t\t%s\n Revision number:\t%s\n Serial number:\t%s\n",
|
|
"ataInfo": " Device type:\tATA\n Capacity:\t\t%llu MB (%d-bit LBA)\n",
|
|
"atapiInfo": " Device type:\tATAPI\n Packet length:\t%d bytes\n",
|
|
"hasTrim": " Supports trim command\n",
|
|
"hasFlush": " Supports cache flushing\n",
|
|
"error": " No drive present or initialization failed\n"
|
|
},
|
|
"bios": {
|
|
"header": "BIOS ROM:\n",
|
|
"commonInfo": " CRC32:\t\t%08X\n",
|
|
|
|
"kernelInfo": {
|
|
"sony": " Kernel type:\tSony PS1 kernel\n Kernel version:\t%s\n Kernel date:\t%04X-%02X-%02X\n",
|
|
"openbios": " Kernel type:\tOpenBIOS\n Kernel build ID:\n %s\n",
|
|
"unknown": " Kernel type:\tUnknown\n"
|
|
},
|
|
"shellInfo": {
|
|
"konami": " Shell type:\t\t%s\n Boot file name:\t%s\n",
|
|
"unknown": " Shell type:\t\tUnknown\n"
|
|
}
|
|
},
|
|
"rtc": {
|
|
"header": "RTC:\n",
|
|
"info": " CRC32:\t\t%08X\n",
|
|
"batteryLow": " Battery voltage is below 2.5V\n"
|
|
},
|
|
"flash": {
|
|
"header": "Internal flash memory:\n",
|
|
"info": " JEDEC ID:\t\t%02X, %02X\n CRC32:\t\t%08X\n",
|
|
"bootable": " Valid boot executable present\n"
|
|
},
|
|
"pcmcia": {
|
|
"header": "PCMCIA card in slot %d:\n",
|
|
"info": " JEDEC ID:\t\t%02X, %02X\n CRC32 (16 MB):\t%08X\n CRC32 (32 MB):\t%08X\n CRC32 (64 MB):\t%08X\n",
|
|
"bootable": " Valid boot executable present\n",
|
|
"noCard": " No card inserted\n"
|
|
}
|
|
},
|
|
|
|
"UnlockKeyScreen": {
|
|
"title": "{CART_ICON} Select unlocking key",
|
|
"prompt": "If the cartridge has been converted before, select the game it was last converted to. If it is currently blank, select 00-00-00-00-00-00-00-00.",
|
|
"itemPrompt": "{RIGHT_ARROW} Press {START_BUTTON} to select, hold {LEFT_BUTTON}{RIGHT_BUTTON} + {START_BUTTON} to go back",
|
|
|
|
"autoUnlock": "Use key from identified game (recommended)",
|
|
"useCustomKey": "Enter key manually...",
|
|
"use00Key": "Use null key (00-00-00-00-00-00-00-00)",
|
|
"useFFKey": "Use null key (FF-FF-FF-FF-FF-FF-FF-FF)"
|
|
},
|
|
|
|
"WarningScreen": {
|
|
"title": "Warning",
|
|
"body": "This tool is experimental and provided with no warranty whatsoever. It is not guaranteed to work and improper usage may PERMANENTLY BRICK your System 573 security cartridges.\n\nUse this tool at your own risk. Do not proceed if you do not know what you are doing.",
|
|
|
|
"cooldown": "Wait... (%ds)",
|
|
"ok": "{START_BUTTON} Continue"
|
|
},
|
|
|
|
"WorkerStatusScreen": {
|
|
"title": "Working..."
|
|
}
|
|
}
|