diff --git a/locale/de.txt b/locale/de.txt new file mode 100644 index 0000000..542f977 --- /dev/null +++ b/locale/de.txt @@ -0,0 +1,67 @@ +# Translation by Xanthin + +###init.lua### +[moreblocks] loaded. = [moreblocks] geladen. + +###nodes.lua### +Jungle Wood Fence = Tropenholzzaun +Empty Bookshelf = Leeres Buecherregal +Clean Glass = Klares Glas +Plankstone = Brettstein +Wooden Tile = Holzfliese +Full Wooden Tile = Vollholzfliese +Centered Wooden Tile = Holzfliese mittig +Up Wooden Tile = Holzfliese oben +Down Wooden Tile = Holzfliese unten +Left Wooden Tile = Holzfliese links +Right Wooden Tile = Holzfliese rechts +Circle Stone Bricks = Kreissteinziegel +Stone Tile = Steinfliese +Split Stone Tile = Geteilte Steinfliese +Glow Glass = Leuchtglas +Super Glow Glass = Superleuchtglas +Coal Glass = Kohleglas +Iron Glass = Eisenglas +Coal Checker = Karierte Kohle +Iron Checker = Kariertes Eisen +Trap Stone = Steinfalle +Trap Glass = Glasfalle +Trap Glow Glass = Leuchtglasfalle +Trap Super Glow Glass = Superleuchtglasfalle +Coal Stone = Kohlestein +Iron Stone = Eisenstein +Coal Stone Bricks = Kohlesteinziegel +Iron Stone Bricks = Eisensteinziegel +Cactus Checker = Karierter Kaktus +Cactus Brick = Kaktusziegel +Sweeper = Besen +Jungle Stick = Tropenholzstock +Rope = Seil +All-faces Tree = Baumscheibenstamm + +###circular_saw.lua### +Circular Saw = Kreissaege +Circular saw, empty (owned by %s) = Kreissaege, leer (gehoert %s) +Circular saw, working with %s (owned by %s) = Kreissaege, arbeitet mit %s (gehoert %s) +Circular saw, empty = Kreissaege, leer +Circular saw is empty (owned by %s) = Kreissaege ist leer (gehoert %s) + +Input\nmaterial = Ausgangs-\nmaterial +Left-over = Rest +Max = Anzahl +Set = Ok +Recycle\noutput = Wiederver-\nwerten + +###./stairsplus/*### +%s Stairs = %streppe +%s Slab = %sstufe +%s Panel = %spaneel +%s Microblock = %smikroblock + +%s Pane = %sscheibe +%s Fence = %szaun + +###ownership.lua### +someone = jemand +Sorry, %s owns that spot. = Tut mir leid, %s gehoert diese Stelle. + diff --git a/locale/template.txt b/locale/template.txt index 77ed1a9..2b88227 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -1,7 +1,8 @@ ###init.lua### [moreblocks] loaded. = -Jungle Wooden Planks = +###nodes.lua### +Jungle Wood Fence = Empty Bookshelf = Clean Glass = Plankstone = @@ -33,20 +34,9 @@ Cactus Checker = Cactus Brick = Sweeper = Jungle Stick = -Horizontal Tree = -Horizontal Jungle Tree = Rope = All-faces Tree = -###redefinition.lua### -Wooden = -Papyrus = -Dry Shrub = -Sapling = -Wooden Planks = -Ladder = -Glass = - ###circular_saw.lua### Circular Saw = Circular saw, empty (owned by %s) = @@ -54,11 +44,15 @@ Circular saw, working with %s (owned by %s) = Circular saw, empty = Circular saw is empty (owned by %s) = -Input material = -Rest/microblocks = -Max: = -Set = -Recycle output = +Input\nmaterial = +Left-over = +Max = +Set = +Recycle\noutput = + +###ownership.lua### +someone = +Sorry, %s owns that spot. = ###./stairsplus/*### %s Stairs = @@ -67,4 +61,4 @@ Recycle output = %s Microblock = %s Pane = -%s Fence = \ No newline at end of file +%s Fence = diff --git a/nodes.lua b/nodes.lua index 3627328..a9eaddf 100644 --- a/nodes.lua +++ b/nodes.lua @@ -1,4 +1,3 @@ - local S = moreblocks.gettext local sound_wood = default.node_sound_wood_defaults()