mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 16:49:06 +00:00
0a308c43e8
* No builds allowed here. * Try something. * Next work. * Add some Logging stuff for testing purpose. * Ok, this should log it priperly. * Replace MainMenu with Screen Selection. * Redo Screen Logic. * Switch back to old MainMenu. * Only access Scriptlist, when Scripts are found. Hopefully avoid crashes with that. * Remove unused String, because we use the MainMenu again.
82 lines
3.0 KiB
JSON
82 lines
3.0 KiB
JSON
{
|
|
"DOWNLOAD_FAILED": "Download Failed!",
|
|
"NOT_IMPLEMENTED": "Not Implemented Yet.",
|
|
"DONE": "Done!",
|
|
"CONNECT_WIFI": "Please Connect to WiFi.",
|
|
"DOWNLOADING": "Downloading: ",
|
|
"CURRENTLY_EXTRACTING": "\nCurrently extracting:\n",
|
|
"KB_DOWNLOADED": "KB downloaded.",
|
|
"FILE_EXTRACTED": "file extracted.",
|
|
"FILES_EXTRACTED": "files extracted.",
|
|
|
|
"SCRIPTLIST": "Scriptlist",
|
|
"SETTINGS": "Settings",
|
|
"LANGUAGE": "Language",
|
|
"COLORS": "Colors",
|
|
|
|
|
|
"SELECT_LANG": "Choose the current language.",
|
|
"BAR_COLOR": "Bar Color",
|
|
"TOP_BG_COLOR": "Top Background Color",
|
|
"BOTTOM_BG_COLOR": "Bottom Background Color",
|
|
"TEXT_COLOR": "Text Color",
|
|
"SELECTED_COLOR": "Selected Color",
|
|
"UNSELECTED_COLOR": "Unselected Color",
|
|
"PROGRESSBAR_COLOR": "Progressbar Color",
|
|
|
|
"ENTER_RED_RGB": "Enter the Red RGB.",
|
|
"ENTER_GREEN_RGB": "Enter the Green RGB.",
|
|
"ENTER_BLUE_RGB": "Enter the Blue RGB.",
|
|
|
|
"WHAT_DO_YOU_TRY": "What are you trying to do? :P",
|
|
"INCOMPATIBLE_SCRIPT": "You have an incompatible script.",
|
|
|
|
"DELETE_PROMPT": "Are you sure you want to delete this Directory?",
|
|
"CONFIRM_OR_CANCEL": "Press A to confirm, B to cancel.",
|
|
|
|
"GETTING_SCRIPT_LIST": "Getting Script List...",
|
|
"B_BACK": "\uE001: Back",
|
|
"A_CHOOSE": "\uE000: Choose",
|
|
"SCRIPTBROWSE": "Scriptbrowse",
|
|
"GET_SCRIPTS": "Get Scripts",
|
|
"INSTALLED_REV": "Installed revision: ",
|
|
"CURRENT_REV": "Current revision: ",
|
|
"AUTHOR": "Author: ",
|
|
"TITLE": "Title: ",
|
|
|
|
"FUTURE_SCRIPT": "This script is a future script.",
|
|
"OUTDATED_SCRIPT": "This script is outdated.",
|
|
"UP-TO-DATE": "This script is up-to-date.",
|
|
|
|
"FTP_MODE": "FTP Mode",
|
|
"FTP_INITIALIZED": "FTP Initialized.",
|
|
"FAILED_GET_IP": "Failed to get IP.",
|
|
"FAILED_INITIALIZE_FTP": "Failed to initialize FTP.",
|
|
"B_FTP_EXIT": "Press B to exit from FTP.",
|
|
"WIFI_NOT_ENABLED": "WiFi not enabled.",
|
|
|
|
"SCRIPTCREATOR": "Script Creator",
|
|
|
|
"CREDITS": "Credits",
|
|
"DEVELOPED_BY": "Developed by: Universal-Team.",
|
|
"MAIN_DEV": "Main Developer: StackZ",
|
|
"CURRENT_VERSION": "Current version: ",
|
|
"MANY_THANKS": "Many Thanks to:",
|
|
"TRANSLATORS": "All our Translators",
|
|
"HELP_TRANSLATE": "- For helping translate Universal-Updater's strings.",
|
|
"HELP_OUT": "- For helping out by Universal-Updater.",
|
|
"SCRIPTCREATORS": "All Script Creators",
|
|
"CREATING_SCRIPTS": "- For creating Scripts for Universal-Updater.",
|
|
"SHOW_QR": "Click here to show the QR Code.",
|
|
"LINK": "Join our Discord: https://discord.gg/KDJCfGF",
|
|
|
|
"TINYDB_DOWNLOADING": "Downloading database of available titles from TinyDB...",
|
|
"RELEASE_TAG": "Release Tag: ",
|
|
"DESC": "Desc: ",
|
|
"RELEASE_ID": "Release ID: ",
|
|
"TITLE_ID": "Title ID: ",
|
|
"FILE_SIZE": "File size: ",
|
|
|
|
"GET_SCRIPTS_FIRST": "Get some Scripts first!"
|
|
}
|