From 6197030833380e0b729b01ac2465cbcf9eaa5032 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 7 Aug 2016 19:48:45 +0200 Subject: [PATCH] Update translation and German --- init.lua | 2 +- locale/de.txt | 9 ++++++++- locale/template.txt | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 59347e4..4639c5b 100644 --- a/init.lua +++ b/init.lua @@ -190,7 +190,7 @@ if(minetest.get_modpath("doc_items") ~= nil) then local inf = S("Infinite point teleporters are very powerful, they can be used without limits.") local mana = string.format(S("Magical point teleporters are fueled by mana and require %d mana per teleportation."), teletool.settings.cost_mana) local technic = S("Electronic point teleporters run on electricity and must be charged initially. Fully charged, they can be used about 50 times.") - local baseuse = S("To use this tool, point to the face of a block and punch to teleport in front of it. The target location must have a minimum amount of space for you to stand in, otherwise, teleportation will fail.") + local baseuse = S("To use this tool, point to a face of a block and punch to teleport in front of it. The target location must have a minimum amount of space for you to stand in, otherwise, teleportation will fail.") local technicuse = S("To recharge this tool, place it in a powered battery box.") local manause = string.format(S("First make sure you have at least %d mana."), teletool.settings.cost_mana) diff --git a/locale/de.txt b/locale/de.txt index 412e34c..6b75de6 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -1,3 +1,10 @@ Electronic point teleporter = Elektronischer Zeigeteleporter -Magic point teleporter = Magischer Zeigeteleporter +Magical point teleporter = Magischer Zeigeteleporter Infinite point teleporter = Unendlicher Zeigeteleporter +Point teleporters are short-range teleportation devices which allow the user to teleport instantly towards a block they point at. = Zeigeteleporter sind Teleportationsgeräte für kurze Entfernungen, welche es ihren Benutzern ermöglichen, sich sofort zu einem Block, auf dem sie zeigen, zu teleportieren. +Infinite point teleporters are very powerful, they can be used without limits. = Unendliche Zeigeteleporter sind sehr mächtig, sie können unbegrenzt verwendet werden. +Magical point teleporters are fueled by mana and require %d mana per teleportation. = Magische Zeigeteleporter werden von Mana angetrieben und erfordern %d Mana pro Teleportation. +Electronic point teleporters run on electricity and must be charged initially. Fully charged, they can be used about 50 times. = Elektronische Zeigeteleporter werden von Elektrizität angetrieben und müssen zuerst aufgeladen werden. Voll aufgeladen können sie ca. 50 mal benutzt werden. +To use this tool, point to a face of a block and punch to teleport in front of it. The target location must have a minimum amount of space for you to stand in, otherwise, teleportation will fail. = Um dieses Werkzeug zu benutzen, zeigen Sie auf eine Seite eines Blockes, und schlagen Sie, um sich direkt davor zu teleportieren. Der Zielort muss genügend Platz haben, damit Sie darin stehen können, ansonsten wird die Teleportation fehlschlagen. +To recharge this tool, place it in a powered battery box. = Um dieses Werkzeug wiederaufzuladen, platzieren Sie es in einer mit Strom versorgten Batteriebox. +First make sure you have at least %d mana. = Stellen Sie zunächst sicher, dass Sie mindestens %d Mana haben. diff --git a/locale/template.txt b/locale/template.txt index fd8b574..d5f3d55 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -1,3 +1,10 @@ Infinite point teleporter Electronic point teleporter Magical point teleporter +Point teleporters are short-range teleportation devices which allow the user to teleport instantly towards a block they point at. +Infinite point teleporters are very powerful, they can be used without limits. +Magical point teleporters are fueled by mana and require %d mana per teleportation. +Electronic point teleporters run on electricity and must be charged initially. Fully charged, they can be used about 50 times. +To use this tool, point to a face of a block and punch to teleport in front of it. The target location must have a minimum amount of space for you to stand in, otherwise, teleportation will fail. +To recharge this tool, place it in a powered battery box. +First make sure you have at least %d mana. -- 2.11.4.GIT