diff options
author | Aaron <aaronashby2356@gmail.com> | 2023-09-19 02:06:38 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2023-09-21 21:56:34 +0200 |
commit | 2ad56397388d0f2d5eb1c7fbdf4f8f770dbe3271 (patch) | |
tree | 077421b767d99c9907123a15cab3f01209dfba98 /src/main/resources/assets/skyblocker/lang/en_ca.json | |
parent | c2e5ca8da5e353fcbf4e2431230643f89ad0f397 (diff) | |
download | Skyblocker-2ad56397388d0f2d5eb1c7fbdf4f8f770dbe3271.tar.gz Skyblocker-2ad56397388d0f2d5eb1c7fbdf4f8f770dbe3271.tar.bz2 Skyblocker-2ad56397388d0f2d5eb1c7fbdf4f8f770dbe3271.zip |
Translated using Weblate (English (Canada))
Currently translated at 7.6% (28 of 364 strings)
Translation: Skyblocker/Skyblocker
Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/en_CA/
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_ca.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_ca.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_ca.json b/src/main/resources/assets/skyblocker/lang/en_ca.json index 99de1602..94458ed9 100644 --- a/src/main/resources/assets/skyblocker/lang/en_ca.json +++ b/src/main/resources/assets/skyblocker/lang/en_ca.json @@ -21,5 +21,10 @@ "skyblocker.customArmorTrims.notAnArmorPiece": "§b[§6Skyblocker§b] §cThis item isn't an armour piece!", "skyblocker.customArmorTrims.removed": "§b[§6Skyblocker§b] §fRemoved this item's custom armour trim.", "skyblocker.customArmorTrims.noItemUuid": "§b[§6Skyblocker§b] §cYou must be holding an item that has a uuid in order to set a custom armour trim!", - "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.enableProfitCalculator.@Tooltip": "Displays the profit of a dungeon chest in the chest screen's title.\nGreen if there's profit.\nRed if there isn't profit.\nGrey if you don't gain or lose anything.\nBlue if calculations were based on incomplete data." + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.enableProfitCalculator.@Tooltip": "Displays the profit of a dungeon chest in the chest screen's title.\nGreen if there's profit.\nRed if there isn't profit.\nGrey if you don't gain or lose anything.\nBlue if calculations were based on incomplete data.", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.neutralColor": "Neutral Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.profitColor": "Profit Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.lossColor": "Loss Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.incompleteColor": "Incomplete Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.dungeonChestProfit.incompleteColor.@Tooltip": "The colour to display when the price data is incomplete." } |