German translation: Player and Misc
This commit is contained in:
parent
45d09754d0
commit
b72afa7e62
22 changed files with 114 additions and 643 deletions
20
mods/MISC/mcl_commands/locale/mcl_commands.de.tr
Normal file
20
mods/MISC/mcl_commands/locale/mcl_commands.de.tr
Normal file
|
@ -0,0 +1,20 @@
|
|||
# textdomain: mcl_commands
|
||||
Players can't be killed right now, damage has been disabled.=Spieler können jetzt nicht getötet werden, der Schaden wurde deaktiviert.
|
||||
Player @1 does not exist.=Spieler @1 existiert nicht.
|
||||
You are already dead=Sie sind schon tot
|
||||
@1 is already dead=@1 ist schon tot
|
||||
@1 committed suicide.=@1 beging Selbstmord.
|
||||
@1 was killed by @2.=@1 wurde von @2 getötet.
|
||||
[<name>]=[<Name>]
|
||||
Kill player or yourself=Spieler oder sich selbst töten
|
||||
Can use /say=Kann „/say“ benutzen
|
||||
<message>=<Nachricht>
|
||||
Send a message to every player=Nachricht an alle Spieler senden
|
||||
Invalid usage, see /help say.=Falsche Benutzung, siehe „/help say“.
|
||||
<X>,<Y>,<Z> <NodeString>=<X>,<Y>,<Z> <Node-Bezeichner>
|
||||
Set node at given position=Node (Block) an der gegebenen Position platzieren
|
||||
Invalid node=Unültiger Node
|
||||
@1 spawned.=@1 gespawnt.
|
||||
Invalid parameters (see /help setblock)=Ungültige Parameter (siehe „/help setblock”)
|
||||
List bans=Bannliste anzeigen
|
||||
Ban list: @1=Bannliste: @1
|
2
mods/MISC/mcl_privs/locale/mcl_privs.de.tr
Normal file
2
mods/MISC/mcl_privs/locale/mcl_privs.de.tr
Normal file
|
@ -0,0 +1,2 @@
|
|||
# textdomain: mcl_privs
|
||||
Can place and use advanced blocks like mob spawners, command blocks and barriers.=Kann fortgeschrittene Blöcke wie Mobspawner, Befehlsblöcke und Barrieren platzieren und benutzen.
|
|
@ -1 +1 @@
|
|||
Development mod for MineClone 2 which add a “WIP” comment to items which are considered to be very unfinished.
|
||||
Development mod for MineClone 2 which add a “WIP” (Work In Progress) comment to items which are considered to be very unfinished.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
-- Mod to mark WIP (Work In Progress) content
|
||||
|
||||
local S = minetest.get_translator("mcl_wip")
|
||||
|
||||
local wip_items = {
|
||||
|
|
3
mods/MISC/mcl_wip/locale/mcl_wip.de.tr
Normal file
3
mods/MISC/mcl_wip/locale/mcl_wip.de.tr
Normal file
|
@ -0,0 +1,3 @@
|
|||
# textdomain: mcl_wip
|
||||
(WIP)=(in Arbeit)
|
||||
(Temporary)=(temporär)
|
|
@ -1,3 +1,4 @@
|
|||
# textdomain: mcl_wip
|
||||
# WIP means “Work in Progress”
|
||||
(WIP)=
|
||||
(Temporary)=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue