Skip to content

Commit

Permalink
Update lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphalor committed Jun 8, 2019
1 parent 00211de commit 314e039
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions src/main/resources/assets/mousewheelie/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
"tweed.cloth.mousewheelie.sort.shift-sort": "Umschalt und mittlere Maustaste",
"tweed.cloth.mousewheelie.sort.control-sort": "Steuerung und mittlere Maustaste",

"tweed.cloth.mousewheelie.refill": "Nachladen",
"tweed.cloth.mousewheelie.refill": "Auffüllen",
"tweed.cloth.mousewheelie.refill.eat": "Lade Essen nach",
"tweed.cloth.mousewheelie.refill.other": "Sonstiges Nachladen"
"tweed.cloth.mousewheelie.refill.other": "Sonstiges Auffülen",

"tweed.cloth.mousewheelie.refill.rules": "Auffüll-Regeln",
"tweed.cloth.mousewheelie.refill.rules.any-block": "Jegliche Blöcke auffüllen",
"tweed.cloth.mousewheelie.refill.rules.itemgroup": "Nach Gegenstandsgruppen auffüllen",
"tweed.cloth.mousewheelie.refill.rules.item-hierarchy": "Gegenstände nach Funktionalität auffüllen",
"tweed.cloth.mousewheelie.refill.rules.block-hierarchy": "Blöcke nach Funktionalität auffüllen",
"tweed.cloth.mousewheelie.refill.rules.food": "Essen auffüllen",
"tweed.cloth.mousewheelie.refill.rules.equal-stacks": "Mit gleichen Gegenständen auffüllen"
}
10 changes: 9 additions & 1 deletion src/main/resources/assets/mousewheelie/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@

"tweed.cloth.mousewheelie.refill": "Refill",
"tweed.cloth.mousewheelie.refill.eat": "Refill on eating food",
"tweed.cloth.mousewheelie.refill.other": "Refill on other occasions"
"tweed.cloth.mousewheelie.refill.other": "Refill on other occasions",

"tweed.cloth.mousewheelie.refill.rules": "Refill rules",
"tweed.cloth.mousewheelie.refill.rules.any-block": "Refill with any blocks",
"tweed.cloth.mousewheelie.refill.rules.itemgroup": "Refill by item groups",
"tweed.cloth.mousewheelie.refill.rules.item-hierarchy": "Refill items with similar functionality",
"tweed.cloth.mousewheelie.refill.rules.block-hierarchy": "Refill blocks with similar functionality",
"tweed.cloth.mousewheelie.refill.rules.food": "Refill foods",
"tweed.cloth.mousewheelie.refill.rules.equal-stacks": "Refill with same item"
}

0 comments on commit 314e039

Please sign in to comment.