Skip to content

Translations update from Weblate #236

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

Open
wants to merge 12 commits into
base: 1.16
Choose a base branch
from
10 changes: 9 additions & 1 deletion src/main/resources/assets/mousewheelie/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,13 @@
"tweed4_tailor_screen.screen.mousewheelie.refill.item-changes": "Nachladen, wenn sich der gewählte Gegenstand ändert",
"key.mousewheelie.deposit_modifier": "Lager-Modifikator",
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound": "Spiele Wiederauffüll Sound",
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound.description": "Spielt ein Geräusch nach dem Wiederauffüllen von einem Stack."
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound.description": "Spielt ein Geräusch nach dem Wiederauffüllen von einem Stack.",
"key.mousewheelie.whole_stack_modifier.amecsapi.description": "Wird diese Taste während des scrollens gedrückt\nwird das gesamte Stack übergeben.",
"key.mousewheelie.open_config_screen.amecsapi.description": "Öffnet die Mausradeinstellungen wenn in-game oder im Haupmenü gedrückt.",
"key.mousewheelie.all_of_kind_modifier.amecsapi.description": "Beim gedrückt halten dieser Modifikation während des Scrollen,\nwerden alle Stack einer Art übergeben.",
"key.mousewheelie.drop_modifier.amecsapi.description": "Beim gedrückt halten dieser Modifikation während des Klicken,\nwird das Item fallengelassen.",
"key.mousewheelie.deposit_modifier.amecsapi.description": "Das Halten dieses Modifiers legt\nbeim Klicken das Item im offenen Behälter ab.",
"key.mousewheelie.restock_modifier.amecsapi.description": "Das Halten dieses Modifiers füllt beim Klicken\ndas Item aus dem offenen Behälter nach.",
"key.mousewheelie.sort_inventory.amecsapi.description": "Sortiert das Inventar, über dem sich der Cursor befindet.",
"key.mousewheelie.pick_tool.amecsapi.description": "Wählt manuell das richtige Werkzeug\nfür den anvisierten Block aus."
}
22 changes: 11 additions & 11 deletions src/main/resources/assets/mousewheelie/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"key.categories.mousewheelie": "Mouse Wheelie",
"key.mousewheelie.open_config_screen": "Open Config Screen",
"key.mousewheelie.open_config_screen.amecsapi.description": "Opens the Mouse Wheelie config screen\nif pressed in-game or in the main menu.",
"key.mousewheelie.open_config_screen": "Opens the config screen.",
"key.mousewheelie.open_config_screen.amecsapi.description": "Opens the Mouse Wheelie config screen\nif pressed in-game or in the main menu.",
"key.mousewheelie.whole_stack_modifier": "Whole Stack Modifier",
"key.mousewheelie.whole_stack_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send the whole stack.",
"key.mousewheelie.whole_stack_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send the whole stack.",
"key.mousewheelie.all_of_kind_modifier": "All of Kind Modifier",
"key.mousewheelie.all_of_kind_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send all stacks of the same kind.",
"key.mousewheelie.all_of_kind_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send all stacks of the same kind.",
"key.mousewheelie.drop_modifier": "Drop Modifier",
"key.mousewheelie.drop_modifier.amecsapi.description": "Holding this modifier while clicking\nwill drop the item.",
"key.mousewheelie.drop_modifier.amecsapi.description": "Holding this modifier while clicking\nwill drop the item.",
"key.mousewheelie.deposit_modifier": "Deposit Modifier",
"key.mousewheelie.deposit_modifier.amecsapi.description": "Holding this modifier while clicking\nwill deposit the item to the open container.",
"key.mousewheelie.deposit_modifier.amecsapi.description": "Holding this modifier while clicking\nwill deposit the item to the open container.",
"key.mousewheelie.restock_modifier": "Restock Modifier",
"key.mousewheelie.restock_modifier.amecsapi.description": "Holding this modifier while clicking\nwill restock the item from the open container.",
"key.mousewheelie.restock_modifier.amecsapi.description": "Holding this modifier while clicking\nwill restock the item from the open container.",
"key.mousewheelie.sort_inventory": "Sort Inventory",
"key.mousewheelie.sort_inventory.amecsapi.description": "Sorts the inventory that the mouse is currently over.",
"key.mousewheelie.sort_inventory.amecsapi.description": "Sorts the inventory that the mouse is currently over.",
"key.mousewheelie.scroll_up": "Scroll Items Up",
"key.mousewheelie.scroll_down": "Scroll Items Down",
"key.mousewheelie.pick_tool": "Pick the correct tool",
"key.mousewheelie.pick_tool.amecsapi.description": "Manually triggers that the correct tool\nfor the currently faced block is selected.",
"key.mousewheelie.pick_tool.amecsapi.description": "Manually triggers that the correct tool\nfor the currently faced block is selected.",
"mousewheelie.gui.config-screen-unavailable": "Opening the config screen with the keybinding is currently unavailable.",
"mousewheelie.gui.config-screen-unavailable.note": "Please use Mod Menu to edit the config or use an external application to edit the config directly.",
"mousewheelie.sortmode.alphabet": "By Alphabet",
Expand Down Expand Up @@ -72,8 +72,8 @@
"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.play-sound": "Play refill sound",
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound.description": "Plays a sound after refilling a stack.",
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound": "Play refill sound",
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound.description": "Plays a sound after refilling a stack.",
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Refill the off hand",
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand.description": "Refills stacks in the off hand.",
"tweed4_tailor_screen.screen.mousewheelie.refill.restore-selected-slot": "Restore selected slot",
Expand Down
82 changes: 41 additions & 41 deletions src/main/resources/assets/mousewheelie/lang/et_ee.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"key.categories.mousewheelie": "Mouse Wheelie",
"key.mousewheelie.open_config_screen": "Ava seadistuskuva",
"key.mousewheelie.sort_inventory": "Sorteeri seljakott",
"key.mousewheelie.scroll_up": "Keri üles",
"key.mousewheelie.scroll_down": "Keri alla",
"key.mousewheelie.pick_tool": "Vali sobiv tööriist",
"mousewheelie.gui.config-screen-unavailable": "Kiirklahviga seadistuskuva avamine ei ole hetkel saadaval.",
"mousewheelie.gui.config-screen-unavailable.note": "Palun kasuta seadistuste muutmiseks modi Mod Menu või kasuta välist programmi seadistusfaili otseseks muutmiseks.",
"mousewheelie.sortmode.alphabet": "Tähestiku järgi",
"mousewheelie.sortmode.quantity": "Koguse järgi",
"mousewheelie.sortmode.raw_id": "ID järgi",
"mousewheelie.sortmode.none": "Ära sorteeri",
"tweed4_tailor_screen.screen.mousewheelie": "Mouse Wheelie seadistus",
"tweed4_tailor_screen.screen.mousewheelie.general": "Üldine",
"tweed4_tailor_screen.screen.mousewheelie.general.enable-quick-craft": "Luba kiirmeisterdamine",
"tweed4_tailor_screen.screen.mousewheelie.general.hotbar-scoping": "Käsitle plokiriba eraldi",
"tweed4_tailor_screen.screen.mousewheelie.scrolling": "Kerimine",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.enable": "Luba esemete kerimine",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling": "Suunatud kerimine",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items": "Keri loomingulise menüü esemeid",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-tabs": "Keri loomingulise menüü kaarte",
"tweed4_tailor_screen.screen.mousewheelie.sort": "Sorteerimine",
"tweed4_tailor_screen.screen.mousewheelie.sort.primary-sort": "Keskmine hiireklõps",
"tweed4_tailor_screen.screen.mousewheelie.sort.shift-sort": "Shift + keskmine hiireklõps",
"tweed4_tailor_screen.screen.mousewheelie.sort.control-sort": "Ctrl + keskmine hiireklõps",
"tweed4_tailor_screen.screen.mousewheelie.refill": "Täitmine",
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Täida teisast kätt",
"tweed4_tailor_screen.screen.mousewheelie.refill.eat": "Täida koht toitu süües",
"tweed4_tailor_screen.screen.mousewheelie.refill.drop": "Täida koht esemeid visates",
"tweed4_tailor_screen.screen.mousewheelie.refill.use": "Täida koht esemeid kasutades",
"tweed4_tailor_screen.screen.mousewheelie.refill.other": "Täida koht teistel juhtudel",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules": "Täitmise reeglid",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.any-block": "Täida koht mistahes plokiga",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.itemgroup": "Täida koht eseme grupi järgi",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.item-hierarchy": "Täida koht sarnase funktsionaalusega esemetega",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.block-hierarchy": "Täida koht sarnase funktsionaalusega plokkidega",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.food": "Täida koht toitudega",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-items": "Täida koht sama esemega (NBT pole oluline)",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-stacks": "Täida koht sama kuhjaga (NBT on oluline)",
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-tool": "Keskmine klõps toob sobiva tööriista kui hoiad mõnda tööriista",
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-block": "Keskmine klõps toob sobiva tööriista kui hoiad sama plokki"
"key.categories.mousewheelie": "Mouse Wheelie",
"key.mousewheelie.open_config_screen": "Ava seadistuskuva",
"key.mousewheelie.sort_inventory": "Sorteeri seljakott",
"key.mousewheelie.scroll_up": "Keri üles",
"key.mousewheelie.scroll_down": "Keri alla",
"key.mousewheelie.pick_tool": "Vali sobiv tööriist",
"mousewheelie.gui.config-screen-unavailable": "Kiirklahviga seadistuskuva avamine ei ole hetkel saadaval.",
"mousewheelie.gui.config-screen-unavailable.note": "Palun kasuta seadistuste muutmiseks modi Mod Menu või kasuta välist programmi seadistusfaili otseseks muutmiseks.",
"mousewheelie.sortmode.alphabet": "Tähestiku järgi",
"mousewheelie.sortmode.quantity": "Koguse järgi",
"mousewheelie.sortmode.raw_id": "ID järgi",
"mousewheelie.sortmode.none": "Ära sorteeri",
"tweed4_tailor_screen.screen.mousewheelie": "Mouse Wheelie seadistus",
"tweed4_tailor_screen.screen.mousewheelie.general": "Üldine",
"tweed4_tailor_screen.screen.mousewheelie.general.enable-quick-craft": "Luba kiirmeisterdamine",
"tweed4_tailor_screen.screen.mousewheelie.general.hotbar-scoping": "Käsitle plokiriba eraldi",
"tweed4_tailor_screen.screen.mousewheelie.scrolling": "Kerimine",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.enable": "Luba esemete kerimine",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling": "Suunatud kerimine",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items": "Keri loomingulise menüü esemeid",
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-tabs": "Keri loomingulise menüü kaarte",
"tweed4_tailor_screen.screen.mousewheelie.sort": "Sorteerimine",
"tweed4_tailor_screen.screen.mousewheelie.sort.primary-sort": "Keskmine hiireklõps",
"tweed4_tailor_screen.screen.mousewheelie.sort.shift-sort": "Shift + keskmine hiireklõps",
"tweed4_tailor_screen.screen.mousewheelie.sort.control-sort": "Ctrl + keskmine hiireklõps",
"tweed4_tailor_screen.screen.mousewheelie.refill": "Täitmine",
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Täida teisast kätt",
"tweed4_tailor_screen.screen.mousewheelie.refill.eat": "Täida koht toitu süües",
"tweed4_tailor_screen.screen.mousewheelie.refill.drop": "Täida koht esemeid visates",
"tweed4_tailor_screen.screen.mousewheelie.refill.use": "Täida koht esemeid kasutades",
"tweed4_tailor_screen.screen.mousewheelie.refill.other": "Täida koht teistel juhtudel",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules": "Täitmise reeglid",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.any-block": "Täida koht mistahes plokiga",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.itemgroup": "Täida koht eseme grupi järgi",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.item-hierarchy": "Täida koht sarnase funktsionaalusega esemetega",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.block-hierarchy": "Täida koht sarnase funktsionaalusega plokkidega",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.food": "Täida koht toitudega",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-items": "Täida koht sama esemega (NBT pole oluline)",
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-stacks": "Täida koht sama kuhjaga (NBT on oluline)",
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-tool": "Keskmine klõps toob sobiva tööriista kui hoiad mõnda tööriista",
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-block": "Keskmine klõps toob sobiva tööriista kui hoiad sama plokki"
}
Loading
Loading