Translate all extended tooltips to German
This commit is contained in:
parent
03a5519d01
commit
feba60cad8
133 changed files with 323 additions and 52 deletions
|
@ -58,7 +58,7 @@ function watch.register_item(name, image, creative, frame)
|
|||
if use_doc then
|
||||
longdesc = S("Clocks are tools which shows the current time of day in the Overworld.")
|
||||
usagehelp = S("The clock contains a rotating disc with a sun symbol (yellow disc) and moon symbol and a little “pointer” which shows the current time of day by estimating the real position of the sun and the moon in the sky. Noon is represented by the sun symbol and midnight is represented by the moon symbol.")
|
||||
tt = S("Displays time of day in the Overworld")
|
||||
tt = S("Displays the time of day in the Overworld")
|
||||
end
|
||||
minetest.register_craftitem(name, {
|
||||
description = S("Clock"),
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
Clocks are tools which shows the current time of day in the Overworld.=Uhren sind Werkzeuge, die die Tageszeit in der Oberwelt anzeigen.
|
||||
The clock contains a rotating disc with a sun symbol (yellow disc) and moon symbol and a little “pointer” which shows the current time of day by estimating the real position of the sun and the moon in the sky. Noon is represented by the sun symbol and midnight is represented by the moon symbol.=Die Uhr enthält eine rotierende Scheibe mit einem Sonnensymbol (gelbe Scheibe) und einem Mondsymbol, und sie hat einem kleinen „Pfeil“, der die jetzige Tageszeit anzeigt, indem die reale Position von Sonne und Mond im Himmel abgeschätzt wird. Die Sonne repräsentiert die Mittagszeit und der Mond repräsentiert Mitternacht.
|
||||
Clock=Uhr
|
||||
Displays the time of day in the Overworld=Zeigt die Tageszeit in der Oberwelt
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
Clocks are tools which shows the current time of day in the Overworld.=
|
||||
The clock contains a rotating disc with a sun symbol (yellow disc) and moon symbol and a little “pointer” which shows the current time of day by estimating the real position of the sun and the moon in the sky. Noon is represented by the sun symbol and midnight is represented by the moon symbol.=
|
||||
Clock=
|
||||
Displays the time of day in the Overworld=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue