diff options
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_ca.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_ca.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_ca.json b/src/main/resources/assets/skyblocker/lang/en_ca.json new file mode 100644 index 00000000..73255e03 --- /dev/null +++ b/src/main/resources/assets/skyblocker/lang/en_ca.json @@ -0,0 +1,11 @@ +{ + "text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars", + + "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Grey out chests that have already been opened.", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Livid Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Enable Livid Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Send the livid colour in the chat during the Livid boss fight.", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Livid Colour Text", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Text which will be sent in the chat during the Livid boss fight. The string \"[color]\" will be replaced with the livid colour.", + "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Solve Select Coloured" +} |