From e4f6de61c37ebe494ef044b8dd703dcb158f5331 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 7 Nov 2020 01:51:55 +0100 Subject: [PATCH] Add German orienteering tooltip translation --- mods/orienteering/init.lua | 2 +- mods/orienteering/locale/orienteering.de.tr | 10 ++++++++++ mods/orienteering/locale/template.txt | 11 +++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/mods/orienteering/init.lua b/mods/orienteering/init.lua index 65beb42..08fe92c 100644 --- a/mods/orienteering/init.lua +++ b/mods/orienteering/init.lua @@ -130,7 +130,7 @@ minetest.register_tool("orienteering:speedometer", { -- Enables minimap minetest.register_tool("orienteering:automapper", { description = S("Automapper"), - _tt_help = S("Allows you to use the minimap"), + _tt_help = S("Allows using the minimap"), _doc_items_longdesc = S("The automapper automatically creates a map of the area around you and enables you to view a minimap of your surroundings. It also has a built-in radar."), _doc_items_usagehelp = S("If you put an automapper in your hotbar, you will be able to access the minimap. By default the minimap can be opened with [F7]."), wield_image = "orienteering_automapper_wield.png", diff --git a/mods/orienteering/locale/orienteering.de.tr b/mods/orienteering/locale/orienteering.de.tr index 46cb2d5..2797f0b 100644 --- a/mods/orienteering/locale/orienteering.de.tr +++ b/mods/orienteering/locale/orienteering.de.tr @@ -33,6 +33,16 @@ Coordinates: X@=@1, Z@=@2=Koordinaten: X@=@1, Z@=@2 Master of Orienteering=Meister der Orientierung Craft a quadcorder.=Fertigen Sie einen Vierkorder. +Shows your horizontal coordinates=Zeigt Ihre horizontalen Koordinaten +Shows your yaw=Zeigt Ihren Gierwinkel +Shows your pitch=Zeigt Ihren Nickwinkel +Shows your coordinates, yaw, pitch, time, speed and enables minimap=Zeigt Koordinaten, Blickwinkel, Zeit, Tempo und aktiviert die Übersichtskarte +Shows the time=Zeigt die Zeit +Shows your speed=Zeigt Ihre Geschwindigkeit +Allows using the minimap=Erlaubt die Benuzung der Übersichtskarte +Shows your coordinates, yaw and the time=Zeigt Ihre Koordinaten, Gierwinkel und die Zeit +Shows your elevation=Zeigt Ihre Höhe + It shows you your yaw (horizontal viewing angle) in degrees.=Er zeigt Ihnen Ihre Gierung (horizontaler Blickwinkel) in Grad. It shows you your pitch (vertical viewing angle) in degrees.=Er zeigt Ihnen Ihren Nick (vertikaler Blickwinkel) in Grad. It shows you your current elevation (Y).=Er zeigt Ihnen Ihre momentane Höhe (Y). diff --git a/mods/orienteering/locale/template.txt b/mods/orienteering/locale/template.txt index 725fc9a..360604d 100644 --- a/mods/orienteering/locale/template.txt +++ b/mods/orienteering/locale/template.txt @@ -45,6 +45,17 @@ Speed: hor.: @1 @2, vert.: @3 @4= Master of Orienteering= Craft a quadcorder.= +# Tooltips / short help texts +Shows your horizontal coordinates= +Shows your yaw= +Shows your pitch= +Shows your coordinates, yaw, pitch, time, speed and enables minimap= +Shows the time= +Shows your speed= +Allows using the minimap=Erlaubt die Benuzung der Übersichtskarte +Shows your coordinates, yaw and the time= +Shows your elevation= + # Help texts It shows you your yaw (horizontal viewing angle) in degrees.= It shows you your pitch (vertical viewing angle) in degrees.= -- 2.11.4.GIT