diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-06-22 02:47:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 02:47:39 -0400 |
commit | d12504ef9992a72de9eb3c3a930c9f3c855c0acc (patch) | |
tree | 840ac5bc666da72b26f104b088eb95da5306065e /src/main/resources | |
parent | d6b220a8e42a1fc2dbc955779e86d199851b4674 (diff) | |
parent | 7e3ed3e5ca248434b61e876df227ec4ea72b46a2 (diff) | |
download | Skyblocker-d12504ef9992a72de9eb3c3a930c9f3c855c0acc.tar.gz Skyblocker-d12504ef9992a72de9eb3c3a930c9f3c855c0acc.tar.bz2 Skyblocker-d12504ef9992a72de9eb3c3a930c9f3c855c0acc.zip |
Merge pull request #783 from SkyblockerMod/api-changes
Api changes the Aaron of the Azure color made
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 7 |
1 files changed, 7 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 133923fb..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.", @@ -680,6 +685,8 @@ "skyblocker.api.cache.HIT": "This data was cached!\nIt's %d seconds old.", "skyblocker.api.cache.MISS": "This data wasn't cached!", + "skyblocker.api.token.authFailure": "Failed to refresh your Skyblocker API token, some features may not work temporarily!", + "skyblocker.api.token.noProfileKeys": "Failed to get your profile keys! Some features of the mod may not work temporarily :( (Has your game been open for more than 24 hours?)", "skyblocker.exotic.crystal": "CRYSTAL", "skyblocker.exotic.fairy": "FAIRY", |