mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
eee1b2a771
* Update libusbhsfs. * Update borealis. * nsp_dumper: force free size retrieval after dumping an NSP. * title: add titleGetGameCardApplicationMetadataEntries(). * Makefile: remove -gdwarf-4 flag. * nxdt_utils: treat NT_MAX_FILENAME_LENGTH as bytes instead of codepoints, add "TiB" to the array of supported size suffixes. * GameCardTab: add ProcessGameCardStatus() and PopulateList(), manage list updates in the same fashion as TitlesTab, display message about how to mitigate launch errors after exiting the application, display available applications in the inserted gamecard, display message about how to perform individual operations on the gamecard titles. * main: add a try/catch block to intercept any possible exceptions thrown while the application is running + use brls::Application::crash() to gracefully exit afterwards. Temporarily disable Applet Mode support. * exception_handler: use LOG_LEVEL_ERROR. * LayeredErrorFrame: add GetListFirstFocusableChild().
62 lines
3.4 KiB
JSON
62 lines
3.4 KiB
JSON
{
|
|
"error_frame": {
|
|
"not_inserted": "No gamecard inserted.",
|
|
"processing": "Processing gamecard, please wait...",
|
|
"nogc_enabled": "A gamecard has been inserted, but the \"nogc\" patch is enabled.\nNothing at all can be done with the inserted gamecard.\nDisabling this patch *will* update the Lotus ASIC firmware if it's outdated.\nConsider disabling this patch if you wish to use gamecard dumping features.",
|
|
"lafw_update_required": "A gamecard has been inserted, but a Lotus ASIC firmware update is required.\nUpdate your console using the inserted gamecard and try again.",
|
|
"info_not_loaded": "A gamecard has been inserted, but an unexpected I/O error occurred.\nPlease report this issue at \"{0}\"."
|
|
},
|
|
|
|
"list": {
|
|
"launch_error_info": "Please take out the gamecard and reinsert it into the console after exiting nxdumptool to mitigate launch errors.",
|
|
|
|
"user_titles": {
|
|
"header": "Applications available on the inserted gamecard",
|
|
"info": "To perform operations on the user titles available on this gamecard, please go to the \"{0}\" menu."
|
|
},
|
|
|
|
"properties_table": {
|
|
"header": "Gamecard properties",
|
|
"capacity": "Capacity",
|
|
"total_size": "Total size",
|
|
"trimmed_size": "Trimmed size",
|
|
"update_version": "Bundled update version",
|
|
"lafw_version": "Required LAFW version",
|
|
"lafw_version_value": "%lu or greater (%s)",
|
|
"sdk_version": "SDK version",
|
|
"compatibility_type": "Compatibility type"
|
|
},
|
|
|
|
"dump_options": "Dump options",
|
|
|
|
"dump_card_image": {
|
|
"label": "Dump gamecard image (XCI)",
|
|
"description": "Generates a raw gamecard image. This is the option most people will want to use."
|
|
},
|
|
|
|
"dump_certificate": {
|
|
"label": "Dump gamecard certificate",
|
|
"description": "The gamecard certificate is used to unequivocally identify each individual gamecard."
|
|
},
|
|
|
|
"dump_header": {
|
|
"label": "Dump gamecard header",
|
|
"description": "The gamecard header holds information such as the location of the root HFS partition and the gamecard capacity.\nOnly useful for developers, preservationists and advanced users."
|
|
},
|
|
|
|
"dump_decrypted_cardinfo": {
|
|
"label": "Dump decrypted CardInfo area",
|
|
"description": "The CardInfo area holds information such as the bundled system update version and the Lotus ASIC firmware version required by the gamecard.\nThis area is part of the gamecard header, but it's always encrypted.\nOnly useful for developers, preservationists and advanced users."
|
|
},
|
|
|
|
"dump_initial_data": {
|
|
"label": "Dump InitialData area",
|
|
"description": "The InitialData area holds cryptographic information used by the Lotus ASIC to communicate with the gamecard.\nIt can't be dumped through normal means - it's not part of the storage areas from gamecard images.\nOnly useful for developers, preservationists and advanced users."
|
|
},
|
|
|
|
"dump_hfs_partitions": {
|
|
"label": "Dump Hash File System (HFS) partitions",
|
|
"description": "Dumps data from the HFS partitions within the gamecard storage areas, in both raw and extracted forms."
|
|
}
|
|
}
|
|
}
|