"DialogUpdaterAlreadyOnLatestVersionMessage":"You are already using the most updated version of Ryujinx!",
"DialogUpdaterFailedToGetVersionMessage":"An error has occurred when trying to get release information from Github Release. This can be caused if a new release is being compiled by GitHub Actions. Try again in a few minutes.",
"DialogUpdaterConvertFailedGithubMessage":"Failed to convert the received Ryujinx version from Github Release.",
"DialogThemeRestartMessage":"Theme has been saved. A restart is needed to apply the theme.",
"DialogThemeRestartSubMessage":"Do you want to restart",
"DialogFirmwareInstallEmbeddedMessage":"Would you like to install the firmware embedded in this game? (Firmware {0})",
"DialogFirmwareInstallEmbeddedSuccessMessage":"No installed firmware was found but Ryujinx was able to install firmware {0} from the provided game.\\nThe emulator will now start.",
"DialogAmiiboApiFailFetchMessage":"An error occured while fetching information from the API.",
"DialogAmiiboApiConnectErrorMessage":"Unable to connect to Amiibo API server. The service may be down or you may need to verify your internet connection is online.",
"DialogProfileInvalidProfileErrorMessage":"Profile {0} is incompatible with the current input configuration system.",
"DialogProfileDefaultProfileOverwriteErrorMessage":"Default Profile can not be overwritten",
"DialogDlcNoDlcErrorMessage":"The specified file does not contain a DLC for the selected title!",
"DialogPerformanceCheckLoggingEnabledMessage":"You have trace logging enabled, which is designed to be used by developers only.",
"DialogPerformanceCheckLoggingEnabledConfirmMessage":"For optimal performance, it's recommended to disable trace logging. Would you like to disable trace logging now?",
"DialogPerformanceCheckShaderDumpEnabledMessage":"You have shader dumping enabled, which is designed to be used by developers only.",
"DialogPerformanceCheckShaderDumpEnabledConfirmMessage":"For optimal performance, it's recommended to disable shader dumping. Would you like to disable shader dumping now?",
"DialogLoadAppGameAlreadyLoadedMessage":"A game has already been loaded",
"DialogLoadAppGameAlreadyLoadedSubMessage":"Please stop emulation or close the emulator before launching another game.",
"DialogUpdateAddUpdateErrorMessage":"The specified file does not contain an update for the selected title!",
"DialogSettingsBackendThreadingWarningMessage":"Ryujinx must be restarted after changing this option for it to apply fully. Depending on your platform, you may need to manually disable your driver's own multithreading when using Ryujinx's.",
"DialogProfileInvalidProfileNameErrorMessage":"The file name contains invalid characters. Please try again.",
"MenuBarOptionsPauseEmulation":"Pause",
"MenuBarOptionsResumeEmulation":"Resume",
"AboutUrlTooltipMessage":"Click to open the Ryujinx website in your default browser.",
"AboutDisclaimerMessage":"Ryujinx is not affiliated with Nintendo™,\nor any of its partners, in any way.",
"AboutAmiiboDisclaimerMessage":"AmiiboAPI (www.amiiboapi.com) is used\nin our Amiibo emulation.",
"AboutPatreonUrlTooltipMessage":"Click to open the Ryujinx Patreon page in your default browser.",
"AboutGithubUrlTooltipMessage":"Click to open the Ryujinx GitHub page in your default browser.",
"AboutDiscordUrlTooltipMessage":"Click to open an invite to the Ryujinx Discord server in your default browser.",
"AboutTwitterUrlTooltipMessage":"Click to open the Ryujinx Twitter page in your default browser.",
"AboutRyujinxAboutTitle":"About:",
"AboutRyujinxAboutContent":"Ryujinx is an emulator for the Nintendo Switch™.\nPlease support us on Patreon.\nGet all the latest news on our Twitter or Discord.\nDevelopers interested in contributing can find out more on our GitHub or Discord.",
"AboutRyujinxMaintainersTitle":"Maintained By:",
"AboutRyujinxMaintainersContentTooltipMessage":"Click to open the Contributors page in your default browser.",
"AboutRyujinxSupprtersTitle":"Supported on Patreon By:",
"AmiiboSeriesLabel":"Amiibo Series",
"AmiiboCharacterLabel":"Character",
"AmiiboScanButtonLabel":"Scan It",
"AmiiboOptionsShowAllLabel":"Show All Amiibo",
"AmiiboOptionsUsRandomTagLabel":"Hack: Use Random tag Uuid",
"DockModeToggleTooltip":"Docked mode makes the emulated system behave as a docked Nintendo Switch. This improves graphical fidelity in most games. Conversely, disabling this will make the emulated system behave as a handheld Nintendo Switch, reducing graphics quality.\n\nConfigure player 1 controls if planning to use docked mode; configure handheld controls if planning to use handheld mode.\n\nLeave ON if unsure.",
"DirectKeyboardTooltip":"Direct keyboard access (HID) support. Provides games access to your keyboard as a text entry device.",
"DirectMouseTooltip":"Direct mouse access (HID) support. Provides games access to your mouse as a pointing device.",
"VSyncToggleTooltip":"Emulated console's Vertical Sync. Essentially a frame-limiter for the majority of games; disabling it may cause games to run at higher speed or make loading screens take longer or get stuck.\n\nCan be toggled in-game with a hotkey of your preference. We recommend doing this if you plan on disabling it.\n\nLeave ON if unsure.",
"PptcToggleTooltip":"Saves translated JIT functions so that they do not need to be translated every time the game loads.\n\nReduces stuttering and significantly speeds up boot times after the first boot of a game.\n\nLeave ON if unsure.",
"FsIntegrityToggleTooltip":"Checks for corrupt files when booting a game, and if corrupt files are detected, displays a hash error in the log.\n\nHas no impact on performance and is meant to help troubleshooting.\n\nLeave ON if unsure.",
"AudioBackendTooltip":"Changes the backend used to render audio.\n\nSDL2 is the preferred one, while OpenAL and SoundIO are used as fallbacks. Dummy will have no sound.\n\nSet to SDL2 if unsure.",
"MemoryManagerTooltip":"Change how guest memory is mapped and accessed. Greatly affects emulated CPU performance.\n\nSet to HOST UNCHECKED if unsure.",
"MemoryManagerSoftwareTooltip":"Use a software page table for address translation. Highest accuracy but slowest performance.",
"MemoryManagerHostTooltip":"Directly map memory in the host address space. Much faster JIT compilation and execution.",
"MemoryManagerUnsafeTooltip":"Directly map memory, but do not mask the address within the guest address space before access. Faster, but at the cost of safety. The guest application can access memory from anywhere in Ryujinx, so only run programs you trust with this mode.",
"DRamTooltip":"Increases the amount of memory on the emulated system from 4GB to 6GB.\n\nThis is only useful for higher-resolution texture packs or 4k resolution mods. Does NOT improve performance.\n\nLeave OFF if unsure.",
"IgnoreMissingServicesTooltip":"Ignores unimplemented Horizon OS services. This may help in bypassing crashes when booting certain games.\n\nLeave OFF if unsure.",
"GraphicsBackendThreadingTooltip":"Executes graphics backend commands on a second thread.\n\nSpeeds up shader compilation, reduces stuttering, and improves performance on GPU drivers without multithreading support of their own. Slightly better performance on drivers with multithreading.\n\nSet to AUTO if unsure.",
"GalThreadingTooltip":"Executes graphics backend commands on a second thread.\n\nSpeeds up shader compilation, reduces stuttering, and improves performance on GPU drivers without multithreading support of their own. Slightly better performance on drivers with multithreading.\n\nSet to AUTO if unsure.",
"ShaderCacheToggleTooltip":"Saves a disk shader cache which reduces stuttering in subsequent runs.\n\nLeave ON if unsure.",
"DebugLogTooltip":"Prints debug log messages in the console.\n\nOnly use this if specifically instructed by a staff member, as it will make logs difficult to read and worsen emulator performance.",
"LoadApplicationFileTooltip":"Open a file explorer to choose a Switch compatible file to load",
"LoadApplicationFolderTooltip":"Open a file explorer to choose a Switch compatible, unpacked application to load",
"SettingsTabSystemEnableInternetAccess":"Guest Internet Access/LAN Mode",
"EnableInternetAccessTooltip":"Allows the emulated application to connect to the Internet.\n\nGames with a LAN mode can connect to each other when this is enabled and the systems are connected to the same access point. This includes real consoles as well.\n\nDoes NOT allow connecting to Nintendo servers. May cause crashing in certain games that try to connect to the Internet.\n\nLeave OFF if unsure.",
"GameListContextMenuOpenSdModsDirectoryToolTip":"Opens the alternative SD card Atmosphere directory which contains Application's Mods. Useful for mods that are packaged for real hardware.",
"UserErrorUndefinedDescription":"An undefined error occured! This shouldn't happen, please contact a dev!",
"OpenSetupGuideMessage":"Open the Setup Guide",
"NoUpdate":"No Update",
"TitleUpdateVersionLabel":"Version {0} - {1}",
"RyujinxInfo":"Ryujinx - Info",
"RyujinxConfirm":"Ryujinx - Confirmation",
"FileDialogAllTypes":"All types",
"Never":"Never",
"SwkbdMinCharacters":"Must be at least {0} characters long",
"SwkbdMinRangeCharacters":"Must be {0}-{1} characters long",
"SoftwareKeyboard":"Software Keyboard",
"DialogControllerAppletMessagePlayerRange":"Application requests {0} player(s) with:\n\nTYPES: {1}\n\nPLAYERS: {2}\n\n{3}Please open Settings and reconfigure Input now or press Close.",
"DialogControllerAppletMessage":"Application requests exactly {0} player(s) with:\n\nTYPES: {1}\n\nPLAYERS: {2}\n\n{3}Please open Settings and reconfigure Input now or press Close.",
"DialogControllerAppletDockModeSet":"Docked mode set. Handheld is also invalid.\n\n",
"UpdaterRenaming":"Renaming Old Files...",
"UpdaterRenameFailed":"Updater was unable to rename file: {0}",
"UpdaterAddingFiles":"Adding New Files...",
"UpdaterExtracting":"Extracting Update...",
"UpdaterDownloading":"Downloading Update...",
"Game":"Game",
"Docked":"Docked",
"Handheld":"Handheld",
"ConnectionError":"Connection Error.",
"AboutPageDeveloperListMore":"{0} and more...",
"ApiError":"API Error.",
"LoadingHeading":"Loading {0}",
"CompilingPPTC":"Compiling PTC",
"CompilingShaders":"Compiling Shaders",
"AllKeyboards":"All keyboards",
"OpenFileDialogTitle":"Select a supported file to open",
"OpenFolderDialogTitle":"Select a folder with an unpacked game",