Update translation support for Minetest 5.0.0

This commit is contained in:
Wuzzy 2019-08-19 17:50:24 +02:00
parent 21e57108d8
commit 47f80863ba
6 changed files with 42 additions and 53 deletions

View File

@ -1,6 +1,5 @@
default default
farming? farming?
treasurer? treasurer?
intllib?
doc_items? doc_items?
awards? awards?

View File

@ -1,19 +0,0 @@
Cracked Desert Sandstone Brick = Rissiger Wüstensandsteinziegel
Cracked Sandstone Brick = Rissiger Sandsteinziegel
Desert Sandstone with Ankh Engraving = Wüstensandstein mit Ankh-Gravur
Desert Sandstone with Cactus Engraving = Wüstensandstein mit Kaktusgravur
Desert Sandstone with Scarab Engraving = Wüstensandstein mit Skarabäusgravur
Falling Cracked Sandstone Brick = Fallender rissiger Sandsteinziegel
Falling Cracked Desert Sandstone Brick = Fallender rissiger Wüstensandsteinziegel
Mummy Spawn Egg = Mumien-Spawn-Ei
Mummy Spawner = Mumien-Spawner
Sandstone with Eye Engraving = Sandstein mit Augengravur
Sandstone with Man Engraving = Sandstein mit Manngravur
Sandstone with Sun Engraving = Sandstein mit Sonnengravur
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists. = Ein Mumien-Spawner lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert.
Can be used to create a hostile mummy. = Kann benutzt werden, um eine feindliche Mumie zu erzeugen (auch »spawnen« genannt).
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen!
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten.
This old porous brick falls under its own weight. = Dieser alte poröse Ziegel fällt unter seinem eigenem Gewicht.
No more mummies! = Keine Mumien mehr!
Destroy a mummy spawner by digging. = Zerstören Sie einen Mumien-Spawner, indem Sie ihn graben.

View File

@ -1,19 +1,20 @@
Cracked Desert Sandstone Brick = # textdomain:tsm_pyramids
Cracked Sandstone Brick = Cracked Desert Sandstone Brick=
Desert Sandstone with Ankh Engraving = Cracked Sandstone Brick=
Desert Sandstone with Cactus Engraving = Desert Sandstone with Ankh Engraving=
Desert Sandstone with Scarab Engraving = Desert Sandstone with Cactus Engraving=
Falling Cracked Sandstone Brick = Desert Sandstone with Scarab Engraving=
Falling Cracked Desert Sandstone Brick = Falling Cracked Sandstone Brick=
Mummy Spawn Egg = Falling Cracked Desert Sandstone Brick=
Mummy Spawner = Mummy Spawn Egg=
Sandstone with Eye Engraving = Mummy Spawner=
Sandstone with Man Engraving = Sandstone with Eye Engraving=
Sandstone with Sun Engraving = Sandstone with Man Engraving=
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists. = Sandstone with Sun Engraving=
Can be used to create a hostile mummy. = A mummy spawner causes hostile mummies to appear in its vicinity as long it exists.=
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Can be used to create a hostile mummy.=
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Place the egg to create a mummy on this spot. Careful, it will probably attack immediately!=
This old porous brick falls under its own weight. = This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it.=
No more mummies! = This old porous brick falls under its own weight.=
Destroy a mummy spawner by digging. = No more mummies!=
Destroy a mummy spawner by digging.=

20
locale/tsm_pyramids.de.tr Normal file
View File

@ -0,0 +1,20 @@
# textdomain:tsm_pyramids
Cracked Desert Sandstone Brick=Rissiger Wüstensandsteinziegel
Cracked Sandstone Brick=Rissiger Sandsteinziegel
Desert Sandstone with Ankh Engraving=Wüstensandstein mit Ankh-Gravur
Desert Sandstone with Cactus Engraving=Wüstensandstein mit Kaktusgravur
Desert Sandstone with Scarab Engraving=Wüstensandstein mit Skarabäusgravur
Falling Cracked Sandstone Brick=Fallender rissiger Sandsteinziegel
Falling Cracked Desert Sandstone Brick=Fallender rissiger Wüstensandsteinziegel
Mummy Spawn Egg=Mumien-Spawn-Ei
Mummy Spawner=Mumien-Spawner
Sandstone with Eye Engraving=Sandstein mit Augengravur
Sandstone with Man Engraving=Sandstein mit Manngravur
Sandstone with Sun Engraving=Sandstein mit Sonnengravur
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists.=Ein Mumien-Spawner lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert.
Can be used to create a hostile mummy.=Kann benutzt werden, um eine feindliche Mumie zu erzeugen (auch »spawnen« genannt).
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately!=Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen!
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it.=Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten.
This old porous brick falls under its own weight.=Dieser alte poröse Ziegel fällt unter seinem eigenem Gewicht.
No more mummies!=Keine Mumien mehr!
Destroy a mummy spawner by digging.=Zerstören Sie einen Mumien-Spawner, indem Sie ihn graben.

View File

@ -1,10 +1,4 @@
-- Boilerplate to support localized strings if intllib mod is installed. local S = minetest.get_translator("tsm_pyramids")
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
else
S = function(s) return s end
end
local mummy_walk_limit = 1 local mummy_walk_limit = 1
local mummy_chillaxin_speed = 1 local mummy_chillaxin_speed = 1

View File

@ -1,10 +1,4 @@
-- Boilerplate to support localized strings if intllib mod is installed. local S = minetest.get_translator("tsm_pyramids")
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
else
S = function(s) return s end
end
local img = { local img = {
"eye", "men", "sun", "eye", "men", "sun",