German translation: mcl_mobitems to mcl_potions
This commit is contained in:
parent
3f85e1c0da
commit
1c27cbe4f6
24 changed files with 211 additions and 26 deletions
|
@ -267,7 +267,7 @@ minetest.register_node("mcl_mobspawners:spawner", {
|
|||
walkable = true,
|
||||
description = S("Mob Spawner"),
|
||||
_doc_items_longdesc = S("A mob spawner regularily causes mobs to appear around it while a player is nearby. Some mob spawners are disabled while in light."),
|
||||
_doc_items_usagehelp = S("If you have a spawn egg, you use it to change the mob to spawn. Just place the item on the mob spawner. Player-set mob spawners always spawn mobs regardless of the light level."),
|
||||
_doc_items_usagehelp = S("If you have a spawn egg, you can use it to change the mob to spawn. Just place the item on the mob spawner. Player-set mob spawners always spawn mobs regardless of the light level."),
|
||||
groups = {pickaxey=1, material_stone=1, deco_block=1},
|
||||
is_ground_content = false,
|
||||
drop = "",
|
||||
|
|
4
mods/ITEMS/mcl_mobspawners/locale/mcl_mobspawners.de.tr
Normal file
4
mods/ITEMS/mcl_mobspawners/locale/mcl_mobspawners.de.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: mcl_mobspawners
|
||||
Mob Spawner=Mobspawner
|
||||
A mob spawner regularily causes mobs to appear around it while a player is nearby. Some mob spawners are disabled while in light.=Ein Mobspawner lässt regelmäßig Mobs um ihn herum auftauchen, wenn sich ein Spieler in der Nähe befindet. Einige Mobspawner werden inaktiv, wenn sie sich im Licht befinden.
|
||||
If you have a spawn egg, you can use it to change the mob to spawn. Just place the item on the mob spawner. Player-set mob spawners always spawn mobs regardless of the light level.=Wenn Sie ein Spawn-Ei haben, können Sie es benutzen, um den Mobtyp, der erzeugt wird, zu ändern. Platzieren Sie den Gegenstand einfach auf dem Mobspawner. Von Spielern manipulierte Mobspawner erzeugen immer Mobs, unabhängig von der Helligkeit.
|
|
@ -1,4 +1,4 @@
|
|||
# textdomain: mcl_mobspawners
|
||||
Mob Spawner=
|
||||
A mob spawner regularily causes mobs to appear around it while a player is nearby. Some mob spawners are disabled while in light.=
|
||||
If you have a spawn egg, you use it to change the mob to spawn. Just place the item on the mob spawner. Player-set mob spawners always spawn mobs regardless of the light level.=
|
||||
If you have a spawn egg, you can use it to change the mob to spawn. Just place the item on the mob spawner. Player-set mob spawners always spawn mobs regardless of the light level.=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue