Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Weblate #235

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/main/resources/assets/mousewheelie/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"key.mousewheelie.whole_stack_modifier": "Whole Stack Modifier",
"key.mousewheelie.all_of_kind_modifier": "All of Kind Modifier",
"key.mousewheelie.drop_modifier": "Drop Modifier",
"key.mousewheelie.deposit_modifier": "Deposit Modifier",
"key.mousewheelie.restock_modifier": "Restock Modifier",
"key.mousewheelie.deposit_modifier": "Deposit Modifier",
"key.mousewheelie.restock_modifier": "Restock Modifier",
"key.mousewheelie.sort_inventory": "Sort Inventory",
"key.mousewheelie.scroll_up": "Scroll Items Up",
"key.mousewheelie.scroll_down": "Scroll Items Down",
Expand Down Expand Up @@ -43,7 +43,7 @@
"tweed4_tailor_screen.screen.mousewheelie.scrolling.invert": "Invert scroll direction",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.invert.description": "Invert the scroll direction when scrolling items.",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling": "Directional Scrolling",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling.description": "If enabled items will be moved according to whether your scrolling up or down.\nIf disabled you will scroll to change the amount of items present (up will increase - down will decrease).",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling.description": "If enabled, items will be moved based on the visual position on the screen:\nWhen scrolling up, items will be sent to the upper inventory, when scrolling down to the lower inventory.\nIf disabled, scrolling will instead affect the amount of items:\nWhen scrolling up, items will be moved towards the stack, when scrolling down items will be sent to the opposite inventory.\n\nUsing \"Invert scroll direction\", you can swap the up and down behavior for these actions.",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items": "Scroll creative menu items",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items.description": "Sets whether to by default scroll items out of the creative menu.",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-tabs": "Scroll creative menu tabs",
Expand All @@ -61,7 +61,7 @@
"tweed4_tailor_screen.screen.mousewheelie.sort.optimize-creative-search-sort": "Optimized creative sorting",
"tweed4_tailor_screen.screen.mousewheelie.sort.optimize-creative-search-sort.description": "Whether the creative search sorting should be optimized for performance.\nThis will make use of more memory in exchange for processor time, only disable this if you run into memory issues.",
"tweed4_tailor_screen.screen.mousewheelie.refill": "Refill",
"tweed4_tailor_screen.screen.mousewheelie.refill.description": "Item refilling is a feature that automatically loads more items from your inventory when your current stack runs out.\nThis is for example useful when building with a lot of the same block so you don't have to constantly open the inventory.",
"tweed4_tailor_screen.screen.mousewheelie.refill.description": "Item refilling is a feature that automatically loads more items from your inventory when your current stack runs out.\nThis is for example useful when building with a lot of the same block, so you don't have to constantly open your inventory.\n\nThe first section of this config concerns which or under which circumstances items will get refilled.\nThe \"Refill rules\" section, allows you to configure how the replacement stack will be determined by searching your inventory.",
"tweed4_tailor_screen.screen.mousewheelie.refill.enable": "Enable item refilling",
"tweed4_tailor_screen.screen.mousewheelie.refill.enable.description": "Enables item refilling.\nTurn this off to disable refilling entirely.",
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Refill the off hand",
Expand Down