Translate all extended tooltips to German
This commit is contained in:
parent
03a5519d01
commit
feba60cad8
133 changed files with 323 additions and 52 deletions
|
@ -2,7 +2,7 @@ local S = minetest.get_translator("mcl_crafting_table")
|
|||
|
||||
minetest.register_node("mcl_crafting_table:crafting_table", {
|
||||
description = S("Crafting Table"),
|
||||
_tt_help = S("Gives access to 3×3 crafting grid"),
|
||||
_tt_help = S("3×3 crafting grid"),
|
||||
_doc_items_longdesc = S("A crafting table is a block which grants you access to a 3×3 crafting grid which allows you to perform advanced crafts."),
|
||||
_doc_items_usagehelp = S("Rightclick the crafting table to access the 3×3 crafting grid."),
|
||||
_doc_items_hidden = false,
|
||||
|
|
|
@ -5,3 +5,4 @@ Rightclick the crafting table to access the 3×3 crafting grid.=Rechtsklicken Si
|
|||
Recipe book=Fertigungsbuch
|
||||
Inventory=Inventar
|
||||
Crafting=Fertigen
|
||||
3×3 crafting grid=3×3 Fertigungsgitter
|
||||
|
|
|
@ -5,3 +5,4 @@ Rightclick the crafting table to access the 3×3 crafting grid.=
|
|||
Recipe book=
|
||||
Crafting=
|
||||
Inventory=
|
||||
3×3 crafting grid=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue