mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-09 06:07:30 +01:00
Update German
This commit is contained in:
parent
9f507b7993
commit
13a59c7ab7
2
init.lua
2
init.lua
@ -338,7 +338,7 @@ if minetest.get_modpath("doc_items") ~= nil then
|
||||
})
|
||||
|
||||
local use = S("Put this tool anywhere in your player inventory to see the data it provides.")
|
||||
local use_watch = S("Put this tool anywhere in your player inventory to see the time. Leftclick to toggle between the 24-hour and 12-hour display.")
|
||||
local use_watch = S("Put the watch anywhere in your player inventory to see the time. Leftclick to toggle between the 24-hour and 12-hour display.")
|
||||
local use_time = S("Put this tool anywhere in your player inventory to make use of its functionality. Leftclick to toggle between 24-hour and 12-hour display for the time feature.")
|
||||
local use_automapper = S("If you put an automapper in your player inventory, you will be able to access the minimap. By default the minimap can be opened with [F7].")
|
||||
|
||||
|
@ -30,3 +30,18 @@ Coordinates: X\=%d, Z\=%d = Koordinaten: X\=%d, Z\=%d
|
||||
|
||||
Master of Orienteering = Meister der Orientierung
|
||||
Craft a quadcorder. = Fertige einen Vierkorder.
|
||||
|
||||
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).
|
||||
It shows you the coordinates of your current position in the horizontal plane (X and Z). = Er zeigt Ihnen die Koordinaten Ihrer aktuellen Position auf der horizontalen Ebene (X und Z).
|
||||
The GPS device shows you your coordinates (X, Y and Z), your yaw (horizontal viewing angle) and the time. = Das GPS-Gerät zeigt Ihnen Ihre Koordinaten (X, Y und Z), Ihre Gierung (horizontaler Blickwinkel) und die Zeit.
|
||||
It shows you your current speed in meters per second, where one meter is the side length of a single cube. = Er zeigt Ihnen ihre aktuelle Geschwindigkeit in Metern pro Sekunde, wobei hier ein Meter die Kantenlänge eines einzelnen Würfels ist.
|
||||
It shows you the current time. = Es zeigt Ihnen die aktuelle Uhrzeit.
|
||||
This is the ultimate orientieering tool. It shows you your coordinates (X, Y and Z), shows your yaw and pitch (horizontal and vertical viewing angles), the current time, your current speed and it enables you to access the minimap. = Dies ist das ultimative Werkzeug für die Orientierung. Es zeigt Ihnen Ihre aktuellen Koordinaten (X, Y, und Z), zeigt Ihren Gier- und Nickwinkel (horizontaler und vertikaler Blickwinkel), die aktuelle Uhrzeit, Ihre aktuelle Geschwindigkeit und es ermöglicht es Ihnen, auf die Kleinkarte zuzugreifen.
|
||||
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. = Der Autokartierer erstellt automatisch eine Karte von Ihrer näheren Umgebung und ermöglicht es Ihnen, eine Kleinkarte davon zu betrachten. Er hat außerdem einen eingebauten Radar.
|
||||
|
||||
Put this tool anywhere in your player inventory to see the data it provides. = Legen Sie dieses Werkzeug irgendwo in Ihrem Spielerinventar ab, um die dazugehörigen Daten zu sehen.
|
||||
Put the watch anywhere in your player inventory to see the time. Leftclick to toggle between the 24-hour and 12-hour display. = Legen Sie die Uhr irgendwo in Ihrem Spielerinventar ab, um die Uhrzeit zu sehen. Mit Linksklick können Sie zwischen der 24-Stunden- und der 2-mal-12-Stunden-Anzeige wechseln.
|
||||
Put this tool anywhere in your player inventory to make use of its functionality. Leftclick to toggle between 24-hour and 12-hour display for the time feature. = Legen Sie dieses Werkzeug irgendwo in Ihrem Spielerinventar ab, um davon Gebrauch zu machen. Mit Linksklick können Sie zwischen der 24-Stunden- und der 2-mal-12-Stunden-Anzeige der Uhrenfunktion wechseln.
|
||||
If you put an automapper in your player inventory, you will be able to access the minimap. By default the minimap can be opened with [F7]. = Wenn Sie einen Autokartierer in Ihrem Spielerinventar ablegen, können Sie auf die Kleinkarte zugreifen. Standardmäßig kann die Kleinkarte mit [F7] geöffnet werden.
|
||||
|
@ -42,3 +42,18 @@ Speed: %.1f %s
|
||||
Master of Orienteering
|
||||
Craft a quadcorder.
|
||||
|
||||
# Help texts
|
||||
It shows you your yaw (horizontal viewing angle) in degrees.
|
||||
It shows you your pitch (vertical viewing angle) in degrees.
|
||||
It shows you your current elevation (Y).
|
||||
It shows you the coordinates of your current position in the horizontal plane (X and Z).
|
||||
The GPS device shows you your coordinates (X, Y and Z), your yaw (horizontal viewing angle) and the time.
|
||||
It shows you your current speed in meters per second, where one meter is the side length of a single cube.
|
||||
It shows you the current time.
|
||||
This is the ultimate orientieering tool. It shows you your coordinates (X, Y and Z), shows your yaw and pitch (horizontal and vertical viewing angles), the current time, your current speed and it enables you to access the minimap.
|
||||
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.
|
||||
|
||||
Put this tool anywhere in your player inventory to see the data it provides.
|
||||
Put the watch anywhere in your player inventory to see the time. Leftclick to toggle between the 24-hour and 12-hour display.
|
||||
Put this tool anywhere in your player inventory to make use of its functionality. Leftclick to toggle between 24-hour and 12-hour display for the time feature.
|
||||
If you put an automapper in your player inventory, you will be able to access the minimap. By default the minimap can be opened with [F7].
|
||||
|
Loading…
Reference in New Issue
Block a user