mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
new lang file for the new configs
This commit is contained in:
parent
880e2790fb
commit
6b51627875
1 changed files with 81 additions and 45 deletions
|
@ -1,58 +1,94 @@
|
|||
{
|
||||
"category.sit": "Sit!",
|
||||
"config.category.general": "General",
|
||||
"config.category.main_hand": "Main Hand",
|
||||
"config.category.off_hand": "Off Hand",
|
||||
|
||||
"config.general.keep_active": "Keep Active",
|
||||
"config.general.keep_active.description": "Keeps the entities active even when logging off / shutting down",
|
||||
"config.general.sittable": "Sittable Blocks",
|
||||
"config.general.sittable.description": "Toggle the ability to sit on different block types.",
|
||||
"config.general.sit_while_seated": "Sit While Seated",
|
||||
"config.general.sit_while_seated.description": "Toggle the ability to sit on other blocks while already being seated on one.",
|
||||
"config.general.sittable.stairs": "Stairs",
|
||||
"config.general.sittable.slabs": "Slabs",
|
||||
"config.general.sittable.carpets": "Carpets",
|
||||
"config.general.sittable.full_blocks": "Full Blocks",
|
||||
"config.general.sittable.custom": "Custom",
|
||||
"config.general.sittable.custom.description": "Enables adding custom blocks to sit on.",
|
||||
"config.general.sittable_blocks": "Custom Sittable Blocks",
|
||||
"config.general.sittable_blocks.description": "Add custom sittable blocks!",
|
||||
"config.general.sittable_blocks.description.2": "First entry: custom block id",
|
||||
"config.general.sittable_blocks.description.3": "Second entry: sitting height (number from 0-1 eg 0.52)",
|
||||
"config.general.sittable_blocks.description.4": "Third entry: hitbox size (where the player spawns above the entity when dismounting)",
|
||||
"config.general.sittable_blocks.description.5": "Fourth entry (optional): required blockstate to sit (Put a \"!\" to exclude blockstates)",
|
||||
"config.general.sittable_blocks.description.6": "Separate different entries with \"|\"!",
|
||||
"config.hand": "Hand Settings",
|
||||
"config.hand.requirement": "Requirements",
|
||||
"config.hand.requirement.empty": "Empty",
|
||||
"config.hand.requirement.restrictive": "Restrictive",
|
||||
"config.hand.requirement.none": "None",
|
||||
"config.hand.requirement.description": "Hand requirements for sitting.",
|
||||
"config.hand.requirement.description.2": "%s: hand has to be empty",
|
||||
"config.hand.requirement.description.3": "%s: set restrictions for hand state",
|
||||
"config.hand.requirement.description.4": "%s: can sit whenever",
|
||||
"config.hand.requirement.options": "Options: %s",
|
||||
"config.hand.restriction": "Restrictions",
|
||||
"config.hand.restriction.description": "Toggle custom hand restrictions for sitting.",
|
||||
"config.hand.restriction.blocks": "Blocks",
|
||||
"config.hand.restriction.food": "Food",
|
||||
"config.hand.restriction.usable": "Usable",
|
||||
"config.hand.restriction.usable.description": "eg. bows, tridents, shield",
|
||||
"config.hand.restriction.list": "Item Restrictions",
|
||||
"config.hand.restriction.list.description": "Allow or block certain items when the hand requirement is restrictive.",
|
||||
"config.hand.restriction.whitelist": "Whitelist",
|
||||
"config.hand.restriction.blacklist": "Blacklist",
|
||||
"config.example": "Example: %s",
|
||||
"config.entry.exclusion": "Put a `!` in front of a entry to exclude it!",
|
||||
"config.entry.example": "Entry example: %s",
|
||||
|
||||
"config.server": "Server Config",
|
||||
"config.server.description": "Configures the server side settings.",
|
||||
|
||||
"config.server.lang": "Language",
|
||||
"config.server.lang.description": "The language used for the Sit! mod.",
|
||||
|
||||
"config.server.keep-active": "Keep Active",
|
||||
"config.server.keep-active.description": "Toggles if the Sit! entity should stay, even if the player / server is offline. \n When false, the player will not be sitting when logging back in.",
|
||||
|
||||
"config.server.sit-while-seated": "Sit While Seated",
|
||||
"config.server.sit-while-seated.description": "Toggles the ability to sit on another Sit! block while already sitting.",
|
||||
|
||||
"config.server.preset-blocks": "Preset Blocks",
|
||||
"config.server.preset-blocks.description": "Toggles for the default Sit! blocks.",
|
||||
"config.server.preset-blocks.stairs": "Stairs",
|
||||
"config.server.preset-blocks.slabs": "Slabs",
|
||||
"config.server.preset-blocks.carpets": "Carpets",
|
||||
"config.server.preset-blocks.full-blocks": "Full Blocks",
|
||||
|
||||
"config.server.custom-enabled": "Custom",
|
||||
"config.server.custom-enabled.description": "Toggles the use of custom blocks for sitting.",
|
||||
|
||||
"config.server.custom-blocks": "Custom Blocks",
|
||||
"config.server.custom-blocks.description": "The list of custom sitting blocks.",
|
||||
|
||||
"config.server.custom-block.block-ids": "Block IDs",
|
||||
"config.server.custom-block.block-ids.description": "The block id(s) for the custom sitting block.",
|
||||
"config.server.custom-block.block-tags": "Block Tags",
|
||||
"config.server.custom-block.block-tags.description": "The block tag(s) for the custom sitting block.",
|
||||
"config.server.custom-block.blockstates": "Blockstates",
|
||||
"config.server.custom-block.blockstates.description": "The blockstates that the block must have to be a custom sitting block.",
|
||||
"config.server.custom-block.sitting-height": "Sitting Height",
|
||||
"config.server.custom-block.sitting-height.description": "The player sitting height of the custom block.",
|
||||
|
||||
"config.server.blacklisted-blocks": "Blacklisted Blocks",
|
||||
"config.server.blacklisted-blocks.description": "The list of blocks that arent allowed to be sat on.",
|
||||
|
||||
|
||||
"config.sitting": "Sitting Config",
|
||||
"config.sitting.description": "Configures the sitting ability, on the server each player can have their own sitting config when they use the mod.",
|
||||
|
||||
"config.sitting.enabled": "Enabled",
|
||||
"config.sitting.enabled.description": "Toggles the ability to sit.",
|
||||
|
||||
"config.sitting.hand-sitting": "Hand Sitting",
|
||||
"config.sitting.hand-sitting.description": "Toggles the ability to sit using hand interactions.",
|
||||
|
||||
"config.sitting.hand.main": "Main Hand",
|
||||
"config.sitting.hand.main.description": "main hand",
|
||||
"config.sitting.hand.off": "Off Hand",
|
||||
"config.sitting.hand.off.description": "off hand",
|
||||
"config.sitting.hand.description": "Configures %s sitting settings.",
|
||||
|
||||
"config.sitting.hand.requirement": "Sitting Requirement",
|
||||
"config.sitting.hand.requirement.description": "The hand requirement to sit. Eg, if EMPTY, the hand has to be empty",
|
||||
"config.sitting.hand.requirement.description.none": "No requirement to sit.",
|
||||
"config.sitting.hand.requirement.description.empty": "The hand has to be empty to sit.",
|
||||
"config.sitting.hand.requirement.description.filter": "The hand can only sit if the item in the hand matches one of the filters.",
|
||||
|
||||
"config.sitting.hand.filter": "Filter",
|
||||
"config.sitting.hand.filter.description": "The list of items for the filter hand requirement.",
|
||||
|
||||
"config.sitting.hand.filter.block": "Blocks",
|
||||
"config.sitting.hand.filter.block.description": "The blocks default filter.",
|
||||
"config.sitting.hand.filter.food": "Foods",
|
||||
"config.sitting.hand.filter.food.description": "The foods default filter.",
|
||||
"config.sitting.hand.filter.usable": "Usables",
|
||||
"config.sitting.hand.filter.usable.description": "The usables default filter. (Tridents, Shields, Bows)",
|
||||
|
||||
"config.sitting.hand.filter.custom-items": "Custom Items",
|
||||
"config.sitting.hand.filter.custom-items.description": "A list of custom items to add to the filter.",
|
||||
"config.sitting.hand.filter.custom-tags": "Custom Tags",
|
||||
"config.sitting.hand.filter.custom-tags.description": "A list of custom item tags to add to the filter.",
|
||||
|
||||
"msg.sit_toggle": "%s Sitting!",
|
||||
"msg.sit_toggle.on": "Enabled",
|
||||
"msg.sit_toggle.off": "Disabled",
|
||||
"msg.unsupported": "Sit! is not available on this server.",
|
||||
"msg.reloaded": "Reloaded the config!",
|
||||
"msg.purged": "Purged all active chair entities!",
|
||||
"msg.purged": "Purged all loaded Sit! entities!",
|
||||
|
||||
"key.toggle": "Toggle Sitting",
|
||||
"key.sit": "Sit"
|
||||
"key.sit": "Sit",
|
||||
"key.config": "Open Config",
|
||||
|
||||
"screen.config": "Sit! Config",
|
||||
"gui.button.website": "Website"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue