Skip to content

Commit 03e92d7

Browse files
reChords25weblate-siphalor
authored andcommitted
Translated using Weblate (Polish (pl_PL))
Currently translated at 38.9% (44 of 113 strings) Translated using Weblate (Estonian (et_EE)) Currently translated at 35.3% (40 of 113 strings) Translated using Weblate (German (de_DE)) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (English) Currently translated at 100.0% (113 of 113 strings) Co-authored-by: reChords25 <rechords25.apps@gmail.com> Translate-URL: https://weblate.siphalor.de/projects/mouse-wheelie/lang/de_DE/ Translate-URL: https://weblate.siphalor.de/projects/mouse-wheelie/lang/en/ Translate-URL: https://weblate.siphalor.de/projects/mouse-wheelie/lang/et_EE/ Translate-URL: https://weblate.siphalor.de/projects/mouse-wheelie/lang/pl_PL/ Translation: Mouse Wheelie/Mouse Wheelie
1 parent f186358 commit 03e92d7

File tree

4 files changed

+102
-98
lines changed

4 files changed

+102
-98
lines changed

src/main/resources/assets/mousewheelie/lang/de_de.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,9 @@
107107
"key.mousewheelie.whole_stack_modifier.amecsapi.description": "Beim gedrückt halten dieser Modifikation während des Scrollen,\nwird der ganze Stack übergeben.",
108108
"key.mousewheelie.open_config_screen.amecsapi.description": "Öffnet die Mouse Wheelie Einstellungen\nwenn der Knopf im Spiel oder im Hauptmenü gedrückt wird.",
109109
"key.mousewheelie.all_of_kind_modifier.amecsapi.description": "Beim gedrückt halten dieser Modifikation während des Scrollen,\nwerden alle Stack einer Art übergeben.",
110-
"key.mousewheelie.drop_modifier.amecsapi.description": "Beim gedrückt halten dieser Modifikation während des Klicken,\nwird das Item fallengelassen."
110+
"key.mousewheelie.drop_modifier.amecsapi.description": "Beim gedrückt halten dieser Modifikation während des Klicken,\nwird das Item fallengelassen.",
111+
"key.mousewheelie.deposit_modifier.amecsapi.description": "Das Halten dieses Modifiers legt\nbeim Klicken das Item im offenen Behälter ab.",
112+
"key.mousewheelie.restock_modifier.amecsapi.description": "Das Halten dieses Modifiers füllt beim Klicken\ndas Item aus dem offenen Behälter nach.",
113+
"key.mousewheelie.sort_inventory.amecsapi.description": "Sortiert das Inventar, über dem sich der Cursor befindet.",
114+
"key.mousewheelie.pick_tool.amecsapi.description": "Wählt manuell das richtige Werkzeug\nfür den anvisierten Block aus."
111115
}

