diff options
| author | Emmanuel Hansen <emmausssss@gmail.com> | 2022-12-02 13:16:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-02 13:16:43 +0000 |
| commit | d9053bbe3745846dd758561e24dd060d76b3ad9d (patch) | |
| tree | 3f37cfc7b2b074205da6f2ec89b52e3508c34c11 /Ryujinx.Ava/Assets/Locales | |
| parent | c25e8427aa40a4ae920496220fd1e1621eff178b (diff) | |
Avalonia - Save Manager (#3476)
* Add save manager to account selector
* add fallback to app metadata for titlename if app is not in gamelist
* Allow recovering lost accounts
Diffstat (limited to 'Ryujinx.Ava/Assets/Locales')
| -rw-r--r-- | Ryujinx.Ava/Assets/Locales/en_US.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/en_US.json b/Ryujinx.Ava/Assets/Locales/en_US.json index 4561ad8b..be3071cc 100644 --- a/Ryujinx.Ava/Assets/Locales/en_US.json +++ b/Ryujinx.Ava/Assets/Locales/en_US.json @@ -596,7 +596,18 @@ "RyujinxUpdaterMessage": "Do you want to update Ryujinx to the latest version?", "SettingsTabHotkeysVolumeUpHotkey": "Increase Volume:", "SettingsTabHotkeysVolumeDownHotkey": "Decrease Volume:", - "VolumeShort": "Vol", "SettingsEnableMacroHLE": "Enable Macro HLE", - "SettingsEnableMacroHLETooltip": "High-level emulation of GPU Macro code.\n\nImproves performance, but may cause graphical glitches in some games.\n\nLeave ON if unsure." + "SettingsEnableMacroHLETooltip": "High-level emulation of GPU Macro code.\n\nImproves performance, but may cause graphical glitches in some games.\n\nLeave ON if unsure.", + "VolumeShort": "Vol", + "UserProfilesManageSaves": "Manage Saves", + "DeleteUserSave": "Do you want to delete user save for this game?", + "IrreversibleActionNote": "This action is not reversible.", + "SaveManagerHeading": "Manage Saves for {0}", + "SaveManagerTitle": "Save Manager", + "Name": "Name", + "Size": "Size", + "Search": "Search", + "UserProfilesRecoverLostAccounts": "Recover Lost Accounts", + "Recover": "Recover", + "UserProfilesRecoverHeading" : "Saves were found for the following accounts" } |
