From cdfcdf9d5e9cbdad30c591d1b58d4259a1fa3a38 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:08:01 -0400 Subject: Track Museum Item Donations --- src/main/resources/assets/skyblocker/lang/en_us.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index d03e2a33..a73d523d 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -661,6 +661,11 @@ "skyblocker.updateRepository.failed": "§cUpdating the local repository failed. See logs for details.", "skyblocker.updateRepository.error": "§cEncountered an error while deleting and updating the local repository. Try again in a moment or remove the files manually and restart the game. See logs for details.", + "skyblocker.museum.attemptingResync": "Attempting to resync your museum item donations...", + "skyblocker.museum.cannotResync": "Cannot resync your museum item donations! Note that you can only do this once every two days.", + "skyblocker.museum.resyncSuccess": "Successfully resynced your museum item donations!", + "skyblocker.museum.resyncFailure": "Failed to resync your museum item donations!", + "skyblocker.dungeons.secrets.physicalEntranceNotFound": "§cDungeon Entrance Room coordinates not found. Please go back to the green Entrance Room.", "skyblocker.dungeons.secrets.markSecretFound": "§rMarked secret #%d as found.", "skyblocker.dungeons.secrets.markSecretMissing": "§rMarked secret #%d as missing.", -- cgit