diff --git a/projects/1.21/assets/accessories/accessories/lang/en_us.json b/projects/1.21/assets/accessories/accessories/lang/en_us.json new file mode 100644 index 000000000000..35698c80987b --- /dev/null +++ b/projects/1.21/assets/accessories/accessories/lang/en_us.json @@ -0,0 +1,511 @@ +{ + "accessories.slot.tooltip.singular": "Slot: ", + "accessories.slot.tooltip.plural": "Slots: ", + + "accessories.cosmetic_slot.tooltip.singular": "Cosmetic Slot: ", + "accessories.cosmetic_slot.tooltip.plural": "Cosmetic Slots: ", + + "accessories.slot.any": "Any", + "accessories.slot.except": " except ", + + "accessories.tooltip.attributes.any": "When Equipped:", + "accessories.tooltip.attributes.slot": "When Equipped in %s:", + "accessories.tooltip.currently_equipped_in": "Equipped in: ", + + "accessories.slot.hat": "Hat", + "accessories.slot.face": "Face", + "accessories.slot.cape": "Cape", + "accessories.slot.necklace": "Necklace", + "accessories.slot.back": "Back", + "accessories.slot.hand": "Hand", + "accessories.slot.ring": "Ring", + "accessories.slot.wrist": "Wrist", + "accessories.slot.belt": "Belt", + "accessories.slot.anklet": "Anklet", + "accessories.slot.shoes": "Shoes", + "accessories.slot.charm": "Charm", + "accessories.slot.accessories.head": "Head", + "accessories.slot.accessories.chest": "Chest", + "accessories.slot.accessories.legs": "Legs", + "accessories.slot.accessories.feet": "Feet", + "accessories.slot.accessories.animal_body": "Body", + + "accessories.slot_group.misc": "Misc", + "accessories.slot_group.head": "Head", + "accessories.slot_group.chest": "Chest", + "accessories.slot_group.arm": "Arms", + "accessories.slot_group.leg": "Legs", + "accessories.slot_group.feet": "Feet", + "accessories.slot_group.unsorted": "Unsorted", + + "accessories.key.category.accessories": "Accessories", + "accessories.key.open_accessories_screen": "Open Accessories Screen", + + "accessories.commands.attribute.failed.modifier_already_present_itemstack": "Modifier %s is already present on attribute %s for stack %s", + + "accessories.commands.attribute.failed.no_modifier_itemstack": "Attribute %s for stack %s has no modifier %s", + "accessories.commands.attribute.modifier.add.success_itemstack": "Added modifier %s to attribute %s for stack %s", + "accessories.commands.attribute.modifier.remove.success_itemstack": "Removed modifier %s from attribute %s for stack %s", + "accessories.commands.attribute.modifier.value.get.success_itemstack": "Value of modifier %s on attribute %s for stack %s is %s", + "accessories.commands.attribute.value.get.success": "Value of attribute %s for entity %s is %s", + "accessories.commands.slot.value.get.success": "Value of slot %s for entity %s is %s", + + "accessories.commands.slot.modifier.clear.all.success": "Slot Attributes for all containers has been removed for entity %s", + + "accessories.commands.slot.modifier.clear.container.success": "Slot Attributes for %s has been removed for entity %s", + + "accessories.argument.livingEntities.nonLiving": "Only living entities may be affected by this command, but the provided selector includes non living entities", + + "gamerule.accessories.keepAccessoryInventory": "Keep Accessory Inventory", + + "#comment": "GUI Related Below", + + "accessories.slot.cosmetics.toggle.show": "Show Cosmetic Slots", + "accessories.slot.cosmetics.toggle.hide": "Hide Cosmetic Slots", + + "accessories.display.toggle.show": "Show Accessory", + "accessories.display.toggle.hide": "Hide Accessory", + + "accessories.lines.toggle.show": "Show All Lines", + "accessories.lines.toggle.hide": "Hide All Lines", + + "accessories.unused_slots.toggle.show": "Show Unused Slots", + "accessories.unused_slots.toggle.hide": "Hide Unused Slots", + + "accessories.slot_cosmetics.toggle.enabled": "Show Accessories Slots", + "accessories.slot_cosmetics.toggle.disabled": "Show Cosmetic Slots", + + "accessories.advanced_options.toggle.enabled.tooltip": "Hide Screen options", + "accessories.advanced_options.toggle.disabled.tooltip": "Show Screen options", + + "accessories.unused_slots.label": "Show unused slots:", + "accessories.unused_slots.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " Shown" + ], + "accessories.unused_slots.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " Hidden" + ], + "accessories.unused_slots.toggle.enabled.tooltip": "Hide all Unused Slots", + "accessories.unused_slots.toggle.disabled.tooltip": "Show all Unused Slots", + + "accessories.column_amount.label": "Accessory Column Amount:", + "accessories.column_amount.tooltip": "Adjusts the amount of columns for the Accessory Module", + + "accessories.side_by_side_slots.label": "Cosmetic Slot Viewing Mode:", + "accessories.side_by_side_slots.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "O", "color": "#eab676"}, + {"text": "]", "color": "gray"}, + " Toggle" + ], + "accessories.side_by_side_slots.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "/", "color": "#1e81b0"}, + {"text": "]", "color": "gray"}, + " Switch" + ], + "accessories.side_by_side_slots.toggle.enabled.tooltip": "Switch to toggle between slots", + "accessories.side_by_side_slots.toggle.disabled.tooltip": "Switch to showing or hiding Cosmetic slots", + + "accessories.side_by_side_entity.label": "Amount of Entity Views:", + "accessories.side_by_side_entity.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "||", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " Double" + ], + "accessories.side_by_side_entity.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "|", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " Single" + ], + "accessories.side_by_side_entity.toggle.enabled.tooltip": "Switch to toggle single entity view", + "accessories.side_by_side_entity.toggle.disabled.tooltip": "Switch to toggle double entity view", + + "accessories.entity_centered.label": "Entity panel centering:", + "accessories.entity_centered.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " Enabled" + ], + "accessories.entity_centered.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " Disabled" + ], + "accessories.entity_centered.toggle.enabled.tooltip": "Allow entity to be offset from the center", + "accessories.entity_centered.toggle.disabled.tooltip": "Make entity ALWAYS be close or in the center of the screen", + + "accessories.widget_type.label": "Accessory widget variant:", + "accessories.widget_type.paginated": [ + "", + {"text": "[", "color": "gray"}, + {"text": "☰", "color": "#347ecf"}, + {"text": "]", "color": "gray"}, + " Paginated" + ], + "accessories.widget_type.scrollable": [ + "", + {"text": "[", "color": "gray"}, + {"text": "⏷", "color": "#953abd"}, + {"text": "]", "color": "gray"}, + " Scrollable" + ], + "accessories.widget_type.paginated.tooltip": "Uses Pages for navigating the Accessories Slots", + "accessories.widget_type.scrollable.tooltip": "Uses Scrolling for navigating the Accessories Slots", + + "accessories.main_widget_position.label": "Accessories widget position:", + "accessories.main_widget_position.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "←", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " Left" + ], + "accessories.main_widget_position.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "→", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " Right" + ], + "accessories.main_widget_position.toggle.enabled.tooltip": "Move Accessories Widget to the Right", + "accessories.main_widget_position.toggle.disabled.tooltip": "Move Accessories Widget to the Left", + + "accessories.group_filter.label": "Group filter widget:", + "accessories.group_filter.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " Shown" + ], + "accessories.group_filter.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " Hidden" + ], + "accessories.group_filter.toggle.enabled.tooltip": "Hide group filter widget", + "accessories.group_filter.toggle.disabled.tooltip": "Show group filter widget", + + "accessories.side_widget_position.label": "Side widget position:", + "accessories.side_widget_position.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "()", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " Together" + ], + "accessories.side_widget_position.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "||", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " Separate" + ], + "accessories.side_widget_position.toggle.enabled.tooltip": "Move Side Widget to be with the Accessories Widget", + "accessories.side_widget_position.toggle.disabled.tooltip": "Move Side widget to be opposite to Accessories Widget", + + "accessories.dark_mode_toggle.label": "Screen theme mode:", + "accessories.dark_mode_toggle.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "☽", "color": "#3d29c2"}, + {"text": "]", "color": "gray"}, + " Dark" + ], + "accessories.dark_mode_toggle.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "☀", "color": "#bffa9b"}, + {"text": "]", "color": "gray"}, + " Light" + ], + "accessories.dark_mode_toggle.toggle.enabled.tooltip": "Change theme to Light Mode", + "accessories.dark_mode_toggle.toggle.disabled.tooltip": "Change theme to Dark Mode", + + "accessories.show_equipped_stack_slot_type.label": "Show equipped Type:", + "accessories.show_equipped_stack_slot_type.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " Shown" + ], + "accessories.show_equipped_stack_slot_type.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " Hidden" + ], + "accessories.show_equipped_stack_slot_type.toggle.enabled.tooltip": "Hide equipped stack Slot type", + "accessories.show_equipped_stack_slot_type.toggle.disabled.tooltip": "Show equipped stack Slot type", + + "accessories.entity_look_at_cursor.label": "Entity looks at Mouse:", + "accessories.entity_look_at_cursor.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " Enabled" + ], + "accessories.entity_look_at_cursor.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " Disabled" + ], + "accessories.entity_look_at_cursor.toggle.enabled.tooltip": "Disable looking at cursor", + "accessories.entity_look_at_cursor.toggle.disabled.tooltip": "Enable looking at cursor", + + "accessories.crafting_grid.toggle.enabled.tooltip": "Hide crafting grid", + "accessories.crafting_grid.toggle.disabled.tooltip": "Show crafting grid", + + "accessories.selection_screen.message": [ + "Below is a set of screen options that you \n", + "can choose from depending on the style of \n", + "Modpack or your play style. \n\n", + "Do note that you can change such within the \n", + "Accessories Config if the given option is not \n", + "to your liking." + ], + + "accessories.back.screen": "To Previous Screen", + "accessories.open.screen": "Open Accessories Screen", + + "accessories.reset.group_filter": "Reset Group Filters", + + "#comment": "Config Related Below", + + "text.config.accessories.title": "Accessories Config", + + "text.config.accessories.option.useExperimentalCaching": "Use Experimental Caching", + "text.config.accessories.option.useExperimentalCaching.tooltip": [ + "Attempts to cache various ItemStack lookups\n", + "to be more performant but may cause issues." + ], + + "text.config.accessories.category.contentOptions": "Content Options", + "text.config.accessories.category.contentOptions.tooltip": [ + "Contains more content focused options like glider and totem equippablity" + ], + + "text.config.accessories.option.contentOptions.validGliderSlots": "Valid Glider Slots", + "text.config.accessories.option.contentOptions.validGliderSlots.tooltip": [ + "Adds the slots to which a Glider item is allowed to be equipped." + ], + + "text.config.accessories.option.contentOptions.allowGliderEquip": "Allow Gliders to be Equip", + "text.config.accessories.option.contentOptions.allowGliderEquip.tooltip": [ + "Toggles the ability for Gliders to be equipped within Accessories Slots." + ], + + "text.config.accessories.option.contentOptions.validTotemSlots": "Valid Totem Slots", + "text.config.accessories.option.contentOptions.validTotemSlots.tooltip": [ + "Adds the slots to which a Totem item is allowed to be equipped." + ], + + "text.config.accessories.option.contentOptions.allowTotemEquip": "Allow Totems to be Equip", + "text.config.accessories.option.contentOptions.allowTotemEquip.tooltip": [ + "Toggles the ability for Totems to be equipped within Accessories Slots." + ], + + "text.config.accessories.option.contentOptions.validBannerSlots": "Valid Banner Slots", + "text.config.accessories.option.contentOptions.validBannerSlots.tooltip": [ + "Adds the slots to which a Banner item is allowed to be equipped." + ], + + "text.config.accessories.option.contentOptions.allowBannerEquip": "Allow Banners to be Equip", + "text.config.accessories.option.contentOptions.allowBannerEquip.tooltip": [ + "Toggles the ability for Banners to be equipped within Accessories Slots." + ], + + "text.config.accessories.category.clientOptions": "Client Options", + "text.config.accessories.category.clientOptions.tooltip": [ + "Contains more generic client side options for rendering or player input" + ], + + "text.config.accessories.option.clientOptions.forceNullRenderReplacement": "Force Empty Render Replacement", + "text.config.accessories.option.clientOptions.forceNullRenderReplacement.tooltip": [ + "Forces any registered render found to be no\n", + "rendering to instead use default rendering." + ], + + "text.config.accessories.option.clientOptions.disableEmptySlotScreenError": "Disable Empty Accessory Error", + "text.config.accessories.option.clientOptions.disableEmptySlotScreenError.tooltip": [ + "Disables the error message displayed if the accessories\n", + "screen is opened and no used slots were found." + ], + + "text.config.accessories.option.clientOptions.showCosmeticAccessories": "Show Item Cosmetic Rendering", + "text.config.accessories.option.clientOptions.showCosmeticAccessories.tooltip": [ + "Enables/Disables the rendering of cosmetic item variants if equipped." + ], + + "text.config.accessories.option.clientOptions.disabledDefaultRenders": "Disabled Default Rendering", + "text.config.accessories.option.clientOptions.disabledDefaultRenders.tooltip": [ + "Disables the included default renderer rendering of items if being used." + ], + + "text.config.accessories.option.clientOptions.equipControl": "Quick Hand Equip Mode", + "text.config.accessories.option.clientOptions.equipControl.tooltip": [ + "Changes the mode used to quickly equip a stack from your hand." + ], + + "text.config.accessories.enum.playerEquipControl.must_crouch": "Requires Crouch", + "text.config.accessories.enum.playerEquipControl.must_not_crouch": "Without Crouch", + "text.config.accessories.enum.playerEquipControl.disabled": "Disabled", + + "text.config.accessories.category.screenOptions": "Screen Options", + "text.config.accessories.category.screenOptions.tooltip": [ + "Contains all screen configuration options for all variants and injected button offset" + ], + + "text.config.accessories.option.screenOptions.selectedScreenType": "Selected Screen Type", + "text.config.accessories.option.screenOptions.selectedScreenType.tooltip": [ + "Used to adjust what screen will be used, none will\n", + "bring a prompt for user selection." + ], + + "text.config.accessories.enum.screenType.none": "Undecided", + "text.config.accessories.enum.screenType.original": "Original", + "text.config.accessories.enum.screenType.experimental_v1": "Experimental", + + "text.config.accessories.option.screenOptions.backButtonClosesScreen": "Close screen instead of going back to previous screen", + "text.config.accessories.option.screenOptions.backButtonClosesScreen.tooltip": "Attempts to close the screen instead of going back to the previous inventory screen if possible.", + + "text.config.accessories.option.screenOptions.keybindIgnoresOtherTargets": "Open Screen keybind Ignores other Targets", + "text.config.accessories.option.screenOptions.keybindIgnoresOtherTargets.tooltip": "Useful if you want the keybind to ignore other targets found like the animal you are riding.", + + "text.config.accessories.option.screenOptions.showUnusedSlots": "Show Unused Slots", + "text.config.accessories.option.screenOptions.showUnusedSlots.tooltip": "Toggles filtering of unused slots", + + "text.config.accessories.option.screenOptions.allowSlotScrolling": "Allow Screen Slot Scrolling", + "text.config.accessories.option.screenOptions.allowSlotScrolling.tooltip": [ + "Useful if the given mod allows for scrolling stacks\n", + "leading to issues when going though accessories." + ], + + "text.config.accessories.option.screenOptions.showEquippedStackSlotType": "Show Equipped Stacks Slot Type", + "text.config.accessories.option.screenOptions.showEquippedStackSlotType.tooltip": [ + "Shows the given slot type that the given stack is equipped in within its tooltip." + ], + + "text.config.accessories.option.screenOptions.entityLooksAtMouseCursor": "Make Entity follow the Mouse Cursor", + "text.config.accessories.option.screenOptions.entityLooksAtMouseCursor.tooltip": [ + "If enabled, makes the entity follow the mouse cursor\n", + "otherwise it allows for manual rotation of the entity." + ], + + "text.config.accessories.option.screenOptions.allowSideBarCraftingGrid": "Allow Crafting Grid within Sidebar", + "text.config.accessories.option.screenOptions.allowSideBarCraftingGrid.tooltip": [ + "If group filters are not present, it will attempt to put\n", + "the crafting grid within the sidebar instead down below." + ], + + "text.config.accessories.section.button_offsets": "Injected Button Offsets", + + "text.config.accessories.option.screenOptions.inventoryButtonOffset": "Inventory Button Offset", + + "text.config.accessories.option.screenOptions.menuButtonInjections": "Injected Screen Buttons", + + "text.config.accessories.option.screenOptions.menuButtonInjections.menuType": "Menu Id", + "text.config.accessories.option.screenOptions.menuButtonInjections.xOffset": "X Offset", + "text.config.accessories.option.screenOptions.menuButtonInjections.yOffset": "Y Offset", + "text.config.accessories.option.screenOptions.menuButtonInjections.mini": "Is Mini Version", + + "text.config.accessories.option.screenOptions.inventoryButtonOffset.x": "X Offset", + "text.config.accessories.option.screenOptions.inventoryButtonOffset.y": "Y Offset", + + "text.config.accessories.option.screenOptions.creativeInventoryButtonOffset": "Creative Inventory Button Offset", + + "text.config.accessories.option.screenOptions.creativeInventoryButtonOffset.x": "X Offset", + "text.config.accessories.option.screenOptions.creativeInventoryButtonOffset.y": "Y Offset", + + "text.config.accessories.section.experimental": "Experimental Screen", + + "text.config.accessories.option.screenOptions.isDarkMode": "Use Dark mode theme", + "text.config.accessories.option.screenOptions.isDarkMode.tooltip": [ + "Changes the theming for the experimental screen to be dark mode." + ], + + "text.config.accessories.option.screenOptions.alwaysShowCraftingGrid": "Always show Crafting grid", + "text.config.accessories.option.screenOptions.alwaysShowCraftingGrid.tooltip": [ + "Will remove the toggle button for the crafting grid and always show it within the experimental screen." + ], + + "text.config.accessories.section.legacy": "Original Screen", + + "text.config.accessories.option.screenOptions.showGroupTabs": "Show quick seeking group tabs", + "text.config.accessories.option.screenOptions.showGroupTabs.tooltip": [ + "Toggles the group tabs within the original screen to be shown or hidden." + ], + + "text.config.accessories.section.hover": "Hovered Effects", + + "text.config.accessories.category.screenOptions.hoveredOptions": "Hovered Options", + "text.config.accessories.category.screenOptions.hoveredOptions.tooltip": [ + "Options to control the hovered entry rendering effects." + ], + + "text.config.accessories.option.screenOptions.hoveredOptions.brightenHovered": "Brighten Hovered", + "text.config.accessories.option.screenOptions.hoveredOptions.cycleBrightness": "Cycle Brightness", + + "text.config.accessories.option.screenOptions.hoveredOptions.line": "Draw Line", + + "text.config.accessories.option.screenOptions.hoveredOptions.clickbait": "Clickbait", + + "text.config.accessories.category.screenOptions.unHoveredOptions": "UnHovered Options", + "text.config.accessories.category.screenOptions.unHoveredOptions.tooltip": [ + "Options to control the non hovered entries rendering effects." + ], + + "text.config.accessories.option.screenOptions.unHoveredOptions.renderUnHovered": "Render UnHovered", + "text.config.accessories.option.screenOptions.unHoveredOptions.darkenUnHovered": "Darken UnHovered", + "text.config.accessories.option.screenOptions.unHoveredOptions.darkenedBrightness": "Darkened Brightness", + "text.config.accessories.option.screenOptions.unHoveredOptions.darkenedOpacity": "Darkened Opacity", + + "text.config.accessories.option.disabledDefaultRenders": "Disabled Default Renderers", + "text.config.accessories.option.disabledDefaultRenders.tooltip": [ + "Useful to disable default rendering for a given slot either\n", + "for specifically block or/and item renderings" + ], + + "text.config.accessories.option.clientOptions.disabledDefaultRenders.slotType": "Slot", + "text.config.accessories.option.clientOptions.disabledDefaultRenders.targetType": "Type", + + "text.config.accessories.enum.targetType.item": "Item", + "text.config.accessories.enum.targetType.block": "Block", + "text.config.accessories.enum.targetType.all": "All", + + "text.config.accessories.option.modifiers": "Slot Amount Modifiers", + "text.config.accessories.option.modifiers.tooltip": [ + "Useful to add offset values to a given slot type without\n", + "needing a datapack as it allows for both positive or\n", + "negative offset value." + ], + + "text.config.accessories.option.modifiers.slotType": "Slot", + "text.config.accessories.option.modifiers.amount": "Offset" +} diff --git a/projects/1.21/assets/accessories/accessories/lang/zh_cn.json b/projects/1.21/assets/accessories/accessories/lang/zh_cn.json new file mode 100644 index 000000000000..7282444686e9 --- /dev/null +++ b/projects/1.21/assets/accessories/accessories/lang/zh_cn.json @@ -0,0 +1,386 @@ +{ + "accessories.slot.tooltip.singular": "饰品栏:", + "accessories.slot.tooltip.plural": "饰品栏:", + "accessories.cosmetic_slot.tooltip.singular": "装饰栏:", + "accessories.cosmetic_slot.tooltip.plural": "装饰栏:", + "accessories.slot.any": "任何", + "accessories.slot.except": " 除了 ", + "accessories.tooltip.attributes.any": "装备时:", + "accessories.tooltip.attributes.slot": "装备在%s时:", + "accessories.tooltip.currently_equipped_in": "装备于:", + "accessories.slot.hat": "帽子", + "accessories.slot.face": "面具", + "accessories.slot.cape": "披风", + "accessories.slot.necklace": "项链", + "accessories.slot.back": "背部", + "accessories.slot.hand": "手部", + "accessories.slot.ring": "戒指", + "accessories.slot.wrist": "手腕", + "accessories.slot.belt": "腰带", + "accessories.slot.anklet": "脚环", + "accessories.slot.shoes": "鞋子", + "accessories.slot.charm": "护符", + "accessories.slot.accessories.head": "头部", + "accessories.slot.accessories.chest": "胸部", + "accessories.slot.accessories.legs": "腿部", + "accessories.slot.accessories.feet": "脚部", + "accessories.slot.accessories.animal_body": "身体", + "accessories.slot_group.misc": "其他", + "accessories.slot_group.head": "头部", + "accessories.slot_group.chest": "胸部", + "accessories.slot_group.arm": "手臂", + "accessories.slot_group.leg": "腿部", + "accessories.slot_group.feet": "脚", + "accessories.slot_group.unsorted": "未分类", + + "accessories.key.category.accessories": "饰品|Accessories", + "argument.livingEntities.nonLiving": "只有实体(Living Entity)可能受此指令影响,但所提供的实体选择器包括非实体", + + "#comment": "GUI Related Below", + + "accessories.key.open_accessories_screen": "开启饰品栏", + + "accessories.slot.cosmetics.toggle.show": "显示装饰栏", + "accessories.slot.cosmetics.toggle.hide": "隐藏装饰栏", + + "accessories.display.toggle.show": "显示饰品", + "accessories.display.toggle.hide": "隐藏饰品", + + "accessories.lines.toggle.show": "显示所有行", + "accessories.lines.toggle.hide": "隐藏所有行", + + "accessories.unused_slots.toggle.show": "显示未使用的饰品栏", + "accessories.unused_slots.toggle.hide": "隐藏未使用的饰品栏", + + "accessories.slot_cosmetics.toggle.enabled": "显示饰品饰品栏", + "accessories.slot_cosmetics.toggle.disabled": "显示装饰品饰品栏", + + "accessories.advanced_options.toggle.enabled": "❤", + "accessories.advanced_options.toggle.enabled.tooltip": "隐藏额外饰品界面设定", + "accessories.advanced_options.toggle.disabled": "⚗", + "accessories.advanced_options.toggle.disabled.tooltip": "显示额外饰品界面设定", + + "accessories.unused_slots.label": "未使用的饰品栏:", + "accessories.unused_slots.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + "显示" + ], + "accessories.unused_slots.toggle.enabled.tooltip": "隐藏所有未使用的饰品栏", + "accessories.unused_slots.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + "隐藏" + ], + "accessories.unused_slots.toggle.disabled.tooltip": "显示所有未使用的饰品栏", + + "accessories.column_amount_slider.label": "栏数:", + "accessories.column_amount_slider.tooltip": "用于调整饰品布局栏数的滚动条", + + "accessories.widget_type.label": "饰品界面变体:", + "accessories.widget_type.paginated": [ + "", + {"text": "[", "color": "gray"}, + {"text": "☰", "color": "#347ecf"}, + {"text": "]", "color": "gray"}, + " 分页" + ], + "accessories.widget_type.paginated.tooltip": "有罗列的饰品布局", + "accessories.widget_type.scrollable": [ + "", + {"text": "[", "color": "gray"}, + {"text": "⏷", "color": "#953abd"}, + {"text": "]", "color": "gray"}, + " 滚动" + ], + "accessories.widget_type.scrollable.tooltip": "可滚动的饰品布局", + + "accessories.main_widget_position.label": "饰品界面按钮位置:", + "accessories.main_widget_position.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "←", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " 左" + ], + "accessories.main_widget_position.toggle.enabled.tooltip": "移动饰品栏按钮到右侧", + "accessories.main_widget_position.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "→", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " 右" + ], + "accessories.main_widget_position.toggle.disabled.tooltip": "移动饰品栏按钮到左侧", + + "accessories.group_filter.label": "群组筛选器:", + "accessories.group_filter.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " 显示" + ], + "accessories.group_filter.toggle.enabled.tooltip": "隐藏群组筛选器按钮", + "accessories.group_filter.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " 隐藏" + ], + "accessories.group_filter.toggle.disabled.tooltip": "显示群组筛选器按钮", + + "accessories.side_widget_position.label": "边界位置:", + "accessories.side_widget_position.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "()", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " 合并" + ], + "accessories.side_widget_position.toggle.enabled.tooltip": "将侧边工具移到与配件工具一起", + "accessories.side_widget_position.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "||", "color": "#32a852"}, + {"text": "]", "color": "gray"}, + " 分离" + ], + "accessories.side_widget_position.toggle.disabled.tooltip": "将侧边工具移到配件工具的对侧", + + "accessories.dark_mode_toggle.label": "主题:", + "accessories.dark_mode_toggle.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "☽", "color": "#3d29c2"}, + {"text": "]", "color": "gray"}, + " 暗色" + ], + "accessories.dark_mode_toggle.toggle.enabled.tooltip": "切换到亮色主题", + "accessories.dark_mode_toggle.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "☀", "color": "#bffa9b"}, + {"text": "]", "color": "gray"}, + " 亮色" + ], + "accessories.dark_mode_toggle.toggle.disabled.tooltip": "切换到暗色主题", + + "accessories.show_equipped_stack_slot_type.label": "已装备的饰品栏类型:", + "accessories.show_equipped_stack_slot_type.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " 显示" + ], + "accessories.show_equipped_stack_slot_type.toggle.enabled.tooltip": "隐藏已装备的饰品栏类型", + "accessories.show_equipped_stack_slot_type.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " 隐藏" + ], + "accessories.show_equipped_stack_slot_type.toggle.disabled.tooltip": "显示已装备的饰品栏类型", + + "accessories.entity_look_at_cursor.label": "看向鼠标:", + "accessories.entity_look_at_cursor.toggle.enabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "✔", "color": "#28FFBF"}, + {"text": "]", "color": "gray"}, + " 啟用" + ], + "accessories.entity_look_at_cursor.toggle.enabled.tooltip": "禁止玩家模型看向鼠标", + "accessories.entity_look_at_cursor.toggle.disabled": [ + "", + {"text": "[", "color": "gray"}, + {"text": "❌", "color": "#EB1D36"}, + {"text": "]", "color": "gray"}, + " 停用" + ], + "accessories.entity_look_at_cursor.toggle.disabled.tooltip": "启用玩家模型看向鼠标", + + "accessories.lines.toggle.enabled.tooltip": "隐藏所有行", + "accessories.lines.toggle.disabled.tooltip": "显示所有行", + + "accessories.crafting_grid.toggle.enabled": "☒", + "accessories.crafting_grid.toggle.enabled.tooltip": "隐藏背包合成栏", + "accessories.crafting_grid.toggle.disabled": "☐", + "accessories.crafting_grid.toggle.disabled.tooltip": "隐藏背包合成栏", + + "accessories.selection_screen.message": [ + "Below is a set of screen options that you \n", + "can choose from depending on the style of \n", + "Modpack or your play style. \n\n", + "Do note that you can change such within the \n", + "Accessories Config if the given option is not \n", + "to your liking." + ], + + "accessories.unique_slots.toggle.show": "显示独特栏位", + "accessories.unique_slots.toggle.hide": "隐藏独特栏位", + + "accessories.back.screen": "返回上次界面", + + "accessories.open.screen": "开启饰品界面", + + "accessories.reset.group_filter": "重设群组筛选器", + + + "#comment": "以下与设置相关", + + "text.config.accessories.title": "Accessories 设置", + + "text.config.accessories.option.useExperimentalCaching": "使用实验性快速获取", + "text.config.accessories.option.useExperimentalCaching.tooltip": [ + "尝试快速获取各种物品堆叠查询以提高效能,但可能会造成问题。" + ], + + "text.config.accessories.category.clientOptions": "客户端选项", + "text.config.accessories.category.clientOptions.tooltip": [ + "包含更多通用的客户端选项,用于绘制或玩家输入" + ], + + "text.config.accessories.option.clientOptions.forceNullRenderReplacement": "强制空绘制替换", + "text.config.accessories.option.clientOptions.forceNullRenderReplacement.tooltip": [ + "强制任何已登录的绘制,若发现没有绘制,就改用预设绘制。" + ], + + "text.config.accessories.option.clientOptions.disableEmptySlotScreenError": "停用空饰品错误", + "text.config.accessories.option.clientOptions.disableEmptySlotScreenError.tooltip": [ + "停用在开启饰品界面且未找到使用过的饰品栏时显示的错误讯息。" + ], + + "text.config.accessories.option.clientOptions.showCosmeticAccessories": "显示物品外观绘制", + "text.config.accessories.option.clientOptions.showCosmeticAccessories.tooltip": [ + "启用/停用外观物品变体(如果已装备)的绘制。" + ], + + "text.config.accessories.option.clientOptions.disabledDefaultRenders": "停用预设绘制", + "text.config.accessories.option.clientOptions.disabledDefaultRenders.tooltip": [ + "如果正在使用,停用内建的预设渲染器绘制物品。" + ], + + "text.config.accessories.option.clientOptions.equipControl": "快速手动装备模式", + "text.config.accessories.option.clientOptions.equipControl.tooltip": [ + "变更从您的手快速装备物品的模式。" + ], + + "text.config.accessories.enum.playerEquipControl.must_crouch": "必须蹲下", + "text.config.accessories.enum.playerEquipControl.must_not_crouch": "无须蹲下", + "text.config.accessories.enum.playerEquipControl.disabled": "停用", + + "text.config.accessories.category.screenOptions": "界面选项", + "text.config.accessories.category.screenOptions.tooltip": [ + "包含所有变体的所有界面设定选项,以及注入的按钮偏移量" + ], + + "text.config.accessories.option.screenOptions.selectedScreenType": "选取饰品栏界面类型", + "text.config.accessories.option.screenOptions.selectedScreenType.tooltip": [ + "用于调整使用何种界面,否则会提示使用者选择。" + ], + + "text.config.accessories.enum.screenType.none": "未决定", + "text.config.accessories.enum.screenType.original": "原始", + "text.config.accessories.enum.screenType.experimental_v1": "实验性", + + "text.config.accessories.option.screenOptions.showUnusedSlots": "显示未使用的饰品栏", + "text.config.accessories.option.screenOptions.showUnusedSlots.tooltip": "切换显示未使用的饰品栏", + + "text.config.accessories.option.screenOptions.allowSlotScrolling": "允许栏位界面滚动", + "text.config.accessories.option.screenOptions.allowSlotScrolling.tooltip": [ + "如果有模组会影响滚动时的物品操作,会在浏览饰品时发生问题,则可以关闭此选项以解决问题。" + ], + + "text.config.accessories.option.screenOptions.showEquippedStackSlotType": "显示已装备的饰品栏位类型", + "text.config.accessories.option.screenOptions.showEquippedStackSlotType.tooltip": [ + "在物品提示中显示已装备的物品所在的饰品栏位类型。" + ], + + "text.config.accessories.option.screenOptions.entityLooksAtMouseCursor": "使实体朝向鼠标", + "text.config.accessories.option.screenOptions.entityLooksAtMouseCursor.tooltip": [ + "启用时使背包中的实体模型看向鼠标,反之当停用时则允许手动旋转实体模型。" + ], + + "text.config.accessories.option.screenOptions.allowSideBarCraftingGrid": "允许在侧边栏显示合成栏", + "text.config.accessories.option.screenOptions.allowSideBarCraftingGrid.tooltip": [ + "如果没有群组筛选器,则会尝试将合成栏显示在侧边栏中,而非在下方。" + ], + + "text.config.accessories.section.button_offsets": "注入的按钮位移", + + "text.config.accessories.option.screenOptions.inventoryButtonOffset": "玩家物品栏中按钮的位移", + + "text.config.accessories.option.screenOptions.inventoryButtonOffset.x": "X 轴位移", + "text.config.accessories.option.screenOptions.inventoryButtonOffset.y": "Y 轴位移", + + "text.config.accessories.option.screenOptions.creativeInventoryButtonOffset": "创造模式物品栏按钮位移", + + "text.config.accessories.option.screenOptions.creativeInventoryButtonOffset.x": "X 轴位移", + "text.config.accessories.option.screenOptions.creativeInventoryButtonOffset.y": "Y 轴位移", + + "text.config.accessories.section.experimental": "实验性设定画面", + + "text.config.accessories.option.screenOptions.isDarkMode": "使用黑暗模式", + "text.config.accessories.option.screenOptions.isDarkMode.tooltip": [ + "允许在实验性设定中将画面主题设为黑暗模式。" + ], + + "text.config.accessories.section.legacy": "原始风格画面", + + "text.config.accessories.option.screenOptions.showGroupTabs": "显示快速寻找群组标签", + "text.config.accessories.option.screenOptions.showGroupTabs.tooltip": [ + "切换显示或隐藏原始风格画面的群组标签。" + ], + + "text.config.accessories.section.hover": "悬停效果", + + "text.config.accessories.category.screenOptions.hoveredOptions": "悬停选项", + "text.config.accessories.category.screenOptions.hoveredOptions.tooltip": [ + "当游标悬停在物品上时的绘制效果" + ], + + "text.config.accessories.option.screenOptions.hoveredOptions.brightenHovered": "提高亮度", + "text.config.accessories.option.screenOptions.hoveredOptions.cycleBrightness": "循环闪烁", + + "text.config.accessories.option.screenOptions.hoveredOptions.line": "绘制线", + + "text.config.accessories.option.screenOptions.hoveredOptions.clickbait": "点击引导", + + "text.config.accessories.category.screenOptions.unHoveredOptions": "未悬停选项", + "text.config.accessories.category.screenOptions.unHoveredOptions.tooltip": [ + "游标未悬停在物品上的绘制效果" + ], + + "text.config.accessories.option.screenOptions.unHoveredOptions.renderUnHovered": "依然绘制未有鼠标悬停的物品", + "text.config.accessories.option.screenOptions.unHoveredOptions.darkenUnHovered": "降低物品亮度", + "text.config.accessories.option.screenOptions.unHoveredOptions.darkenedBrightness": "降低亮度", + "text.config.accessories.option.screenOptions.unHoveredOptions.darkenedOpacity": "降低不透明度", + + "text.config.accessories.option.disabledDefaultRenders": "停用预设渲染器", + "text.config.accessories.option.disabledDefaultRenders.tooltip": [ + "停用指定饰品栏位的预设绘制,例如方块或/和物品的绘制" + ], + + "text.config.accessories.option.clientOptions.disabledDefaultRenders.slotType": "栏位", + "text.config.accessories.option.clientOptions.disabledDefaultRenders.targetType": "类型", + + "text.config.accessories.enum.targetType.item": "物品", + "text.config.accessories.enum.targetType.block": "方块", + "text.config.accessories.enum.targetType.all": "全部", + + "text.config.accessories.option.modifiers": "修改饰品栏位数量", + "text.config.accessories.option.modifiers.tooltip": [ + "用于调整饰品栏位数量,可以输入负数以减少栏位数量,亦可以输入正数以增加栏位数量。" + ], + + "text.config.accessories.option.modifiers.slotType": "栏位", + "text.config.accessories.option.modifiers.amount": "位移" +} \ No newline at end of file