-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add translations through Crowdin (#199)
Co-authored-by: Crowdin Bot <[email protected]>
- Loading branch information
1 parent
94772f8
commit 4de1b7f
Showing
29 changed files
with
1,065 additions
and
67 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
loader-common/src/main/resources/assets/cyclopscore/lang/af_za.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "Dev World", | ||
"general.cyclopscore.tooltip.info": "<Shift for info>", | ||
"general.cyclopscore.info.enabled": "§aEnabled", | ||
"general.cyclopscore.info.disabled": "Disabled", | ||
"general.cyclopscore.version.updateAvailable": "Update available", | ||
"general.cyclopscore.version.download": "[Download]", | ||
"general.cyclopscore.version.clickToDownload": "Click to download", | ||
"gui.cyclopscore.scrollbar": "Scroll", | ||
"gui.cyclopscore.search": "Search", | ||
"gui.cyclopscore.left": "Left", | ||
"gui.cyclopscore.right": "Right", | ||
"gui.cyclopscore.up": "Up", | ||
"gui.cyclopscore.down": "Down", | ||
"gui.cyclopscore.infobook": "Information Book", | ||
"infobook.cyclopscore.next_page": "Next page", | ||
"infobook.cyclopscore.previous_page": "Previous page", | ||
"infobook.cyclopscore.parent_section": "Parent section", | ||
"infobook.cyclopscore.last_page": "Last visited page", | ||
"infobook.cyclopscore.keybindings": "Key Bindings", | ||
"infobook.cyclopscore.keybinding": "Key Binding", | ||
"infobook.cyclopscore.external": "Web version", | ||
"gui.cyclopscore.rewards": "Rewards", | ||
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments", | ||
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand", | ||
"chat.cyclopscore.command.onlyOneValue": "Please define one new value", | ||
"chat.cyclopscore.command.invalidNewValue": "Invalid new value", | ||
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s", | ||
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found", | ||
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s ticks", | ||
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set", | ||
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.", | ||
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.", | ||
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.", | ||
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.", | ||
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.", | ||
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.", | ||
"block.air": "Air" | ||
} |
44 changes: 44 additions & 0 deletions
44
loader-common/src/main/resources/assets/cyclopscore/lang/ar_sa.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "Dev World", | ||
"general.cyclopscore.tooltip.info": "<Shift for info>", | ||
"general.cyclopscore.info.enabled": "§aEnabled", | ||
"general.cyclopscore.info.disabled": "Disabled", | ||
"general.cyclopscore.version.updateAvailable": "Update available", | ||
"general.cyclopscore.version.download": "[Download]", | ||
"general.cyclopscore.version.clickToDownload": "Click to download", | ||
"gui.cyclopscore.scrollbar": "Scroll", | ||
"gui.cyclopscore.search": "Search", | ||
"gui.cyclopscore.left": "Left", | ||
"gui.cyclopscore.right": "Right", | ||
"gui.cyclopscore.up": "Up", | ||
"gui.cyclopscore.down": "Down", | ||
"gui.cyclopscore.infobook": "Information Book", | ||
"infobook.cyclopscore.next_page": "Next page", | ||
"infobook.cyclopscore.previous_page": "Previous page", | ||
"infobook.cyclopscore.parent_section": "Parent section", | ||
"infobook.cyclopscore.last_page": "Last visited page", | ||
"infobook.cyclopscore.keybindings": "Key Bindings", | ||
"infobook.cyclopscore.keybinding": "Key Binding", | ||
"infobook.cyclopscore.external": "Web version", | ||
"gui.cyclopscore.rewards": "Rewards", | ||
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments", | ||
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand", | ||
"chat.cyclopscore.command.onlyOneValue": "Please define one new value", | ||
"chat.cyclopscore.command.invalidNewValue": "Invalid new value", | ||
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s", | ||
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found", | ||
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s ticks", | ||
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set", | ||
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.", | ||
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.", | ||
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.", | ||
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.", | ||
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.", | ||
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.", | ||
"block.air": "Air" | ||
} |
44 changes: 44 additions & 0 deletions
44
loader-common/src/main/resources/assets/cyclopscore/lang/ca_es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "Dev World", | ||
"general.cyclopscore.tooltip.info": "<Shift for info>", | ||
"general.cyclopscore.info.enabled": "§aEnabled", | ||
"general.cyclopscore.info.disabled": "Disabled", | ||
"general.cyclopscore.version.updateAvailable": "Update available", | ||
"general.cyclopscore.version.download": "[Download]", | ||
"general.cyclopscore.version.clickToDownload": "Click to download", | ||
"gui.cyclopscore.scrollbar": "Scroll", | ||
"gui.cyclopscore.search": "Search", | ||
"gui.cyclopscore.left": "Left", | ||
"gui.cyclopscore.right": "Right", | ||
"gui.cyclopscore.up": "Up", | ||
"gui.cyclopscore.down": "Down", | ||
"gui.cyclopscore.infobook": "Information Book", | ||
"infobook.cyclopscore.next_page": "Next page", | ||
"infobook.cyclopscore.previous_page": "Previous page", | ||
"infobook.cyclopscore.parent_section": "Parent section", | ||
"infobook.cyclopscore.last_page": "Last visited page", | ||
"infobook.cyclopscore.keybindings": "Key Bindings", | ||
"infobook.cyclopscore.keybinding": "Key Binding", | ||
"infobook.cyclopscore.external": "Web version", | ||
"gui.cyclopscore.rewards": "Rewards", | ||
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments", | ||
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand", | ||
"chat.cyclopscore.command.onlyOneValue": "Please define one new value", | ||
"chat.cyclopscore.command.invalidNewValue": "Invalid new value", | ||
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s", | ||
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found", | ||
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s ticks", | ||
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set", | ||
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.", | ||
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.", | ||
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.", | ||
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.", | ||
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.", | ||
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.", | ||
"block.air": "Air" | ||
} |
44 changes: 44 additions & 0 deletions
44
loader-common/src/main/resources/assets/cyclopscore/lang/cs_cz.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "Dev World", | ||
"general.cyclopscore.tooltip.info": "<Shift for info>", | ||
"general.cyclopscore.info.enabled": "§aEnabled", | ||
"general.cyclopscore.info.disabled": "Disabled", | ||
"general.cyclopscore.version.updateAvailable": "Update available", | ||
"general.cyclopscore.version.download": "[Download]", | ||
"general.cyclopscore.version.clickToDownload": "Click to download", | ||
"gui.cyclopscore.scrollbar": "Scroll", | ||
"gui.cyclopscore.search": "Search", | ||
"gui.cyclopscore.left": "Left", | ||
"gui.cyclopscore.right": "Right", | ||
"gui.cyclopscore.up": "Up", | ||
"gui.cyclopscore.down": "Down", | ||
"gui.cyclopscore.infobook": "Information Book", | ||
"infobook.cyclopscore.next_page": "Next page", | ||
"infobook.cyclopscore.previous_page": "Previous page", | ||
"infobook.cyclopscore.parent_section": "Parent section", | ||
"infobook.cyclopscore.last_page": "Last visited page", | ||
"infobook.cyclopscore.keybindings": "Key Bindings", | ||
"infobook.cyclopscore.keybinding": "Key Binding", | ||
"infobook.cyclopscore.external": "Web version", | ||
"gui.cyclopscore.rewards": "Rewards", | ||
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments", | ||
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand", | ||
"chat.cyclopscore.command.onlyOneValue": "Please define one new value", | ||
"chat.cyclopscore.command.invalidNewValue": "Invalid new value", | ||
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s", | ||
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found", | ||
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s ticks", | ||
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set", | ||
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.", | ||
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.", | ||
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.", | ||
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.", | ||
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.", | ||
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.", | ||
"block.air": "Air" | ||
} |
44 changes: 44 additions & 0 deletions
44
loader-common/src/main/resources/assets/cyclopscore/lang/da_dk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "Dev World", | ||
"general.cyclopscore.tooltip.info": "<Shift for info>", | ||
"general.cyclopscore.info.enabled": "§aEnabled", | ||
"general.cyclopscore.info.disabled": "Disabled", | ||
"general.cyclopscore.version.updateAvailable": "Update available", | ||
"general.cyclopscore.version.download": "[Download]", | ||
"general.cyclopscore.version.clickToDownload": "Click to download", | ||
"gui.cyclopscore.scrollbar": "Scroll", | ||
"gui.cyclopscore.search": "Search", | ||
"gui.cyclopscore.left": "Left", | ||
"gui.cyclopscore.right": "Right", | ||
"gui.cyclopscore.up": "Up", | ||
"gui.cyclopscore.down": "Down", | ||
"gui.cyclopscore.infobook": "Information Book", | ||
"infobook.cyclopscore.next_page": "Next page", | ||
"infobook.cyclopscore.previous_page": "Previous page", | ||
"infobook.cyclopscore.parent_section": "Parent section", | ||
"infobook.cyclopscore.last_page": "Last visited page", | ||
"infobook.cyclopscore.keybindings": "Key Bindings", | ||
"infobook.cyclopscore.keybinding": "Key Binding", | ||
"infobook.cyclopscore.external": "Web version", | ||
"gui.cyclopscore.rewards": "Rewards", | ||
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments", | ||
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand", | ||
"chat.cyclopscore.command.onlyOneValue": "Please define one new value", | ||
"chat.cyclopscore.command.invalidNewValue": "Invalid new value", | ||
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s", | ||
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found", | ||
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s ticks", | ||
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set", | ||
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.", | ||
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.", | ||
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.", | ||
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.", | ||
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.", | ||
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.", | ||
"block.air": "Air" | ||
} |
44 changes: 44 additions & 0 deletions
44
loader-common/src/main/resources/assets/cyclopscore/lang/de_de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "Dev World", | ||
"general.cyclopscore.tooltip.info": "<Shift for info>", | ||
"general.cyclopscore.info.enabled": "§aEnabled", | ||
"general.cyclopscore.info.disabled": "Disabled", | ||
"general.cyclopscore.version.updateAvailable": "Update available", | ||
"general.cyclopscore.version.download": "[Download]", | ||
"general.cyclopscore.version.clickToDownload": "Click to download", | ||
"gui.cyclopscore.scrollbar": "Scroll", | ||
"gui.cyclopscore.search": "Search", | ||
"gui.cyclopscore.left": "Left", | ||
"gui.cyclopscore.right": "Right", | ||
"gui.cyclopscore.up": "Up", | ||
"gui.cyclopscore.down": "Down", | ||
"gui.cyclopscore.infobook": "Information Book", | ||
"infobook.cyclopscore.next_page": "Next page", | ||
"infobook.cyclopscore.previous_page": "Previous page", | ||
"infobook.cyclopscore.parent_section": "Parent section", | ||
"infobook.cyclopscore.last_page": "Last visited page", | ||
"infobook.cyclopscore.keybindings": "Key Bindings", | ||
"infobook.cyclopscore.keybinding": "Key Binding", | ||
"infobook.cyclopscore.external": "Web version", | ||
"gui.cyclopscore.rewards": "Rewards", | ||
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments", | ||
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand", | ||
"chat.cyclopscore.command.onlyOneValue": "Please define one new value", | ||
"chat.cyclopscore.command.invalidNewValue": "Invalid new value", | ||
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s", | ||
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found", | ||
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s ticks", | ||
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set", | ||
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.", | ||
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.", | ||
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.", | ||
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.", | ||
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.", | ||
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.", | ||
"block.air": "Air" | ||
} |
44 changes: 44 additions & 0 deletions
44
loader-common/src/main/resources/assets/cyclopscore/lang/el_gr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"_comment": "Vanilla additions", | ||
"itemGroup.cyclopscore": "Cyclops Core", | ||
"general.cyclopscore.dev_world": "Dev World", | ||
"general.cyclopscore.tooltip.info": "<Shift for info>", | ||
"general.cyclopscore.info.enabled": "§aEnabled", | ||
"general.cyclopscore.info.disabled": "Disabled", | ||
"general.cyclopscore.version.updateAvailable": "Update available", | ||
"general.cyclopscore.version.download": "[Download]", | ||
"general.cyclopscore.version.clickToDownload": "Click to download", | ||
"gui.cyclopscore.scrollbar": "Scroll", | ||
"gui.cyclopscore.search": "Search", | ||
"gui.cyclopscore.left": "Left", | ||
"gui.cyclopscore.right": "Right", | ||
"gui.cyclopscore.up": "Up", | ||
"gui.cyclopscore.down": "Down", | ||
"gui.cyclopscore.infobook": "Information Book", | ||
"infobook.cyclopscore.next_page": "Next page", | ||
"infobook.cyclopscore.previous_page": "Previous page", | ||
"infobook.cyclopscore.parent_section": "Parent section", | ||
"infobook.cyclopscore.last_page": "Last visited page", | ||
"infobook.cyclopscore.keybindings": "Key Bindings", | ||
"infobook.cyclopscore.keybinding": "Key Binding", | ||
"infobook.cyclopscore.external": "Web version", | ||
"gui.cyclopscore.rewards": "Rewards", | ||
"chat.cyclopscore.command.invalidArguments": "Invalid Arguments", | ||
"chat.cyclopscore.command.invalidSubcommand": "Invalid Subcommand", | ||
"chat.cyclopscore.command.onlyOneValue": "Please define one new value", | ||
"chat.cyclopscore.command.invalidNewValue": "Invalid new value", | ||
"chat.cyclopscore.command.updatedValue": "Updated %s to: %s", | ||
"chat.cyclopscore.command.invalidPlayer": "The player '%s' was not found", | ||
"chat.cyclopscore.command.ignitedPlayer": "The player '%s' was lit on fire for %s ticks", | ||
"chat.cyclopscore.command.noConfigsFound": "There were no config values found that can be set", | ||
"multiblock.cyclopscore.error.invalidBlock": "%s contains an invalid block %s.", | ||
"multiblock.cyclopscore.error.size.cube": "Dimensions %s forms no cube, dimensions are not equal.", | ||
"multiblock.cyclopscore.error.size.exact": "Found dimensions %s, while exactly %s was expected.", | ||
"multiblock.cyclopscore.error.size.max": "Found dimensions %s, while a maximum of %s was expected.", | ||
"multiblock.cyclopscore.error.size.min": "Found dimensions %s, while a minimum of %s was expected.", | ||
"multiblock.cyclopscore.error.blockCount.exact": "Expected exactly %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.max": "Expected at most %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.blockCount.min": "Expected at least %s of %s, while %s were found.", | ||
"multiblock.cyclopscore.error.hollow.air": "Position %s must be hollow.", | ||
"block.air": "Air" | ||
} |
Oops, something went wrong.