diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-06-16 16:08:01 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-06-18 16:54:00 -0400 |
commit | cdfcdf9d5e9cbdad30c591d1b58d4259a1fa3a38 (patch) | |
tree | 2132e766de013b45b4cedcb33c0c32a73d832ed9 /src/main/resources | |
parent | 163905a63d840a4dd17b29bb53c6e7be0bf55c03 (diff) | |
download | Skyblocker-cdfcdf9d5e9cbdad30c591d1b58d4259a1fa3a38.tar.gz Skyblocker-cdfcdf9d5e9cbdad30c591d1b58d4259a1fa3a38.tar.bz2 Skyblocker-cdfcdf9d5e9cbdad30c591d1b58d4259a1fa3a38.zip |
Track Museum Item Donations
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 5 |
1 files changed, 5 insertions, 0 deletions
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.", |