diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-04-22 00:30:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 00:30:35 -0400 |
commit | abf64d39fd9bf39da3fb1373efc606942ff62400 (patch) | |
tree | 716f63eb18cda2d28c1896cae245555a9911f086 /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | 9e1fb6e741bd9938365a8751cce274af54f2d463 (diff) | |
download | Skyblocker-abf64d39fd9bf39da3fb1373efc606942ff62400.tar.gz Skyblocker-abf64d39fd9bf39da3fb1373efc606942ff62400.tar.bz2 Skyblocker-abf64d39fd9bf39da3fb1373efc606942ff62400.zip |
Fix update repository (#663)
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 1b81a3f5..0780e74c 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -501,7 +501,12 @@ "skyblocker.bars.config.explanationTitle": "What is this?", "skyblocker.bars.config.explanation": "Welcome to the status bars config screen!\n\nDrag and drop the bars to snap them to an anchor (white squares) or existing bars.\nYou can right click them to edit a bunch of properties.\nBy hovering your mouse between 2 bars (your cursor should change), you can resize them.\n\nEverything is saved when you leave", - "skyblocker.updaterepository.failed": "§cUpdating local repository failed. Remove files manually and restart game.", + "skyblocker.updateRepository.start": "§bUpdating the local repository...", + "skyblocker.updateRepository.loading": "§cThe local repository is currently being updated by another process, please try again in a moment.", + "skyblocker.updateRepository.deleted": "§bDeleted the local repository successfully, downloading new files... This will take a minute!", + "skyblocker.updateRepository.success": "§aUpdated the local repository successfully.", + "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.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.", |