src/main/resources/assets/mousewheelie/lang/en_us.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"key.categories.mousewheelie": "Mouse Wheelie",
3-
"key.mousewheelie.open_config_screen": "Open Config Screen",
4-
"key.mousewheelie.open_config_screen.amecsapi.description": "Opens the Mouse Wheelie config screen\nif pressed in-game or in the main menu.",
3+
"key.mousewheelie.open_config_screen": "Opens the config screen.",
4+
"key.mousewheelie.open_config_screen.amecsapi.description": "Opens the Mouse Wheelie config screen\nif pressed in-game or in the main menu.",
55
"key.mousewheelie.whole_stack_modifier": "Whole Stack Modifier",
6-
"key.mousewheelie.whole_stack_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send the whole stack.",
6+
"key.mousewheelie.whole_stack_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send the whole stack.",
77
"key.mousewheelie.all_of_kind_modifier": "All of Kind Modifier",
8-
"key.mousewheelie.all_of_kind_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send all stacks of the same kind.",
8+
"key.mousewheelie.all_of_kind_modifier.amecsapi.description": "Holding this modifier while scrolling\nwill send all stacks of the same kind.",
99
"key.mousewheelie.drop_modifier": "Drop Modifier",
10-
"key.mousewheelie.drop_modifier.amecsapi.description": "Holding this modifier while clicking\nwill drop the item.",
10+
"key.mousewheelie.drop_modifier.amecsapi.description": "Holding this modifier while clicking\nwill drop the item.",
1111
"key.mousewheelie.deposit_modifier": "Deposit Modifier",
12-
"key.mousewheelie.deposit_modifier.amecsapi.description": "Holding this modifier while clicking\nwill deposit the item to the open container.",
12+
"key.mousewheelie.deposit_modifier.amecsapi.description": "Holding this modifier while clicking\nwill deposit the item to the open container.",
1313
"key.mousewheelie.restock_modifier": "Restock Modifier",
14-
"key.mousewheelie.restock_modifier.amecsapi.description": "Holding this modifier while clicking\nwill restock the item from the open container.",
14+
"key.mousewheelie.restock_modifier.amecsapi.description": "Holding this modifier while clicking\nwill restock the item from the open container.",
1515
"key.mousewheelie.sort_inventory": "Sort Inventory",
16-
"key.mousewheelie.sort_inventory.amecsapi.description": "Sorts the inventory that the mouse is currently over.",
16+
"key.mousewheelie.sort_inventory.amecsapi.description": "Sorts the inventory that the mouse is currently over.",
1717
"key.mousewheelie.scroll_up": "Scroll Items Up",
1818
"key.mousewheelie.scroll_down": "Scroll Items Down",
1919
"key.mousewheelie.pick_tool": "Pick the correct tool",
20-
"key.mousewheelie.pick_tool.amecsapi.description": "Manually triggers that the correct tool\nfor the currently faced block is selected.",
20+
"key.mousewheelie.pick_tool.amecsapi.description": "Manually triggers that the correct tool\nfor the currently faced block is selected.",
2121
"mousewheelie.gui.config-screen-unavailable": "Opening the config screen with the keybinding is currently unavailable.",
2222
"mousewheelie.gui.config-screen-unavailable.note": "Please use Mod Menu to edit the config or use an external application to edit the config directly.",
2323
"mousewheelie.sortmode.alphabet": "By Alphabet",
@@ -72,8 +72,8 @@
7272
"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.",
7373
"tweed4_tailor_screen.screen.mousewheelie.refill.enable": "Enable item refilling",
7474
"tweed4_tailor_screen.screen.mousewheelie.refill.enable.description": "Enables item refilling.\nTurn this off to disable refilling entirely.",
75-
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound": "Play refill sound",
76-
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound.description": "Plays a sound after refilling a stack.",
75+
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound": "Play refill sound",
76+
"tweed4_tailor_screen.screen.mousewheelie.refill.play-sound.description": "Plays a sound after refilling a stack.",
7777
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Refill the off hand",
7878
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand.description": "Refills stacks in the off hand.",
7979
"tweed4_tailor_screen.screen.mousewheelie.refill.restore-selected-slot": "Restore selected slot",
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"key.categories.mousewheelie": "Mouse Wheelie",
3-
"key.mousewheelie.open_config_screen": "Ava seadistuskuva",
4-
"key.mousewheelie.sort_inventory": "Sorteeri seljakott",
5-
"key.mousewheelie.scroll_up": "Keri üles",
6-
"key.mousewheelie.scroll_down": "Keri alla",
7-
"key.mousewheelie.pick_tool": "Vali sobiv tööriist",
8-
"mousewheelie.gui.config-screen-unavailable": "Kiirklahviga seadistuskuva avamine ei ole hetkel saadaval.",
9-
"mousewheelie.gui.config-screen-unavailable.note": "Palun kasuta seadistuste muutmiseks modi Mod Menu või kasuta välist programmi seadistusfaili otseseks muutmiseks.",
10-
"mousewheelie.sortmode.alphabet": "Tähestiku järgi",
11-
"mousewheelie.sortmode.quantity": "Koguse järgi",
12-
"mousewheelie.sortmode.raw_id": "ID järgi",
13-
"mousewheelie.sortmode.none": "Ära sorteeri",
14-
"tweed4_tailor_screen.screen.mousewheelie": "Mouse Wheelie seadistus",
15-
"tweed4_tailor_screen.screen.mousewheelie.general": "Üldine",
16-
"tweed4_tailor_screen.screen.mousewheelie.general.enable-quick-craft": "Luba kiirmeisterdamine",
17-
"tweed4_tailor_screen.screen.mousewheelie.general.hotbar-scoping": "Käsitle plokiriba eraldi",
18-
"tweed4_tailor_screen.screen.mousewheelie.scrolling": "Kerimine",
19-
"tweed4_tailor_screen.screen.mousewheelie.scrolling.enable": "Luba esemete kerimine",
20-
"tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling": "Suunatud kerimine",
21-
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items": "Keri loomingulise menüü esemeid",
22-
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-tabs": "Keri loomingulise menüü kaarte",
23-
"tweed4_tailor_screen.screen.mousewheelie.sort": "Sorteerimine",
24-
"tweed4_tailor_screen.screen.mousewheelie.sort.primary-sort": "Keskmine hiireklõps",
25-
"tweed4_tailor_screen.screen.mousewheelie.sort.shift-sort": "Shift + keskmine hiireklõps",
26-
"tweed4_tailor_screen.screen.mousewheelie.sort.control-sort": "Ctrl + keskmine hiireklõps",
27-
"tweed4_tailor_screen.screen.mousewheelie.refill": "Täitmine",
28-
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Täida teisast kätt",
29-
"tweed4_tailor_screen.screen.mousewheelie.refill.eat": "Täida koht toitu süües",
30-
"tweed4_tailor_screen.screen.mousewheelie.refill.drop": "Täida koht esemeid visates",
31-
"tweed4_tailor_screen.screen.mousewheelie.refill.use": "Täida koht esemeid kasutades",
32-
"tweed4_tailor_screen.screen.mousewheelie.refill.other": "Täida koht teistel juhtudel",
33-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules": "Täitmise reeglid",
34-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.any-block": "Täida koht mistahes plokiga",
35-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.itemgroup": "Täida koht eseme grupi järgi",
36-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.item-hierarchy": "Täida koht sarnase funktsionaalusega esemetega",
37-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.block-hierarchy": "Täida koht sarnase funktsionaalusega plokkidega",
38-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.food": "Täida koht toitudega",
39-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-items": "Täida koht sama esemega (NBT pole oluline)",
40-
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-stacks": "Täida koht sama kuhjaga (NBT on oluline)",
41-
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-tool": "Keskmine klõps toob sobiva tööriista kui hoiad mõnda tööriista",
42-
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-block": "Keskmine klõps toob sobiva tööriista kui hoiad sama plokki"
2+
"key.categories.mousewheelie": "Mouse Wheelie",
3+
"key.mousewheelie.open_config_screen": "Ava seadistuskuva",
4+
"key.mousewheelie.sort_inventory": "Sorteeri seljakott",
5+
"key.mousewheelie.scroll_up": "Keri üles",
6+
"key.mousewheelie.scroll_down": "Keri alla",
7+
"key.mousewheelie.pick_tool": "Vali sobiv tööriist",
8+
"mousewheelie.gui.config-screen-unavailable": "Kiirklahviga seadistuskuva avamine ei ole hetkel saadaval.",
9+
"mousewheelie.gui.config-screen-unavailable.note": "Palun kasuta seadistuste muutmiseks modi Mod Menu või kasuta välist programmi seadistusfaili otseseks muutmiseks.",
10+
"mousewheelie.sortmode.alphabet": "Tähestiku järgi",
11+
"mousewheelie.sortmode.quantity": "Koguse järgi",
12+
"mousewheelie.sortmode.raw_id": "ID järgi",
13+
"mousewheelie.sortmode.none": "Ära sorteeri",
14+
"tweed4_tailor_screen.screen.mousewheelie": "Mouse Wheelie seadistus",
15+
"tweed4_tailor_screen.screen.mousewheelie.general": "Üldine",
16+
"tweed4_tailor_screen.screen.mousewheelie.general.enable-quick-craft": "Luba kiirmeisterdamine",
17+
"tweed4_tailor_screen.screen.mousewheelie.general.hotbar-scoping": "Käsitle plokiriba eraldi",
18+
"tweed4_tailor_screen.screen.mousewheelie.scrolling": "Kerimine",
19+
"tweed4_tailor_screen.screen.mousewheelie.scrolling.enable": "Luba esemete kerimine",
20+
"tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling": "Suunatud kerimine",
21+
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items": "Keri loomingulise menüü esemeid",
22+
"tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-tabs": "Keri loomingulise menüü kaarte",
23+
"tweed4_tailor_screen.screen.mousewheelie.sort": "Sorteerimine",
24+
"tweed4_tailor_screen.screen.mousewheelie.sort.primary-sort": "Keskmine hiireklõps",
25+
"tweed4_tailor_screen.screen.mousewheelie.sort.shift-sort": "Shift + keskmine hiireklõps",
26+
"tweed4_tailor_screen.screen.mousewheelie.sort.control-sort": "Ctrl + keskmine hiireklõps",
27+
"tweed4_tailor_screen.screen.mousewheelie.refill": "Täitmine",
28+
"tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Täida teisast kätt",
29+
"tweed4_tailor_screen.screen.mousewheelie.refill.eat": "Täida koht toitu süües",
30+
"tweed4_tailor_screen.screen.mousewheelie.refill.drop": "Täida koht esemeid visates",
31+
"tweed4_tailor_screen.screen.mousewheelie.refill.use": "Täida koht esemeid kasutades",
32+
"tweed4_tailor_screen.screen.mousewheelie.refill.other": "Täida koht teistel juhtudel",
33+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules": "Täitmise reeglid",
34+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.any-block": "Täida koht mistahes plokiga",
35+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.itemgroup": "Täida koht eseme grupi järgi",
36+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.item-hierarchy": "Täida koht sarnase funktsionaalusega esemetega",
37+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.block-hierarchy": "Täida koht sarnase funktsionaalusega plokkidega",
38+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.food": "Täida koht toitudega",
39+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-items": "Täida koht sama esemega (NBT pole oluline)",
40+
"tweed4_tailor_screen.screen.mousewheelie.refill.rules.equal-stacks": "Täida koht sama kuhjaga (NBT on oluline)",
41+
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-tool": "Keskmine klõps toob sobiva tööriista kui hoiad mõnda tööriista",
42+
"tweed4_tailor_screen.screen.mousewheelie.tool-picking.hold-block": "Keskmine klõps toob sobiva tööriista kui hoiad sama plokki"
4343
}

0 commit comments

Comments
 (0)